@charset "UTF-8";
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .container {
    padding: 0 1.2rem;
  }
}
.container.--container-m {
  max-width: 840px;
}
.container.--container-s {
  max-width: 680px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* 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) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  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 {
  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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 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 */
  -moz-appearance: none;
       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;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

.header {
  width: 100%;
  height: 7rem;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid #fff;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .header {
    height: 40px;
  }
}
.header.--scrolled, .header.--mobile-open, .header.--submenu-open {
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e0e0e0;
}
.header.--white {
  background: #fff !important;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
.header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5.4rem;
  border-right: 1px solid #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  .header__logo {
    padding: 0 20px;
  }
}
.header.--scrolled .header__logo, .header.--mobile-open .header__logo, .header.--submenu-open .header__logo, .header.--white .header__logo {
  border-right: 1px solid #e0e0e0;
}
.header__logo-img {
  width: 12.8rem;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .header__logo-img {
    width: auto;
    height: 16px;
  }
}
.header__logo-img--white {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.header.--scrolled .header__logo-img--white, .header.--mobile-open .header__logo-img--white, .header.--submenu-open .header__logo-img--white, .header.--white .header__logo-img--white {
  opacity: 0;
}
.header__logo-img--black {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
.header.--scrolled .header__logo-img--black, .header.--mobile-open .header__logo-img--black, .header.--submenu-open .header__logo-img--black, .header.--white .header__logo-img--black {
  opacity: 1;
}
.header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5rem;
  height: inherit;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  gap: 2.4rem;
}
.header__nav-item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-item.--has-submenu:hover .header__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.header__nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header.--scrolled .header__nav-link, .header.--mobile-open .header__nav-link, .header.--submenu-open .header__nav-link, .header.--white .header__nav-link {
  color: #000;
}
.header__nav-link:hover {
  color: var(--primary-main);
}
.header.--scrolled .header__nav-link:hover, .header.--mobile-open .header__nav-link:hover, .header.--submenu-open .header__nav-link:hover {
  color: var(--primary-main);
}
.header__nav-link--login {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  border: 0.5px solid #fff;
  border-radius: 4px;
  padding: 0.6rem 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.--scrolled .header__nav-link--login, .header.--mobile-open .header__nav-link--login, .header.--submenu-open .header__nav-link--login, .header.--white .header__nav-link--login {
  color: #000;
  border-color: #e0e0e0;
}
.header.--scrolled .header__nav-link--login:hover, .header.--mobile-open .header__nav-link--login:hover, .header.--submenu-open .header__nav-link--login:hover, .header.--white .header__nav-link--login:hover {
  background: #000;
  color: #fff;
}
.header__nav-link--login:hover {
  background: #000;
  color: #fff;
}
.header__nav-link--active::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header.--scrolled .header__nav-link--active::after, .header.--mobile-open .header__nav-link--active::after, .header.--submenu-open .header__nav-link--active::after, .header.--white .header__nav-link--active::after {
  background-color: var(--primary-main);
}
.header__submenu {
  position: fixed;
  top: 7rem;
  left: 50%;
  width: 100vw;
  max-width: 90rem;
  -webkit-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
  background: #fff;
  padding: 4.2rem 6rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}
.header__submenu-arrow {
  width: 2rem;
  height: 1.6rem;
  background: #000;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-bottom: -0.1rem;
}
.header__submenu-arrow::before, .header__submenu-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 35%;
  width: 0.6rem;
  height: 0.1rem;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 0.1rem) 50%;
          transform-origin: calc(100% - 0.1rem) 50%;
}
.header__submenu-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__submenu-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__submenu > .header__submenu-item > .header__submenu-arrow {
  width: 2.8rem;
  height: 2rem;
}
.header__submenu > .header__submenu-item > .header__submenu-arrow::before, .header__submenu > .header__submenu-item > .header__submenu-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 35%;
  width: 0.8rem;
  height: 0.2rem;
}
.header__submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-bottom: 1px solid rgba(91, 97, 102, 0.6);
  margin-bottom: 4rem;
}
.header__submenu-title {
  font-size: 2.4rem;
  font-weight: bold;
}
.header__submenu-text {
  font-size: 1.4rem;
  font-weight: bold;
}
.header__submenu-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
.header__submenu-row .header__submenu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8rem 0;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 1rem;
  height: inherit;
  border-left: 1px solid #fff;
}
.header.--scrolled .header__actions, .header.--mobile-open .header__actions, .header.--submenu-open .header__actions {
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .header__actions {
    display: none;
  }
}
.header__btn {
  width: 20rem;
  height: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.6rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__btn:hover {
  background: #000;
  color: #fff;
}
.header__btn:hover .header__btn-icon {
  outline: 1px solid #fff;
}
.header__btn-icon {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 9999px;
}
.header__btn--login {
  background-color: #fff;
  border-color: #e0e0e0;
}
.header__btn--download {
  background-color: var(--primary-main);
}
.header__btn--consultation {
  background-color: #fff;
  border-color: #e0e0e0;
}
.header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 30px;
  background: #000;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 4px;
  padding: 0;
  gap: 4px;
}
@media (max-width: 768px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__hamburger-line {
  width: 24px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__hamburger--active .header__hamburger-line:nth-child(1) {
  -webkit-transform: rotate(30deg) translate(3px, 4px);
          transform: rotate(30deg) translate(3px, 4px);
}
.header__hamburger--active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger--active .header__hamburger-line:nth-child(3) {
  -webkit-transform: rotate(-30deg) translate(3px, -4px);
          transform: rotate(-30deg) translate(3px, -4px);
}
.header__mobile-menu {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  height: calc(100vh - 40px);
  background: #fff;
  padding: 3.6rem 1.8rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.header__mobile-menu--active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}
.header__mobile-nav {
  margin-bottom: 0.6rem;
}
.header__mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__mobile-nav-item {
  border-bottom: 1px solid rgba(91, 97, 102, 0.6);
  margin-bottom: 2.55rem;
}
.header__mobile-nav-item:nth-last-child(-n+2), .header__mobile-nav-item:last-child {
  margin-bottom: 0;
}
.header__mobile-nav-item:last-child {
  border-bottom: none;
}
.header__mobile-nav-link, .header__mobile-nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 8px 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.header__mobile-nav-link--login, .header__mobile-nav-toggle--login {
  border: 1px solid rgba(91, 97, 102, 0.6);
  border-radius: 0.4rem;
  padding: 0.8rem 2rem;
  text-align: center;
  margin-top: 3.8rem;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__mobile-nav-text {
  font-size: 1.35rem;
  font-weight: bold;
}
.header__mobile-nav-arrow {
  width: 1.75rem;
  height: 1.35rem;
  background: #000;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
  position: relative;
  margin-bottom: -1px;
}
.header__mobile-nav-arrow::before, .header__mobile-nav-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 35%;
  width: 0.5rem;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.header__mobile-nav-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__mobile-nav-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__mobile-nav-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
  position: relative;
}
.header__mobile-nav-icon-line {
  width: 1.5rem;
  height: 1px;
  background: #000;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__mobile-nav-icon-line:first-child {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header__mobile-nav-icon-line:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header__mobile-nav-icon--active .header__mobile-nav-icon-line:first-child {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header__mobile-nav-icon--active .header__mobile-nav-icon-line:last-child {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header__mobile-submenu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.header__mobile-submenu--active {
  max-height: 800px;
}
.header__mobile-submenu-item {
  border-bottom: 1px solid #eee;
}
.header__mobile-submenu-item:last-child {
  border-bottom: none;
}
.header__mobile-submenu-item.--top {
  grid-column: span 2;
}
.header__mobile-submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.2rem 0 2.2rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media (max-width: 768px) {
  .header__mobile-submenu-link {
    padding: 0.8rem 0 1.8rem;
  }
}
.header__mobile-submenu-link .header__mobile-nav-text {
  font-size: 1.08rem;
  margin-right: 10px;
}
.header__mobile-submenu-link .header__mobile-nav-text--sub {
  font-size: 0.75rem;
}
.header__mobile-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
}
.header__mobile-actions .header__mobile-btn {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  padding: 0.8rem;
  border-radius: 0.4rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__mobile-actions .header__mobile-btn-icon {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__mobile-actions .header__mobile-btn--download {
  background: var(--primary-main);
}
.header__mobile-actions .header__mobile-btn--consultation {
  background: #fff;
  border: 1px solid rgba(91, 97, 102, 0.6);
}

.submenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.submenu-overlay--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.footer {
  background: #000;
  color: #fff;
  padding: 6rem 0 3rem;
}
@media (max-width: 768px) {
  .footer {
    padding: 4rem 0 6.5rem;
  }
}
.footer .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__inner {
  width: 100%;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  gap: 8rem;
}
@media (max-width: 768px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.footer__logo {
  width: 100%;
  max-width: 20rem;
}
@media (max-width: 768px) {
  .footer__logo {
    max-width: 13.6rem;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__logo-text {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
.footer__nav {
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
}
@media (max-width: 768px) {
  .footer__nav {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.footer__nav-column {
  min-width: 12rem;
}
@media (max-width: 768px) {
  .footer__nav-column:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .footer__nav-column:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .footer__nav-column:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .footer__nav-column:nth-child(4) {
    grid-area: 3/1/4/2;
  }
  .footer__nav-column:nth-child(5) {
    grid-area: 3/2/4/3;
  }
}
.footer__nav-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .footer__nav-heading {
    font-size: 1.35rem;
  }
}
.footer__nav-heading a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__nav-heading a:hover {
  opacity: 0.6;
}
.footer__nav-arrow {
  position: relative;
  width: 2.8rem;
  height: 2rem;
  background: #fff;
  border-radius: 0.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: -0.2rem;
}
@media (max-width: 768px) {
  .footer__nav-arrow {
    width: 2.4rem;
    height: 1.6rem;
  }
}
.footer__nav-arrow::before, .footer__nav-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 40%;
  width: 0.8rem;
  height: 0.2rem;
  border-radius: 9999px;
  background-color: #000;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
@media (max-width: 768px) {
  .footer__nav-arrow::before, .footer__nav-arrow::after {
    right: 35%;
    width: 0.7rem;
    height: 0.2rem;
  }
}
.footer__nav-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer__nav-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer__nav-link-arrow {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__nav-link-arrow::before, .footer__nav-link-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 40%;
  width: 0.8rem;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
@media (max-width: 768px) {
  .footer__nav-link-arrow::before, .footer__nav-link-arrow::after {
    left: 0;
    width: 0.7rem;
    height: 0.2rem;
  }
}
.footer__nav-link-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer__nav-link-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer__nav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.footer__nav-line {
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 2rem;
}
.footer__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  padding-left: 1.5rem;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  .footer__nav-list {
    margin-bottom: 2rem;
  }
}
.footer__nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__nav-link-text {
  color: #fff;
  font-family: var(--font-hiragino);
  font-size: 1.4rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .footer__nav-link-text {
    font-size: 1.1rem;
  }
  .footer__nav-link-text--sub {
    font-size: 0.8rem;
  }
}
.footer__nav-link:hover {
  opacity: 0.7;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.footer__copyright {
  font-family: var(--font-oswald);
  font-size: 1.4rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
  }
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .footer__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem 1.4rem;
  }
}
.footer__link-item a {
  color: #fff;
  font-family: var(--font-hiragino);
  font-size: 1.4rem;
  font-weight: 300;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .footer__link-item a {
    font-size: 1rem;
  }
}
.footer__link-item a:hover {
  opacity: 0.6;
}
.footer__nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.footer__nav-bottom .footer__nav-column {
  min-width: 12rem;
}
.footer__cta {
  border-top: 1px solid #000;
}
.footer__cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__cta-item {
  width: 50%;
  padding: 6rem 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #000;
}
@media (max-width: 768px) {
  .footer__cta-item {
    padding: 4rem 1rem;
  }
}
.footer__cta-item:last-child {
  background: #e9f0f0;
  border-right: none;
}
.footer__cta-item .section-title {
  font-size: 3rem !important;
  font-weight: bold !important;
  margin-bottom: 3rem !important;
}
@media (max-width: 768px) {
  .footer__cta-item .section-title {
    font-size: 1.65rem !important;
    margin-bottom: 2rem !important;
  }
}
.footer__cta-item .footer__cta-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__cta-item .footer__cta-text {
    font-size: 1.16rem;
    margin-bottom: 2rem;
    text-align: justify;
  }
}
.footer__cta-btn {
  width: 30rem;
  height: 8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.6rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer__cta-btn {
    width: 100%;
    height: 5rem;
    font-size: 1rem;
  }
}
.footer__cta-btn-icon {
  width: 4rem;
  height: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 9999px;
}
@media (max-width: 768px) {
  .footer__cta-btn-icon {
    width: 2rem;
    height: 2rem;
  }
}
.footer__cta-btn:hover {
  background: #000;
  color: #fff;
}
.footer__cta-btn:hover .footer__cta-btn-icon {
  outline: 1px solid #fff;
}
.footer__cta-btn--download {
  background-color: var(--primary-main);
}
.footer__cta-btn--consultation {
  background-color: #fff;
}

.cta-modal {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  width: 32rem;
  height: 20rem;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-modal--hidden {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}
.cta-modal__close {
  position: absolute;
  top: -1.6rem;
  left: -1.6rem;
  width: 3.2rem;
  height: 3.2rem;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.cta-modal__close:hover {
  background: #333;
}
.cta-modal__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.4rem 1rem 1rem;
  gap: 1rem;
  border-radius: 0.4rem;
}
.cta-modal__section--blue {
  background: var(--primary-main);
}
.cta-modal__section--white {
  background: #fff;
  color: #000;
  border-top: 1px solid #eee;
}
.cta-modal__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12rem;
  height: 8rem;
}
.cta-modal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-modal__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-hiragino);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
}
.cta-modal__text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.cta-modal__btn {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 0.8rem 1.6rem;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.cta-modal__btn:hover {
  background: #333;
}
@media (max-width: 768px) {
  .cta-modal {
    display: none;
  }
}

.mobile-cta-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  padding: 0.6rem 1.6rem;
  z-index: 999;
  display: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}
.mobile-cta-footer--visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mobile-cta-footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  padding: 1rem 0.6rem;
  border-radius: 0.4rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4rem;
}
.mobile-cta-footer__btn-icon {
  width: 1.8rem;
  height: 1.8rem;
}
.mobile-cta-footer__btn--download {
  background: var(--primary-main);
  color: #000;
}
.mobile-cta-footer__btn--consultation {
  background: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .mobile-cta-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.6rem;
  }
}

:root {
  --primary-main: #2ac2f5;
  --primary-text: #25b5e6;
  --bg-blue: #57c9f0;
  --font-oswald: Oswald, sans-serif;
  --font-hiragino: Hiragino Sans, 游ゴシック, メイリオ, MS Pゴシック, Arial, sans-serif;
}

html {
  font-size: 62.5%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 3.2vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.br-pc {
  display: block;
}
@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.section-title {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.section-title.--white {
  color: white;
}
.section-title.--left {
  text-align: left;
}

.section-highlight {
  color: var(--primary-text);
}
.section-highlight.--white {
  color: white;
}

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

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

.breadcrumbs {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.breadcrumbs-item {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .breadcrumbs-item {
    font-size: 0.92rem;
  }
}
.breadcrumbs-item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  min-width: 0;
}
.breadcrumbs-item:not(:last-child)::after {
  content: ">";
  margin: 0 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .breadcrumbs-item:not(:last-child)::after {
    margin: 0 0.5rem;
  }
}
.breadcrumbs-item:last-child {
  -ms-flex-negative: 0.8;
      flex-shrink: 0.8;
}
.breadcrumbs-item:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumbs-item:first-child span {
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}
.page .breadcrumbs {
  position: absolute;
  top: 4rem;
  left: 8rem;
  z-index: 9;
  color: #949999;
  max-width: calc(100vw - 16rem);
}
@media (max-width: 768px) {
  .page .breadcrumbs {
    top: 2rem;
    left: 1.6rem;
    max-width: calc(100vw - 3.2rem);
  }
}

.page {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .page {
    margin-top: 40px;
  }
}
.page .breadcrumbs {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .page .breadcrumbs {
    margin-bottom: 1.5rem;
  }
}

.page__kv {
  position: relative;
  width: 100%;
  height: 0;
  min-height: 26.8rem;
  padding-bottom: 20.93%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page__kv {
    min-height: 16.8rem;
  }
}
.page__kv-content {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 52%;
  height: 100%;
  background-image: url(../img/service/shopify-logistics/page-kv-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .page__kv-content {
    width: 100%;
  }
}
.page__kv-content--full {
  width: 100%;
}
.page__kv-slides {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .page__kv-slides {
    display: none;
  }
}
.page__kv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.page__kv-img--active {
  opacity: 1;
}
.page__kv-inner {
  padding: 0 1.6rem 0 8rem;
}
@media (max-width: 768px) {
  .page__kv-inner {
    padding: 2rem 1.6rem 0;
  }
}
.page__kv-inner img.sp {
  width: 50%;
  margin: 0 auto;
  margin-top: 2rem;
}
.page__kv-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 0.4rem 2.5rem;
  border-radius: 0.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .page__kv-badge {
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.page__kv-copy {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .page__kv-copy {
    font-size: 3rem;
    line-height: 1.6;
  }
}
.page__kv-copy span {
  display: inline-block;
}
.page__kv-text {
  font-family: var(--font-hiragino);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 3.4rem;
}
@media (max-width: 768px) {
  .page__kv-text {
    font-size: 1.25rem;
    line-height: 2;
    text-align: justify;
    margin-top: 2.4rem;
  }
}
.page__kv-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .page__kv-cta {
    gap: 0.6rem;
    margin-top: 2rem;
  }
}
.page__kv-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.8rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 28rem;
  height: 8rem;
}
@media (max-width: 768px) {
  .page__kv-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    height: 5rem;
    padding: 1rem 0.6rem;
    font-size: 1rem;
  }
}
.page__kv-btn-icon {
  width: 3.4rem;
  height: 3.4rem;
  margin-right: 1rem;
  border-radius: 9999px;
}
@media (max-width: 768px) {
  .page__kv-btn-icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.6rem;
  }
}
.page__kv-btn:hover {
  background: #000;
  color: #fff;
}
.page__kv-btn:hover .page__kv-btn-icon {
  outline: 1px solid #fff;
}
.page__kv-btn--blue {
  background: var(--primary-main);
  color: #000;
}
.page__kv-btn--white {
  background: #fff;
  color: #000;
}

.itiran__list-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  padding: 10rem 0 16.5rem;
}
@media (max-width: 768px) {
  .itiran__list-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding: 5rem 0;
  }
}
.itiran__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #edeeee;
  border-radius: 0.8rem;
  border: 2px solid rgba(206, 206, 206, 0.57);
  padding: 2.6rem 1.6rem 1.4rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.itiran__list-item:hover {
  opacity: 0.6;
}
.itiran__list-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.4rem;
}
.itiran__list-item-image {
  width: 8.7rem;
  height: 9rem;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .itiran__list-item-image {
    width: 8rem;
    height: 8rem;
  }
}
.itiran__list-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itiran__list-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.itiran__list-item-title {
  font-size: 2rem;
  margin-bottom: 0.8rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 768px) {
  .itiran__list-item-title {
    font-size: 1.5rem;
  }
}
.itiran__list-item-text {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.8;
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .itiran__list-item-text {
    font-size: 1.25rem;
    margin-top: 1.5rem;
  }
}
.itiran__list-item-arrow {
  width: 3.5rem;
  height: 3.5rem;
  background: #000;
  border-radius: 9999px;
  margin-top: 1.2rem;
  position: relative;
  margin-left: auto;
}
@media (max-width: 768px) {
  .itiran__list-item-arrow {
    width: 3rem;
    height: 3rem;
    margin-top: 1rem;
  }
}
.itiran__list-item-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(calc(-50% - 0.2rem), -50%) rotate(-45deg);
          transform: translate(calc(-50% - 0.2rem), -50%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  z-index: 10;
}