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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}@-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;
}

/*! 
 * OverlayScrollbars
 * Version: 2.1.1
 * 
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 * 
 * Released under the MIT license.
 */
.os-size-observer,
.os-size-observer-listener {
  direction: inherit;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  position: absolute;
  left: 0;
  top: 0;
}

.os-size-observer {
  z-index: -1;
  contain: strict;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: inherit;
  border: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: -133px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

.os-size-observer::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 10px;
  width: 10px;
  height: 10px;
}

.os-size-observer-appear {
  -webkit-animation: os-size-observer-appear-animation 1ms forwards;
  animation: os-size-observer-appear-animation 1ms forwards;
}

.os-size-observer-listener {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: inherit;
  border: inherit;
  margin: -133px;
  -webkit-transform: scale(10);
  transform: scale(10);
}

.os-size-observer-listener.ltr {
  margin-right: -266px;
  margin-left: 0;
}

.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}

.os-size-observer-listener:empty::before {
  content: "";
  width: 100%;
  height: 100%;
}

.os-size-observer-listener:empty::before, .os-size-observer-listener > .os-size-observer-listener-item {
  display: block;
  position: relative;
  padding: inherit;
  border: inherit;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.os-size-observer-listener-scroll {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-size-observer-listener-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.os-size-observer-listener-item-final {
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes os-size-observer-appear-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}

@keyframes os-size-observer-appear-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-trinsic-observer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 0px;
  max-height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: -1;
  height: 0;
  top: calc(100% + 1px);
  contain: strict;
}

.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}

.os-trinsic-observer:not(:empty) > .os-size-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

/**
 * environment setup 
 */
.os-environment {
  --os-custom-prop: -1;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  height: 200px;
  width: 200px;
  z-index: var(--os-custom-prop);
}

.os-environment div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.os-environment.os-environment-flexbox-glue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: auto;
  width: auto;
  min-height: 200px;
  min-width: 200px;
}

.os-environment.os-environment-flexbox-glue div {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}

.os-environment.os-environment-flexbox-glue-max {
  max-height: 200px;
}

.os-environment.os-environment-flexbox-glue-max div {
  overflow: visible;
}

.os-environment.os-environment-flexbox-glue-max div::before {
  content: "";
  display: block;
  height: 999px;
  width: 999px;
}

/**
 * hide native scrollbars
 */
.os-environment,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

[data-overlayscrollbars-initialize],
[data-overlayscrollbars~=scrollbarHidden],
.os-viewport-scrollbar-hidden.os-environment,
.os-viewport-scrollbar-hidden.os-viewport {
  scrollbar-width: none !important;
}

[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar-corner,
.os-viewport-scrollbar-hidden.os-environment::-webkit-scrollbar,
.os-viewport-scrollbar-hidden.os-environment::-webkit-scrollbar-corner,
.os-viewport-scrollbar-hidden.os-viewport::-webkit-scrollbar,
.os-viewport-scrollbar-hidden.os-viewport::-webkit-scrollbar-corner {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/**
 * elements wont suddenly crop after initialization is done
 */
[data-overlayscrollbars-initialize] {
  overflow: auto;
}

/**
 * applied to body 
 */
html[data-overlayscrollbars],
html.os-viewport-scrollbar-hidden,
html.os-viewport-scrollbar-hidden > body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  height: 100%;
}

html[data-overlayscrollbars] > body {
  overflow: visible;
}

/**
 * structure setup 
 */
[data-overlayscrollbars~=host] {
  position: relative;
}

[data-overlayscrollbars~=host],
.os-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.os-padding,
.os-viewport {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  position: relative;
  -webkit-box-flex: 1 !important;
  -ms-flex: auto !important;
  flex: auto !important;
  height: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 0;
}

.os-viewport {
  --os-vaw: 0;
  --os-vah: 0;
}

.os-viewport.os-viewport-arrange::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  min-width: 1px;
  min-height: 1px;
  width: var(--os-vaw);
  height: var(--os-vah);
}

[data-overlayscrollbars~=host],
[data-overlayscrollbars~=viewport] {
  overflow: hidden;
}

[data-overlayscrollbars~=overflowVisible] {
  overflow: visible;
}

[data-overlayscrollbars-overflow-x=hidden] {
  overflow-x: hidden;
}

[data-overlayscrollbars-overflow-x=scroll] {
  overflow-x: scroll;
}

[data-overlayscrollbars-overflow-x=hidden] {
  overflow-y: hidden;
}

[data-overlayscrollbars-overflow-y=scroll] {
  overflow-y: scroll;
}

.os-padding,
.os-viewport {
  overflow: hidden;
}

.os-overflow-visible {
  overflow: visible;
}

.os-content {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * optional & experimental grid mode
 */
[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] .os-padding {
  display: grid;
  grid-template: 1fr/1fr;
}

[data-overlayscrollbars-grid] > .os-padding,
[data-overlayscrollbars-grid] > .os-viewport,
[data-overlayscrollbars-grid] > .os-padding > .os-viewport {
  height: auto !important;
  width: auto !important;
}

.os-scrollbar {
  contain: size layout;
  contain: size layout style;
  -webkit-transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
  transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

body > .os-scrollbar {
  position: fixed;
  z-index: 99999;
}

.os-scrollbar-transitionless {
  -webkit-transition: none;
  transition: none;
}

.os-scrollbar-track {
  position: relative;
  direction: ltr !important;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  position: absolute;
}

.os-scrollbar-track,
.os-scrollbar-handle {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle {
  pointer-events: auto;
  -ms-touch-action: none;
  touch-action: none;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-scrollbar-visible,
.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-auto-hidden {
  opacity: 0;
  visibility: hidden;
}

.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
  pointer-events: none !important;
}

.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: 0;
}

.os-scrollbar-vertical .os-scrollbar-handle {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
  right: auto;
  left: 0;
}

.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
  left: 0;
  right: 0;
}

.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  top: 0;
  bottom: 0;
}

.os-scrollbar {
  --os-size: 0;
  --os-padding-perpendicular: 0;
  --os-padding-axis: 0;
  --os-track-border-radius: 0;
  --os-track-bg: none;
  --os-track-bg-hover: none;
  --os-track-bg-active: none;
  --os-track-border: none;
  --os-track-border-hover: none;
  --os-track-border-active: none;
  --os-handle-border-radius: 0;
  --os-handle-bg: none;
  --os-handle-bg-hover: none;
  --os-handle-bg-active: none;
  --os-handle-border: none;
  --os-handle-border-hover: none;
  --os-handle-border-active: none;
  --os-handle-min-size: 33px;
  --os-handle-max-size: none;
  --os-handle-perpendicular-size: 100%;
  --os-handle-perpendicular-size-hover: 100%;
  --os-handle-perpendicular-size-active: 100%;
  --os-handle-interactive-area-offset: 0;
}

.os-scrollbar .os-scrollbar-track {
  border: var(--os-track-border);
  border-radius: var(--os-track-border-radius);
  background: var(--os-track-bg);
  -webkit-transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}

.os-scrollbar .os-scrollbar-track:hover {
  border: var(--os-track-border-hover);
  background: var(--os-track-bg-hover);
}

.os-scrollbar .os-scrollbar-track:active {
  border: var(--os-track-border-active);
  background: var(--os-track-bg-active);
}

.os-scrollbar .os-scrollbar-handle {
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
  background: var(--os-handle-bg);
}

.os-scrollbar .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-scrollbar .os-scrollbar-handle:hover {
  border: var(--os-handle-border-hover);
  background: var(--os-handle-bg-hover);
}

.os-scrollbar .os-scrollbar-handle:active {
  border: var(--os-handle-border-active);
  background: var(--os-handle-bg-active);
}

.os-scrollbar-horizontal {
  padding: var(--os-padding-perpendicular) var(--os-padding-axis);
  right: var(--os-size);
  height: var(--os-size);
}

.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: var(--os-size);
  right: 0;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: var(--os-handle-min-size);
  max-width: var(--os-handle-max-size);
  height: var(--os-handle-perpendicular-size);
  -webkit-transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
}

.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-horizontal:hover .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-horizontal:active .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-active);
}

.os-scrollbar-vertical {
  padding: var(--os-padding-axis) var(--os-padding-perpendicular);
  bottom: var(--os-size);
  width: var(--os-size);
}

.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: var(--os-handle-min-size);
  max-height: var(--os-handle-max-size);
  width: var(--os-handle-perpendicular-size);
  -webkit-transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
}

.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  left: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical:hover .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-vertical:active .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-active);
}

/* NONE THEME: */
[data-overlayscrollbars~=updating] > .os-scrollbar,
.os-theme-none.os-scrollbar {
  display: none !important;
}

/* DARK & LIGHT THEME: */
.os-theme-dark,
.os-theme-light {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  --os-size: 10px;
  --os-padding-perpendicular: 2px;
  --os-padding-axis: 2px;
  --os-track-border-radius: 10px;
  --os-handle-interactive-area-offset: 4px;
  --os-handle-border-radius: 10px;
}

.os-theme-dark {
  --os-handle-bg: rgba(0, 0, 0, 0.44);
  --os-handle-bg-hover: rgba(0, 0, 0, 0.55);
  --os-handle-bg-active: rgba(0, 0, 0, 0.66);
}

.os-theme-light {
  --os-handle-bg: rgba(255, 255, 255, 0.44);
  --os-handle-bg-hover: rgba(255, 255, 255, 0.55);
  --os-handle-bg-active: rgba(255, 255, 255, 0.66);
}

.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-handle, .os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-handle {
  border-radius: 10px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-track, .os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-track {
  border-radius: 10px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-handle, .os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-handle {
  border-radius: 10px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal, .os-no-css-vars.os-theme-light.os-scrollbar-horizontal {
  padding: 2px 2px;
  right: 10px;
  height: 10px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal.os-scrollbar-rtl, .os-no-css-vars.os-theme-light.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: 10px;
  right: 0;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle, .os-no-css-vars.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: 33px;
  max-width: none;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle:before, .os-no-css-vars.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-vertical, .os-no-css-vars.os-theme-light.os-scrollbar-vertical {
  padding: 2px 2px;
  bottom: 10px;
  width: 10px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle, .os-no-css-vars.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: 33px;
  max-height: none;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle:before, .os-no-css-vars.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before, .os-no-css-vars.os-theme-light.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

.os-no-css-vars.os-theme-dark .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.44);
}

.os-no-css-vars.os-theme-dark:hover .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-no-css-vars.os-theme-dark:active .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.66);
}

.os-no-css-vars.os-theme-light .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.44);
}

.os-no-css-vars.os-theme-light:hover .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-no-css-vars.os-theme-light:active .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.66);
}

.modal {
  display: none;
}
.modal[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal .modal-container, .modal .modal-overlay {
  will-change: transform;
}

.modal.is-open {
  display: block;
}

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

.modal-container {
  background-color: #fff;
  padding: 40px 30px 60px 30px;
  width: 100%;
  max-width: 790px;
  max-height: calc(100vh - 40px);
  border-radius: 20px;
  overflow-y: auto;
}

/**************************\
  modal Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*/@charset "UTF-8";
/*======================================================================
 * デフォルトのモジュール
======================================================================*/
.widget-type-rich_text ul, .widget-type-rich_text ol {
  padding-left: 1.5em;
}
.widget-type-rich_text a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.widget-type-rich_text a:hover {
  opacity: 1;
  color: #5FCAC0;
}
.widget-type-rich_text h1 {
  font-size: 3.2rem;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
.widget-type-rich_text h1 small {
  font-size: 2rem;
  font-weight: normal;
}@charset "UTF-8";
/*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

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

input, select {
  vertical-align: middle;
}

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

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

html {
  font-size: 10px;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  html {
    font-size: 0.82vw;
    font-size: clamp(8px, 0.82vw, 10px);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif; 
  color: #171717; 
  line-height: 1.875;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
}
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
}

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

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

/*------------------------------------------------------------
 * 余白
------------------------------------------------------------*/
._mt-small {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  ._mt-small {
    margin-top: 24px;
  }
}
._mt-default {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  ._mt-default {
    margin-top: 30px;
  }
}
._mt-large {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  ._mt-large {
    margin-top: 40px;
  }
}

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

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

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

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

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

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}/*------------------------------------------------------------
 * font icon
------------------------------------------------------------*/
@font-face {
  font-family: "solotimep";
  src: url("https://22693748.fs1.hubspotusercontent-na2.net/hubfs/22693748/raw_assets/public/solotimep2023/assets/fonts/solotimep/solotimep.ttf") format("truetype"), url("https://22693748.fs1.hubspotusercontent-na2.net/hubfs/22693748/raw_assets/public/solotimep2023/assets/fonts/solotimep/solotimep.woff") format("woff"), url("https://22693748.fs1.hubspotusercontent-na2.net/hubfs/22693748/raw_assets/public/solotimep2023/assets/fonts/solotimep/solotimep.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "solotimep" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

/*------------------------------------------------------------
 * font family
------------------------------------------------------------*/
.ff-en {
  font-family: "Roboto", sans-serif; 
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 100px 24px;
}
@media screen and (max-width: 768px) {
  .dnd-section {
    padding-top: 50px;
    padding-bottom: 68px;
  }
}
.dnd-section > .row-fluid {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
.l-button {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 50px;
  padding: 1rem 4rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
@media screen and (max-width: 768px) {
  .l-button {
    width: 100%;
    font-size: 1.6rem;
  }
}
.l-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #171717;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-button.-icon-right .icon {
  right: 1.5rem;
}
.l-button.-icon-left .icon {
  left: 1.5rem;
}
.l-button.-icon-left .icon-arrow {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.l-button .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1;
}
.l-button.-grad {
  background: linear-gradient(135deg, rgb(95, 202, 192) 0%, rgb(70, 112, 160) 100%);
  color: #fff;
}
.l-button.-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.l-button.-black {
  background: #171717;
  border: 1px solid #171717;
  color: #fff;
}
.l-button:hover {
  opacity: 1;
  border-color: #171717;
  color: #fff;
}
.l-button:hover::before {
  opacity: 1;
}
.l-button.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}/*======================================================================
 * hs form
======================================================================*/
.hs-form fieldset {
  max-width: 100% !important;
  padding: 0;
}
.hs-form fieldset a {
  color: #5FCAC0;
}
.hs-form fieldset a:hover {
  text-decoration: none;
}
.hs-form fieldset:first-child .hs-richtext {
  margin-bottom: 8.5rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .hs-form fieldset:first-child .hs-richtext {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 541px) {
  .hs-form .form-columns-2 .hs-form-field {
    width: 50%;
    float: left;
  }
  .hs-form .form-columns-2 .hs-form-field:first-child {
    padding-right: 1.5rem;
  }
  .hs-form .form-columns-2 .hs-form-field:last-child {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .hs-form .form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
}
.hs-form .hs-form-field {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-form-field {
    margin-bottom: 2.4rem;
  }
}
.hs-form .hs-form-field > label {
  display: block;
  margin-bottom: 0.2em;
}
.hs-form .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form .form-columns-0 .hs-richtext {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .hs-form .form-columns-0 .hs-richtext {
    margin-bottom: 2.4rem;
  }
}
.hs-form .hs-richtext {
  margin-bottom: 2rem;
}
.hs-form .inputs-list {
  padding: 0;
  list-style: none;
}
.hs-form .hs-form-required {
  color: #F82626;
}
.hs-form .hs-error-msgs {
  color: #F82626;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-error-msgs {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}
.hs-form .hs-field-desc {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #848383;
}
.hs-form .hs-fieldtype-select .hs-input, .hs-form .hs-fieldtype-date .hs-input, .hs-form .hs-fieldtype-phonenumber .hs-input, .hs-form .hs-fieldtype-number .hs-input, .hs-form .hs-fieldtype-textarea .hs-input, .hs-form .hs-fieldtype-text .hs-input {
  display: block;
  width: 100% !important;
  outline: none;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
  padding: 0.888em 1.3em;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-select .hs-input, .hs-form .hs-fieldtype-date .hs-input, .hs-form .hs-fieldtype-phonenumber .hs-input, .hs-form .hs-fieldtype-number .hs-input, .hs-form .hs-fieldtype-textarea .hs-input, .hs-form .hs-fieldtype-text .hs-input {
    padding: 0.6em 1em;
  }
}
.hs-form .hs-fieldtype-select .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-date .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-number .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-text .hs-input::-webkit-input-placeholder {
  color: #ccc;
}
.hs-form .hs-fieldtype-select .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-date .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-number .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-text .hs-input::-moz-placeholder {
  color: #ccc;
}
.hs-form .hs-fieldtype-select .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-date .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-number .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-text .hs-input:-ms-input-placeholder {
  color: #ccc;
}
.hs-form .hs-fieldtype-select .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-date .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-number .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-text .hs-input::-ms-input-placeholder {
  color: #ccc;
}
.hs-form .hs-fieldtype-select .hs-input::placeholder, .hs-form .hs-fieldtype-date .hs-input::placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::placeholder, .hs-form .hs-fieldtype-number .hs-input::placeholder, .hs-form .hs-fieldtype-textarea .hs-input::placeholder, .hs-form .hs-fieldtype-text .hs-input::placeholder {
  color: #ccc;
}
.hs-form .hs-fieldtype-select .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-select .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::-moz-placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-select .hs-input:focus:-ms-input-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus:-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus:-ms-input-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus:-ms-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus:-ms-input-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus:-ms-input-placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-select .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::-ms-input-placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-select .hs-input:focus::placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-textarea .hs-input {
  min-height: 18rem;
}
.hs-form .hs-fieldtype-select .input {
  position: relative;
}
.hs-form .hs-fieldtype-select .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  margin-top: -0.9rem;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
  pointer-events: none;
}
.hs-form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 4rem;
  cursor: pointer;
}
.hs-form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input, .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span, .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 3.2rem;
  line-height: 1.5;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::before, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before, .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::after, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::before, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before {
  left: 0;
  top: 0.1rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  background-color: #fff;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after, .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::after, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after {
  left: 0.5rem;
  top: 0.7rem;
  width: 1.2rem;
  height: 0.7rem;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input:checked + span:after, .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input:checked + span:after, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked + span:after {
  opacity: 1;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
  display: inline-block;
  cursor: pointer;
}
.hs-form .hs-fieldtype-checkbox .multi-container li {
  line-height: 1;
}
.hs-form .hs-fieldtype-checkbox .multi-container li:not(:last-child) {
  margin-bottom: 1rem;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display {
  display: inline-block;
  cursor: pointer;
}
.hs-form .hs-fieldtype-radio .multi-container li {
  line-height: 1;
}
.hs-form .hs-fieldtype-radio .multi-container li:not(:last-child) {
  margin-bottom: 1rem;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display {
  display: inline-block;
  cursor: pointer;
}
.hs-form .legal-consent-container {
  text-align: center;
}
.hs-form .hs-recaptcha .grecaptcha-badge {
  margin: 0 auto;
}
.hs-form .hs-submit {
  position: relative;
  width: 100%;
  max-width: 635px;
  margin: 6.8rem auto 0;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-submit {
    margin-top: 2rem;
  }
}
.hs-form .hs-submit::after {
  content: "\e901";
  font-family: "solotimep";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.2rem;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-submit::after {
    font-size: 1.5rem;
  }
}
.hs-form .hs-button {
  display: block;
  width: 100%;
  height: 77px;
  margin: 0 auto;
  padding: 0.8em 5rem;
  outline: none;
  border: none;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(95, 202, 192)), to(rgb(70, 112, 160)));
  background: linear-gradient(to right, rgb(95, 202, 192) 0%, rgb(70, 112, 160) 100%);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-button {
    height: 60px;
    padding: 0.8em 4rem;
    font-size: 1.6rem;
  }
}
.hs-form .hs-button:hover {
  opacity: 0.6;
}

.submitted-message {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .submitted-message {
    font-size: 2rem;
  }
}
.submitted-message h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .submitted-message h2 {
    font-size: 2rem;
  }
}@charset "UTF-8";
/*======================================================================
 * スライダー
======================================================================*/
.slide-type01 .splide__arrow {
  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: 4.2rem;
  height: 4.2rem;
  margin-left: 1rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.slide-type01 .splide__arrow:hover {
  background-color: #171717;
  color: #fff;
}
.slide-type01 .splide__arrow:disabled {
  pointer-events: none;
}
.slide-type01 .splide__arrow--prev .icon-arrow {
  display: block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.slide-type01 .splide__pagination {
  margin-top: 45px;
  padding: 0;
}
.slide-type01 .splide__pagination li {
  margin: 0 1.1rem;
}
.slide-type01 .splide__pagination .splide__pagination__page {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #BFBFBF;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.slide-type01 .splide__pagination .splide__pagination__page.is-active {
  background-color: #5FCAC0;
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
@media screen and (max-width: 1000px) {
  body.-js-opened {
    overflow: hidden;
  }
}

.g-container {
  padding-top: 98px;
}
@media screen and (max-width: 1000px) {
  .g-container {
    padding-top: 60px;
  }
}

/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.-content-editing {
  padding-top: 0;
}
.-content-editing .g-header {
  position: relative;
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.g-header {
  position: fixed;
  top: 0;
  left: 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: 98px;
  padding: 0 2.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#5FCAC0), to(#4670A0));
  background: linear-gradient(to right, #5FCAC0 0%, #4670A0 100%);
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 1540px) {
  .g-header {
    padding-left: 3.6rem;
    padding-right: 3.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .g-header {
    height: 60px;
    padding: 0 0 0 1.5rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1001px) {
  .g-header ._pc-only {
    display: block;
  }
  .g-header ._sp-only {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .g-header ._pc-only {
    display: none;
  }
  .g-header ._sp-only {
    display: block;
  }
}
.g-header a {
  text-decoration: none;
  color: inherit;
}
.g-header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 1540px) {
  .g-header .header-logo {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .g-header .header-logo {
    font-size: 1rem;
  }
}
.g-header .header-logo .main {
  width: 18rem;
}
@media screen and (max-width: 1540px) and (min-width: 1001px) {
  .g-header .header-logo .main {
    width: 14rem;
  }
}
@media screen and (max-width: 1000px) {
  .g-header .header-logo .main {
    width: 85px;
  }
}
.g-header .header-logo .sub {
  margin-left: 2rem;
}
@media screen and (min-width: 1540px) {
  .g-header .header-logo .sub {
    margin-left: 4.6rem;
  }
  .g-header .header-logo .sub br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .g-header .header-logo .sub {
    margin-left: 1.2rem;
  }
}
.g-header .gnav-toggle {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.g-header .gnav-toggle.-js-opened i:nth-child(1) {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g-header .gnav-toggle.-js-opened i:nth-child(2) {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.g-header .gnav-toggle.-js-opened i:nth-child(3) {
  width: 25px;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.g-header .gnav-toggle i {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.g-header .gnav-toggle i:nth-child(1) {
  margin-top: -7px;
}
.g-header .gnav-toggle i:nth-child(2) {
  width: 19px;
  margin-top: -1px;
}
.g-header .gnav-toggle i:nth-child(3) {
  width: 12px;
  margin-top: 6px;
}
@media screen and (min-width: 1001px) {
  .g-header .gnav-toggle {
    display: none;
  }
}
.g-header .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .g-header .gnav {
    position: fixed;
    top: 60px;
    left: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 60px);
    padding: 4.5rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(95, 202, 192)), to(rgb(70, 112, 160)));
    background: linear-gradient(to bottom, rgb(95, 202, 192) 0%, rgb(70, 112, 160) 100%);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
  }
  .g-header .gnav.-js-opened {
    -webkit-transition: left 0.4s, opacity 0.3s, visibility 0.3s;
    transition: left 0.4s, opacity 0.3s, visibility 0.3s;
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .g-header .gnav.-js-closed {
    -webkit-transition: left 0.4s, opacity 0.3s 0.2s, visibility 0.3s;
    transition: left 0.4s, opacity 0.3s 0.2s, visibility 0.3s;
  }
  .g-header .gnav .header-button {
    width: calc(100% - 48px);
    margin: 0 auto 2.4rem;
  }
  .g-header .gnav .header-button a {
    position: relative;
    height: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
  .g-header .gnav .header-button a::after {
    content: "\e901";
    font-family: "solotimep";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    font-size: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .g-header .gnav .header-button a:hover {
    background-color: transparent;
  }
}
.g-header .main-menu {
  margin-right: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1540px) {
  .g-header .main-menu {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .g-header .main-menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-right: 0;
  }
}
.g-header .main-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;
}
@media screen and (max-width: 1000px) {
  .g-header .main-menu ul {
    display: block;
  }
}
.g-header .main-menu ul .hs-menu-depth-1 {
  margin-left: 1rem;
}
@media screen and (min-width: 1540px) {
  .g-header .main-menu ul .hs-menu-depth-1 {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 1000px) {
  .g-header .main-menu ul .hs-menu-depth-1 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .g-header .main-menu ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 6.5rem;
    padding: 1rem 4.8rem;
    font-size: 16px;
  }
  .g-header .main-menu ul a::after {
    content: "\e901";
    font-family: "solotimep";
    display: block;
    margin-left: 1rem;
    font-size: 1.5rem;
  }
}
.g-header .header-button {
  width: 14rem;
  margin-left: 1rem;
}
@media screen and (min-width: 1540px) {
  .g-header .header-button {
    width: 16.8rem;
    margin-left: 2.4rem;
  }
}
.g-header .header-button 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;
  height: 60px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #171717;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.g-header .header-button a i {
  display: block;
  font-size: 1.8rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1000px) {
  .g-header .header-button a i {
    display: none;
  }
}
.g-header .header-button a:hover {
  opacity: 1;
  background-color: #171717; 
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .g-header .header-button.-contact {
    width: 110px;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 374px) {
  .g-header .header-button.-contact {
    width: 11rem;
  }
}
@media screen and (max-width: 1000px) {
  .g-header .header-button.-contact a {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    text-align: center;
    border-radius: 0;
  }
}
.g-header .header-login {
  width: 5.6rem;
  margin-left: 2rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (min-width: 1540px) {
  .g-header .header-login {
    margin-left: 3.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .g-header .header-login {
    width: calc(100% - 48px);
    margin: 0 auto 1.6rem;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.g-header .header-login a {
  display: block;
}
@media screen and (max-width: 1000px) {
  .g-header .header-login a {
    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;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #fff;
  }
  .g-header .header-login a::after {
    content: "\e901";
    font-family: "solotimep";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    font-size: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.g-header .header-login img {
  display: block;
  width: 4.7rem;
  height: auto;
  margin: 0 auto 0.5rem;
}
@media screen and (max-width: 1000px) {
  .g-header .header-login img {
    width: 2.8rem;
    margin: 0 1.3rem 0 0;
  }
}
.g-header.-renew {
  height: 90px;
  padding-left: 3.4rem;
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .g-header.-renew {
    height: 60px;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .g-header.-renew .header-logo {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .g-header.-renew .header-logo {
    font-size: 1rem;
  }
}
.g-header.-renew .header-logo .main {
  width: 16.6rem;
}
@media screen and (max-width: 1540px) and (min-width: 1001px) {
  .g-header.-renew .header-logo .main {
    width: 14rem;
  }
}
@media screen and (max-width: 1000px) {
  .g-header.-renew .header-logo .main {
    width: 8.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .g-header.-renew .header-logo .sub {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 1000px) {
  .g-header.-renew .header-logo .sub {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .g-header.-renew .gnav {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) inset;
  }
}
.g-header.-renew .main-menu {
  font-size: 1.3rem;
}
@media screen and (min-width: 1540px) {
  .g-header.-renew .main-menu {
    font-size: 1.45rem;
  }
  .g-header.-renew .main-menu ul .hs-menu-depth-1 {
    margin-left: 4.4rem;
  }
}
@media screen and (min-width: 1540px) {
  .g-header.-renew .header-button {
    width: 15.4rem;
    margin-left: 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .g-header.-renew .header-button {
    width: calc(100% - 48px);
    margin: 0 auto 2.4rem;
  }
}
.g-header.-renew .header-button a {
  height: 56px;
  color: #FFF;
  font-size: 1.3rem;
  background: transparent;
  border: 1px solid #FFF;
}
@media screen and (max-width: 1000px) {
  .g-header.-renew .header-button a {
    height: 50px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    border-radius: 8px;
  }
  .g-header.-renew .header-button a i {
    display: block;
  }
}
.g-header.-renew .header-button a:hover {
  background: #171717;
  border-color: #171717;
}
.g-header.-renew .header-button a i {
  font-size: 2.3rem;
}
.g-header.-renew .header-login {
  width: 90px;
  height: 90px;
  margin-left: 25px;
  font-size: 1.1rem;
}
@media screen and (max-width: 1000px) {
  .g-header.-renew .header-login {
    width: 110px;
    height: 60px;
    font-size: 1.3rem;
    margin: 0;
  }
}
.g-header.-renew .header-login a {
  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;
  width: 100%;
  height: 100%;
  background: #FFF;
  color: #171717;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1000px) {
  .g-header.-renew .header-login a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 0;
    border: none;
  }
  .g-header.-renew .header-login a::after {
    content: none;
  }
}
.g-header.-renew .header-login a:hover {
  opacity: 1;
  color: #FFF;
  background: #171717;
}
.g-header.-renew .header-login a .icon {
  display: inline-block;
  width: 4.3rem;
  height: 4.3rem;
  margin: 0 auto 0.8rem;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("https://22693748.fs1.hubspotusercontent-na2.net/hubfs/22693748/raw_assets/public/solotimep2023/assets/images/common/icon-member.svg");
  mask-image: url("https://22693748.fs1.hubspotusercontent-na2.net/hubfs/22693748/raw_assets/public/solotimep2023/assets/images/common/icon-member.svg");
}
@media screen and (max-width: 1000px) {
  .g-header.-renew .header-login a .icon {
    width: 2.6rem;
    height: 2.6rem;
    margin: 0 0.8rem 0 0;
  }
}
.g-header.-renew .gnav-toggle {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}@charset "UTF-8";
/*======================================================================
 * footer
======================================================================*/
/*------------------------------------------------------------
 * footer上のctaエリア
------------------------------------------------------------*/
.g-footer-siteflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(https://22693748.fs1.hubspotusercontent-na2.net/hubfs/22693748/raw_assets/public/solotimep2023/assets/images/common/fotter-siteflow-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .g-footer-siteflow {
    background-image: url(https://22693748.fs1.hubspotusercontent-na2.net/hubfs/22693748/raw_assets/public/solotimep2023/assets/images/common/fotter-siteflow-bg-sp.jpg);
  }
}
@media screen and (max-width: 768px) {
  .g-footer-siteflow {
    display: block;
  }
}
.g-footer-siteflow .item {
  width: 100%;
  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: 276px;
  padding: 24px;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .g-footer-siteflow .item {
    height: auto;
    padding-top: 38px;
    padding-bottom: 38px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.g-footer-siteflow .item:last-child {
  border: none;
}
.g-footer-siteflow .item > * {
  display: block;
  width: 100%;
  max-width: 36rem;
}
.g-footer-siteflow .item a {
  min-height: 64px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .g-footer-siteflow .item a {
    min-height: 50px;
  }
}
.g-footer-siteflow .item a::after {
  content: "\e901";
  font-family: "solotimep";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*------------------------------------------------------------
 * footer main
------------------------------------------------------------*/
.g-footer {
  padding: 75px 24px 65px;
  background-color: #575656;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .g-footer {
    padding-top: 36px;
    padding-bottom: 48px;
  }
}
.g-footer .pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 90;
  width: 64px;
  height: 64px;
  margin: 0;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .g-footer .pagetop {
    display: none !important;
  }
}
.g-footer .pagetop .inner {
  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;
  height: 100%;
  background: #171717;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.g-footer .pagetop .icon {
  display: block;
  margin-bottom: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 15px;
}
.g-footer .pagetop:hover .inner {
  opacity: 0.6;
}
.g-footer a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-logo .main {
    width: 13.2rem;
    margin: 0 auto;
  }
}
.g-footer .footer-logo .sub {
  margin-top: 22px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-logo .sub {
    font-size: 1.6rem;
  }
}
.g-footer .footer-nav {
  margin: 45px 0;
}
.g-footer .footer-nav ul {
  padding: 0;
  list-style: none;
}
.g-footer .footer-nav ul li {
  display: inline-block;
  margin: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-nav ul li {
    display: block;
    margin: 2.5rem 0 0;
  }
}
.g-footer .copyright {
  font-size: 1.4rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .g-footer .copyright {
    font-size: 1.2rem;
    text-align: left;
  }
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
.sec-radius {
  letter-spacing: 0.03em;
}
.sec-radius .dnd-column, .sec-radius .dnd-row {
  border-radius: 8px;
}/*======================================================================
* pager
======================================================================*/
.l-pagination {
  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;
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-pagination {
    margin-top: 40px;
  }
}
.l-pagination .number {
  margin: 0 0.1rem;
}
.l-pagination .number-link {
  display: inline-block;
  margin: 0 1.3rem;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #CECECE;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-pagination .number-link {
    margin: 0 1rem;
    font-size: 1.6rem;
  }
}
.l-pagination .number-link.-current {
  color: #5FCAC0;
  pointer-events: none;
}
.l-pagination .latest-link,
.l-pagination .prev-link,
.l-pagination .next-link,
.l-pagination .oldest-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  width: 1.7rem;
  height: 3rem;
  margin: 0 1rem;
  line-height: 1;
  text-decoration: none;
  background: no-repeat center center;
  background-size: contain;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .l-pagination .latest-link,
  .l-pagination .prev-link,
  .l-pagination .next-link,
  .l-pagination .oldest-link {
    width: 1.5rem;
  }
}
.l-pagination .latest-link.-disabled,
.l-pagination .prev-link.-disabled,
.l-pagination .next-link.-disabled,
.l-pagination .oldest-link.-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.l-pagination .prev-link,
.l-pagination .next-link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAydpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAxIDc5LmMwMjA0YjJkZWYsIDIwMjMvMDIvMDItMTI6MTQ6MjQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC40IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxOTc1MTc5Q0Y4NzQxMUVEQTkzQ0FGRDFFOTQzQzA0MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxOTc1MTc5REY4NzQxMUVEQTkzQ0FGRDFFOTQzQzA0MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE5NzUxNzlBRjg3NDExRURBOTNDQUZEMUU5NDNDMDQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE5NzUxNzlCRjg3NDExRURBOTNDQUZEMUU5NDNDMDQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ELlfXAAAAN5JREFUeNrE2MENwyAMBdCMkFHYoKswWjdpNkg3aDboCBSkROoBiLG/P5H+ISc/KQFslpTS0grgWXMe10u3liMk5HxL/ZzXLMg/4kpkQ2qIksCEtBCR+Wm6CBbkFsGAiBDeEDHCEzKE8IIMIzwgKgQaokYgISYECmJGICAQhBUCQ1ghWwXxORseKqQUfFcwuwZj/UdgGMSqgWBQ+4gZg9xZTRj0WaPGeJy+KoxXPzKM8ezQhjDePasYw+jiRRjWXHOLYU56PQx9CG9h4ozbgBomzLofKZhnziEZwn8CDAAF9j5Mrp5v4gAAAABJRU5ErkJggg==);
}
.l-pagination .latest-link,
.l-pagination .oldest-link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAydpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAxIDc5LmMwMjA0YjJkZWYsIDIwMjMvMDIvMDItMTI6MTQ6MjQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC40IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMkZGNjdERUY4NzQxMUVEOEZCMUY0MzQ0OUI0M0E3NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMkZGNjdERkY4NzQxMUVEOEZCMUY0MzQ0OUI0M0E3NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEyRkY2N0RDRjg3NDExRUQ4RkIxRjQzNDQ5QjQzQTc0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjEyRkY2N0RERjg3NDExRUQ4RkIxRjQzNDQ5QjQzQTc0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QdQC3AAAAKtJREFUeNrs19EJgCAQBuAbwVHaoFUcoREaoRHcpDawDWqDRigFBQmLU6+e/oMfIbjjyxeVqL2US9/QpwQM1LkcLqfLXIiwoc+2YlJEjC5ExIySiDN8L0X4DJIIXYkwQAABBBBAAPEHwteSGbYx7ghjpo9zAr/+2ZoZyLmwmEzfAQwwwAADDDAfYqgSo6QxuhJT/Qh/wnC32Ug8wu8YP3Rn7kZaU+jzK10CDAAM/17KZZUeMAAAAABJRU5ErkJggg==);
}
.l-pagination .next-link,
.l-pagination .oldest-link {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}@charset "UTF-8";
/*======================================================================
 * ブログ一覧
======================================================================*/
.listing-container {
  padding: 104px 0 124px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .listing-container {
    padding-top: 32px;
    padding-bottom: 68px;
  }
}

.post-listing.-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .post-listing.-col3::after {
    content: "";
    display: block;
    width: 31.66%;
  }
}
.post-listing.-col3 > * {
  width: 31.66%;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .post-listing.-col3 > * {
    width: 48%;
    margin-bottom: 2.9rem;
  }
}
@media screen and (max-width: 540px) {
  .post-listing.-col3 > * {
    width: 100%;
  }
}

.post-card-item a {
  text-decoration: none;
  color: inherit;
}
.post-card-item .image {
  position: relative;
  background-color: #C6C3C3;
  margin: 0 0 1.1rem;
  padding-top: 68.14%;
}
.post-card-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-card-item .date {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-card-item .date {
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
  }
}
.post-card-item .title {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .post-card-item .title {
    font-size: 1.4rem;
  }
}@charset "UTF-8";
/*======================================================================
 * ブログ記事
======================================================================*/
/*------------------------------------------------------------
 * タグ
------------------------------------------------------------*/
.l-tag {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  border: 1px solid;
  border-radius: 2.9rem;
  margin: 0.8rem;
  padding: 1.2rem 2rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

a.l-tag {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
a.l-tag:hover {
  opacity: 1;
  background-color: #171717;
  color: #fff;
}

.blog-head-container {
  padding-top: 52px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .blog-head-container {
    padding-top: 22px;
    padding-bottom: 14px;
  }
}

.post-container {
  padding: 92px 0 124px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .post-container {
    padding-top: 32px;
    padding-bottom: 68px;
  }
}

.head-post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .head-post-info {
    margin-bottom: 0.8rem;
  }
}
.head-post-info .date {
  margin: 0 1.7rem 0 0;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.head-post-info .tag-list {
  margin: -0.8rem;
}
.head-post-info .l-tag {
  padding: 0.5rem 1.6rem;
  font-size: 1.3rem;
  border-color: #707070;
}
@media screen and (max-width: 768px) {
  .head-post-info .l-tag {
    font-size: 1rem;
  }
}

.post-data h1 {
  margin: 0 0 3.8rem;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .post-data h1 {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.post-data .featured-image {
  margin-bottom: 3.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .post-data .featured-image {
    margin-bottom: 1.2rem;
  }
}