@charset "UTF-8";
/* Theme base styles */
/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/
/* Generic
This is where reset, normalize & box-sizing styles go.
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
main.en .blog-post .blog-post__body p {
  line-height: 1.5 !important;
  margin: 1rem 0;
}
main.en #index_first_view.moving .first_view_inner h1 {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 1rem;
}
main.en * {
  letter-spacing: 0 !important;
}
main.en p {
  line-height: 1.5 !important;
}
main.en .htmlTitle * {
  line-height: 1.65;
}
main.en .richContents p {
  margin: 1rem auto;
}
main.en .richContents h4 {
  margin: 1rem 0;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

.AiBanner {
  position: fixed;
  right: 1rem;
  bottom: -600px;
  width: 400px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: 1000;
}
.AiBanner.type1 a .AiBannerInner div.text small {
  width: 60%;
  color: black;
  text-align: left;
}
.AiBanner.type1 a .AiBannerInner div.text span {
  padding-left: 0;
  text-align: left;
  font-size: 110%;
  color: #0066FF;
}
.AiBanner.type3 a .AiBannerInner .text small {
  text-shadow: 0 0 12px blue;
}
.AiBanner.type3 a .AiBannerInner .text span {
  text-shadow: 0 0 12px blue;
}
.AiBanner.type4 a .AiBannerInner .text {
  width: 100%;
}
.AiBanner.type4 a .AiBannerInner .text small {
  color: black;
  display: none;
}
.AiBanner.type4 a .AiBannerInner .text span {
  display: block;
  padding-top: 3rem;
  color: white;
  font-size: 175%;
  font-style: italic;
}
.AiBanner.type4 a .AiBannerInner .text span.textLengthLong {
  font-size: 125%;
}
.AiBanner.type2 a .AiBannerInner .text div {
  margin-left: 0;
}
.AiBanner.type2 a .AiBannerInner .text small {
  width: 60%;
  color: black;
  text-align: left;
  margin-top: 1rem;
}
.AiBanner.type2 a .AiBannerInner .text span {
  padding-left: 0;
  text-align: left;
  color: #0066FF;
  font-size: 130%;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.AiBanner.type2 a .AiBannerInner .text span.textLengthLong {
  font-size: 110%;
}
.AiBanner .close {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1001;
  border-radius: 109rem;
  border: 1px solid #fff;
}
.AiBanner .close span {
  width: 80%;
  display: block;
  height: 1px;
  background-color: white;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.AiBanner .close span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .AiBanner {
    display: none;
  }
}
.AiBanner.active {
  bottom: 0;
}
.AiBanner a {
  display: block;
  width: 100%;
  text-decoration: none !important;
}
.AiBanner a:hover {
  text-decoration: none;
}
.AiBanner a .AiBannerInner {
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 0 12px #888;
          box-shadow: 0 0 12px #888;
}
.AiBanner a .AiBannerInner img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.AiBanner a .AiBannerInner video {
  position: absolute;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.AiBanner a .AiBannerInner .text {
  position: relative;
  inset: 0;
  margin: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: bold;
  z-index: 1;
  padding: 2rem 1rem;
}
.AiBanner a .AiBannerInner .text span {
  padding: 0 1rem;
  display: block;
  white-space: pre-wrap;
}
.AiBanner a .AiBannerInner .text small {
  display: block;
  margin-top: 2rem;
  white-space: pre-wrap;
}
.AiBanner a .AiBannerInner .text div {
  margin: auto;
  margin-top: 2rem;
  border-radius: 10rem;
  padding: 1rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #0066FF;
  background-color: white;
  font-size: 0.86rem;
}

.userProfiling {
  position: fixed;
  bottom: 0;
  left: 1rem;
  max-width: 350px;
  background-color: white;
  border-radius: 10px 10px 0 0;
  z-index: 100;
  padding: 1rem;
}
@media (max-width: 767px) {
  .userProfiling {
    display: none;
  }
}
.userProfiling button {
  background-color: white;
  color: #0066FF;
  width: 100%;
  padding: 0.5rem;
  border-bottom: 10rem;
  border: 2px solid #0066FF;
  border-radius: 10rem;
}
.userProfiling .userProfilingInner {
  padding: 0.5rem;
  position: relative;
}
.userProfiling .userProfilingInner .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
}
.userProfiling .userProfilingInner .close span {
  display: block;
  height: 1px;
  background-color: black;
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.userProfiling .userProfilingInner .close span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.userProfiling .userProfilingInner p {
  font-weight: bold;
  color: #0066FF;
}
.userProfiling .userProfilingInner dl {
  margin: 0.5rem 0;
  font-size: 0.75rem;
}

.content.notfound .NotFound {
  padding: 4rem 0;
  min-height: 70vmin;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content.notfound .NotFound .NotFoundInner {
  padding-bottom: 2rem !important;
}
.content.notfound .NotFound .NotFoundInner .linkWrap a {
  border: 2px solid #0066FF;
  color: #0066FF;
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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;
  font: inherit;
}

/* 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, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
.dnd-section .dnd-column {
  padding: 0;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
/*/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before {
  display: table;
  content: "";
}
.row-fluid:after {
  display: table;
  content: "";
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999999%;
  *width: 99.9468085006%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036%;
}
.row-fluid .span10 {
  width: 82.978723396%;
  *width: 82.9255319066%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096%;
}
.row-fluid .span8 {
  width: 65.957446802%;
  *width: 65.9042553126%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156%;
}
.row-fluid .span6 {
  width: 48.936170208%;
  *width: 48.8829787186%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.3297872336%;
}

.container-fluid, .clearfix {
  *zoom: 1;
}
.container-fluid:before, .clearfix:before {
  display: table;
  content: "";
}
.container-fluid:after, .clearfix:after {
  display: table;
  content: "";
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before {
    display: table;
    content: "";
  }
  .row-fluid:after {
    display: table;
    content: "";
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.7092394496%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.3832725926%;
  }
  .row-fluid .span10 {
    width: 82.872928171%;
    *width: 82.8197366816%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.2562007706%;
  }
  .row-fluid .span8 {
    width: 65.745856349%;
    *width: 65.6926648596%;
  }
  .row-fluid .span7 {
    width: 57.182320438%;
    *width: 57.1291289486%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.8749853046%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.3114493936%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.7479134826%;
  }
}
@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before {
    display: table;
    content: "";
  }
  .row-fluid:after {
    display: table;
    content: "";
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.5109110746%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%;
  }
  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286%;
  }
  .row-fluid .span5 {
    width: 40.170940171%;
    *width: 40.1177486816%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.4767230406%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.9297144936%;
  }
}
/* Clearfix */
/* Visibilty Classes */
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive Visibilty Classes */
.visible-phone, .visible-tablet, .hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 0px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1, h2, h3, h4, h5, h6, ul, ol {
  margin: 0 0 1.4rem;
}

/* Lists */
ul ul, ol ul, ul ol, ol ol {
  margin: 0;
}

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

/* Code blocks */
code {
  vertical-align: bottom;
}

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

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

/* Image alt text */
img {
  font-size: 14px;
  word-break: normal;
}

/*button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}*/
/*/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */
form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}
form legend {
  font-size: 0.875rem;
}
form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file] {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}
form select, form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}
form fieldset {
  max-width: 100% !important;
}
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}
form .inputs-list input, form .inputs-list span {
  vertical-align: middle;
}
form input[type=checkbox], form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Help text - legends */
/* Inputs */
/* Inputs - checkbox/radio */
/* Inputs - datepicker */
#CatalogViewerWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1000;
  background-color: #f0f0f0;
}
#CatalogViewerWrap .CatalogViewerBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100% - 5rem);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#CatalogViewerWrap #CatalogViewer {
  position: relative;
  padding: 0;
}
#CatalogViewerWrap #CatalogViewer .catalogViewerFunction {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 1100;
}
#CatalogViewerWrap #CatalogViewer .catalogViewerFunction .nextFunction {
  position: absolute;
  height: 100%;
  width: 10%;
  top: 0;
  bottom: 0;
  right: 0;
}
#CatalogViewerWrap #CatalogViewer .catalogViewerFunction .nextFunction:hover {
  background-color: #00A7FF;
  opacity: 0.1;
}
#CatalogViewerWrap #CatalogViewer .catalogViewerFunction .prevFunction {
  position: absolute;
  width: 10%;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
#CatalogViewerWrap #CatalogViewer .catalogViewerFunction .prevFunction:hover {
  background-color: #00A7FF;
  opacity: 0.1;
}
#CatalogViewerWrap #CatalogViewer .catalogViewerFunction .zoomFunction {
  height: 100%;
  position: absolute;
  width: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#CatalogViewerWrap #CatalogViewer .catalogViewerFunction .zoomFunction .funcLayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
#CatalogViewerWrap #CatalogViewer .catalogViewerFunction .zoomFunction.ZoomIn .funcLayer {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
#CatalogViewerWrap #CatalogViewer .catalogViewerFunction .zoomFunction.ZoomOut .funcLayer {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
#CatalogViewerWrap .react-transform-wrapper {
  margin: auto;
  overflow: visible;
}
#CatalogViewerWrap .CatalogLinkBlock {
  position: fixed;
  left: 0;
  top: 0;
  width: 20rem;
  padding: 0 1rem;
  background-color: white;
  left: -20rem;
  height: calc(100vh - 8rem);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 2000;
}
#CatalogViewerWrap .CatalogLinkBlock.active {
  left: 0;
  -webkit-box-shadow: 0 0 12px #999;
          box-shadow: 0 0 12px #999;
  z-index: 2001;
}
#CatalogViewerWrap .CatalogLinkBlock .tab {
  cursor: pointer;
  position: absolute;
  right: -3rem;
  width: 3rem;
  top: 11rem;
  padding: 2rem 0.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #00A7FF;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 5px 5px 0;
}
#CatalogViewerWrap .CatalogLinkBlock .catalogIndexLinkBLock {
  max-height: 100%;
  overflow-y: scroll;
}
#CatalogViewerWrap .CatalogLinkBlock .catalogIndexLinkBLock .catalogIndexLinkDetail .pageIndex {
  padding: 0.5rem;
  border-bottom: 1px dotted gray;
}
#CatalogViewerWrap .CatalogLinkBlock .catalogIndexLinkBLock .catalogIndexLinkDetail ul li {
  border-bottom: 1px dotted gray;
  padding: 0.5rem;
}
#CatalogViewerWrap .CatalogLinkBlock .catalogIndexLinkBLock .catalogIndexLinkDetail ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#CatalogViewerWrap .CatalogLinkBlock .catalogIndexLinkBLock .catalogIndexLinkDetail ul li a span {
  font-size: 0.75rem;
  line-height: 1.65;
}
#CatalogViewerWrap .CatalogLinkBlock .catalogIndexLinkBLock .catalogIndexLinkDetail ul li a figure {
  margin-right: 0.75rem;
  width: 80px;
  height: 80px;
  min-width: 80px;
}
#CatalogViewerWrap .CatalogLinkBlock .catalogIndexLinkBLock .catalogIndexLinkDetail ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#CatalogViewerWrap .CatalogSummaryBlock {
  position: fixed;
  left: 0;
  top: 0;
  width: 15rem;
  padding: 0 1rem;
  background-color: white;
  left: -15rem;
  height: calc(100vh - 8rem);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 2000;
}
#CatalogViewerWrap .CatalogSummaryBlock.active {
  left: 0;
  -webkit-box-shadow: 0 0 12px #999;
          box-shadow: 0 0 12px #999;
  z-index: 2001;
}
#CatalogViewerWrap .CatalogSummaryBlock .tab {
  cursor: pointer;
  position: absolute;
  right: -3rem;
  width: 3rem;
  top: 1rem;
  padding: 2rem 0.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #00A7FF;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 5px 5px 0;
}
#CatalogViewerWrap .CatalogSummaryBlock ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 100%;
  overflow-y: scroll;
}
#CatalogViewerWrap .CatalogSummaryBlock ul li {
  width: 50%;
  margin-bottom: 1rem;
}
#CatalogViewerWrap .CatalogSummaryBlock ul li img {
  width: 100%;
  height: auto;
}
#CatalogViewerWrap .CatalogSummaryBlock ul li:first-of-type {
  margin-left: 50%;
}
#CatalogViewerWrap .CatalogSummaryBlock ul li:last-of-type {
  margin-right: 50%;
}
#CatalogViewerWrap .Controller {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 12px #888;
          box-shadow: 0 0 12px #888;
  padding: 1rem;
  background-color: white;
  height: 5rem;
}
#CatalogViewerWrap .Controller button {
  border-radius: 5px;
  border: none;
  margin: auto 0.25rem;
  color: white;
  padding: 0.5rem;
  background-color: #0066FF;
  font-size: 0.875rem;
}
#CatalogViewerWrap .Controller button.big {
  padding: 1rem;
  font-size: 1rem;
}
#CatalogViewerWrap .pdfLoading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
#CatalogViewerWrap .pdfLoading img.loading {
  width: 100px;
  height: 100px;
  display: block;
}
#CatalogViewerWrap .pageWrap {
  pointer-events: none;
  width: 50%;
  -webkit-transform: perspective(1500px) rotateY(0deg);
          transform: perspective(1500px) rotateY(0deg);
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
#CatalogViewerWrap .pageWrap.currentPage .react-pdf__Document .react-pdf__Page {
  -webkit-box-shadow: 0 0 12px #999;
          box-shadow: 0 0 12px #999;
}
#CatalogViewerWrap .pageWrap .react-pdf__Document {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
#CatalogViewerWrap .pageWrap .page {
  width: 100%;
  height: inherit;
}
#CatalogViewerWrap .pageWrap.firstPage {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: perspective(1500px) rotateY(0deg);
          transform: perspective(1500px) rotateY(0deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#CatalogViewerWrap .pageWrap.firstPage.currentPage {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  height: inherit;
}
#CatalogViewerWrap .pageWrap.firstPage.prevPage {
  -webkit-transform: perspective(1500px) rotateY(-90deg);
          transform: perspective(1500px) rotateY(-90deg);
}
#CatalogViewerWrap .pageWrap.right {
  position: absolute;
  right: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: perspective(1500px) rotateY(0deg);
          transform: perspective(1500px) rotateY(0deg);
}
#CatalogViewerWrap .pageWrap.right.currentPage {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  height: inherit;
}
#CatalogViewerWrap .pageWrap.right.prevPage {
  -webkit-transform: perspective(1500px) rotateY(-90deg);
          transform: perspective(1500px) rotateY(-90deg);
}
#CatalogViewerWrap .pageWrap.left {
  position: absolute;
  left: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: perspective(1500px) rotateY(0deg);
          transform: perspective(1500px) rotateY(0deg);
}
#CatalogViewerWrap .pageWrap.left.currentPage {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  height: inherit;
}
#CatalogViewerWrap .pageWrap.left.nextPage {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: perspective(1500px) rotateY(90deg);
          transform: perspective(1500px) rotateY(90deg);
}
.hs-dateinput {
  position: relative;
}
.hs-dateinput:before {
  content: "📅";
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fn-date-picker td .pika-button:hover, .fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}
form .hs-richtext {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}
form .hs-richtext img {
  max-width: 100% !important;
}

/* Headings and text */
/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important;
}
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

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

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

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

/* Submit button */
form input[type=submit], form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}

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

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

/* Table Header */
thead th, thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

html {
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
}
html body {
  background-color: #EBF0F3;
  color: #434343;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 1281px) and (max-height: 721px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 515px) {
  html {
    font-size: 13px;
  }
}
.body-wrapper {
  font-weight: 400;
  font-style: normal;
  color: #434343;
}

.hashTagHeader {
  padding-top: 6rem;
  max-width: 1380px;
  margin: auto;
}

.hashTagList {
  padding: 1rem;
  padding-top: 2rem;
  max-width: 1080px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hashTagList li a {
  background-color: white;
  border-radius: 4rem;
  padding: 0.25rem 1rem;
  border: dotted 1px #434343;
  color: #0066FF;
  margin: 0.4rem 0;
  margin-right: 1rem;
  display: inline-block;
}
.hashTagList li a:hover {
  background-color: #0066FF;
  color: white;
  text-decoration: none;
}

#main-content.download_template {
  max-width: 1380px;
  margin: auto;
}
#main-content.download_template .widget-type-form {
  margin-top: 4rem;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #fff;
          box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #fff;
}

br.sp {
  display: none;
}

@media screen and (max-width: 515px) {
  br.sp {
    display: inline;
  }
}
.hero {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.header {
  max-width: 1380px;
  margin: auto;
  width: calc(100% - 2rem);
  position: relative;
  z-index: 101;
}
.header.floating {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100% - 2rem);
  margin: auto;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100% - 2rem);
  margin: auto;
}
.header.white .header__container .header__logo {
  padding: 1rem 1rem;
  background-color: white;
  border-radius: 0 0 15px 15px;
}
.header.white .header__container nav.navigation-primary ul li a {
  color: white;
}
.header .header__container .header__logo {
  padding: 1rem 0;
  width: 18rem;
}
.header .header__container .header__logo.active img path, .header .header__container .header__logo.active img polygon {
  fill: #fff !important;
}
.header .header__container .header__logo.active svg path, .header .header__container .header__logo.active svg polygon {
  fill: #fff !important;
}
.header .header__container .header__logo img, .header .header__container .header__logo svg {
  width: 100%;
  height: auto;
}
.header .header__container .header__column .header__row-1 .header__navigation, .header .header__container .header__column .header__row-2 .header__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header .header__container .header__column .header__row-1 .header__navigation .space, .header .header__container .header__column .header__row-2 .header__navigation .space {
  width: 10rem;
}
.header .header__container .header__column .header__row-1 .header__navigation .menu_btn, .header .header__container .header__column .header__row-2 .header__navigation .menu_btn {
  width: 0px;
  height: 40px;
  position: relative;
  margin-top: 1.2rem;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}
.header .header__container .header__column .header__row-1 .header__navigation .menu_btn.active, .header .header__container .header__column .header__row-2 .header__navigation .menu_btn.active {
  display: block;
  position: relative;
}
.header .header__container .header__column .header__row-1 .header__navigation .menu_btn.active span, .header .header__container .header__column .header__row-2 .header__navigation .menu_btn.active span {
  background-color: white;
  width: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.header .header__container .header__column .header__row-1 .header__navigation .menu_btn.active span:nth-of-type(1), .header .header__container .header__column .header__row-2 .header__navigation .menu_btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100% !important;
}
.header .header__container .header__column .header__row-1 .header__navigation .menu_btn.active span:nth-of-type(2), .header .header__container .header__column .header__row-2 .header__navigation .menu_btn.active span:nth-of-type(2) {
  width: 0% !important;
}
.header .header__container .header__column .header__row-1 .header__navigation .menu_btn.active span:nth-of-type(3), .header .header__container .header__column .header__row-2 .header__navigation .menu_btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100% !important;
}
.header .header__container .header__column .header__row-1 .header__navigation .menu_btn span, .header .header__container .header__column .header__row-2 .header__navigation .menu_btn span {
  background-color: #434343;
  height: 2px;
  display: block;
  position: absolute;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  right: 0;
}
.header .header__container .header__column .header__row-1 .header__navigation .menu_btn span:nth-of-type(1), .header .header__container .header__column .header__row-2 .header__navigation .menu_btn span:nth-of-type(1) {
  width: 100%;
  top: 0;
}
.header .header__container .header__column .header__row-1 .header__navigation .menu_btn span:nth-of-type(2), .header .header__container .header__column .header__row-2 .header__navigation .menu_btn span:nth-of-type(2) {
  width: 75%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .header__container .header__column .header__row-1 .header__navigation .menu_btn span:nth-of-type(3), .header .header__container .header__column .header__row-2 .header__navigation .menu_btn span:nth-of-type(3) {
  width: 50%;
  bottom: 0;
}
.header .header__container .header__column .header__row-1 .header__navigation .list_contact, .header .header__container .header__column .header__row-2 .header__navigation .list_contact {
  border-radius: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
          box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
  padding: 1rem;
  max-width: 1380px;
  margin: auto;
  display: block;
  width: 8rem;
  height: 8rem;
  position: absolute;
  right: 0rem;
  top: 0.5rem;
  text-decoration: none;
}
.header .header__container .header__column .header__row-1 .header__navigation .list_contact.fixed, .header .header__container .header__column .header__row-2 .header__navigation .list_contact.fixed {
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  position: fixed;
  right: -100%;
}
.header .header__container .header__column .header__row-1 .header__navigation .list_contact.fixed.false, .header .header__container .header__column .header__row-2 .header__navigation .list_contact.fixed.false {
  right: 1rem;
}
.header .header__container .header__column .header__row-1 .header__navigation .list_contact:hover, .header .header__container .header__column .header__row-2 .header__navigation .list_contact:hover {
  background-color: #0066FF;
  color: white;
  text-decoration: none;
}
.header .header__container .header__column .header__row-1 .header__navigation .list_contact:hover figure svg path, .header .header__container .header__column .header__row-2 .header__navigation .list_contact:hover figure svg path {
  fill: #ffffff;
}
.header .header__container .header__column .header__row-1 .header__navigation .list_contact:hover .en, .header .header__container .header__column .header__row-2 .header__navigation .list_contact:hover .en, .header .header__container .header__column .header__row-1 .header__navigation .list_contact:hover .jp, .header .header__container .header__column .header__row-2 .header__navigation .list_contact:hover .jp {
  color: white;
}
.header .header__container .header__column .header__row-1 .header__navigation .list_contact figure, .header .header__container .header__column .header__row-2 .header__navigation .list_contact figure, .header .header__container .header__column .header__row-1 .header__navigation .list_contact p, .header .header__container .header__column .header__row-2 .header__navigation .list_contact p {
  margin: 0;
}
.header .header__container .header__column .header__row-1 .header__navigation .list_contact .en, .header .header__container .header__column .header__row-2 .header__navigation .list_contact .en {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #434343;
  font-size: 1.3rem;
}
.header .header__container .header__column .header__row-1 .header__navigation .list_contact .jp, .header .header__container .header__column .header__row-2 .header__navigation .list_contact .jp {
  color: #7F849F;
  font-size: 0.8rem;
  margin-top: 0.4rem;
}
.header nav.navigation-primary ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.75rem;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.header nav.navigation-primary ul li {
  padding-left: 1rem;
}
.header nav.navigation-primary ul li a {
  color: #434343;
  font-size: 1.3rem;
}
.header nav.navigation-primary ul li a.active-item {
  text-decoration: underline;
}

@media screen and (max-width: 930px) {
  .header .header__container .header__logo img, .header .header__container .header__logo svg {
    max-width: 15rem;
    height: auto;
  }
}
@media screen and (max-width: 515px) {
  .header .header__container .header__logo img, .header .header__container .header__logo svg {
    max-width: 14rem;
  }
}
@media screen and (max-width: 515px) {
  .header .header__container .header__column .header__row-1 .header__navigation .space, .header .header__container .header__column .header__row-2 .header__navigation .space {
    width: 8rem;
  }
}
@media screen and (max-width: 930px) {
  .header .header__container .header__column .header__row-1 .header__navigation .menu_btn, .header .header__container .header__column .header__row-2 .header__navigation .menu_btn {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header .header__container .header__column .header__row-1 .header__navigation .menu_btn, .header .header__container .header__column .header__row-2 .header__navigation .menu_btn {
    width: 40px;
    height: 30px;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1281px) {
  .header .header__container .header__column .header__row-1 .header__navigation .list_contact, .header .header__container .header__column .header__row-2 .header__navigation .list_contact {
    max-width: 1080px;
  }
}
@media screen and (max-width: 515px) {
  .header .header__container .header__column .header__row-1 .header__navigation .list_contact, .header .header__container .header__column .header__row-2 .header__navigation .list_contact {
    width: 6.5rem;
    height: 6.5rem;
    padding: 0.75rem;
  }
}
@media screen and (max-width: 515px) {
  .header .header__container .header__column .header__row-1 .header__navigation .list_contact figure svg, .header .header__container .header__column .header__row-2 .header__navigation .list_contact figure svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 515px) {
  .header .header__container .header__column .header__row-1 .header__navigation .list_contact .en, .header .header__container .header__column .header__row-2 .header__navigation .list_contact .en {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 515px) {
  .header .header__container .header__column .header__row-1 .header__navigation .list_contact .jp, .header .header__container .header__column .header__row-2 .header__navigation .list_contact .jp {
    font-size: 10px;
  }
}
@media screen and (min-width: 931px) {
  .header nav.navigation-primary ul {
    width: auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 930px) {
  .header nav.navigation-primary ul {
    width: 0;
    display: none;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
@media screen and (max-width: 930px) {
  .header nav.navigation-primary ul.active {
    position: fixed;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    top: 8rem;
    padding: 0;
    display: block;
  }
  .header nav.navigation-primary ul.active li {
    width: 100%;
    margin: 1rem 0;
    margin-bottom: 1rem;
  }
  .header nav.navigation-primary ul.active li a {
    color: white;
    font-size: 3rem;
  }
}
.ScheduleBlockWindow {
  max-width: 1380px;
  margin: auto;
  background-color: white;
  width: calc(100% - 2rem);
  overflow-y: scroll;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 2rem;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .timeIndex {
  min-width: 5rem;
  border-right: 1px solid gray;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .timeIndex .hour {
  min-height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid gray;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .dayHeader {
  font-size: 0.875rem;
  text-align: center;
  border-bottom: 1px solid gray;
  padding: 1rem 0;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .Schedule {
  border-right: 1px solid gray;
  min-width: 7rem;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .Schedule.Sunday {
  background-color: #FAEAED;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .Schedule.Saturday {
  background-color: #EAF1FA;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .Schedule.holidaytrue {
  background-color: #FAEAED;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .Schedule.false {
  background-color: #bbb;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .Schedule .hour {
  border-bottom: 1px solid gray;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4rem;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .Schedule .time {
  min-height: 1rem;
  border-bottom: 1px dotted gray;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .Schedule .time .mtgBox {
  position: absolute;
  width: 100%;
  background-color: #0066FF;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .Schedule .time .mtgBox .timeString {
  padding: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .Schedule .time .mtgBox.true {
  border-radius: 0.5rem;
  border: 2px solid #0066FF;
  background-color: rgba(255, 255, 255, 0.7);
  color: #0066FF;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .Schedule .time .mtgBox.false {
  cursor: none;
  pointer-events: none;
  background-color: #999;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .Schedule .time .mtgBox.false .timeString {
  display: none;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .Schedule .time .mtgBox:hover {
  background-color: #0066FF;
  color: white;
}
.ScheduleBlockWindow .ScheduleBlockWindowInner .Schedule .time:last-of-type {
  border-bottom: none;
}

.link_wrap a {
  min-width: 20rem;
  background-color: white;
}
.link_wrap.hover a {
  border-radius: 8rem;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
          box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
  color: #434343;
  padding: 1rem;
  margin: 1rem auto;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.link_wrap.hover a:hover {
  text-decoration: none;
  color: white;
  background: #0066FF;
}
.link_wrap.solid a, .link_wrap.solid div {
  border: 2px solid #0066FF;
  text-align: center;
  color: #0066FF;
  display: inline-block;
  border-radius: 5rem;
  padding: 1rem;
  margin: 1rem 0;
  text-decoration: none;
  font-weight: 700;
}
.link_wrap.solid a:hover, .link_wrap.solid div:hover {
  background-color: #0066FF;
  color: white;
  text-decoration: none;
}
.link_wrap.solid_small a, .link_wrap.solid_small div {
  border: 2px solid #0066FF;
  text-align: center;
  font-size: 0.8rem;
  color: #0066FF;
  display: inline-block;
  min-width: 12.5rem;
  border-radius: 5rem;
  padding: 0.75rem;
  margin: 0;
  margin-top: 0rem;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.link_wrap.solid_small a:hover {
  background-color: #0066FF;
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .link_wrap a {
    min-width: 1rem;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .link_wrap a {
    min-width: 1rem;
    width: 80%;
  }
}
.image_gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}
.image_gallery.flex_2 figure {
  width: 48%;
}
.image_gallery.flex_3 figure, .image_gallery.flex_5 figure, .image_gallery.flex_6 figure {
  width: 32%;
}
.image_gallery.flex_4 figure, .image_gallery.flex_7 figure, .image_gallery.flex_8 figure {
  width: 24%;
}
.image_gallery figure {
  margin: 0;
}
.image_gallery figure img {
  width: 100%;
  height: auto;
}

.service_panel {
  border-radius: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
          box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
  padding: 5rem 2rem;
  max-width: 1380px;
  margin: 4rem auto;
  position: relative;
  overflow: hidden;
  width: calc(100% - 2rem);
}
.service_panel figure {
  position: absolute;
  right: 2rem;
  top: 0;
  width: 40%;
  overflow: hidden;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.service_panel figure.picture {
  background-size: cover;
  border-radius: 1rem 0 0 1rem;
  height: 400px;
  top: auto;
  right: 0;
  bottom: 2rem;
  width: 45%;
}
.service_panel figure img {
  width: 100%;
  height: auto;
}
.service_panel .service_panel_detail p {
  margin: 0;
  line-height: 2;
}
.service_panel .service_panel_detail .en {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
}
.service_panel .service_panel_detail .link_wrap a {
  margin: 3rem 0;
}
.service_panel .service_panel_detail .jp {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.65;
  margin-top: 0.25rem;
}
.service_panel .service_panel_detail .copy {
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1rem;
  line-height: 1.65;
}
.service_panel .service_panel_detail .detail p {
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  max-width: 50%;
  line-height: 2;
}

@media screen and (max-width: 1281px) {
  .service_panel {
    max-width: 1080px;
  }
}
@media screen and (max-width: 980px) {
  .service_panel figure {
    bottom: 2rem;
    top: auto;
  }
}
@media screen and (max-width: 515px) {
  .service_panel figure.picture {
    height: 20em;
  }
}
@media screen and (max-width: 515px) {
  .service_panel .service_panel_detail .en {
    font-size: 12vw;
  }
}
@media screen and (max-width: 515px) {
  .service_panel .service_panel_detail .copy {
    font-size: 1.5rem;
  }
}
.title_block {
  max-width: 1380px;
  margin: auto;
  margin-bottom: 2rem;
  padding: 0 1rem;
  padding-top: 3rem;
}
.title_block.blue .en {
  color: #0066FF;
}
.title_block.blue h2 {
  color: #434343;
}
.title_block.white .en, .title_block.white h2 {
  color: white;
}
.title_block .en {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 6rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.title_block h2 {
  font-size: 1.2rem;
}
.title_block h1 {
  font-size: 1.8rem;
}

@media screen and (max-width: 1281px) {
  .title_block {
    max-width: 1080px;
  }
}
@media screen and (max-width: 515px) {
  .title_block .en {
    font-size: 12vw;
  }
}
.split_block {
  max-width: 1380px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.split_block .split {
  width: 47%;
  border-radius: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
          box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
  padding: 2rem 2rem;
}
.split_block .split .figure_wrap {
  width: 100%;
  position: relative;
  margin: auto;
}
.split_block .split .figure_wrap figure {
  background-color: #fff;
  overflow: hidden;
  border-radius: 0 1rem 1rem 0;
  position: relative;
  margin-left: -2rem;
  top: 0;
  left: -2rem;
  bottom: 0;
  margin: auto;
  width: 100%;
  -webkit-box-shadow: inset 5px 5px 20px #c8c9cc, inset -5px -5px 20px #ffffff;
          box-shadow: inset 5px 5px 20px #c8c9cc, inset -5px -5px 20px #ffffff;
}
.split_block .split .figure_wrap figure:after {
  content: "";
  padding-top: 40%;
  display: block;
}
.split_block .split .figure_wrap figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.split_block .split .en {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.split_block .split .detail p {
  line-height: 1.65;
}

@media screen and (max-width: 1281px) {
  .split_block {
    max-width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .split_block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .split_block .split {
    width: 100%;
  }
}
.news-list {
  max-width: 1380px;
  margin: auto;
  padding: 1rem;
}
.news-list .news-list-item {
  background-color: white;
  margin-bottom: 1rem;
  border-radius: 10px;
}
.news-list .news-list-item div {
  padding: 1rem;
}
.news-list .news-list-item div time {
  font-size: 0.875rem;
  margin: 0;
  white-space: nowrap;
  font-family: hero-new, sans-serif;
}
.news-list .news-list-item div h3 {
  position: relative;
  width: 100%;
  margin: 0.5rem 0 0 0;
  display: block;
  overflow: hidden;
  font-size: 1.1rem;
  color: #434343;
}
.news-list .news-list-item div h3 a {
  position: relative;
  color: #0066FF;
  display: block;
}
.news-list .news-list-item div h3 a:after {
  margin-left: 0.5rem;
  content: "〉";
  right: 8px;
  display: inline-block;
  color: #0066FF;
}

#index_first_view {
  background-position: bottom center;
  background-size: cover;
  padding: 3rem 0;
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}
#index_first_view.blog {
  padding: 4rem 1rem;
}
#index_first_view.none_contact {
  padding: 7rem 0px;
  padding-top: 12rem;
}
#index_first_view.moving {
  min-height: 658px;
}
#index_first_view.moving .first_view_inner .en {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  position: relative;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
#index_first_view.moving .first_view_inner h1 {
  white-space: pre-wrap;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  position: relative;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  white-space: pre-wrap;
}
#index_first_view.moving .first_view_inner .detail {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  position: relative;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
#index_first_view.moving .first_view_inner .detail .link_wrap {
  margin-top: 2rem;
}
#index_first_view.moving .first_view_inner .detail .link_wrap a {
  border: 2px solid #0066FF;
  border-color: #0066FF;
  color: #0066FF;
  border-radius: 10rem;
  padding: 1rem 2rem;
  text-align: center;
  display: inline-block;
  font-weight: 600;
}
#index_first_view.moving .first_view_inner .detail .link_wrap a:hover {
  text-decoration: none;
  background-color: #0066FF;
  color: white;
}
#index_first_view.moving:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-name: moving_first_view;
          animation-name: moving_first_view;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
#index_first_view .video_background iframe {
  width: 100%;
  height: auto;
}
#index_first_view.narrow {
  padding-top: 8rem;
}
#index_first_view.light:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#index_first_view.blue .first_view_inner .en, #index_first_view.blue .first_view_inner h1, #index_first_view.blue .first_view_inner p {
  color: white;
}
#index_first_view.blue:after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent -webkit-linear-gradient(327deg, #0066FF 0%, #00A7FF 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(123deg, #0066FF 0%, #00A7FF 100%) 0% 0% no-repeat padding-box;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.8;
}
#index_first_view.dark .first_view_inner .en, #index_first_view.dark .first_view_inner h1, #index_first_view.dark .first_view_inner p {
  color: white;
}
#index_first_view.dark:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#index_first_view.white .first_view_inner .en, #index_first_view.white .first_view_inner h1 {
  color: white;
}
#index_first_view.white .first_view_inner p {
  color: white;
  font-weight: bold;
}
#index_first_view img.background {
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
}
#index_first_view .first_view_inner {
  margin: auto;
  max-width: 1380px;
  position: relative;
  z-index: 11;
  padding: 1rem;
}
#index_first_view .first_view_inner .en {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0066FF;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#index_first_view .first_view_inner .en.big {
  font-size: 6rem;
  opacity: 1;
  color: white;
  min-height: 6rem;
}
#index_first_view .first_view_inner .en.big span {
  position: relative;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#index_first_view .first_view_inner .en.big span.completeSpan {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  color: #0066FF;
}
#index_first_view .first_view_inner h1 {
  font-size: 2.5rem;
  letter-spacing: 0.4em;
  line-height: 1.65;
  color: #434343;
  font-weight: 600;
}
#index_first_view .first_view_inner h1.small {
  font-size: 2rem;
}
#index_first_view .first_view_inner h1.blog-header__title {
  font-size: 1.5rem;
}
#index_first_view .first_view_inner .blog_author_block {
  max-width: 780px;
}
#index_first_view .first_view_inner .blog_author_block .author-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#index_first_view .first_view_inner .blog_author_block .author-detail p {
  max-width: calc(100% - 130px);
  margin-left: 1rem;
  line-height: 1.8;
}
#index_first_view .first_view_inner .blog_author_block .author-detail p a {
  color: #0066FF;
}
#index_first_view .first_view_inner .blog_author_block .author-detail .author-avatar {
  width: 120px;
  height: 120px;
  background-size: cover;
  overflow: hidden;
  border-radius: 100rem;
}
#index_first_view .first_view_inner .detail {
  min-width: 480px;
  width: 50%;
}
#index_first_view .first_view_inner .detail p {
  line-height: 2;
  text-align: justify;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  #index_first_view.narrow {
    padding-top: 5rem;
  }
}
@media screen and (orientation: portrait) {
  #index_first_view img.background {
    left: -50%;
    right: -105%;
    height: 100%;
    width: auto;
  }
}
@media screen and (orientation: landscape) {
  #index_first_view img.background {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1281px) {
  #index_first_view .first_view_inner {
    max-width: 1080px;
  }
}
@media screen and (max-width: 717px) {
  #index_first_view .first_view_inner .en.big {
    font-size: 12vw;
    min-height: auto;
  }
}
@media screen and (max-width: 515px) {
  #index_first_view .first_view_inner h1 {
    letter-spacing: 0.25em;
  }
}
@media screen and (max-width: 717px) {
  #index_first_view .first_view_inner h1.small {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 515px) {
  #index_first_view .first_view_inner h1.blog-header__title {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 515px) {
  #index_first_view .first_view_inner .blog_author_block .author-detail {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 515px) {
  #index_first_view .first_view_inner .blog_author_block .author-detail .author-avatar {
    margin: auto;
  }
}
@media screen and (max-width: 515px) {
  #index_first_view .first_view_inner .detail {
    width: 100%;
    min-width: auto;
  }
}
.dnd-section .dnd-column {
  padding: 0;
}

.index_solution {
  padding-bottom: 13rem;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
.index_solution img.background {
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  height: auto;
}
.index_solution .index_solution_flex {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: calc(1380px - 2rem);
}
.index_solution .index_solution_flex figure {
  margin-top: 5rem;
  width: 30%;
}
.index_solution .index_solution_flex figure img {
  width: 100%;
  height: auto;
}
.index_solution .index_solution_flex .index_solution_detail {
  padding-bottom: 4rem;
  max-width: 60%;
}
.index_solution .index_solution_flex .index_solution_detail .en {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 6rem;
  margin-bottom: 0.5rem;
  color: #0066FF;
  line-height: 1;
}
.index_solution .index_solution_flex .index_solution_detail h2 {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
}
.index_solution .index_solution_flex .index_solution_detail .detail {
  margin-top: 2rem;
}
.index_solution .index_solution_flex .index_solution_detail .detail p {
  white-space: pre-wrap;
  line-height: 1.65;
  font-size: 1.1rem;
  line-height: 2;
}
.index_solution .index_solution_flex .index_solution_detail .detail p.copy {
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1rem;
  line-height: 1.65;
}

@media screen and (max-width: 1400px) {
  .index_solution img.background {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .index_solution {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 1281px) {
  .index_solution .index_solution_flex {
    max-width: calc(1080px - 2rem);
  }
}
@media screen and (max-width: 768px) {
  .index_solution .index_solution_flex figure {
    position: absolute;
    top: -3rem;
    right: 0;
    width: 30%;
  }
}
@media screen and (max-width: 515px) {
  .index_solution .index_solution_flex figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .index_solution .index_solution_flex .index_solution_detail .en {
    font-size: 12vw;
  }
}
.article_wrap {
  padding: 0 1rem;
}
.article_wrap .link_bar {
  position: relative;
  top: -2rem;
  max-width: 1280px;
  margin: auto;
  width: 100%;
  display: block;
  position: relative;
  padding: 1rem;
  padding-top: 5.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
.article_wrap .link_bar:hover:after {
  height: 100%;
}
.article_wrap .link_bar:hover div {
  color: white;
}
.article_wrap .link_bar:hover div:after, .article_wrap .link_bar:hover div:before {
  background-color: white;
}
.article_wrap .link_bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  background-color: #0066FF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.article_wrap .link_bar div {
  text-align: center;
  font-size: 0.8rem;
  text-decoration: none;
  color: #434343;
  position: relative;
  z-index: 10;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.article_wrap .link_bar div:before {
  width: 2rem;
  height: 2px;
  background-color: #0066FF;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -1.5rem;
  margin: auto;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.article_wrap .link_bar div:after {
  width: 2rem;
  height: 2px;
  background-color: #0066FF;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -1.5rem;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.article_wrap .article_wrap_inner {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1380px;
  margin: auto;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.article_wrap .article_wrap_inner:after {
  content: "";
  width: 32%;
}
.article_wrap .article_wrap_inner.shadow article a {
  -webkit-box-shadow: 0 0 10px #666;
          box-shadow: 0 0 10px #666;
}
.article_wrap .article_wrap_inner article {
  width: 32%;
  margin: 0.75rem 0;
}
.article_wrap .article_wrap_inner article a {
  background: #FFFFFF;
  -webkit-box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
          box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
  display: block;
  width: 100%;
  padding: 2rem 2rem;
  border-radius: 1rem;
  height: 100%;
}
.article_wrap .article_wrap_inner article a.relative {
  position: relative;
  padding-bottom: 4rem;
}
.article_wrap .article_wrap_inner article a.relative h2 {
  font-weight: bold;
  margin-top: 1rem;
}
.article_wrap .article_wrap_inner article a.relative .gotoDetail {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  color: #0066FF;
}
.article_wrap .article_wrap_inner article a:hover {
  text-decoration: none;
}
.article_wrap .article_wrap_inner article a:hover figure {
  opacity: 0.9;
}
.article_wrap .article_wrap_inner article a:hover h3 {
  text-decoration: underline;
}
.article_wrap .article_wrap_inner article a:hover .link_wrap div {
  background: #0066FF;
  color: white;
}
.article_wrap .article_wrap_inner article a p {
  margin-bottom: 1rem;
}
.article_wrap .article_wrap_inner article a figure {
  margin: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  position: relative;
}
.article_wrap .article_wrap_inner article a figure:after {
  content: "";
  padding-top: 45%;
  display: block;
}
.article_wrap .article_wrap_inner article a figure img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.article_wrap .article_wrap_inner article a h3 {
  font-weight: 700;
  color: #434343;
  line-height: 1.65;
  text-decoration: none;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 1281px) {
  .article_wrap .link_bar {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1281px) {
  .article_wrap .article_wrap_inner {
    max-width: 1080px;
  }
}
@media screen and (max-width: 980px) {
  .article_wrap .article_wrap_inner:after {
    width: 48%;
  }
}
@media screen and (max-width: 980px) {
  .article_wrap .article_wrap_inner article {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .article_wrap .article_wrap_inner article {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .article_wrap .article_wrap_inner article a h3 {
    font-size: 1.2rem;
  }
}
.contentBlock {
  padding-bottom: 2rem;
}
.contentBlock.blue {
  background-color: #0066FF;
}

.blue_Gradation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent -webkit-linear-gradient(327deg, #0066FF 0%, #00A7FF 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(123deg, #0066FF 0%, #00A7FF 100%) 0% 0% no-repeat padding-box;
}

table {
  border: 2px solid #333 !important;
  background-color: #fff;
}
table tr td, table tr th {
  line-height: 1.65;
  padding: 1.25rem 0.75rem;
}

section .inner.narrow {
  max-width: 980px;
  margin: auto;
}
section .inner.width {
  max-width: 1280px;
  margin: auto;
}
section .inner.narrow {
  max-width: 980px;
  margin: auto;
}

.htmlTitle {
  padding: 0 1rem;
  margin: auto;
}
.htmlTitle.h2.center h2:after {
  content: "";
  margin-left: auto;
  margin-right: auto;
}

.imageContent {
  padding: 0rem 3rem;
}
.imageContent figure img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.content_header {
  padding: 4rem 1rem;
  position: relative;
  padding-top: 8rem;
}
.content_header.formInclude {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .content_header.formInclude {
    display: block;
  }
}
.content_header.formInclude .content_header_inner {
  max-width: 880px;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .content_header.formInclude .content_header_inner {
    width: 100%;
  }
}
.content_header.formInclude .formParentContainer {
  max-width: 500px;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .content_header.formInclude .formParentContainer {
    width: 100%;
  }
}
.content_header.formInclude .formParentContainer .formContainer {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 2rem;
  border-radius: 1rem;
  background: #EBF0F3;
  -webkit-box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
          box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
}
.content_header.formInclude .formParentContainer .formContainer .description {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .content_header.formInclude .formParentContainer .formContainer .description {
    display: block;
  }
}
.content_header.formInclude .formParentContainer .formContainer .description .detail {
  width: 60%;
}
.content_header.formInclude .formParentContainer .formContainer .description .detail h2 {
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.content_header.formInclude .formParentContainer .formContainer .description .detail p {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .content_header.formInclude .formParentContainer .formContainer .description .detail p {
    width: 100%;
    margin-top: 1rem;
  }
}
.content_header.formInclude .formParentContainer .formContainer .description p {
  font-size: 0.875rem;
}
.content_header.formInclude .formParentContainer .formContainer .description figure {
  margin-right: 1rem;
  width: 40%;
}
@media screen and (min-width: 767px) {
  .content_header.formInclude .formParentContainer .formContainer .description figure {
    width: 40%;
    padding-top: 40%;
    margin: auto;
    margin-right: 1rem;
    position: relative;
  }
  .content_header.formInclude .formParentContainer .formContainer .description figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .content_header.formInclude .formParentContainer .formContainer .description figure {
    width: 100%;
    margin: auto;
  }
  .content_header.formInclude .formParentContainer .formContainer .description figure img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
}
.content_header.square {
  padding-bottom: 8rem;
}
.content_header.square .content_header_inner .detail {
  width: 50%;
}
.content_header.square .background {
  background-size: cover;
  bottom: 0;
  top: auto;
  height: auto;
  overflow: hidden;
  max-height: 325px;
}
@media screen and (min-width: 1250px) {
  .content_header.square .background img {
    max-width: 700px;
    border-radius: 1rem;
  }
}
.content_header.square .background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.content_header.square .background:after {
  padding-top: 40vw;
  content: "";
  display: block;
}
.content_header .content_header_inner {
  max-width: 1380px;
  width: 100%;
  position: relative;
  z-index: 11;
  margin: auto;
}
.content_header .content_header_inner small {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4.5rem;
  margin-bottom: 1rem;
  display: block;
  position: relative;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: gradient;
          animation-name: gradient;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.content_header .content_header_inner h1 {
  letter-spacing: 0.2em;
  line-height: 1.35;
  font-weight: bold;
  font-size: 1.5rem;
}
.content_header .content_header_inner .catchUnder {
  width: 80%;
  height: auto;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .content_header .content_header_inner .catchUnder {
    width: 100%;
  }
}
.content_header .content_header_inner .detail {
  max-width: 50%;
  margin-top: 2rem;
}
.content_header .content_header_inner .detail p {
  font-weight: 700;
  line-height: 1.8;
  font-size: 1.1rem;
}
.content_header .background {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 48%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .content_header {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 980px) {
  .content_header.square {
    padding-bottom: 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .content_header.square {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 515px) {
  .content_header.square {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .content_header.square .background {
    opacity: 1;
    position: relative;
    width: 100%;
  }
  .content_header.square .background:after {
    display: none;
  }
}
@media screen and (max-width: 515px) {
  .content_header.square .background:after {
    padding-top: 45vw;
  }
}
@media screen and (max-width: 1281px) {
  .content_header .content_header_inner {
    max-width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .content_header .content_header_inner small {
    font-size: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .content_header .content_header_inner h1 {
    font-size: 1.75rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .content_header .content_header_inner .detail {
    max-width: 100%;
    width: 100% !important;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .content_header .background {
    bottom: auto;
    background-position: top;
    opacity: 0.75;
  }
}
.widget-type-rich_text, .richContents {
  max-width: 980px;
  margin: auto;
  padding: 2rem 3rem;
}
.widget-type-rich_text h2, .widget-type-rich_text h3, .widget-type-rich_text h4, .richContents h2, .richContents h3, .richContents h4 {
  line-height: 1.65;
  font-weight: 700;
}
.widget-type-rich_text h2, .richContents h2 {
  line-height: 1.65;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.widget-type-rich_text h3, .richContents h3 {
  line-height: 1.65;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  background-color: #e0e0e0;
  border-radius: 1rem;
  margin: 0 -2rem;
  padding: 0.5rem 2rem;
}
.widget-type-rich_text h4, .richContents h4 {
  line-height: 1.65;
  font-weight: 700 !important;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 2rem 0;
}
.widget-type-rich_text figure, .richContents figure {
  margin: 1rem 0;
}
.widget-type-rich_text figure img, .richContents figure img {
  height: auto;
  max-width: 100%;
  display: block;
  margin: auto;
}
.widget-type-rich_text img, .richContents img {
  display: block;
}
.widget-type-rich_text p, .richContents p {
  line-height: 2;
  font-size: 1.1rem;
  margin: 1.5rem auto;
}
.widget-type-rich_text p a, .richContents p a {
  color: #0066FF;
}
.widget-type-rich_text p img, .richContents p img {
  max-width: 100%;
  height: auto;
}
.widget-type-rich_text ul, .richContents ul {
  margin: 1.5rem auto;
  list-style: disc;
  padding-left: 1rem;
}
.widget-type-rich_text ul li, .richContents ul li {
  padding: 0.5rem 0;
  font-size: 1.1rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .widget-type-rich_text {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .widget-type-rich_text h2 {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 767px) {
  .widget-type-rich_text h3 {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    margin: 0 -1rem;
  }
}
@media screen and (max-width: 767px) {
  .widget-type-rich_text h4 {
    font-size: 1.35rem;
  }
}
.widget-type-header, .archress-type-header {
  max-width: 980px;
  margin: auto;
  padding: 0 2rem;
}

.widget-type-header *.left, .archress-type-header *.left, .htmlTitle *.left {
  text-align: left;
}

.widget-type-header *.right, .archress-type-header *.right, .htmlTitle *.right {
  text-align: right;
}

.widget-type-header *.center, .archress-type-header *.center, .htmlTitle *.center {
  text-align: center;
}

.htmlTitle.center {
  text-align: center;
}

.widget-type-header h2, .archress-type-header h2, .htmlTitle h2 {
  letter-spacing: 0.15em;
  line-height: 1.65;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .widget-type-header h2, .archress-type-header h2, .htmlTitle h2 {
    font-size: 1.75rem;
  }
}
.widget-type-header h2.center:after, .archress-type-header h2.center:after, .htmlTitle h2.center:after {
  margin-left: auto;
  margin-right: auto;
}

.widget-type-header h2.right:after, .archress-type-header h2.right:after, .htmlTitle h2.right:after {
  margin-left: auto;
  margin-right: 0;
}

.widget-type-header h2:after, .archress-type-header h2:after, .htmlTitle h2:after {
  background-color: #0066FF;
  width: 2em;
  height: 4px;
  display: block;
  content: "";
  margin: 0;
  margin-top: 2rem;
  display: block;
}

.widget-type-header h3, .archress-type-header h3 {
  letter-spacing: 0.15em;
  line-height: 1.65;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  display: block;
  position: relative;
  padding: 1rem 0;
  margin: 1rem auto;
}

@media screen and (max-width: 767px) {
  .widget-type-header h3, .archress-type-header h3 {
    font-size: 1.5rem;
  }
}
.widget-type-header h3.center, .archress-type-header h3.center {
  display: table;
}

.widget-type-header h3.center:before, .archress-type-header h3.center:before {
  margin: auto;
  right: 0;
  height: 4px;
  top: -1px;
}

.widget-type-header h3.center:after, .archress-type-header h3.center:after {
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
}

.widget-type-header h3.right:before, .archress-type-header h3.right:before {
  left: inherit;
  right: 0;
}

.widget-type-header h3:before, .archress-type-header h3:before {
  background-color: #0066FF;
  width: 3em;
  height: 2px;
  display: block;
  content: "";
  display: block;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
}

.widget-type-header h3:after, .archress-type-header h3:after {
  background-color: #bbb;
  width: 3em;
  height: 2px;
  display: block;
  content: "";
  display: block;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.widget-type-header h4, .archress-type-header h4 {
  letter-spacing: 0.15em;
  line-height: 1.65;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  display: block;
  position: relative;
  padding: 2rem 0;
}

@media screen and (max-width: 767px) {
  .widget-type-header h4, .archress-type-header h4 {
    font-size: 1.35rem;
  }
}
.widget-type-linked_image {
  max-width: 980px;
  margin: auto;
}
.widget-type-linked_image span {
  max-width: 980px;
  margin: auto;
  display: block;
}
.widget-type-linked_image span img {
  max-width: calc(100% - 2rem) !important;
  margin: auto;
  display: block;
}

.dnd_area-row-2-vertical-alignment {
  max-width: 1380px;
  margin: auto;
}

@media screen and (max-width: 1281px) {
  .dnd_area-row-2-vertical-alignment {
    max-width: 1080px;
  }
}
.point_of_sales {
  padding: 0 1rem;
}
.point_of_sales .point_of_sales_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1380px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.point_of_sales .point_of_sales_inner:after, .point_of_sales .point_of_sales_inner:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 1000;
  -webkit-order: 999;
      -ms-flex-order: 999;
          order: 999;
}
.point_of_sales .point_of_sales_inner.flex_2 article, .point_of_sales .point_of_sales_inner.flex_4 article {
  width: 48%;
}
.point_of_sales .point_of_sales_inner.flex_2:after, .point_of_sales .point_of_sales_inner.flex_2:before {
  width: 48%;
}
.point_of_sales .point_of_sales_inner.flex_4:after, .point_of_sales .point_of_sales_inner.flex_4:before {
  width: 48%;
}
.point_of_sales .point_of_sales_inner.flex_3 article, .point_of_sales .point_of_sales_inner.flex_5 article, .point_of_sales .point_of_sales_inner.flex_6 article {
  width: 32%;
}
.point_of_sales .point_of_sales_inner.flex_3:after, .point_of_sales .point_of_sales_inner.flex_3:before {
  width: 32%;
}
.point_of_sales .point_of_sales_inner.flex_5:after, .point_of_sales .point_of_sales_inner.flex_5:before {
  width: 32%;
}
.point_of_sales .point_of_sales_inner.flex_6:after, .point_of_sales .point_of_sales_inner.flex_6:before {
  width: 32%;
}
.point_of_sales .point_of_sales_inner article {
  margin: 1rem 0;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
          box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
  display: block;
  padding: 2rem 2rem;
  border-radius: 1rem;
}
.point_of_sales .point_of_sales_inner article h3 {
  margin-bottom: 0.5rem;
  line-height: 1.65;
  font-size: 1.5rem;
}
.point_of_sales .point_of_sales_inner article small {
  color: #7F849F;
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 125%;
}
.point_of_sales .point_of_sales_inner article .icon {
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}
.point_of_sales .point_of_sales_inner article .icon img {
  width: 100%;
  height: auto;
}
.point_of_sales .point_of_sales_inner article .link_wrap a {
  min-width: 15rem;
  margin-top: 2rem;
}
.point_of_sales .point_of_sales_inner article .detail p {
  line-height: 1.8;
  margin: 0;
  margin-top: 1rem;
  white-space: pre-wrap;
}

@media screen and (max-width: 1281px) {
  .point_of_sales .point_of_sales_inner {
    max-width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .point_of_sales .point_of_sales_inner article {
    width: 100% !important;
  }
}
.CTA_block {
  background-color: #434343;
  color: white;
  padding: 2rem 0;
}
.CTA_block .CTA_block_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1380px;
  margin: auto;
  padding: 5rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.CTA_block .CTA_block_inner .CTA_flex {
  padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.CTA_block .CTA_block_inner .CTA_flex a {
  -webkit-box-shadow: 0 0 8px #000;
          box-shadow: 0 0 8px #000;
  background-color: #434343;
  border-radius: 1rem;
  margin: 0 1rem;
  width: 45%;
  padding: 2rem 1rem;
  text-decoration: none;
  color: white;
}
.CTA_block .CTA_block_inner .CTA_flex a h3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 130%;
}
.CTA_block .CTA_block_inner .CTA_flex a figure {
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-top: 1rem;
}
.CTA_block .CTA_block_inner .CTA_flex a figure svg {
  width: 100%;
  margin: 0;
  height: auto;
}
.CTA_block .CTA_block_inner .CTA_flex a figure svg path {
  fill: #fff;
}
.CTA_block .CTA_block_inner .CTA_flex a .en {
  margin: 0;
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
}
.CTA_block .CTA_block_inner .CTA_flex a .jp {
  line-height: 1.8;
  font-size: 0.8rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.CTA_block .CTA_block_inner .CTA_flex a:hover {
  background-color: white;
  color: #434343;
}
.CTA_block .CTA_block_inner .CTA_flex a:hover figure svg path {
  fill: #434343;
}
.CTA_block .CTA_block_inner .CTA_title h2 {
  line-height: 1.8;
  font-size: 1.8rem;
}
.CTA_block .CTA_block_inner .CTA_title small {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  display: block;
}

@media screen and (max-width: 1281px) {
  .CTA_block .CTA_block_inner {
    max-width: 1080px;
    display: block;
  }
}
@media screen and (max-width: 1281px) {
  .CTA_block .CTA_block_inner .CTA_flex {
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 515px) {
  .CTA_block .CTA_block_inner .CTA_flex {
    width: 100%;
  }
}
@media screen and (max-width: 1281px) {
  .CTA_block .CTA_block_inner .CTA_title h2 {
    text-align: center;
  }
}
@media screen and (max-width: 1281px) {
  .CTA_block .CTA_block_inner .CTA_title small {
    text-align: center;
  }
}
.blog-post {
  overflow: hidden;
}
.blog-post .blog_post_title {
  max-width: 1180px;
  margin: auto;
  padding: 5rem 1rem;
  padding-top: 10rem;
}
.blog-post .blog_post_title h1 {
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1rem;
}
.blog-post .blog_post_title h1 span {
  letter-spacing: 0.1em;
  font-size: 2.25rem;
}
.blog-post .blog_post_title .blog-post__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2rem;
}
.blog-post .blog_post_title .blog-post__tags .blog-post__tag-link {
  background-color: white;
  border-radius: 4rem;
  padding: 0.5rem 1rem;
  border: dotted 1px #434343;
  color: #0066FF;
  margin: 0.35rem 0rem;
  margin-right: 1rem;
}
.blog-post .blog_post_title .blog-post__tags .blog-post__tag-link:hover {
  background-color: #0066FF;
  color: white;
  text-decoration: none;
}
.blog-post .blog-post__meta {
  max-width: 1380px;
  margin: auto;
}
.blog-post .blog_content_flex {
  max-width: 1380px;
  margin: auto;
  padding: 0 1rem;
  position: relative;
}
.blog-post .blog_content_flex .blog-related-posts article {
  margin: auto;
  border-radius: 15px;
  background: #ebf0f3;
  -webkit-box-shadow: inset 5px 5px 10px #ccc, inset -5px -5px 10px #fff;
          box-shadow: inset 5px 5px 10px #ccc, inset -5px -5px 10px #fff;
  padding: 2rem 1.5rem;
  margin: 0;
  margin-bottom: 1rem;
}
.blog-post .blog_content_flex .blog-related-posts article a.blog-related-posts__post-image-wrapper {
  border-radius: 1rem;
  overflow: hidden;
  display: block;
  position: relative;
}
.blog-post .blog_content_flex .blog-related-posts article a.blog-related-posts__post-image-wrapper.work:after {
  padding-top: 100%;
}
.blog-post .blog_content_flex .blog-related-posts article a.blog-related-posts__post-image-wrapper:after {
  padding-top: 40%;
  content: "";
  display: block;
}
.blog-post .blog_content_flex .blog-related-posts article a.blog-related-posts__post-image-wrapper img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.blog-post .blog_content_flex .blog-related-posts article h3 {
  margin-bottom: 0;
  margin-top: 1rem;
}
.blog-post .blog_content_flex .blog-related-posts article h3 a {
  color: #434343;
  line-height: 1.8;
}
.blog-post aside .blog-related-posts .content-wrapper h2 {
  text-align: center;
  font-size: 2rem;
}
.blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1380px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list:after {
  width: 32%;
  content: "";
  display: block;
}
.blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list article {
  width: 32%;
}
.blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list article p {
  font-weight: bold;
}
.blog-post .blog-post__body {
  max-width: 780px;
  margin: auto;
  padding: 0 1rem;
}
.blog-post .blog-post__body .cta_button {
  border-radius: 10rem;
  background-color: white;
  color: #0066FF;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 0 0 12px #434343;
          box-shadow: 0 0 12px #434343;
  padding: 1rem 2rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.blog-post .blog-post__body .cta_button.cta_contact {
  background-color: #0066FF;
  color: white;
  border-radius: 10px;
  padding: 1.5rem 2rem;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid white;
  text-align: center;
}
.blog-post .blog-post__body .cta_button.cta_contact:before {
  display: none;
}
.blog-post .blog-post__body .cta_button:before {
  margin-right: 0.5rem;
  background-image: url(../img/downloadArrow.svg);
  width: 2rem;
  height: 2rem;
  content: "";
  display: inline-block;
  background-size: cover;
  background-position: center;
  margin-right: 0.5rem;
}
.blog-post .blog-post__body .cta_button:hover {
  -webkit-box-shadow: 0 0 12px #0066FF;
          box-shadow: 0 0 12px #0066FF;
}
.blog-post .blog-post__body figure {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.blog-post .blog-post__body figure.blogThumnail {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
}
.blog-post .blog-post__body figure.blogThumnail:after {
  padding-top: 55%;
  content: "";
  display: block;
}
.blog-post .blog-post__body figure.blogThumnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blog-post .blog-post__body h2 {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  font-weight: 600;
  margin-top: 4rem;
  position: relative;
  padding-top: 1rem;
}
.blog-post .blog-post__body h2:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #434343;
  width: 100%;
  content: "";
  display: block;
  z-index: 1;
}
.blog-post .blog-post__body h2:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #0066FF;
  width: 5rem;
  display: block;
  content: "";
  z-index: 2;
}
.blog-post .blog-post__body h3 {
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.65;
  font-weight: 600;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin: 3rem -1rem 1.4rem;
}
.blog-post .blog-post__body h4 {
  letter-spacing: 0.1em;
  font-size: 1.35rem;
  line-height: 1.65;
  padding: 0.5rem 0;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.blog-post .blog-post__body ol {
  margin: 0 0 1.4rem;
  list-style: decimal-leading-zero;
  padding-left: 2.25rem;
}
.blog-post .blog-post__body ol li {
  font-size: 1.1rem;
  margin: 1rem 0;
}
.blog-post .blog-post__body ul {
  margin: 0 0 1.4rem;
}
.blog-post .blog-post__body ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  padding-left: 1.5rem;
}
.blog-post .blog-post__body ul li ul {
  width: 100%;
  padding-left: 0rem;
  list-style: circle;
  margin: 0.5rem 0;
}
.blog-post .blog-post__body ul li ul li {
  list-style: circle;
  font-size: 0.875rem;
  padding-left: 0rem;
}
.blog-post .blog-post__body ul li ul li:before {
  display: none;
}
.blog-post .blog-post__body ul li:before {
  content: "";
  margin-right: 0.5rem;
  height: 3px;
  width: 1rem;
  background-color: #0066FF;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.9rem;
  margin: auto;
}
.blog-post .blog-post__body img {
  max-width: 100%;
  margin: auto;
  display: block;
  height: auto;
}
.blog-post .blog-post__body p {
  margin: 0 0 1.4rem;
  line-height: 2;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.blog-post .blog-post__body p img {
  max-width: 100%;
}
.blog-post .BlogContentIndex {
  background-color: white;
  border-radius: 10px;
  padding: 2rem 2rem;
  margin: 2rem 0;
}
.blog-post .BlogContentIndex p {
  text-align: center;
}
.blog-post .BlogContentIndex ul li:before, .blog-post .BlogContentIndex ul li:after {
  content: none !important;
}
.blog-post .BlogContentIndex ul li.h2 {
  margin-top: 0.5rem;
}
.blog-post .BlogContentIndex ul li.h3 {
  padding-left: 2rem;
  font-size: 0.875rem;
}

@media screen and (max-width: 1281px) {
  .blog-post .blog_post_title {
    max-width: 1080px;
    padding: 2.5rem 1rem;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-post .blog_post_title h1 span {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1281px) {
  .blog-post .blog-post__meta {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1281px) {
  .blog-post .blog_content_flex {
    max-width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list article {
    width: 80%;
    display: inline-block;
    margin-right: 5%;
  }
  .blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list article .blog-related-posts__content {
    white-space: initial;
  }
  .blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list article .blog-related-posts__content h3 {
    white-space: initial;
  }
}
@media screen and (max-width: 767px) {
  .blog-post .blog-post__body h2 {
    font-size: 1.8rem;
  }
}
.dl_wrap {
  max-width: 1380px;
  margin: 2rem auto;
}
.dl_wrap.standard {
  max-width: 1080px;
}
.dl_wrap.narrow {
  max-width: 780px;
}
.dl_wrap dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dotted #343434;
  margin: 0;
}
.dl_wrap dl dt.widget-type-rich_text {
  width: 30%;
  padding: 0rem 1rem;
}
.dl_wrap dl dd.widget-type-rich_text {
  width: 70%;
  padding: 0rem 1rem;
}
.dl_wrap dl dd.widget-type-rich_text figure {
  margin: 1.5rem 0;
}
.dl_wrap dl dd.widget-type-rich_text figure img {
  margin: 0;
}
.dl_wrap dl:last-of-type {
  border-bottom: 1px dotted #343434;
}

@media screen and (max-width: 1281px) {
  .dl_wrap {
    max-width: 1080px;
  }
}
footer {
  position: relative;
  -webkit-box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #fff;
          box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #fff;
  border-radius: 0 8rem 0 0;
  background-color: #fff;
  margin-top: 3rem;
}
footer #footerLogo {
  max-width: 300px;
  display: block;
}
footer #footerLogo svg {
  width: 100%;
  height: auto;
}
footer .data {
  max-width: 1280px;
  margin: auto;
  padding: 2rem 0;
  position: relative;
  top: -3rem;
}
footer .data a {
  color: #434343;
  font-size: 0.9rem;
  display: inline-block;
  margin-right: 1rem;
}
footer .data a:before {
  content: "";
}
footer .copyright {
  font-weight: 100;
  font-style: normal;
  font-size: 0.5rem;
  position: absolute;
  right: 4rem;
  top: 4rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
footer .footer__container {
  max-width: 1280px;
  margin: auto;
  padding: 1rem;
}
footer .footer__container .hs_cos_wrapper_type_logo {
  padding: 3rem 0;
  display: block;
}
footer .footer__container .hs_cos_wrapper_type_logo svg {
  width: 100%;
  height: auto;
}
footer .footer__container .hs_cos_wrapper_type_logo img {
  margin: auto;
}
footer .footer__container .submenu {
  list-style: none;
  padding: 0;
  max-width: 90%;
}
footer .footer__container .submenu li input[type=checkbox], footer .footer__container .submenu li label {
  display: none;
}
footer .footer__container .submenu .has-submenu:last-of-type .level-2 li {
  margin-right: 2rem;
}
footer .footer__container .submenu .has-submenu:last-of-type .level-2 li a {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #434343;
}
footer .footer__container .submenu .has-submenu:last-of-type .level-2 li a:before {
  display: none;
}
footer .footer__container .submenu.level-1 li {
  margin: 1rem 0;
}
footer .footer__container .submenu.level-1 li a {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #434343;
}
footer .footer__container .submenu.level-1 li a:hover {
  color: #0066FF;
}
footer .footer__container .submenu.level-1 .level-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer .footer__container .submenu.level-1 .level-2 li {
  margin-right: 1rem;
}
footer .footer__container .submenu.level-1 .level-2 li a {
  font-size: 1.1rem;
}
footer .footer__container .submenu.level-1 .level-2 li a:before {
  content: "";
}
footer .footer__container .submenu.level-1 .level-2 .level-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1rem;
}
footer .footer__container .submenu.level-1 .level-2 .level-3 li {
  margin: 0.5rem;
  margin-right: 1rem;
}
footer .footer__container .submenu.level-1 .level-2 .level-3 li a {
  font-size: 0.9rem;
  font-weight: normal;
}
footer .footer__container .submenu.level-1 .level-2 .level-3 li a:before {
  content: "";
}

@media screen and (max-width: 1281px) {
  footer .data {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1281px) {
  footer .footer__container {
    max-width: 1080px;
  }
}
.dnd_area-row-1-max-width-section-centering > .row-fluid, .dnd_area-row-2-max-width-section-centering > .row-fluid, .dnd_area-row-3-max-width-section-centering > .row-fluid, .dnd_area-row-4-max-width-section-centering > .row-fluid, .dnd_area-row-5-max-width-section-centering > .row-fluid {
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #fff;
          box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #fff;
  padding: 5rem 2rem;
  margin: 2rem auto;
  position: relative;
  overflow: hidden;
  width: calc(100% - 2rem);
}

.CalendarAddBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  max-width: 700px;
  margin: auto;
  margin-top: 2rem;
}
.CalendarAddBtn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.74rem 1rem;
  background-color: white;
  border: 2px solid #0066FF;
  border-radius: 5px;
  color: #0066FF;
  display: block;
  margin-bottom: 1rem;
}
.CalendarAddBtn a:hover {
  text-decoration: none;
  background-color: #0066FF;
  color: white;
}

.formWrap .complete {
  padding: 4rem 1rem;
}
.formWrap .complete .completeInner .enTitle {
  font-size: 5.5rem;
  font-family: "Montserrat", system-ui;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
.formWrap .complete .completeInner .title {
  font-size: 1.25rem;
}
.formWrap .complete .completeInner p {
  margin: 1rem 0;
}
.formWrap .complete .completeInner .linkWrap {
  margin-top: 2rem;
}
.formWrap .complete .completeInner .linkWrap a {
  border-radius: 5px;
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border: 1px solid black;
}
.formWrap form {
  max-width: 700px;
  margin: auto;
}
.formWrap form .submitWrap.split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formWrap form .submitWrap.split button {
  width: 48%;
}
.formWrap form .submitWrap.split button[type=button] {
  border-radius: 5rem;
  border: none;
  font-size: 18px;
  margin-top: 2rem;
  background-color: #888;
  color: white;
  padding: 1rem;
}
.formWrap form button[type=submit] {
  width: 94%;
  border-radius: 5rem;
  border: none;
  font-size: 18px;
  margin-top: 2rem;
  background-color: #06f;
  color: white;
  padding: 1rem;
  width: 100%;
}
.formWrap form dl {
  margin: 1rem auto;
  display: block;
}
.formWrap form dl dt {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formWrap form dl dt span.require {
  border-radius: 5px;
  background-color: red;
  color: white;
  font-size: 0.65rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0.15rem 0.5rem;
}
.formWrap form fieldset.form-columns-2 div, .formWrap form .hs-form-field.form-columns-2 div {
  width: 87%;
}
.formWrap form dl dd input[type=text], .formWrap form dl dd input[type=email], .formWrap form dl dd input[type=password], .formWrap form dl dd input[type=tel], .formWrap form dl dd input[type=number], .formWrap form dl dd input[type=file] {
  border-radius: 5rem;
  border: 1px solid #999;
  padding: 1rem;
  font-size: 16px;
}
.formWrap form dl dd select, .formWrap form dl dd textarea {
  border-radius: 10px;
  border: 1px solid #999;
  padding: 1rem;
  font-size: 16px;
}
.formWrap form dl dd input[type=text], .formWrap form dl dd input[type=email], .formWrap form dl dd input[type=password], .formWrap form dl dd input[type=tel], .formWrap form dl dd input[type=number], .formWrap form dl dd input[type=file] {
  border-radius: 5rem;
  border: 1px solid #999;
  padding: 1rem;
  font-size: 16px;
}
.formWrap form dl dd select, .formWrap form dl dd textarea {
  border-radius: 10px;
  border: 1px solid #999;
  padding: 1rem;
  font-size: 16px;
}
.formWrap form textarea {
  min-height: 8em;
  border-radius: 10px;
}

#page_sumally {
  position: fixed;
  right: 0;
  top: 0;
  bottom: -30%;
  display: table;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  border-radius: 1rem 0 0 1rem;
  min-height: 20px;
  margin: auto;
  -webkit-transition: all ease 0.75s;
  transition: all ease 0.75s;
  max-width: 300px;
}
#page_sumally.close {
  right: -279px;
}
#page_sumally.close #page_sumally_btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page_sumally #page_sumally_btn {
  -webkit-box-shadow: 0 0 5px #888;
          box-shadow: 0 0 5px #888;
  cursor: pointer;
  background-color: white;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
#page_sumally #page_sumally_btn svg {
  width: 50%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #0066FF;
}
#page_sumally #page_sumally_btn svg path {
  fill: #0066FF;
}
#page_sumally ul {
  margin: 1rem;
  padding: 0rem 0;
  padding-left: 1rem;
  list-style: none;
}
#page_sumally ul li {
  margin: 1rem 0;
}
#page_sumally ul li a {
  color: #0066FF;
  font-weight: bolder;
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  #page_sumally {
    position: inherit;
    max-width: 515px;
    width: calc(100% - 2rem);
    border-radius: 1rem;
    margin: 2rem auto;
  }
  #page_sumally:before {
    content: "";
    padding: 1rem 2rem;
    display: block;
    font-weight: bold;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_sumally.close {
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  #page_sumally #page_sumally_btn {
    display: none;
  }
}
@-webkit-keyframes gradient {
  0% {
    color: #0066FF;
    opacity: 0;
    bottom: -1em;
  }
  50% {
    color: #0066FF;
    opacity: 0.25;
    bottom: 0;
  }
  100% {
    color: #434343;
    opacity: 1;
  }
}
@keyframes gradient {
  0% {
    color: #0066FF;
    opacity: 0;
    bottom: -1em;
  }
  50% {
    color: #0066FF;
    opacity: 0.25;
    bottom: 0;
  }
  100% {
    color: #434343;
    opacity: 1;
  }
}
@-webkit-keyframes moving_first_view {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes moving_first_view {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes floating {
  0% {
    opacity: 0;
    bottom: -2em;
  }
  25% {
    opacity: 0;
    bottom: -2em;
  }
  100% {
    opacity: 1;
    bottom: 0em;
  }
}
@keyframes floating {
  0% {
    opacity: 0;
    bottom: -2em;
  }
  25% {
    opacity: 0;
    bottom: -2em;
  }
  100% {
    opacity: 1;
    bottom: 0em;
  }
}
.author_block {
  -webkit-box-shadow: inset 5px 5px 10px #ccc, inset -5px -5px 10px #fff;
          box-shadow: inset 5px 5px 10px #ccc, inset -5px -5px 10px #fff;
  max-width: 1080px;
  margin: auto;
  padding: 2.5rem 3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.author_block .author-avatar {
  width: 80px;
  height: 80px;
  background-size: cover;
  overflow: hidden;
  border-radius: 100rem;
  margin-bottom: 1rem;
}
.author_block .author-detail {
  width: calc(100% - 100px);
}
.author_block .author-detail h2 {
  font-size: 1.35rem;
}
.author_block .author-detail p {
  line-height: 1.8;
  margin-bottom: 0;
}
.author_block .author-detail p a {
  color: #0066FF;
}

@media screen and (min-width: 1580px) {
  .author_block {
    max-width: 350px;
    position: absolute;
    right: -7.5%;
    top: 0;
    display: block;
    padding: 0rem 1.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 515px) {
  .author_block {
    display: block;
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (min-width: 1580px) {
  .author_block .author-avatar {
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 515px) {
  .author_block .author-avatar {
    margin: auto;
  }
}
@media screen and (min-width: 1580px) {
  .author_block .author-detail {
    width: 100%;
  }
}
@media screen and (max-width: 515px) {
  .author_block .author-detail {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1580px) {
  .author_block .author-detail p {
    font-size: 0.9rem;
  }
}
.blog-index {
  max-width: 1380px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 0 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-index:after, .blog-index:before {
  width: 32%;
  display: block;
  content: "";
  -webkit-box-ordinal-group: 1000;
  -webkit-order: 999;
      -ms-flex-order: 999;
          order: 999;
}
.blog-index .blog-index__post {
  -webkit-box-shadow: inset 5px 5px 10px #ccc, inset -5px -5px 10px #fff;
          box-shadow: inset 5px 5px 10px #ccc, inset -5px -5px 10px #fff;
  cursor: pointer;
  border-radius: 1rem;
  width: 32%;
  padding: 2rem;
  margin: 0.75rem 0;
}
.blog-index .blog-index__post .blog-index__post-content p {
  line-height: 1.65;
  font-size: 0.8rem;
  padding: 0 1rem;
  max-height: 5em;
  overflow: hidden;
  margin-top: 1rem;
}
.blog-index .blog-index__post .blog-index__post-content small {
  margin-top: 1rem;
}
.blog-index .blog-index__post .blog-index__post-content h2 {
  line-height: 1.5;
  font-size: 1.2rem;
  margin: 1rem 0;
  padding: 0 1rem;
  margin-top: 1rem;
}
.blog-index .blog-index__post .blog-index__post-content h2 a {
  color: #434343;
}
.blog-index .blog-index__post .blog-index__post-content h2 a:hover {
  color: #0066FF;
  text-decoration: underline;
}
.blog-index .blog-index__post a.figure {
  width: 100%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  display: block;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.blog-index .blog-index__post a.figure:hover {
  opacity: 0.8;
}
.blog-index .blog-index__post a.figure:after {
  padding-top: 55%;
  content: "";
  display: block;
}
.blog-index .blog-index__post a.figure img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1281px) {
  .blog-index {
    max-width: 1080px;
  }
}
@media screen and (max-width: 980px) {
  .blog-index:after, .blog-index:before {
    width: 48%;
  }
}
@media screen and (max-width: 515px) {
  .blog-index:after, .blog-index:before {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .blog-index .blog-index__post {
    width: 48%;
  }
}
@media screen and (max-width: 515px) {
  .blog-index .blog-index__post {
    width: 100%;
  }
}
#float_subscribe {
  bottom: 0;
  right: 1rem;
  z-index: 111;
  -webkit-box-shadow: 0 0 5px #888;
          box-shadow: 0 0 5px #888;
  padding: 3rem 1rem;
  background: #fff;
  border-radius: 1rem 1rem;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  position: inherit;
  margin: auto;
  border-radius: 1rem;
  height: auto;
  padding: 2rem;
  width: calc(100% - 2rem);
  max-width: 980px;
}
#float_subscribe .close_btn {
  border-radius: 5rem;
  width: 30px;
  height: 30px;
  background-color: white;
  position: absolute;
  right: 15px;
  top: -15px;
  border: 2px #666 solid;
}
#float_subscribe .close_btn:after {
  width: 12px;
  height: 2px;
  background-color: #434343;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#float_subscribe .close_btn:before {
  width: 12px;
  height: 2px;
  background-color: #434343;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#float_subscribe .close_btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#float_subscribe small.en {
  display: block;
  font-family: hero-new, sans-serif;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  color: #06f;
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#float_subscribe h2 {
  font-size: 1.5rem;
  text-align: center;
}
#float_subscribe p {
  text-align: center;
  line-height: 1.8;
}
#float_subscribe p br {
  display: none;
}
#float_subscribe input[type=submit] {
  background-color: #0066FF;
  color: white;
  padding: 1rem;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  #float_subscribe .close_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #float_subscribe p br {
    display: initial;
  }
}
.works-index {
  max-width: 1280px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 0 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 6.5rem;
}
.works-index .blog-index__post {
  width: 45%;
  background: #ebf0f3;
  padding: 3rem;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
  -webkit-box-shadow: inset 5px 5px 10px #ccc, inset -5px -5px 10px #fff;
          box-shadow: inset 5px 5px 10px #ccc, inset -5px -5px 10px #fff;
}
.works-index .blog-index__post:nth-of-type(even) {
  -webkit-transform: translateY(6.5rem);
          transform: translateY(6.5rem);
}
.works-index .blog-index__post .en {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #434343;
  font-size: 2rem;
  letter-spacing: 0.15em;
}
.works-index .blog-index__post .blog-index__post-content.lite p {
  font-weight: normal;
  font-size: 0.875rem;
  margin-top: 1rem;
}
.works-index .blog-index__post .blog-index__post-content.lite .link_wrap {
  margin-top: 1rem;
}
.works-index .blog-index__post .blog-index__post-content h2 a {
  color: #0066FF;
  line-height: 1.8;
}
.works-index .blog-index__post .blog-index__post-content small {
  margin-top: 1rem;
  display: inline-block;
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #434343;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.works-index .blog-index__post .blog-index__post-content p {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: bold;
}
.works-index .blog-index__post a.figure {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  display: block;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.works-index .blog-index__post a.figure:hover {
  opacity: 0.8;
}
.works-index .blog-index__post a.figure img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1281px) {
  .works-index {
    max-width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .works-index {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .works-index .blog-index__post {
    width: 100%;
    padding: 2rem;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .works-index .blog-index__post:nth-of-type(even) {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .works-index .blog-index__post .en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .works-index .blog-index__post .blog-index__post-content h2 a {
    font-size: 1.2rem;
  }
}
.works_featured_image {
  min-height: 50vw;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 6rem;
}

.company_name .case {
  color: #0066FF;
  display: block;
  margin-bottom: 1rem;
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
.company_name .en_title .hs_cos_wrapper_type_inline_text {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #434343;
  font-size: 4rem;
  letter-spacing: 0.15em;
}
.company_name .jp_title .hs_cos_wrapper_type_inline_text {
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.company_name a {
  color: #0066FF;
  display: block;
  margin-top: 1rem;
  margin-bottom: 5rem;
  font-family: hero-new, sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .company_name .en_title .hs_cos_wrapper_type_inline_text {
    font-size: 8vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .company_name .jp_title .hs_cos_wrapper_type_inline_text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .company_name a {
    margin-bottom: 2.5rem;
  }
}
.hs_cos_wrapper_type_email_simple_subscription {
  padding: 5rem 0rem;
  display: block;
}
.hs_cos_wrapper_type_email_simple_subscription .page-header h1 {
  text-align: center;
}
.hs_cos_wrapper_type_email_simple_subscription #email-prefs-form #content .hs-input {
  width: 100% !important;
  padding: 1rem !important;
  font-size: 16px !important;
  border-radius: 5rem;
  border: 1px solid #999;
  padding: 1rem;
}
.hs_cos_wrapper_type_email_simple_subscription #email-prefs-form #content input[type=submit] {
  background-color: #06f;
  color: white;
  padding: 1rem;
  width: 100%;
}

#hubspotForm {
  max-width: 780px;
  margin: auto;
  padding: 1rem;
  padding-top: 3rem;
}

#hubspotFormSide {
  max-width: 780px;
  margin: auto;
  padding-top: 1rem;
}

.breadList {
  padding-top: 2rem;
}
.breadList .breadListInner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.breadList .breadListInner ul li {
  font-size: 0.875rem;
}
.breadList .breadListInner ul li.arrow:after {
  content: ">";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
}
.breadList .breadListInner ul li a, .breadList .breadListInner ul li span {
  font-size: 0.875rem;
}

.hs-breadcrumb-menu-wrapper .hs-breadcrumb-menu .hs-breadcrumb-menu-item {
  font-size: 0.9rem;
}
.hs-breadcrumb-menu-wrapper .hs-breadcrumb-menu .hs-breadcrumb-menu-item.first-crumb {
  padding-left: 0;
}

.blog-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 1rem;
}
.blog-pagination .blog-pagination__next-link, .blog-pagination .blog-pagination__prev-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: hero-new, sans-serif;
  font-weight: 600;
  color: #0066FF;
  display: flex;
  margin: 0 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-pagination .blog-pagination__next-link svg, .blog-pagination .blog-pagination__prev-link svg {
  fill: #0066FF;
}
.blog-pagination .blog-pagination__number-link {
  border-radius: 5rem;
  font-size: 1.1rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 5px #888;
          box-shadow: 0 0 5px #888;
  width: 2rem;
  height: 2rem;
  display: block;
  font-family: hero-new, sans-serif;
  font-weight: 600;
  line-height: 2rem;
  margin: auto 0.5rem;
  color: #0066FF;
}
.blog-pagination .blog-pagination__number-link.active {
  background-color: white;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0 5px #0066FF;
          box-shadow: 0 0 5px #0066FF;
}
.blog-pagination .blog-pagination__number-link:hover {
  background-color: #0066FF;
  color: white;
  text-decoration: none;
}

.ground_blue_back {
  background-color: #0066FF;
  position: fixed;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
  z-index: 99;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.ground_blue_back.active {
  -webkit-transform: scale(2000);
          transform: scale(2000);
}

.reration_service_wrap {
  max-width: 1080px;
  margin: auto;
  margin-bottom: 3rem;
}
.reration_service_wrap a.reration_service_cta {
  color: #434343;
  -webkit-box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #fff;
          box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #fff;
  padding: 3rem 2rem;
  background-color: #fff;
  display: block;
  border-radius: 1rem;
  text-decoration: none;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}
.reration_service_wrap a.reration_service_cta:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 5px 5px 10px #ccc, inset -5px -5px 10px #fff;
          box-shadow: inset 5px 5px 10px #ccc, inset -5px -5px 10px #fff;
}
.reration_service_wrap a.reration_service_cta:hover .reration_service .link_wrap div {
  background-color: #0066FF;
  color: white;
}
.reration_service_wrap a.reration_service_cta .reration_service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1080px;
  overflow: hidden;
}
.reration_service_wrap a.reration_service_cta .reration_service .reration_header {
  color: #0066FF;
  width: 100%;
}
.reration_service_wrap a.reration_service_cta .reration_service .link_wrap {
  width: 100%;
  margin-top: 2rem;
}
.reration_service_wrap a.reration_service_cta .reration_service .link_wrap div {
  display: table;
  text-align: center;
  background-color: white;
  color: #0066FF;
  margin: auto;
  width: 70%;
  border-radius: 5rem;
  padding: 1rem;
  border: 2px solid #0066FF;
  font-weight: bold;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.reration_service_wrap a.reration_service_cta .reration_service .detail {
  width: 68%;
}
.reration_service_wrap a.reration_service_cta .reration_service .detail h3, .reration_service_wrap a.reration_service_cta .reration_service .detail .h3 {
  font-size: 1.5rem;
}
.reration_service_wrap a.reration_service_cta .reration_service .detail .en {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #06f;
  font-size: 3.5rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
  display: block;
}
.reration_service_wrap a.reration_service_cta .reration_service .detail p {
  margin-top: 2rem;
  line-height: 1.8;
}
.reration_service_wrap a.reration_service_cta .reration_service figure, .reration_service_wrap a.reration_service_cta .reration_service .figure {
  width: 28%;
  margin: 0;
}
.reration_service_wrap a.reration_service_cta .reration_service figure img, .reration_service_wrap a.reration_service_cta .reration_service .figure img {
  width: 100%;
  height: auto;
}

.blog-post .blog-post__body .card_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: inset 5px 5px 10px #ccc, inset -5px -5px 10px #fff;
          box-shadow: inset 5px 5px 10px #ccc, inset -5px -5px 10px #fff;
  cursor: pointer;
  border-radius: 1rem;
  padding: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.blog-post .blog-post__body .card_links div {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-post .blog-post__body .card_links div h3 {
  font-size: 1.2rem;
  color: #434343;
  margin-bottom: 0;
}
.blog-post .blog-post__body .card_links figure {
  width: 48%;
  margin: 0;
}
.blog-post .blog-post__body .card_links figure img {
  width: 100%;
  height: auto;
}


/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
/*/* Header DND sections */
.header .dnd-section {
  padding: 0;
}

/* Header container */
.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigation-primary a {
  font-family: hero-new, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*/* Menu and simple menu */
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

/* Horizontal menu */
@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* Vertical menu */
/* Flyouts */
@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Override */
#blog_post_body_content {
  padding-bottom: 4rem;
}

.blog-post .blog-post__body {
  padding: 0 0 4rem;
}
.blog-post .blog-post__body h1 {
  margin-bottom: 1.4rem;
}
.blog-post .blog-post__body h2, .blog-post .blog-post__body h3 {
  margin-top: 2em;
}
.blog-post .blog-post__body .content-wrapper .blog-post .blog-post__body h2.heading-lv3 {
  margin-top: 2em;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  line-height: 1.65;
}
.blog-post .blog-post__body h4 {
  margin-top: 2em;
}
.blog-post .blog-post__body .content-wrapper .blog-post .blog-post__body h3.heading-lv4 {
  margin-top: 2em;
  letter-spacing: 0.1em;
  font-size: 1.35rem;
  line-height: 1.65;
}
.blog-post .blog-post__body h5 {
  margin-top: 2em;
  font-size: 1.1rem;
}
.blog-post .blog-post__body table {
  margin: 2rem auto;
  padding: 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.blog-post .blog-post__body table tr {
  background-color: #fff;
}
.blog-post .blog-post__body table th, .blog-post .blog-post__body table td {
  border: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  vertical-align: middle;
  font-size: 1rem !important;
}
.blog-post .blog-post__body table th {
  vertical-align: middle;
  text-align: center;
  background-color: #eee;
}
.blog-post .blog-post__body table ul {
  margin: 0;
  padding-left: 1.25em;
}
.blog-post .blog-post__body table ul li {
  font-size: 1rem;
  line-height: 1.3;
}
.blog-post .blog-post__body ul li {
  line-height: 2;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.blog-post .blog-post__body .color-box-01 {
  margin: 3rem 0;
  padding: 0.5em 1.5em;
  border: 1px solid #333;
  background-color: #fff;
}
.blog-post .blog-post__body .color-box-01 p {
  font-size: 1rem;
}
.blog-post .blog-post__body .color-box-01 p + p {
  margin-top: 1em;
}
.blog-post .blog-post__body .color-box-01 p:last-of-type {
  margin-bottom: 0;
}
.blog-post .blog-post__body .color-box-01 ul {
  margin: 0;
}
.blog-post .blog-post__body p a {
  text-decoration: underline;
}
.blog-post .blog-post__body p a:hover {
  text-decoration: none;
}
.blog-post .blog-post__body ul + p, .blog-post .blog-post__body ol + p, .blog-post .blog-post__body table + p {
  margin-top: 2rem;
}
.blog-post .blog-post__body .accordion p a {
  text-decoration: none;
}
.blog-post .blog-post__body .content-wrapper .blog-post .blog-post__body .card_links {
  margin: 2rem 0 3rem;
}
.blog-post .blog-post__body .content-wrapper .blog-post .blog-post__body .card_links div h3 {
  margin-top: 0;
}
.blog-post .blog-post__body .accordion {
  margin: 4rem 0;
}
.blog-post .blog-post__body .accordion * {
  margin: 0;
  padding: 0;
}
.blog-post .blog-post__body .accordion > div {
  border: 2px solid #000;
  background-color: #fff;
}
.blog-post .blog-post__body .accordion ul {
  margin-bottom: 0;
}
.blog-post .blog-post__body .accordion .body-container--blog-post table {
  margin-bottom: 4rem;
}
.blog-post .blog-post__body .accordion__title {
  border-top: 1px solid #000;
  font-size: 1.25em;
  padding: 0.75rem 25px 0.75rem 0.75rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #434343;
}
.blog-post .blog-post__body .accordion__title__no-link {
  border-top: 1px solid #000;
  color: #fff;
  font-size: 1.25em;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.blog-post .blog-post__body .accordion__title::before {
  content: "";
  display: block;
  background-color: #06f;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 12px;
}
.blog-post .blog-post__body .accordion__title::after {
  content: "";
  display: block;
  background-color: #06f;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.blog-post .blog-post__body .accordion__title.is-active::before {
  opacity: 0;
}
.blog-post .blog-post__body .accordion__title.is-active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.blog-post .blog-post__body .accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 0.75rem 0 2rem;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.blog-post .blog-post__body .accordion__content.is-open {
  background: #efefef;
  padding: 0 0.75rem 1rem 3rem;
  line-height: normal;
  height: auto;
  opacity: 1;
}
.blog-post .blog-post__body .accordion__content ul {
  padding-left: 1em;
}
.blog-post .blog-post__body .accordion__content li {
  margin-top: 1rem;
}
.blog-post .blog-post__body .accordion ul li[class^=accordion] {
  list-style: none;
}
.blog-post .blog-post__body .accordion h4 {
  margin: 0;
  padding: 0.5em;
  text-align: center;
  font-size: 1.2rem;
}

div.blog-index {
  display: block;
}
div.blog-index .blog-index__post {
  width: 100%;
}
div.blog-index .blog-index__post-content h2 {
  font-size: 1.1rem !important;
}

@media screen and (min-width: 515px) {
  div.blog-index .blog-index__post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.blog-index .blog-index__post a.figure {
    width: 28%;
  }
  div.blog-index .blog-index__post-content {
    width: 70%;
  }
}
.blog-post .blog-post__body ol li {
  line-height: 2;
}

.txt-center {
  text-align: center;
}

.service_panel figure.picture {
  background-position: center;
}

.blog-post .blog-post__body .card_links figure {
  width: 28%;
}
.blog-post .blog-post__body .card_links div {
  width: 70%;
}

@media screen and (max-width: 515px) {
  .blog-post .blog-post__body .card_links {
    padding: 1.5rem;
  }
}
.table-scroll {
  overflow-x: auto;
  margin-bottom: 1em;
}
.table-scroll table {
  width: 752px;
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #999;
}
.table-scroll table th {
  font-size: 0.9rem !important;
}
.table-scroll table td {
  font-size: 0.9rem !important;
}
.table-scroll table td li {
  font-size: 0.9rem !important;
}

pre {
  white-space: pre-wrap;
  word-break: break-all;
}