/*! 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  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] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

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

/**
 * 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 */ /* stylelint-disable-line */
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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] {
  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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}:root {
  --color-base: #000;
  --color-gray: #f2f2fa;
  --color-main: #005cca;
  --color-accent: #e34747;
  --color-support1: #ffdd00;
  --color-support2: #5679e3;
  --color-support3: #24367a;
  --color-support4: #10b176;
  --color-support5: #f655c4;
  --color-support6: #e5f3ff;
  --color-line: #c0d9ef;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Fira Sans", sans-serif;
  --pc-adjust: 1260px;
  --sp-adjust: 20px;
}.ff-en {
  font-family: var(--font-en);
}/* ------------------------------------------------------------
 * tag setting
------------------------------------------------------------ */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

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

body {
  font-family: var(--font-jp);
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--color-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: anywhere;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 1em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

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

button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}@charset "UTF-8";
/* ======================================================================
 * dndセクション初期設定
====================================================================== */
.c-contents {
  overflow: hidden;
}

.dnd-section {
  padding: 120px var(--sp-adjust);
}
@media screen and (max-width: 768px) {
  .dnd-section {
    padding: 80px var(--sp-adjust);
  }
}
.dnd-section > .row-fluid {
  max-width: var(--pc-adjust);
  margin-right: auto;
  margin-left: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .row-fluid {
    flex-direction: column;
  }
}
.row-fluid [class*=span] {
  display: block;
  width: 100%;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    width: auto;
  }
}/* ======================================================================
 * adjust-width
====================================================================== */
.adjust-width {
  width: calc(100% - var(--sp-adjust) * 2);
  max-width: var(--pc-adjust);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-right: var(--sp-adjust);
    padding-left: var(--sp-adjust);
  }
}@charset "UTF-8";
/* ======================================================================
 * ボタンスタイル
====================================================================== */
/* ------------------------------------------------------------
 * c-button
------------------------------------------------------------ */
.c-button-icon, .c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  background-color: var(--color-accent);
  border-radius: 5rem;
  transition: color 0.3s, background 0.3s;
}
.c-button-icon:hover, .c-button:hover {
  color: var(--color-accent);
  background-color: #ffdbdb;
  opacity: 1;
}

.c-button.-blue {
  color: #fff;
  background-color: var(--color-main);
}

.c-button-icon {
  position: relative;
  min-height: 6rem;
  padding: 1.2rem 6.4rem 1.2rem 2.4rem;
}
.c-button-icon::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg style="fill: %23e34747;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24" width="24" height="24"><path d="M15.746,11.502c.276.209.331.602.122.878-.035.046-.076.087-.122.122l-4.891,3.4c-.258.166-.601.092-.767-.165-.064-.099-.095-.217-.088-.335v-6.8c-.019-.306.214-.569.52-.588.118-.007.235.024.335.088l4.891,3.4Z"/></svg>');
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 50%;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button-icon::after {
    right: 1.6rem;
  }
}
.c-button-icon.-white {
  color: var(--color-accent);
  background-color: #fff;
}
.c-button-icon.-white::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg style="fill: %23fff;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24" width="24" height="24"><path d="M15.746,11.502c.276.209.331.602.122.878-.035.046-.076.087-.122.122l-4.891,3.4c-.258.166-.601.092-.767-.165-.064-.099-.095-.217-.088-.335v-6.8c-.019-.306.214-.569.52-.588.118-.007.235.024.335.088l4.891,3.4Z"/></svg>');
  background-color: var(--color-accent);
}
.c-button-icon.-white:hover {
  color: #fff;
  background-color: var(--color-accent);
}
.c-button-icon.-white:hover::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg style="fill: %23E34747;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24" width="24" height="24"><path d="M15.746,11.502c.276.209.331.602.122.878-.035.046-.076.087-.122.122l-4.891,3.4c-.258.166-.601.092-.767-.165-.064-.099-.095-.217-.088-.335v-6.8c-.019-.306.214-.569.52-.588.118-.007.235.024.335.088l4.891,3.4Z"/></svg>');
  background-color: #fff;
}

.c-biz-flets-button {
  display: flex;
  gap: 2.1rem;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  padding: 1.3rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.62;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: var(--color-support5);
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .c-biz-flets-button {
    gap: 1.2rem;
    min-height: 7.2rem;
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.c-biz-flets-button span {
  padding: 2rem 1.1rem;
  font-size: 2rem;
  line-height: 1.3;
  color: var(--color-main);
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .c-biz-flets-button span {
    padding: 1rem 0.7rem;
    font-size: 1.2rem;
  }
}@charset "UTF-8";
/* ======================================================================
 * タイトル
====================================================================== */
.c-title {
  margin-bottom: 2.4rem;
  font-size: 8.4rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 5.6rem;
  }
}
.c-title .ff-en {
  font-weight: 500;
}
.c-title .sub {
  display: block;
  margin-top: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-title .sub {
    margin-top: 1.6rem;
  }
}

.c-lead {
  margin-bottom: 5.5rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-lead {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.c-layer-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20.3rem;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-layer-title {
    min-height: 6.6rem;
    font-size: 2.4rem;
  }
}
.c-layer-title .main {
  font-weight: bold;
  color: var(--color-main);
}
.c-layer-title .sub {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-size: 20.3rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(68, 170, 229, 0.2);
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-layer-title .sub {
    font-size: 6.6rem;
  }
}

.c-title-dot {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-title-dot {
    font-size: 2.4rem;
  }
}
.c-title-dot::before {
  position: absolute;
  top: calc(0.5em - 0.6rem);
  left: 0;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  background-color: var(--color-accent);
  border-radius: 0.3rem;
}/* ======================================================================
 * hs form
====================================================================== */
form {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  form {
    font-size: 1.6rem;
  }
}
form fieldset {
  max-width: 100% !important;
  padding: 0;
}
form .form-columns-2,
form .form-columns-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  form .form-columns-2,
  form .form-columns-3 {
    flex-direction: column;
  }
}
form .form-columns-2 .hs-richtext,
form .form-columns-3 .hs-richtext {
  width: 100%;
}
@media screen and (max-width: 768px) {
  form .form-columns-2 .hs-firstname:has(> label > span:empty),
  form .form-columns-3 .hs-firstname:has(> label > span:empty) {
    margin-top: -1.6rem;
  }
}
form .form-columns-2 .hs-form-field {
  width: calc(50% - 1.2rem) !important;
}
@media screen and (max-width: 768px) {
  form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
form .form-columns-3 .hs-form-field {
  width: calc((100% - 4.8rem) / 3) !important;
}
@media screen and (max-width: 768px) {
  form .form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}
form .hs-form-field {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  form .hs-form-field {
    margin-bottom: 2.4rem;
  }
}
form .hs-form-field > label {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
form .hs-form-field > label:has(> span:empty) {
  margin-bottom: 0;
}
form .hs-form-field .input {
  margin-right: 0 !important;
}
form .hs-richtext {
  margin-bottom: 0.8rem;
}
form .hs-richtext img {
  max-width: 100% !important;
  height: auto;
}
form .form-columns-0 .hs-richtext {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  form .form-columns-0 .hs-richtext {
    margin-bottom: 2.4rem;
  }
}
form .inputs-list {
  padding: 0;
  list-style: none;
}
form .hs-form-required {
  color: #e34747;
}
form .hs-error-msg,
form .hs-error-msgs {
  color: #e34747;
}
form .hs-error-msgs {
  margin-top: 0.5rem;
}
form .hs-field-desc {
  margin-bottom: 0.2em;
}
form select,
form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=phone], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
  width: 100% !important;
  padding: 0.822em 1.6rem;
  line-height: 1.5;
  border: 1px solid var(--color-line);
  border-radius: 0.4rem;
  outline-color: var(--color-main);
}
@media screen and (max-width: 768px) {
  form select,
  form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=phone], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
    padding: 0.65em 1.6rem;
  }
}
form select::placeholder,
form textarea::placeholder, form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder, form input[type=tel]::placeholder, form input[type=phone]::placeholder, form input[type=number]::placeholder, form input[type=file]::placeholder, form input[type=search]::placeholder, form input[type=date]::placeholder {
  color: #84a4c9;
}
form select:focus::placeholder,
form textarea:focus::placeholder, form input[type=text]:focus::placeholder, form input[type=email]:focus::placeholder, form input[type=password]:focus::placeholder, form input[type=tel]:focus::placeholder, form input[type=phone]:focus::placeholder, form input[type=number]:focus::placeholder, form input[type=file]:focus::placeholder, form input[type=search]:focus::placeholder, form input[type=date]:focus::placeholder {
  color: transparent;
}
form .hs-fieldtype-select .input {
  position: relative;
}
form .hs-fieldtype-select .input::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 1.6rem;
  z-index: 1;
  display: block;
  width: 11px;
  height: 8px;
  pointer-events: none;
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg style="fill: %231b58a1;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11 8" width="11" height="8"><path id="arrow" class="st0" d="M6.198,7.661c-.297.383-.849.452-1.232.155-.058-.045-.11-.097-.155-.155L.132,1.14C-.09.797.007.339.35.117.491.025.659-.016.826.001h9.348c.407-.04.769.257.809.663.017.167-.024.335-.115.476l-4.67,6.521Z"/></svg>') no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  form .hs-fieldtype-select .input::after {
    right: 1.2rem;
  }
}
form .hs-fieldtype-select .input select {
  padding-right: 30px;
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
  background-color: inherit;
}
form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
form textarea {
  display: block;
  min-height: 20rem;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  form textarea {
    min-height: 12rem;
  }
}
form input[type=file] {
  padding: initial;
  cursor: pointer;
  background-color: transparent;
  border: initial;
}
form .fn-date-picker .pika-button {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
form .fn-date-picker .pika-button:hover, form .fn-date-picker .pika-button:focus {
  color: #fff;
  background: var(--color-base) !important;
  border-radius: 0 !important;
}
form .fn-date-picker .is-today .pika-button {
  color: var(--color-base);
}
form .fn-date-picker .is-selected .pika-button {
  background: var(--color-base);
  border-radius: 0 !important;
  box-shadow: none;
}
form .multi-container li:not(:last-child) {
  margin-bottom: 0.8rem;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.8rem;
  line-height: 1.6;
  cursor: pointer;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after {
  position: absolute;
  display: block;
  content: "";
}
form input[type=checkbox] + span::before {
  top: calc(0.8em - 1rem);
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--color-line);
  border-radius: 0.4rem;
}
form input[type=checkbox] + span::after {
  top: calc(0.8em - 0.6rem);
  left: 0.4rem;
  width: 1.2rem;
  height: 0.8rem;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  opacity: 0;
  transform: rotate(-45deg);
}
form input[type=checkbox]:checked + span::before {
  background-color: var(--color-base);
  border-color: var(--color-base);
}
form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
form input[type=radio] {
  display: none;
}
form input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.8rem;
  line-height: 1.6;
  cursor: pointer;
}
form input[type=radio] + span::before, form input[type=radio] + span::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
}
form input[type=radio] + span::before {
  top: calc(0.8em - 1rem);
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--color-line);
}
form input[type=radio] + span::after {
  top: calc(0.8em - 0.6rem);
  left: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #478de1;
  opacity: 0;
}
form input[type=radio]:checked + span::after {
  opacity: 1;
}
form .legal-consent-container .hs-form-booleancheckbox-display {
  font-weight: bold;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
form .grecaptcha-badge {
  margin: 3.2rem auto;
}
@media screen and (max-width: 768px) {
  form .grecaptcha-badge {
    margin: 2.4rem auto;
  }
}
form .hs_error_rollup {
  margin: 0 auto -4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  form .hs_error_rollup {
    margin-bottom: -2rem;
  }
}
form .hs-submit {
  position: relative;
  width: 90.5%;
  max-width: 48rem;
  margin: 5.6rem auto 0;
}
@media screen and (max-width: 768px) {
  form .hs-submit {
    margin-top: 4rem;
  }
}
form .hs-submit::after {
  position: absolute;
  top: calc(50% - 2rem);
  right: 2.4rem;
  display: block;
  width: 4rem;
  height: 4rem;
  pointer-events: none;
  content: "";
  background: #fff no-repeat center center/3.2rem auto;
  border-radius: 50%;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg style="fill: %23e34747;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24" width="24" height="24"><path d="M15.746,11.502c.276.209.331.602.122.878-.035.046-.076.087-.122.122l-4.891,3.4c-.258.166-.601.092-.767-.165-.064-.099-.095-.217-.088-.335v-6.8c-.019-.306.214-.569.52-.588.118-.007.235.024.335.088l4.891,3.4Z"/></svg>');
}
@media screen and (max-width: 768px) {
  form .hs-submit::after {
    right: 1.6rem;
  }
}
form input[type=submit],
form button[type=submit] {
  display: block;
  width: 100%;
  min-height: 8.8rem;
  padding: 0.5em 6.4rem;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: var(--color-accent);
  border: none;
  border-radius: 4.4rem;
  outline: none;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  form input[type=submit],
  form button[type=submit] {
    min-height: 5.6rem;
    padding: 0.5em 4rem;
    font-size: 2rem;
  }
}
form input[type=submit]:hover,
form button[type=submit]:hover {
  color: var(--color-accent);
  background-color: #f4b5b5;
}
form .submitted-message {
  text-align: center;
}

.form-title {
  margin: 0;
}/* ======================================================================
 * Header
====================================================================== */
.c-header .header-text {
  padding: 0.5rem min(2.5vw, 4rem);
  font-size: 1rem;
  line-height: 1.2;
  text-align: right;
  background-color: var(--color-gray);
}
@media screen and (min-width: 1201px) {
  .c-header .header-text {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-header .header-text {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    justify-content: flex-start;
    padding: 0.7rem 1.9rem;
    font-size: 0.9rem;
    text-align: center;
  }
}
.c-header .header-text p {
  margin: 0;
}
.c-header .header-text .image {
  flex: 0 0 auto;
  width: 10.8rem;
  max-width: 30%;
}
@media screen and (min-width: 1001px) {
  .c-header .header-text .image {
    display: none;
  }
}
.c-header .header-text span {
  display: inline-block;
}
@media screen and (min-width: 1001px) {
  .c-header .header-text span:not(:last-child) {
    margin-right: 0.8em;
  }
}
.c-header .header-text .text {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .c-header .header-text .text {
    gap: 0.2rem;
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .c-header .header-text .text .head-image {
    width: 3rem;
  }
}
.c-header .header-main {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.c-header .header-main img {
  display: block;
}
.c-header .header-main.-js-fixed {
  position: fixed;
}
@media screen and (min-width: 1001px) {
  .c-header .header-main.-js-fixed .header-head-group {
    height: 82px;
  }
}
@media screen and (min-width: 1001px) {
  .c-header .header-main.-js-fixed .logo-group .main-logo {
    width: 18rem;
  }
}
@media screen and (min-width: 1001px) {
  .c-header .header-main.-js-fixed .logo-group .sub-logo {
    width: 3.8rem;
  }
}
.c-header .header-main.-js-fixed .tel-group .note {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .c-header .header-main.-js-opened {
    position: fixed;
    background-color: white;
  }
}
.c-header .header-head-group {
  display: flex;
  gap: min(3vw, 0.8rem);
  align-items: center;
  width: calc(100% - var(--sp-adjust) * 2);
  max-width: var(--pc-adjust);
  height: 93px;
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  .c-header .header-head-group {
    column-gap: 0.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-header .header-head-group {
    gap: 0.4rem;
    width: 100%;
    height: 68px;
    padding: 0 1.2rem;
  }
}
.c-header .header-toggle {
  display: block;
  flex: 0 0 auto;
  width: 4rem;
  height: 3.6rem;
  padding: 0;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-align: center;
  background: none;
  border: none;
}
@media screen and (min-width: 1001px) {
  .c-header .header-toggle {
    display: none;
  }
}
.c-header .header-toggle .icon {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 1.6rem;
  margin: 0 auto 0.4rem;
}
.c-header .header-toggle .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.4rem;
  height: 0;
  margin-left: -1.2rem;
  border-top: 2px solid var(--color-base);
  transition: margin 0.3s, transform 0.3s;
}
.c-header .header-toggle .icon i:nth-child(1) {
  margin-top: -8px;
}
.c-header .header-toggle .icon i:nth-child(2) {
  margin-top: -1px;
}
.c-header .header-toggle .icon i:nth-child(3) {
  margin-top: 6px;
}
.c-header .header-toggle.-js-opened .icon i:nth-child(1) {
  margin-top: -1px;
  transform: rotate(45deg);
}
.c-header .header-toggle.-js-opened .icon i:nth-child(2) {
  transform: scale(0);
}
.c-header .header-toggle.-js-opened .icon i:nth-child(3) {
  margin-top: -1px;
  transform: rotate(-45deg);
}
.c-header .logo-group {
  display: flex;
  gap: min(2vw, 3.2rem);
  align-items: center;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .c-header .logo-group {
    max-width: 26%;
  }
}
@media screen and (max-width: 768px) {
  .c-header .logo-group {
    max-width: fit-content;
  }
}
@media screen and (max-width: 1000px) {
  .c-header .sub-logo {
    width: 3.4rem;
  }
}
.c-header .tel-group {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .c-header .tel-group {
    display: none;
  }
}
.c-header .tel-group p {
  margin: 0;
}
.c-header .tel-group .tel {
  font-style: normal;
  font-weight: 500;
}
.c-header .tel-group .tel .num {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 4rem;
  color: var(--color-accent);
}
.c-header .tel-group .note {
  padding-left: 1em;
  margin-top: 0.2rem;
  letter-spacing: 0.05em;
}
.c-header .tel-group .note br {
  display: none;
}
.c-header .pc-cta a {
  min-height: initial;
}
@media screen and (max-width: 1000px) {
  .c-header .pc-cta {
    display: none;
  }
}
.c-header .sp-cta {
  flex: 0 1 auto;
  width: min(30%, 12.3rem);
}
@media screen and (min-width: 1001px) {
  .c-header .sp-cta {
    display: none;
  }
}
.c-header .button-line {
  display: none;
  flex: 0 0 auto;
  width: 4.4rem;
  text-decoration: none;
}
.c-header .button-line svg {
  display: block;
  width: 100%;
  height: auto;
}
.c-header .gnav {
  border-top: 1px solid var(--color-line);
}
@media screen and (max-width: 1000px) {
  .c-header .gnav {
    position: fixed;
    top: 68px;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    padding: 0 var(--sp-adjust);
    background-color: #fff;
    border: none;
    border-radius: 0 0 1.6rem 1.6rem;
  }
  .c-header .gnav::before, .c-header .gnav::after {
    display: block;
    height: 4.8rem;
    content: "";
  }
}
.c-header .gnav ul {
  display: flex;
  gap: 2rem min(3vw, 4.8rem);
  justify-content: center;
  margin: 0;
  font-size: min(1.4vw, 1.6rem);
  font-weight: bold;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1201px) {
  .c-header .gnav ul {
    column-gap: 4.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-header .gnav ul {
    flex-direction: column;
    align-items: center;
    font-size: 1.6rem;
  }
}
.c-header .gnav ul ul {
  display: none;
}
.c-header .gnav a {
  color: inherit;
  text-decoration: none;
}
.c-header .gnav .hs-menu-depth-1 > a {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  height: 43px;
  transition: color 0.3s;
}
@media screen and (max-width: 1000px) {
  .c-header .gnav .hs-menu-depth-1 > a {
    height: auto;
  }
}
@media screen and (min-width: 1001px) {
  .c-header .gnav .hs-menu-depth-1 > a::after {
    display: block;
    width: 0.8rem;
    height: 0.6rem;
    content: "";
    background: no-repeat center center/contain;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg style="fill: %23000000;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8.004 6" width="8" height="6"><path d="M4.502,5.746c-.209.276-.602.331-.878.122-.046-.035-.087-.076-.122-.122L.102.855C-.064.597.01.254.267.088.367.024.484-.007.602,0h6.8c.306-.019.569.214.588.52.007.118-.024.235-.088.335l-3.4,4.891Z"/></svg>');
    transition: transform 0.3s;
  }
}
.c-header .gnav .hs-menu-depth-1 > a:hover {
  color: var(--color-main);
  opacity: 1;
}
.c-header .gnav .hs-menu-depth-1 > a:hover::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg style="fill: %23005CCA;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8.004 6" width="8" height="6"><path d="M4.502,5.746c-.209.276-.602.331-.878.122-.046-.035-.087-.076-.122-.122L.102.855C-.064.597.01.254.267.088.367.024.484-.007.602,0h6.8c.306-.019.569.214.588.52.007.118-.024.235-.088.335l-3.4,4.891Z"/></svg>');
  transform: translateY(2px);
}
@media screen and (max-width: 1000px) {
  .c-header .-sp-type-1 .header-text {
    text-align: left;
  }
  .c-header .-sp-type-1 .logo-group {
    display: none;
  }
  .c-header .-sp-type-1 .button-line {
    display: block;
    margin-left: auto;
  }
  .c-header .-sp-type-2 .sub-logo {
    display: none;
  }
  .c-header .-sp-type-2 .button-line {
    display: block;
  }
  .c-header .-sp-type-1 .button-line,
  .c-header .-sp-type-2 .button-line {
    margin-top: 14px;
  }
  .c-header .-sp-type-3 .header-text {
    text-align: left;
  }
  .c-header .-sp-type-3 .logo-group {
    margin: 0 0 0 auto;
  }
  .c-header .-sp-type-3 .main-logo {
    display: none;
  }
  .c-header .-sp-type-5 .sub-logo {
    display: none;
  }
}

.gnav-overlay {
  display: none;
}
@media screen and (max-width: 1000px) {
  .gnav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .gnav-overlay.-js-opened {
    visibility: visible;
    opacity: 1;
  }
}/* ======================================================================
 * footer
====================================================================== */
.c-footer {
  padding: 5.6rem 0;
  color: #fff;
  background: var(--color-main);
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding: 3.2rem 0 2.4rem;
  }
}
.c-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-inner {
    justify-content: center;
  }
}
.c-footer .footer-nav {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-nav {
    width: 100%;
  }
}
.c-footer .footer-nav ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-nav ul {
    column-gap: 2.4rem;
    justify-content: center;
  }
}
.c-footer .footer-nav a {
  color: inherit;
  text-decoration: none;
}
.c-footer .footer-nav a[target=_blank]::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg style="fill: %23ffffff;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10.9 10.9" width="10" height="10"><path d="M8.8,5.5c-.3,0-.5.2-.5.5v3.3c0,.3-.3.6-.6.6H1.6c-.3,0-.6-.3-.6-.6V3.3c0-.3.3-.6.6-.6h3.3c.3,0,.5-.2.5-.5s-.2-.5-.5-.5H1.6c-.9,0-1.6.7-1.6,1.6v6.1c0,.9.7,1.6,1.6,1.6h6.1c.9,0,1.6-.7,1.6-1.6v-3.3c0-.3-.2-.5-.5-.5Z"/><path d="M10.9.3s0,0,0,0c0,0,0,0,0,0s0,0,0,0c0,0,0,0-.1,0,0,0-.1,0-.2,0,0,0,0,0,0,0h-3.3c-.3,0-.5.2-.5.5s.2.5.5.5h2.1L4,6.2c-.2.2-.2.5,0,.7s.2.1.4.1.3,0,.4-.1L9.9,1.7v2.1c0,.3.2.5.5.5s.5-.2.5-.5V.5c0,0,0-.1,0-.2Z"/></svg>') no-repeat center center/contain;
}
.c-footer .footer-nav .hs-menu-children-wrapper {
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1em;
  margin: 0;
}
.c-footer .copyright {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
}@charset "UTF-8";
/* ======================================================================
 * カスタムセクション
====================================================================== */
/* ------------------------------------------------------------
 * 成果
------------------------------------------------------------ */
.results-group {
  margin-bottom: 4rem;
  font-size: 4.1rem;
  font-weight: bold;
  line-height: 1.25;
  color: var(--color-main);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .results-group {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1;
  }
}
.results-group p {
  margin: 0;
}
.results-group .ff-en {
  font-size: 6.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .results-group .ff-en {
    font-size: 3.3rem;
  }
}
.results-group .results-text {
  font-size: 3.2rem;
  line-height: 1.62;
  color: var(--color-base);
}
@media screen and (max-width: 768px) {
  .results-group .results-text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.results-group .bg {
  padding: 0.8rem 4.8rem;
  color: #fff;
  background-color: var(--color-main);
}
@media screen and (max-width: 768px) {
  .results-group .bg {
    padding: 0.4rem 1rem;
  }
}

.results-note {
  padding-top: 2.4rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .results-note {
    padding: 1.6rem 0 0 1em;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
    text-indent: -1em;
  }
}

/* ------------------------------------------------------------
 * CASE
------------------------------------------------------------ */
.container-fluid .c-case-section {
  background-size: 100% auto !important;
}
@media screen and (max-width: 768px) {
  .container-fluid .c-case-section {
    background-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/cotonala2025/assets/images/lp/bg-strengths-sp.jpg") !important;
  }
}

/* ------------------------------------------------------------
 * FLOW
------------------------------------------------------------ */
.c-flow-section {
  background: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/cotonala2025/assets/images/common/bg-flow.png) no-repeat center center / 100% auto;
}
@media screen and (max-width: 768px) {
  .c-flow-section {
    background-image: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/cotonala2025/assets/images/common/bg-flow-sp.png);
    background-size: cover;
  }
}
.c-flow-section .flow-section-heading {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-flow-section .flow-section-heading {
    text-align: left;
  }
}
.c-flow-section .flow-section-heading .c-layer-title .main {
  background: linear-gradient(to right, #50bfff, #004ca7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ------------------------------------------------------------
 * Q&A
------------------------------------------------------------ */
.container-fluid .c-faq-section {
  background-repeat: repeat !important;
}

/* ------------------------------------------------------------
 * FORM
------------------------------------------------------------ */
.c-form-section {
  overflow: hidden;
}
.c-form-section .cmn04_form .image {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}@charset "UTF-8";
/* ------------------------------------------------------------
 * responsive
------------------------------------------------------------ */
@media screen and (min-width: 769px) {
  /* PC/SP表示切替 */
  .u-sp-only {
    display: none;
  }
  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  /* PC/SP表示切替 */
  .u-pc-only {
    display: none;
  }
}
/* ------------------------------------------------------------
 * margin
 * カスタムモジュールの共通余白設定用
------------------------------------------------------------ */
.u-mt-none {
  margin-top: 0;
}
.u-mt-small {
  margin-top: 40px;
}
.u-mt-default {
  margin-top: 55px;
}
.u-mt-large {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .u-mt-large {
    margin-top: 56px;
  }
}

.u-mb-none {
  margin-bottom: 0;
}
.u-mb-small {
  margin-bottom: 40px;
}
.u-mb-default {
  margin-bottom: 55px;
}
.u-mb-large {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb-large {
    margin-bottom: 56px;
  }
}

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