/*======================================================================
 * 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;
}@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-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 {
  box-sizing: border-box;
  position: relative;
}

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

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  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;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  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;
}

/**
 * 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;
  box-sizing: border-box;
}

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

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: 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;
  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: flex;
  align-items: center;
  opacity: 0.8;
  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: flex;
  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;
  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;
  transform: rotate(-135deg);
}

.vbox-next span {
  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: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

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

.vbox-child {
  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;
  -o-user-select: none;
  user-select: none;
  display: block;
}

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

.vbox-grab .vbox-child img {
  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 {
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  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%;
  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;
  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);
  animation: sk-plane 1.2s infinite ease-in-out;
}

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

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  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%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    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;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes sk-flow {
  0%, 80%, 100% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  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%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

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

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    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%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes sk-circle {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    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%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes sk-circle-fade {
  0%, 39%, 100% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 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;
  animation: sk-grid 1.3s infinite ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  90%, 100% {
    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);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

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

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

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

.vbox-overlay .vbox-container {
  padding: 10px 0;
}
.vbox-overlay .vbox-close {
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #4254b8;
  opacity: 1;
}
@media screen and (max-width: 660px) {
  .vbox-overlay .vbox-close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
}
.vbox-overlay .vbox-close::before, .vbox-overlay .vbox-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 34px;
  background-color: #fff;
  margin: -2px 0 0 -17px;
}
@media screen and (max-width: 660px) {
  .vbox-overlay .vbox-close::before, .vbox-overlay .vbox-close::after {
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
  }
}
.vbox-overlay .vbox-close::before {
  transform: rotate(45deg);
}
.vbox-overlay .vbox-close::after {
  transform: rotate(135deg);
}
.vbox-overlay .vbox-close svg {
  display: none;
}
.vbox-overlay .vbox-close:hover {
  opacity: 0.7;
}
.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 #4254b8;
  border-right: 4px solid #4254b8;
  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 {
  transform: rotate(-135deg);
  margin-left: -6px;
}
@media screen and (max-width: 660px) {
  .vbox-overlay .vbox-next {
    right: 0;
  }
}
.vbox-overlay .vbox-next::before {
  transform: rotate(45deg);
  margin-left: -16px;
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*//*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
html {
  font-size: 10px;
}
@media screen and (max-width: 360px) {
  html {
    font-size: 2.7vw;
  }
}

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

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

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

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

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

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;
}
h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
  margin-top: 0;
}

h3 {
  font-size: 1.8rem;
}

table {
  border-top: 1px solid #ccc;
  border-collapse: collapse;
}
table th, table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}@charset "UTF-8";
/*======================================================================
 * デフォルトモジュール
======================================================================*/
.hs_cos_wrapper_type_rich_text {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.hs_cos_wrapper_type_rich_text:after {
  content: "";
  display: block;
  clear: both;
}
.hs_cos_wrapper_type_rich_text ul, .hs_cos_wrapper_type_rich_text ol {
  padding-left: 1.5em;
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 60px 20px;
}
.dnd-section > .row-fluid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 660px) {
  .row-fluid {
    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カラム
======================================================================*/
.col2-container {
  padding-bottom: 40px;
}
@media screen and (min-width: 661px) {
  .col2-container {
    display: flex;
  }
}
.col2-container.adjust-width {
  max-width: 1210px;
}
@media screen and (min-width: 661px) {
  .col2-container.adjust-width {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 661px) {
  .col2-container .main-content {
    flex: 1 1 auto;
    width: calc(100% - 200px);
    padding-right: 30px;
  }
}
@media screen and (min-width: 1199px) {
  .col2-container .main-content {
    padding-right: 50px;
  }
}
.col2-container .side-content {
  flex: 0 0 auto;
}
@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: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 660px) {
  .adjust-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * c-button
------------------------------------------------------------*/
.c-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 50px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 661px) {
  .c-button {
    font-size: 1.6rem;
  }
}
.c-button.-white {
  background-color: #fff;
  border: 2px solid #8d8d8d;
  font-style: italic;
  font-size: 1.5rem;
}
@media screen and (max-width: 660px) {
  .c-button.-white {
    font-size: 1.3rem;
  }
}
.c-button.-yellow {
  min-height: 50px;
  background-color: #e1b02f;
  color: #fff;
  font-size: 1.8rem;
}
.c-button.-blue {
  background-color: #3041b4;
  color: #fff;
}
.c-button:hover {
  opacity: 0.75;
}@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:not(:last-of-type) {
    margin-right: 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 {
  margin-left: 1rem;
  font-size: 0;
}
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::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::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;
  transform: rotate(135deg);
  z-index: 1;
  pointer-events: none;
}
form .hs-fieldtype-select .input select {
  -webkit-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;
  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: inline-flex;
  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: 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;
  transition: opacity 0.2s;
}
form input[type=submit]:hover {
  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: 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 {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
  }
}
.search-form dl dd {
  margin: 0;
  padding: 15px;
}
@media screen and (min-width: 661px) {
  .search-form dl dd {
    flex: 1 1 auto;
    border-right: 1px solid #ccc;
  }
}
.search-form .model-input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5%;
}
@media screen and (max-width: 660px) {
  .search-form .model-input-group {
    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: flex;
  align-items: 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: flex;
  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: flex;
  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;
  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;
  appearance: none;
}
.search-form .button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.search-form .button-group .btn {
  display: block;
  -webkit-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;
  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;
}/*======================================================================
 * Header
======================================================================*/
/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.c-header {
  padding: 0 20px;
  border-bottom: 2px solid #3041b4;
}
.c-header .header-inner {
  max-width: 1280px;
  padding: 0;
}
@media screen and (min-width: 661px) {
  .c-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 102px;
  }
}
.c-header a {
  text-decoration: none;
}
.c-header .header-logo {
  flex: 0 0 auto;
  width: 250px;
}
@media screen and (max-width: 1000px) {
  .c-header .header-logo {
    width: 150px;
  }
}
@media screen and (max-width: 660px) {
  .c-header .header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 64px;
    margin: 0 auto;
  }
}
.c-header .menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 64px;
  margin: 0;
  cursor: pointer;
}
@media screen and (min-width: 661px) {
  .c-header .menu-btn {
    display: none;
  }
}
.c-header .menu-btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 0;
  border-top: 4px solid #333;
  margin-left: -15px;
}
.c-header .menu-btn span:first-child {
  margin-top: -11px;
}
.c-header .menu-btn span:nth-child(2) {
  margin-top: -2px;
}
.c-header .menu-btn span:last-child {
  margin-top: 7px;
}
.c-header .menu-btn.-js-opened span:first-child {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.c-header .menu-btn.-js-opened span:nth-child(2) {
  opacity: 0;
}
.c-header .menu-btn.-js-opened span:last-child {
  margin-top: -2px;
  transform: rotate(45deg);
}
@media screen and (min-width: 661px) {
  .c-header .global-nav {
    display: flex;
    flex-direction: column-reverse;
    gap: 14px;
  }
}
@media screen and (max-width: 660px) {
  .c-header .global-nav {
    display: none;
    width: 100%;
    border-top: 1px solid #ccc;
    overflow: hidden;
  }
}
.c-header .header-main-menu .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-header .header-main-menu .hs-menu-wrapper > ul {
  font-size: 1.3rem;
}
@media screen and (min-width: 661px) {
  .c-header .header-main-menu .hs-menu-wrapper > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
    font-weight: bold;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 661px) {
  .c-header .header-main-menu .hs-menu-wrapper > ul {
    column-gap: 10px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 660px) {
  .c-header .header-main-menu .hs-menu-depth-1 {
    padding: 10px 0;
    border-bottom: 1px solid #f7f7f7;
  }
}
.c-header .header-main-menu .hs-menu-depth-1 a {
  display: block;
  border-bottom: 2px solid transparent;
  color: #000;
}
.c-header .header-main-menu .hs-menu-depth-1 a:hover {
  border-color: #3041b4;
}
.c-header .sub-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 16px;
}
@media screen and (min-width: 661px) {
  .c-header .sub-menu {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 660px) {
  .c-header .sub-menu {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.c-header .howto {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #3041b4;
  font-weight: bold;
  font-size: 1.2rem;
}
.c-header .howto a {
  color: #3041b4;
  text-decoration: none;
}
.c-header .header-button-group {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: center;
}
@media screen and (max-width: 660px) {
  .c-header .header-button-group {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 660px) {
  .c-header .header-button-group > * {
    width: calc(50% - 9px);
  }
}
.c-header .header-button-group a {
  display: inline-block;
  padding: 6px 25px;
  background-color: #3041b4;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 660px) {
  .c-header .header-button-group a {
    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);
  transition: opacity 0.3s, visibility 0.3s;
}
.c-header .cover.-js-opened {
  opacity: 1;
  visibility: visible;
}/*======================================================================
 * footer
======================================================================*/
.c-footer {
  border-top: 4px solid #ccc;
}
.c-footer .pagetop {
  position: fixed;
  bottom: -40px;
  right: 20px;
  z-index: 90;
  margin: 0;
  cursor: pointer;
  transition: all 0.2s;
}
@media screen and (max-width: 660px) {
  .c-footer .pagetop {
    right: 5px;
  }
}
.c-footer .pagetop.-js-active {
  bottom: 20px;
}
.c-footer a {
  color: inherit;
}
.c-footer .footer-banners {
  padding: 10px;
}
.c-footer .footer-main {
  padding: 30px 0;
  border-top: 5px solid #f7f7f7;
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 660px) {
  .c-footer .footer-main {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.c-footer .footer-main-menu {
  max-width: 1280px;
  padding: 0 20px;
}
.c-footer .copyright {
  padding: 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
/*------------------------------------------------------------
 * home-support
------------------------------------------------------------*/
.c-section-home-support .row-fluid-wrapper .row-fluid {
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .c-section-home-support .row-fluid-wrapper .row-fluid {
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .c-section-home-support .row-fluid-wrapper .row-fluid {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .c-section-home-support .row-fluid-wrapper .row-fluid [class*=span] {
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  .c-section-home-support .row-fluid-wrapper .row-fluid [class*=span] {
    width: 100%;
  }
}
.c-section-home-support h2 {
  text-align: center;
  font-size: 2rem;
}/*======================================================================
* sidebar
======================================================================*/
.c-side-title {
  margin: 0;
  padding: 20px;
  background-color: #3041b4;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.12;
}
@media screen and (max-width: 1200px) and (min-width: 661px) {
  .c-side-title {
    font-size: 1.5rem;
  }
}

.c-side-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-side-menu li a {
  display: flex;
  align-items: center;
  background-color: #ececec;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.25;
  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 li a {
    font-size: 1.6rem;
  }
}
.c-side-menu li a:hover {
  opacity: 1;
  background-color: #dce0f6;
}
.c-side-menu li ul li a {
  min-height: 40px;
}
.c-side-menu .hs-menu-depth-1 > a {
  position: relative;
  min-height: 60px;
  padding: 6px 20px 6px 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) and (min-width: 661px) {
  .c-side-menu .hs-menu-depth-1 > a {
    min-height: 50px;
    font-size: 1.5rem;
  }
}
.c-side-menu .hs-menu-depth-1 > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #3041B4;
}
.c-side-menu .hs-menu-depth-1.active > a {
  background-color: #dce0f6;
}
.c-side-menu .hs-menu-children-wrapper {
  background-color: #dfdfdf;
  padding-left: 20px;
}
.c-side-menu .hs-menu-children-wrapper a {
  background-color: #dfdfdf;
}@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: 30px;
}
.u-mt-large {
  margin-top: 60px;
}

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

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

.u-pdf {
  display: inline-block;
}
.u-pdf::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 0.3em;
  background: url(https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/aichi/kensyu2024/assets/images/common/pdf-icon.png) no-repeat center center;
  background-size: contain;
}

/*------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------*/
.-js-slide-toggle-trig, [data-tab-target], [data-tab-switch] {
  -webkit-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 {
  animation: fade-in 0.25s ease-out;
  display: block;
}

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