@charset "UTF-8";
/*! 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;
}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root{--swiper-theme-color:#007aff}
:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}
.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}
.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.swiper-wrapper{-webkit-box-sizing:initial;box-sizing:initial;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}
.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-slide{display:block;-ms-flex-negative:0;flex-shrink:0;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;width:100%}
.swiper-slide-invisible-blank{visibility:hidden}
.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}
.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}
.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}
.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-3d{-webkit-perspective:1200px;perspective:1200px;.swiper-cube-shadow,.swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}
.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.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-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.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-wrapper:before{height:100%;min-height:1px;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-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}
.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(#00000080),to(#0000));background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(#00000080),to(#0000));background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(#00000080),to(#0000));background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(#00000080),to(#0000));background-image:linear-gradient(180deg,#00000080,#0000)}}
.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;-webkit-box-sizing:border-box;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}
.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}
.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}
.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}
.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--swiper-navigation-size);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;-o-object-fit:contain;object-fit:contain;-webkit-transform-origin:center;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}
.swiper-button-lock{display:none}
.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}
.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}
.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}
.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}}
.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}}
.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .3s;transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}
.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}}
.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}
.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;-webkit-transition:top .2s,-webkit-transform .2s;transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}}}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{-webkit-transition:left .2s,-webkit-transform .2s;transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}}}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}
.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}
.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}
.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}}
.swiper-slide-zoomed{cursor:move;-ms-touch-action:none;touch-action:none}
.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{margin:0 auto;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-grid-column>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-fade{&.swiper-free-mode{.swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}
.swiper.swiper-cube{overflow:visible}
.swiper-cube{.swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";-webkit-filter:blur(50px);filter:blur(50px);left:0;position:absolute;right:0;top:0}}}
.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}
.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}}
.swiper.swiper-flip{overflow:visible}
.swiper-flip{.swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}
.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}}
.swiper-creative{.swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}}
.swiper.swiper-cards{overflow:visible}
.swiper-cards{.swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transform-origin:center bottom;transform-origin:center bottom}}
.f-en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal; }
.f-en-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; }
.f-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal; }
.c-green {
  color: var(--c-green); }
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/**
 * for tablet and Pc. large viewport
 */
@custom-media --desktop(min-width: 1280px);
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/**
 * hover
 */
/**
 * styles
 */
/**
* Variables
*/
/** extend */
@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }
@keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }
[data-mask] {
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block; }
.-inview [data-mask] {
    opacity: 1; }
[data-mask="1"] {
  -webkit-transition: opacity 2s 0.4s;
  transition: opacity 2s 0.4s; }
[data-mask="2"] {
  -webkit-transition: opacity 2s 0.6s;
  transition: opacity 2s 0.6s; }
[data-mask="3"] {
  -webkit-transition: opacity 2s 0.8s;
  transition: opacity 2s 0.8s; }
[data-mask="4"] {
  -webkit-transition: opacity 2s 1s;
  transition: opacity 2s 1s; }
[data-mask="5"] {
  -webkit-transition: opacity 2s 1.2s;
  transition: opacity 2s 1.2s; }
[data-mask="6"] {
  -webkit-transition: opacity 2s 1.4s;
  transition: opacity 2s 1.4s; }
[data-mask="7"] {
  -webkit-transition: opacity 2s 1.6s;
  transition: opacity 2s 1.6s; }
[data-mask="8"] {
  -webkit-transition: opacity 2s 1.8s;
  transition: opacity 2s 1.8s; }
[data-mask="9"] {
  -webkit-transition: opacity 2s 2s;
  transition: opacity 2s 2s; }
[data-slideIn] {
  opacity: 0;
  -webkit-transform: translateX(10%);
          transform: translateX(10%); }
.-inview [data-slideIn] {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
[data-slideIn="1"] {
  -webkit-transition: opacity 0.4s 1.12s, -webkit-transform 0.4s 1.12s;
  transition: opacity 0.4s 1.12s, -webkit-transform 0.4s 1.12s;
  transition: opacity 0.4s 1.12s, transform 0.4s 1.12s;
  transition: opacity 0.4s 1.12s, transform 0.4s 1.12s, -webkit-transform 0.4s 1.12s; }
[data-slideIn="2"] {
  -webkit-transition: opacity 0.4s 1.24s, -webkit-transform 0.4s 1.24s;
  transition: opacity 0.4s 1.24s, -webkit-transform 0.4s 1.24s;
  transition: opacity 0.4s 1.24s, transform 0.4s 1.24s;
  transition: opacity 0.4s 1.24s, transform 0.4s 1.24s, -webkit-transform 0.4s 1.24s; }
[data-slideIn="3"] {
  -webkit-transition: opacity 0.4s 1.36s, -webkit-transform 0.4s 1.36s;
  transition: opacity 0.4s 1.36s, -webkit-transform 0.4s 1.36s;
  transition: opacity 0.4s 1.36s, transform 0.4s 1.36s;
  transition: opacity 0.4s 1.36s, transform 0.4s 1.36s, -webkit-transform 0.4s 1.36s; }
[data-slideIn="4"] {
  -webkit-transition: opacity 0.4s 1.48s, -webkit-transform 0.4s 1.48s;
  transition: opacity 0.4s 1.48s, -webkit-transform 0.4s 1.48s;
  transition: opacity 0.4s 1.48s, transform 0.4s 1.48s;
  transition: opacity 0.4s 1.48s, transform 0.4s 1.48s, -webkit-transform 0.4s 1.48s; }
@-webkit-keyframes rotateAndFloat {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0); }
  25% {
    -webkit-transform: rotate(45deg) translate(-30px, -30px);
            transform: rotate(45deg) translate(-30px, -30px); }
  50% {
    -webkit-transform: rotate(90deg) translate(0, 0);
            transform: rotate(90deg) translate(0, 0); }
  100% {
    -webkit-transform: rotate(90deg) translate(0, 0);
            transform: rotate(90deg) translate(0, 0); } }
@keyframes rotateAndFloat {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0); }
  25% {
    -webkit-transform: rotate(45deg) translate(-30px, -30px);
            transform: rotate(45deg) translate(-30px, -30px); }
  50% {
    -webkit-transform: rotate(90deg) translate(0, 0);
            transform: rotate(90deg) translate(0, 0); }
  100% {
    -webkit-transform: rotate(90deg) translate(0, 0);
            transform: rotate(90deg) translate(0, 0); } }
@-webkit-keyframes rotateAndFloat2 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0); }
  50% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0); }
  75% {
    -webkit-transform: rotate(45deg) translate(-30px, -30px);
            transform: rotate(45deg) translate(-30px, -30px); }
  100% {
    -webkit-transform: rotate(90deg) translate(0, 0);
            transform: rotate(90deg) translate(0, 0); } }
@keyframes rotateAndFloat2 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0); }
  50% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0); }
  75% {
    -webkit-transform: rotate(45deg) translate(-30px, -30px);
            transform: rotate(45deg) translate(-30px, -30px); }
  100% {
    -webkit-transform: rotate(90deg) translate(0, 0);
            transform: rotate(90deg) translate(0, 0); } }
@-webkit-keyframes rotateTriangle {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0); }
  80% {
    -webkit-transform: rotate(360deg) translate(0, 0);
            transform: rotate(360deg) translate(0, 0); }
  100% {
    -webkit-transform: rotate(360deg) translate(0, 0);
            transform: rotate(360deg) translate(0, 0); } }
@keyframes rotateTriangle {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0); }
  80% {
    -webkit-transform: rotate(360deg) translate(0, 0);
            transform: rotate(360deg) translate(0, 0); }
  100% {
    -webkit-transform: rotate(360deg) translate(0, 0);
            transform: rotate(360deg) translate(0, 0); } }
@-webkit-keyframes scaleTriangle {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #FA722E; }
  46% {
    -webkit-transform: scale(4.4);
            transform: scale(4.4);
    background-color: #FA722E; }
  49.9% {
    -webkit-transform: scale(4.4);
            transform: scale(4.4);
    background-color: #FA722E; }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #63BBE4; }
  96% {
    -webkit-transform: scale(4.4);
            transform: scale(4.4);
    background-color: #63BBE4; }
  99.9% {
    -webkit-transform: scale(4.4);
            transform: scale(4.4);
    background-color: #63BBE4; }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #FA722E; } }
@keyframes scaleTriangle {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #FA722E; }
  46% {
    -webkit-transform: scale(4.4);
            transform: scale(4.4);
    background-color: #FA722E; }
  49.9% {
    -webkit-transform: scale(4.4);
            transform: scale(4.4);
    background-color: #FA722E; }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #63BBE4; }
  96% {
    -webkit-transform: scale(4.4);
            transform: scale(4.4);
    background-color: #63BBE4; }
  99.9% {
    -webkit-transform: scale(4.4);
            transform: scale(4.4);
    background-color: #63BBE4; }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #FA722E; } }
@-webkit-keyframes bgCircle {
  0% {
    background-color: #63BBE4; }
  47% {
    background-color: #63BBE4; }
  47.5% {
    background-color: #FA722E; }
  50% {
    background-color: #FA722E; }
  97% {
    background-color: #FA722E; }
  97.5% {
    background-color: #63BBE4; }
  100% {
    background-color: #63BBE4; } }
@keyframes bgCircle {
  0% {
    background-color: #63BBE4; }
  47% {
    background-color: #63BBE4; }
  47.5% {
    background-color: #FA722E; }
  50% {
    background-color: #FA722E; }
  97% {
    background-color: #FA722E; }
  97.5% {
    background-color: #63BBE4; }
  100% {
    background-color: #63BBE4; } }
/* == @import "../node_modules/normalize.css/normalize.css"; */
[v-cloak] {
  display: none; }
html {
  font-size: 62.5%; }
body {
  font-family: var(--f-ja);
  font-size: 1.0rem;
  letter-spacing: 0; }
a {
  color: inherit;
  text-decoration: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
  margin: 0;
  padding: 0; }
ul, ol, li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
img {
  vertical-align: bottom; }
figure {
  margin: 0;
  padding: 0; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
.l-main {
  line-height: 1.2; }
.l-footer {
  font-weight: bold;
  background-color: #fff; }
.l-footer__logo {
    width: 174px; }
.l-footer__row {
    margin-top: 80px; }
.l-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.l-footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-style: normal; }
.l-footer__copy {
    font-size: 1.6rem;
    color: var(--c-text-gray);
    margin-left: auto; }
.c-pagetop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto; }
.l-footer-top {
  background-color: #fff;
  padding-top: 80px; }
.l-footer-top .c-btn-square {
    margin: 0 auto; }
.l-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: transparent;
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }
.l-header .f-ja {
    font-weight: bold; }
.l-header .f-en {
    text-transform: uppercase;
    font-weight: bold; }
.l-header__row {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.l-header__logo {
    line-height: 1;
    width: 235px; }
.l-header__logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.l-header[data-scroll="true"] {
    background-color: #fff; }
.c-header-observer {
  height: 20vh;
  position: absolute;
  pointer-events: none; }
.c-global-nav {
  line-height: 1.2;
  font-weight: bold; }
.c-global-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.c-global-nav .f-en {
    font-weight: bold;
    margin-top: 8px;
    font-size: 3.2rem;
    color: var(--c-text-gray);
    text-transform: uppercase; }
.c-global-nav .f-ja {
    font-weight: bold; }
/**
 * main.scss
 */
:root {
  --f-ja: "Noto Sans JP", sans-serif;
  --f-en: "Poppins";
  --c-black: #1D2726;
  --c-green: #005B2D;
  --c-emerald: #0BD5B8;
  --c-bg-gray: #E8F2F5;
  --c-text-gray: #D9D9D9;
  --c-text: #000;
  --l-pc-top: 90px;
  --l-sp-top: 85px; }
html {
  scroll-behavior: smooth; }
body {
  color: var(--c-text); }
img {
  max-width: 100%; }
.l-container {
  position: relative; }
.l-main {
  line-height: 1.5; }
.l-inner {
  position: relative; }
.p-index-kv {
  position: relative;
  overflow: hidden; }
.p-index-kv__h1 {
    position: relative;
    z-index: 2;
    line-height: 1.2; }
.p-index-kv__figure {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    z-index: 1; }
.p-index-kv__figure .c-figure01 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 2;
      grid-row: 2 / 4;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3; }
.p-index-kv__figure .c-figure02 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
      grid-column: 2 / 4; }
.p-index-kv__figure .c-figure03 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 2;
      grid-row: 2 / 4;
      -ms-grid-column: 3;
      -ms-grid-column-span: 2;
      grid-column: 3 / 5; }
.p-index-kv__figure .c-figure04 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
      grid-column: 4 / 6; }
.p-index-kv__catch {
    line-height: 1.5;
    font-weight: bold; }
.p-index-news__text {
  margin-top: 40px; }
.c-news-list__item {
  color: #fff;
  background-color: var(--c-black); }
.c-news-list__item:nth-of-type(n + 2) {
    margin-top: 16px; }
.c-news-list__item.-recruit {
    background-color: var(--c-green); }
.c-news-list__date {
  font-weight: bold;
  width: 120px;
  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;
  background-color: #fff;
  aspect-ratio: 1 / 1;
  line-height: 1;
  font-size: 1.6rem;
  text-align: center;
  color: var(--c-text); }
.c-news-list__date-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.5em; }
.c-news-list__date-month {
    font-size: 2.4rem; }
.c-news-list__date-slash {
    font-size: 4rem;
    font-weight: normal;
    margin-left: -0.25em;
    margin-right: -0.1em; }
.c-news-list__date-day {
    margin-top: 0.15em;
    font-size: 4rem; }
.c-news-list__deadline {
  font-weight: bold;
  background-color: #fff;
  color: var(--c-text);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 10px 15px; }
.c-news-list__title {
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-top: 8px; }
.c-news-list__title:before {
    content: '';
    display: block;
    aspect-ratio: 1 / 1;
    background-color: var(--c-emerald);
    width: 10px;
    position: absolute;
    left: 0;
    top: 0.25em; }
.c-news-list__title:before {
    top: 0.6em; }
.c-news-list__description {
  line-height: 1.5;
  margin-top: 14px; }
.c-news-list .c-arrow-square {
  position: absolute;
  background-color: var(--c-bg-gray); }
.c-mission-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.c-mission-list__item {
    background-color: #fff;
    color: var(--c-text); }
.c-mission-list__img {
    aspect-ratio: 1 / 1;
    width: 126px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-mission-list__title {
    font-size: 3.2rem;
    margin-bottom: 24px; }
.c-mission-list .c-list-indent li {
    text-indent: -2em;
    margin-left: 2em; }
.c-mission-list .c-list-indent li:nth-of-type(n + 2) {
      margin-top: 6px; }
.c-mission-list .-mission1 .c-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-mission-list .-mission1 .c-blue-rect {
    aspect-ratio: 1 / 1;
    width: 110px;
    background-color: #63BBE4;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    -webkit-animation: bgCircle linear 2.4s 0s infinite;
            animation: bgCircle linear 2.4s 0s infinite; }
.c-mission-list .-mission1 .c-orange-triangle {
    aspect-ratio: 1/cos(30deg);
    width: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background-color: #FA722E;
    -webkit-transform-origin: center 70%;
            transform-origin: center 70%;
    z-index: 2;
    -webkit-animation: scaleTriangle linear 2.4s 0s infinite;
            animation: scaleTriangle linear 2.4s 0s infinite; }
.c-mission-list .-mission2 .c-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-mission-list .-mission2 .c-yellow-rect {
    aspect-ratio: 1 / 1;
    width: 60px;
    background-color: #FFD740;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation: rotateAndFloat linear 1.6s 0s infinite;
            animation: rotateAndFloat linear 1.6s 0s infinite; }
.c-mission-list .-mission2 .c-green-rect {
    margin-left: -15px;
    aspect-ratio: 1 / 1;
    width: 60px;
    background-color: #0BD5B8;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation: rotateAndFloat2 linear 1.6s 0s infinite;
            animation: rotateAndFloat2 linear 1.6s 0s infinite; }
.c-mission-list .-mission3 .c-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-mission-list .-mission3 .c-green-triangle {
    aspect-ratio: cos(30deg)/1;
    width: 63px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background-color: #005B2D;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation: rotateTriangle linear 1.8s 0s infinite;
            animation: rotateTriangle linear 1.8s 0s infinite; }
.c-mission-list .-mission3 .c-pink-triangle {
    aspect-ratio: cos(30deg)/1;
    width: 63px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #EA9BBA;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation: rotateTriangle linear 1.8s 0s infinite;
            animation: rotateTriangle linear 1.8s 0s infinite; }
.p-index-business .c-title-h2 {
  margin-bottom: 24px; }
.p-index-business__img {
  max-width: 815px;
  margin: 80px auto 0; }
.c-business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.8; }
.c-business-list__item {
    border: solid 2px currentColor; }
.c-business-list__title {
    line-height: 1.4;
    font-size: 2.4rem;
    margin-bottom: 24px;
    text-align: center; }
.c-business-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px; }
.c-culture-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px currentColor; }
.c-culture-block__title {
  font-size: 4rem;
  line-height: 1; }
.c-culture-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.c-culture-block__list li {
    background-color: #fff; }
.p-index-image {
  position: relative;
  overflow: hidden; }
.p-index-image img {
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.c-team-block {
  margin-top: 80px; }
.c-team-block__title {
    font-size: 4rem;
    line-height: 1.3;
    margin-bottom: 40px; }
.c-person-list {
  line-height: 1; }
.c-person-list__item {
    position: relative; }
.c-person-list__item:nth-of-type(n + 2) {
      margin-top: 40px; }
.c-person-list__item a {
      display: block; }
.c-person-list__text {
    position: absolute;
    left: 0;
    max-width: 272px; }
.c-person-list__division {
    line-height: 1.2;
    background-color: var(--c-green);
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
.c-person-list__history {
    line-height: 1.2;
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold; }
.c-person-list .c-arrow-square {
    position: absolute;
    background-color: var(--c-bg-gray);
    -webkit-transition: background-color .2s;
    transition: background-color .2s; }
.c-flow-list {
  position: relative; }
.c-flow-list:before {
    content: '';
    position: absolute;
    background-color: var(--c-green); }
.c-flow-list__item {
    position: relative; }
.c-flow-list__step {
    aspect-ratio: 1 / 1;
    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;
    border: solid 10px var(--c-green);
    background-color: var(--c-green);
    font-family: var(--f-en);
    font-weight: bold;
    color: #fff; }
.-step4 .c-flow-list__step {
      background-color: #fff;
      color: var(--c-text);
      font-family: var(--f-ja); }
.c-flow-list__bubble {
    background-color: #fff; }
.c-flow-list__bubble:before {
      content: '';
      position: absolute;
      background-color: #fff;
      aspect-ratio: 1 / 1; }
.c-flow-list__dl {
    font-weight: bold;
    text-align: center; }
.c-flow-list__dl:nth-of-type(n + 2) {
      margin-top: 14px;
      padding-top: 14px;
      border-top: solid 1px currentColor; }
.c-flow-list__dl dt {
      color: var(--c-green);
      margin-bottom: 8px; }
.c-flow-list .c-list-indent {
    margin-top: 8px; }
.c-faq-panel {
  margin-top: 24px;
  background-color: var(--c-bg-gray);
  color: var(--c-text);
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer; }
.c-faq-panel__q, .c-faq-panel__a {
    color: var(--c-green);
    font-weight: bold; }
.c-faq-panel__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.c-faq-panel__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: solid 1px var(--c-text-gray); }
.c-faq-panel__arrows {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    margin-left: auto; }
.c-faq-panel__arrows .-to-top {
      position: absolute;
      top: 0;
      width: 100%;
      opacity: 0;
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
.c-faq-panel__arrows .-to-top .c-arrow-square {
        background-color: var(--c-bg-gray); }
.c-faq-panel__arrows .-to-bottom {
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
.c-faq-panel__arrows .-to-bottom .c-arrow-square {
        background-color: #fff; }
.c-faq-panel .c-arrow-square {
    width: 100%; }
.c-faq-panel.-open {
    background-color: #fff; }
.c-faq-panel.-open .-to-bottom {
      opacity: 0; }
.c-faq-panel.-open .-to-top {
      opacity: 1; }
.p-person-kv__title {
  line-height: 1; }
.p-person-kv__title span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
.p-person-kv__position {
  background-color: var(--c-black);
  color: #fff;
  padding: 8px 16px;
  font-size: 1.6rem;
  line-height: 1.2; }
.p-person-kv__division {
  background-color: var(--c-green);
  color: #fff;
  line-height: 1.2; }
.p-person-kv__division small {
    display: block; }
.p-person-kv__name {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2; }
.p-person-kv__history {
  font-size: 1.6rem;
  margin-left: 1em; }
.p-person-kv__img img {
  width: 100%; }
.c-column-section {
  counter-increment: number;
  font-weight: bold; }
.c-column-section__h2 {
    font-size: 1.6rem;
    color: var(--c-emerald);
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    line-height: 1.5; }
.c-column-section__h2:before {
      content: "0" counter(number); }
.c-column-section__body {
    line-height: 1.8; }
.c-slide-center {
  position: relative; }
.c-slide-center__prev, .c-slide-center__next {
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer; }
.c-slide-center .c-arrow-square {
    width: 100%;
    background-color: var(--c-bg-gray); }
.p-requirement-detail {
  background-color: var(--c-bg-gray); }
.c-entry {
  background-color: #fff; }
.c-entry-head {
  border-bottom: solid 1px var(--c-text-gray); }
.c-entry-head__deadline {
    background-color: var(--c-green);
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 24px;
    margin-bottom: 24px; }
.c-entry-head__title {
    line-height: 1.4;
    margin-bottom: 24px;
    font-size: 3.2rem; }
.c-entry-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  border-bottom: solid 1px var(--c-text-gray); }
.c-entry-block__title {
    padding: 8px 24px;
    background-color: var(--c-black);
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
.c-entry-footer {
  line-height: 1.6; }
.c-entry-footer__h2 {
    line-height: 1.4;
    margin-bottom: 16px; }
.c-entry-footer__h3 {
    line-height: 1.7;
    font-size: 2.4rem; }
.c-entry-footer__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px; }
.c-wysiwyg {
  line-height: 1.8;
  font-size: 1.6rem; }
.c-wysiwyg p + p {
    margin-top: 32px; }
.c-wysiwyg a {
    color: var(--c-green);
    text-decoration: underline; }
.c-panel-body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }
.c-arrow-square {
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  aspect-ratio: 1 / 1;
  width: 32px; }
.c-arrow-square .c-arrow-before,
  .c-arrow-square .c-arrow-after {
    width: 100%;
    height: 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;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s; }
.-external .c-arrow-square .c-arrow-before, .-external
    .c-arrow-square .c-arrow-after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
.c-arrow-square .c-arrow-after {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.c-arrow-square svg {
    width: 100%;
    height: 100%;
    fill: var(--c-text);
    aspect-ratio: 14 / 8;
    width: 14px; }
.-to-top .c-arrow-square {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
.-to-bottom .c-arrow-square {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
.-to-right .c-arrow-square {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
.c-link-arrow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--f-en), var(--f-ja);
  font-weight: bold; }
.c-link-arrow a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color .2s;
    transition: color .2s; }
.c-link-arrow__text {
    text-decoration: underline; }
.c-link-arrow .c-arrow-square {
    background-color: var(--c-emerald); }
.c-btn-square {
  width: 247px;
  height: 64px;
  font-size: 1.6rem;
  font-weight: bold; }
.c-btn-square a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: var(--c-green); }
.c-btn-square__text {
    padding: 0 30px; }
.c-btn-square .c-arrow-square {
    width: 60px; }
.c-btn-square .c-arrow-square:before {
      width: 1px;
      height: 20px;
      content: '';
      display: block;
      border-left: dotted 1px currentColor;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
.c-btn-square svg {
    fill: currentColor; }
.c-btn-download {
  color: #fff;
  line-height: 1.2;
  -moz-text-align-last: left;
       text-align-last: left; }
.c-btn-download a {
    width: 100%;
    height: 100%;
    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;
    background-color: var(--c-black);
    -webkit-transition: background-color .2s;
    transition: background-color .2s; }
.c-btn-download__text {
    font-size: 4rem;
    font-weight: bold;
    position: relative;
    padding-left: 32px; }
.c-btn-download__text:before {
      content: '';
      display: block;
      aspect-ratio: 1 / 1;
      width: 10px;
      background-color: var(--c-emerald);
      -webkit-transition: background-color .2s;
      transition: background-color .2s;
      position: absolute;
      left: 0;
      top: 0.5em; }
.c-btn-download .c-arrow-square {
    background-color: var(--c-bg-gray);
    width: 64px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-btn-download .c-arrow-square svg {
      aspect-ratio: 23 / 20;
      width: 23px;
      -webkit-transition: fill .2s;
      transition: fill .2s; }
.c-btn-download.-entry a {
    background-color: var(--c-green); }
.c-btn-entry {
  color: #fff;
  line-height: 1.2;
  -moz-text-align-last: left;
       text-align-last: left; }
.c-btn-entry a {
    width: 100%;
    height: 100%;
    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;
    background-color: var(--c-black);
    -webkit-transition: background-color .2s;
    transition: background-color .2s; }
.c-btn-entry__l {
    line-height: 1; }
.c-btn-entry .f-en {
    font-size: 4.8rem;
    font-weight: bold; }
.c-btn-entry__text {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px; }
.c-btn-entry__text:before {
      content: '';
      display: block;
      aspect-ratio: 1 / 1;
      width: 10px;
      background-color: var(--c-emerald);
      -webkit-transition: background-color .2s;
      transition: background-color .2s;
      position: absolute;
      left: 0;
      top: 0.25em; }
.c-btn-entry__site {
    text-decoration: underline; }
.c-btn-entry .c-arrow-square {
    background-color: var(--c-bg-gray);
    width: 64px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-btn-entry .c-arrow-square svg {
      -webkit-transition: fill .2s;
      transition: fill .2s; }
.c-btn-entry.-entry a {
    background-color: var(--c-green); }
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
.c-list-indent > li {
  margin-left: 1em;
  text-indent: -1em; }
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto; }
.c-pagination__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px; }
.c-pagination__item, .c-pagination__prev, .c-pagination__first, .c-pagination__last, .c-pagination__next {
    cursor: pointer; }
.c-pagination__item a, .c-pagination__prev a, .c-pagination__first a, .c-pagination__last a, .c-pagination__next a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 45px;
      height: 45px;
      border: 1px solid #999;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
.c-pagination__item a:hover, .c-pagination__prev a:hover, .c-pagination__first a:hover, .c-pagination__last a:hover, .c-pagination__next a:hover {
        background: #333;
        color: #fff; }
.c-pagination__item a[href=""], .c-pagination__prev a[href=""], .c-pagination__first a[href=""], .c-pagination__last a[href=""], .c-pagination__next a[href=""] {
      pointer-events: none; }
.c-pagination__item:has([aria-current="page"]) {
    background: #333; }
.c-pagination__item:has([aria-current="page"]) a {
      color: #fff;
      pointer-events: none; }
.c-pagination__sep span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45px;
    height: 45px; }
.c-title-h1,
.c-title-h2 {
  line-height: 1; }
.c-title-h1 .f-ja,
  .c-title-h2 .f-ja {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding-left: 1em; }
.c-title-h1 .f-ja:before,
    .c-title-h2 .f-ja:before {
      content: '';
      display: block;
      aspect-ratio: 1 / 1;
      background-color: var(--c-emerald);
      width: 10px;
      position: absolute;
      left: 0;
      top: 0.25em; }
.c-title-h1 .f-en,
  .c-title-h2 .f-en {
    display: block;
    font-weight: bold;
    margin-top: 8px; }
.c-bg-black {
  background-color: var(--c-black);
  color: #fff; }
.c-bg-gray {
  background-color: var(--c-bg-gray); }
/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post_article strong {
  font-weight: bold; }
.c-wp-post_article em {
  font-style: italic; }
.c-wp-post_article ul {
  margin-left: 1em;
  display: block;
  list-style-type: disc !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article ol {
  display: block;
  list-style-type: decimal !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article li {
  display: list-item;
  text-align: match-parent; }
.c-wp-post_article img {
  width: auto; }
.c-wp-post_article .alignleft {
  display: inline;
  float: left; }
.c-wp-post_article .alignright {
  display: inline;
  float: right; }
.c-wp-post_article .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.c-wp-post_article blockquote.alignleft,
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }
.c-wp-post_article blockquote.alignright,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }
.c-wp-post_article blockquote.aligncenter,
.c-wp-post_article .wp-caption.aligncenter,
.c-wp-post_article img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article .wp-caption.aligncenter {
  margin-bottom: 1.2em; }
/**
 * clearfix micro
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }
/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.u-hide {
  display: none; }
.u-click {
  cursor: pointer; }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-animation: __debug_mihon__ 1s infinite;
          animation: __debug_mihon__ 1s infinite; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: 0px; }
@-webkit-keyframes __debug_mihon__ {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
@media (min-width: 960px) {
  .ex-link {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .ex-link:hover {
      opacity: .5; }
    .l-footer {
      padding: 45px; }
      .l-footer__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .l-footer__bottom {
        margin-top: 80px;
        gap: 80px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .l-footer__address {
        gap: 32px; }
    .l-header__row {
      height: var(--l-pc-top);
      padding: 0 40px; }
    .l-header__logo {
      margin-right: 1em; }
  .l-header-nav {
    font-family: var(--f-en); }
    .l-header-nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 32px; }
      .l-header-nav__list a {
        -webkit-transition: color .2s;
        transition: color .2s; }
    .c-global-nav {
      max-width: 760px; }
      .c-global-nav__list {
        gap: 40px 48px; }
    body {
      font-size: 1.6rem; }
      body .sp {
        display: none !important; }
      body .tel-link {
        pointer-events: none; }
    .l-container {
      min-width: 1100px; }
    .l-main {
      min-width: 1100px; }
      .l-main main {
        padding-top: var(--l-pc-top); }
    .l-inner {
      width: 1100px;
      margin: 0 auto; }
    .p-index-kv {
      max-width: 1560px;
      margin: 0 auto; }
      .p-index-kv__h1 {
        margin-left: 40px;
        font-size: clamp(9.16667rem, 8.33333vw, 12rem); }
      .p-index-kv__figure {
        gap: 32px;
        max-width: 1234px;
        position: absolute;
        right: 0;
        top: 60px;
        width: 85.69444vw; }
      .p-index-kv__catch {
        margin: 440px auto 0;
        max-width: 1100px;
        font-size: 4rem; }
  .p-index-news {
    padding: 200px 0; }
  .c-news-list {
    margin-top: 32px; }
    .c-news-list__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 50px 200px 50px 40px;
      gap: 30px; }
    .c-news-list .c-arrow-square {
      width: 64px;
      right: 40px; }
    .c-news-list__date + .c-news-list__outline {
      max-width: 710px; }
  .p-index-mission {
    padding: 200px 0; }
    .c-mission-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 80px; }
      .c-mission-list__item {
        padding: 58px 40px 80px;
        width: 530px; }
      .c-mission-list__img {
        margin-bottom: 46px; }
  .p-index-business {
    padding: 200px 0; }
    .p-index-business .c-btn-square {
      margin: 120px auto 0; }
    .c-business-list {
      gap: 25px;
      margin-top: 80px; }
      .c-business-list__item {
        width: 350px;
        padding: 36px; }
        .c-business-list__item.-big {
          width: 725px; }
  .p-index-culture {
    padding: 200px 0; }
  .c-culture-block {
    margin-top: 120px; }
    .c-culture-block__head {
      padding-bottom: 20px; }
    .c-culture-block__description {
      width: 610px; }
    .c-culture-block__list {
      margin-top: 40px;
      gap: 24px; }
      .c-culture-block__list li {
        width: 350px;
        padding: 40px; }
    .p-index-image {
      height: 504px; }
  .p-index-team {
    padding: 200px 0; }
    .c-team-block {
      width: 815px; }
  .p-index-person {
    max-width: 1440px;
    margin: 0 auto;
    padding: 200px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px; }
    .p-index-person .c-title-h2 {
      margin-left: 40px;
      position: sticky;
      top: calc(var(--l-pc-top) + 40px); }
    .c-person-list {
      max-width: 800px; }
      .c-person-list__text {
        bottom: 40px; }
      .c-person-list__division {
        padding: 16px 24px;
        font-size: 5.6rem; }
      .c-person-list__history {
        font-size: 1.6rem;
        padding: 6px 13px; }
      .c-person-list .c-arrow-square {
        width: 80px;
        right: 16px;
        bottom: 16px; }
  .p-index-flow {
    padding: 200px 0; }
    .c-flow-list {
      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;
      gap: 114px;
      margin: 80px auto 0;
      width: 800px; }
      .c-flow-list:before {
        width: 100%;
        height: 10px;
        left: 0;
        top: 218px; }
      .c-flow-list__item {
        padding-top: 165px;
        padding-bottom: 240px; }
      .c-flow-list__step {
        width: 115px; }
      .c-flow-list__bubble {
        min-width: 400px;
        min-height: 120px;
        padding: 20px 30px;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        .c-flow-list__bubble:before {
          width: 30px;
          clip-path: polygon(0 0, 100% 0, 50% 100%);
          top: 98%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .-step2 .c-flow-list__bubble {
          top: auto;
          bottom: 0;
          width: 440px; }
          .-step2 .c-flow-list__bubble:before {
            bottom: 98%;
            top: auto;
            -webkit-transform: translateX(-50%) rotate(180deg);
                    transform: translateX(-50%) rotate(180deg); }
      .c-flow-list__dl {
        width: 360px; }
      .c-flow-list .c-list-indent {
        text-align: center; }
  .p-index-faq {
    padding: 200px 0; }
    .c-faq-panel {
      padding: 48px; }
      .c-faq-panel__head {
        gap: 40px; }
      .c-faq-panel__body {
        padding-top: 48px;
        margin-top: 48px;
        gap: 40px; }
      .c-faq-panel__q, .c-faq-panel__a {
        font-size: 4rem; }
      .c-faq-panel__a {
        margin-top: -13px; }
      .c-faq-panel__title {
        font-size: 2.4rem;
        margin-top: 12px; }
      .c-faq-panel__arrows {
        width: 64px; }
  .p-person-kv {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 394px;
    padding-right: 24px; }
    .p-person-kv__head {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      position: absolute;
      left: 64px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      max-width: 53.8%; }
    .p-person-kv__division {
      font-size: 8rem;
      padding: 16px 24px;
      margin-top: 32px; }
      .p-person-kv__division small {
        font-size: 5.6rem; }
    .p-person-kv__name {
      margin-top: 48px; }
  .p-person-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 200px 0;
    position: relative; }
  .p-person-column-observer {
    position: fixed;
    height: 200px;
    top: calc(var(--l-pc-top) + 40px);
    width: 100%;
    background-color: #ff0;
    opacity: .1; }
  .p-person-column-nav {
    max-width: 316px;
    font-weight: bold;
    font-size: 2.4rem; }
    .p-person-column-nav__list {
      position: sticky;
      top: calc(var(--l-pc-top) + 40px); }
    .p-person-column-nav__item {
      counter-increment: nav_number; }
      .p-person-column-nav__item:nth-of-type(n + 2) {
        margin-top: 24px; }
      .p-person-column-nav__item a {
        -webkit-transition: color .2s;
        transition: color .2s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px; }
        .p-person-column-nav__item a:before {
          content: "0" counter(nav_number); }
      .p-person-column-nav__item.-current {
        color: var(--c-emerald); }
  .p-person-column-contents {
    width: 744px; }
    .c-column-section {
      padding-bottom: 200px; }
      .c-column-section:last-of-type {
        padding-bottom: 0; }
      .c-column-section img {
        margin-top: 40px; }
        .c-column-section img + p {
          margin-top: 40px; }
      .c-column-section__body {
        font-size: 2.4rem; }
  .p-person-other {
    padding: 200px 0; }
    .p-person-other__slide {
      margin: 120px auto 0; }
    .c-slide-center__prev, .c-slide-center__next {
      width: 120px;
      left: 50%; }
      .c-slide-center__prev svg, .c-slide-center__next svg {
        width: 22px; }
    .c-slide-center__prev {
      margin-left: calc(-30% - 18px);
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .c-slide-center__next {
      margin-left: calc(30% + 18px);
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .p-requirement-detail {
      padding-bottom: 200px; }
    .c-entry {
      padding: 64px;
      margin-top: 80px; }
    .c-entry-head {
      padding-bottom: 56px; }
      .c-entry-head__deadline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .c-entry-head__deadline dt:after {
          content: '：'; }
    .c-entry-block {
      padding: 56px 40px; }
      .c-entry-block__head {
        width: 224px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .c-entry-footer {
      margin-top: 80px;
      text-align: center; }
      .c-entry-footer__h2 {
        font-size: 3.2rem; }
      .c-entry-footer__address {
        margin-top: 24px;
        line-height: 1.7; }
      .c-entry-footer__h3 {
        margin-bottom: 8px; }
      .c-entry-footer__btns {
        margin-top: 48px; }
    .c-link-arrow a {
      gap: 15px; }
    .c-btn-download {
      width: 100%;
      height: 168px; }
      .c-btn-download a {
        padding: 40px; }
    .c-btn-entry {
      width: 100%;
      height: 168px; }
      .c-btn-entry a {
        padding: 40px; }
      .c-btn-entry__r {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 24px; }
  .c-page-head {
    margin-top: 100px; }
    .c-title-h1 .f-en,
    .c-title-h2 .f-en {
      font-size: 12rem; }
  .for-mobile {
    display: none; } }
@media (max-width: 959px) {
  html, body {
    width: 100%;
    height: 100%; }
  h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
    margin: 0;
    padding: 0; }
  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
    .l-footer {
      padding: 40px 16px; }
      .l-footer__logo {
        margin-top: 24px;
        margin-left: auto; }
      .l-footer__bottom {
        margin-top: 56px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        gap: 24px; }
      .l-footer__address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        gap: 16px; }
      .l-footer__copy {
        margin-top: 16px; }
    .l-header__row {
      height: var(--l-sp-top);
      padding: 0 16px; }
    .l-header .c-global-nav {
      background-color: #fff;
      width: 100%;
      height: 100vh;
      position: absolute;
      overflow-y: scroll;
      left: 0;
      top: 0;
      padding: 135px 25px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .2s, visibility .2s;
      transition: opacity .2s, visibility .2s; }
    .c-global-nav__list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 40px 0; }
    .c-global-nav__item {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: calc((100% - 20px) / 2); }
    .c-global-nav .c-link-arrow {
      margin-top: 48px;
      margin-left: auto; }
  .c-menu-btn {
    width: 40px;
    aspect-ratio: 1 / 1;
    position: relative;
    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; }
    .c-menu-btn:before {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #000;
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
    .c-menu-btn__bar {
      position: relative;
      height: calc(100% - 18px); }
      .c-menu-btn__bar:before, .c-menu-btn__bar:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        background-color: #000;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s; }
      .c-menu-btn__bar:before {
        top: 0; }
      .c-menu-btn__bar:after {
        bottom: 0; }
  .-open .c-menu-btn:before {
    opacity: 0; }
  .-open .c-menu-btn__bar:before {
    -webkit-transform: rotate(27deg) translate(4px, 8px);
            transform: rotate(27deg) translate(4px, 8px); }
  .-open .c-menu-btn__bar:after {
    -webkit-transform: rotate(-27deg) translate(4px, -9px);
            transform: rotate(-27deg) translate(4px, -9px); }
  .-open .l-header .c-global-nav.sp {
    opacity: 1;
    visibility: visible; }
    body {
      font-size: 1.6rem; }
      body .pc {
        display: none !important; }
    .l-container {
      min-width: 100%; }
    .l-main main {
      padding-top: var(--l-sp-top); }
    .l-inner {
      padding: 0 16px; }
    .p-index-kv {
      padding: 0 15px; }
      .p-index-kv__figure {
        gap: 8px;
        width: 108.39695vw;
        margin-left: -15px;
        margin-top: -32px; }
      .p-index-kv__h1 {
        font-size: 16.28499vw; }
      .p-index-kv__catch {
        margin-top: 40px; }
  .p-index-news {
    padding: 120px 0; }
    .p-index-news__text {
      margin-top: 24px; }
  .c-news-list {
    margin-top: 32px; }
    .c-news-list__item a {
      display: block;
      padding: 16px;
      position: relative; }
    .c-news-list__date {
      margin-bottom: 24px; }
    .c-news-list .c-arrow-square {
      width: 32px;
      right: 16px;
      top: 16px; }
  .p-index-mission {
    padding: 120px 0; }
    .c-mission-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 80px; }
      .c-mission-list__item {
        padding: 32px 16px; }
      .c-mission-list__img {
        margin-bottom: 16px; }
  .p-index-business {
    padding: 120px 0; }
    .p-index-business .c-btn-square {
      margin: 80px auto 0; }
    .c-business-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 80px;
      gap: 24px; }
      .c-business-list__item {
        padding: 36px 16px; }
      .c-business-list__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
  .p-index-culture {
    padding: 120px 0; }
  .c-culture-block {
    margin-top: 64px; }
    .c-culture-block:nth-of-type(1) {
      margin-top: 80px; }
    .c-culture-block__head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 24px;
      padding-bottom: 24px; }
    .c-culture-block__list {
      margin-top: 24px;
      gap: 16px; }
      .c-culture-block__list li {
        width: 100%;
        padding: 40px; }
    .p-index-image {
      height: 240px; }
  .p-index-team {
    padding: 120px 0; }
  .p-index-person {
    padding: 120px 15px; }
    .c-person-list {
      margin-top: 80px; }
      .c-person-list__text {
        bottom: 8px; }
      .c-person-list__division {
        padding: 5px 16px;
        font-size: 3.2rem; }
      .c-person-list__history {
        font-size: 1.4rem;
        padding: 5px 12px; }
      .c-person-list .c-arrow-square {
        width: 56px;
        right: 8px;
        bottom: 8px; }
  .p-index-flow {
    padding: 120px 0; }
    .c-flow-list {
      margin-top: 80px; }
      .c-flow-list:before {
        width: 10px;
        height: 90%;
        left: 45px;
        top: 10%; }
      .c-flow-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 35px; }
        .c-flow-list__item:nth-of-type(n + 2) {
          padding-top: 32px; }
        .c-flow-list__item.-step4 {
          padding-top: 80px; }
      .c-flow-list__step {
        width: 100px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .c-flow-list__bubble {
        padding: 30px 24px;
        width: calc(100% - 35px - 100px);
        position: relative; }
        .-step3 .c-flow-list__bubble {
          text-align: center; }
        .c-flow-list__bubble:before {
          width: 30px;
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
          top: 50%;
          right: 98%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
  .p-index-faq {
    padding: 120px 0; }
    .c-faq-panel {
      padding: 40px 11px; }
      .c-faq-panel__head {
        gap: 16px; }
      .c-faq-panel__body {
        padding-top: 40px;
        margin-top: 40px;
        gap: 16px; }
      .c-faq-panel__q, .c-faq-panel__a {
        font-size: 2.4rem; }
      .c-faq-panel__a {
        margin-top: -6px; }
      .c-faq-panel__title {
        font-size: 1.6rem;
        margin-top: 4px; }
      .c-faq-panel__arrows {
        width: 32px;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
  .p-person-kv__head {
    padding: 0 16px; }
  .p-person-kv__division {
    font-size: 4rem;
    padding: 8px 16px;
    margin-top: 16px; }
    .p-person-kv__division small {
      font-size: 3.2rem; }
  .p-person-kv__name {
    margin-top: 24px; }
  .p-person-kv__img {
    margin-top: 40px; }
  .p-person-column {
    padding: 80px 0 120px; }
    .c-column-section {
      padding-bottom: 120px; }
      .c-column-section:last-of-type {
        padding-bottom: 0; }
      .c-column-section img {
        margin-top: 32px; }
        .c-column-section img + p {
          margin-top: 32px; }
  .p-person-other {
    padding: 120px 0; }
    .p-person-other__slide {
      margin-top: 56px; }
    .c-slide-center__prev, .c-slide-center__next {
      width: 56px; }
    .c-slide-center__prev {
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .c-slide-center__next {
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .p-requirement-detail {
      padding-bottom: 120px; }
    .c-entry {
      padding: 40px 24px;
      margin-top: 56px; }
    .c-entry-head {
      padding-bottom: 32px; }
    .c-entry-block {
      padding: 40px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .c-entry-footer {
      margin-top: 56px; }
      .c-entry-footer__h2 {
        font-size: 2.4rem;
        text-align: center; }
      .c-entry-footer__address {
        margin-top: 32px; }
      .c-entry-footer__h3 {
        margin-bottom: 16px;
        text-align: center; }
      .c-entry-footer__btns {
        margin-top: 40px; }
    .c-link-arrow a {
      gap: 6px; }
    .c-btn-download {
      width: 100%;
      height: 256px; }
      .c-btn-download a {
        position: relative;
        padding: 40px 24px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .c-btn-download .c-arrow-square {
        position: absolute;
        right: 16px;
        bottom: 16px; }
    .c-btn-entry {
      width: 100%;
      height: 256px; }
      .c-btn-entry a {
        position: relative;
        padding: 40px 24px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .c-btn-entry__r {
        width: 100%;
        padding-right: 72px; }
      .c-btn-entry__site {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto; }
      .c-btn-entry .c-arrow-square {
        position: absolute;
        right: 16px;
        bottom: 16px; }
  .c-page-head {
    margin-top: 32px; }
    .c-title-h1 .f-en,
    .c-title-h2 .f-en {
      font-size: 7.2rem; }
  .for-large {
    display: none; } }
@media (hover: hover) {
      .l-footer__logo a {
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
        .l-footer__logo a:hover {
          opacity: .6; }
        .l-header__logo a {
          -webkit-transition: opacity .3s;
          transition: opacity .3s; }
          .l-header__logo a:hover {
            opacity: .6; }
    .c-global-nav__item a .f-en {
      -webkit-transition: color .2s;
      transition: color .2s; }
    .c-global-nav__item a:hover .f-en {
      color: var(--c-emerald); }
  .c-news-list .c-arrow-square-hover {
    -webkit-transition: background-color .2s;
    transition: background-color .2s; }
    .c-news-list .c-arrow-square-hover .c-news-list__title:before {
      -webkit-transition: color .2s;
      transition: color .2s; }
    .c-news-list .c-arrow-square-hover svg {
      -webkit-transition: fill .2s;
      transition: fill .2s; }
    .c-news-list .c-arrow-square-hover:hover {
      background-color: var(--c-emerald); }
      .c-news-list .c-arrow-square-hover:hover .c-arrow-square {
        background-color: var(--c-black); }
        .c-news-list .c-arrow-square-hover:hover .c-arrow-square svg {
          fill: #fff; }
      .c-news-list .c-arrow-square-hover:hover .c-news-list__title:before {
        background-color: #fff; }
    .c-person-list .c-arrow-square-hover:hover .c-arrow-square {
      background-color: var(--c-emerald); }
    .c-faq-panel:hover .c-arrow-square {
      background-color: var(--c-emerald) !important; }
  .p-person-column-nav__item a:hover {
    color: var(--c-emerald); }
    .c-slide-center .swiper-slide {
      position: relative;
      overflow: hidden; }
      .c-slide-center .swiper-slide img {
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s; }
      .c-slide-center .swiper-slide a:hover img {
        -webkit-transform: scale(1.04);
                transform: scale(1.04); }
    .c-slide-center .c-arrow-square-hover:hover .c-arrow-square {
      background-color: var(--c-emerald); }
      .c-wysiwyg a:hover {
        text-decoration: none; }
  .c-arrow-square-hover:hover .c-arrow-before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft; }
  .c-arrow-square-hover:hover .c-arrow-after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight; }
    .c-link-arrow a:hover {
      color: var(--c-emerald); }
      .c-link-arrow a:hover .c-arrow-square {
        background-color: var(--c-bg-gray); }
    .c-link-arrow:not(.-external) a:hover .c-arrow-before {
      -webkit-animation-name: transformRightLeft;
              animation-name: transformRightLeft; }
    .c-link-arrow:not(.-external) a:hover .c-arrow-after {
      -webkit-animation-name: transformLeftRight;
              animation-name: transformLeftRight; }
    .c-btn-square .c-arrow-square-hover {
      -webkit-transition: background-color .2s;
      transition: background-color .2s; }
      .c-btn-square .c-arrow-square-hover:hover {
        background-color: var(--c-emerald); }
      .c-btn-download a:hover {
        background-color: var(--c-emerald); }
        .c-btn-download a:hover .c-arrow-square {
          background-color: var(--c-black); }
        .c-btn-download a:hover .c-btn-download__text:before {
          background-color: currentColor; }
        .c-btn-download a:hover svg {
          fill: currentColor; }
      .c-btn-entry a:hover {
        background-color: var(--c-emerald); }
        .c-btn-entry a:hover .c-arrow-square {
          background-color: var(--c-black); }
        .c-btn-entry a:hover .c-btn-entry__text:before {
          background-color: currentColor; }
        .c-btn-entry a:hover svg {
          fill: currentColor; } }
@media (min-width: 960px) and (hover: hover) {
    .l-footer__logo a {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      .l-footer__logo a:hover {
        opacity: .6; }
        .l-header-nav__list a:hover {
          color: var(--c-emerald); } }
@media (min-width: 960px) and (max-width: 1100px) {
      .p-index-kv__figure {
        right: -70px; } }
/*# sourceMappingURL=../../_cache/_maps/styles.css.map */
