@charset "UTF-8";
/*==============================

animation

==============================*/
[data-inview] {
  /* デフォルトアニメーション */
  /* .m-dataの数字 */
  /* delay - speed */
}
[data-inview][data-inview=anime-default] {
  opacity: 0;
  transition: opacity 0.5s !important;
}
[data-inview][data-inview=anime-default].anime-default {
  opacity: 1;
}
[data-inview][data-inview=anime-value] {
  overflow-y: hidden;
  position: relative;
  z-index: 0;
}
[data-inview][data-inview=anime-value]::after {
  content: "";
  width: 100%;
  height: 15%;
  background: #ffe100;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: top left;
  transition: transform 0.7s;
  transition-delay: 1.6s;
}
[data-inview][data-inview=anime-value] img {
  transform: translateY(100%);
  transition: transform 0.4s ease-out;
  transition-delay: 1s;
}
[data-inview][data-inview=anime-value].anime-value::after {
  transform: scale(1, 1);
}
[data-inview][data-inview=anime-value].anime-value img {
  transform: translateY(0);
}
[data-inview][data-delay="1"] {
  transition-delay: 100ms;
}
[data-inview][data-delay="2"] {
  transition-delay: 200ms;
}
[data-inview][data-delay="3"] {
  transition-delay: 300ms;
}
[data-inview][data-delay="4"] {
  transition-delay: 400ms;
}
[data-inview][data-delay="5"] {
  transition-delay: 500ms;
}
[data-inview][data-delay="6"] {
  transition-delay: 600ms;
}
[data-inview][data-delay="7"] {
  transition-delay: 700ms;
}
[data-inview][data-delay="8"] {
  transition-delay: 800ms;
}
[data-inview][data-delay="9"] {
  transition-delay: 900ms;
}
[data-inview][data-delay="10"] {
  transition-delay: 1000ms;
}
[data-inview][data-delay="11"] {
  transition-delay: 1100ms;
}
[data-inview][data-delay="12"] {
  transition-delay: 1200ms;
}
[data-inview][data-delay="13"] {
  transition-delay: 1300ms;
}
[data-inview][data-delay="14"] {
  transition-delay: 1400ms;
}
[data-inview][data-delay="15"] {
  transition-delay: 1500ms;
}
[data-inview][data-delay="16"] {
  transition-delay: 1600ms;
}
[data-inview][data-delay="17"] {
  transition-delay: 1700ms;
}
[data-inview][data-delay="18"] {
  transition-delay: 1800ms;
}
[data-inview][data-delay="19"] {
  transition-delay: 1900ms;
}
[data-inview][data-delay="20"] {
  transition-delay: 2000ms;
}
[data-inview][data-delay="21"] {
  transition-delay: 2100ms;
}
[data-inview][data-delay="22"] {
  transition-delay: 2200ms;
}
[data-inview][data-delay="23"] {
  transition-delay: 2300ms;
}
[data-inview][data-delay="24"] {
  transition-delay: 2400ms;
}
[data-inview][data-delay="25"] {
  transition-delay: 2500ms;
}
[data-inview][data-delay="26"] {
  transition-delay: 2600ms;
}
[data-inview][data-delay="27"] {
  transition-delay: 2700ms;
}
[data-inview][data-delay="28"] {
  transition-delay: 2800ms;
}
[data-inview][data-delay="29"] {
  transition-delay: 2900ms;
}
[data-inview][data-delay="30"] {
  transition-delay: 3000ms;
}
[data-inview][data-delay="31"] {
  transition-delay: 3100ms;
}
[data-inview][data-delay="32"] {
  transition-delay: 3200ms;
}
[data-inview][data-delay="33"] {
  transition-delay: 3300ms;
}
[data-inview][data-delay="34"] {
  transition-delay: 3400ms;
}
[data-inview][data-delay="35"] {
  transition-delay: 3500ms;
}
[data-inview][data-delay="36"] {
  transition-delay: 3600ms;
}
[data-inview][data-delay="37"] {
  transition-delay: 3700ms;
}
[data-inview][data-delay="38"] {
  transition-delay: 3800ms;
}
[data-inview][data-delay="39"] {
  transition-delay: 3900ms;
}
[data-inview][data-delay="40"] {
  transition-delay: 4000ms;
}
[data-inview][data-delay="41"] {
  transition-delay: 4100ms;
}
[data-inview][data-delay="42"] {
  transition-delay: 4200ms;
}
[data-inview][data-delay="43"] {
  transition-delay: 4300ms;
}
[data-inview][data-delay="44"] {
  transition-delay: 4400ms;
}
[data-inview][data-delay="45"] {
  transition-delay: 4500ms;
}
[data-inview][data-delay="46"] {
  transition-delay: 4600ms;
}
[data-inview][data-delay="47"] {
  transition-delay: 4700ms;
}
[data-inview][data-delay="48"] {
  transition-delay: 4800ms;
}
[data-inview][data-delay="49"] {
  transition-delay: 4900ms;
}
[data-inview][data-delay="50"] {
  transition-delay: 5000ms;
}
[data-inview][data-delay="51"] {
  transition-delay: 5100ms;
}
[data-inview][data-delay="52"] {
  transition-delay: 5200ms;
}
[data-inview][data-delay="53"] {
  transition-delay: 5300ms;
}
[data-inview][data-delay="54"] {
  transition-delay: 5400ms;
}
[data-inview][data-delay="55"] {
  transition-delay: 5500ms;
}
[data-inview][data-delay="56"] {
  transition-delay: 5600ms;
}
[data-inview][data-delay="57"] {
  transition-delay: 5700ms;
}
[data-inview][data-delay="58"] {
  transition-delay: 5800ms;
}
[data-inview][data-delay="59"] {
  transition-delay: 5900ms;
}
[data-inview][data-delay="60"] {
  transition-delay: 6000ms;
}
[data-inview][data-delay="61"] {
  transition-delay: 6100ms;
}
[data-inview][data-delay="62"] {
  transition-delay: 6200ms;
}
[data-inview][data-delay="63"] {
  transition-delay: 6300ms;
}
[data-inview][data-delay="64"] {
  transition-delay: 6400ms;
}
[data-inview][data-delay="65"] {
  transition-delay: 6500ms;
}
[data-inview][data-delay="66"] {
  transition-delay: 6600ms;
}
[data-inview][data-delay="67"] {
  transition-delay: 6700ms;
}
[data-inview][data-delay="68"] {
  transition-delay: 6800ms;
}
[data-inview][data-delay="69"] {
  transition-delay: 6900ms;
}
[data-inview][data-delay="70"] {
  transition-delay: 7000ms;
}
[data-inview][data-delay="71"] {
  transition-delay: 7100ms;
}
[data-inview][data-delay="72"] {
  transition-delay: 7200ms;
}
[data-inview][data-delay="73"] {
  transition-delay: 7300ms;
}
[data-inview][data-delay="74"] {
  transition-delay: 7400ms;
}
[data-inview][data-delay="75"] {
  transition-delay: 7500ms;
}
[data-inview][data-delay="76"] {
  transition-delay: 7600ms;
}
[data-inview][data-delay="77"] {
  transition-delay: 7700ms;
}
[data-inview][data-delay="78"] {
  transition-delay: 7800ms;
}
[data-inview][data-delay="79"] {
  transition-delay: 7900ms;
}
[data-inview][data-delay="80"] {
  transition-delay: 8000ms;
}
[data-inview][data-delay="81"] {
  transition-delay: 8100ms;
}
[data-inview][data-delay="82"] {
  transition-delay: 8200ms;
}
[data-inview][data-delay="83"] {
  transition-delay: 8300ms;
}
[data-inview][data-delay="84"] {
  transition-delay: 8400ms;
}
[data-inview][data-delay="85"] {
  transition-delay: 8500ms;
}
[data-inview][data-delay="86"] {
  transition-delay: 8600ms;
}
[data-inview][data-delay="87"] {
  transition-delay: 8700ms;
}
[data-inview][data-delay="88"] {
  transition-delay: 8800ms;
}
[data-inview][data-delay="89"] {
  transition-delay: 8900ms;
}
[data-inview][data-delay="90"] {
  transition-delay: 9000ms;
}
[data-inview][data-delay="91"] {
  transition-delay: 9100ms;
}
[data-inview][data-delay="92"] {
  transition-delay: 9200ms;
}
[data-inview][data-delay="93"] {
  transition-delay: 9300ms;
}
[data-inview][data-delay="94"] {
  transition-delay: 9400ms;
}
[data-inview][data-delay="95"] {
  transition-delay: 9500ms;
}
[data-inview][data-delay="96"] {
  transition-delay: 9600ms;
}
[data-inview][data-delay="97"] {
  transition-delay: 9700ms;
}
[data-inview][data-delay="98"] {
  transition-delay: 9800ms;
}
[data-inview][data-delay="99"] {
  transition-delay: 9900ms;
}
[data-inview][data-speed="1"] {
  transition-duration: 100ms;
}
[data-inview][data-speed="2"] {
  transition-duration: 200ms;
}
[data-inview][data-speed="3"] {
  transition-duration: 300ms;
}
[data-inview][data-speed="4"] {
  transition-duration: 400ms;
}
[data-inview][data-speed="5"] {
  transition-duration: 500ms;
}
[data-inview][data-speed="6"] {
  transition-duration: 600ms;
}
[data-inview][data-speed="7"] {
  transition-duration: 700ms;
}
[data-inview][data-speed="8"] {
  transition-duration: 800ms;
}
[data-inview][data-speed="9"] {
  transition-duration: 900ms;
}
[data-inview][data-speed="10"] {
  transition-duration: 1000ms;
}
[data-inview][data-speed="11"] {
  transition-duration: 1100ms;
}
[data-inview][data-speed="12"] {
  transition-duration: 1200ms;
}
[data-inview][data-speed="13"] {
  transition-duration: 1300ms;
}
[data-inview][data-speed="14"] {
  transition-duration: 1400ms;
}
[data-inview][data-speed="15"] {
  transition-duration: 1500ms;
}
[data-inview][data-speed="16"] {
  transition-duration: 1600ms;
}
[data-inview][data-speed="17"] {
  transition-duration: 1700ms;
}
[data-inview][data-speed="18"] {
  transition-duration: 1800ms;
}
[data-inview][data-speed="19"] {
  transition-duration: 1900ms;
}
[data-inview][data-speed="20"] {
  transition-duration: 2000ms;
}
[data-inview][data-speed="21"] {
  transition-duration: 2100ms;
}
[data-inview][data-speed="22"] {
  transition-duration: 2200ms;
}
[data-inview][data-speed="23"] {
  transition-duration: 2300ms;
}
[data-inview][data-speed="24"] {
  transition-duration: 2400ms;
}
[data-inview][data-speed="25"] {
  transition-duration: 2500ms;
}
[data-inview][data-speed="26"] {
  transition-duration: 2600ms;
}
[data-inview][data-speed="27"] {
  transition-duration: 2700ms;
}
[data-inview][data-speed="28"] {
  transition-duration: 2800ms;
}
[data-inview][data-speed="29"] {
  transition-duration: 2900ms;
}
[data-inview][data-speed="30"] {
  transition-duration: 3000ms;
}
[data-inview][data-speed="31"] {
  transition-duration: 3100ms;
}
[data-inview][data-speed="32"] {
  transition-duration: 3200ms;
}
[data-inview][data-speed="33"] {
  transition-duration: 3300ms;
}
[data-inview][data-speed="34"] {
  transition-duration: 3400ms;
}
[data-inview][data-speed="35"] {
  transition-duration: 3500ms;
}
[data-inview][data-speed="36"] {
  transition-duration: 3600ms;
}
[data-inview][data-speed="37"] {
  transition-duration: 3700ms;
}
[data-inview][data-speed="38"] {
  transition-duration: 3800ms;
}
[data-inview][data-speed="39"] {
  transition-duration: 3900ms;
}
[data-inview][data-speed="40"] {
  transition-duration: 4000ms;
}
[data-inview][data-speed="41"] {
  transition-duration: 4100ms;
}
[data-inview][data-speed="42"] {
  transition-duration: 4200ms;
}
[data-inview][data-speed="43"] {
  transition-duration: 4300ms;
}
[data-inview][data-speed="44"] {
  transition-duration: 4400ms;
}
[data-inview][data-speed="45"] {
  transition-duration: 4500ms;
}
[data-inview][data-speed="46"] {
  transition-duration: 4600ms;
}
[data-inview][data-speed="47"] {
  transition-duration: 4700ms;
}
[data-inview][data-speed="48"] {
  transition-duration: 4800ms;
}
[data-inview][data-speed="49"] {
  transition-duration: 4900ms;
}
[data-inview][data-speed="50"] {
  transition-duration: 5000ms;
}
[data-inview][data-speed="51"] {
  transition-duration: 5100ms;
}
[data-inview][data-speed="52"] {
  transition-duration: 5200ms;
}
[data-inview][data-speed="53"] {
  transition-duration: 5300ms;
}
[data-inview][data-speed="54"] {
  transition-duration: 5400ms;
}
[data-inview][data-speed="55"] {
  transition-duration: 5500ms;
}
[data-inview][data-speed="56"] {
  transition-duration: 5600ms;
}
[data-inview][data-speed="57"] {
  transition-duration: 5700ms;
}
[data-inview][data-speed="58"] {
  transition-duration: 5800ms;
}
[data-inview][data-speed="59"] {
  transition-duration: 5900ms;
}
[data-inview][data-speed="60"] {
  transition-duration: 6000ms;
}
[data-inview][data-speed="61"] {
  transition-duration: 6100ms;
}
[data-inview][data-speed="62"] {
  transition-duration: 6200ms;
}
[data-inview][data-speed="63"] {
  transition-duration: 6300ms;
}
[data-inview][data-speed="64"] {
  transition-duration: 6400ms;
}
[data-inview][data-speed="65"] {
  transition-duration: 6500ms;
}
[data-inview][data-speed="66"] {
  transition-duration: 6600ms;
}
[data-inview][data-speed="67"] {
  transition-duration: 6700ms;
}
[data-inview][data-speed="68"] {
  transition-duration: 6800ms;
}
[data-inview][data-speed="69"] {
  transition-duration: 6900ms;
}
[data-inview][data-speed="70"] {
  transition-duration: 7000ms;
}
[data-inview][data-speed="71"] {
  transition-duration: 7100ms;
}
[data-inview][data-speed="72"] {
  transition-duration: 7200ms;
}
[data-inview][data-speed="73"] {
  transition-duration: 7300ms;
}
[data-inview][data-speed="74"] {
  transition-duration: 7400ms;
}
[data-inview][data-speed="75"] {
  transition-duration: 7500ms;
}
[data-inview][data-speed="76"] {
  transition-duration: 7600ms;
}
[data-inview][data-speed="77"] {
  transition-duration: 7700ms;
}
[data-inview][data-speed="78"] {
  transition-duration: 7800ms;
}
[data-inview][data-speed="79"] {
  transition-duration: 7900ms;
}
[data-inview][data-speed="80"] {
  transition-duration: 8000ms;
}
[data-inview][data-speed="81"] {
  transition-duration: 8100ms;
}
[data-inview][data-speed="82"] {
  transition-duration: 8200ms;
}
[data-inview][data-speed="83"] {
  transition-duration: 8300ms;
}
[data-inview][data-speed="84"] {
  transition-duration: 8400ms;
}
[data-inview][data-speed="85"] {
  transition-duration: 8500ms;
}
[data-inview][data-speed="86"] {
  transition-duration: 8600ms;
}
[data-inview][data-speed="87"] {
  transition-duration: 8700ms;
}
[data-inview][data-speed="88"] {
  transition-duration: 8800ms;
}
[data-inview][data-speed="89"] {
  transition-duration: 8900ms;
}
[data-inview][data-speed="90"] {
  transition-duration: 9000ms;
}
[data-inview][data-speed="91"] {
  transition-duration: 9100ms;
}
[data-inview][data-speed="92"] {
  transition-duration: 9200ms;
}
[data-inview][data-speed="93"] {
  transition-duration: 9300ms;
}
[data-inview][data-speed="94"] {
  transition-duration: 9400ms;
}
[data-inview][data-speed="95"] {
  transition-duration: 9500ms;
}
[data-inview][data-speed="96"] {
  transition-duration: 9600ms;
}
[data-inview][data-speed="97"] {
  transition-duration: 9700ms;
}
[data-inview][data-speed="98"] {
  transition-duration: 9800ms;
}
[data-inview][data-speed="99"] {
  transition-duration: 9900ms;
}

/* # =================================================================
# normalize
# ================================================================= */
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* # =================================================================
# base
# ================================================================= */
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-font-feature-settings: normal;
  line-height: 1.6;
}
@media (max-width: 750px) {
  body {
    letter-spacing: normal;
  }
}

body * {
  min-height: 0vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #000000;
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

ul, ol {
  padding: 0;
  margin: 0;
}

ul li, ol li {
  list-style-type: none;
}

p {
  margin: 0;
}

main {
  display: block;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #000000;
}

select::-ms-expand {
  display: none;
}

hr {
  border: none;
  margin: 0;
}

b,
strong,
em {
  font-weight: bold;
}

.clearfix::after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.line_dashed_x, .st-wrapper.hybrid-plus .feature__container--distance .distance__figure__item:first-of-type::after {
  background-image: linear-gradient(to right, rgb(112.2, 112.2, 112.2) 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 8px 1px;
}

.line_dashed_y, .st-wrapper.hybrid-plus .feature__container--disaster .disaster__case__box:first-child::after, .st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__item--electric::after {
  background-image: linear-gradient(to bottom, rgb(112.2, 112.2, 112.2) 4px, transparent 4px);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 1px 8px;
}

:root {
  --ls_basic: 0.05em;
  --ls_data: 0.14em;
}

/*==================================================

style

==================================================*/
.st-wrapper.hybrid-plus {
  font-weight: 400;
  letter-spacing: var(--ls_basic);
  overflow-x: hidden;
  /* common
  ==================================================*/
  /* structures
  ==================================================*/
  /* module
  ==================================================*/
  /* mv
  ==================================================*/
  /* message
  ==================================================*/
  /* feature
  ==================================================*/
  /* avanti
  ==================================================*/
  /* movie
  ==================================================*/
}
.st-wrapper.hybrid-plus p,
.st-wrapper.hybrid-plus ul li {
  letter-spacing: var(--ls_basic);
}
.st-wrapper.hybrid-plus sub {
  bottom: 0;
}
.st-wrapper.hybrid-plus a {
  letter-spacing: var(--ls_basic);
}
.st-wrapper.hybrid-plus img {
  width: 100%;
}
.st-wrapper.hybrid-plus dl, .st-wrapper.hybrid-plus dt, .st-wrapper.hybrid-plus dd {
  margin: 0;
}
.st-wrapper.hybrid-plus table th, .st-wrapper.hybrid-plus table td {
  font-weight: 400;
}
.st-wrapper.hybrid-plus .cmn-iBlock {
  display: inline-block;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .cmn-only_pc {
    display: none;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .cmn-only_sp {
    display: none;
  }
}
.st-wrapper.hybrid-plus .cmn-bg_gray {
  background: #f0f0f0;
  border-radius: 10px;
}
.st-wrapper.hybrid-plus .cmn-txt {
  margin-bottom: 2em;
  font-size: clamp(1.2rem, 1.2962962963vw, 1.8rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .cmn-txt {
    font-size: min(3.7333333333vw, 1.8rem);
  }
}
.st-wrapper.hybrid-plus .cmn-txt_mid {
  margin-bottom: 2em;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.5rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .cmn-txt_mid {
    font-size: min(3.7333333333vw, 1.8rem);
  }
}
.st-wrapper.hybrid-plus .cmn-marker {
  background: linear-gradient(transparent 80%, #ffe100 0%);
  padding-bottom: 0.25em;
}
.st-wrapper.hybrid-plus .cmn-green {
  color: #298031;
}
.st-wrapper.hybrid-plus .cmn-notes {
  font-size: clamp(1rem, 0.9259259259vw, 1.2rem);
  letter-spacing: normal;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .cmn-notes {
    font-size: min(2.6666666667vw, 1.2rem);
  }
}
.st-wrapper.hybrid-plus .cmn-notes--flex {
  display: flex;
  gap: 0 1em;
  flex-wrap: wrap;
}
.st-wrapper.hybrid-plus .cmn-notes li {
  letter-spacing: inherit;
}
.st-wrapper.hybrid-plus .st-header {
  width: 100%;
  height: 85px;
  position: fixed;
  z-index: 999;
  transition: background-color 0.3s;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-header {
    height: 65px;
  }
}
.st-wrapper.hybrid-plus .st-header__inner {
  height: 100%;
  padding: 30px 2.7777777778%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-header__inner {
    padding: 20px 6%;
  }
}
.st-wrapper.hybrid-plus .st-header__logo {
  width: 9.2592592593vw;
  max-width: 100px;
  height: 2.3148148148vw;
  max-height: 25px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-header__logo {
    width: 100px;
    height: 25px;
  }
}
.st-wrapper.hybrid-plus .st-header__logo a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.st-wrapper.hybrid-plus .st-header__logo a img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}
.st-wrapper.hybrid-plus .st-header__logo a img.logo-black {
  opacity: 0;
}
.st-wrapper.hybrid-plus .st-header[data-header=white] {
  background-color: #FFFFFF;
}
.st-wrapper.hybrid-plus .st-header[data-header=white] img.logo-black {
  opacity: 1;
}
.st-wrapper.hybrid-plus .st-header[data-header=white] img:not(.logo-black) {
  opacity: 0;
}
.st-wrapper.hybrid-plus .st-header[data-header=white] .st-hamburger span {
  background: #000000;
}
.st-wrapper.hybrid-plus .st-header[data-header=white] .st-gnav__list li a {
  color: #000000;
}
.st-wrapper.hybrid-plus .st-header[data-header=white] .st-gnav__list li a::after {
  background: #000000;
}
.st-wrapper.hybrid-plus .st-header[data-header=white] .st-gnav__list__item--line::after {
  background-color: #000000;
}
.st-wrapper.hybrid-plus .st-hamburger {
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .st-hamburger {
    display: none;
  }
}
.st-wrapper.hybrid-plus .st-hamburger span {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  display: inline-block;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.st-wrapper.hybrid-plus .st-hamburger span:nth-of-type(1) {
  top: 0;
}
.st-wrapper.hybrid-plus .st-hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.st-wrapper.hybrid-plus .st-hamburger span:nth-of-type(3) {
  top: 100%;
}
.st-wrapper.hybrid-plus .st-hamburger[data-hamburger=open] {
  z-index: 9999;
}
.st-wrapper.hybrid-plus .st-hamburger[data-hamburger=open] span {
  background: #000000;
}
.st-wrapper.hybrid-plus .st-hamburger[data-hamburger=open] span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.st-wrapper.hybrid-plus .st-hamburger[data-hamburger=open] span:nth-of-type(2) {
  opacity: 0;
}
.st-wrapper.hybrid-plus .st-hamburger[data-hamburger=open] span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-gnav {
    width: 100%;
    height: 100dvh;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
  }
}
.st-wrapper.hybrid-plus .st-gnav[data-gnav=open] {
  opacity: 1;
  z-index: 999;
  pointer-events: all;
}
.st-wrapper.hybrid-plus .st-gnav__list {
  display: flex;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-gnav__list {
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-gnav__list li {
    margin-bottom: 3em;
  }
}
.st-wrapper.hybrid-plus .st-gnav__list li a {
  color: #FFFFFF;
  font-size: min(1.2962962963vw, 1.5rem);
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-gnav__list li a {
    font-size: min(4.2666666667vw, 2rem);
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-gnav__list li a {
    color: #000000;
  }
}
.st-wrapper.hybrid-plus .st-gnav__list li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(1.5em) scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.st-wrapper.hybrid-plus .st-gnav__list li a:hover {
  opacity: 1;
}
.st-wrapper.hybrid-plus .st-gnav__list li a:hover::after, .st-wrapper.hybrid-plus .st-gnav__list li a.js-current_active::after {
  background: #FFFFFF;
  transform: translateY(1.5em) scale(1, 1);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-gnav__list li a:hover::after, .st-wrapper.hybrid-plus .st-gnav__list li a.js-current_active::after {
    background: #000000;
  }
}
.st-wrapper.hybrid-plus .st-gnav__list__item--ml {
  margin-left: 2.5em;
}
@media (max-width: 1200px) {
  .st-wrapper.hybrid-plus .st-gnav__list__item--ml {
    margin-left: 1.5em;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-gnav__list__item--ml {
    margin-left: 0;
  }
}
.st-wrapper.hybrid-plus .st-gnav__list__item--line {
  margin-left: 2.5em;
  padding-left: 2.5em;
  position: relative;
}
@media (max-width: 1200px) {
  .st-wrapper.hybrid-plus .st-gnav__list__item--line {
    margin-left: 1.5em;
    padding-left: 1.5em;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-gnav__list__item--line {
    margin-left: 0;
    padding-left: 0;
  }
}
.st-wrapper.hybrid-plus .st-gnav__list__item--line::after {
  content: "";
  width: 1px;
  height: calc(1em + 4px);
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-gnav__list__item--line::after {
    display: none;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-gnav__list__item--feature {
    margin-bottom: 0 !important;
  }
}
.st-wrapper.hybrid-plus .st-gnav__list__item--feature ul {
  display: flex;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-gnav__list__item--feature ul {
    flex-direction: column;
  }
}
.st-wrapper.hybrid-plus .st-gnav__list__item--feature ul li {
  margin-left: 2.5em;
}
@media (max-width: 1200px) {
  .st-wrapper.hybrid-plus .st-gnav__list__item--feature ul li {
    margin-left: 1.5em;
  }
}
.st-wrapper.hybrid-plus .st-inner {
  width: 83.3333333333%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-inner {
    width: 88%;
  }
}
.st-wrapper.hybrid-plus .st-footer .st-inner {
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-footer .st-inner {
    padding: 20px 0;
  }
}
.st-wrapper.hybrid-plus .st-footer__logo {
  width: 100px;
  margin: 0 auto 15px;
}
.st-wrapper.hybrid-plus .st-footer__copyright {
  font-size: clamp(1rem, 1.1111111111vw, 1.5rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .st-footer__copyright {
    font-size: min(2.6666666667vw, 1.2rem);
  }
}
.st-wrapper.hybrid-plus .m-chart__ttl {
  margin-bottom: 1em;
  font-size: clamp(1.1rem, 1.2962962963vw, 1.4rem);
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .m-chart__ttl {
    font-size: min(4.2666666667vw, 2rem);
  }
}
.st-wrapper.hybrid-plus .m-data {
  padding: 1.5em 1em;
  background: #f5f2ea;
  border-radius: 10px;
  font-size: clamp(1.1rem, 1.3888888889vw, 1.5rem);
  text-align: center;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 1em 0;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .m-data {
    font-size: min(3.7333333333vw, 1.8rem);
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .m-data {
    padding: 1.75em 4vw;
  }
}
.st-wrapper.hybrid-plus .m-data__txt {
  letter-spacing: var(--ls_data);
  line-height: 1;
}
.st-wrapper.hybrid-plus .m-data__box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.st-wrapper.hybrid-plus .m-data__item {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.st-wrapper.hybrid-plus .m-data__item__unit {
  color: #298031;
  font-size: 1.6em;
  letter-spacing: var(--ls_data);
}
.st-wrapper.hybrid-plus .m-data__item__unit sup {
  font-size: 0.5em;
  letter-spacing: normal;
  top: -0.75em;
}
.st-wrapper.hybrid-plus .m-data__item__value {
  width: auto;
  height: 3.6em;
  margin-right: 0.25em;
  padding: 0 0.25em;
  letter-spacing: var(--ls_data);
  display: inline-block;
}
.st-wrapper.hybrid-plus .m-data__item__value img {
  width: auto;
  height: 100%;
}
.st-wrapper.hybrid-plus .m-movie {
  position: relative;
}
.st-wrapper.hybrid-plus .m-movie::after {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22 fill=%22%23ffffff%22%3E%3Cpolygon points=%2239,34 39,66 66,50%22/%3E%3Cpath d=%22M50,2c26.47,0,48,21.53,48,48S76.47,98,50,98S2,76.47,2,50S23.53,2,50,2 M50,0C22.39,0,0,22.39,0,50s22.39,50,50,50s50-22.39,50-50S77.61,0,50,0L50,0z%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .m-movie::after {
    width: 22.6666666667vw;
    height: 22.6666666667vw;
  }
}
.st-wrapper.hybrid-plus .mv {
  width: 100%;
  position: relative;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .mv {
    min-height: 55vh;
  }
}
.st-wrapper.hybrid-plus .mv::after {
  content: "";
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .mv::after {
    display: none;
  }
}
.st-wrapper.hybrid-plus .mv__slider {
  width: 100%;
  position: relative;
  transition: opacity 0.5s;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .mv__slider {
    min-height: 55vh;
  }
}
.st-wrapper.hybrid-plus .mv__slider__item:not(:first-of-type):not(.slick-slide) {
  display: none;
}
.st-wrapper.hybrid-plus .mv__slider__item img {
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .mv__slider__item img {
    min-height: 55vh;
  }
}
.st-wrapper.hybrid-plus .mv__slider[data-mv=hide] {
  opacity: 0;
}
.st-wrapper.hybrid-plus .mv__slider[data-mv=show] {
  opacity: 1;
}
.st-wrapper.hybrid-plus .mv__logo {
  width: 68.0555555556%;
  aspect-ratio: 735/140;
  position: absolute;
  top: 70.4819277108%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .mv__logo {
    width: 88%;
    top: 73.9726027397%;
  }
}
.st-wrapper.hybrid-plus .message {
  background: #f0f0f0;
}
.st-wrapper.hybrid-plus .message__intro {
  padding-top: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .message__intro {
    padding-top: 10.6666666667%;
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .message__intro__img {
    order: 1;
  }
}
.st-wrapper.hybrid-plus .message__intro__txt {
  width: 36.1111111111%;
  padding: 0 5.5555555556%;
  font-size: clamp(1.1rem, 1.2962962963vw, 1.8rem);
  line-height: 2.5;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .message__intro__txt {
    order: 0;
    width: 100%;
    margin-bottom: 8%;
    padding: 0 6%;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 2;
    text-align: center;
  }
}
.st-wrapper.hybrid-plus .message__anchor {
  padding: 80px 0;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .message__anchor {
    padding: 10.6666666667% 0;
  }
}
.st-wrapper.hybrid-plus .message__anchor__heading {
  width: 72.7777777778%;
  margin: 0 auto 50px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .message__anchor__heading {
    width: 100%;
    margin: 0 0 6.0606060606%;
  }
}
.st-wrapper.hybrid-plus .message__anchor__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .message__anchor__list {
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
}
.st-wrapper.hybrid-plus .feature {
  padding-bottom: 80px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature {
    padding-bottom: 16vw;
  }
}
.st-wrapper.hybrid-plus .feature--economy {
  padding-top: 50px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature--economy {
    padding-top: 10.6666666667%;
  }
}
.st-wrapper.hybrid-plus .feature__ttl {
  width: 100%;
  height: 290px;
  margin-bottom: 60px;
  background: url("../images/pc/feature_ttl_01.jpg") no-repeat left center/cover;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__ttl {
    height: 52.5333333333vw;
    background-image: url("../images/sp/feature_ttl_01.jpg");
    margin-bottom: 10.6666666667%;
  }
}
.st-wrapper.hybrid-plus .feature__ttl--ecol {
  background-image: url("../images/pc/feature_ttl_02.jpg");
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__ttl--ecol {
    background-image: url("../images/sp/feature_ttl_02.jpg");
  }
}
.st-wrapper.hybrid-plus .feature__ttl--fine {
  background-image: url("../images/pc/feature_ttl_03.jpg");
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__ttl--fine {
    background-image: url("../images/sp/feature_ttl_03.jpg");
  }
}
.st-wrapper.hybrid-plus .feature__ttl--easy {
  background-image: url("../images/pc/feature_ttl_04.jpg");
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__ttl--easy {
    background-image: url("../images/sp/feature_ttl_04.jpg");
  }
}
.st-wrapper.hybrid-plus .feature__ttl .st-inner {
  height: 100%;
  position: relative;
}
.st-wrapper.hybrid-plus .feature__ttl__txt {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.st-wrapper.hybrid-plus .feature__ttl__txt img {
  width: auto;
  height: 100%;
}
.st-wrapper.hybrid-plus .feature__heading {
  margin-bottom: 1em;
  padding: 0.25em 1em;
  background: linear-gradient(to right, rgb(66, 176, 73) 0%, rgb(0, 40, 11) 100%);
  border-radius: 3px;
  color: #FFFFFF;
  font-size: clamp(1.4rem, 1.7592592593vw, 2.4rem);
  font-weight: 500;
  letter-spacing: var(--ls_basic);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__heading {
    font-size: min(5.0666666667vw, 2.4rem);
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__heading {
    min-height: 4em;
    margin-bottom: 6.0606060606%;
    padding: 0.5em 1em;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.st-wrapper.hybrid-plus .feature__heading--only {
  position: relative;
}
.st-wrapper.hybrid-plus .feature__heading--only .head-only {
  padding: 0.25em 0.5em;
  background: #ffe100;
  border-radius: 0.3em;
  color: #298031;
  font-size: clamp(1rem, 1.1111111111vw, 1.5rem);
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-90%);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__heading--only .head-only {
    font-size: min(3.2vw, 1.5rem);
  }
}
.st-wrapper.hybrid-plus .feature__heading--only .head-only::after {
  content: "";
  border-top: solid 6px #ffe100;
  border-left: solid 9px transparent;
  display: block;
  position: absolute;
  bottom: -5px;
  right: 20px;
}
.st-wrapper.hybrid-plus .feature__heading--only .head-only sup {
  top: -0.25em;
}
.st-wrapper.hybrid-plus .feature__heading--supp {
  margin-bottom: 5px;
}
.st-wrapper.hybrid-plus .feature__heading--supp + .cmn-notes {
  margin-bottom: 20px;
  text-align: right;
}
.st-wrapper.hybrid-plus .feature__heading--icon {
  display: flex;
  align-items: center;
}
.st-wrapper.hybrid-plus .feature__heading__icon {
  width: 2.31579em;
  margin: 0.75em 0 0.75em auto;
}
.st-wrapper.hybrid-plus .feature__subheading {
  margin-bottom: 1.5em;
  padding-left: calc(7px + 0.75em);
  font-size: clamp(1.2rem, 1.2962962963vw, 1.8rem);
  letter-spacing: var(--ls_basic);
  display: inline-block;
  position: relative;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__subheading {
    font-size: min(4.2666666667vw, 2rem);
  }
}
.st-wrapper.hybrid-plus .feature__subheading::before {
  content: "";
  width: 7px;
  height: 100%;
  background: #298031;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.st-wrapper.hybrid-plus .feature__subheading--icon {
  padding-right: 4.5em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__subheading--icon {
    padding-right: 3em;
  }
}
.st-wrapper.hybrid-plus .feature__subheading__icon {
  width: 3.5em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__subheading__icon {
    width: 2.875em;
  }
}
.st-wrapper.hybrid-plus .feature__subheading__notes {
  margin-left: 1em;
  font-size: 0.71429em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__subheading__notes {
    display: block;
    font-size: min(2.6666666667vw, 1.2rem);
    margin-left: 0;
  }
}
.st-wrapper.hybrid-plus .feature__roundheading {
  margin-bottom: 1em;
  padding: 0.25em 0.5em;
  background: #dee9da;
  border-radius: 2em;
  font-size: clamp(1.3rem, 1.5740740741vw, 2.1rem);
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__roundheading {
    font-size: min(4.8vw, 2.2rem);
  }
}
.st-wrapper.hybrid-plus .feature__roundheading__num {
  width: 1.5em;
  height: 1.5em;
  background: #298031;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 0.82353em;
  line-height: 1.5;
  text-align: center;
}
.st-wrapper.hybrid-plus .feature__roundheading__txt {
  margin-left: 0.5em;
  color: #298031;
}
.st-wrapper.hybrid-plus .feature__pluspoint {
  padding: 1em;
  background: #FFFFFF;
  border: solid 1px #298031;
  font-size: clamp(1.4rem, 1.6666666667vw, 2.2rem);
  display: grid;
  place-content: center;
  position: relative;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__pluspoint {
    font-size: min(5.0666666667vw, 2.4rem);
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__pluspoint {
    padding: 1.75em 0.75em 0.75em;
  }
}
.st-wrapper.hybrid-plus .feature__pluspoint::after {
  content: "";
  width: 3.5em;
  height: 1.75em;
  background: url("../images/pc/feature_pluspoint_icon_01.png") no-repeat left top/contain;
  display: block;
  position: absolute;
  top: -0.75em;
  left: -0.75em;
}
.st-wrapper.hybrid-plus .feature__pluspoint__sub {
  margin-right: 1em;
  padding: 0.5em 2em;
  background: #e9f2de;
  border-radius: 8px;
  font-size: 0.85em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__pluspoint__sub {
    margin: 0 0 0.5em 0;
    font-size: 1em;
    line-height: 1.4;
  }
}
.st-wrapper.hybrid-plus .feature__pluspoint__txt {
  color: #298031;
  font-weight: 500;
}
.st-wrapper.hybrid-plus .feature__pluspoint__txt + .feature__pluspoint__notes {
  margin-top: 0.5em;
}
.st-wrapper.hybrid-plus .feature__pluspoint + .cmn-notes {
  margin-top: 1em;
}
.st-wrapper.hybrid-plus .feature__wrap:not(:last-of-type) {
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__wrap:not(:last-of-type) {
    margin-bottom: 16vw;
  }
}
.st-wrapper.hybrid-plus .feature__wrap--row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 8.8888888889%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__wrap--row {
    grid-template-columns: 1fr;
  }
}
.st-wrapper.hybrid-plus .feature__wrap--row .feature__container:nth-of-type(2) {
  margin-top: 0;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__wrap--row .feature__container:nth-of-type(2) {
    margin-top: 18.1818181818%;
  }
}
.st-wrapper.hybrid-plus .feature__container + .feature__container {
  margin-top: 60px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container + .feature__container {
    margin-top: 12.1212121212%;
  }
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__desc {
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__desc {
    flex-direction: column;
  }
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__desc__word {
  margin-right: 0.25em;
  color: #298031;
  font-size: clamp(1.2rem, 1.3888888889vw, 1.9rem);
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__desc__word {
    font-size: min(4.2666666667vw, 2rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__desc__word .word {
  width: 8em;
  margin-right: 0.25em;
  text-align-last: justify;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__desc__word .word {
    width: auto;
    text-align-last: auto;
  }
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__desc__dtl {
  padding-top: 0.2em;
  font-size: clamp(1rem, 1.1111111111vw, 1.5rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__desc__dtl {
    font-size: min(3.7333333333vw, 1.7rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data {
  padding: 10px;
  background: #f5f2ea;
  border-radius: 10px;
  display: flex;
  gap: 0 3.4090909091%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data {
    padding: 4.5454545455% 4.5454545455% 9.0909090909%;
    flex-direction: column;
    gap: 8vw 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data__box {
  width: 34.0909090909%;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data__box {
    width: 100%;
    justify-content: center;
  }
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data__img {
  width: 33.3333333333%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data__img {
    width: 30%;
  }
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data__txt {
  margin-left: 1em;
  color: #298031;
  font-size: clamp(1.6rem, 2.037037037vw, 2.8rem);
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data__txt {
    margin-left: 0.75em;
    font-size: min(5.8666666667vw, 2.8rem);
    line-height: 1;
    text-align: left;
  }
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data__txt span {
  vertical-align: middle;
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data__txt span.small {
  font-size: 0.45455em;
  font-weight: 500;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data__txt span.small {
    font-size: 0.63636em;
  }
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data__txt span.big {
  font-size: 0.81818em;
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data__txt span.mid {
  font-size: 0.63636em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data__txt span.basic {
    margin-top: 0.2em;
    display: inline-block;
  }
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data .m-data {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data .m-data {
    gap: 0.5em 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data .m-data__txt {
  margin-right: 1em;
  font-size: 0.76667em;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data .m-data__txt {
    font-size: 1em;
  }
}
.st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data .m-data__item__unit {
  font-size: 1.46667em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--ecologytank .ecologytank__data .m-data__item__unit {
    font-size: 1.57143em;
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__chart {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__chart {
    margin-bottom: 12.1212121212%;
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case {
    grid-template-columns: 1fr;
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__item {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__item {
    margin-bottom: 18.1818181818%;
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__item--electric {
  padding-right: 6.6666666667%;
  position: relative;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__item--electric {
    padding-right: 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__item--electric::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__item--electric::after {
    display: none;
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__item--gas {
  padding-left: 6.6666666667%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__item--gas {
    padding-left: 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water {
    margin-top: 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__txt {
  padding: 0.5em 1.75em;
  border-radius: 4em;
  font-size: clamp(1rem, 1.1111111111vw, 1.5rem);
  position: absolute;
  top: 0;
  right: 50%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__txt {
    margin-bottom: 2em;
    padding: 1em;
    font-size: min(2.9333333333vw, 1.4rem);
    text-align: center;
    position: static;
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__txt--electric {
  background: #ffe100;
  color: #000000;
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__txt--gas {
  background: #18549a;
  color: #FFFFFF;
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__box {
  width: 100%;
  position: relative;
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s;
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg[data-water_wrap=hidden] {
  opacity: 0;
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg[data-water_wrap=show] {
  opacity: 1;
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash {
  stroke-width: 1;
  stroke-dasharray: 9, 13;
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash[data-dash_cat=oyu] {
  stroke: #f29600;
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash[data-dash_cat=mizu] {
  stroke: #30acc6;
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash[data-dash_cat=teion] {
  stroke: #30acc6;
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash[data-dash_cat=kouon] {
  stroke: #ea6000;
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash[data-dash_cat=gas] {
  stroke: #18549a;
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash[data-dash_anime=stop] {
  display: none;
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash--oyu_1[data-dash_anime=start] {
  animation: dash_01 26s linear infinite;
}
@keyframes dash_01 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -572; /* 軌道パスの長さ */
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash--oyu_2[data-dash_anime=start] {
  animation: dash_02 7s linear infinite;
}
@keyframes dash_02 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -154; /* 軌道パスの長さ */
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash--mizu_1[data-dash_anime=start] {
  animation: dash_03 8s linear infinite;
}
@keyframes dash_03 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -176; /* 軌道パスの長さ */
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash--mizu_2[data-dash_anime=start] {
  animation: dash_04 8s linear infinite;
}
@keyframes dash_04 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -176; /* 軌道パスの長さ */
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash--mizu_3[data-dash_anime=start] {
  animation: dash_05 2s linear infinite;
}
@keyframes dash_05 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -44; /* 軌道パスの長さ */
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash--teion[data-dash_anime=start] {
  animation: dash_teion 5s linear infinite;
}
@keyframes dash_teion {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -110; /* 軌道パスの長さ */
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash--kouon[data-dash_anime=start] {
  animation: dash_kouon 5s linear infinite;
}
@keyframes dash_kouon {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -110; /* 軌道パスの長さ */
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash--case2_oyu_1[data-dash_anime=start] {
  animation: dash_case2_01 19s linear infinite;
}
@keyframes dash_case2_01 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -418; /* 軌道パスの長さ */
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash--case2_oyu_2[data-dash_anime=start] {
  animation: dash_case2_02 7s linear infinite;
}
@keyframes dash_case2_02 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -154; /* 軌道パスの長さ */
  }
}
.st-wrapper.hybrid-plus .feature__container--hybrid .hybrid__case__water__svg .svg-dash--gas[data-dash_anime=start] {
  animation: dash_gas 3s linear infinite;
}
@keyframes dash_gas {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -66; /* 軌道パスの長さ */
  }
}
.st-wrapper.hybrid-plus .feature__container--costmerit .costmerit__chart {
  margin-bottom: 10px;
}
.st-wrapper.hybrid-plus .feature__container--learn .learn__list {
  margin-bottom: 10px;
  display: flex;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--learn .learn__list {
    margin-bottom: 12.1212121212%;
    flex-direction: column;
    gap: 5.3333333333vw 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--learn .learn__chart {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--learn .learn__chart {
    margin-bottom: 12.1212121212%;
  }
}
.st-wrapper.hybrid-plus .feature__container--temperature .temperature__list {
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--temperature .temperature__list {
    margin-bottom: 9.0909090909%;
    flex-direction: column;
    gap: 5.3333333333vw 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--temperature .temperature__supp {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--temperature .temperature__supp {
    margin-bottom: 9.0909090909%;
  }
}
.st-wrapper.hybrid-plus .feature__container--temperature .temperature__supp li {
  padding-left: 1.25em;
  font-size: clamp(1rem, 1.1111111111vw, 1.5rem);
  position: relative;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--temperature .temperature__supp li {
    font-size: min(3.4666666667vw, 1.6rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--temperature .temperature__supp li::before {
  content: "";
  width: 1em;
  height: 1em;
  background: #298031;
  border-radius: 1em;
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: 0;
}
.st-wrapper.hybrid-plus .feature__container--temperature .temperature__supp li + li {
  margin-top: 0.25em;
}
.st-wrapper.hybrid-plus .feature__container--temperature .temperature__summary {
  padding: 20px;
  background: #f5f2ea;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--temperature .temperature__summary {
    padding: 6.0606060606% 4.5454545455%;
    flex-direction: column;
  }
}
.st-wrapper.hybrid-plus .feature__container--temperature .temperature__summary__circle {
  width: 4.5em;
  height: 4.5em;
  margin-right: 1em;
  border: solid 1.5px #298031;
  border-radius: 100%;
  color: #298031;
  font-size: clamp(1.1rem, 1.2962962963vw, 1.8rem);
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--temperature .temperature__summary__circle {
    margin: 0 0 0.5em;
    font-size: min(3.7333333333vw, 1.7rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--temperature .temperature__summary__txt {
  color: #298031;
  font-size: clamp(1.3rem, 1.5740740741vw, 2.1rem);
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--temperature .temperature__summary__txt {
    font-size: min(4.8vw, 2.2rem);
    letter-spacing: var(--ls_basic);
    line-height: 1.75;
    text-align: center;
  }
}
.st-wrapper.hybrid-plus .feature__container--temperature .temperature__summary__txt .marker {
  background: linear-gradient(transparent 70%, #ffe100 0%);
  padding-bottom: 0.1em;
  font-size: 1.41176em;
  font-weight: 600;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--temperature .temperature__summary__txt .marker {
    font-size: 1.38889em;
  }
}
.st-wrapper.hybrid-plus .feature__container--hybridplus .hybridplus__data {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--hybridplus .hybridplus__data {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--hybridplus .hybridplus__data .m-data__box .m-data__txt {
    font-size: 1.21429em;
  }
}
.st-wrapper.hybrid-plus .feature__container--hybridplus .hybridplus__data .m-data__item__value {
  height: 3.86667em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--hybridplus .hybridplus__data .m-data__item__value {
    height: 4.14286em;
  }
}
.st-wrapper.hybrid-plus .feature__container--hybridplus .hybridplus__data__equal {
  padding: 0 0.5em;
  font-size: clamp(2.6rem, 3.2407407407vw, 3.5rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--hybridplus .hybridplus__data__equal {
    text-align: center;
    transform: rotate(90deg);
  }
}
.st-wrapper.hybrid-plus .feature__container--hybridplus .hybridplus__tree {
  width: 88.8888888889%;
  margin: 60px auto 10px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--hybridplus .hybridplus__tree {
    width: 100%;
    margin: 12.1212121212% auto 3.0303030303%;
  }
}
.st-wrapper.hybrid-plus .feature__container--hybridplus .hybridplus__tree #animation_container_tree {
  width: 100% !important;
  height: auto !important;
  padding-top: 49.2537313433%;
  position: relative;
}
.st-wrapper.hybrid-plus .feature__container--hybridplus .hybridplus__tree #animation_container_tree #canvas_tree {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.st-wrapper.hybrid-plus .feature__container--hybridplus .hybridplus__tree #animation_container_tree #dom_overlay_container_tree {
  pointer-events: none;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.st-wrapper.hybrid-plus .feature__container--zeh .zeh__wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--zeh .zeh__wrap {
    flex-direction: column;
  }
}
.st-wrapper.hybrid-plus .feature__container--zeh .zeh__wrap .cmn-notes {
  margin: auto 0 0 1em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--zeh .zeh__wrap .cmn-notes {
    margin: 0.5em 0 0 auto;
  }
}
.st-wrapper.hybrid-plus .feature__container--zeh .zeh__formula {
  width: 100%;
  max-width: 690px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--zeh .zeh__formula {
    max-width: none;
  }
}
.st-wrapper.hybrid-plus .feature__container--system .system__efficiency {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: auto 53.3333333333%;
  grid-template-rows: auto 1fr;
  gap: 0 5.5555555556%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__efficiency {
    margin-bottom: 12.1212121212%;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__efficiency .grid-system01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__efficiency .grid-system01 {
    order: 0;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__efficiency .grid-system02 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__efficiency .grid-system02 {
    order: 2;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__efficiency .grid-system03 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__efficiency .grid-system03 {
    order: 1;
  }
}
.st-wrapper.hybrid-plus .feature__container--system .system__efficiency__data {
  font-size: clamp(1.6rem, 2.037037037vw, 2.8rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__efficiency__data {
    font-size: min(5.3333333333vw, 2.5rem);
    flex-direction: column;
  }
}
.st-wrapper.hybrid-plus .feature__container--system .system__efficiency__data .m-data__txt {
  margin-right: 1.5em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__efficiency__data .m-data__txt {
    margin-right: 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--system .system__efficiency__data .m-data__txt .small {
  margin-bottom: 1em;
  font-size: 0.65em;
  letter-spacing: var(--ls_data);
  display: block;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__efficiency__data .m-data__txt .small {
    margin-bottom: 0.5em;
  }
}
.st-wrapper.hybrid-plus .feature__container--system .system__efficiency__data .m-data__item__value {
  height: 2.63636em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__efficiency__data .m-data__item__value {
    height: 3.2em;
  }
}
.st-wrapper.hybrid-plus .feature__container--system .system__efficiency__data .m-data__item__unit {
  font-size: 2.18181em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__efficiency__data .m-data__item__unit {
    font-size: 2.5em;
  }
}
.st-wrapper.hybrid-plus .feature__container--system .system__efficiency__data + .cmn-notes {
  margin-top: 5px;
  text-align: right;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__efficiency__data + .cmn-notes {
    margin: 5px 0 1em;
    text-align: left;
  }
}
.st-wrapper.hybrid-plus .feature__container--system .system__dtl {
  width: 82.2222222222%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__dtl {
    width: 100%;
  }
}
.st-wrapper.hybrid-plus .feature__container--system .system__dtl:not(:last-of-type) {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__dtl:not(:last-of-type) {
    margin-bottom: 18.1818181818%;
  }
}
.st-wrapper.hybrid-plus .feature__container--system .system__dtl__ttl {
  margin-bottom: 1em;
  font-size: clamp(1.2rem, 1.4814814815vw, 2rem);
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__dtl__ttl {
    font-size: min(4.2666666667vw, 2rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--system .system__dtl__table {
  width: 59.2105263158%;
  margin: 0 auto;
  font-size: clamp(1rem, 1.1111111111vw, 1.2rem);
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__dtl__table {
    font-size: min(3.2vw, 1.5rem);
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__dtl__table {
    width: 100%;
  }
}
.st-wrapper.hybrid-plus .feature__container--system .system__dtl__table tr {
  border-bottom: solid 1px #000000;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.st-wrapper.hybrid-plus .feature__container--system .system__dtl__table th {
  padding: 0.5em;
}
.st-wrapper.hybrid-plus .feature__container--system .system__dtl__table th[scope=row] {
  min-height: 4em;
  text-align: left;
  display: grid;
  place-items: center;
}
.st-wrapper.hybrid-plus .feature__container--system .system__dtl__table th:not(:last-child) {
  border-right: solid 1px #000000;
}
.st-wrapper.hybrid-plus .feature__container--system .system__dtl__table td {
  padding: 0.25em;
  font-size: 2em;
  display: grid;
  place-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__dtl__table td {
    font-size: 1.66667em;
  }
}
.st-wrapper.hybrid-plus .feature__container--system .system__dtl__table td:not(:last-child) {
  border-right: solid 1px #000000;
}
.st-wrapper.hybrid-plus .feature__container--system .system__dtl__img {
  width: 62.1621621622%;
  margin: 0 auto;
  display: flex;
  gap: 0 13.0434782609%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--system .system__dtl__img {
    width: 100%;
    gap: 0 3.0303030303%;
  }
}
.st-wrapper.hybrid-plus .feature__container--fulltank .fulltank__img {
  width: 65.8536585366%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--fulltank .fulltank__img {
    width: 81.8181818182%;
  }
}
.st-wrapper.hybrid-plus .feature__container--crean .crean__img {
  width: 65.8536585366%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--crean .crean__img {
    width: 81.8181818182%;
  }
}
.st-wrapper.hybrid-plus .feature__container--crean .crean__img .cmn-notes {
  position: absolute;
  bottom: 0;
  right: -20%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--crean .crean__img .cmn-notes {
    right: -10%;
  }
}
.st-wrapper.hybrid-plus .feature__container--household {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--household {
    grid-template-columns: 1fr;
  }
}
.st-wrapper.hybrid-plus .feature__container--household .household__dtl .m-data {
  margin-bottom: 10px;
}
.st-wrapper.hybrid-plus .feature__container--household .household__dtl .m-data__txt {
  font-size: clamp(1.1rem, 1.2962962963vw, 1.4rem);
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--household .household__dtl .m-data__txt {
    font-size: 1em;
  }
}
.st-wrapper.hybrid-plus .feature__container--household .household__dtl .m-data__box {
  margin-left: 1em;
  font-size: 1.33333em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--household .household__dtl .m-data__box {
    margin-left: 0;
    font-size: 1.42857em;
  }
}
.st-wrapper.hybrid-plus .feature__container--household .household__dtl .m-data__box .m-data__txt {
  margin-left: 0.25em;
  font-size: 1em;
}
.st-wrapper.hybrid-plus .feature__container--household .household__dtl .m-data__item__unit {
  font-size: 1.6em;
}
.st-wrapper.hybrid-plus .feature__container--household .household__dtl .m-data__item__value {
  height: 2.65em;
}
.st-wrapper.hybrid-plus .feature__container--household .household__dtl--use {
  padding-right: 11.1111111111%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--household .household__dtl--use {
    padding: 0 0 18.1818181818%;
  }
}
.st-wrapper.hybrid-plus .feature__container--household .household__dtl--use .m-chart {
  width: 71.25%;
  margin: 0 auto 20px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--household .household__dtl--use .m-chart {
    width: 84.8484848485%;
    margin-bottom: 9.0909090909%;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--household .household__dtl--use .m-chart__ttl {
    text-align: center;
  }
}
.st-wrapper.hybrid-plus .feature__container--household .household__dtl--reduction .m-chart {
  width: 93.3333333333%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--household .household__dtl--reduction .m-chart {
    width: 100%;
  }
}
.st-wrapper.hybrid-plus .feature__container--household .household__circle #animation_container_circle {
  width: 100% !important;
  height: auto !important;
  padding-top: 98.5915492958%;
  position: relative;
}
.st-wrapper.hybrid-plus .feature__container--household .household__circle #animation_container_circle #canvas_circle {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.st-wrapper.hybrid-plus .feature__container--household .household__circle #animation_container_circle #dom_overlay_container_circle {
  pointer-events: none;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.st-wrapper.hybrid-plus .feature__container--household .household__bar {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--household .household__bar {
    margin-bottom: 9.0909090909%;
  }
}
.st-wrapper.hybrid-plus .feature__container--household .household__bar #animation_container_bar {
  width: 100% !important;
  height: auto !important;
  padding-top: 51.2820512821%;
  position: relative;
}
.st-wrapper.hybrid-plus .feature__container--household .household__bar #animation_container_bar #canvas_bar {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.st-wrapper.hybrid-plus .feature__container--household .household__bar #animation_container_bar #dom_overlay_container_bar {
  pointer-events: none;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.st-wrapper.hybrid-plus .feature__container--household .household__data {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--household .household__data {
    flex-direction: column;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--household .household__data .m-data__split + .m-data__split {
    margin-top: 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--control .control__wrap {
  display: flex;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--control .control__wrap {
    flex-direction: column;
  }
}
.st-wrapper.hybrid-plus .feature__container--control .control__dtl {
  width: 61.1111111111%;
  margin-left: 4.4444444444%;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--control .control__dtl {
    width: 100%;
    margin: 9.0909090909% 0 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--control .control__dtl__heading {
  margin-bottom: 0.5em;
  color: #298031;
  font-size: clamp(1.2rem, 1.4814814815vw, 2rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--control .control__dtl__heading {
    margin-bottom: 1.5em;
    font-size: min(3.7333333333vw, 1.7rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--control .control__dtl__box {
  display: grid;
  grid-template-columns: 31.8181818182% 31.8181818182% 23.6363636364%;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--control .control__dtl__box {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.st-wrapper.hybrid-plus .feature__container--control .control__dtl__img {
  position: relative;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--control .control__dtl__img {
    width: 53.0303030303%;
    margin: 0 auto;
  }
}
.st-wrapper.hybrid-plus .feature__container--control .control__dtl__img span {
  width: 5.5em;
  height: 5.5em;
  background: #298031;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: clamp(1rem, 1.1111111111vw, 1.5rem);
  line-height: 1.5em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-30%, 30%);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--control .control__dtl__img span {
    font-size: min(3.2vw, 1.5rem);
    bottom: -50%;
    transform: translate(-80%, -100%);
  }
}
.st-wrapper.hybrid-plus .feature__container--control .control__dtl__txt {
  margin-top: 2.5em;
  font-size: clamp(1rem, 1.0185185185vw, 1.4rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--control .control__dtl__txt {
    margin-top: 1em;
    font-size: min(3.2vw, 1.5rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--control .control__dtl__speaker {
  padding: 15px 5.3846153846%;
  border: solid 1px #298031;
  border-radius: 5px;
  display: grid;
  place-content: center;
  place-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--control .control__dtl__speaker {
    padding: 4.5454545455%;
    grid-template-columns: 1fr auto;
  }
}
.st-wrapper.hybrid-plus .feature__container--control .control__dtl__speaker__txt {
  margin: 0.5em 0;
  color: #298031;
  font-size: clamp(1rem, 1.1111111111vw, 1.5rem);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--control .control__dtl__speaker__txt {
    margin: 0 0 0.5em;
    font-size: min(3.4666666667vw, 1.6rem);
    text-align: left;
  }
}
.st-wrapper.hybrid-plus .feature__container--control .control__dtl__speaker__notes {
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(0.9rem, 0.8333333333vw, 1.1rem);
  letter-spacing: normal;
  line-height: 1.25;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--control .control__dtl__speaker__notes {
    font-size: min(2.6666666667vw, 1.2rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__panel {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__panel {
    margin-bottom: 18.1818181818%;
  }
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__panel__box {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 25% 48.3333333333% auto;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__panel__box {
    margin-bottom: 6.0606060606%;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__panel__box__left {
    padding-bottom: 6.0606060606%;
    position: relative;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__panel__box__left::before {
    content: "";
    width: 0.2666666667vw;
    height: calc(100% - 4vw);
    background: #298031;
    display: block;
    position: absolute;
    bottom: -0.2666666667vw;
    left: 3.4666666667vw;
    z-index: -1;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__panel__box__center {
    margin-bottom: -5px;
  }
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__panel__box .feature__subheading {
  margin-bottom: 0.5em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__panel__desc {
    padding: 0 10.6060606061%;
  }
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__panel__desc:not(:last-of-type) {
  margin-bottom: 30px;
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__panel__desc__txt {
  font-size: clamp(1rem, 1.0185185185vw, 1.4rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__panel__desc__txt {
    font-size: min(3.2vw, 1.5rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__panel__desc__txt:not(:last-child) {
  margin-bottom: 0.5em;
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__panel__desc__supp {
  font-size: clamp(1rem, 0.9259259259vw, 1.2rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__panel__desc__supp {
    font-size: min(2.6666666667vw, 1.2rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__panel__img {
  padding: 0 19.4444444444%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__panel__img {
    padding: 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__solar .feature__subheading {
  margin-bottom: 0.25em;
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__solar .feature__subheading + .cmn-notes {
  margin-left: 1.75em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__solar .feature__subheading + .cmn-notes {
    margin-left: 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__solar__box {
  width: max-content;
  max-width: 100%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__solar__box .cmn-txt_mid {
    font-size: min(3.2vw, 1.5rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__solar__heading {
  margin: 2em 0 1em;
  padding: 0.25em 1em;
  border: solid 1px #298031;
  border-radius: 3em;
  color: #298031;
  font-size: clamp(1.1rem, 1.2037037037vw, 1.6rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__solar__heading {
    font-size: min(3.4666666667vw, 1.6rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__solar__img {
  padding: 0 13.8888888889%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__solar__img {
    padding: 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__solar__supp {
  margin-top: 2em;
  padding: 1em;
  background: #f0f0f0;
  font-size: clamp(1rem, 0.9259259259vw, 1.2rem);
  letter-spacing: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__solar__supp {
    font-size: min(2.6666666667vw, 1.2rem);
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__solar__supp {
    flex-direction: column;
  }
}
.st-wrapper.hybrid-plus .feature__container--remote .remote__solar__supp__column {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--remote .remote__solar__supp__column {
    margin-top: 0.75em;
    flex-direction: column;
  }
}
.st-wrapper.hybrid-plus .feature__container--stable .stable__wrap {
  display: flex;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--stable .stable__wrap {
    flex-direction: column;
  }
}
.st-wrapper.hybrid-plus .feature__container--stable .stable__water {
  width: 20%;
  margin-right: 11.1111111111%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--stable .stable__water {
    width: 100%;
    margin: 0 0 12.1212121212%;
    display: grid;
    grid-template-columns: 54.5454545455% auto;
    gap: 0 6.0606060606%;
  }
}
.st-wrapper.hybrid-plus .feature__container--stable .stable__water__img {
  position: relative;
}
.st-wrapper.hybrid-plus .feature__container--stable .stable__water__img__supp {
  width: 55.5555555556%;
  position: absolute;
  bottom: -11.1111111111%;
  right: -36.1111111111%;
}
.st-wrapper.hybrid-plus .feature__container--stable .stable__water__img__supp::after {
  content: "";
  border-right: solid 18px #298031;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-15px, -50%);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--stable .stable__water__img__supp::after {
    top: 0;
    transform: translate(0, 100%) rotate(30deg);
    transform-origin: top left;
  }
}
.st-wrapper.hybrid-plus .feature__container--stable .stable__water__txt {
  margin-top: 1em;
  font-size: clamp(1rem, 0.9259259259vw, 1.2rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--stable .stable__water__txt {
    margin-top: 0;
    font-size: min(3.2vw, 1.5rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--stable .stable__rate {
  width: 40%;
  margin-right: 1.6666666667%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--stable .stable__rate {
    width: 100%;
    margin-right: 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--stable .stable__notes {
  margin-top: auto;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--stable .stable__notes {
    margin-top: 2em;
  }
}
.st-wrapper.hybrid-plus .feature__container--pipeclean .pipeclean__img {
  width: 83.8888888889%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--pipeclean .pipeclean__img {
    width: 100%;
  }
}
.st-wrapper.hybrid-plus .feature__container--customize {
  display: grid;
  grid-template-columns: auto 37.7777777778%;
  gap: 2.2222222222%;
  justify-content: start;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--customize {
    grid-template-columns: 1fr;
  }
}
.st-wrapper.hybrid-plus .feature__container--customize .customize__table {
  margin: 20px auto 0;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--customize .customize__table {
    margin: 0 auto 9.0909090909%;
  }
}
.st-wrapper.hybrid-plus .feature__container--customize .customize__table tr {
  font-size: clamp(1.1rem, 1.2962962963vw, 1.8rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--customize .customize__table tr {
    font-size: min(3.4666666667vw, 1.6rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--customize .customize__table tr:not(:first-child) {
  border-top: solid 1px #dcdcdc;
}
.st-wrapper.hybrid-plus .feature__container--customize .customize__table th {
  padding: 0.5em 0.5em 0.5em 0;
  text-align: left;
}
.st-wrapper.hybrid-plus .feature__container--customize .customize__table td {
  padding: 0.5em 0;
}
.st-wrapper.hybrid-plus .feature__container--customize .customize__table .solid {
  color: #e95532;
}
.st-wrapper.hybrid-plus .feature__container--customize .customize__table .loose {
  color: #f29600;
}
.st-wrapper.hybrid-plus .feature__container--customize .customize__img {
  padding: 6.8181818182%;
  display: grid;
  place-content: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--customize .customize__img {
    padding: 6.0606060606%;
  }
}
.st-wrapper.hybrid-plus .feature__container--exterior .exterior__wrap {
  display: grid;
  grid-template-columns: 1fr 45.5555555556%;
  grid-template-rows: auto 1fr;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--exterior .exterior__wrap {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--exterior .exterior__wrap .grid-exterior01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--exterior .exterior__wrap .grid-exterior02 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--exterior .exterior__wrap .grid-exterior03 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--exterior .exterior__wrap .cmn-notes {
    margin-top: 2em;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .cmn-txt_mid .cmn-notes {
  margin-left: 1.5em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .cmn-txt_mid .cmn-notes {
    margin-left: 0;
    display: block;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__case {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__case {
    grid-template-columns: 1fr;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__case__box {
  padding: 30px 11.1111111111%;
  display: grid;
  place-content: center;
  place-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__case__box {
    padding: 6.0606060606% 4.5454545455%;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__case__box:first-child {
  position: relative;
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__case__box:first-child::after {
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__case__box:first-child::after {
    display: none;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__case__heading {
  min-width: 85%;
  margin: 0 auto 0.75em;
  padding: 0.5em;
  background: #FFFFFF;
  border-radius: 3em;
  color: #298031;
  font-size: clamp(1.3rem, 1.5740740741vw, 2.1rem);
  font-weight: 500;
  text-align: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__case__heading {
    width: 100%;
    font-size: min(4.2666666667vw, 2rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__case__subheading {
  margin-bottom: 1.5em;
  font-size: clamp(1.1rem, 1.2962962963vw, 1.8rem);
  text-align: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__case__subheading {
    font-size: min(3.7333333333vw, 1.7rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__case__txt {
  margin-top: 2em;
  font-size: clamp(1rem, 1.0185185185vw, 1.4rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__case__txt {
    font-size: min(2.9333333333vw, 1.4rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__power {
  margin-bottom: 50px;
  border: solid 1px #298031;
  border-radius: 10px;
  display: flex;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power {
    margin-bottom: 12.1212121212%;
    flex-direction: column;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__heading {
  margin-right: 2em;
  font-size: clamp(1.2rem, 1.3888888889vw, 1.9rem);
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__heading {
    margin: 0;
    font-size: min(3.7333333333vw, 1.7rem);
    justify-content: center;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__heading::before, .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__heading::after {
  content: "";
  width: 1px;
  height: calc(50% + 2px);
  background: #298031;
  display: block;
  position: absolute;
  right: 0;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__heading::before, .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__heading::after {
    width: calc(50% + 2px);
    height: 1px;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__heading::before {
  top: 0;
  transform: rotate(-15deg);
  transform-origin: center top;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__heading::before {
    top: auto;
    bottom: 0;
    left: 0;
    transform: rotate(5deg);
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__heading::after {
  bottom: 0;
  transform: rotate(15deg);
  transform-origin: center bottom;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__heading::after {
    transform: rotate(-5deg);
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__heading p {
  padding: 1em;
  color: #298031;
  font-weight: 500;
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__dtl {
  padding: 20px 1.1111111111% 20px 0;
  display: grid;
  grid-template-columns: 1fr 20.2898550725%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__dtl {
    padding: 6.0606060606% 4.5454545455%;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__dtl .grid-power01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__dtl .grid-power01 {
    order: 0;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__dtl .grid-power02 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__dtl .grid-power02 {
    order: 2;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__dtl .grid-power03 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__dtl .grid-power03 {
    order: 1;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__dtl__txt {
  color: #298031;
  font-size: clamp(1.3rem, 1.5740740741vw, 2.1rem);
  font-weight: 500;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__dtl__txt {
    font-size: min(4.2666666667vw, 2rem);
    text-align: center;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__power__dtl__img {
    margin: 4vw 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__wateroutage {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__wateroutage {
    margin-bottom: 12.1212121212%;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__wateroutage__wrap {
  display: grid;
  grid-template-columns: 41.1111111111% 50.5555555556%;
  gap: 0 3.8888888889%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__wateroutage__wrap {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__wateroutage .grid-wateroutage01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__wateroutage .grid-wateroutage01 {
    order: 0;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__wateroutage .grid-wateroutage02 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__wateroutage .grid-wateroutage02 {
    order: 1;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__wateroutage .grid-wateroutage03 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__wateroutage .grid-wateroutage03 {
    order: 3;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__wateroutage .grid-wateroutage04 {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__wateroutage .grid-wateroutage04 {
    order: 2;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__wateroutage .cmn-txt_mid {
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__wateroutage__img {
    margin-bottom: 10px;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__seismic__box {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 40% 23.4444444444%;
  gap: 0 6.6666666667%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__seismic__box {
    grid-template-columns: 1fr;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__seismic__box .cmn-txt_mid {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__seismic__box .cmn-txt_mid {
    margin-bottom: 1em;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__seismic__img {
    width: 78.7878787879%;
    margin: 0 auto;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__seismic__desc {
  padding: 10px 0;
  background: #f0f0f0;
  border-radius: 10px;
  display: flex;
  font-size: clamp(1rem, 0.9259259259vw, 1.2rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__seismic__desc {
    font-size: min(2.6666666667vw, 1.2rem);
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__seismic__desc {
    padding: 4.5454545455% 0;
    flex-direction: column;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__seismic__desc__heading {
  padding: 0 2em;
  border-right: solid 1px #000000;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__seismic__desc__heading {
    padding: 0 1.5em;
    border: none;
    margin-bottom: 1em;
  }
}
.st-wrapper.hybrid-plus .feature__container--disaster .disaster__seismic__desc__dtl {
  padding: 0 2em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__seismic__desc__dtl {
    padding: 0 1.5em;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--disaster .disaster__seismic__desc__dtl .cmn-notes {
    margin-top: 0.5em;
  }
}
.st-wrapper.hybrid-plus .feature__container--space {
  display: grid;
  grid-template-columns: 1fr 46.6666666667%;
  grid-template-rows: auto 1fr;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--space {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--space .grid-space01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--space .grid-space01 {
    order: 0;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--space .grid-space02 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--space .grid-space02 {
    order: 2;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--space .grid-space03 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--space .grid-space03 {
    order: 1;
  }
}
.st-wrapper.hybrid-plus .feature__container--space .space__list {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 4.1666666667%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--space .space__list {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--space .space__list li {
  position: relative;
}
.st-wrapper.hybrid-plus .feature__container--space .space__list__type {
  width: 6em;
  height: 6em;
  background: #ffe100;
  border-radius: 6em;
  font-size: clamp(1rem, 0.9259259259vw, 1.2rem);
  line-height: 1.2;
  text-align: center;
  display: grid;
  place-content: center;
  position: absolute;
  top: -1.2em;
  left: -1em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--space .space__list__type {
    font-size: min(2.6666666667vw, 1.2rem);
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--space .space__list__type {
    font-size: min(3.7333333333vw, 1.7rem);
    top: 5.1282051282%;
    left: 3.0303030303%;
  }
}
.st-wrapper.hybrid-plus .feature__container--space .space__list__type .name {
  font-size: 1.3em;
  font-weight: 500;
  display: block;
}
.st-wrapper.hybrid-plus .feature__container--space .space__img {
  padding-left: 9.5238095238%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--space .space__img {
    margin-bottom: 20px;
    padding-left: 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--space .space__img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.st-wrapper.hybrid-plus .feature__container--conpact {
  display: grid;
  grid-template-columns: 1fr 55.5555555556%;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--conpact {
    grid-template-columns: 1fr;
  }
}
.st-wrapper.hybrid-plus .feature__container--conpact .conpact__dtl {
  padding-left: 14%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--conpact .conpact__dtl {
    padding: 9.0909090909% 0 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--conpact .conpact__dtl__figure {
  padding-right: 16.2790697674%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--conpact .conpact__dtl__figure {
    padding-right: 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--conpact .conpact__dtl__pp {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--conpact .conpact__dtl__pp {
    margin-top: 40px;
  }
}
.st-wrapper.hybrid-plus .feature__container--conpact .conpact__dtl__pp__triangle {
  border-top: 60px solid transparent;
  border-left: 20px solid #298031;
  position: absolute;
  top: -60px;
  left: 37.2093023256%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--conpact .conpact__dtl__pp__triangle {
    border-top-width: 27px;
    top: -27px;
    left: 31.8181818182%;
  }
}
.st-wrapper.hybrid-plus .feature__container--conpact .conpact__dtl__pp__triangle::after {
  content: "";
  border-top: 56px solid transparent;
  border-left: 18.5px solid #FFFFFF;
  display: block;
  position: absolute;
  top: 2px;
  right: 0.5px;
  transform: translateY(-100%);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--conpact .conpact__dtl__pp__triangle::after {
    border-top-width: 26px;
    border-left-width: 19px;
    right: 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--distance {
  display: grid;
  grid-template-columns: 1fr 55.5555555556%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--distance {
    grid-template-columns: 1fr;
  }
}
.st-wrapper.hybrid-plus .feature__container--distance .distance__txt {
  margin-top: 0.5em;
  font-size: clamp(1.1rem, 1.2962962963vw, 1.8rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--distance .distance__txt {
    font-size: min(3.2vw, 1.5rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--distance .distance__figure {
  padding-left: 14%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--distance .distance__figure {
    padding: 9.0909090909% 0 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--distance .distance__figure__item {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--distance .distance__figure__item {
    padding: 0 6.0606060606%;
    flex-direction: column;
  }
}
.st-wrapper.hybrid-plus .feature__container--distance .distance__figure__item:first-of-type {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--distance .distance__figure__item:first-of-type {
    margin-bottom: 9.0909090909%;
    padding-bottom: 9.0909090909%;
  }
}
.st-wrapper.hybrid-plus .feature__container--distance .distance__figure__item:first-of-type::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.st-wrapper.hybrid-plus .feature__container--distance .distance__figure__bubble {
  width: 8.5em;
  height: 8.5em;
  margin-right: 9.3023255814%;
  border: solid 1px #298031;
  border-radius: 8.5em;
  background: #FFFFFF;
  font-size: clamp(1.1rem, 1.2037037037vw, 1.6rem);
  text-align: center;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--distance .distance__figure__bubble {
    width: 100%;
    height: auto;
    margin: 0 0 6.0606060606%;
    padding: 0.5em;
    font-size: min(3.7333333333vw, 1.7rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--distance .distance__figure__bubble::before {
  content: "";
  border-left: solid 16px #298031;
  border-top: solid 9px transparent;
  border-bottom: solid 9px transparent;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(12px, -50%);
  z-index: -1;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--distance .distance__figure__bubble::before {
    display: none;
  }
}
.st-wrapper.hybrid-plus .feature__container--distance .distance__figure__bubble::after {
  content: "";
  border-left: solid 16px #FFFFFF;
  border-top: solid 9px transparent;
  border-bottom: solid 9px transparent;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(10px, -50%);
  z-index: 1;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--distance .distance__figure__bubble::after {
    display: none;
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__about {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 63.3333333333%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__about {
    margin-bottom: 12.1212121212%;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__about__desc {
    order: 1;
  }
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__about__desc__data {
    font-size: clamp(1.2rem, 1.3888888889vw, 1.9rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__about__desc__data .m-data__item__unit {
  font-size: 1.6em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__about__desc__data .m-data__item__unit {
    font-size: 2em;
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__about__desc__data .m-data__item__value {
  height: 4.2em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__about__desc__data .m-data__item__value {
    height: 5.5em;
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__about__img {
  padding-left: 8.7719298246%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__about__img {
    order: 0;
    padding-left: 0;
    margin-bottom: 6.0606060606%;
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__heading {
  margin-bottom: 10px;
  font-size: clamp(1.1rem, 1.2962962963vw, 1.8rem);
  font-weight: 500;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__heading {
    margin-bottom: 1.5em;
    color: #298031;
    font-size: min(4.8vw, 2.2rem);
    text-align: center;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__heading::before {
    content: "［";
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__heading::after {
    content: "］";
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__container {
  position: relative;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__container {
    display: grid;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl {
    order: 0;
    display: grid;
    grid-template-columns: 33.3333333333% 1fr;
    grid-template-rows: auto;
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__hour {
  margin-bottom: 30px;
  font-size: clamp(1.2rem, 1.3888888889vw, 1.9rem);
  position: relative;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__hour {
    font-size: min(3.7333333333vw, 1.7rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__hour__clock {
  width: 2.6em;
  height: 2.6em;
  display: block;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 36 36%22%3E%3Ccircle fill=%22%23168B31%22 cx=%2218%22 cy=%2218%22 r=%2218%22/%3E%3Cpath fill=%22%23FFFFFF%22 d=%22M18,2.5c8.55,0,15.5,6.95,15.5,15.5S26.55,33.5,18,33.5S2.5,26.55,2.5,18S9.45,2.5,18,2.5%22/%3E%3Cpath fill=%22%23168B31%22 d=%22M18.5,19.62h-9c-0.62,0-1.12-0.5-1.12-1.12s0.5-1.12,1.12-1.12h7.88V7.5c0-0.62,0.5-1.12,1.12-1.12 s1.12,0.5,1.12,1.12v11C19.62,19.12,19.12,19.62,18.5,19.62z%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__hour__clock {
    width: 9.6vw;
    height: 9.6vw;
    top: 0;
    transform: translateY(-50%);
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__hour__list {
  margin-right: 5%;
  padding: 0 11.1111111111% 0 6.6666666667%;
  background: rgb(229.5, 229.5, 229.5);
  border-radius: 2em;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__hour__list {
    height: 100%;
    padding: 0 0 18.1818181818% 16.3636363636%;
    margin-right: 0;
    background: none;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__hour__list::before {
    content: "";
    width: 2px;
    height: calc(100% + 35px);
    background: #298031;
    display: block;
    position: absolute;
    top: -5px;
    left: 16.3636363636%;
    z-index: -1;
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__hour__list li {
  padding: 0.5em 0;
  background: rgb(229.5, 229.5, 229.5);
  color: #298031;
  font-weight: 600;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__hour__list li {
    padding: 0 0 0 1em;
    background: none;
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__hour__list li.line {
  position: relative;
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__hour__list li.line::after {
  content: "";
  width: 1px;
  height: 60px;
  background: #298031;
  display: block;
  position: absolute;
  top: 80%;
  right: 1.25em;
  transform: rotate(-35deg);
  transform-origin: top left;
  z-index: -1;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__hour__list li.line::after {
    width: 100%;
    height: 1px;
    transform: rotate(0);
    top: 2em;
    left: 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__photo {
  padding-right: 3.8888888889%;
  display: flex;
  gap: 0 1.1111111111%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__photo {
    padding: 0;
    display: block;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__photo li {
    margin-bottom: 9.0909090909%;
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__photo__txt {
  margin-top: 0.5em;
  font-size: clamp(1rem, 1.1111111111vw, 1.5rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl__photo__txt {
    font-size: min(3.4666666667vw, 1.6rem);
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl + .cmn-notes {
  margin-top: 1em;
  text-align: right;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__tl + .cmn-notes {
    order: 2;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__data {
    order: 1;
    margin: 0 4.8vw;
    position: relative;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__data::after {
    content: "";
    width: 45.3333333333vw;
    height: 2px;
    background: #298031;
    display: block;
    position: absolute;
    top: -1px;
    left: 2px;
    transform: rotate(40deg);
    transform-origin: top left;
    z-index: -1;
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__data .m-data {
  width: 13em;
  height: 13em;
  background: #FFFFFF;
  border: solid 1px #298031;
  border-radius: 13em;
  gap: 0.75em 0;
  position: absolute;
  top: 0;
  left: 85.5555555556%;
  transform: translateY(-25%);
}
@media (min-width: 751px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__data .m-data {
    font-size: clamp(1rem, 0.9259259259vw, 1.2rem);
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__data .m-data {
    width: 17em;
    height: 17em;
    margin: 0 auto;
    border-width: 2px;
    position: relative;
    left: 0;
    transform: translateY(0);
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__data .m-data__txt {
  letter-spacing: var(--ls_basic);
  line-height: 1.4;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__data .m-data__txt {
    font-size: 1.28571em;
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__data .m-data__item__unit {
  font-size: clamp(1.1rem, 1.2962962963vw, 1.8rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__data .m-data__item__unit {
    font-size: 1.71429em;
  }
}
.st-wrapper.hybrid-plus .feature__container--time .time__schedule__data .m-data__item__value {
  height: 4em;
  padding: 0;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--time .time__schedule__data .m-data__item__value {
    height: 4.85714em;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--power .cmn-txt {
    margin-bottom: 1em;
  }
}
.st-wrapper.hybrid-plus .feature__container--power .power__img {
  position: relative;
}
.st-wrapper.hybrid-plus .feature__container--power .power__img .cmn-notes {
  width: 38.8888888889%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(75%);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--power .power__img .cmn-notes {
    width: 100%;
    margin-top: 2em;
    position: static;
    transform: translateY(0);
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--foundation {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--foundation .feature__heading {
    order: 0;
  }
}
.st-wrapper.hybrid-plus .feature__container--foundation .cmn-txt {
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--foundation .cmn-txt {
    order: 1;
  }
}
.st-wrapper.hybrid-plus .feature__container--foundation .cmn-notes {
  margin-bottom: 2em;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--foundation .cmn-notes {
    order: 3;
    margin: 1em 0 0;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--foundation .foundation__img {
    order: 2;
  }
}
.st-wrapper.hybrid-plus .feature__container--pipe .pipe__desc {
  display: grid;
  grid-template-columns: 1fr 52.5%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--pipe .pipe__desc {
    grid-template-columns: 1fr;
  }
}
.st-wrapper.hybrid-plus .feature__container--pipe .pipe__desc__img {
  padding-left: 9.5238095238%;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .feature__container--pipe .pipe__desc__img {
    padding: 0 21.2121212121%;
  }
}
.st-wrapper.hybrid-plus .avanti {
  margin-top: 80px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .avanti {
    margin-top: 16%;
  }
}
.st-wrapper.hybrid-plus .avanti .st-inner {
  background: #000000;
  border-radius: 10px;
  color: #FFFFFF;
  display: grid;
  grid-template-columns: 25.5555555556% auto;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .avanti .st-inner {
    width: 100%;
    border-radius: 0;
    grid-template-columns: 1fr;
  }
}
.st-wrapper.hybrid-plus .avanti__ttl {
  margin: 40px 0 40px 13.0434782609%;
  padding-right: 8.6956521739%;
  border-right: solid 1px #FFFFFF;
  display: grid;
  place-content: center;
  place-items: center;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .avanti__ttl {
    height: 105.3333333333vw;
    margin: 0;
    padding: 0;
    background: url("../images/sp/avanti_bg_01.jpg") no-repeat top left/cover;
    border-right: none;
    position: relative;
  }
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .avanti__ttl__logo {
    width: 48%;
    position: absolute;
    top: 10.6666666667%;
    right: 6.6666666667%;
  }
}
.st-wrapper.hybrid-plus .avanti__dtl {
  padding: 40px 5.9701492537% 40px 0;
  background: url("../images/pc/avanti_bg_01.jpg") no-repeat top left/cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .avanti__dtl {
    padding: 0 6% 8%;
    background: none;
    border-radius: 0;
  }
}
.st-wrapper.hybrid-plus .avanti__dtl__box {
  width: 57.1428571429%;
  margin-left: auto;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .avanti__dtl__box {
    width: 100%;
    border-top: solid 1px #FFFFFF;
  }
}
.st-wrapper.hybrid-plus .avanti__dtl__heading {
  margin-bottom: 0.5em;
  font-size: clamp(2.2rem, 2.7777777778vw, 3.8rem);
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .avanti__dtl__heading {
    padding-top: 1em;
    font-size: min(7.7333333333vw, 3.6rem);
  }
}
.st-wrapper.hybrid-plus .avanti__dtl__txt {
  margin-bottom: 1.25em;
  font-size: clamp(1.2rem, 1.3888888889vw, 1.9rem);
  line-height: 1.75;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .avanti__dtl__txt {
    font-size: min(3.7333333333vw, 1.7rem);
  }
}
.st-wrapper.hybrid-plus .avanti__dtl__sub {
  margin-bottom: 3em;
  font-size: clamp(1rem, 1.0185185185vw, 1.4rem);
  line-height: 2;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .avanti__dtl__sub {
    margin-bottom: 2em;
    font-size: min(2.9333333333vw, 1.4rem);
  }
}
.st-wrapper.hybrid-plus .avanti__dtl .cmn-notes {
  margin-top: auto;
}
.st-wrapper.hybrid-plus .movie {
  padding-top: 80px;
}
@media (max-width: 750px) {
  .st-wrapper.hybrid-plus .movie {
    padding-top: 0;
  }
}

/* lity
==================================================*/
.lity.lity-opened.lity-youtube .lity-wrap .lity-container {
  width: 88%;
}/*# sourceMappingURL=style.css.map */