/*======================================================================
 * 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 */
  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;
}@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/**
 * https://github.com/nicolafranchini/VenoBox/
 */
.vbox-overlay {
  --vbox-tools-color: #fff;
  --vbox-title-background: #101010;
  --vbox-title-width: "auto";
  --vbox-title-radius: 0;
  --vbox-share-background: #101010;
  --vbox-share-width: "auto";
  --vbox-share-radius: 0;
  --vbox-padding: 0;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn,
button.vbox-link-btn,
button.vbox-link-btn:hover,
button.vbox-link-btn:active,
button.vbox-link-btn:focus {
  border: none !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: none;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

/* ----- navigation ----- */
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

/* ----- Social share ----- */
.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

/* ----- Navigation arrows ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

/* ----- Aspect ratio ----- */
.venoratio, .vbox-inline {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.venoratio-1x1 {
  --vb-aspect-ratio: 100%;
}

.venoratio-4x3 {
  --vb-aspect-ratio: calc(3 / 4 * 100%);
}

.venoratio-16x9 {
  --vb-aspect-ratio: calc(9 / 16 * 100%);
}

.venoratio-21x9 {
  --vb-aspect-ratio: calc(9 / 21 * 100%);
}

.venoratio-full {
  --vb-aspect-ratio: calc(100vh - 100px);
}

.vbox-child.venoratio, .vbox-child.vbox-inline {
  max-width: 100%;
}

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0px;
}

.vbox-content {
  opacity: 0;
}

.vbox-content {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 4%;
  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;
  min-height: 100%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-child {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
}

.vbox-fit .vbox-child img {
  max-height: calc(100vh - 60px);
}

.vbox-grab .vbox-child img {
  cursor: -webkit-grab;
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-preloader {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(-1px);
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* ---------- preloader ----------
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  -webkit-animation: sk-plane 1.2s infinite ease-in-out;
  animation: sk-plane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-plane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-plane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  -webkit-animation: sk-chase 2.5s infinite linear both;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  45%, 55% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  45%, 55% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  -webkit-animation: sk-wave 1.2s infinite ease-in-out;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-wave {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-wave {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@-webkit-keyframes sk-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  -webkit-animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes sk-flow {
  0%, 80%, 100% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-flow {
  0%, 80%, 100% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  -webkit-animation: sk-swing 1.8s infinite linear;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-swing-dot 2s infinite ease-in-out;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-swing {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-swing {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-swing-dot {
  0%, 100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-circle 1.2s infinite ease-in-out both;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circle {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circle {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-circle-fade 1.2s infinite ease-in-out both;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circle-fade {
  0%, 39%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circle-fade {
  0%, 39%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  -webkit-animation: sk-grid 1.3s infinite ease-in-out;
  animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-grid {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-grid {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  -webkit-animation: sk-fold 2.4s infinite linear both;
  animation: sk-fold 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-fold {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-fold {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  -webkit-animation: sk-wander 2s ease-in-out -2s infinite both;
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-wander {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    -webkit-transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes sk-wander {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    -webkit-transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.vbox-open .c-container, .vbox-open .c-header {
  overflow-y: scroll;
}

.vbox-overlay .vbox-container {
  overflow-y: hidden;
  padding: 50px 0;
}
.vbox-overlay .vbox-content {
  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%;
}
.vbox-overlay .vbox-content .title, .vbox-overlay .vbox-content .numeration {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
}
.vbox-overlay .vbox-content .title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #ccc;
}
.vbox-overlay .vbox-content .numeration {
  font-size: 12px;
  color: #999;
}
.vbox-overlay .vbox-content .vbox-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-height: 100%;
  min-height: 0;
}
.vbox-overlay .vbox-content .vbox-child img {
  max-height: 100%;
}
.vbox-overlay .vbox-content .vbox-child + * {
  padding-top: 0.6rem;
}
.vbox-overlay .vbox-close {
  right: 10px;
  width: 50px;
  height: 50px;
}
.vbox-overlay .vbox-close::before, .vbox-overlay .vbox-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 38px;
  background-color: #fff;
  margin: -2px 0 0 -19px;
}
.vbox-overlay .vbox-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vbox-overlay .vbox-close::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.vbox-overlay .vbox-close svg {
  display: none;
}
.vbox-overlay .vbox-prev, .vbox-overlay .vbox-next {
  position: absolute;
}
.vbox-overlay .vbox-prev::before, .vbox-overlay .vbox-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  margin-top: -12px;
}
.vbox-overlay .vbox-prev span, .vbox-overlay .vbox-next span {
  display: none;
}
@media screen and (max-width: 660px) {
  .vbox-overlay .vbox-prev {
    left: 0;
  }
}
.vbox-overlay .vbox-prev::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -6px;
}
@media screen and (max-width: 660px) {
  .vbox-overlay .vbox-next {
    right: 0;
  }
}
.vbox-overlay .vbox-next::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -16px;
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*/.ff-en {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
}/*------------------------------------------------------------
 * 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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

html {
  font-size: 10px;
}
@media screen and (max-width: 360px) {
  html {
    font-size: 2.7vw;
  }
}

body {
  font-family: Zen Kaku Gothic New, Helvetica Neue, Helvetica, Arial, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 游ゴシック, 游ゴシック体, YuGothic, Yu Gothic, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif; 
  font-size: 1.4rem;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 661px) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.85;
  }
}

table {
  border-top: 1px solid #ccc;
  border-collapse: collapse;
}
table th, table td {
  padding: 10px;
  text-align: left;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
}
@media screen and (max-width: 660px) {
  table th, table td {
    line-height: 1.5;
  }
}
table th {
  width: 240px;
  background-color: #f7f7f7;
}@charset "UTF-8";
/*======================================================================
 * デフォルトモジュール
======================================================================*/
.hs_cos_wrapper_type_rich_text {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .hs_cos_wrapper_type_rich_text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 660px) {
  .hs_cos_wrapper_type_rich_text {
    font-size: 1.3rem;
  }
}

.hs-search-field__suggestions {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field__suggestions li a {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #fff;
  text-decoration: none;
}
.hs-search-field__suggestions li a:hover {
  opacity: 1;
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 50px 38px;
}
.dnd-section > .row-fluid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 660px) {
  .row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.row-fluid [class*=span] {
  display: block;
  width: 100%;
}
.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: 660px) {
  .row-fluid [class*=span] {
    display: block;
    width: auto;
  }
}

/*======================================================================
 * 2カラム
======================================================================*/
@media screen and (min-width: 661px) {
  .col2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 660px) {
  .col2-container.adjust-width {
    padding: 0;
  }
}
@media screen and (min-width: 661px) {
  .col2-container .main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 200px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1199px) {
  .col2-container .main-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.col2-container .side-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f7f7f7;
}
@media screen and (min-width: 661px) {
  .col2-container .side-content {
    width: 200px;
  }
}
@media screen and (min-width: 1199px) {
  .col2-container .side-content {
    width: 300px;
  }
}/*======================================================================
 * adjust-width
======================================================================*/
.adjust-width {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 660px) {
  .adjust-width {
    padding-left: 38px;
    padding-right: 38px;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * c-button
------------------------------------------------------------*/
.c-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #222;
  padding: 8px 17px 9px 17px;
  text-align: center;
  text-decoration: none;
  color: #222;
  line-height: 1.33;
}
@media screen and (min-width: 661px) {
  .c-button {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 660px) {
  .c-button {
    min-height: 4rem;
  }
}
.c-button.-style1 {
  min-height: 50px;
  padding: 10px 50px;
  background-color: #494949;
  color: #fff;
  border: none;
  font-size: 1.7rem;
}
.c-button.-style1::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/aichi/aichi2023/assets/images/common/arrow.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: right 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94);
  transition: right 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94);
}
.c-button.-style1.-black {
  background-color: #494949;
}
.c-button.-style1.-blue {
  background-color: #7585d0;
}
.c-button.-style1:hover {
  opacity: 1;
}
.c-button.-style1:hover::after {
  right: 12px;
}
.c-button.-style1.-size-large {
  min-height: 70px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.7rem;
}
.c-button.-style1.-size-large::after {
  right: 22px;
}
.c-button.-style1.-size-large:hover::after {
  right: 15px;
}
.c-button.-style2 {
  min-height: 44px;
  padding: 10px 35px 10px 20px;
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
  font-size: 1.5rem;
}
.c-button.-style2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
}
.c-button.-style2.-blue {
  border-color: #003f98;
  color: #003f98;
}
.c-button.-style3 {
  padding: 13px 70px 13px 26px;
  border: 1px solid #222;
  background-color: #fff;
  color: #222;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}
.c-button.-style3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #003f98;
  border-right: 2px solid #003f98;
}@charset "UTF-8";
/*======================================================================
 * hs form
======================================================================*/
form fieldset {
  max-width: 100% !important;
  padding: 0;
}
@media screen and (min-width: 481px) {
  form .form-columns-2 .hs-form-field {
    width: 48.8% !important;
  }
  form .form-columns-2 .hs-form-field:last-child {
    margin-left: 2.4%;
  }
}
@media screen and (min-width: 481px) {
  form .form-columns-3 .hs-form-field {
    width: 31.73% !important;
  }
  form .form-columns-3 .hs-form-field:not(:last-of-type) {
    margin-right: 2.4%;
  }
}
form .hs-form-field {
  margin-bottom: 2.7rem;
}
form .hs-form-field > label {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
form .hs-form-field .input {
  margin-right: 0 !important;
}
form .form-columns-0 .hs-richtext {
  margin-bottom: 2em;
}
form .hs-richtext {
  margin-bottom: 0.5em;
}
form .hs-richtext img {
  height: auto;
  max-width: 100% !important;
}
form .inputs-list {
  padding: 0;
  list-style: none;
}
form .hs-form-required {
  color: red;
}
[lang=ja] form .hs-form-required, [lang=ja-jp] form .hs-form-required {
  margin-left: 1rem;
  font-size: 0;
}
[lang=ja] form .hs-form-required::before, [lang=ja-jp] form .hs-form-required::before {
  content: "必須";
  display: inline-block;
  padding: 3px 0.4em 3px 1em;
  background-color: #cc0000;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5em;
}
form .hs-error-msgs {
  color: red;
  margin: 0.3rem 0 0;
  font-weight: bold;
}
form .hs_error_rollup {
  margin-bottom: 2rem;
  text-align: center;
}
form .hs-field-desc {
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
}
form textarea, form select, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
  width: 100% !important;
  border: solid 1px #ccc;
  border-radius: 0;
  margin: 0;
  padding: 6px 10px;
  color: #000;
  font-size: 1.6rem;
  font-family: Arial, sans-serif;
  line-height: 1.3;
}
form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=number]::-webkit-input-placeholder, form input[type=file]::-webkit-input-placeholder, form input[type=search]::-webkit-input-placeholder, form input[type=date]::-webkit-input-placeholder {
  color: #757575;
}
form textarea::-moz-placeholder, form select::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=file]::-moz-placeholder, form input[type=search]::-moz-placeholder, form input[type=date]::-moz-placeholder {
  color: #757575;
}
form textarea:-ms-input-placeholder, form select:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=number]:-ms-input-placeholder, form input[type=file]:-ms-input-placeholder, form input[type=search]:-ms-input-placeholder, form input[type=date]:-ms-input-placeholder {
  color: #757575;
}
form textarea::-ms-input-placeholder, form select::-ms-input-placeholder, form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form input[type=password]::-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder, form input[type=number]::-ms-input-placeholder, form input[type=file]::-ms-input-placeholder, form input[type=search]::-ms-input-placeholder, form input[type=date]::-ms-input-placeholder {
  color: #757575;
}
form textarea::placeholder, form select::placeholder, form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder, form input[type=tel]::placeholder, form input[type=number]::placeholder, form input[type=file]::placeholder, form input[type=search]::placeholder, form input[type=date]::placeholder {
  color: #757575;
}
form textarea:focus::-webkit-input-placeholder, form select:focus::-webkit-input-placeholder, form input[type=text]:focus::-webkit-input-placeholder, form input[type=email]:focus::-webkit-input-placeholder, form input[type=password]:focus::-webkit-input-placeholder, form input[type=tel]:focus::-webkit-input-placeholder, form input[type=number]:focus::-webkit-input-placeholder, form input[type=file]:focus::-webkit-input-placeholder, form input[type=search]:focus::-webkit-input-placeholder, form input[type=date]:focus::-webkit-input-placeholder {
  color: transparent;
}
form textarea:focus::-moz-placeholder, form select:focus::-moz-placeholder, form input[type=text]:focus::-moz-placeholder, form input[type=email]:focus::-moz-placeholder, form input[type=password]:focus::-moz-placeholder, form input[type=tel]:focus::-moz-placeholder, form input[type=number]:focus::-moz-placeholder, form input[type=file]:focus::-moz-placeholder, form input[type=search]:focus::-moz-placeholder, form input[type=date]:focus::-moz-placeholder {
  color: transparent;
}
form textarea:focus:-ms-input-placeholder, form select:focus:-ms-input-placeholder, form input[type=text]:focus:-ms-input-placeholder, form input[type=email]:focus:-ms-input-placeholder, form input[type=password]:focus:-ms-input-placeholder, form input[type=tel]:focus:-ms-input-placeholder, form input[type=number]:focus:-ms-input-placeholder, form input[type=file]:focus:-ms-input-placeholder, form input[type=search]:focus:-ms-input-placeholder, form input[type=date]:focus:-ms-input-placeholder {
  color: transparent;
}
form textarea:focus::-ms-input-placeholder, form select:focus::-ms-input-placeholder, form input[type=text]:focus::-ms-input-placeholder, form input[type=email]:focus::-ms-input-placeholder, form input[type=password]:focus::-ms-input-placeholder, form input[type=tel]:focus::-ms-input-placeholder, form input[type=number]:focus::-ms-input-placeholder, form input[type=file]:focus::-ms-input-placeholder, form input[type=search]:focus::-ms-input-placeholder, form input[type=date]:focus::-ms-input-placeholder {
  color: transparent;
}
form textarea:focus::placeholder, form select:focus::placeholder, form input[type=text]:focus::placeholder, form input[type=email]:focus::placeholder, form input[type=password]:focus::placeholder, form input[type=tel]:focus::placeholder, form input[type=number]:focus::placeholder, form input[type=file]:focus::placeholder, form input[type=search]:focus::placeholder, form input[type=date]:focus::placeholder {
  color: transparent;
}
form textarea {
  min-height: 6em;
}
form .hs-fieldtype-select .input {
  position: relative;
}
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 #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
  pointer-events: none;
}
form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 34px;
}
form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
form textarea {
  resize: vertical;
}
form input[type=file] {
  padding: initial;
  border: initial;
  background-color: transparent;
  cursor: pointer;
}
form .fn-date-picker .pika-button {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
form .fn-date-picker .pika-button:hover, form .fn-date-picker .pika-button:focus {
  background: #000 !important;
  color: #fff;
  border-radius: 0 !important;
}
form .fn-date-picker .is-today .pika-button {
  color: #000;
}
form .fn-date-picker .is-selected .pika-button {
  background: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
}
form input[type=checkbox] {
  margin: 0 1rem 0 0;
}
form input[type=radio] {
  margin: 0 1rem 0 0;
}
form .hs-form-checkbox-display, form .hs-form-radio-display {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
form .hs-form-checkbox-display > span, form .hs-form-radio-display > span {
  line-height: 1.5;
}
form .legal-consent-container {
  margin-bottom: 4rem;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
form .legal-consent-container .hs-form-booleancheckbox {
  text-align: center;
}
form .legal-consent-container .hs-form-booleancheckbox .hs-form-booleancheckbox-display {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
form .grecaptcha-badge {
  margin: 2rem auto;
}
form input[type=submit] {
  display: block;
  outline: none;
  margin: 0 auto 10px;
  padding: 20px 50px;
  background-color: #cfd1f1;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
form input[type=submit]:hover {
  opacity: 0.7;
}
form input[type=submit]:disabled {
  pointer-events: none;
  opacity: 0.7;
}
form h2 {
  margin: 0 0 20px;
  padding: 10px 15px;
  background-color: #cfd1f1;
  font-weight: 400;
  font-size: 1.8rem;
}
@media screen and (max-width: 660px) {
  form h2 {
    font-size: 1.6rem;
  }
}
form h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 660px) {
  form h3 {
    font-size: 1.6rem;
  }
}
form .privacy-text {
  overflow: scroll;
  width: 100%;
  height: 200px;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}
form .privacy-text > .title {
  margin: 0 0 10px;
  padding: 10px;
  border-left: 3px solid #3041b4;
  font-weight: 400;
  font-size: 1.7rem;
}
form .privacy-text ol, form .privacy-text ul {
  padding-left: 2em;
}

.search-form {
  margin-bottom: 40px;
}
@media screen and (min-width: 661px) {
  .search-form {
    border-top: 1px solid #ccc;
  }
}
@media screen and (min-width: 661px) {
  .search-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 660px) {
  .search-form dl {
    margin: 0 0 4px;
    border: 1px solid #ccc;
  }
}
.search-form dl dt {
  padding: 0 15px;
  background-color: #cfd1f1;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 661px) {
  .search-form dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    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;
    width: 130px;
  }
}
.search-form dl dd {
  margin: 0;
  padding: 15px;
}
@media screen and (min-width: 661px) {
  .search-form dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-right: 1px solid #ccc;
  }
}
.search-form .model-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5%;
}
@media screen and (max-width: 660px) {
  .search-form .model-input-group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.5vw 0;
  }
}
.search-form .model-input-group > label {
  display: block;
  position: relative;
  z-index: 0;
  width: 18%;
  aspect-ratio: 166/100;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .search-form .model-input-group > label {
    width: 19%;
  }
}
@media screen and (max-width: 660px) {
  .search-form .model-input-group > label {
    width: 48.5%;
  }
}
.search-form .model-input-group > label input {
  display: none;
}
.search-form .model-input-group > label input + span {
  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;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 2px solid #ccc;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) and (min-width: 661px) {
  .search-form .model-input-group > label input + span {
    font-size: 1rem;
  }
}
.search-form .model-input-group > label input + span:hover {
  border-color: #3041b4;
  background-color: rgba(207, 209, 241, 0.8);
}
.search-form .model-input-group > label input:checked + span {
  border-color: #3041b4;
  background-color: rgba(207, 209, 241, 0.8);
}
.search-form .model-input-group > label .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.search-form .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.search-form .checkbox-group > label {
  display: block;
  cursor: pointer;
}
.search-form .checkbox-group > label input {
  display: none;
}
.search-form .checkbox-group > label input + span {
  display: inline-block;
  padding: 0 2rem;
  border: 2px solid #ccc;
  background-color: #f7f7f7;
  font-weight: 700;
  line-height: 30px;
}
.search-form .checkbox-group > label input + span:hover {
  border-color: #3041b4;
  background-color: #8791d3;
  color: #fff;
}
.search-form .checkbox-group > label input:checked + span {
  border-color: #3041b4;
  background-color: #8791d3;
  color: #fff;
}
.search-form .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 0;
}
.search-form .radio-group > label {
  display: block;
  cursor: pointer;
}
.search-form .radio-group > label input {
  display: none;
}
.search-form .radio-group > label input + span {
  display: inline-block;
  position: relative;
  padding: 6px 6px 6px 42px;
  border-radius: 8px;
  background-color: #ebedf8;
}
.search-form .radio-group > label input + span::before, .search-form .radio-group > label input + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.search-form .radio-group > label input + span::before {
  left: 13px;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  border: 1px solid #5967c3;
}
.search-form .radio-group > label input + span::after {
  left: 17px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background-color: #5967c3;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.search-form .radio-group > label input:checked + span::after {
  opacity: 1;
}
.search-form input[type=text], .search-form select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  border: 2px solid #ccc;
  border-radius: 0;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 30px;
}
.search-form .selectbox {
  position: relative;
}
.search-form .selectbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #7176d5 transparent transparent transparent;
  margin-top: -6px;
  pointer-events: none;
}
.search-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-form .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.search-form .button-group .btn {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  min-width: 230px;
  margin: 5px 15px;
  padding: 5px 30px;
  background-color: #3041b4;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: opacity 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: opacity 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
@media screen and (max-width: 660px) {
  .search-form .button-group .btn {
    width: 170px;
    margin: 5px 10px;
    font-size: 1.4rem;
  }
}
.search-form .button-group .btn.reset {
  background-color: #b1b2b4;
}
.search-form .button-group .btn:hover {
  opacity: 0.8;
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
.c-container {
  padding-top: 72px;
}
@media screen and (max-width: 1079px) {
  .c-container {
    padding-top: 56px;
  }
}

/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.hs-inline-edit .c-container {
  padding-top: 0;
}
.hs-inline-edit .c-header {
  position: relative;
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.c-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 72px;
  background: #fff;
}
@media screen and (max-width: 1079px) {
  .c-header {
    height: 56px;
  }
}
.c-header a {
  text-decoration: none;
}
.c-header .header-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 131px;
  margin-right: 16px;
  margin-left: 9px;
}
@media screen and (max-width: 1079px) {
  .c-header .header-logo {
    width: 109px;
    margin-right: 0;
    margin-left: 7px;
  }
}
.c-header .header-logo img {
  height: auto;
}
.c-header .burger {
  position: relative;
  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;
  width: 50px;
  height: 56px;
  margin: 0 0 0 auto;
  border-left: 1px solid #003f98;
  cursor: pointer;
}
@media screen and (min-width: 1080px) {
  .c-header .burger {
    display: none;
  }
}
.c-header .burger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 0;
  border-top: 1px solid #003f98;
  margin-left: -13px;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.c-header .burger span:first-child {
  margin-top: -7px;
}
.c-header .burger span:last-child {
  margin-top: 7px;
}
.c-header .burger.-js-opened {
  background-color: #003f98;
}
.c-header .burger.-js-opened span {
  border-color: #fff;
}
.c-header .burger.-js-opened span:first-child {
  -webkit-transform: translateY(7px) rotate(-30deg);
  transform: translateY(7px) rotate(-30deg);
}
.c-header .burger.-js-opened span:nth-child(2) {
  opacity: 0;
}
.c-header .burger.-js-opened span:last-child {
  -webkit-transform: translateY(-7px) rotate(30deg);
  transform: translateY(-7px) rotate(30deg);
}
.c-header .header-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 3px;
  padding: 0;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 1079px) {
  .c-header .header-lang {
    display: none;
  }
}
.c-header .header-lang a {
  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;
  width: 42px;
  height: 42px;
  background-color: #e6e7eb;
  color: #222;
  font-size: 1.8rem;
}
.c-header .header-lang .active a {
  background-color: #1b72ed;
  color: #fff;
}
.c-header .header-search {
  position: relative;
  margin: 0 auto 0 8px;
}
@media screen and (max-width: 1079px) {
  .c-header .header-search {
    display: none;
  }
}
.c-header .header-search .search-toggle {
  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;
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 3px;
  background-color: #e6e7eb;
  cursor: pointer;
}
.c-header .header-search .search-toggle .open {
  display: none;
}
.c-header .header-search .search-toggle.-js-opened .open {
  display: block;
}
.c-header .header-search .search-toggle.-js-opened .close {
  display: none;
}
.c-header .header-search .header-search-form {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 71px;
  left: 50%;
  z-index: 10;
  width: 326px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-header .header-search .header-search-form::before, .c-header .header-search .header-search-form::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 0 11.5px 31px 11.5px;
  border-style: solid;
}
.c-header .header-search .header-search-form::before {
  z-index: -1;
  top: -29px;
  border-color: transparent transparent #003f98 transparent;
}
.c-header .header-search .header-search-form::after {
  z-index: 1;
  top: -26px;
  border-color: transparent transparent #fff transparent;
}
.c-header .header-search .header-search-form.-js-opened {
  opacity: 1;
  visibility: visible;
}
.c-header .header-search-form .hs-search-field__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #fff;
  border: 1px solid #003f98;
  border-radius: 3px;
}
.c-header .header-search-form .hs-search-field__input {
  border: none;
  outline: none;
  background: none;
  width: 326px;
  height: 58px;
  padding: 0 10px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-header .header-search-form .hs-search-field__button {
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  width: 45px;
  height: 58px;
  cursor: pointer;
  background: url(https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/aichi/aichi2023/assets/images/common/search-icon-blue.svg) no-repeat center center;
  background-size: 24px auto;
}
.c-header .header-search-form .hs-search-field__button svg {
  opacity: 0;
}
.c-header .global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .c-header .global-nav .header-lang, .c-header .global-nav .header-search-form {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .c-header .header-main-menu {
    display: none;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    max-height: calc(100dvh - 56px);
    padding: 38px 37px;
    background-color: #003f98;
    color: #fff;
    overflow: auto;
  }
  .c-header .header-main-menu .header-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
  }
  .c-header .header-main-menu .header-search-form {
    clear: both;
    width: 100%;
  }
}
.c-header .cover {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-header .cover.-js-opened {
  opacity: 1;
  visibility: visible;
}
.c-header .in-menu {
  margin-right: 20px;
}
@media screen and (max-width: 1079px) {
  .c-header .in-menu {
    float: left;
    margin: 0 0 39px;
    width: calc(100% - 90px);
  }
}
.c-header .in-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4666666667;
}
@media screen and (max-width: 1079px) {
  .c-header .in-menu ul {
    display: block;
    font-weight: 700;
  }
}
.c-header .in-menu li:not(:last-child) {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1079px) {
  .c-header .in-menu li:not(:last-child) {
    margin: 0 0 17px;
    border-right: none;
  }
}
.c-header .in-menu a {
  color: inherit;
}
@media screen and (max-width: 1079px) {
  .c-header .in-menu a {
    text-decoration: underline;
  }
}
.c-header .header-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
}
.c-header .header-button a, .c-header .header-button .products-burger {
  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;
  height: 72px;
  padding: 0 18px;
  background-color: #222;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.375;
  cursor: pointer;
}
.c-header .header-button a:hover, .c-header .header-button .products-burger:hover {
  opacity: 1;
}
@media screen and (max-width: 1079px) {
  .c-header .header-button a, .c-header .header-button .products-burger {
    height: 56px;
    padding: 0 11px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1079px) {
  .c-header .header-button.-products.-pc {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .c-header .header-button.-products.-sp {
    display: none;
  }
}
.c-header .header-button.-products > * {
  position: relative;
  background-color: #003f98;
}
.c-header .header-button.-products.-js-opened .burger-icon i:first-child {
  -webkit-transform: translateY(4px) rotate(-30deg);
  transform: translateY(4px) rotate(-30deg);
}
.c-header .header-button.-products.-js-opened .burger-icon i:nth-child(2) {
  opacity: 0;
}
.c-header .header-button.-products.-js-opened .burger-icon i:last-child {
  -webkit-transform: translateY(-4px) rotate(30deg);
  transform: translateY(-4px) rotate(30deg);
}
.c-header .header-button .burger-icon {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 16px;
  height: 9px;
  margin: 0 auto;
}
@media screen and (max-width: 1079px) {
  .c-header .header-button .burger-icon {
    display: none;
  }
}
.c-header .header-button .burger-icon i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #fff;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.c-header .header-button .burger-icon i:first-child {
  margin-top: -4px;
}
.c-header .header-button .burger-icon i:last-child {
  margin-top: 4px;
}
@media screen and (max-width: 1079px) {
  .c-header .header-button.-contact a {
    padding: 0 7px;
  }
}

.products-mega-menu {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 95;
  width: 100%;
  padding: 65px 48px 68px;
  background-color: #003f98;
  color: #fff;
}
.products-mega-menu .mega-menu-inner {
  max-width: 1270px;
  margin: 0 auto;
  height: 500px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.products-mega-menu .mega-menu-inner::-webkit-scrollbar {
  display: none;
}
.products-mega-menu .cmn06_products-menu .heading .en {
  font-size: 10rem;
}
.products-mega-menu .cmn06_products-menu .product-panel {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 9px;
  margin-bottom: 28px;
}
.products-mega-menu .cmn06_products-menu .product-panel .item {
  width: 100% !important;
}
.products-mega-menu .cmn06_products-menu .product-panel .item.-search {
  background: #fff;
  color: #003f98;
}/*======================================================================
 * footer
======================================================================*/
.c-footer {
  border-top: 12px solid #054aaa;
  background-color: #003f98;
  color: #fff;
}
@media screen and (max-width: 660px) {
  .c-footer {
    border-top-width: 8px;
  }
}
.c-footer a {
  color: inherit;
}
.footer-main {
  padding: 35px 0;
  background-color: #003784;
}

.footer-main-menu {
  width: calc(100% - 76px);
  max-width: 1264px;
  margin: 0 auto;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 76px);
  margin: 0 auto;
  padding-top: 21px;
  padding-bottom: 21px;
}
@media screen and (max-width: 660px) {
  .footer-bottom {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 24px;
  }
}
.footer-bottom .footer-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 128px;
  margin-right: 40px;
}
@media screen and (max-width: 660px) {
  .footer-bottom .footer-logo {
    margin: 0 auto;
  }
}
.footer-bottom .copyright {
  margin: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 660px) {
  .footer-bottom .copyright {
    margin-bottom: 7px;
    font-size: 1.1rem;
  }
}
.footer-bottom .pagetop {
  margin: 0 0 0 auto;
  font-size: 1.4rem;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 660px) {
  .footer-bottom .pagetop {
    margin: 0 auto 14px;
    font-size: 1.3rem;
  }
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
/*------------------------------------------------------------
 * ページタイトルセクション
------------------------------------------------------------*/
.c-section-page-hero {
  position: relative;
  z-index: 0;
  padding-top: 52px;
  color: #fff;
}
@media screen and (max-width: 660px) {
  .c-section-page-hero {
    padding-top: 22px;
  }
}
.c-section-page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: 770px;
  height: 100%;
  background-color: #003f98;
  mix-blend-mode: multiply;
}
.c-section-page-hero.-sub {
  padding-top: 32px;
}
@media screen and (max-width: 660px) {
  .c-section-page-hero.-sub {
    padding-top: 22px;
  }
}
.c-section-page-hero.-sub::before {
  max-width: 920px;
}
.c-section-page-hero.-sub .cmn70_breadcrumb {
  max-width: 920px;
}/*======================================================================
* sidebar
======================================================================*/
.side-content .dnd-section {
  padding: 0;
}

.c-side-title {
  background-color: #ececec;
  margin: 0;
  padding: 20px;
  font-weight: 700;
  font-size: 1.8rem;
}

.c-side-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.334;
}
.c-side-menu li a {
  color: #333;
  text-decoration: none;
}
.c-side-menu li a:hover {
  opacity: 1;
}
.c-side-menu li ul {
  display: none;
  padding: 0 20px 0 30px;
}
.c-side-menu li ul li {
  position: relative;
  padding-left: 5px;
}
.c-side-menu li ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(0.667em - 3px);
  left: -10px;
  width: 6px;
  height: 6px;
  background-color: #3041b4;
}
.c-side-menu .hs-menu-depth-1 > a {
  display: block;
  padding: 20px;
  border-bottom: 1px dotted #ccc;
  -webkit-transition: background-color 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s, color 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94);
  transition: background-color 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s, color 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94);
}
@media screen and (max-width: 1200px) and (min-width: 661px) {
  .c-side-menu .hs-menu-depth-1 > a {
    padding: 10px 30px 10px 20px;
  }
}
.c-side-menu .hs-menu-depth-1 > a:hover {
  background-color: #5967c3;
  color: #fff;
}
.c-side-menu .hs-menu-depth-1.active > a {
  border-bottom: none;
  background-color: #3041b4;
  color: #fff;
}
.c-side-menu .hs-menu-depth-1.hs-item-has-children > a {
  position: relative;
  background-color: transparent;
  color: #333;
  padding-right: 30px;
}
.c-side-menu .hs-menu-depth-1.hs-item-has-children > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 10px;
  height: 6px;
  background: url(https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/aichi/aichi2023/assets/images/common/side-bottom-arrow.png);
  background-size: contain;
  margin-top: -3px;
}
.c-side-menu .hs-menu-depth-1.hs-item-has-children > a:hover {
  background-color: transparent;
  color: #333;
}
.c-side-menu .hs-menu-depth-1.hs-item-has-children.-js-open > a {
  border-bottom-color: transparent;
}
.c-side-menu .hs-menu-depth-1.hs-item-has-children.-js-open > a::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.c-side-menu .hs-menu-depth-2 {
  margin-bottom: 10px;
}
.c-side-menu .hs-menu-depth-2 a:hover {
  text-decoration: underline;
}
.c-side-menu .hs-menu-depth-2.active > ul {
  display: block;
  padding: 10px 0 0 15px;
}
.c-side-menu .hs-menu-depth-3 {
  margin-bottom: 10px;
  padding-left: 9px;
}
.c-side-menu .hs-menu-depth-3::before {
  width: 10px;
  height: 2px;
  top: calc(0.667em - 1px);
}/*======================================================================
* tab
======================================================================*/
.c-tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0;
  list-style: none;
}
.c-tab-menu li {
  width: 100%;
  min-width: 0;
}
.c-tab-menu li:first-child > * {
  border-left: 1px solid #f7f7f7;
}
.c-tab-menu li.-current, .c-tab-menu li.-js-current {
  position: relative;
}
.c-tab-menu li.-current::after, .c-tab-menu li.-js-current::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #3041b4 transparent transparent transparent;
}
.c-tab-menu li.-current > *, .c-tab-menu li.-js-current > * {
  border-color: #3041b4;
  background-color: #3041b4;
  color: #fff;
}
.c-tab-menu li > * {
  display: block;
  line-height: 48px;
  border-top: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: 1px solid #3041b4;
  color: #000;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .c-tab-menu li > * {
    font-size: 1.3rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 660px) {
  .c-tab-menu li > * {
    font-size: 1rem;
  }
}
.c-tab-menu li > *:hover {
  opacity: 1;
  border-color: #3041b4;
  background-color: #3041b4;
  color: #fff;
}@charset "UTF-8";
/*======================================================================
 * 記事一覧
======================================================================*/
/*------------------------------------------------------------
 * テキストのみの記事一覧
------------------------------------------------------------*/
.c-index-list .item:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}
.c-index-list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 10px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
@media screen and (max-width: 660px) {
  .c-index-list .item a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
  }
}
.c-index-list .item a:hover {
  opacity: 1;
  background-color: #cfd1f1;
}
.c-index-list .date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 6rem;
  font-style: italic;
  font-size: 1.2rem;
  color: #333;
}
.c-index-list .cate {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  min-width: 10.5rem;
  padding: 3px 10px;
  margin-right: 1.5rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2;
}
.c-index-list .cate.ir {
  background-color: #7e6dc5;
}
.c-index-list .cate.press {
  background-color: #3041b4;
}
.c-index-list .cate.product {
  background-color: #c97181;
}
.c-index-list .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  color: #333;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 660px) {
  .c-index-list .text {
    width: 100%;
  }
}
.c-index-list.-ir .item {
  border-bottom: 1px dotted #ccc;
}
.c-index-list.-ir .item a {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-index-list.-ir .date {
  width: 12rem;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 660px) {
  .c-index-list.-ir .date {
    width: 11.8rem;
  }
}
.c-index-list.-ir .text {
  color: #303fb2;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: underline;
}@charset "UTF-8";
/*------------------------------------------------------------
 * responsive
------------------------------------------------------------*/
@media screen and (min-width: 661px) {
  /* PC/SP表示切替 */
  .u-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: 660px) {
  /* PC/SP表示切替 */
  .u-pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
 * margin
 * カスタムモジュールの共通余白設定用
------------------------------------------------------------*/
.u-mt-none {
  margin-top: 0;
}
.u-mt-small {
  margin-top: 20px;
}
.u-mt-default {
  margin-top: 40px;
}
.u-mt-large {
  margin-top: 60px;
}

.u-mb-none {
  margin-bottom: 0;
}
.u-mb-small {
  margin-bottom: 20px;
}
.u-mb-default {
  margin-bottom: 40px;
}
.u-mb-large {
  margin-bottom: 60px;
}

/*------------------------------------------------------------
 * 画像
------------------------------------------------------------*/
.u-ofi {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.u-ofi.-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

/*------------------------------------------------------------
 * サイト内共通 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;
}

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

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

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

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}