@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  scrollbar-gutter: stable;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* img */
/* ============================================ */
img {
  max-width: 100%;
  height: auto;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address,
em {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

@font-face {
  font-family: dnp-shuei-mincho-pr6n;
  font-display: swap;
}
@font-face {
  font-family: noto-sans-cjk-jp;
  font-display: swap;
}
@font-face {
  font-family: Georgia;
  font-display: swap;
}
/* Typekitフォントを%placeholderにセットする */
.company-page .company__section .company__content--white .section__title--h3, .company-page .products__slider-title, .company-page .corporate-banner__text-content .corporate-banner__title, .company-page .corporate-banner__text-content .corporate-banner__text {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.company-page .company__section .company__text, body {
  font-family: noto-sans-cjk-jp, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.company-page .key-visual::before, .company-page .company__decoration, .company-page .products__decoration, .company-page .products__slider-btn span, .company-page .applications__decoration, .company-page .corporate-banner__decoration, .company-page .corporate-banner__view-more-btn span, .company-page .corporate-banner__text-content .corporate-banner__subtitle {
  font-family: Georgia, serif;
  -webkit-font-smoothing: antialiased;
}

:root {
  --design-width: 375;
  --fluid-scale: calc(100vw / var(--design-width));
}

html,
body {
  overscroll-behavior-y: none;
}

html {
  scroll-padding-top: 18.1333333333svw;
  font-size: 2.6666666667svw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
    scroll-padding-top: 80px;
  }
}

body {
  background-color: #fff;
  color: #474747;
  transition: opacity 0.3s ease-out;
}
body.is-drawer-open {
  overflow: hidden;
}

main {
  position: relative;
  z-index: 1;
  max-width: 100vw;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 768px) {
  main {
    padding: 0;
  }
}

.svg-fluid {
  width: calc(var(--base-size) * var(--fluid-scale));
  height: auto;
  display: block;
}

.lg-none {
  display: block;
}
@media screen and (min-width: 1024px) {
  .lg-none {
    display: none;
  }
}

.pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}

.section__text {
  text-align: justify;
}

.company-page .key-visual {
  position: relative;
  padding: 6rem 0 0;
  background: initial;
  background-color: #ecf5ff;
  display: block;
}
.company-page .key-visual::before {
  content: "company";
  text-transform: capitalize;
  position: absolute;
  color: rgba(0, 157, 255, 0.1);
  font-size: 7.8rem;
  font-weight: 400;
  line-height: 1.6;
  bottom: 5.3rem;
  right: 0;
}
.company-page .key-visual .key-visual-contents {
  padding: 0.8rem 0 0;
}
.company-page .key-visual .section__title-group {
  margin: 3.2rem 0 0;
}
.company-page .company__section {
  position: relative;
  padding: 8rem 0 11rem;
  background-color: #ecf5ff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .company-page .company__section {
    padding: 200px 0 180px;
  }
}
.company-page .company__section .company__inner {
  position: relative;
  z-index: 2;
}
.company-page .company__section .company__contents {
  margin: 0;
}
.company-page .company__section .company__contents .section__title {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .company-page .company__section .company__contents {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.company-page .company__section .company__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .company-page .company__section .company__content {
    gap: 3.4rem;
  }
}
.company-page .company__section .company__main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .company-page .company__section .company__main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 74px;
  }
}
@media screen and (min-width: 1024px) {
  .company-page .company__section .company__main-content {
    grid-template-columns: 560px 1fr;
  }
}
.company-page .company__section .border__image-wrapper.company__content--white {
  width: 100%;
  margin: 50px 0 0;
}
.company-page .company__section .company__image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 327/208;
}
@media screen and (min-width: 768px) {
  .company-page .company__section .company__image-wrapper {
    flex-shrink: 0;
    aspect-ratio: 562/357;
  }
}
.company-page .company__section .company__image-wrapper::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #158fdb;
  top: 10.4rem;
  left: 50%;
  translate: -50% 0;
  transition: width 1s ease-in-out 0.6s, margin-left 1s ease-in-out 0.6s;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .company-page .company__section .company__image-wrapper::after {
    height: 1px;
    top: 50%;
  }
}
.company-page .company__section .company__image-wrapper.is-open::after {
  width: 100dvw;
  margin-left: calc(50% + 2.4rem - 50dvw);
  margin-right: calc(50% + 2.4rem - 50dvw);
}
@media screen and (min-width: 768px) {
  .company-page .company__section .company__image-wrapper.is-open::after {
    width: 70dvw;
  }
}
.company-page .company__section .company__image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
}
.company-page .company__section .company__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-page .company__section .company__image.delay img {
  scale: 1.2;
  animation: image-scale 1s ease forwards;
  animation-play-state: paused;
}
.company-page .company__section .company__image.delay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  background-color: #158fdb;
  transform-origin: left;
  z-index: 10;
  animation: image-shatter 1s ease forwards;
  animation-play-state: paused;
}
.company-page .company__section .company__image.delay.is-animated img {
  animation-play-state: running;
}
.company-page .company__section .company__image.delay.is-animated::before {
  animation-play-state: running;
}
.company-page .company__section .company-content__stripe-svg-wrapper {
  position: absolute;
  width: 6.9rem;
  height: 4rem;
  top: -2rem;
  right: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .company-page .company__section .company-content__stripe-svg-wrapper {
    width: 110px;
    height: 64px;
    top: -32px;
  }
}
.company-page .company__section .company__text {
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .company-page .company__section .company__text {
    font-size: 16px;
  }
}
.company-page .company__section .company__content--white {
  position: relative;
  margin: 4rem 0 0;
  border-radius: 0.4rem;
  background: #fff;
  box-shadow: 0 0.2rem 1.5rem 0 rgba(0, 157, 255, 0.2);
  padding: 1.6rem 1.6rem 4rem;
}
@media screen and (min-width: 768px) {
  .company-page .company__section .company__content--white {
    margin: 40px 0 0;
    padding: 41px 31px 32px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 70px;
  }
}
.company-page .company__section .company__content--white::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #158fdb;
  top: 11.6rem;
  left: 50%;
  translate: -50% 0;
  transition: width 1s ease-in-out 0.6s, margin-left 1s ease-in-out 0.6s;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .company-page .company__section .company__content--white::after {
    top: 50%;
  }
}
.company-page .company__section .company__content--white.is-open::after {
  width: 100dvw;
  margin-left: calc(50% + 2.4rem - 50dvw);
  margin-right: calc(50% + 2.4rem - 50dvw);
}
@media screen and (min-width: 768px) {
  .company-page .company__section .company__content--white.is-open::after {
    width: 100vw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
  }
}
.company-page .company__section .company__content--white .company__image {
  width: 100%;
  height: auto;
  border-radius: 0.4rem;
  aspect-ratio: 295/200;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .company-page .company__section .company__content--white .company__image {
    width: 300px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .company-page .company__section .company__content--white .company__image {
    width: 354px;
    flex-shrink: 0;
  }
}
.company-page .company__section .company__content--white .company__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-page .company__section .company__content--white .company__text-content {
  margin: 1.6rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .company-page .company__section .company__content--white .company__text-content {
    margin: 8px 0 0;
    max-width: 530px;
    gap: 15px;
  }
  .company-page .company__section .company__content--white .company__text-content .company__text {
    margin: 0;
  }
}
.company-page .company__section .company__content--white .section__title--h3 {
  color: #158fdb;
  font-feature-settings: "palt" on;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .company-page .company__section .company__content--white .section__title--h3 {
    font-size: 24px;
  }
}
.company-page .company__decoration {
  position: absolute;
  right: 0;
  bottom: 5rem;
  font-size: 7.8rem;
  line-height: 1.6;
  color: rgba(0, 157, 255, 0.1);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .company-page .company__decoration {
    font-size: 148px;
    bottom: 20px;
  }
}
.company-page .separate-slider .separate-slider__slide {
  width: 100%;
  height: auto;
  aspect-ratio: 375/200;
}
@media screen and (min-width: 768px) {
  .company-page .separate-slider .separate-slider__slide {
    aspect-ratio: 1440/400;
  }
}
.company-page .separate-slider .separate-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-page .products__section {
  position: relative;
  padding: 5.6rem 0 0;
  background-color: #ecf5ff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .company-page .products__section {
    padding: 120px 0 0;
  }
}
.company-page .products__section .products__contents {
  margin: 2.4rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .company-page .products__section .products__contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 74px;
  }
}
@media screen and (min-width: 1024px) {
  .company-page .products__section .products__contents {
    grid-template-columns: 560px 1fr;
  }
}
.company-page .products__decoration {
  display: none;
  position: absolute;
  right: 0;
  font-size: 148px;
  line-height: 1.6;
  color: rgba(0, 157, 255, 0.1);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .company-page .products__decoration {
    display: block;
    top: 527px;
  }
}
.company-page .products__inner {
  margin: 0 auto;
}
.company-page .products__image-wrapper {
  position: relative;
  box-shadow: 0 0.2rem 1.5rem rgba(0, 157, 255, 0.2);
  aspect-ratio: 109/66;
}
.company-page .products__image-wrapper::after {
  width: 0;
  height: 1px;
  top: 50%;
  right: 50%;
  translate: 50% 0;
  background-color: #158fdb;
  content: "";
  position: absolute;
  transition: width 0.5s ease-in-out 0.6s;
}
@media screen and (min-width: 768px) {
  .company-page .products__image-wrapper::after {
    translate: initial;
  }
}
.company-page .products__image-wrapper:has(> .products__image.is-active)::after {
  width: 100dvw;
}
@media screen and (min-width: 768px) {
  .company-page .products__image-wrapper:has(> .products__image.is-active)::after {
    width: 50dvw;
  }
}
.company-page .products__image {
  position: relative;
  z-index: 2;
  border-radius: 0.4rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.company-page .products__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.2;
  animation: image-scale 1s ease forwards;
  animation-play-state: paused;
}
.company-page .products__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  background-color: #158fdb;
  transform-origin: left;
  z-index: 10;
  animation: image-shatter 1s ease forwards;
  animation-play-state: paused;
}
.company-page .products__image.is-animated img {
  animation-play-state: running;
}
.company-page .products__image.is-animated::before {
  animation-play-state: running;
}
.company-page .products__text {
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .company-page .products__text {
    font-size: 16px;
  }
}
.company-page .products__slider-wrapper-inner {
  padding: 6rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .company-page .products__slider-wrapper-inner {
    padding: 80px 0 100px;
  }
}
.company-page .products__slider {
  overflow: visible;
  position: relative;
  padding-left: 5.5rem;
}
@media screen and (min-width: 768px) {
  .company-page .products__slider {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .company-page .products__slider {
    padding-left: calc((100% - 1092px) / 2);
  }
}
.company-page .products__slider::after {
  width: 0%;
  height: 1px;
  top: 50%;
  right: 50%;
  translate: 50% 0;
  background-color: #158fdb;
  content: "";
  position: absolute;
  transition: width 0.5s ease-in-out 0.6s;
}
.company-page .products__slider.is-active::after {
  width: 100%;
}
.company-page .products__slider-wrapper {
  display: flex;
}
.company-page .products__slider-item {
  border-radius: 4px;
  background: url("../../images/top/common/bg-mask.webp") 0 0/4rem 4rem repeat, linear-gradient(144deg, #2a618e 23.35%, #1c5380 87.15%);
  background-blend-mode: screen, normal;
  padding: 1.2rem 1.6rem 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .company-page .products__slider-item {
    width: 350px !important;
    padding: 24px 24px 32px;
    gap: 25px;
  }
}
.company-page .products__slider-title {
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .company-page .products__slider-title {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}
.company-page .products__slider-image {
  width: 100%;
  aspect-ratio: 211/166;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 768px) {
  .company-page .products__slider-image {
    aspect-ratio: 302/237;
  }
}
.company-page .products__slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-page .products__slider-text {
  color: #FFF;
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  height: 15rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .company-page .products__slider-text {
    font-size: 16px;
    height: 145px;
  }
}
.company-page .products__slider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #158FDB;
  color: #FFF;
  padding: 1.8rem 2.4rem;
  border-radius: 1.6px;
  box-shadow: 0px 1px 12px 0px rgba(18, 119, 182, 0.3);
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .company-page .products__slider-btn {
    padding: 18px 24px;
    margin-top: 16px;
  }
}
@media (any-hover: hover) {
  .company-page .products__slider-btn:hover {
    background-color: #fff;
    color: #158FDB;
  }
  .company-page .products__slider-btn:hover svg path,
  .company-page .products__slider-btn:hover svg rect {
    stroke: #158FDB;
  }
}
.company-page .products__slider-btn span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .company-page .products__slider-btn span {
    font-size: 16px;
  }
}
.company-page .products__slider-btn svg {
  width: 9px;
  height: 9px;
}
.company-page .products__slider-btn svg path,
.company-page .products__slider-btn svg rect {
  transition: stroke 0.3s ease;
}
.company-page .products__slider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.4rem;
  padding: 0 2.4rem;
  gap: 1.6rem;
  max-width: 87%;
}
@media screen and (min-width: 768px) {
  .company-page .products__slider-navigation {
    margin-top: 28px;
    padding: 0;
    gap: 40px;
    justify-content: space-between;
    max-width: 93%;
  }
}
@media screen and (min-width: 1100px) {
  .company-page .products__slider-navigation {
    max-width: 1080px;
    margin-left: -10px;
  }
}
.company-page .products__slider-scrollbar {
  display: none;
  position: relative !important;
  height: 5px;
  background-color: rgba(21, 143, 219, 0.2);
  border-radius: 1px;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .company-page .products__slider-scrollbar {
    display: block;
  }
}
.company-page .products__slider-scrollbar .swiper-scrollbar-drag {
  background-color: #40A3E2;
  border-radius: 1px;
}
.company-page .products__slider-buttons {
  position: absolute;
  top: 50%;
  left: 1.6rem;
  right: 1.6rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .company-page .products__slider-buttons {
    position: static;
    transform: none;
    justify-content: flex-start;
    gap: 24px;
    pointer-events: auto;
  }
}
.company-page .products__slider-buttons .products__slider-prev,
.company-page .products__slider-buttons .products__slider-next {
  pointer-events: auto;
}
.company-page .products__slider-prev,
.company-page .products__slider-next {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #ecf5ff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .company-page .products__slider-prev,
  .company-page .products__slider-next {
    width: 48px;
    height: 48px;
    background: none;
    border-radius: 0;
  }
}
.company-page .products__slider-prev img,
.company-page .products__slider-next img {
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .company-page .products__slider-prev:hover,
  .company-page .products__slider-next:hover {
    opacity: 0.7;
  }
}
.company-page .products__slider-prev.swiper-button-disabled,
.company-page .products__slider-next.swiper-button-disabled {
  cursor: not-allowed;
}
.company-page .applications__section {
  position: relative;
  padding: 4.6rem 0 8rem;
  background-color: #ecf5ff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .company-page .applications__section {
    padding: 40px 0 120px;
  }
}
.company-page .applications__section .section__title-group--center {
  text-align: center;
  align-items: center;
}
.company-page .applications__section .section__title-group--center .section__title-group-text,
.company-page .applications__section .section__title-group--center .section__title {
  text-align: center;
  margin-bottom: 12px;
}
.company-page .applications__decoration {
  position: absolute;
  left: 0px;
  bottom: 0rem;
  font-size: 7.8rem;
  line-height: 1.6;
  color: rgba(0, 157, 255, 0.1);
  pointer-events: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .company-page .applications__decoration {
    font-size: 148px;
    left: auto;
    right: 0;
  }
}
.company-page .applications__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-page .applications__lead {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  color: #474747;
}
@media screen and (min-width: 768px) {
  .company-page .applications__lead {
    margin-top: 28px;
    font-size: 16px;
  }
}
.company-page .applications__image-wrapper {
  margin-top: 4.4rem;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  scale: 1.1;
}
@media screen and (min-width: 768px) {
  .company-page .applications__image-wrapper {
    margin-top: 60px;
    max-width: 1092px;
    margin-inline: auto;
    padding: 0;
    scale: 1;
  }
}
.company-page .applications__image-wrapper picture {
  display: block;
  width: 100%;
}
.company-page .applications__image-wrapper img {
  width: 100%;
  height: auto;
}
.company-page .corporate-banner__section {
  position: relative;
  padding: 6.6rem 0 11rem;
  background-color: #ecf5ff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .company-page .corporate-banner__section {
    padding: 5rem 0 12.75rem;
  }
}
.company-page .corporate-banner__decoration {
  position: absolute;
  left: 0;
  bottom: 4.8rem;
  font-size: 7.8rem;
  line-height: 1.6;
  color: rgba(0, 157, 255, 0.1);
  pointer-events: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .company-page .corporate-banner__decoration {
    font-size: 9.25rem;
    top: auto;
    bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .company-page .corporate-banner__decoration {
    left: auto;
    right: 0;
  }
}
.company-page .corporate-banner__inner {
  max-width: 1092px;
  margin: 0 auto;
  padding: 0 2.4rem;
}
.company-page .corporate-banner__link {
  display: block;
  overflow: hidden;
  transition: opacity 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .company-page .corporate-banner__link {
    max-width: 880px;
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .company-page .corporate-banner__link:hover .corporate-banner__image {
    scale: 1.08;
    transition: scale 0.3s ease;
  }
  .company-page .corporate-banner__link:hover .corporate-banner__view-more-btn {
    background-color: #158FDB;
  }
  .company-page .corporate-banner__link:hover .corporate-banner__view-more-btn span {
    color: #FFFFFF;
  }
  .company-page .corporate-banner__link:hover .corporate-banner__view-more-btn svg path,
  .company-page .corporate-banner__link:hover .corporate-banner__view-more-btn svg rect {
    stroke: white;
  }
}
.company-page .corporate-banner__link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.company-page .corporate-banner__text-wrapper {
  width: 100%;
  position: absolute;
  padding: 10px 40px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .company-page .corporate-banner__text-wrapper {
    flex-direction: row;
    align-items: center;
    padding: 40px;
  }
}
.company-page .corporate-banner__view-more-btn {
  position: relative;
  z-index: 2;
  margin: 3.2rem auto 0 0;
  display: flex;
  width: 16rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.6rem;
  border-radius: 0.2rem;
  background-color: #fff;
  box-shadow: 0 0.2rem 1rem 0 rgba(18, 119, 182, 0.302);
  border: 1px solid #fff;
  transition: background-color 0.18s ease-in-out, border-color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .company-page .corporate-banner__view-more-btn {
    margin: 0;
    padding: 17px 20px 18px 20px;
    width: 160px;
    height: 50px;
    gap: 15px;
    border-radius: 1.6px;
  }
}
.company-page .corporate-banner__view-more-btn span {
  color: #158FDB;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  letter-spacing: 0.64px;
  transition: color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .company-page .corporate-banner__view-more-btn span {
    font-size: 16px;
  }
}
.company-page .corporate-banner__view-more-btn svg {
  width: 10px;
  height: 8px;
  transition: stroke 0.18s ease-in-out;
}
.company-page .corporate-banner__view-more-btn path,
.company-page .corporate-banner__view-more-btn rect {
  transition: stroke 0.18s ease-in-out;
}
.company-page .corporate-banner__text-content {
  display: grid;
}
.company-page .corporate-banner__text-content .corporate-banner__title {
  margin-bottom: 6px;
  color: #FFF;
  font-feature-settings: "palt" on;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 45px */
  letter-spacing: 1.2px;
  font-size: 2.6rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .company-page .corporate-banner__text-content .corporate-banner__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.company-page .corporate-banner__text-content .corporate-banner__subtitle {
  color: #B3C6D7;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 0.72px;
}
@media screen and (min-width: 768px) {
  .company-page .corporate-banner__text-content .corporate-banner__subtitle {
    font-size: 18px;
  }
}
.company-page .corporate-banner__text-content .corporate-banner__text {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 25.5px */
  letter-spacing: 0.68px;
}
@media screen and (min-width: 768px) {
  .company-page .corporate-banner__text-content .corporate-banner__text {
    font-size: 17px;
  }
}
.company-page .corporate-banner__image {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}
.company-page .corporate-banner__image img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes image-shatter {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(150%);
  }
}
@keyframes image-scale {
  from {
    scale: 1.2;
  }
  to {
    scale: 1;
  }
}