/* 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.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.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, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

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

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 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;
  }
} */


/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/*body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

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 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* 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;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #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;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  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;
}*/
@charset "UTF-8";
html {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 16px; }
  @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; } }
  html body {
    background-color: #EBF0F3;
    color: #434343;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal; }

.body-wrapper {
  font-weight: 400;
  font-style: normal;
  color: #434343; }

#main-content.download_template {
  max-width: 1380px;
  margin: auto; }
  #main-content.download_template .widget-type-form {
    margin-top: 4rem;
    padding: 2rem;
    border-radius: 1rem;
    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, .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; }
      @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; } }
  .header .header__container .header__column .header__row-1 .header__navigation, .header .header__container .header__column .header__row-2 .header__navigation {
    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; }
      @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; } }
    .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;
      transition: all ease-in-out 0.5s; }
      @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; } }
      .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%;
          transform-origin: center;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          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) {
            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) {
            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;
        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;
      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: .5rem;
      transition: all 0.3s ease 0s;
      text-decoration: none; }
      @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; } }
      .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 {
          color: white; }
        .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 {
        margin: 0; }
        @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; } }
      .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; }
        @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; } }
      .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; }
        @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; } }
  .header nav.navigation-primary ul {
    list-style: none;
    display: flex;
    padding-top: 1.75rem;
    transition-delay: 1s;
    transition: all ease 0.5s; }
    @media screen and (min-width: 931px) {
      .header nav.navigation-primary ul {
        width: auto;
        display: flex !important; } }
    @media screen and (max-width: 930px) {
      .header nav.navigation-primary ul {
        width: 0;
        display: none; } }
    @media screen and (max-width: 930px) {
      .header nav.navigation-primary ul.active {
        display: none;
        position: fixed;
        width: 80%;
        left: 0;
        right: 0;
        margin: auto;
        top: 8rem;
        padding: 0; }
        .header nav.navigation-primary ul.active li {
          margin: 1rem 0;
          margin-bottom: 2rem; }
          .header nav.navigation-primary ul.active li a {
            color: white;
            font-size: 3rem; } }
    .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; }

.link_wrap a {
  min-width: 20rem; }
  @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%; } }
.link_wrap.hover a {
  border-radius: 8rem;
  background: #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;
  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;
  transition: all ease-in-out 0.25s; }
.link_wrap.solid_small a:hover {
  background-color: #0066FF;
  color: white;
  text-decoration: none; }

.image_gallery {
  display: flex;
  flex-wrap: wrap;
  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;
  box-shadow: 5px 5px 20px #c8c9cc,  -5px -5px 20px #ffffff;
  padding: 5rem 2rem;
  max-width: 1380px;
  margin: 2rem auto;
  position: relative;
  overflow: hidden;
  width: calc(100% - 2rem); }
  @media screen and (max-width: 1281px) {
    .service_panel {
      max-width: 1080px; } }
  .service_panel figure {
    position: absolute;
    right: 2rem;
    top: 0;
    width: 40%;
    overflow: hidden;
    bottom: 0;
    margin: auto;
    height: fit-content; }
    @media screen and (max-width: 980px) {
      .service_panel figure {
        bottom: 2rem;
        top: auto; } }
    .service_panel figure.picture {
      background-size: cover;
      border-radius: 1rem 0 0 1rem;
      height: 400px;
      top: auto;
      right: 0;
      bottom: 2rem;
      width: 45%; }
      @media screen and (max-width: 515px) {
        .service_panel figure.picture {
          height: 20em; } }
    .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; }
    @media screen and (max-width: 515px) {
      .service_panel .service_panel_detail .en {
        font-size: 12vw; } }
  .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; }
    @media screen and (max-width: 515px) {
      .service_panel .service_panel_detail .copy {
        font-size: 1.5rem; } }
  .service_panel .service_panel_detail .detail p {
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    max-width: 50%;
    line-height: 2; }

.title_block {
  max-width: 1380px;
  margin: auto;
  margin-bottom: 2rem;
  padding: 0 1rem; }
  @media screen and (max-width: 1281px) {
    .title_block {
      max-width: 1080px; } }
  .title_block.blue .en {
    color: #0066FF; }
  .title_block.blue h2 {
    color: #434343; }
  .title_block.white .en {
    color: white; }
  .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; }
    @media screen and (max-width: 515px) {
      .title_block .en {
        font-size: 12vw; } }
  .title_block h2 {
    font-size: 1.2rem; }
  .title_block h1 {
    font-size: 1.8rem; }

.split_block {
  max-width: 1380px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 0 1rem; }
  @media screen and (max-width: 1281px) {
    .split_block {
      max-width: 1080px; } }
  @media screen and (max-width: 767px) {
    .split_block {
      display: block; } }
  .split_block .split {
    width: 47%;
    border-radius: 15px;
    background: #FFFFFF;
    box-shadow: 5px 5px 20px #c8c9cc,  -5px -5px 20px #ffffff;
    padding: 2rem 2rem; }
    @media screen and (max-width: 767px) {
      .split_block .split {
        width: 100%; } }
    .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%;
        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; }

#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 {
      animation-duration: 0.75s;
      animation-name: floating;
      animation-timing-function: ease-in-out;
      position: relative;
      animation-delay: 0.5s;
      animation-fill-mode: backwards; }
    #index_first_view.moving .first_view_inner h1 {
      animation-duration: 0.75s;
      animation-name: floating;
      animation-timing-function: ease-in-out;
      position: relative;
      animation-delay: 0.75s;
      animation-fill-mode: backwards; }
    #index_first_view.moving .first_view_inner .detail {
      animation-duration: 0.75s;
      animation-name: floating;
      animation-timing-function: ease-in-out;
      position: relative;
      animation-delay: 1s;
      animation-fill-mode: backwards; }
    #index_first_view.moving:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: white;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      animation-delay: 1.5s;
      animation-name: moving_first_view;
      animation-duration: 1.5s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: backwards; }
  #index_first_view .video_background iframe {
    width: 100%;
    height: auto; }
  #index_first_view.narrow {
    padding-top: 8rem; }
    @media screen and (max-width: 767px) {
      #index_first_view.narrow {
        padding-top: 5rem; } }
  #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 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, #index_first_view.white .first_view_inner p {
    color: white; }
  #index_first_view.white .first_view_inner p {
    font-weight: bold; }
  #index_first_view img.background {
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute; }
    @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; } }
  #index_first_view .first_view_inner {
    margin: auto;
    max-width: 1380px;
    position: relative;
    z-index: 11;
    padding: 1rem; }
    @media screen and (max-width: 1281px) {
      #index_first_view .first_view_inner {
        max-width: 1080px; } }
    #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: 0;
        color: white;
        transition: all liner 0.25s;
        min-height: 6rem; }
        @media screen and (max-width: 717px) {
          #index_first_view .first_view_inner .en.big {
            font-size: 12vw;
            min-height: auto; } }
        #index_first_view .first_view_inner .en.big span {
          transition: all 0.5s;
          position: relative;
          bottom: -0.5em;
          transition-delay: 0.25s;
          opacity: 0; }
    #index_first_view .first_view_inner h1 {
      font-size: 2.5rem;
      letter-spacing: 0.4em;
      line-height: 1.65;
      color: #434343;
      font-weight: 600; }
      @media screen and (max-width: 515px) {
        #index_first_view .first_view_inner h1 {
          letter-spacing: 0.25em; } }
      #index_first_view .first_view_inner h1.small {
        font-size: 2rem; }
        @media screen and (max-width: 717px) {
          #index_first_view .first_view_inner h1.small {
            font-size: 1.5rem; } }
      #index_first_view .first_view_inner h1.blog-header__title {
        font-size: 1.5rem; }
        @media screen and (max-width: 515px) {
          #index_first_view .first_view_inner h1.blog-header__title {
            letter-spacing: 0; } }
    #index_first_view .first_view_inner .blog_author_block {
      max-width: 780px; }
      #index_first_view .first_view_inner .blog_author_block .author-detail {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 515px) {
          #index_first_view .first_view_inner .blog_author_block .author-detail {
            align-items: flex-start; } }
        #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 .author-avatar {
          width: 120px;
          height: 120px;
          background-size: cover;
          overflow: hidden;
          border-radius: 100rem; }
          @media screen and (max-width: 515px) {
            #index_first_view .first_view_inner .blog_author_block .author-detail .author-avatar {
              margin: auto; } }
    #index_first_view .first_view_inner .detail {
      min-width: 480px;
      width: 50%; }
      @media screen and (max-width: 515px) {
        #index_first_view .first_view_inner .detail {
          width: 100%;
          min-width: auto; } }
      #index_first_view .first_view_inner .detail p {
        line-height: 2;
        text-align: justify;
        font-size: 1.1rem; }

.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;
  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; }
    @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; } }
  .index_solution .index_solution_flex {
    position: relative;
    z-index: 2;
    display: flex;
    margin: auto;
    max-width: calc(1380px - 2rem); }
    @media screen and (max-width: 1281px) {
      .index_solution .index_solution_flex {
        max-width: calc(1080px - 2rem); } }
    .index_solution .index_solution_flex figure {
      margin-top: 5rem;
      width: 30%; }
      @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; } }
      .index_solution .index_solution_flex figure img {
        width: 100%;
        height: auto; }
    .index_solution .index_solution_flex .index_solution_detail {
      padding-bottom: 4rem;
      max-width: calc(100% - 40%); }
      .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: .5rem;
        color: #0066FF; }
        @media screen and (max-width: 767px) {
          .index_solution .index_solution_flex .index_solution_detail .en {
            font-size: 12vw; } }
      .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 p.copy {
        font-size: 2rem;
        font-weight: 700;
        font-style: normal;
        margin-bottom: 1rem;
        line-height: 1.65; }
      .index_solution .index_solution_flex .index_solution_detail .detail p {
        line-height: 1.65;
        font-size: 1.1rem;
        line-height: 2; }

.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; }
    @media screen and (max-width: 1281px) {
      .article_wrap .link_bar {
        max-width: 1080px; } }
    .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%;
      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;
      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;
        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;
        transform: rotate(90deg);
        transition-delay: 0.1s; }
  .article_wrap .article_wrap_inner {
    position: relative;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    max-width: 1380px;
    margin: auto;
    width: 100%;
    flex-wrap: wrap; }
    @media screen and (max-width: 1281px) {
      .article_wrap .article_wrap_inner {
        max-width: 1080px; } }
    .article_wrap .article_wrap_inner:after {
      content: "";
      width: 32%; }
      @media screen and (max-width: 980px) {
        .article_wrap .article_wrap_inner:after {
          width: 48%; } }
    .article_wrap .article_wrap_inner.shadow article a {
      box-shadow: 0 0 10px #666; }
    .article_wrap .article_wrap_inner article {
      width: 32%;
      margin: 0.75rem 0; }
      @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%; } }
      .article_wrap .article_wrap_inner article a {
        background: #FFFFFF;
        box-shadow: 5px 5px 20px #c8c9cc,  -5px -5px 20px #ffffff;
        display: block;
        width: 100%;
        padding: 2rem 2rem;
        border-radius: 1rem; }
        .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 figure {
          margin: 0;
          border-radius: 0.5rem;
          overflow: hidden;
          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: 768px) {
            .article_wrap .article_wrap_inner article a h3 {
              font-size: 1.2rem; } }

.blue_Gradation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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; }

.content_header {
  padding: 4rem 1rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .content_header {
      padding-top: 8rem; } }
  .content_header.square {
    padding-bottom: 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; } }
    .content_header.square .content_header_inner .detail {
      width: 50% !important; }
    .content_header.square .background {
      background-size: cover;
      bottom: 0;
      top: auto;
      height: auto;
      overflow: hidden;
      max-height: 325px;
      border-radius: 1rem 0 0 1rem; }
      @media screen and (max-width: 768px) {
        .content_header.square .background {
          opacity: 1; } }
      .content_header.square .background:after {
        padding-top: 40vw;
        content: "";
        display: block; }
        @media screen and (max-width: 515px) {
          .content_header.square .background:after {
            padding-top: 45vw; } }
  .content_header .content_header_inner {
    max-width: 1380px;
    width: 100%;
    position: relative;
    z-index: 11;
    margin: auto; }
    @media screen and (max-width: 1281px) {
      .content_header .content_header_inner {
        max-width: 1080px; } }
    .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;
      animation-duration: 1s;
      animation-name: gradient;
      animation-timing-function: linear; }
      @media screen and (max-width: 767px) {
        .content_header .content_header_inner small {
          font-size: 12.5vw; } }
    .content_header .content_header_inner h1 {
      letter-spacing: 0.2em;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .content_header .content_header_inner h1 {
          font-size: 1.75rem;
          letter-spacing: 0; } }
    .content_header .content_header_inner .detail {
      max-width: 50%;
      margin-top: 4rem; }
      @media screen and (max-width: 767px) {
        .content_header .content_header_inner .detail {
          max-width: 100%; } }
      .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 .background {
        bottom: auto;
        background-position: top;
        opacity: 0.75; } }

.widget-type-rich_text {
  max-width: 980px;
  margin: auto;
  padding: 2rem 3rem; }
  @media screen and (max-width: 767px) {
    .widget-type-rich_text {
      padding: 2rem 2rem; } }
  .widget-type-rich_text h2, .widget-type-rich_text h3, .widget-type-rich_text h4 {
    line-height: 1.65;
    font-weight: 700; }
  .widget-type-rich_text h2 {
    line-height: 1.65;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .widget-type-rich_text h2 {
        font-size: 1.65rem; } }
  .widget-type-rich_text 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; }
    @media screen and (max-width: 767px) {
      .widget-type-rich_text h3 {
        font-size: 1.5rem;
        padding: 0.5rem 1rem;
        margin: 0 -1rem; } }
  .widget-type-rich_text h4 {
    line-height: 1.65;
    font-weight: 700 !important;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin: 2rem 0; }
    @media screen and (max-width: 767px) {
      .widget-type-rich_text h4 {
        font-size: 1.35rem; } }
  .widget-type-rich_text p {
    line-height: 2;
    font-size: 1.1rem;
    margin: 1.5rem auto; }
    .widget-type-rich_text p a {
      color: #0066FF; }
    .widget-type-rich_text p img {
      max-width: 100%;
      height: auto; }
  .widget-type-rich_text ul {
    margin: 1.5rem auto; }
    .widget-type-rich_text ul li {
      padding: 0.5rem 0;
      font-size: 1.1rem;
      line-height: 1.8; }

.widget-type-header, .archress-type-header {
  max-width: 980px;
  margin: auto;
  padding: 0 2rem; }
  .widget-type-header *.left, .archress-type-header *.left {
    text-align: left; }
  .widget-type-header *.right, .archress-type-header *.right {
    text-align: right; }
  .widget-type-header *.center, .archress-type-header *.center {
    text-align: center; }
  .widget-type-header h2, .archress-type-header 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 {
        font-size: 1.75rem; } }
    .widget-type-header h2.center:after, .archress-type-header h2.center:after {
      margin-left: auto;
      margin-right: auto; }
    .widget-type-header h2.right:after, .archress-type-header h2.right:after {
      margin-left: auto;
      margin-right: 0; }
    .widget-type-header h2:after, .archress-type-header 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: flex;
    flex-wrap: wrap;
    max-width: 1380px;
    margin: auto;
    justify-content: space-between; }
    @media screen and (max-width: 1281px) {
      .point_of_sales .point_of_sales_inner {
        max-width: 1080px; } }
    .point_of_sales .point_of_sales_inner:after, .point_of_sales .point_of_sales_inner:before {
      content: "";
      display: block;
      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, .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, .point_of_sales .point_of_sales_inner.flex_5:after, .point_of_sales .point_of_sales_inner.flex_5:before, .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;
      box-shadow: 5px 5px 20px #c8c9cc,  -5px -5px 20px #ffffff;
      display: block;
      padding: 2rem 2rem;
      border-radius: 1rem; }
      @media screen and (max-width: 767px) {
        .point_of_sales .point_of_sales_inner article {
          width: 100% !important; } }
      .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: flex;
        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; }

.CTA_block {
  background-color: #434343;
  color: white;
  margin-top: 2rem; }
  .CTA_block .CTA_block_inner {
    display: flex;
    max-width: 1380px;
    margin: auto;
    padding: 5rem 1rem;
    justify-content: space-between; }
    @media screen and (max-width: 1281px) {
      .CTA_block .CTA_block_inner {
        max-width: 1080px;
        display: block; } }
    .CTA_block .CTA_block_inner .CTA_flex {
      padding-left: 1rem;
      display: flex;
      width: 50%;
      justify-content: space-between; }
      @media screen and (max-width: 1281px) {
        .CTA_block .CTA_block_inner .CTA_flex {
          width: 80%;
          justify-content: center;
          margin: auto;
          padding-top: 2rem; } }
      @media screen and (max-width: 515px) {
        .CTA_block .CTA_block_inner .CTA_flex {
          width: 100%; } }
      .CTA_block .CTA_block_inner .CTA_flex a {
        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: flex;
          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; }
      @media screen and (max-width: 1281px) {
        .CTA_block .CTA_block_inner .CTA_title h2 {
          text-align: center; } }
    .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 .CTA_title small {
          text-align: center; } }

.body-container--blog-post .content-wrapper .blog-post {
  overflow: hidden; }
  .body-container--blog-post .content-wrapper .blog-post .blog_post_title {
    max-width: 1180px;
    margin: auto;
    padding: 5rem 1rem; }
    @media screen and (max-width: 1281px) {
      .body-container--blog-post .content-wrapper .blog-post .blog_post_title {
        max-width: 1080px;
        padding: 2.5rem 1rem; } }
    .body-container--blog-post .content-wrapper .blog-post .blog_post_title h1 {
      line-height: 1.5; }
      .body-container--blog-post .content-wrapper .blog-post .blog_post_title h1 span {
        letter-spacing: 0.1em;
        font-size: 2.25rem; }
        @media screen and (max-width: 767px) {
          .body-container--blog-post .content-wrapper .blog-post .blog_post_title h1 span {
            font-size: 1.8rem;
            letter-spacing: 0; } }
    .body-container--blog-post .content-wrapper .blog-post .blog_post_title .blog-post__tags {
      display: flex;
      flex-wrap: wrap;
      margin-top: 2rem; }
      .body-container--blog-post .content-wrapper .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; }
        .body-container--blog-post .content-wrapper .blog-post .blog_post_title .blog-post__tags .blog-post__tag-link:hover {
          background-color: #0066FF;
          color: white;
          text-decoration: none; }
  .body-container--blog-post .content-wrapper .blog-post .blog-post__meta {
    max-width: 1380px;
    margin: auto; }
    @media screen and (max-width: 1281px) {
      .body-container--blog-post .content-wrapper .blog-post .blog-post__meta {
        max-width: 1080px; } }
  .body-container--blog-post .content-wrapper .blog-post .blog_content_flex {
    max-width: 1380px;
    margin: auto;
    padding: 0 1rem;
    position: relative; }
    @media screen and (max-width: 1281px) {
      .body-container--blog-post .content-wrapper .blog-post .blog_content_flex {
        max-width: 1080px; } }
    .body-container--blog-post .content-wrapper .blog-post .blog_content_flex .blog-related-posts article {
      margin: auto;
      border-radius: 15px;
      background: #ebf0f3;
      box-shadow: inset 5px 5px 10px #ccc, inset -5px -5px 10px #fff;
      padding: 2rem 1.5rem;
      margin: 0;
      margin-bottom: 1rem; }
      .body-container--blog-post .content-wrapper .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; }
        .body-container--blog-post .content-wrapper .blog-post .blog_content_flex .blog-related-posts article a.blog-related-posts__post-image-wrapper.work:after {
          padding-top: 100%; }
        .body-container--blog-post .content-wrapper .blog-post .blog_content_flex .blog-related-posts article a.blog-related-posts__post-image-wrapper:after {
          padding-top: 40%;
          content: "";
          display: block; }
        .body-container--blog-post .content-wrapper .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; }
      .body-container--blog-post .content-wrapper .blog-post .blog_content_flex .blog-related-posts article h3 {
        margin-bottom: 0;
        margin-top: 1rem; }
        .body-container--blog-post .content-wrapper .blog-post .blog_content_flex .blog-related-posts article h3 a {
          color: #434343;
          line-height: 1.8; }
  .body-container--blog-post .content-wrapper .blog-post aside .blog-related-posts .content-wrapper h2 {
    text-align: center;
    font-size: 2rem; }
  .body-container--blog-post .content-wrapper .blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list {
    display: flex;
    max-width: 1380px;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .body-container--blog-post .content-wrapper .blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list {
        overflow-x: auto;
        white-space: nowrap;
        display: block; } }
    .body-container--blog-post .content-wrapper .blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list:after {
      width: 32%;
      content: "";
      display: block; }
    .body-container--blog-post .content-wrapper .blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list article {
      width: 32%; }
      .body-container--blog-post .content-wrapper .blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list article p {
        font-weight: bold; }
      @media screen and (max-width: 767px) {
        .body-container--blog-post .content-wrapper .blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list article {
          width: 80%;
          display: inline-block;
          margin-right: 5%; }
          .body-container--blog-post .content-wrapper .blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list article .blog-related-posts__content {
            white-space: initial; }
            .body-container--blog-post .content-wrapper .blog-post aside .blog-related-posts .content-wrapper .blog-related-posts__list article .blog-related-posts__content h3 {
              white-space: initial; } }
  .body-container--blog-post .content-wrapper .blog-post .blog-post__body {
    max-width: 780px;
    margin: auto;
    padding: 0 1rem; }
    .body-container--blog-post .content-wrapper .blog-post .blog-post__body h2 {
      letter-spacing: 0.1em;
      font-size: 2rem;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .body-container--blog-post .content-wrapper .blog-post .blog-post__body h2 {
          font-size: 1.8rem; } }
    .body-container--blog-post .content-wrapper .blog-post .blog-post__body h3 {
      letter-spacing: 0.1em;
      font-size: 1.5rem;
      line-height: 1.65; }
    .body-container--blog-post .content-wrapper .blog-post .blog-post__body h4 {
      letter-spacing: 0.1em;
      font-size: 1.35rem;
      line-height: 1.65; }
    .body-container--blog-post .content-wrapper .blog-post .blog-post__body ol li {
      font-size: 1.1rem;
      margin: 1rem 0; }
    .body-container--blog-post .content-wrapper .blog-post .blog-post__body p {
      line-height: 2;
      font-size: 1.1rem;
      letter-spacing: 0.1em; }
      .body-container--blog-post .content-wrapper .blog-post .blog-post__body p img {
        max-width: 100%; }

.dl_wrap {
  max-width: 1380px;
  margin: 2rem auto; }
  @media screen and (max-width: 1281px) {
    .dl_wrap {
      max-width: 1080px; } }
  .dl_wrap.standard {
    max-width: 1080px; }
  .dl_wrap.narrow {
    max-width: 780px; }
  .dl_wrap dl {
    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:last-of-type {
      border-bottom: 1px dotted #343434; }

footer {
  position: relative;
  box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #fff;
  border-radius: 0 8rem 0 0;
  background-color: #fff;
  margin-top: 3rem; }
  footer .data {
    max-width: 1280px;
    margin: auto;
    padding: 2rem 0;
    position: relative;
    top: -3rem; }
    @media screen and (max-width: 1281px) {
      footer .data {
        max-width: 1080px; } }
    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;
    writing-mode: vertical-lr; }
  footer .footer__container {
    max-width: 1280px;
    margin: auto;
    padding: 1rem; }
    @media screen and (max-width: 1281px) {
      footer .footer__container {
        max-width: 1080px; } }
    footer .footer__container .hs_cos_wrapper_type_logo {
      padding: 3rem 0;
      display: block; }
      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: flex;
        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: flex;
          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: ""; }

.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;
  box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #fff;
  padding: 5rem 2rem;
  margin: 2rem auto;
  position: relative;
  overflow: hidden;
  width: calc(100% - 2rem); }

form {
  max-width: 700px;
  margin: auto; }
  form input[type="submit"] {
    width: 94%;
    border-radius: 5rem;
    border: none;
    font-size: 18px;
    margin-top: 2rem;
    background-color: #06f;
    color: white;
    padding: 1rem;
    width: 100%; }
  form fieldset, form .hs-form-field {
    margin: 1rem auto;
    display: block; }
    form fieldset.form-columns-2 div, form .hs-form-field.form-columns-2 div {
      width: 87%; }
    form fieldset input[type=text], form fieldset input[type=email], form fieldset input[type=password], form fieldset input[type=tel], form fieldset input[type=number], form fieldset input[type=file], form fieldset select, form fieldset textarea, form .hs-form-field input[type=text], form .hs-form-field input[type=email], form .hs-form-field input[type=password], form .hs-form-field input[type=tel], form .hs-form-field input[type=number], form .hs-form-field input[type=file], form .hs-form-field select, form .hs-form-field textarea {
      border-radius: 5rem;
      border: 1px solid #999;
      padding: 1rem;
      font-size: 16px; }
    form fieldset textarea, form .hs-form-field textarea {
      min-height: 8em;
      border-radius: 1rem; }

#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;
  transition: all ease 0.75s;
  max-width: 300px; }
  @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; } }
  #page_sumally.close {
    right: -279px; }
    @media screen and (max-width: 768px) {
      #page_sumally.close {
        right: auto; } }
    #page_sumally.close #page_sumally_btn {
      transform: rotate(180deg); }
  #page_sumally #page_sumally_btn {
    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: flex;
    transition: all ease 1s; }
    @media screen and (max-width: 768px) {
      #page_sumally #page_sumally_btn {
        display: none; } }
    #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; }

@keyframes gradient {
  0% {
    color: #0066FF;
    opacity: 0;
    bottom: -1em; }
  50% {
    color: #0066FF;
    opacity: 0.25;
    bottom: 0; }
  100% {
    color: #434343;
    opacity: 1; } }
@keyframes moving_first_view {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes floating {
  0% {
    opacity: 0;
    bottom: -2em; }
  25% {
    opacity: 0;
    bottom: -2em; }
  100% {
    opacity: 1;
    bottom: 0em; } }
.author_block {
  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: flex;
  justify-content: space-between; }
  @media screen and (min-width: 1580px) {
    .author_block {
      max-width: 350px;
      position: absolute;
      right: -7.5%;
      top: 0;
      display: block;
      padding: 0rem 1.5rem;
      box-shadow: none; } }
  @media screen and (max-width: 515px) {
    .author_block {
      display: block;
      padding: 2.5rem 1.5rem; } }
  .author_block .author-avatar {
    width: 80px;
    height: 80px;
    background-size: cover;
    overflow: hidden;
    border-radius: 100rem;
    margin-bottom: 1rem; }
    @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; } }
  .author_block .author-detail {
    width: calc(100% - 100px); }
    @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; } }
    .author_block .author-detail h2 {
      font-size: 1.35rem; }
    .author_block .author-detail p {
      line-height: 1.8;
      margin-bottom: 0; }
      @media screen and (min-width: 1580px) {
        .author_block .author-detail p {
          font-size: 0.9rem; } }

.blog-index {
  max-width: 1380px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1rem;
  justify-content: space-between; }
  @media screen and (max-width: 1281px) {
    .blog-index {
      max-width: 1080px; } }
  .blog-index:after, .blog-index:before {
    width: 32%;
    display: block;
    content: "";
    order: 999; }
    @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%; } }
  .blog-index .blog-index__post {
    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; }
    @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%; } }
    .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; }
    .blog-index .blog-index__post .blog-index__post-content h2 {
      line-height: 1.5;
      font-size: 1.2rem;
      margin: 1rem 0;
      padding: 0 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;
      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; }

#float_subscribe {
  bottom: 0;
  right: 1rem;
  z-index: 111;
  box-shadow: 0 0 5px #888;
  padding: 3rem 1rem;
  background: #fff;
  border-radius: 1rem 1rem;
  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; }
    @media screen and (max-width: 767px) {
      #float_subscribe .close_btn {
        display: none; } }
    #float_subscribe .close_btn:after, #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; }
    #float_subscribe .close_btn:before {
      transform: rotate(45deg); }
    #float_subscribe .close_btn:after {
      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: .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; }
      @media screen and (max-width: 767px) {
        #float_subscribe p br {
          display: initial; } }
  #float_subscribe input[type="submit"] {
    background-color: #0066FF;
    color: white;
    padding: 1rem;
    width: 100%;
    margin: auto;
    margin-bottom: 1rem; }

.works-index {
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1rem;
  justify-content: space-between;
  padding-bottom: 6.5rem; }
  @media screen and (max-width: 1281px) {
    .works-index {
      max-width: 1080px; } }
  @media screen and (max-width: 767px) {
    .works-index {
      display: block; } }
  .works-index .blog-index__post {
    width: 45%;
    background: #ebf0f3;
    padding: 3rem;
    border-radius: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: inset 5px 5px 10px #ccc, inset -5px -5px 10px #fff; }
    @media screen and (max-width: 767px) {
      .works-index .blog-index__post {
        width: 100%;
        padding: 2rem;
        margin: 2rem 0; } }
    .works-index .blog-index__post:nth-of-type(even) {
      transform: translateY(6.5rem); }
      @media screen and (max-width: 767px) {
        .works-index .blog-index__post:nth-of-type(even) {
          transform: none; } }
    .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; }
      @media screen and (max-width: 767px) {
        .works-index .blog-index__post .en {
          font-size: 1.5rem; } }
    .works-index .blog-index__post .blog-index__post-content h2 a {
      color: #0066FF;
      line-height: 1.8; }
      @media screen and (max-width: 767px) {
        .works-index .blog-index__post .blog-index__post-content h2 a {
          font-size: 1.2rem; } }
    .works-index .blog-index__post .blog-index__post-content small {
      font-family: hero-new,sans-serif;
      font-weight: 600;
      font-style: normal;
      color: #434343;
      font-size: 1.5rem;
      letter-spacing: .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;
      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; }

.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; }
  @media screen and (max-width: 767px) {
    .company_name .en_title .hs_cos_wrapper_type_inline_text {
      font-size: 8vw;
      letter-spacing: 0.05em; } }
.company_name .jp_title .hs_cos_wrapper_type_inline_text {
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    .company_name .jp_title .hs_cos_wrapper_type_inline_text {
      font-size: 1.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 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%; }

.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: flex;
  justify-content: center;
  padding: 4rem 1rem; }
  .blog-pagination .blog-pagination__next-link, .blog-pagination .blog-pagination__prev-link {
    display: flex;
    font-family: hero-new, sans-serif;
    font-weight: 600;
    color: #0066FF;
    display: flex;
    margin: 0 0.5rem;
    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: flex;
    align-items: center;
    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 .5rem;
    color: #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;
  transition: all ease-in-out 0.5s; }
  .ground_blue_back.active {
    transform: scale(2000); }

.reration_service_wrap {
  max-width: 1080px;
  margin: auto;
  margin-bottom: 3rem; }
  .reration_service_wrap a.reration_service_cta {
    color: #434343;
    box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #fff;
    padding: 3rem 2rem;
    background-color: #fff;
    display: block;
    border-radius: 1rem;
    text-decoration: none;
    transition: all ease-in-out 1s; }
    .reration_service_wrap a.reration_service_cta:hover {
      text-decoration: none;
      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: flex;
      justify-content: space-between;
      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;
          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: .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; }

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

/*# sourceMappingURL=include.css.map */ 

/* 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: flex;
  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: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: 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;
}

@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
*/
@charset "UTF-8";
#blog_post_body_content {
    padding-bottom: 4rem;
}
.body-container--blog-post .content-wrapper .blog-post .blog-post__body {
    padding: 0 0 4rem;
}
.body-container--blog-post h1 {
    margin-bottom: 1.4rem;
}
.body-container--blog-post h2{
    margin-top: 2em;
}
.body-container--blog-post h3 {
    margin-top: 2em;
}
.body-container--blog-post .content-wrapper .blog-post .blog-post__body h2.heading-lv3 {
    margin-top: 2em;
    letter-spacing: .1em;
    font-size: 1.5rem;
    line-height: 1.65;
}
.body-container--blog-post h4 {
    margin-top: 2em;
}
.body-container--blog-post .content-wrapper .blog-post .blog-post__body h3.heading-lv4 {
    margin-top: 2em;
    letter-spacing: .1em;
    font-size: 1.35rem;
    line-height: 1.65;
}
.body-container--blog-post h5{
    margin-top: 2em;
}
.body-container--blog-post h5 {
    font-size: 1.1rem;
}
.body-container--blog-post table {
    margin: 2rem auto;
    padding: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.body-container--blog-post table tr {
    background-color: #fff;
}
.body-container--blog-post table th,
.body-container--blog-post table td {
    border: none;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    font-size: 1rem !important;
}
.body-container--blog-post table th {
    vertical-align: middle;
    text-align: center;
    background-color: #eee;
}
.body-container--blog-post table ul {
    margin: 0;
    padding-left: 1.25em;
}
.body-container--blog-post table ul li {
    font-size: 1rem;
    line-height: 1.3;
}
.body-container--blog-post ul li {
    line-height: 2;
    font-size: 1.1rem;
    letter-spacing: .1em;
}
.body-container--blog-post ul li + li {
    padding-top: .75em;
}
.body-container--blog-post .color-box-01 {
    margin: 3rem 0;
		padding: .5em 1.5em;
    border: 1px solid #333;
    background-color: #fff;
}
.body-container--blog-post .content-wrapper .blog-post .color-box-01 p {
  font-size: 1rem;
}
.body-container--blog-post .content-wrapper .blog-post .color-box-01 p + p {
  margin-top: 1em;
}
.body-container--blog-post .color-box-01 ul {
    margin: 0;
}
.body-container--blog-post p img {

}
.body-container--blog-post p a {
    text-decoration: underline;
}
.body-container--blog-post p a:hover {
    text-decoration: none;
}
.body-container--blog-post p + p,
.body-container--blog-post ul + p,
.body-container--blog-post ol + p,
.body-container--blog-post table + p {
    margin-top: 2rem;
}
.body-container--blog-post .accordion p a {
    text-decoration: none;
}
.body-container--blog-post .content-wrapper .blog-post .blog-post__body .card_links {
    margin: 2rem 0 3rem;
}
.body-container--blog-post .content-wrapper .blog-post .blog-post__body .card_links div h3 {
    margin-top: 0;
}

.body-container--blog-post .accordion {
    margin: 4rem 0;
}
.body-container--blog-post .accordion * {
    margin: 0;
    padding: 0;
}
.body-container--blog-post .accordion > div {
    border: 2px solid #000;
    background-color: #fff;
}
.body-container--blog-post .accordion ul {
    margin-bottom: 0;
}
.body-container--blog-post .accordion .body-container--blog-post table {
    margin-bottom: 4rem;
}
.body-container--blog-post .accordion__container {
}
.body-container--blog-post .accordion__title {
    border-top: 1px solid #000;
    font-size: 1.25em;
    padding: .75rem 25px .75rem .75rem;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: #434343;
}
.body-container--blog-post .accordion__title__no-link {
    border-top: 1px solid #000;
    color: #fff;
    font-size: 1.25em;
    padding: .75rem .75rem .75rem .75rem;
    position: relative;
    user-select: none;
}
.body-container--blog-post .accordion__title::before, .body-container--blog-post .accordion__title::after {
    content: '';
    display: block;
    background-color: #06f;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    right: 12px;
}
.body-container--blog-post .accordion__title::after {
    transform: rotate(90deg);
    transition-duration: .3s;
}
.body-container--blog-post .accordion__title:hover,
.body-container--blog-post .accordion__title:active,
.body-container--blog-post .accordion__title.is-active {
}
.body-container--blog-post .accordion__title.is-active::before {
    opacity: 0;
}
.body-container--blog-post .accordion__title.is-active::after {
    transform: rotate(0);
}
.body-container--blog-post .accordion__content {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 0 .75rem 0 2rem;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: .3s;
}
.body-container--blog-post .accordion__content.is-open {
    background: #efefef;
    padding: 0 .75rem 1rem 3rem;
    line-height: normal;
    height: auto;
    opacity: 1;
}
.body-container--blog-post .accordion__content ul {
    padding-left: 1em;
}
.body-container--blog-post .accordion__content li {
    margin-top: 1rem;
}
.body-container--blog-post .accordion ul li[class^="accordion"] {
    list-style:none;
}
.body-container--blog-post .accordion h4 {
    margin: 0;
    padding: .5em;
    text-align: center;
    font-size: 1.2rem;
}

div.blog-index {
    display: block;
}
div.blog-index .blog-index__post {
    width: 100%;
}
@media screen and (min-width: 515px) {
    div.blog-index .blog-index__post {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    div.blog-index .blog-index__post a.figure  {
        width: 28%;
    }
    div.blog-index .blog-index__post-content  {
        width: 70%;
    }

}
div.blog-index .blog-index__post-content h2 {
    font-size: 1.1rem !important;
}

.body-container--blog-post .content-wrapper .blog-post .blog-post__body ol li {
    line-height: 2;
}
.txt-center {
    text-align: center;
}
.service_panel figure.picture{
	background-position:center;
}
.body-container--blog-post .content-wrapper .blog-post .blog-post__body .card_links figure {
	width: 28%;
}
.body-container--blog-post .content-wrapper .blog-post .blog-post__body .card_links div {
	width: 70%;
}
@media screen and (max-width: 515px) {
	.body-container--blog-post .content-wrapper .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,
.table-scroll table td,
.table-scroll table td li {
	font-size: .9rem !important;
}
pre {
	white-space: pre-wrap;
	word-break: break-all;
}