@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
html,
body {
  color: #0A2C3D;
}

.landing_page {
  --color-b: #000;
  --color-w: #fff;
  --color-mv-bg: #edfaff;
  --color1: #ffbb00;
  --color2: linear-gradient(to bottom, #70ddf9, #fafdce);
  --color3: #ff50d5;
  --color4: #edfaff;
  --color5: #0707c9;
  --color6: #fffddc;
  --color7: linear-gradient(
    to bottom,
    rgba(255, 167, 255, 0.4) 0%,
    rgba(101, 234, 253, 0.4) 25%,
    rgba(127, 252, 107, 0.4) 50%,
    rgba(252, 242, 0, 0.4) 75%,
    rgba(255, 182, 208, 0.4) 100%
  );
  --color9: #f7f7f7;
  --color8: rgb(235, 237, 244);
  --color10: #1a1817;
  --color11: linear-gradient(to right, #fbfbfb 0%, #eeeeee 100%);
  --bold: 600;
  --semibold: 500;
}
.landing_page .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing_page .bg-shape svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .landing_page {
    --fs-xs: 10;
    --fs-xs-rem: 1rem;
    --fs-sm: 16;
    --fs-sm-rem: 1.6rem;
    --fs-md: 20;
    --fs-md-rem: 2rem;
    --fs-lg: 32;
    --fs-lg-rem: 3.2rem;
    --fs-xl: 40;
    --fs-xl-rem: 4rem;
    --pad-xxs: 10;
    --pad-xs: 30;
    --pad-sm: 60;
    --pad-md: 100;
    --pad-lg: 120;
  }
  .l-breadcrumbs {
    margin-top: 0;
  }
  .landing_page {
    overflow: visible;
    contain: paint;
    background-color: var(--color-w);
  }
  .landing_page .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .landing_page .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .landing_page .js-revealIn {
    position: relative;
  }
  .landing_page .js-revealIn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transform-origin: right;
    transform: scaleX(1);
    transition: transform 1.2s ease-in-out;
    z-index: 3;
  }
  .landing_page .js-revealIn--active::after {
    transform: scaleX(0);
  }
  .landing_page .s-view {
    display: none;
  }
  .landing_page img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .landing_page p {
    font-size: max(14px, min(3vw, 16px));
    line-height: 1.6;
  }
  .landing_page .container {
    width: min(100% - 30px, 1200px);
    margin-inline: auto;
  }
  .landing_page .main-visual {
    position: relative;
    background: #ECF0F7;
  }
  .landing_page .main-visual::after {
    content: "";
    background: #fff;
    width: 100%;
    height: calc(var(--pad-sm) * 1px);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .landing_page .main-visual .mv-container {
    position: relative;
    width: 83.3333333333%;
    margin-inline: auto;
    background: linear-gradient(180deg, #BAEFFF 19.8%, #EEFBFF 100%);
    z-index: 1;
  }
  .landing_page .main-visual .mv-inner {
    background: url(.././images/mv-bg.jpg) no-repeat center/cover;
  }
  .landing_page .main-visual .mv-box {
    position: relative;
    width: 83.3333333333%;
    margin-inline: auto;
    padding: calc(var(--pad-sm) * 1px) 0 calc(var(--pad-xs) * 1px) 0;
  }
  .landing_page .main-visual .mv-box .bg-blur {
    width: 50%;
    height: 25%;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.8);
    filter: blur(65px);
    position: absolute;
    top: 40%;
    right: 0;
  }
  .landing_page .main-visual .mv-box .mv-image {
    top: 1.25rem;
    position: relative;
  }
  .landing_page .main-visual .mv-contents {
    position: relative;
    z-index: 1;
    width: 50%;
    padding: 0 0 0 1em;
    margin-left: auto;
  }
  .landing_page .main-visual .mv-subtitle {
    font-size: min(var(--fs-xl) * 100vw / 1920, var(--fs-xl-rem));
    font-weight: 900;
    margin: 0.5em 0;
  }
  .landing_page .main-visual .mv-title {
    font-size: 3.5vw;
    color: #0056A8;
    font-weight: 700;
  }
  .landing_page .main-visual .mv-text {
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    margin: 2em 0;
    line-height: 2;
  }
  .landing_page .main-visual .scroll-image {
    max-width: 140px;
    position: absolute;
    left: 45px;
    bottom: -32.5px;
  }
  .landing_page .section-contents {
    padding: calc(var(--pad-md) * 1px) 0;
  }
  .landing_page .contents-inner {
    padding: calc(var(--pad-xs) * 1px) 0;
  }
  .landing_page .section-heading {
    padding: 0 0 calc(var(--pad-xs) * 1px) 0;
  }
  .landing_page .section-num {
    font-family: "Quicksand", sans-serif;
    font-size: max(14px, min(3vw, 20px));
    color: #0056A8;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 1em 0;
  }
  .landing_page .section-num::before {
    content: "";
    display: block;
    min-width: 32px;
    height: 32px;
    background: url(.././images/check.svg) no-repeat center/contain;
  }
  .landing_page .section-title {
    font-size: max(24px, min(3vw, 32px));
    font-weight: 700;
  }
  .landing_page .d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(var(--pad-xs) * 1px) calc(var(--pad-sm) * 1px);
  }
  .landing_page .css-font-sm {
    font-size: min(var(--fs-sm) * 100vw / 1920, var(--fs-sm-rem));
    line-height: 1.5;
  }
  .landing_page .css-font-sm.bold {
    font-weight: var(--bold);
  }
  .landing_page .css-font-md {
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    line-height: 1.5;
  }
  .landing_page .css-font-md.bold {
    font-weight: var(--bold);
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .landing_page .section-contents {
    position: relative;
  }
  .landing_page .bar {
    position: absolute;
    top: calc(var(--pad-md) * 1px);
    left: -6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
  }
  .landing_page .bar span {
    display: block;
    width: 2.5vw;
    height: 2px;
    background: #0056A8;
  }
  .landing_page .bar span.active {
    position: relative;
    width: 4vw;
  }
  .landing_page .bar span.active::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #0056A8;
    position: absolute;
    top: -5px;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1500px) {
  .landing_page .bar {
    left: -8vw;
  }
}
@media screen and (min-width: 768px) {
  .css-section1 {
    position: relative;
    padding-bottom: calc(var(--pad-sm) * 1px);
  }
  .feature-section {
    position: relative;
    z-index: 1;
  }
  .feature-section__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: calc(var(--pad-md) * 1px) 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .feature-section__inner {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .feature-section__title {
    font-size: max(24px, min(3vw, 48px));
    margin-bottom: 60px;
  }
  .feature-section__title::before {
    content: attr(data-en);
    display: block;
    font-size: max(14px, min(3vw, 18px));
    margin: 0 0 10px 0;
    color: #0056A8;
  }
  .feature-section__list {
    counter-reset: number 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8em 1em;
  }
  .feature-section__list li {
    font-size: max(14px, min(3vw, 16px));
    font-weight: 700;
    line-height: 1.6;
    display: flex;
    gap: 16px;
  }
  .feature-section__list li::before {
    counter-increment: number 1;
    content: counter(number);
    display: grid;
    place-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #0056A8;
    background: rgba(125, 143, 178, 0.14);
    min-width: 32px;
    height: 32px;
    border-radius: 999px;
  }
  .feature-section__list li:hover::before {
    background: #0056A8;
    color: #fff;
  }
  .feature-section__list li sup {
    font-size: 10px;
  }
  .feature-section__list a {
    color: #0A2C3D;
    text-decoration: none;
  }
  .feature-section__img {
    position: relative;
    margin-bottom: -110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .feature-section__img {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .feature-section__img::after {
    content: "";
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 999px;
    background: rgba(98, 163, 67, 0.2);
    filter: blur(100px);
    position: absolute;
    top: -20px;
    right: 0;
  }
  .feature-box {
    position: relative;
    padding: calc(var(--pad-xs) * 1px) 0 0 0;
    z-index: 1;
  }
  .feature-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 80%;
    margin-inline: auto;
  }
  .feature-slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  .feature-slider {
    min-width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .feature-slider .feature-slider-image {
    max-width: 295px;
    aspect-ratio: 1/1;
    margin: 0 auto;
  }
  .feature-slider.active {
    opacity: 1;
  }
  .feature-slider img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
  .slider-name {
    display: block;
    text-align: center;
    font-weight: 500;
    padding: 0.5em 0;
  }
  .feature-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .feature-slider-controls {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .slider-btn {
    width: 50px;
    height: 50px;
    background: transparent;
    display: grid;
    place-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #0A2C3D;
    position: absolute;
    top: calc(50% - 25px);
  }
  .slider-btn.slider-btn-next {
    right: 5%;
  }
  .slider-btn.slider-btn-prev {
    left: 5%;
  }
  .slider-btn:hover {
    background: #6F6F63;
    color: #fff;
    border-radius: 999px;
  }
  .slider-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  .slider-btn:disabled:hover {
    background: transparent;
    color: #6F6F63;
  }
  .slider-dots {
    display: flex;
    gap: 10px;
  }
  .slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
  }
  .slider-dot.active {
    background: #0056A8;
  }
  .slider-dot:hover {
    background: #0056A8;
  }
  .css-section2 {
    background: #ECF0F7;
  }
  .css-section2 .section-text {
    margin-bottom: 2em;
  }
  .css-section2 .section-note {
    font-size: 10px;
  }
  .css-section2 .sub-heading {
    font-size: max(20px, min(2vw, 26px));
    margin: 2em 0 1em 0;
    line-height: 1.6;
  }
  .css-section2 .main-intro .caption {
    display: block;
    text-align: right;
  }
  .css-section2 .feature-grid {
    padding: calc(var(--pad-sm) * 1px) 0 0 0;
  }
  .css-section2 .feature-grid .feature-title {
    font-size: max(20px, min(2vw, 26px));
    margin: 0 0 1em 0;
  }
  .css-section3 .section3-image {
    padding: calc(var(--pad-xs) * 1px) 0 0 0;
  }
  .css-section3 .item-caption,
  .css-section3 .item-caption {
    font-size: max(18px, min(3vw, 20px));
    margin-bottom: 0.8em;
  }
  .css-section3 .item-description {
    margin-bottom: 1em;
  }
  .css-section3 .section3-image-box01 {
    padding-top: calc(var(--pad-xxs) * 1px);
  }
  .css-section3 .maintenance-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8%;
  }
  .css-section4 {
    background: #ECF0F7;
  }
  .css-section4 .section4-image {
    padding-top: calc(var(--pad-xs) * 1px);
    padding-bottom: calc(var(--pad-sm) * 1px);
  }
  .css-section4 .section-note {
    font-size: 10px;
  }
  .css-section5 {
    background: #fff;
  }
  .css-section5 .section-title > sup {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 1.5em 0.5em;
  }
  .css-section5 .section5-image {
    padding: calc(var(--pad-xs) * 1px) 0 0 0;
  }
  .css-section5 .select-col {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 16px 16px;
  }
  .css-section5 .method-name {
    color: #0056A8;
    font-size: max(16px, min(2vw, 20px));
    background: #ECF0F7;
    border-radius: 999px;
    width: max-content;
    padding: 6px 1em;
    margin: 0 0 12px 0;
  }
  .css-section5 .method-name sup {
    font-size: 10px;
    display: inline-block;
    line-height: 2;
    margin-left: 0.5em;
  }
  .css-section5 .method-lead {
    color: #0056A8;
    font-size: max(16px, min(2vw, 20px));
  }
  .css-section5 .method-point {
    font-size: max(16px, min(2vw, 20px));
    font-weight: 600;
    line-height: 1.4;
  }
  .css-section5 .method-note {
    font-size: 10px;
    margin-top: 2em;
  }
  .css-section6 {
    background: #ECF0F7;
  }
  .css-section6 .section-title > sup {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 1.5em 0.5em;
  }
  .css-section6 .section6-box {
    padding: calc(var(--pad-xs) * 1px) 0 0 0;
  }
  .css-section6 .section6-box .method-info {
    margin-bottom: 1.5em;
  }
  .css-section6 .method-name {
    font-size: max(16px, min(2vw, 20px));
    margin: 0 0 1em 0;
  }
  .css-section6 .d-felx {
    display: flex;
  }
  .css-section6 .d-felx .supply-method {
    flex: 1;
  }
  .css-section6 .d-felx .icon-arrow {
    display: block;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 20px solid #0056A8;
    align-self: center;
    margin-left: 20px;
  }
  .css-section6 .d-felx.item-m28b {
    gap: 30px;
  }
  .css-section6 .d-felx.item-m28b .method-text {
    margin-bottom: 1.5em;
  }
  .css-section6 .aqua-point {
    margin: 16px 0;
  }
  .css-section6 .section6-notes {
    margin: calc(var(--pad-xs) * 1px) 0 0 0;
  }
  .css-section6 .section6-notes .section6-notes__text {
    font-size: 10px;
  }
  .css-section7 .section7-grid {
    margin: calc(var(--pad-sm) * 1px) 0 0 0;
  }
  .css-section7 .section7-grid .method-name {
    font-size: max(16px, min(2vw, 20px));
    margin: 0 0 1em 0;
  }
  .css-bottom-section {
    background: linear-gradient(90deg, #FBFBFB 0%, #F6FAFC 98.59%);
  }
  .products-section {
    padding: calc(var(--pad-sm) * 1px) 0;
  }
  .bottom-title {
    font-size: max(18px, min(3vw, 32px));
    font-weight: 700;
  }
  .bottom-container {
    width: min(100% - 30px, 1200px);
    margin-inline: auto;
  }
  .products-box {
    margin: calc(var(--pad-sm) * 1px) 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(var(--pad-xxs) * 5px);
  }
  .products-box .product {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .products-box .product a {
    display: block;
  }
  .products-box .product a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .landing_page {
    --fs-xs: 12;
    --fs-sm: 18;
    --fs-md: 22;
    --fs-lg: 32;
    --fs-xl: 40;
    --pad-xxs: 10;
    --pad-xs: 30;
    --pad-sm: 30;
    --pad-md: 60;
    --pad-lg: 100;
    --pad-xl: 120;
  }
  .l-breadcrumbs {
    margin-top: 0;
  }
  .landing_page {
    overflow: visible;
    contain: paint;
    background-color: var(--color-w);
  }
  .landing_page .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .landing_page .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .landing_page .js-revealIn {
    position: relative;
  }
  .landing_page .js-revealIn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transform-origin: right;
    transform: scaleX(1);
    transition: transform 1.2s ease-in-out;
    z-index: 3;
  }
  .landing_page .js-revealIn--active::after {
    transform: scaleX(0);
  }
  .landing_page .l-view {
    display: none;
  }
  .landing_page img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .landing_page p {
    font-size: max(14px, min(3vw, 16px));
    line-height: 1.6;
  }
  .landing_page .container {
    padding: 0 15px;
  }
  .landing_page .main-visual {
    position: relative;
    background: #fff;
  }
  .landing_page .main-visual .mv-container {
    margin-inline: auto;
    padding: calc(var(--pad-sm) * 1px) 0 0 0;
  }
  .landing_page .main-visual .mv-inner {
    padding: 0 15px;
  }
  .landing_page .main-visual .mv-subtitle {
    font-size: 5vw;
    font-weight: 900;
    margin: 0.5em 0;
  }
  .landing_page .main-visual .mv-title {
    font-size: 8vw;
    color: #0056A8;
    font-weight: 700;
    line-height: 1.4;
  }
  .landing_page .main-visual .mv-text {
    margin: 1.5em 0 2.5em 0;
  }
  .landing_page .main-visual .mv-image {
    position: relative;
    margin: 0 calc(50% - 50vw);
  }
  .landing_page .main-visual .mv-image picture {
    display: block;
    max-width: calc(100% - 15px);
    margin-left: -15px;
    position: relative;
    z-index: 1;
  }
  .landing_page .main-visual .mv-image::after {
    content: "";
    width: 100%;
    height: calc(100% - 35px);
    background: #ECF0F7;
    position: absolute;
    bottom: 0;
    right: -30px;
    left: 0;
  }
  .landing_page .main-visual .scroll-image {
    display: none;
  }
  .landing_page .section-contents {
    padding: 60px 0;
  }
  .landing_page .section-heading {
    padding: 0 0 1.5em 0;
  }
  .landing_page .section-num {
    font-family: "Quicksand", sans-serif;
    font-size: max(18px, min(3vw, 20px));
    font-weight: 600;
    color: #0056A8;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 1em 0;
  }
  .landing_page .section-num::before {
    content: "";
    display: block;
    min-width: 32px;
    height: 32px;
    background: url(.././images/check.svg) no-repeat center/contain;
  }
  .landing_page .section-title {
    font-size: max(20px, min(3vw, 32px));
    font-weight: 700;
    line-height: 1.6;
  }
  .landing_page .d-grid {
    display: grid;
    gap: calc(var(--pad-xs) * 1px) calc(var(--pad-sm) * 1px);
  }
  .css-section1 {
    position: relative;
    padding-bottom: calc(var(--pad-sm) * 1px);
  }
  .css-section1::after {
    content: "";
    width: 100%;
    height: 15%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .feature-section {
    position: relative;
    z-index: 1;
  }
  .feature-section__inner {
    position: relative;
    z-index: 1;
    padding: calc(var(--pad-xs) * 1px) 0 0 0;
  }
  .feature-section__title {
    font-size: max(24px, min(3vw, 48px));
    margin-bottom: 30px;
  }
  .feature-section__title::before {
    content: attr(data-en);
    display: block;
    font-size: max(14px, min(3vw, 18px));
    margin: 0 0 10px 0;
    color: #0056A8;
  }
  .feature-section__list {
    counter-reset: number 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
  .feature-section__list li {
    font-size: max(14px, min(3vw, 16px));
    font-weight: 700;
    line-height: 1.6;
    display: flex;
    gap: 16px;
  }
  .feature-section__list li::before {
    counter-increment: number 1;
    content: counter(number);
    display: grid;
    place-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #0056A8;
    background: rgba(125, 143, 178, 0.14);
    min-width: 32px;
    height: 32px;
    border-radius: 999px;
  }
  .feature-section__list li:hover::before {
    background: #0056A8;
    color: #fff;
  }
  .feature-section__list li sup {
    font-size: 10px;
  }
  .feature-section__list a {
    color: #0A2C3D;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .feature-section__img {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .feature-section__img::after {
    content: "";
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 999px;
    background: rgba(98, 163, 67, 0.2);
    filter: blur(100px);
    position: absolute;
    top: -20px;
    right: 0;
  }
  .feature-box {
    position: relative;
    padding: 32px 0 0 0;
    z-index: 1;
  }
  .feature-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 80%;
    margin-inline: auto;
    margin-bottom: 1em;
  }
  .feature-slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  .feature-slider {
    min-width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .feature-slider .feature-slider-image {
    max-width: 60%;
    aspect-ratio: 1/1;
    margin: 0 auto;
  }
  .feature-slider.active {
    opacity: 1;
  }
  .feature-slider img {
    height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
  }
  .slider-name {
    display: block;
    text-align: center;
    font-weight: 500;
    padding: 0.5em 0;
  }
  .feature-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .slider-btn {
    width: 50px;
    height: 50px;
    background: transparent;
    display: grid;
    place-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #6F6F63;
    position: absolute;
    top: calc(50% - 25px);
  }
  .slider-btn.slider-btn-next {
    right: -5%;
  }
  .slider-btn.slider-btn-prev {
    left: -5%;
  }
  .slider-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  .slider-btn:disabled:hover {
    background: transparent;
    color: #6F6F63;
  }
  .slider-dots {
    display: flex;
    gap: 8px;
  }
  .slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
  }
  .slider-dot.active {
    background: #0056A8;
  }
  .slider-dot:hover {
    background: #0056A8;
  }
  .css-section2 {
    background: #ECF0F7;
  }
  .css-section2 .section-text {
    margin-bottom: 2em;
  }
  .css-section2 .section-note {
    font-size: 10px;
  }
  .css-section2 .sub-heading {
    font-size: max(18px, min(2vw, 26px));
    margin: 2em 0 1em 0;
    line-height: 1.6;
  }
  .css-section2 .main-intro .caption {
    display: block;
    font-size: 14px;
    text-align: right;
  }
  .css-section2 .feature-grid {
    padding: calc(var(--pad-md) * 1px) 0 0 0;
  }
  .css-section2 .feature-grid .feature-title {
    font-size: max(18px, min(2vw, 26px));
    margin: 0 0 1em 0;
  }
  .css-section3 .section3-image {
    padding: calc(var(--pad-xxs) * 1px) 0 0 0;
  }
  .css-section3 .item-caption,
  .css-section3 .item-caption {
    font-size: max(18px, min(3vw, 20px));
    margin-bottom: 0.8em;
  }
  .css-section3 .item-description {
    margin-bottom: 1em;
  }
  .css-section3 .section3-image-box01 {
    padding-top: calc(var(--pad-xxs) * 1px);
  }
  .css-section3 .maintenance-flex {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4%;
  }
  .css-section4 {
    background: #ECF0F7;
  }
  .css-section4 .section4-image {
    padding-top: calc(var(--pad-xxs) * 1px);
    padding-bottom: calc(var(--pad-sm) * 1px);
  }
  .css-section4 .section-note {
    font-size: 10px;
  }
  .css-section5 {
    background: #fff;
  }
  .css-section5 .section-title > sup {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 1.5em 0.5em;
  }
  .css-section5 .section5-image {
    padding: calc(var(--pad-xxs) * 1px) 0 0 0;
  }
  .css-section5 .select-col {
    display: grid;
    grid-template-columns: 3fr 2fr;
    align-items: center;
    gap: 16px 16px;
  }
  .css-section5 .method-name {
    color: #0056A8;
    font-size: max(16px, min(2vw, 20px));
    background: #ECF0F7;
    border-radius: 999px;
    width: max-content;
    padding: 6px 1em;
    margin: 0 0 12px 0;
  }
  .css-section5 .method-name sup {
    font-size: 10px;
    display: inline-block;
    line-height: 1.8;
    margin-left: 0.5em;
  }
  .css-section5 .method-lead {
    color: #0056A8;
    font-size: max(16px, min(2vw, 20px));
  }
  .css-section5 .method-point {
    font-size: max(16px, min(2vw, 20px));
    font-weight: 600;
    line-height: 1.4;
  }
  .css-section5 .method-note {
    font-size: 10px;
    margin-top: 2em;
  }
  .css-section6 {
    background: #ECF0F7;
  }
  .css-section6 .section-title > sup {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 1.5em 0.5em;
  }
  .css-section6 .section6-box {
    padding: calc(var(--pad-xs) * 1px) 0 0 0;
  }
  .css-section6 .section6-box .method-info {
    margin-bottom: 1.5em;
  }
  .css-section6 .method-name {
    font-size: max(16px, min(2vw, 20px));
    margin: 0 0 1em 0;
  }
  .css-section6 .d-felx {
    display: grid;
  }
  .css-section6 .d-felx .icon-arrow {
    display: block;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-top: 20px solid #0056A8;
    align-self: center;
    margin: 20px auto 0 auto;
  }
  .css-section6 .d-felx.item-m28b {
    gap: 16px;
  }
  .css-section6 .d-felx.item-m28b .method-text {
    margin-bottom: 1.5em;
  }
  .css-section6 .aqua-point {
    margin: 16px 0;
  }
  .css-section6 .section6-notes {
    margin: calc(var(--pad-xs) * 1px) 0 0 0;
  }
  .css-section6 .section6-notes .section6-notes__text {
    font-size: 10px;
  }
  .css-section7 .section7-grid {
    margin: calc(var(--pad-sm) * 1px) 0 0 0;
  }
  .css-section7 .section7-grid .method-name {
    font-size: max(16px, min(2vw, 20px));
    margin: 0 0 1em 0;
  }
  .css-bottom-section {
    background: linear-gradient(90deg, #FBFBFB 0%, #F6FAFC 98.59%);
  }
  .products-section {
    padding: calc(var(--pad-md) * 1px) 0;
  }
  .bottom-title {
    font-size: max(24px, min(3vw, 32px));
    font-weight: 700;
  }
  .bottom-container {
    width: min(100% - 30px, 1200px);
    margin-inline: auto;
  }
  .products-box {
    margin: calc(var(--pad-sm) * 1px) 0 0 0;
    display: grid;
    gap: calc(var(--pad-xxs) * 3px);
  }
  .products-box .product {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .products-box .product a {
    display: block;
  }
  .products-box .product a:hover {
    opacity: 0.8;
  }
}
