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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

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

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

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

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.vbox-open {
  overflow: hidden;
}

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

.vbox-content {
  opacity: 0;
}

.vbox-content {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
}

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

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

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

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

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

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

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

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

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

.vbox-hidden {
  display: none;
}

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

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

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

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

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

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

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

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

.sk-center {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes sk-wander {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    -webkit-transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 6rem;
  height: 6rem;
  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;
  margin-top: -3rem;
  background-color: #fff;
  border: 3px solid #0068B7;
  color: #0068B7;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}
@media screen and (max-width: 1100px) {
  .swiper-button-prev, .swiper-button-next {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
  }
}
.swiper-button-prev i, .swiper-button-next i {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .swiper-button-prev i, .swiper-button-next i {
    font-size: 1.6rem;
  }
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
  cursor: default;
}
.swiper-button-prev.swiper-button-lock, .swiper-button-next.swiper-button-lock {
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  left: -3rem;
}
@media screen and (max-width: 1100px) {
  .swiper-button-prev {
    left: -2rem;
  }
}

.swiper-button-next {
  right: -3rem;
  padding-left: 0.3rem;
}
@media screen and (max-width: 1100px) {
  .swiper-button-next {
    right: -2rem;
  }
}

.swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 1.4rem;
  width: 100%;
  z-index: 4;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    bottom: 0.8rem;
  }
}
.swiper-pagination span {
  display: inline-block;
  width: 2.8rem;
  height: 0.6rem;
  margin: 0 0.8rem;
  border-radius: 1rem;
  background-color: #EBEBEB;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .swiper-pagination span {
    width: 2rem;
    height: 0.4rem;
    margin: 0 0.6rem;
  }
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #0068B7;
}
.swiper-pagination.swiper-pagination-lock {
  opacity: 0;
  visibility: hidden;
}

.vbox-open .g-container, .vbox-open .g-header {
  overflow-y: scroll;
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*/@charset "UTF-8";
/*======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認
======================================================================*/@charset "UTF-8";
/*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
  line-height: 1.6;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

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

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

input, select {
  vertical-align: middle;
}

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

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

html {
  font-size: 10px;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  html {
    font-size: 1.05vw;
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  color: #404040; 
  font-family: "Noto Sans JP", sans-serif; 
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -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: #0068B7;
}
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}

/*------------------------------------------------------------
 * 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: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

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

/*------------------------------------------------------------
 * margin
------------------------------------------------------------*/
._mt-none {
  margin-top: 0;
}

._mt-small {
  margin-top: 2rem;
}

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

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

._mb-small {
  margin-bottom: 2rem;
}

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

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

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

.d-ibk {
  display: inline-block;
}

/*------------------------------------------------------------
 * プレビュー時のメッセージ
------------------------------------------------------------*/
.buffer-message {
  margin: 2em 0;
  padding: 1em;
  border: 2px solid #0068b7;
  background-color: #cde2f0;
  text-align: center;
}
.buffer-message .inner {
  display: inline-block;
  text-align: left;
}

/*------------------------------------------------------------
 * 検索結果の一致ワード
------------------------------------------------------------*/
.hs-search-highlight,
.hs-highlight-title {
  color: red;
}

/*------------------------------------------------------------
 * サイト内共通 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;
  }
}
/*------------------------------------------------------------
 * タブボタン
------------------------------------------------------------*/
.l-tab-switch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.6rem;
  padding: 0 3rem;
  list-style: none;
}
.l-tab-switch::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #0068B7; 
}
@media screen and (max-width: 768px) {
  .l-tab-switch {
    padding: 0 0.6em;
  }
}
.l-tab-switch li {
  width: 100%;
  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;
  min-height: 6.8rem;
  margin: 0 0.5rem;
  background-color: #EBEBEB;
  border: 2px solid #EBEBEB;
  border-bottom: none;
  border-radius: 2rem 2rem 0 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}
@media screen and (max-width: 768px) {
  .l-tab-switch li {
    min-height: 6.4rem;
    margin: 0 0.16em;
    font-size: 1.4rem;
  }
}
.l-tab-switch li .icon {
  display: block;
  margin-right: 0.8rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .l-tab-switch li .icon {
    display: none;
  }
}
.l-tab-switch li:hover {
  color: #0068B7; 
}
.l-tab-switch li.-js-current {
  background-color: #F5F6F8;
  color: #0068B7; 
  border-color: #0068B7; 
}
.l-tab-switch li.-js-current::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  background-color: #F5F6F8;
}

.l-tag {
  display: inline-block;
  margin: 0.6rem 0.8rem;
  padding: 0.804em 1.4em;
  border-radius: 1rem;
  background-color: #fff;
  color: inherit;
  border: none;
  outline: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.25;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-out, background-color 0.25s ease-out;
  transition: color 0.25s ease-out, background-color 0.25s ease-out;
}
@media screen and (max-width: 768px) {
  .l-tag {
    margin: 0.4rem;
    padding: 0.625em 1em;
    font-size: 1.2rem;
  }
}
.l-tag.-current {
  background-color: #B1D4EB;
  color: #fff;
}
.l-tag:hover {
  opacity: 1;
  background-color: #B1D4EB;
  color: #fff;
}

/* 検索フィールド */
.l-search-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem;
  background-color: #fff;
  overflow: hidden;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .l-search-input-group {
    padding-left: 1rem;
  }
}
.l-search-input-group .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  -ms-flex-item-align: center;
  align-self: center;
  width: 2rem;
  margin-right: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-search-input-group .icon {
    margin-right: 1.6rem;
  }
}
.l-search-input-group input, .l-search-input-group button {
  border: none;
  outline: none;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .l-search-input-group input, .l-search-input-group button {
    height: 5.2rem;
  }
}
.l-search-input-group input {
  width: 100%;
  font-weight: 500;
}
.l-search-input-group input::-webkit-input-placeholder {
  color: #ccc;
}
.l-search-input-group input::-moz-placeholder {
  color: #ccc;
}
.l-search-input-group input:-ms-input-placeholder {
  color: #ccc;
}
.l-search-input-group input::-ms-input-placeholder {
  color: #ccc;
}
.l-search-input-group input::placeholder {
  color: #ccc;
}
.l-search-input-group input:focus::-webkit-input-placeholder {
  color: transparent;
}
.l-search-input-group input:focus::-moz-placeholder {
  color: transparent;
}
.l-search-input-group input:focus:-ms-input-placeholder {
  color: transparent;
}
.l-search-input-group input:focus::-ms-input-placeholder {
  color: transparent;
}
.l-search-input-group input:focus::placeholder {
  color: transparent;
}
.l-search-input-group button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 12rem;
  background-color: #0068B7;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-search-input-group button {
    width: 6.4rem;
  }
}@charset "UTF-8";
@font-face {
  font-family: "vision";
  src: url("https://21818984.fs1.hubspotusercontent-na1.net/hubfs/21818984/raw_assets/public/vision/assets/fonts/vision/vision.ttf") format("truetype"), url("https://21818984.fs1.hubspotusercontent-na1.net/hubfs/21818984/raw_assets/public/vision/assets/fonts/vision/vision.woff") format("woff"), url("https://21818984.fs1.hubspotusercontent-na1.net/hubfs/21818984/raw_assets/public/vision/assets/fonts/vision/vision.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: "vision" !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-right:before {
  content: "";
}

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

.icon-arrow-bottom:before {
  content: "";
}

.icon-arrow-top:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-document:before {
  content: "";
}

.icon-call:before {
  content: "";
}

.icon-talk:before {
  content: "";
}

.icon-function:before {
  content: "";
}

.icon-target:before {
  content: "";
}

.icon-bars:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-alternate-mail:before {
  content: "";
}

.icon-tel:before {
  content: "";
}

/*------------------------------------------------------------
 * font icon
------------------------------------------------------------*/
/*------------------------------------------------------------
 * font family
------------------------------------------------------------*/
.ff-en {
  font-family: "Cabin", sans-serif;
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 6.8rem 2rem;
}
@media screen and (max-width: 768px) {
  .dnd-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.dnd-section > .row-fluid {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.l-full-section .dnd-section {
  padding-left: 0;
  padding-right: 0;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * l-button
------------------------------------------------------------*/
.l-button {
  position: relative;
  z-index: 0;
  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-decoration: none;
  min-height: 6rem;
  border-radius: 3rem;
  padding: 0.5rem;
  border: 2px solid #0068B7;
  background-color: #0068B7;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  -webkit-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
}
.l-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25rem 0 0 -25rem;
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.l-button .deco {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  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;
}
.l-button.-icon-right {
  padding-left: 4rem;
  padding-right: 4rem;
}
.l-button.-icon-right .deco {
  right: 1.6rem;
}
.l-button.-icon-left {
  padding-left: 4rem;
  padding-right: 4rem;
}
.l-button.-icon-left .deco {
  left: 1.6rem;
}
.l-button.-icon-left .icon-01::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.l-button .side {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
}
.l-button .side.-left {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 0.8rem;
}
.l-button .side.-right {
  margin-left: 0.8rem;
}
.l-button .side.image {
  width: 1.5em;
}
.l-button:hover {
  opacity: 1;
  color: #0068B7;
}
.l-button:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.35s ease-in;
  transition: -webkit-transform 0.35s ease-in;
  transition: transform 0.35s ease-in;
  transition: transform 0.35s ease-in, -webkit-transform 0.35s ease-in;
}
.l-button.-aqua {
  background-color: #4FB8CB;
  border-color: #4FB8CB;
}
.l-button.-aqua:hover {
  color: #4FB8CB;
}
@media screen and (max-width: 768px) {
  .l-button {
    min-height: 5.6rem;
    border-radius: 2.8rem;
  }
}

/*------------------------------------------------------------
 * テキストリンクにアイコン
------------------------------------------------------------*/
.l-text-link {
  position: relative;
  display: inline-block;
  padding-right: 3.8rem;
}
.l-text-link::before, .l-text-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.l-text-link::before {
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: -1.4rem;
  border-radius: 50%;
  background-color: #0068B7; 
}
.l-text-link::after {
  z-index: 2;
  right: 1.1rem;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*------------------------------------------------------------
 * テキストリンクにアイコン（リターン）
------------------------------------------------------------*/
.l-text-link-return {
  position: relative;
  display: inline-block;
  padding-left: 3.2rem;
}
.l-text-link-return::before, .l-text-link-return::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.l-text-link-return::before {
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: -1.4rem;
  border-radius: 50%;
  background-color: #0068B7; 
}
.l-text-link-return::after {
  z-index: 2;
  left: 1.1rem;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}@charset "UTF-8";
/*======================================================================
 * hs form
======================================================================*/
.form-title {
  margin-bottom: 3rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .form-title {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}

.submitted-message {
  text-align: center;
}

.hs-form {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .hs-form {
    font-size: 1.3rem;
  }
}
.hs-form fieldset {
  max-width: 100% !important;
  padding: 0;
}
.hs-form .form-columns-2 .hs-form-field {
  width: 48.2% !important;
}
@media screen and (max-width: 768px) {
  .hs-form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
.hs-form .form-columns-2 .hs-form-field:last-child {
  float: right;
}
@media screen and (max-width: 768px) {
  .hs-form .form-columns-2 .hs-form-field:last-child {
    float: none;
  }
}
.hs-form .hs-form-field {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-form-field {
    margin-bottom: 2rem;
  }
}
.hs-form .hs-form-field > label {
  display: block;
  margin-bottom: 1rem;
}
.hs-form .hs-form-field > label > span:only-child::after {
  content: "任意";
  display: inline-block;
  padding: 0.5em 0.56em;
  margin-left: 0.8rem;
  border-radius: 1rem;
  background-color: #ADADAD;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-form-field > label > span:only-child::after {
    font-size: 1.2rem;
  }
}
.hs-form .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form .form-columns-0 .hs-richtext {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .hs-form .form-columns-0 .hs-richtext {
    margin-bottom: 2rem;
  }
}
.hs-form .hs-richtext {
  margin-bottom: 4rem;
}
.hs-form .hs-richtext .note {
  text-align: center;
  font-size: 1.4rem;
}
.hs-form .hs-richtext .note .icon-external-link {
  margin-left: 0.8rem;
}
.hs-form .inputs-list {
  padding: 0;
  list-style: none;
}
.hs-form .hs-form-required {
  font-size: 0;
}
.hs-form .hs-form-required::after {
  content: "必須";
  display: inline-block;
  padding: 0.5em 0.56em;
  margin-left: 0.8rem;
  background-color: #404040;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-form-required::after {
    font-size: 1.2rem;
  }
}
.hs-form .hs-error-msgs {
  margin-top: 1rem;
  color: red;
  font-size: 1.4rem;
  line-height: 1.4;
}
.hs-form .hs-field-desc {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
}
.hs-form .hs-fieldtype-select .hs-input, .hs-form .hs-fieldtype-date .hs-input, .hs-form .hs-fieldtype-number .hs-input, .hs-form .hs-fieldtype-phonenumber .hs-input, .hs-form .hs-fieldtype-textarea .hs-input, .hs-form .hs-fieldtype-text .hs-input {
  width: 100% !important;
  outline: none;
  border-radius: 1rem;
  border: none;
  padding: 0.75em 1em;
  background-color: #F5F6F8;
  font-weight: 500;
  line-height: 1.5;
}
.hs-form .hs-fieldtype-select .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-date .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-number .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-text .hs-input::-webkit-input-placeholder {
  color: #BCBCBC;
}
.hs-form .hs-fieldtype-select .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-date .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-number .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-text .hs-input::-moz-placeholder {
  color: #BCBCBC;
}
.hs-form .hs-fieldtype-select .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-date .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-number .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:-ms-input-placeholder, .hs-form .hs-fieldtype-text .hs-input:-ms-input-placeholder {
  color: #BCBCBC;
}
.hs-form .hs-fieldtype-select .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-date .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-number .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-text .hs-input::-ms-input-placeholder {
  color: #BCBCBC;
}
.hs-form .hs-fieldtype-select .hs-input::placeholder, .hs-form .hs-fieldtype-date .hs-input::placeholder, .hs-form .hs-fieldtype-number .hs-input::placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::placeholder, .hs-form .hs-fieldtype-textarea .hs-input::placeholder, .hs-form .hs-fieldtype-text .hs-input::placeholder {
  color: #BCBCBC;
}
.hs-form .hs-fieldtype-select .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-phonenumber .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-number .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-phonenumber .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-number .hs-input:focus:-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .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-number .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .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-number .hs-input:focus::placeholder, .hs-form .hs-fieldtype-phonenumber .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 {
  height: 6em;
}
.hs-form .hs-fieldtype-date .hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-date .hs-input {
    height: 3.9rem;
  }
}
.hs-form .fn-date-picker .pika-button {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.hs-form .fn-date-picker .pika-button:hover {
  background: #000 !important;
  color: #fff;
  border-radius: 0 !important;
}
.hs-form .fn-date-picker .is-today .pika-button {
  color: #000;
}
.hs-form .fn-date-picker .is-selected .pika-button {
  background: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 4.6rem;
  text-align: left;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span {
    padding-left: 3.6rem;
  }
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before, .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-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before {
  left: 0;
  top: -0.1rem;
  width: 3rem;
  height: 3rem;
  background-color: #EEEEEE;
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after {
  left: 0.8rem;
  top: 0.8rem;
  width: 1.4rem;
  height: 0.8rem;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #0068B7;
  -webkit-transform: rotate(-46deg);
  transform: rotate(-46deg);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after {
    left: 0.6rem;
    top: 0.6rem;
    width: 1.2rem;
    height: 0.7rem;
  }
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked + span:after {
  opacity: 1;
}
.hs-form .hs-fieldtype-checkbox .input .multi-container li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
  text-align: left;
  line-height: 1.6;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span {
    padding-left: 3.6rem;
  }
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::before, .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::before {
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: -1.4rem;
  background-color: #EEEEEE;
  border-radius: 0.2rem;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
  }
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::after {
  left: 0.8rem;
  width: 1.2rem;
  height: 0.8rem;
  margin-top: -0.7rem;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #0068B7;
  -webkit-transform: rotate(-46deg);
  transform: rotate(-46deg);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::after {
    left: 0.6rem;
    width: 1.2rem;
    height: 0.7rem;
    margin-top: -0.6rem;
  }
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input:checked + span:after {
  opacity: 1;
}
.hs-form .hs-fieldtype-radio .input .multi-container li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display {
  display: inline-block;
  cursor: pointer;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span {
    padding-left: 3.6rem;
  }
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before {
  left: 0;
  top: -0.1rem;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
  left: 0.7rem;
  top: 0.6rem;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #0068B7;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
    top: 0.5rem;
    left: 0.6rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input:checked + span:after {
  opacity: 1;
}
.hs-form .hs-fieldtype-select .input {
  position: relative;
}
.hs-form .hs-fieldtype-select .input:after {
  content: "";
  font-family: "vision";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.8rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-select .input:after {
    right: 1.2rem;
  }
}
.hs-form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-select .input select {
    padding-right: 3rem;
  }
}
.hs-form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
.hs-form .legal-consent-container {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hs-form .legal-consent-container {
    text-align: left;
  }
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0;
}
.hs-form .hs-recaptcha .grecaptcha-badge {
  margin: 0 auto;
}
.hs-form .hs_error_rollup {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hs-form .hs_error_rollup {
    margin-top: 3rem;
  }
}
.hs-form .hs-submit {
  position: relative;
  width: 90%;
  max-width: 32rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-submit {
    margin-top: 3rem;
  }
}
.hs-form .hs-submit::after {
  content: "";
  font-family: "vision";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.hs-form .hs-button {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 3rem;
  outline: none;
  border: 2px solid #4FB8CB;
  border-radius: 3rem;
  text-align: center;
  background:#4FB8CB;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-button {
    padding-top: 1.108em;
    padding-bottom: 1.108em;
    font-size: 1.4rem;
  }
}
.hs-form .hs-button:hover {
  background-color: #fff;
  color:#4FB8CB;
}@charset "UTF-8";
/*======================================================================
 * タイトル
======================================================================*/
/*------------------------------------------------------------
 * テキスト左に水色ライン
------------------------------------------------------------*/
.l-title-left-line {
  position: relative;
  margin-bottom: 3.2rem;
  padding-left: 1.8rem;
  font-size: 2.6rem;
  font-weight: bold;
}
.l-title-left-line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 0.6rem;
  height: calc(100% - 0.215em);
  background-color: #B1D4EB;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .l-title-left-line {
    font-size: 2rem;
  }
}@charset "UTF-8";
/*======================================================================
 * 検索フォーム
======================================================================*/
/*------------------------------------------------------------
 * suggestion
------------------------------------------------------------*/
.hs-search-field {
  position: relative;
}
.hs-search-field .hs-search-field__suggestions {
  margin: 0;
  list-style: none;
}
.hs-search-field.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  padding: 2rem;
  background: #fff;
  border: 1px solid #ebebeb;
}
.hs-search-field.hs-search-field--open .hs-search-field__suggestions li:not(:last-child) {
  margin-bottom: 0.8rem;
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.hs-inline-edit .g-container {
  padding-top: 0;
}
.hs-inline-edit .g-header {
  position: relative;
}
.hs-inline-edit .g-header .gnav-overlay {
  display: none;
}

/*------------------------------------------------------------
 * body
------------------------------------------------------------*/
body.-js-opened {
  overflow: hidden;
}
body.-js-opened .g-container {
  overflow: scroll;
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.g-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  -webkit-transition: height 0.3s ease-out, background-color 0.3s ease-out, -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-in-out;
  transition: height 0.3s ease-out, background-color 0.3s ease-out, -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-in-out;
  transition: height 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out, transform 0.3s ease-in-out;
  transition: height 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out, transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-in-out;
}
.g-header a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .g-header {
    height: 7rem;
  }
}
.g-header.-js-scroll {
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(152, 182, 201, 0.4);
  box-shadow: 0 3px 10px rgba(152, 182, 201, 0.4);
}
@media screen and (max-width: 768px) {
  .g-header.-js-scroll {
    height: 7rem;
  }
}
.g-header.-js-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: 0 3px 10px rgba(152, 182, 201, 0);
  box-shadow: 0 3px 10px rgba(152, 182, 201, 0);
}

.gnav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(64, 64, 64, 0.6);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.gnav-overlay.-js-opened {
  visibility: visible;
  opacity: 1;
}

.header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1160px;
  width: calc(100% - 4rem);
  height: 100%;
  margin: 0 auto;
}
.header-inner .copy {
  margin-right: auto;
  padding: 0.8rem 1.6rem;
  background-color: #fff;
  border: 1px solid #CDE2F0;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1060px) {
  .header-inner .copy {
    padding: 0.8rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .header-inner .copy {
    display: none;
  }
}

.header-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2.8rem;
}
@media screen and (max-width: 1060px) and (min-width: 769px) {
  .header-logo {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    margin-right: auto;
  }
}
.header-logo .main-logo {
  width: 12rem;
}
.header-logo .main-logo .image {
  display: block;
  max-width: 100%;
}
.header-logo .main-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header-logo .main-logo {
    width: 10rem;
  }
}
.header-logo .sub-logo {
  margin-left: 2rem;
  width: 4.1rem;
}
@media screen and (max-width: 1060px) and (min-width: 769px) {
  .header-logo .sub-logo {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo .sub-logo {
    width: 3.4rem;
  }
}

/*------------------------------------------------------------
 * search
------------------------------------------------------------*/
.header-info-group {
  margin-left: 2rem;
  margin-right: 4rem;
  color: #404040;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1090px) {
  .header-info-group {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-info-group {
    margin: 2rem auto;
    padding-top: 1.5rem;
    text-align: center;
    border-top: 1px solid;
    color: #595959;
  }
}
.header-info-group .link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-info-group .link-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-info-group .link-group .title {
    margin: 0 2rem 0 0;
    font-size: 1.8rem;
    font-weight: 600;
    font-style: italic;
  }
}
.header-info-group .link-group p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.header-info-group .link-group p:not(:first-child) {
  margin-left: 1.2rem;
}
.header-info-group .tel {
  margin-right: 3rem;
}
.header-info-group .tel a {
  font-size: 2.6rem;
  color: #0068B7;
}
.header-info-group .tel a i {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.8em;
}
@media screen and (max-width: 1000px) {
  .header-info-group .tel {
    margin-right: 1rem;
  }
  .header-info-group .tel a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .header-info-group .tel {
    margin: 0;
  }
  .header-info-group .tel a {
    font-size: 3rem;
    font-weight: bold;
  }
  .header-info-group .tel a i {
    font-size: 2.4rem;
  }
}
.header-info-group .icon {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .header-info-group .icon {
    font-size: 3.5rem;
  }
  .header-info-group .icon a span {
    color: #595959 !important;
  }
}
.header-info-group .image {
  width: 3.2rem;
}
.header-info-group .image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-info-group .image {
    width: 4.4rem;
  }
}
.header-info-group .note {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .header-info-group .note {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
}

/*------------------------------------------------------------
 * toggle button
------------------------------------------------------------*/
.toggle-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  margin-left: 2rem;
  background-color: #0068B7;
  border: 2px solid #0068B7;
  color: #fff;
  border-radius: 1rem;
  font-size: 1.7rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1060px) and (min-width: 769px) {
  .toggle-btn {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .toggle-btn {
    width: 4.4rem;
    height: 4.4rem;
    margin-left: 0.8rem;
  }
}
.toggle-btn.-js-opened {
  background-color: #fff;
}

.tel-btn {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .tel-btn {
    display: none;
  }
}
.tel-btn a {
  background-color: #fff;
  color: #0068B7;
}

/** search button **/
.search-toggle img {
  display: block;
  width: 2rem;
}
@media screen and (max-width: 768px) {
  .search-toggle img {
    width: 1.8rem;
  }
}
.search-toggle::before, .search-toggle::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #0068B7;
  border-radius: 1px;
  margin: -1px 0 0 -12px;
  opacity: 0;
}
.search-toggle::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-toggle::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-toggle.-js-opened {
  color: transparent;
}
.search-toggle.-js-opened img {
  opacity: 0;
}
.search-toggle.-js-opened::before, .search-toggle.-js-opened::after {
  opacity: 1;
}

/** hamburger button **/
.gnav-toggle i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  margin-left: -11px;
  -webkit-transition: margin-top 0.3s ease, background 0.3s, -webkit-transform 0.3s ease;
  transition: margin-top 0.3s ease, background 0.3s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, margin-top 0.3s ease, background 0.3s;
  transition: transform 0.3s ease, margin-top 0.3s ease, background 0.3s, -webkit-transform 0.3s ease;
}
.gnav-toggle i:nth-child(1) {
  margin-top: -10px;
}
.gnav-toggle i:nth-child(2) {
  margin-top: -1px;
}
.gnav-toggle i:nth-child(3) {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .gnav-toggle i {
    width: 18px;
    margin-left: -9px;
  }
  .gnav-toggle i:nth-child(1) {
    margin-top: -9px;
  }
  .gnav-toggle i:nth-child(3) {
    margin-top: 7px;
  }
}
.gnav-toggle.-js-opened i {
  background: #0068B7;
}
.gnav-toggle.-js-opened i:nth-child(1) {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gnav-toggle.-js-opened i:nth-child(2) {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.gnav-toggle.-js-opened i:nth-child(3) {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*------------------------------------------------------------
 * search
------------------------------------------------------------*/
.header-search-input {
  position: absolute;
  top: 50%;
  right: 14.6rem;
  max-width: calc(100% - 14.6rem);
  background-color: #fff;
  border-radius: 1rem;
  border: 2px solid #0068B7;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header-search-input {
    max-width: calc(100% - 10.4rem);
    right: 10.4rem;
  }
}
.header-search-input .inner {
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .header-search-input .inner {
    padding: 0 1.2rem;
  }
}
.header-search-input .m-search-input .search-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.header-search-input .m-search-input .hs-search-field__input {
  height: 5.2rem;
  width: calc(100% - 20px);
  padding: 5px 1.2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .header-search-input .m-search-input .hs-search-field__input {
    height: 4.4rem;
    padding: 0.5rem;
  }
}
.header-search-input .m-search-input .search-button {
  height: 5.2rem;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .header-search-input .m-search-input .search-button {
    height: 4.4rem;
  }
}
.header-search-input .m-search-input .search-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://21818984.fs1.hubspotusercontent-na1.net/hubfs/21818984/raw_assets/public/vision/assets/images/common/icon-search.png);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .header-search-input .m-search-input .search-button::before {
    width: 18px;
    height: 18px;
  }
}
.header-search-input .m-search-input .search-button svg {
  display: none;
}
.header-search-input.-js-opened {
  width: 32.4rem;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.header-search-input.-js-closed {
  -webkit-transition: opacity 0.2s ease 0.2s, visibility 0.3s ease 0.2s, width 0.3s ease-out;
  transition: opacity 0.2s ease 0.2s, visibility 0.3s ease 0.2s, width 0.3s ease-out;
}

/*------------------------------------------------------------
 * gnav
------------------------------------------------------------*/
.gnav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  max-width: 460px;
  max-height: calc(100vh - 100px);
  padding: 3rem 3.2rem 4rem;
  background: #fff;
  border-radius: 2rem;
  border: 3px solid;
  overflow: auto;
}
.gnav.-js-opened {
  -webkit-animation: gnav-visible 0.3s ease-in-out forwards;
  animation: gnav-visible 0.3s ease-in-out forwards;
}
.gnav.-js-closed {
  -webkit-animation: gnav-hidden 0.3s ease-in-out forwards;
  animation: gnav-hidden 0.3s ease-in-out forwards;
}
@-webkit-keyframes gnav-visible {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes gnav-visible {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes gnav-hidden {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes gnav-hidden {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    top: 70px;
    right: 2rem;
    width: calc(100% - 4rem);
    max-height: calc(100% - 70px);
    padding: 2rem;
  }
}
.gnav .button-group {
  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;
  margin-top: 3rem;
}
.gnav .button-group a {
  width: 47.8%;
}
@media screen and (max-width: 768px) {
  .gnav .button-group a {
    min-height: 6rem;
    border-radius: 3rem;
  }
}
.gnav .button-group a.-member {
  background-color: #3083C3;
  border-color: #3083C3;
}
.gnav .button-group a.-member:hover {
  color: #3083C3;
}
.gnav .button-group a.-login {
  background-color: #70C4D3;
  border-color: #70C4D3;
}
.gnav .button-group a.-login:hover {
  color: #70C4D3;
}

.header-menu {
  font-weight: bold;
  line-height: 1.4;
}
.header-menu ul {
  padding: 0;
  list-style: none;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .header-menu ul {
    font-size: 1.8rem;
  }
}
.header-menu ul li:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .header-menu ul li:not(:last-child) {
    margin-bottom: 1.7rem;
  }
}
.header-menu ul a {
  position: relative;
  display: inline-block;
  padding-left: 2.8rem;
  border-bottom: 1px solid transparent;
  color: inherit;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.header-menu ul a:hover {
  opacity: 1;
  color: #0068B7;
  border-color: currentColor;
}
.header-menu ul a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: url(https://21818984.fs1.hubspotusercontent-na1.net/hubfs/21818984/raw_assets/public/vision/assets/images/common/header-menu-icon.png) no-repeat center center;
  background-size: contain;
  background-color: currentColor;
}
.header-menu ul a[target=_blank]::after {
  content: "";
  font-family: "vision";
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.8em;
  font-weight: normal;
}
.header-menu .hs-menu-children-wrapper {
  padding-left: 1em;
}
.header-menu .sub-menu a {
  color: #307FB4;
}
.header-menu .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 2.8rem 0 2rem;
  color: #307FB4;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .header-menu .heading {
    font-size: 1.8rem;
  }
}
.header-menu .heading::before, .header-menu .heading::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 2px;
  background-color: #B1D4EB;
}
.header-menu .heading::before {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .header-menu .heading::before {
    margin-right: 1.7rem;
  }
}
.header-menu .heading::after {
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .header-menu .heading::after {
    margin-left: 1.7rem;
  }
}@charset "UTF-8";
/*======================================================================
 * footer
======================================================================*/
.g-footer {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(96%, #cde2f0));
  background: linear-gradient(to bottom, white 0%, #cde2f0 96%);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .g-footer {
    font-size: 1.2rem;
  }
}
.g-footer .sns-group {
  position: fixed;
  left: 2rem;
  top: 50%;
  text-align: center;
  z-index: 90;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.2rem;
  color: #0068B7;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .g-footer .sns-group {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.g-footer .sns-group .heading {
  font-style: italic;
}
@media screen and (min-width: 769px) {
  .g-footer .sns-group .heading:not(:first-child) {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .g-footer .sns-group .heading {
    margin-bottom: 0.5rem;
  }
  .g-footer .sns-group .heading br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .g-footer .sns-group .icon-group {
    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;
  }
}
.g-footer .sns-group .icon-group > * {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 3.2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .g-footer .sns-group .icon-group > * {
    margin: 0 0.4rem 0.4rem;
    width: 2.4rem;
  }
}
.g-footer .sns-group .icon-group > *:hover {
  opacity: 0.6;
}
.g-footer .sns-group a {
  text-decoration: none;
}
.g-footer .sns-group button {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.g-footer .sns-group .icon-group.useful-button,
.g-footer .sns-group .icon-group.blog-button{
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .g-footer .sns-group .icon-group.useful-button {
    margin-bottom: 10px;
  }
  .g-footer .sns-group .icon-group.useful-button,
  .g-footer .sns-group .icon-group.blog-button{
    width: 100%;
    display: block !important;
    writing-mode: horizontal-tb;
    height: auto;
  }
}
.g-footer .sns-group .icon-group.useful-button a,
.g-footer .sns-group .icon-group.blog-button a{
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  border-radius: 30px !important;
}
@media screen and (max-width: 768px) {
  .g-footer .sns-group .icon-group.useful-button a,
  .g-footer .sns-group .icon-group.blog-button a {
    width: 75%;
    padding: 12px 0 12px 20px!important;
    margin: 0 auto !important;
    font-size: 1.4rem;
    justify-content: flex-start;
  }
}
.g-footer .sns-group .icon-group.useful-button a {
  background: #dd9d52;
}

.g-footer .sns-group .icon-group.blog-button a {
  background: #0068b7;
}

.g-footer .sns-group .icon-group.useful-button a:before,
.g-footer .sns-group .icon-group.blog-button a:before{
  content: url(https://21818984.fs1.hubspotusercontent-na1.net/hubfs/21818984/plus-vision/assets/images/common/useful-button-icon.svg);
  display: inline-block;
  width: 12px;
  height: 15px;
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .g-footer .sns-group .icon-group.useful-button a:before,
  .g-footer .sns-group .icon-group.blog-button a:before{
    width: 15px;
    height: 19px;
    position: inherit;
    top: 0;
    margin-right: 8px;
  }
}
.g-footer .sns-group .icon-group.useful-button a:after,
.g-footer .sns-group .icon-group.blog-button a:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 14px;
}
@media screen and (max-width: 768px) {
  .g-footer .sns-group .icon-group.useful-button a:after,
  .g-footer .sns-group .icon-group.blog-button a:after {
    width: 14px;
    height: 14px;
    bottom: inherit;
    right: 18px;
  }
}
.g-footer .sns-group .icon-group.useful-button a:after {
    content: url(https://21818984.fs1.hubspotusercontent-na1.net/hubfs/21818984/plus-vision/assets/images/common/useful-button-arrow.svg);
}
.g-footer .sns-group .icon-group.blog-button a:after {
    content: url(https://21818984.fs1.hubspotusercontent-na1.net/hubfs/21818984/plus-vision/assets/images/common/blog-button-arrow.svg);
}

.g-footer .copyright {
  text-align: center;
  padding: 1.9rem 2rem;
  background-color: #B1D4EB;
  line-height: 1;
}
.js-copy-cpl {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.5rem 0.8rem;
  margin-left: 1rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.js-copy-cpl::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 3px 6px 3px 0;
  border-color: transparent rgba(0, 0, 0, 0.7) transparent transparent;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    display: block;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.footer-logo {
  width: 16rem;
  margin-right: 3.8rem;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 14rem;
    height: 4rem;
    margin: 0 auto 2rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-info {
    margin-top: 3rem;
    text-align: center;
  }
}
.footer-info .company {
  font-size: 1.286em;
}

.footer-menu {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-menu {
    margin-top: 3rem;
  }
}
.footer-menu ul {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .footer-menu ul {
    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;
  }
}
.footer-menu ul li:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .footer-menu ul li {
    width: 50%;
    padding-right: 1rem;
  }
}
.footer-menu a {
  color: inherit;
  text-decoration: none;
}
.footer-menu a[target=_blank]::after {
  content: "";
  font-family: "vision";
  display: inline-block;
  margin-left: 0.5rem;
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
/*------------------------------------------------------------
 * 角丸＋線のセクション
------------------------------------------------------------*/
.border-section > .row-fluid > .dnd-column {
  padding: 4rem 6rem;
  border-radius: 3rem;
  background-color: #fff;
  border: 4px solid #4FB8CB;
}
@media screen and (max-width: 768px) {
  .border-section > .row-fluid > .dnd-column {
    padding: 3rem 2rem;
  }
}@charset "UTF-8";
/*======================================================================
* pager
======================================================================*/
.l-pagination {
  text-align: center;
  font-size: 0;
}
.l-pagination a, .l-pagination span {
  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;
  height: 3.6rem;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .l-pagination a, .l-pagination span {
    height: 3.2rem;
  }
}
.l-pagination a.number-link, .l-pagination span.number-link {
  min-width: 3.6rem;
  margin: 0 0.6rem;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-transition: color 0.25s, border 0.25s;
  transition: color 0.25s, border 0.25s;
}
@media screen and (max-width: 768px) {
  .l-pagination a.number-link, .l-pagination span.number-link {
    min-width: 3.2rem;
    font-size: 1.4rem;
  }
}
.l-pagination a.latest-link, .l-pagination a.prev-link, .l-pagination a.next-link, .l-pagination a.oldest-link, .l-pagination span.latest-link, .l-pagination span.prev-link, .l-pagination span.next-link, .l-pagination span.oldest-link {
  min-width: 0.8rem;
}
.l-pagination a.latest-link::before, .l-pagination a.prev-link::before, .l-pagination a.next-link::before, .l-pagination a.oldest-link::before, .l-pagination span.latest-link::before, .l-pagination span.prev-link::before, .l-pagination span.next-link::before, .l-pagination span.oldest-link::before {
  display: block;
  font-family: "vision";
  font-size: 1.9rem;
  line-height: 1;
  color: currentColor;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.l-pagination a.latest-link.-disabled, .l-pagination a.prev-link.-disabled, .l-pagination a.next-link.-disabled, .l-pagination a.oldest-link.-disabled, .l-pagination span.latest-link.-disabled, .l-pagination span.prev-link.-disabled, .l-pagination span.next-link.-disabled, .l-pagination span.oldest-link.-disabled {
  pointer-events: none;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .l-pagination a.latest-link, .l-pagination a.prev-link, .l-pagination a.next-link, .l-pagination a.oldest-link, .l-pagination span.latest-link, .l-pagination span.prev-link, .l-pagination span.next-link, .l-pagination span.oldest-link {
    min-width: 3rem;
  }
}
.l-pagination a.latest-link, .l-pagination a.oldest-link, .l-pagination span.latest-link, .l-pagination span.oldest-link {
  position: relative;
}
.l-pagination a.latest-link::after, .l-pagination a.oldest-link::after, .l-pagination span.latest-link::after, .l-pagination span.oldest-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.2rem;
  height: 1.4rem;
  background-color: currentColor;
  border-radius: 2px;
  margin-top: -0.7rem;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.l-pagination a.latest-link::before, .l-pagination a.prev-link::before, .l-pagination span.latest-link::before, .l-pagination span.prev-link::before {
  content: "";
}
.l-pagination a.latest-link, .l-pagination span.latest-link {
  margin-right: 0.4rem;
}
.l-pagination a.latest-link::before, .l-pagination span.latest-link::before {
  padding-bottom: 1px;
}
.l-pagination a.latest-link::after, .l-pagination span.latest-link::after {
  margin-left: -0.9rem;
}
.l-pagination a.prev-link, .l-pagination span.prev-link {
  margin-right: 1.5rem;
}
.l-pagination a.prev-link::before, .l-pagination span.prev-link::before {
  padding-bottom: 1px;
}
.l-pagination a.next-link, .l-pagination a.oldest-link, .l-pagination span.next-link, .l-pagination span.oldest-link {
  padding-bottom: 1px;
}
.l-pagination a.next-link::before, .l-pagination a.oldest-link::before, .l-pagination span.next-link::before, .l-pagination span.oldest-link::before {
  content: "";
}
.l-pagination a.next-link, .l-pagination span.next-link {
  margin-left: 1.5rem;
}
.l-pagination a.oldest-link, .l-pagination span.oldest-link {
  margin-left: 0.4rem;
}
.l-pagination a.oldest-link::after, .l-pagination span.oldest-link::after {
  margin-left: 0.5rem;
}
.l-pagination a:hover, .l-pagination span:hover {
  opacity: 1;
  color: #0068B7;
  border-color: #0068B7;
}
.l-pagination a.-current, .l-pagination span.-current {
  background-color: #0068B7;
  border-color: #0068B7;
  color: #fff;
  cursor: default;
}
.l-pagination .numbers-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-pagination .numbers-list li {
  display: inline-block;
}@charset "UTF-8";
/*======================================================================
 * ブログ一覧レイアウト
======================================================================*/
.listing-container {
  padding-bottom: 6.8rem;
  background-color: #F5F6F8;
}
.listing-container .nodata {
  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;
  min-height: 37.5rem;
  margin-bottom: 5rem;
  padding: 2rem;
  border-radius: 2rem;
  border: 2px solid #EBEBEB;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .listing-container .nodata {
    min-height: 36.8rem;
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
}

.g-container.-blog-listing .m-set-title.-simple-title {
  padding: 10rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .g-container.-blog-listing .m-set-title.-simple-title {
    padding-top: 7.2rem;
  }
}
.g-container.-blog-listing .m-set-title.-simple-title .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.g-container.-blog-listing .m-set-title.-simple-title .main-title .sub {
  margin-bottom: -0.5em;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .g-container.-blog-listing .m-set-title.-simple-title .main-title .sub {
    font-size: 4rem;
  }
}
.g-container.-blog-listing .m-breadcrumb-menu {
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 768px) {
  .g-container.-blog-listing .m-breadcrumb-menu {
    margin-bottom: 3rem;
  }
}
.g-container.-blog-listing .m-opinion-request {
  margin-top: 6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .g-container.-blog-listing .m-opinion-request {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}@charset "UTF-8";
/*======================================================================
 * ブログ記事レイアウト
======================================================================*/
.post-container {
  padding-bottom: 6.8rem;
  background-color: #F5F6F8;
}

.g-container.-blog-post .m-breadcrumb-menu {
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 768px) {
  .g-container.-blog-post .m-breadcrumb-menu {
    margin-bottom: 3rem;
  }
}
.g-container.-blog-post .m-opinion-request {
  margin-top: 6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .g-container.-blog-post .m-opinion-request {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.g-container.-blog-post h1 {
  color:#0068B7;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .g-container.-blog-post h1 {
    font-size: 1.9rem;
  }
}
.g-container.-blog-post .featured-image {
  text-align: center;
}
.g-container.-blog-post .featured-image img {
  border-radius: 2rem;
}

.post-body {
  overflow-wrap: break-word;
}
.post-body:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .post-body *[style*="font-size: 14px;"] {
    font-size: 1.2rem !important;
  }
}
.post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.post-body h2:first-child, .post-body h3:first-child, .post-body h4:first-child, .post-body h5:first-child, .post-body h6:first-child {
  margin-top: 0;
}
.post-body h2:last-child, .post-body h3:last-child, .post-body h4:last-child, .post-body h5:last-child, .post-body h6:last-child {
  margin-bottom: 0;
}
.post-body h2 + *, .post-body h3 + *, .post-body h4 + *, .post-body h5 + *, .post-body h6 + * {
  margin-top: 0;
}
.post-body h2 {
  position: relative;
  margin-bottom: 1.7rem;
  padding: 0 0 0.6rem 2rem;
  border-bottom: 2px solid #B1D4EB;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color:#0068B7;
}
.post-body h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.22em;
  width: 3px;
  height: 2.8rem;
  border-radius: 2px;
  background-color:#0068B7;
}
@media screen and (max-width: 768px) {
  .post-body h2 {
    padding-left: 1.6rem;
    font-size: 1.8rem;
  }
  .post-body h2::before {
    top: 0.28em;
    height: 1.12em;
  }
}
.post-body h3 {
  position: relative;
  padding-left: 2rem;
  font-size: 1.8rem;
}
.post-body h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background-color: #0068B7; 
}
@media screen and (max-width: 768px) {
  .post-body h3 {
    padding-left: 1.4rem;
    font-size: 1.6rem;
  }
}
.post-body h4 {
  padding: 0.845em 1.6rem;
  background-color: #E2F0F8;
  border-radius: 4px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .post-body h4 {
    padding: 1.8rem 2rem;
    font-size: 1.6rem;
  }
}
.post-body h5 {
  color: #0068B7; 
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .post-body h5 {
    font-size: 1.6rem;
  }
}
.post-body h6 {
  margin-top: 3rem;
  position: relative;
  padding-left: 2rem;
  font-size: 1.6rem;
}
.post-body h6::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 1.5rem;
  height: 5px;
  border-radius: 2.5px;
  background-color: #B1D4EB;
}
@media screen and (max-width: 768px) {
  .post-body h6 {
    font-size: 1.4rem;
  }
}
.post-body a {
  color: #0068B7; 
}
.post-body hr {
  margin: 4rem 0;
  border-color: #E0E0E0;
}
@media screen and (max-width: 768px) {
  .post-body hr {
    margin: 3rem 0;
  }
}
.post-body ul, .post-body ol {
  padding-left: 1.6em;
}
.post-body table {
  margin: 2rem 0;
}
.post-body table th, .post-body table td {
  border: 1px solid #E0E0E0;
  font-size: 1.4rem;
  line-height: 1.4;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .post-body table th, .post-body table td {
    font-size: 1.2rem;
  }
}
.post-body table th {
  padding: 1.122em 1em;
  text-align: center;
  background-color: #0068B7; 
  color: #fff;
}
@media screen and (max-width: 768px) {
  .post-body table th {
    padding: 1.342em 0.5em;
  }
}
.post-body table td {
  padding: 0.694em;
}
.post-body pre {
  padding: 0.5em 1em;
  background-color: #f5f6f8;
}
.post-body .text-link {
  position: relative;
  display: inline-block;
  padding-right: 3.8rem;
}
.post-body .text-link::before, .post-body .text-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.post-body .text-link::before {
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: -1.4rem;
  border-radius: 50%;
  background-color: #0068B7; 
}
.post-body .text-link::after {
  z-index: 2;
  right: 1.1rem;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post-body a.js-relation.-replaced {
  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;
  max-width: 720px;
  margin: 2.8rem auto;
  padding: 2.8rem;
  border: 2px solid #B1D4EB;
  border-radius: 2rem;
  text-decoration: none;
  text-align: left;
  color: inherit;
}
.post-body a.js-relation.-replaced .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30%;
  margin-right: 2rem;
}
.post-body a.js-relation.-replaced .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.post-body a.js-relation.-replaced .date {
  font-size: 1.2rem;
  font-weight: 500;
}
.post-body a.js-relation.-replaced .title {
  font-weight: bold;
}
.post-body a.js-relation.-replaced.-full {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 100%;
  padding: 3.2rem;
  background-color: #CDE2F0;
  border-color: #CDE2F0;
}
.post-body a.js-relation.-replaced.-full .image {
  width: 57.19%;
  margin: 0 0 0 2.8rem;
}
.post-body a.js-relation.-replaced.-full .title {
  font-size: 2rem;
}