/*======================================================================
 * main
======================================================================*//*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.modal__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

.modal__container {
  position: relative;
  width: calc(100% - 50px);
  max-width: 1028px;
  max-height: 100vh;
}

.modal__content {
  padding: 50px 0;
  line-height: 1.5;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal__content {
    padding: 40px 0;
  }
}
.modal__content img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}
.modal__content .hs-video-widget {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.modal__close {
  position: absolute;
  right: -50px;
  top: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .modal__close {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal__close {
    width: 30px;
    height: 30px;
  }
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  left: -5px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  margin: auto;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .modal__close::before, .modal__close::after {
    width: 40px;
    height: 1px;
  }
}
.modal__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ------------------------------------------------------------
  *Animation
------------------------------------------------------------ */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*/@charset "UTF-8";
/*======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認
======================================================================*/
.hs_cos_wrapper_type_rich_text ul {
  list-style: none;
  padding-left: 0;
}
.hs_cos_wrapper_type_rich_text ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.hs_cos_wrapper_type_rich_text ul li::before {
  content: "・";
}
.hs_cos_wrapper_type_rich_text table {
  height: auto !important;
}
.hs_cos_wrapper_type_rich_text table tr,
.hs_cos_wrapper_type_rich_text table th,
.hs_cos_wrapper_type_rich_text table td {
  height: auto !important;
}

.editor-caution {
  max-width: 960px;
  margin: 40px auto;
  padding: 40px;
  color: #0091ae;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #f5f8fa;
  border: 1px solid #dfe3eb;
  cursor: pointer;
}
.editor-caution:hover {
  opacity: 0.6;
}@charset "UTF-8";
/*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}
p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}
p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

body {
  color: #000;
  font-size: 1.6rem;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ Pro W3, HiraKakuPro-W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, Arial, verdana, sans-serif; 
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #1a005d;
}
a.blank {
  position: relative;
}
a.blank::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin-left: 0.5em;
  -webkit-mask: url("https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/images/common/icon-blank.svg") no-repeat 0 0;
  mask: url("https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/images/common/icon-blank.svg") no-repeat 0 0;
  background-color: currentColor;
}
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
}

h2 {
  position: relative;
  padding-bottom: 17px;
  color: #1a005d;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}
h2::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  background: #8EC300;
  width: 48px;
  height: 4px;
  border-radius: 10px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.1rem;
  }
}
h2.ff-en {
  font-size: 5.4rem;
  margin-bottom: 2em;
  padding-bottom: 0;
}
h2.ff-en::after {
  content: none;
}
h2.ff-en::first-letter {
  color: #8EC300;
}
@media screen and (max-width: 768px) {
  h2.ff-en {
    font-size: 4.3rem;
  }
}

h3 {
  position: relative;
  padding-left: 20px;
  color: #1a005d;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
}
h3::before, h3::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 32px;
}
h3:before {
  left: 3px;
  top: 7px;
  background: #8EC300;
}
h3:after {
  left: 0;
  top: 4px;
  background: #1a005d;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
  h3::before, h3::after {
    width: 4px;
    height: 21px;
  }
  h3:before {
    left: 2px;
    top: 2px;
  }
}

h4 {
  padding: 13px 20px;
  color: #1a005d;
  font-size: 2.4rem;
  background: #EDF2F7;
  border-left: 6px solid #8EC300;
}
@media screen and (max-width: 768px) {
  h4 {
    padding: 7px 14px;
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.9rem;
  }
}

h6 {
  color: #1a005d;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  p[style="font-weight: bold; font-size: 20px;"] {
    font-size: 1.3rem !important;
  }
}

table thead th {
  text-align: center;
}
table tr:nth-child(even) td {
  background: #EDF2F7;
}
table th, table td {
  border: 1px solid #CCC;
}
table th {
  padding: 20px;
  color: #fff;
  text-align: left;
  background: #1a005d;
}
table td {
  padding: 12px;
}

/*------------------------------------------------------------
 * responsive
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /* PC/SP表示切替 */
  ._sp-only {
    display: none;
  }

  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  /* PC/SP表示切替 */
  ._pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
 * adjust-width
------------------------------------------------------------*/
.adjust-width {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

/*------------------------------------------------------------
 * font
------------------------------------------------------------*/
.ff-en {
  font-family: Roboto, sans-serif;
}

.ff-min {
  font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, serif;
}

/*------------------------------------------------------------
 * clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/*------------------------------------------------------------
 * 画像
------------------------------------------------------------*/
.js-ofi {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.js-ofi.-contain {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}

/*------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------*/
.-js-slide-toggle-trig, [data-tab-target], [data-tab-switch] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.l-tab-switch-target, .-js-tab-target-hide, .-js-tab-switch-hide {
  display: none;
}

.-js-tab-target-show, .-js-tab-switch-show {
  display: block;
  -webkit-animation: fade-in 0.25s ease-out;
  animation: fade-in 0.25s ease-out;
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*------------------------------------------------------------
 * margin
------------------------------------------------------------*/
._mt-none {
  margin-top: 0;
}

._mt-very-small {
  margin-top: 20px;
}

._mt-small {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  ._mt-small {
    margin-top: 30px;
  }
}

._mt-default {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  ._mt-default {
    margin-top: 35px;
  }
}

._mt-large {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  ._mt-large {
    margin-top: 40px;
  }
}

._mb-very-small {
  margin-bottom: 20px;
}

._mb-small {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  ._mb-small {
    margin-bottom: 30px;
  }
}

._mb-default {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  ._mb-default {
    margin-bottom: 35px;
  }
}

._mb-large {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  ._mb-large {
    margin-bottom: 40px;
  }
}

._mb-none {
  margin-bottom: 0;
}

/*------------------------------------------------------------
 * breadcrumb
------------------------------------------------------------*/
.l-breadcrumb {
  padding: 0 20px;
  background: #EEE;
}
.l-breadcrumb .adjust-width {
  padding: 0;
}
.l-breadcrumb .breadcrumb-menu ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 11px 0;
}
.l-breadcrumb .breadcrumb-menu ul li {
  font-size: 1.4rem;
}
.l-breadcrumb .breadcrumb-menu ul li a {
  color: #1a005d;
}
.l-breadcrumb .breadcrumb-menu ul li a:hover {
  text-decoration: none;
}
.l-breadcrumb .breadcrumb-menu ul li:nth-child(n+2)::before {
  content: ">";
  margin: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb .breadcrumb-menu ul {
    padding: 4px 0 5px;
  }
  .l-breadcrumb .breadcrumb-menu ul li {
    font-size: 1.1rem;
  }
  .l-breadcrumb .breadcrumb-menu ul li a {
    font-weight: bold;
  }
  .l-breadcrumb .breadcrumb-menu ul li:nth-child(n+2)::before {
    margin: 0 0.25em;
  }
}

/* ------------------------------------------------------------
  * リードテキスト
------------------------------------------------------------ */
.lead-base {
  font-size: 2rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .lead-base {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------------------
  * l-tag-list
------------------------------------------------------------ */
.l-tag-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-tag-list li > a,
.l-tag-list li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 7px 20px;
  color: #1a005d;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border: 2px solid #1a005d;
  background: #1a005d;
  border-radius: 80px;
  z-index: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.l-tag-list li > a:link, .l-tag-list li > a:visited, .l-tag-list li > a:active,
.l-tag-list li > span:link,
.l-tag-list li > span:visited,
.l-tag-list li > span:active {
  color: #1a005d;
}
.l-tag-list li > a::before, .l-tag-list li > a::after,
.l-tag-list li > span::before,
.l-tag-list li > span::after {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  z-index: -1;
}
.l-tag-list li > a::before,
.l-tag-list li > span::before {
  left: auto;
  right: 0;
  background: #fff;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.l-tag-list li a:hover {
  opacity: 1;
  color: #fff;
}
.l-tag-list li a:hover::before {
  width: 0;
}
.l-tag-list li.-current a,
.l-tag-list li.-current .span {
  color: #fff;
}
.l-tag-list li.-current a::before,
.l-tag-list li.-current .span::before {
  width: 0;
}
@media screen and (max-width: 768px) {
  .l-tag-list li > a,
.l-tag-list li > span {
    padding: 2px 8px;
    font-size: 1.1rem;
    border-radius: 40px;
  }
  .l-tag-list li > a::before, .l-tag-list li > a::after,
.l-tag-list li > span::before,
.l-tag-list li > span::after {
    border-radius: 40px;
  }
}

/* ------------------------------------------------------------
  * l-pagination
------------------------------------------------------------ */
.l-pagination .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-pagination a {
  text-decoration: none;
}
.l-pagination a:hover {
  opacity: 1;
}
.l-pagination .prev-link,
.l-pagination .next-link {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.l-pagination .prev-link::before,
.l-pagination .next-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border: 2px solid #000;
  border-width: 2px 2px 0 0;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.l-pagination .prev-link.-disabled,
.l-pagination .next-link.-disabled {
  display: none;
}
.l-pagination .prev-link:hover,
.l-pagination .next-link:hover {
  background: #000;
}
.l-pagination .prev-link:hover::before,
.l-pagination .next-link:hover::before {
  border-color: #fff;
}
.l-pagination .prev-link::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.l-pagination .next-link::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-pagination .number-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.l-pagination .number-link:hover, .l-pagination .number-link.-current {
  color: #fff;
  background: #000;
}

/* ------------------------------------------------------------
  * .l-section-container
------------------------------------------------------------ */
.l-section-container {
  padding: 50px 20px 120px;
}@charset "UTF-8";
/*======================================================================
 * フォント読み込み
======================================================================*/
@font-face {
  font-family: "nittsu-necl";
  src: url("https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/fonts/fonts/nittsu-necl.eot?zaurc9");
  src: url("https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/fonts/fonts/nittsu-necl.eot?zaurc9#iefix") format("embedded-opentype"), url("https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/fonts/fonts/nittsu-necl.ttf?zaurc9") format("truetype"), url("https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/fonts/fonts/nittsu-necl.woff?zaurc9") format("woff"), url("https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/fonts/fonts/nittsu-necl.svg?zaurc9#nittsu-necl") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "nittsu-necl" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.icon-efficiency:before {
  content: "\e903";
}

.icon-environment:before {
  content: "\e904";
}

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

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

.icon-outsaucing:before {
  content: "\e907";
}

.icon-topics:before {
  content: "\e908";
}

.icon-download2:before {
  content: "\e909";
}

.icon-blank:before {
  content: "\e910";
}

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

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

.icon-development:before {
  content: "\e90c";
}

.icon-required:before {
  content: "\e90d";
}

.icon-requirements:before {
  content: "\e90e";
}

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

.icon-history:before {
  content: "\e911";
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.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%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * l-button
------------------------------------------------------------*/
.l-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 340px;
  height: auto !important;
  margin: 0 auto;
  padding: 0 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 37px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.l-button:link, .l-button:visited, .l-button:active {
  color: #fff;
}
.l-button > * {
  display: block;
  width: 100%;
}
.l-button::before, .l-button::after {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 37px;
  z-index: -1;
}
.l-button::before {
  background: #8EC300;
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
  background: #fff;
  border: 2px solid #8EC300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-button::after {
  border: 2px solid #8EC300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-button svg {
  fill: #fff;
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}
.l-button:hover {
  opacity: 1;
  color: #8EC300;
}
.l-button:hover::before {
  left: 100%;
}
.l-button.-blue, .-blue .l-button {
  background: #fff;
}
.l-button.-blue::before, .-blue .l-button::before {
  background: #1a005d;
  border-color: #1a005d;
}
.l-button.-blue::after, .-blue .l-button::after {
  border-color: #1a005d;
}
.l-button.-blue:hover, .-blue .l-button:hover {
  color: #1a005d;
}
.l-button.-blue:hover svg, .-blue .l-button:hover svg {
  fill: #1a005d;
}
.l-button.-green, .-green .l-button {
  background: #fff;
}
.l-button.-green::before, .-green .l-button::before {
  background: #8EC300;
}
.l-button.-green::after, .-green .l-button::after {
  border-color: #8EC300;
}
.l-button.-green:hover, .-green .l-button:hover {
  color: #8EC300;
}
.l-button.-green:hover svg, .-green .l-button:hover svg {
  fill: #8EC300;
}
.l-button.-white, .-white .l-button {
  color: #1a005d;
  border: 2px solid #1a005d;
  background: #1a005d;
}
.l-button.-white:link, .l-button.-white:visited, .l-button.-white:active, .-white .l-button:link, .-white .l-button:visited, .-white .l-button:active {
  color: #1a005d;
}
.l-button.-white::before, .-white .l-button::before {
  left: auto;
  right: 0;
  background: #fff;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  border: none;
}
.l-button.-white::after, .-white .l-button::after {
  border: none;
}
.l-button.-white:hover, .-white .l-button:hover {
  color: #fff;
}
.l-button.-white:hover svg, .-white .l-button:hover svg {
  fill: #fff;
}
.l-button.-white:hover::before, .-white .l-button:hover::before {
  width: 0;
}
.l-button.-large, .l-button.-w-scale-large {
  min-height: 80px;
  max-width: 380px;
  border-radius: 40px;
}
.l-button.-large::after, .l-button.-w-scale-large::after {
  border-radius: 40px;
}
.l-button.-default, .l-button.-w-scale-default {
  min-height: 68px;
  max-width: 340px;
}
.l-button.-w-scale-large {
  max-width: 400px;
  min-height: 90px;
  padding-top: 1em;
  padding-bottom: 1em;
}
.l-button.-small, .l-button.-w-scale-small {
  min-height: 44px;
  max-width: 164px;
  line-height: 1.5;
  border-radius: 22px;
}
.l-button.-small::after, .l-button.-w-scale-small::after {
  border-radius: 22px;
}
.l-button.-w-scale-chars-fit {
  padding: 0.5em 3em;
}
.l-button.-w-scale-lt-small {
  max-width: 200px;
  min-height: 50px;
  line-height: 1.5;
  border-radius: 22px;
}
.l-button.-w-scale-lt-small::after {
  border-radius: 22px;
}
.l-button.-lt-scale-small {
  font-size: 1.6rem;
}
.l-button.-lt-scale-large {
  font-size: 2rem;
}
.l-button i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  margin: auto 0;
}
.l-button i::before {
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
}
.l-button i.-right {
  right: 15px;
}
.l-button i.-left {
  left: 15px;
}
@media screen and (max-width: 1200px) {
  .l-button i.-right {
    right: 15px;
  }
  .l-button i.-left {
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-button {
    min-height: 60px;
    font-size: 1.5rem;
  }
  .l-button.-large, .l-button.-w-scale-large {
    min-height: 54px;
    max-width: 272px;
  }
  .l-button.-default, .l-button.-w-scale-default {
    min-height: 54px;
    max-width: 272px;
  }
  .l-button.-small, .l-button.-w-scale-small {
    min-height: 42px;
    max-width: 160px;
  }
  .l-button.-lt-scale-small {
    font-size: 1.6rem;
  }
  .l-button.-lt-scale-large {
    font-size: 1.6rem;
  }
  .l-button i.-right {
    right: 23px;
  }
  .l-button i.-left {
    left: 23px;
  }
}@charset "UTF-8";
/*======================================================================
 * hs form
======================================================================*/
.hs-form fieldset {
  max-width: 100% !important;
  padding: 0;
}
.hs-form .form-columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .hs-form .form-columns-2 .hs-form-field:first-child {
    padding-right: 20px;
  }
  .hs-form .form-columns-2 .hs-form-field:last-child {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hs-form .form-columns-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hs-form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .hs-form .form-columns-2 .hs_lastname,
.hs-form .form-columns-2 .hs_lastname_kana {
    width: 50% !important;
    padding-right: 8px;
  }
  .hs-form .form-columns-2 .hs_firstname,
.hs-form .form-columns-2 .hs_firstname_kana {
    width: 50% !important;
    padding-left: 8px;
  }
}
.hs-form .hs-form-field {
  float: none !important;
  margin-bottom: 2em;
}
.hs-form .hs-form-field.hs_zip {
  width: 50% !important;
  padding-right: 20px;
}
.hs-form .hs-form-field > label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.hs-form .hs-form-field .input {
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-form-field.hs_zip {
    padding-right: 8px;
  }
  .hs-form .hs-form-field > label {
    font-size: 1.3rem;
  }
}
.hs-form .form-columns-0 .hs-richtext {
  margin-bottom: 2em;
}
.hs-form .hs-richtext {
  margin-bottom: 0.5em;
}
.hs-form .inputs-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-form .inputs-list li::before {
  content: none;
}
.hs-form .inputs-list li:not(:last-child) {
  margin: 0 40px 20px 0;
}
@media screen and (max-width: 768px) {
  .hs-form .inputs-list li:not(:last-child) {
    margin: 0 30px 16px 0;
  }
}
.hs-form .hs-form-required {
  font-size: 0;
}
.hs-form .hs-form-required::after {
  content: "必須";
  display: inline-block;
  margin-left: 8px;
  padding: 5px 8px 2px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  background-color: #1a005d;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-form-required::after {
    margin-left: 5px;
    padding: 2px 6px 1px;
    font-size: 1.2rem;
  }
}
.hs-form .hs-error-msgs {
  margin: 0.5em 0 0;
  color: red;
  font-size: 0.8em;
}
.hs-form .hs-field-desc {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
}
.hs-form .hs-fieldtype-select .hs-input, .hs-form .hs-fieldtype-date .hs-input, .hs-form .hs-fieldtype-phonenumber .hs-input, .hs-form .hs-fieldtype-number .hs-input, .hs-form .hs-fieldtype-textarea .hs-input, .hs-form .hs-fieldtype-text .hs-input {
  width: 100% !important;
  outline: none;
  border-radius: 2px;
  border: none;
  background: #EEE;
  padding: 10px 12px;
}
.hs-form .hs-fieldtype-select .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-date .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-number .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-text .hs-input::-webkit-input-placeholder {
  color: #BCBCBC;
}
.hs-form .hs-fieldtype-select .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-date .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-number .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-text .hs-input::-moz-placeholder {
  color: #BCBCBC;
}
.hs-form .hs-fieldtype-select .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-date .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-number .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-text .hs-input:-ms-input-placeholder {
  color: #BCBCBC;
}
.hs-form .hs-fieldtype-select .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-date .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-number .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-text .hs-input::-ms-input-placeholder {
  color: #BCBCBC;
}
.hs-form .hs-fieldtype-select .hs-input::placeholder, .hs-form .hs-fieldtype-date .hs-input::placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::placeholder, .hs-form .hs-fieldtype-number .hs-input::placeholder, .hs-form .hs-fieldtype-textarea .hs-input::placeholder, .hs-form .hs-fieldtype-text .hs-input::placeholder {
  color: #BCBCBC;
}
.hs-form .hs-fieldtype-select .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-select .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::-moz-placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-select .hs-input:focus:-ms-input-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus:-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus:-ms-input-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus:-ms-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus:-ms-input-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus:-ms-input-placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-select .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::-ms-input-placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-select .hs-input:focus::placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::placeholder {
  color: transparent;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-select .hs-input, .hs-form .hs-fieldtype-date .hs-input, .hs-form .hs-fieldtype-phonenumber .hs-input, .hs-form .hs-fieldtype-number .hs-input, .hs-form .hs-fieldtype-textarea .hs-input, .hs-form .hs-fieldtype-text .hs-input {
    padding: 10px 16px;
  }
}
.hs-form .hs-fieldtype-textarea .hs-input {
  height: 120px;
}
.hs-form .fn-date-picker .pika-button {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.hs-form .fn-date-picker .pika-button:hover {
  background: #000 !important;
  color: #fff;
  border-radius: 0 !important;
}
.hs-form .fn-date-picker .is-today .pika-button {
  color: #000;
}
.hs-form .fn-date-picker .is-selected .pika-button {
  background: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
}
.hs-form .hs-fieldtype-checkbox .hs-input,
.hs-form .hs-form-checkbox .hs-input,
.hs-form .hs-fieldtype-booleancheckbox .hs-input,
.hs-form .hs-form-booleancheckbox-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-checkbox .hs-input + span,
.hs-form .hs-form-checkbox .hs-input + span,
.hs-form .hs-fieldtype-booleancheckbox .hs-input + span,
.hs-form .hs-form-booleancheckbox-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 4.6rem;
  line-height: 3rem;
  cursor: pointer;
}
.hs-form .hs-fieldtype-checkbox .hs-input + span::before, .hs-form .hs-fieldtype-checkbox .hs-input + span::after,
.hs-form .hs-form-checkbox .hs-input + span::before,
.hs-form .hs-form-checkbox .hs-input + span::after,
.hs-form .hs-fieldtype-booleancheckbox .hs-input + span::before,
.hs-form .hs-fieldtype-booleancheckbox .hs-input + span::after,
.hs-form .hs-form-booleancheckbox-display .hs-input + span::before,
.hs-form .hs-form-booleancheckbox-display .hs-input + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-form .hs-fieldtype-checkbox .hs-input + span::before,
.hs-form .hs-form-checkbox .hs-input + span::before,
.hs-form .hs-fieldtype-booleancheckbox .hs-input + span::before,
.hs-form .hs-form-booleancheckbox-display .hs-input + span::before {
  left: 0;
  top: -2px;
  width: 3rem;
  height: 3rem;
  background: #EEE;
  border-radius: 2px;
}
.hs-form .hs-fieldtype-checkbox .hs-input + span::after,
.hs-form .hs-form-checkbox .hs-input + span::after,
.hs-form .hs-fieldtype-booleancheckbox .hs-input + span::after,
.hs-form .hs-form-booleancheckbox-display .hs-input + span::after {
  left: 6px;
  top: 8px;
  width: 18px;
  height: 10px;
  background: url("https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/images/common/icon-check.svg") 50% 50% no-repeat;
  opacity: 0;
}
.hs-form .hs-fieldtype-checkbox .hs-input:checked + span:after,
.hs-form .hs-form-checkbox .hs-input:checked + span:after,
.hs-form .hs-fieldtype-booleancheckbox .hs-input:checked + span:after,
.hs-form .hs-form-booleancheckbox-display .hs-input:checked + span:after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-checkbox .hs-input + span,
.hs-form .hs-form-checkbox .hs-input + span,
.hs-form .hs-fieldtype-booleancheckbox .hs-input + span,
.hs-form .hs-form-booleancheckbox-display .hs-input + span {
    font-size: 1.3rem;
    padding-left: 3.8rem;
  }
  .hs-form .hs-fieldtype-checkbox .hs-input + span::after,
.hs-form .hs-form-checkbox .hs-input + span::after,
.hs-form .hs-fieldtype-booleancheckbox .hs-input + span::after,
.hs-form .hs-form-booleancheckbox-display .hs-input + span::after {
    top: 8px;
    width: 18px;
    height: 10px;
    background: url("https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/images/common/icon-check.svg") 50% 50% no-repeat;
  }
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 4.6rem;
  line-height: 3rem;
  cursor: pointer;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before {
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  background: #EEE;
  border: 0px solid #1A005D;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
  left: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #1A005D;
  opacity: 0;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input:checked + span::before {
  border-width: 4px;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input:checked + span:after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span {
    padding-left: 3.8rem;
    font-size: 1.3rem;
  }
  .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before {
    top: -2px;
  }
  .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
    top: 8px;
  }
}
.hs-form .hs-fieldtype-select .input {
  position: relative;
}
.hs-form .hs-fieldtype-select .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  border-top: 2px solid #1a005d;
  border-right: 2px solid #1a005d;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
  pointer-events: none;
}
.hs-form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 34px;
  color: currentColor;
}
.hs-form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
.hs-form .legal-consent-container {
  text-align: center;
  font-weight: bold;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin: 0;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span::before {
  top: 0;
  border-radius: 50%;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span::after {
  top: 9px;
}
.hs-form .legal-consent-container .inputs-list {
  display: block;
}
.hs-form .hs-recaptcha .grecaptcha-badge {
  margin: 0 auto;
}
.hs-form .hs-submit {
  width: 90%;
  max-width: 340px;
  margin: 60px auto 0;
}
.hs-form .hs-button {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 23px 1em;
  outline: none;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  border-radius: 37px;
  background: url("https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/images/common/icon-arrow-right-w.png") right 30px top 50% no-repeat;
  background-color: #8EC300;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hs-form .hs-button:hover {
  opacity: 0.6;
}
.hs-form .hs_error_rollup {
  text-align: center;
  margin: 60px 0 -55px;
}
.hs-form .submitted-message {
  text-align: center;
}
/*======================================================================
  * form title
======================================================================*/
.form-title {
  margin-bottom: 1.43em;
}

/*======================================================================
  * アンケートフォーム
======================================================================*/
.hs-form .hs-richtext {
  margin-bottom: 1em;
}
.hs-form .hs-richtext h4 {
  margin-bottom: 1em;
}
.hs-form .hs-form-field.hs_seminar_q1_all, .hs-form .hs-form-field.hs_seminar_q1__description, .hs-form .hs-form-field.hs_seminar_q1__document, .hs-form .hs-form-field.hs_seminar_q1__time, .hs-form .hs-form-field.hs_seminar_q2_all, .hs-form .hs-form-field.hs_seminar_q2__description, .hs-form .hs-form-field.hs_seminar_q2__document, .hs-form .hs-form-field.hs_seminar_q2__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 1em;
}
.hs-form .hs-form-field.hs_seminar_q1_all > label, .hs-form .hs-form-field.hs_seminar_q1__description > label, .hs-form .hs-form-field.hs_seminar_q1__document > label, .hs-form .hs-form-field.hs_seminar_q1__time > label, .hs-form .hs-form-field.hs_seminar_q2_all > label, .hs-form .hs-form-field.hs_seminar_q2__description > label, .hs-form .hs-form-field.hs_seminar_q2__document > label, .hs-form .hs-form-field.hs_seminar_q2__time > label {
  white-space: nowrap;
  margin-right: auto;
}
.hs-form .hs-form-field.hs_seminar_q1_all .hs-form-radio, .hs-form .hs-form-field.hs_seminar_q1__description .hs-form-radio, .hs-form .hs-form-field.hs_seminar_q1__document .hs-form-radio, .hs-form .hs-form-field.hs_seminar_q1__time .hs-form-radio, .hs-form .hs-form-field.hs_seminar_q2_all .hs-form-radio, .hs-form .hs-form-field.hs_seminar_q2__description .hs-form-radio, .hs-form .hs-form-field.hs_seminar_q2__document .hs-form-radio, .hs-form .hs-form-field.hs_seminar_q2__time .hs-form-radio {
  font-size: 1.4rem;
}
.hs-form .hs-form-field.hs_seminar_q1_all .inputs-list, .hs-form .hs-form-field.hs_seminar_q1__description .inputs-list, .hs-form .hs-form-field.hs_seminar_q1__document .inputs-list, .hs-form .hs-form-field.hs_seminar_q1__time .inputs-list, .hs-form .hs-form-field.hs_seminar_q2_all .inputs-list, .hs-form .hs-form-field.hs_seminar_q2__description .inputs-list, .hs-form .hs-form-field.hs_seminar_q2__document .inputs-list, .hs-form .hs-form-field.hs_seminar_q2__time .inputs-list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hs-form .hs-form-field.hs_seminar_q1_all .inputs-list li:not(:last-child), .hs-form .hs-form-field.hs_seminar_q1__description .inputs-list li:not(:last-child), .hs-form .hs-form-field.hs_seminar_q1__document .inputs-list li:not(:last-child), .hs-form .hs-form-field.hs_seminar_q1__time .inputs-list li:not(:last-child), .hs-form .hs-form-field.hs_seminar_q2_all .inputs-list li:not(:last-child), .hs-form .hs-form-field.hs_seminar_q2__description .inputs-list li:not(:last-child), .hs-form .hs-form-field.hs_seminar_q2__document .inputs-list li:not(:last-child), .hs-form .hs-form-field.hs_seminar_q2__time .inputs-list li:not(:last-child) {
  margin: 0 20px 0 0;
}
.hs-form .hs-form-field.hs_seminar_q1_all.hs-fieldtype-radio .hs-form-radio-display .hs-input + span, .hs-form .hs-form-field.hs_seminar_q1__description.hs-fieldtype-radio .hs-form-radio-display .hs-input + span, .hs-form .hs-form-field.hs_seminar_q1__document.hs-fieldtype-radio .hs-form-radio-display .hs-input + span, .hs-form .hs-form-field.hs_seminar_q1__time.hs-fieldtype-radio .hs-form-radio-display .hs-input + span, .hs-form .hs-form-field.hs_seminar_q2_all.hs-fieldtype-radio .hs-form-radio-display .hs-input + span, .hs-form .hs-form-field.hs_seminar_q2__description.hs-fieldtype-radio .hs-form-radio-display .hs-input + span, .hs-form .hs-form-field.hs_seminar_q2__document.hs-fieldtype-radio .hs-form-radio-display .hs-input + span, .hs-form .hs-form-field.hs_seminar_q2__time.hs-fieldtype-radio .hs-form-radio-display .hs-input + span {
  padding-left: 3rem;
  line-height: 2rem;
}
.hs-form .hs-form-field.hs_seminar_q1_all.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-form-field.hs_seminar_q1__description.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-form-field.hs_seminar_q1__document.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-form-field.hs_seminar_q1__time.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-form-field.hs_seminar_q2_all.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-form-field.hs_seminar_q2__description.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-form-field.hs_seminar_q2__document.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-form-field.hs_seminar_q2__time.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before {
  width: 2rem;
  height: 2rem;
}
.hs-form .hs-form-field.hs_seminar_q1_all.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-form-field.hs_seminar_q1__description.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-form-field.hs_seminar_q1__document.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-form-field.hs_seminar_q1__time.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-form-field.hs_seminar_q2_all.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-form-field.hs_seminar_q2__description.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-form-field.hs_seminar_q2__document.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-form-field.hs_seminar_q2__time.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
  left: 2px;
  top: 5px;
}
.hs-form .hs-form-field.hs_seminar_q1__time, .hs-form .hs-form-field.hs_seminar_q2__time {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-form-field.hs_seminar_q1_all, .hs-form .hs-form-field.hs_seminar_q1__description, .hs-form .hs-form-field.hs_seminar_q1__document, .hs-form .hs-form-field.hs_seminar_q1__time, .hs-form .hs-form-field.hs_seminar_q2_all, .hs-form .hs-form-field.hs_seminar_q2__description, .hs-form .hs-form-field.hs_seminar_q2__document, .hs-form .hs-form-field.hs_seminar_q2__time {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .hs-form .hs-form-field.hs_seminar_q1_all > label, .hs-form .hs-form-field.hs_seminar_q1__description > label, .hs-form .hs-form-field.hs_seminar_q1__document > label, .hs-form .hs-form-field.hs_seminar_q1__time > label, .hs-form .hs-form-field.hs_seminar_q2_all > label, .hs-form .hs-form-field.hs_seminar_q2__description > label, .hs-form .hs-form-field.hs_seminar_q2__document > label, .hs-form .hs-form-field.hs_seminar_q2__time > label {
    width: 100%;
    margin: 0.5em 0 0;
  }
  .hs-form .hs-form-field.hs_seminar_q1_all .hs-form-radio, .hs-form .hs-form-field.hs_seminar_q1__description .hs-form-radio, .hs-form .hs-form-field.hs_seminar_q1__document .hs-form-radio, .hs-form .hs-form-field.hs_seminar_q1__time .hs-form-radio, .hs-form .hs-form-field.hs_seminar_q2_all .hs-form-radio, .hs-form .hs-form-field.hs_seminar_q2__description .hs-form-radio, .hs-form .hs-form-field.hs_seminar_q2__document .hs-form-radio, .hs-form .hs-form-field.hs_seminar_q2__time .hs-form-radio {
    font-size: 1.4rem;
  }
  .hs-form .hs-form-field.hs_seminar_q1_all .inputs-list li:not(:last-child), .hs-form .hs-form-field.hs_seminar_q1__description .inputs-list li:not(:last-child), .hs-form .hs-form-field.hs_seminar_q1__document .inputs-list li:not(:last-child), .hs-form .hs-form-field.hs_seminar_q1__time .inputs-list li:not(:last-child), .hs-form .hs-form-field.hs_seminar_q2_all .inputs-list li:not(:last-child), .hs-form .hs-form-field.hs_seminar_q2__description .inputs-list li:not(:last-child), .hs-form .hs-form-field.hs_seminar_q2__document .inputs-list li:not(:last-child), .hs-form .hs-form-field.hs_seminar_q2__time .inputs-list li:not(:last-child) {
    margin: 0.5em 1.6rem 0 0;
  }
  .hs-form .hs-form-field.hs_seminar_q1_all.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-form-field.hs_seminar_q1__description.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-form-field.hs_seminar_q1__document.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-form-field.hs_seminar_q1__time.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-form-field.hs_seminar_q2_all.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-form-field.hs_seminar_q2__description.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-form-field.hs_seminar_q2__document.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-form-field.hs_seminar_q2__time.hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
    top: 3px;
  }
}/*======================================================================
 * swiper
======================================================================*/
.swiper-container {
  position: relative;
}
.swiper-container .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8EC300;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 24px;
  margin: auto;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.swiper-container .swiper-button-prev {
  left: 0;
}
.swiper-container .swiper-button-prev::after {
  background-image: url("https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/images/common/nav-arrow-left.svg");
}
.swiper-container .swiper-button-next {
  right: 0;
}
.swiper-container .swiper-button-next::after {
  background-image: url("https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/images/common/nav-arrow-right.svg");
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1a005d;
  }
  .swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    width: 37px;
    height: 37px;
    background-color: #1a005d;
  }
  .swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
    width: 12px;
    height: 20px;
  }
  .swiper-container .swiper-button-prev::after {
    left: -3px;
  }
  .swiper-container .swiper-button-next::after {
    right: -3px;
  }
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
.g-container {
  padding-top: 108px;
}
@media screen and (max-width: 768px) {
  .g-container {
    padding-top: 50px;
  }
}

/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.-is-editor {
  padding-top: 0;
}
.-is-editor .g-header {
  position: relative;
  overflow: hidden;
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.g-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 108px;
  padding: 8px 8px 0 40px;
  background: #fff;
  -webkit-box-shadow: 0 10px 12px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 12px -5px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.g-header .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 267px;
  margin: 0;
}
.g-header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .g-header {
    padding-left: 8px;
  }
  .g-header .logo {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .g-header {
    height: 50px;
    padding: 0 0 0 22px;
    -webkit-box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.15);
  }
  .g-header .logo {
    width: 160px;
  }
}
.g-header .gnav {
  position: relative;
  margin-top: auto;
  padding: 0 80px;
}
@media screen and (max-width: 1080px) {
  .g-header .gnav {
    padding: 0 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .g-header .gnav {
    position: absolute;
    top: 50px;
    left: 100%;
    width: 100%;
    height: calc(100vh - 50px);
    padding: 22px 12px 90px;
    background: #E1E5EA;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: left 0.3s ease-in-out, opacity 0.3s linear, visibility 0.3s linear;
    transition: left 0.3s ease-in-out, opacity 0.3s linear, visibility 0.3s linear;
  }
  .g-header .gnav.-js-opened {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 0;
  }
}
.header-inner .toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: auto;
  padding: 12px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header-inner .toggle-btn.-js-opened {
  background: #1a005d;
}
.header-inner .toggle-btn.-js-opened i {
  background: #fff;
}
.header-inner .toggle-btn.-js-opened i:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-inner .toggle-btn.-js-opened i:nth-child(2) {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.header-inner .toggle-btn.-js-opened i:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-inner .toggle-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 26px;
  height: 2px;
  margin: auto;
  background: #1a005d;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s linear;
  transition: background-color 0.3s ease, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, background-color 0.3s ease;
  transition: transform 0.3s linear, background-color 0.3s ease, -webkit-transform 0.3s linear;
}
.header-inner .toggle-btn i:nth-child(1) {
  top: -15px;
}
.header-inner .toggle-btn i:nth-child(3) {
  top: 14px;
}
@media screen and (min-width: 769px) {
  .header-inner .toggle-btn {
    display: none;
  }
}
.header-inner .header-search {
  margin: 0 20px 0 auto;
  font-size: 0;
}
.header-inner .header-search .search-wrap {
  position: relative;
}
.header-inner .header-search .hs-search-field__input {
  max-width: 220px;
  width: 100%;
  height: 32px;
  padding: 5px 35px 5px 20px;
  border: 1px solid #777;
  border-radius: 100px;
  font-size: 1.6rem;
}
.header-inner .header-search .search-button {
  position: absolute;
  top: 6px;
  right: 6px;
  width: auto;
  height: auto;
  border: none;
  background: none;
}
.header-inner .header-search .search-button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/images/common/icon-search.svg) no-repeat center center;
}
.header-inner .header-search .search-button .text {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-inner .header-search .hs-search-field__input {
    max-width: 140px;
    height: 30px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header-inner .header-search {
    margin: 20px 0 0;
  }
  .header-inner .header-search .hs-search-field__input {
    max-width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
  .header-inner .header-search .search-button {
    top: 10px;
  }
}

/* Safari */
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media,
_:future,
:root .header-inner .header-search .search-button {
    top: 15px;
    right: 20px;
  }
}
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-top {
    height: 44px;
  }
}

.header-lang {
  position: absolute;
  top: -2px;
  right: 0;
  margin: 0;
}
.header-lang a {
  position: relative;
  padding: 0.5em 0;
  color: #777777;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: -0.015em;
  text-decoration: none;
}
.header-lang a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  -webkit-mask: url("https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/images/common/icon-global.svg") no-repeat 0 0;
  mask: url("https://21173214.fs1.hubspotusercontent-na2.net/hubfs/21173214/Nittsu-necl2022/assets/images/common/icon-global.svg") no-repeat 0 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}
@media screen and (max-width: 1280px) {
  .header-lang {
    top: -6px;
  }
  .header-lang a {
    font-size: 1rem;
  }
  .header-lang a::before {
    top: 2px;
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .header-lang {
    margin-right: 5px;
  }
  .header-lang a {
    font-size: 1.2rem;
  }
  .header-lang a::before {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 768px) {
  .header-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    margin: 0 0 20px;
  }
  .header-lang a {
    padding: 5px 0;
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .header-lang a::before {
    top: 5px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
}

.header-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-cta > * {
  width: 164px;
}
.header-cta > *:nth-child(n+2) {
  margin-left: 12px;
}
.header-cta .l-button {
  min-height: 44px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 1024px) {
  .header-cta > * {
    width: 110px;
  }
  .header-cta > *:nth-child(n+2) {
    margin-left: 5px;
  }
  .header-cta .l-button {
    min-height: 30px;
    padding: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header-cta {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
  }
  .sp-cta.-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sp-cta > * {
    width: 48.6%;
  }
  .sp-cta .l-button {
    width: auto;
    min-height: 40px;
    padding: 0 10px;
  }
}

.header {
  height: 7rem;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  position: relative;
}/*======================================================================
 * footer
======================================================================*/
.g-footer {
  position: relative;
}
.g-footer ul {
  padding: 0;
  list-style: none;
}
.g-footer a {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.1;
  text-decoration: none;
}
.g-footer .copyright {
  margin: 0 auto;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .g-footer .copyright {
    font-size: 1.2rem;
  }
}

.footer-text {
  margin-bottom: 20px;
  text-align: center;
}
.footer-text p {
  font-size: 2rem;
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 90;
  margin: 0;
  padding: 18px 20px;
  width: 80px;
  height: 80px;
  background: #1a005d;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, display 0.2s ease;
  transition: opacity 0.2s ease, display 0.2s ease;
}
.pagetop:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -8px 0 0 -12px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    padding: 18px 20px;
    bottom: 50px;
    width: 50px;
    height: 50px;
  }
  .pagetop:before {
    width: 18px;
    height: 18px;
    margin: -4px 0 0 -8px;
  }
}

.footer-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-cta > div {
  width: 50%;
}
.footer-cta a {
  padding: 0 1em;
  text-decoration: none;
}
.footer-cta a > span {
  display: block;
}
.footer-cta a .icon.icon-download {
  margin-left: 12px;
  font-size: 4.7rem;
}
.footer-cta a .icon.icon-mail {
  margin-left: 15px;
  font-size: 3.7rem;
}
@media screen and (max-width: 768px) {
  .footer-cta {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
  .footer-cta a {
    min-height: 50px !important;
    padding: 0 0.5em;
    font-size: 1.4rem !important;
  }
  .footer-cta a span._pc-only {
    display: none;
  }
  .footer-cta a .icon.icon-download {
    margin-left: 10px;
    font-size: 2.4rem;
  }
  .footer-cta a .icon.icon-mail {
    margin-left: 10px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 370px) {
  .footer-cta a {
    font-size: 3.7vw !important;
  }
  .footer-cta a .icon.icon-download {
    margin-left: 2.67vw;
    font-size: 6.4vw;
  }
  .footer-cta a .icon.icon-mail {
    margin-left: 2.67vw;
    font-size: 4vw;
  }
}

.footer-inner {
  padding: 60px 60px 75px;
  background-color: rgba(225, 229, 234, 0.55);
}
.footer-inner .logo {
  width: 277px;
  margin: 0 auto 24px;
  text-align: center;
}
.footer-inner .nav {
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 27px;
  border-top: 1px solid #E1E5EA;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 30px;
  }
  .footer-inner .logo {
    width: 159px;
    margin: 0 auto;
  }
  .footer-inner .nav {
    display: none;
  }
}

.footer-bottom {
  padding: 20px 60px;
  background: #000;
}
.footer-bottom .bottom-menu {
  margin-bottom: 1.6rem;
}
.footer-bottom .bottom-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-bottom .bottom-menu li:nth-child(n+2) {
  margin-left: 40px;
}
.footer-bottom .bottom-menu a {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 30px 10px 100px;
  }
  .footer-bottom .bottom-menu {
    margin-bottom: 30px;
  }
  .footer-bottom .bottom-menu ul {
    display: block;
    text-align: center;
  }
  .footer-bottom .bottom-menu li:nth-child(n+2) {
    margin: 1em 0 0;
  }
  .footer-bottom .bottom-menu a {
    font-size: 1.2rem;
    font-weight: bold;
  }
}

.m-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-footer-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.m-footer-menu .cols {
  width: 100%;
  padding-right: 40px;
}
.m-footer-menu .category:nth-child(n+2) {
  margin-top: 35px;
}
.m-footer-menu .title {
  position: relative;
  margin: 0 0 15px;
  padding-bottom: 12px;
  font-weight: bold;
}
.m-footer-menu .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23px;
  height: 1px;
  background: #8EC300;
}
.m-footer-menu .title.ff-en {
  font-size: 1.8rem;
}
.m-footer-menu .title a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1a005d;
}
.m-footer-menu .title span.nolink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1a005d;
  font-size: 1.4rem;
  line-height: 1.1;
}
.m-footer-menu .title .sub-text {
  margin-top: 7px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: -0.015em;
}
.m-footer-menu .link-list a {
  letter-spacing: -0.015em;
}
.m-footer-menu .gchild-list {
  padding-left: 0.5em;
  font-size: 1.3rem;
}
.m-footer-menu .gchild-list li:not(:last-child) {
  margin-bottom: 0.25em;
}
.m-footer-menu .gchild-list li::before {
  content: "-";
  display: inline-block;
  margin-right: 0.25em;
}
.m-footer-menu .gchild-list li a {
  font-size: 1.3rem;
}

.footer-consultation-counter {
  height: 8rem;
  background-color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-consultation-counter p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.9;
  color: #fff;
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
/* ------------------------------------------------------------
  * 青灰色背景付きセクション
------------------------------------------------------------ */
.sec-bg {
  position: relative;
}
.sec-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: -1;
}
.sec-bg.-blue-gray::after {
  background-color: #E1E5EA;
}

p.solution-lead {
  font-size: 2.4rem;
  margin-bottom: 2em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  p.solution-lead {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
  }
}

/* ------------------------------------------------------------
  * こんなお悩みありませんか
------------------------------------------------------------ */
.sec-problem {
  position: relative;
}
.sec-problem .m-section-title h2 {
  margin-bottom: 1.5em;
}
.sec-problem:after {
  position: absolute;
  content: "";
  right: 50%;
  bottom: -60px;
  border: 1px solid transparent;
  border-width: 60px 130px;
  border-top-color: #E1E5EA;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .sec-problem:after {
    bottom: -30px;
    border-width: 30px 65px;
  }
}
@media screen and (max-width: 768px) {
  .sec-problem .row-fluid-wrapper .dnd-module {
    margin-bottom: 2em;
  }
}
.sec-problem .row-fluid-wrapper .dnd-module:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
  * ソリューションー提供可能なサービス
------------------------------------------------------------ */
.sec-solution .span7 {
  margin-left: 0;
}
.sec-solution h5 {
  position: relative;
  border-bottom: 3px solid #C9D5E2;
  margin-top: 0;
  padding: 10px 0;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec-solution h5 {
    font-size: 1.7rem;
  }
}
.sec-solution h5:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 20%;
  border-bottom: 3px solid #1a005d;
}
.sec-solution ul {
  padding: 0;
  list-style: none;
  padding-left: 24px;
}
.sec-solution ul li {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0;
  text-indent: 0;
}
.sec-solution ul li:last-child {
  margin-bottom: 0;
}
.sec-solution ul li:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 11px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #8EC300;
}
.sec-solution .span5, .sec-solution .text-content {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .sec-solution .span5, .sec-solution .text-content {
    width: 100%;
    margin-right: 0;
  }
}
.sec-solution .span7, .sec-solution .image-content {
  width: 60%;
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  .sec-solution .span7, .sec-solution .image-content {
    width: 100%;
  }
}
.sec-solution .m-button .l-button {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .sec-solution .m-button .l-button {
    margin-left: auto;
  }
}

/* ------------------------------------------------------------
  * 基本2カラム PC 左寄せ/右寄せ SP 中央寄せ 画像のみ
------------------------------------------------------------ */
.sec-col2 .row-fluid > .widget-span .span6:first-child .hs_cos_wrapper_type_linked_image {
  display: block;
  text-align: left;
}
.sec-col2 .row-fluid > .widget-span .span6:last-child .hs_cos_wrapper_type_linked_image {
  display: block;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec-col2 .row-fluid > .widget-span .span6:first-child .hs_cos_wrapper_type_linked_image {
    text-align: center;
  }
  .sec-col2 .row-fluid > .widget-span .span6:last-child .hs_cos_wrapper_type_linked_image {
    text-align: center;
  }
}

/* ------------------------------------------------------------
  * SP時は画像が上の2カラム
------------------------------------------------------------ */
.sec-text-image .row-fluid,
.sec-image-text .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec-text-image .row-fluid::before, .sec-text-image .row-fluid::after,
.sec-image-text .row-fluid::before,
.sec-image-text .row-fluid::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-text-image .row-fluid,
.sec-image-text .row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec-text-image .row-fluid .span7,
.sec-image-text .row-fluid .span7 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: none;
    text-align: center;
  }
  .sec-text-image .row-fluid .span7 img,
.sec-image-text .row-fluid .span7 img {
    width: 100vw;
    height: auto;
  }
  .sec-text-image .row-fluid .span5,
.sec-image-text .row-fluid .span5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.sec-text-image h5,
.sec-image-text h5 {
  position: relative;
  border-bottom: 3px solid #C9D5E2;
  margin-top: 0;
  padding: 10px 0;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec-text-image h5,
.sec-image-text h5 {
    font-size: 1.7rem;
  }
}
.sec-text-image h5:before,
.sec-image-text h5:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 20%;
  border-bottom: 3px solid #1a005d;
}
.sec-text-image ul,
.sec-image-text ul {
  padding: 0;
  list-style: none;
  padding-left: 24px;
}
.sec-text-image ul li,
.sec-image-text ul li {
  position: relative;
  margin-bottom: 0.5em;
}
.sec-text-image ul li:last-child,
.sec-image-text ul li:last-child {
  margin-bottom: 0;
}
.sec-text-image ul li:before,
.sec-image-text ul li:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 11px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #8EC300;
}
.sec-text-image .m-button .l-button,
.sec-image-text .m-button .l-button {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .sec-text-image .m-button .l-button,
.sec-image-text .m-button .l-button {
    margin-left: auto;
  }
}

.sec-image-text .span7 {
  margin-left: 0;
}
.sec-image-text .span5, .sec-image-text .text-content {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .sec-image-text .span5, .sec-image-text .text-content {
    width: 100%;
    margin-right: 0;
  }
}
.sec-image-text .span7, .sec-image-text .image-content {
  width: 60%;
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  .sec-image-text .span7, .sec-image-text .image-content {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .sec-image-text .span7 img, .sec-image-text .image-content img {
    width: 100vw;
    height: auto;
  }
}

.sec-text-image .span7 {
  margin-left: 0;
}
.sec-text-image .span5, .sec-text-image .text-content {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .sec-text-image .span5, .sec-text-image .text-content {
    width: 100%;
    margin-right: 0;
  }
}
.sec-text-image .span7, .sec-text-image .image-content {
  width: 60%;
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  .sec-text-image .span7, .sec-text-image .image-content {
    width: 100%;
  }
}/*======================================================================
* sidebar
======================================================================*/
.g-sidebar {
  width: 240px;
  margin-left: 60px;
}
.g-sidebar .cta {
  margin-bottom: 40px;
}
.g-sidebar .subscribe h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
}
.g-sidebar .subscribe h3::before, .g-sidebar .subscribe h3::after {
  content: none;
}
@media screen and (min-width: 769px) {
  .g-sidebar .subscribe .hs-form .form-columns-2 .hs-form-field:first-child {
    padding-right: 10px;
  }
  .g-sidebar .subscribe .hs-form .form-columns-2 .hs-form-field:last-child {
    padding-left: 10px;
  }
}
.g-sidebar .subscribe .hs-form .hs-submit {
  max-width: 164px;
  margin-top: 16px;
}
.g-sidebar .subscribe .hs-form .hs-form-field {
  margin-bottom: 0.6em;
}
.g-sidebar .subscribe .hs-form .hs-form-field > label {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.g-sidebar .subscribe .hs-form .legal-consent-container .inputs-list {
  font-size: 1.2rem;
}
.g-sidebar .subscribe .hs-form .hs-form-booleancheckbox-display .hs-input + span {
  padding-left: 2rem;
  line-height: 1.6rem;
}
.g-sidebar .subscribe .hs-form .hs-form-booleancheckbox-display .hs-input + span::before {
  width: 1.6rem;
  height: 1.6rem;
}
.g-sidebar .subscribe .hs-form .hs-form-booleancheckbox-display .hs-input + span::after {
  top: 4px;
  left: 3px;
  width: 10px;
  height: 8px;
  background-size: contain;
}
.g-sidebar .subscribe .hs-form .hs-form-required::after {
  content: "*";
  margin: 0;
  padding: 0;
  color: #f00;
  background: none;
}
.g-sidebar .subscribe .hs-form .hs_error_rollup {
  margin: 0 0 -10px;
}
.g-sidebar .subscribe .hs-form .hs-button {
  padding: 13px 1em;
  font-size: 1.6rem;
  background-image: none;
}
.g-sidebar .popular-blog .m-popular-post,
.g-sidebar .popular-document .m-popular-document {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.g-sidebar .popular-blog .m-popular-post h3,
.g-sidebar .popular-document .m-popular-document h3 {
  font-size: 1.6rem;
}
.g-sidebar .popular-blog .m-popular-post h3::before, .g-sidebar .popular-blog .m-popular-post h3::after,
.g-sidebar .popular-document .m-popular-document h3::before,
.g-sidebar .popular-document .m-popular-document h3::after {
  height: 17px;
}
@media screen and (max-width: 768px) {
  .g-sidebar {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .g-sidebar .cta img {
    width: 100%;
    height: auto;
  }
  .g-sidebar .subscribe h3 {
    margin: 0 0 20px;
    font-size: 2.6rem;
  }
  .g-sidebar .subscribe .hs-form .hs-submit {
    max-width: 160px;
    margin-top: 20px;
  }
  .g-sidebar .subscribe .hs-form .hs-button {
    padding: 18px 1em;
  }
  .g-sidebar .popular-blog,
.g-sidebar .popular-document {
    margin-top: 40px;
    padding-top: 40px;
  }
  .g-sidebar .popular-blog h3,
.g-sidebar .popular-document h3 {
    font-size: 2.2rem;
  }
  .g-sidebar .popular-blog h3::before, .g-sidebar .popular-blog h3::after,
.g-sidebar .popular-document h3::before,
.g-sidebar .popular-document h3::after {
    height: 24px;
  }
}