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

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: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 1.2rem;
  }
}
.container.--container-m {
  max-width: 90rem;
}
.container.--container-s {
  max-width: 68rem;
}

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: 1rem 2rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .header {
    height: 5rem;
    padding: 0.8rem 1.2rem 0;
  }
}
.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;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .header__inner {
    padding: 0.8rem 1.2rem;
    border-radius: 0.6rem;
  }
}
.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;
  border-right: 1px solid #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  position: relative;
}
.header__logo img {
  width: 100%;
  max-width: 12.8rem;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .header__logo img {
    max-width: 7rem;
  }
}
.header__btn {
  width: 15rem;
  height: 100%;
  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;
  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;
}
@media (max-width: 768px) {
  .header__btn {
    width: 10rem;
    height: 100%;
  }
}
.header__btn-group {
  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;
  gap: 0.8rem;
}
.header__btn a {
  width: 100%;
  height: 100%;
  color: #fff;
  background: var(--primary-main);
  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;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header__btn a {
    font-size: 1rem;
  }
}
.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__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 3rem;
  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__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: 200px;
}
.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;
}

.litcare-lp .header {
  border-bottom: none;
}
@media (max-width: 768px) {
  .litcare-lp .header__btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .litcare-lp .header__btn--contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 10rem;
  }
}
.litcare-lp .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: var(--primary-main);
  border-radius: 4px;
  cursor: pointer;
  margin-left: 0;
  padding: 0;
  gap: 4px;
  border: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .litcare-lp .header__hamburger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.litcare-lp .header__hamburger-line {
  width: 24px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.litcare-lp .header__hamburger.--active .header__hamburger-line:nth-child(1) {
  -webkit-transform: rotate(30deg) translate(3px, 4px);
          transform: rotate(30deg) translate(3px, 4px);
}
.litcare-lp .header__hamburger.--active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.litcare-lp .header__hamburger.--active .header__hamburger-line:nth-child(3) {
  -webkit-transform: rotate(-30deg) translate(3px, -4px);
          transform: rotate(-30deg) translate(3px, -4px);
}
.litcare-lp .header__mobile-menu {
  position: fixed;
  top: 5rem;
  left: 0;
  right: 0;
  height: calc(100vh - 5rem);
  background: #fff;
  padding: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1001;
  overflow-y: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.litcare-lp .header__mobile-menu.--active {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.litcare-lp .header__mobile-nav {
  margin-bottom: 0.6rem;
}
.litcare-lp .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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.litcare-lp .header__mobile-nav-item {
  width: 100%;
  border-bottom: 1px solid rgba(91, 97, 102, 0.6);
}
.litcare-lp .header__mobile-nav-link {
  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;
  width: 100%;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #000;
  text-align: center;
  border-bottom: none;
}
.litcare-lp .header__mobile-nav-link:hover {
  color: var(--primary-main);
}

.top__footer {
  padding: 4rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0A1636), to(#1C3E9D));
  background: linear-gradient(0deg, #0A1636 0%, #1C3E9D 100%);
}
@media (max-width: 768px) {
  .top__footer {
    padding: 2rem 0;
  }
}
.top__footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15rem;
  padding: 4rem 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .top__footer-box {
    -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: 4rem;
    padding: 2rem 0;
  }
}
.top__footer-logo {
  width: 100%;
  max-width: 20rem;
}
@media (max-width: 768px) {
  .top__footer-logo {
    max-width: 12rem;
  }
}
.top__footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.top__footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12rem;
}
@media (max-width: 768px) {
  .top__footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem 2rem;
  }
}
.top__footer-nav-column {
  color: #fff;
}
@media (max-width: 768px) {
  .top__footer-nav-column {
    width: calc((100% - 2rem) / 2);
  }
}
.top__footer-nav-title {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__footer-nav-title {
    font-size: 1.4rem;
  }
}
.top__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: 1.6rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .top__footer-nav-list {
    gap: 1rem;
    margin-top: 1rem;
  }
}
.top__footer-nav-list-item {
  font-size: 1.6rem;
  position: relative;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .top__footer-nav-list-item {
    font-size: 1.2rem;
    padding-left: 1.4rem;
  }
}
.top__footer-nav-list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .top__footer-nav-list-item::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.top__footer-nav-list-item a {
  color: #fff;
}
.top__footer-copyright {
  margin-top: 1.6rem;
  padding: 2rem 0 4rem;
}
.top__footer-copyright-text {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .top__footer-copyright-text {
    font-size: 1rem;
  }
}

.top-litcare__footer {
  background: var(--litcare-main);
}
.top-litcare__footer .top__footer-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-litcare__footer .top__footer-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .top-litcare__footer .top__footer-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
.top-litcare__footer .top__footer-info-content {
  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;
}
.top-litcare__footer .top__footer-info-head {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 768px) {
  .top-litcare__footer .top__footer-info-head {
    font-size: 1.6rem;
  }
}
.top-litcare__footer .top__footer-info-head.--tel {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top-litcare__footer .top__footer-info-head.--tel {
    font-size: 2rem;
  }
}
.top-litcare__footer .top__footer-info-head.--tel span {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .top-litcare__footer .top__footer-info-head.--tel span {
    font-size: 1rem;
  }
}
.top-litcare__footer .top__footer-info-text {
  font-size: 1.6rem;
  margin-top: 1rem;
  text-align: left;
}
@media (max-width: 768px) {
  .top-litcare__footer .top__footer-info-text {
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }
}

.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: #0061D1;
  --primary-text: #153DA7;
  --primary-darker: #1E5499;
  --accent-main: #FFCC00;
  --bg-blue: #9CBADF;
  --bg-dark: #0F2051;
  --litcare-main: #0068B6;
  --litcare-bg: #EFF5FF;
  --font-oswald: Oswald, sans-serif;
  --font-hiragino: Hiragino Sans, 游ゴシック, メイリオ, MS Pゴシック, Arial, sans-serif;
  --font-num: Montserrat, sans-serif;
}

html {
  font-size: 0.78125vw !important;
}
@media (max-width: 768px) {
  html {
    font-size: 3.2vw !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  background: -webkit-gradient(linear, left top, right top, from(#163CA7), color-stop(40%, #0068B6), color-stop(60%, #0068B6), to(#163CA7));
  background: linear-gradient(90deg, #163CA7 0%, #0068B6 40%, #0068B6 60%, #163CA7 100%);
}
body.litcare-lp {
  background: none;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-ttl {
  margin-bottom: 4.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .section-ttl {
    margin-bottom: 2rem;
  }
}
.section-ttl.--black {
  color: #000;
}
.section-ttl.--left {
  text-align: left;
}
.section-ttl__title {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .section-ttl__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.section-ttl__copy {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .section-ttl__copy {
    font-size: 1.15rem;
    margin-bottom: 2rem;
  }
}
.section-ttl__head {
  color: #8FCFFF;
  font-size: 2.8rem;
  font-weight: 200;
}
@media (max-width: 768px) {
  .section-ttl__head {
    font-size: 1.6rem;
  }
}

a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

.highlight {
  color: var(--accent-main);
}

.l-highlight {
  color: var(--litcare-main);
}

.number {
  font-family: var(--font-num);
  color: var(--accent-main);
  font-weight: bold;
}

.--bg-accent {
  background: var(--accent-main);
}

.--bg-dark {
  color: #fff;
  background: var(--primary-darker);
}

.--bg-white {
  background: #fff;
}

.--bg-l-main {
  background: var(--litcare-main);
}

.cta-inner {
  padding: 4rem 0;
  margin: 1rem;
}
@media (max-width: 768px) {
  .cta-inner .container {
    padding: 0;
  }
}
.cta__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.8rem;
}
@media (max-width: 768px) {
  .cta__box {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.cta__box-item {
  padding: 4rem 1rem;
  background: var(--bg-blue);
  border-radius: 1.2rem;
  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;
}
.cta__box-copy {
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .cta__box-copy {
    font-size: 1.2rem;
  }
}
.cta__box-btn {
  width: 27rem;
  height: 7rem;
  font-size: 1.8rem;
  font-weight: bold;
  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;
  border-radius: 9999px;
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .cta__box-btn {
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
  }
}

.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;
  }
}

.top .kv {
  position: relative;
  width: 100%;
  height: 0;
  min-height: 74rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top .kv {
    min-height: 66rem;
  }
}
.top .kv__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 8rem;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top .kv__inner {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding-top: 0;
  }
}
.top .kv__text {
  width: 100%;
  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) {
  .top .kv__text {
    -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: 4rem;
    padding-top: 8rem;
  }
}
.top .kv__logo {
  width: 100%;
  max-width: 30rem;
}
@media (max-width: 768px) {
  .top .kv__logo {
    max-width: 20rem;
  }
}
.top .kv__logo img {
  width: 100%;
  height: 100%;
}
.top .kv__title {
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .top .kv__title {
    font-size: 2.4rem;
  }
}
.top .kv__copy {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .top .kv__copy {
    font-size: 1.2rem;
  }
}
.top .kv__info {
  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;
  gap: 4rem;
}
@media (max-width: 768px) {
  .top .kv__info {
    gap: 2rem;
  }
}
.top .kv__info-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .kv__info-num-item {
  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;
  gap: 0.5rem;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .top .kv__info-num-item {
    padding: 0 1rem;
  }
}
.top .kv__info-num-item:last-child {
  border-right: none;
}
.top .kv__info-num-item p {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .top .kv__info-num-item p {
    font-size: 1rem;
  }
}
.top .kv__info-num-item .number {
  font-size: 4.2rem;
}
@media (max-width: 768px) {
  .top .kv__info-num-item .number {
    font-size: 1.8rem;
  }
}
.top .kv__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .top .kv__info-box {
    gap: 1rem;
  }
}
.top .kv__info-box-item {
  width: 18rem;
  height: 18rem;
  text-align: center;
  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.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top .kv__info-box-item {
    width: 8rem;
    height: 8rem;
    font-size: 0.92rem;
  }
}
.top .kv__cta {
  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;
  gap: 5rem;
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .top .kv__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.top .kv__cta-btn {
  width: 27rem;
  height: 7rem;
  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;
  border-radius: 9999px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top .kv__cta-btn {
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
  }
}
.top .kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top .kv__bg 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;
}
.top .kv__text.--black .kv__title {
  color: #000;
}
.top .kv__text.--black .kv__title .highlight {
  color: var(--primary-text);
}
.top .kv__text.--black .kv__copy {
  color: #000;
}
.top .kv__text.--black .kv__info-num-item {
  color: #000;
  border-right: 1px solid #000;
}
.top .kv__text.--black .kv__info-num-item:last-child {
  border-right: none;
}
.top .kv__text.--black .kv__info-num-item .number {
  color: var(--primary-text);
}
.top .kv__text.--black .kv__info-box-item {
  color: #000;
  border: 1px solid #000;
}
.top .kv .kv__cta.--black .kv__cta-btn:nth-child(2) {
  color: #000;
  border: 1px solid #000;
}
.top__partner {
  background-color: #F6F7F6;
  padding: 0.8rem 0;
}
@media (max-width: 768px) {
  .top__partner {
    padding: 0.4rem 0;
  }
}
.top__partner .partner-swiper {
  overflow: hidden;
  width: 100%;
}
.top__partner .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__partner .swiper-slide {
  width: 20% !important;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
@media screen and (max-width: 758px) {
  .top__partner .swiper-slide {
    width: 33.333% !important;
    min-width: 33.333%;
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
.top__partner .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.top__partner-item {
  width: 100%;
  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;
  height: 9rem;
  background-color: #fff;
  padding: 0.8rem;
  margin-right: 0.8rem;
}
@media (max-width: 768px) {
  .top__partner-item {
    height: 4rem;
    margin-right: 0.4rem;
  }
}
.top__partner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top__about-inner {
  padding: 8rem 0 0;
}
@media (max-width: 768px) {
  .top__about-inner {
    padding: 4rem 0 0;
  }
}
.top__about-image {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
.top__about-content {
  background: -webkit-gradient(linear, left bottom, left top, from(#0A1636), to(#1C3E9D));
  background: linear-gradient(0deg, #0A1636 0%, #1C3E9D 100%);
  padding: 24rem 1rem 8rem;
  border-radius: 1.2rem;
  margin-top: -20rem;
  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;
}
@media (max-width: 768px) {
  .top__about-content {
    padding: 10rem 1rem 4rem;
    margin-top: -6rem;
  }
}
.top__about-content-movie {
  width: 100%;
  max-width: 56rem;
  margin-top: 2rem;
}
.top__about-content-movie iframe {
  width: 100%;
  height: 31.5rem;
}
.top__about-content-movie .movie__copy {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .top__about-content-movie .movie__copy {
    font-size: 0.92rem;
  }
}
.top__service {
  padding: 8rem 0;
  background-color: #F6F7F6;
}
@media (max-width: 768px) {
  .top__service {
    padding: 4rem 0;
  }
}
.top__service .section-ttl__title {
  color: #000;
}
.top__service .section-ttl__copy {
  color: #000;
}
.top__service-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .top__service-box {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.top__service-item {
  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;
  border: 1px solid #000;
  padding: 4rem 2rem;
}
@media (max-width: 768px) {
  .top__service-item {
    padding: 2rem 1rem;
  }
}
.top__service-item-image {
  width: 100%;
  height: 8rem;
  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;
}
@media (max-width: 768px) {
  .top__service-item-image {
    height: 6rem;
  }
}
.top__service-item-image img {
  width: 100%;
  max-width: 6.5rem;
  height: auto;
}
@media (max-width: 768px) {
  .top__service-item-image img {
    max-width: 5rem;
  }
}
.top__service-item-content {
  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;
  margin-top: 2.8rem;
  color: #000;
}
@media (max-width: 768px) {
  .top__service-item-content {
    margin-top: 1.8rem;
  }
}
.top__service-item-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__service-item-title {
    font-size: 1.4rem;
  }
}
.top__service-item-copy {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 1.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .top__service-item-copy {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
.top__service-reason {
  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;
  gap: 2rem;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .top__service-reason {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.top__service-reason-text {
  padding: 8rem;
}
@media (max-width: 768px) {
  .top__service-reason-text {
    padding: 1rem;
  }
}
.top__service-reason-text-title {
  color: #000;
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__service-reason-text-title {
    font-size: 2rem;
  }
}
.top__service-reason-text__list {
  margin-top: 2rem;
}
.top__service-reason-text__list-item {
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  padding-left: 2rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .top__service-reason-text__list-item {
    font-size: 1.2rem;
  }
}
.top__service-reason-text__list-item::before {
  content: "✔︎";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.top__service-reason-image {
  width: 100%;
  max-width: 60rem;
  height: auto;
  position: relative;
}
.top__service-reason-image img {
  width: 100%;
  max-width: 35rem;
  height: auto;
  -webkit-filter: drop-shadow(0.5rem 3rem 3rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0.5rem 3rem 3rem rgba(0, 0, 0, 0.25));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width: 768px) {
  .top__service-reason-image img {
    max-width: 25rem;
  }
}
.top__service-reason-image img:nth-child(2) {
  margin-left: auto;
  margin-top: -14rem;
}
@media (max-width: 768px) {
  .top__service-reason-image img:nth-child(2) {
    margin-top: -6rem;
  }
}
.top__solution {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .top__solution {
    padding: 4rem 0;
  }
}
.top__solution-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .top__solution-box {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.top__solution-item {
  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;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 3rem;
}
@media (max-width: 768px) {
  .top__solution-item {
    padding: 2rem;
  }
}
.top__solution-item-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__solution-item-title {
    font-size: 1.6rem;
  }
}
.top__solution-item-image {
  width: 100%;
  max-width: 25rem;
  aspect-ratio: 16/9;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .top__solution-item-image {
    margin-top: 2rem;
  }
}
.top__solution-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top__solution-item-content {
  width: 100%;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .top__solution-item-content {
    margin-top: 2rem;
  }
}
.top__solution-item-content__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: 3rem;
}
@media (max-width: 768px) {
  .top__solution-item-content__list {
    gap: 2rem;
  }
}
.top__solution-item-content__list-item {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .top__solution-item-content__list-item {
    font-size: 1.2rem;
  }
}
.top__solution-item-content__list-item span {
  display: block;
}
.top__solution-item-content__list-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--primary-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .top__solution-item-content__list-title {
    font-size: 1.4rem;
  }
}
.top__solution-item-content__list-title::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1rem;
}
.top__solution-item-content__list-copy {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .top__solution-item-content__list-copy {
    font-size: 1.2rem;
  }
}
.top__solution-item-bottom {
  width: 100%;
  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;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .top__solution-item-bottom {
    margin-top: 2rem;
  }
}
.top__solution-item-bottom img {
  width: 5rem;
}
.top__solution-item-bottom-head {
  width: 100%;
  max-width: 30rem;
  font-size: 2rem;
  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;
  margin-top: 3rem;
  background-color: var(--bg-dark);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 9999px;
}
@media (max-width: 768px) {
  .top__solution-item-bottom-head {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.top__solution-item-bottom-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.2rem;
  color: var(--primary-text);
}
@media (max-width: 768px) {
  .top__solution-item-bottom-title {
    font-size: 1.4rem;
  }
}
.top__solution-item-bottom-copy {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .top__solution-item-bottom-copy {
    font-size: 1.2rem;
  }
}
.top__oem {
  padding: 4rem 0;
}
.top__oem-inner {
  padding: 8rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0A1636), to(#1C3E9D));
  background: linear-gradient(0deg, #0A1636 0%, #1C3E9D 100%);
  border-radius: 1.2rem;
}
@media (max-width: 768px) {
  .top__oem-inner {
    padding: 4rem 0;
  }
}
.top__oem-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .top__oem-box {
    -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: 4rem;
  }
}
.top__oem-item {
  width: 100%;
  max-width: 30rem;
  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;
}
.top__oem-item:nth-child(2) {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .top__oem-item:nth-child(2) {
    margin-top: 0rem;
  }
}
.top__oem-item-image {
  width: 100%;
  max-width: 13rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top__oem-item-image {
    max-width: 10rem;
  }
}
.top__oem-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top__oem-item-content {
  margin-top: 2rem;
  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;
}
.top__oem-item-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--accent-main);
}
@media (max-width: 768px) {
  .top__oem-item-title {
    font-size: 1.6rem;
  }
}
.top__oem-item-copy {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 1rem;
  color: #fff;
}
@media (max-width: 768px) {
  .top__oem-item-copy {
    font-size: 1.2rem;
  }
}
.top__function {
  padding: 4rem 0;
}
.top__function-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 768px) {
  .top__function-box {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.top__function-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top__function-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding: 3.8rem 0;
  border-top: 1px solid #fff;
  color: #fff;
}
@media (max-width: 768px) {
  .top__function-list-item {
    gap: 2rem;
    padding: 2rem 1rem;
  }
}
.top__function-list-item-image {
  width: 100%;
  max-width: 6.5rem;
  height: auto;
}
@media (max-width: 768px) {
  .top__function-list-item-image {
    max-width: 4rem;
  }
}
.top__function-list-item-image img {
  width: 100%;
  height: 100%;
}
.top__function-list-item-title {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .top__function-list-item-title {
    font-size: 1.4rem;
  }
}
.top__function-list-item-copy {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .top__function-list-item-copy {
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }
}
.top__device {
  padding: 4rem 0;
}
.top__device-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 768px) {
  .top__device-box {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.top__device-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top__device-list-image {
  width: 100%;
  max-width: 16rem;
  height: auto;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.top__device-list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top__device-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding: 3.8rem 0;
  border-top: 1px solid #fff;
  color: #fff;
}
@media (max-width: 768px) {
  .top__device-list-item {
    gap: 2rem;
    padding: 2rem 1rem;
  }
}
.top__device-list-item-title {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .top__device-list-item-title {
    font-size: 1.4rem;
  }
}
.top__device-list-item-copy {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .top__device-list-item-copy {
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }
}
.top__case {
  padding: 8rem 0;
  background-color: #F6F7F6;
}
@media (max-width: 768px) {
  .top__case {
    padding: 4rem 0;
  }
}
.top__case .section-ttl__title {
  color: #000;
}
.top__case .section-ttl__copy {
  color: #000;
}
.top__case-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 768px) {
  .top__case-box {
    grid-template-columns: 1fr;
  }
}
.top__case-item {
  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;
  gap: 1.2rem;
}
.top__case-item-content {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  border: 1px solid #000;
  border-radius: 1.2rem;
  padding: 2rem 2rem 4rem;
}
@media (max-width: 768px) {
  .top__case-item-content {
    padding: 1rem 1rem 4rem;
  }
}
.top__case-item-image {
  width: 100%;
  height: 20rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  .top__case-item-image {
    height: 10rem;
  }
}
.top__case-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__case-item-text {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
}
.top__case-item-company {
  font-size: 2rem;
  margin: 0 auto;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .top__case-item-company {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.top__case-item-head {
  font-size: 1.6rem;
  display: inline;
  padding: 0.2rem 2rem;
  background-color: var(--bg-dark);
  color: #fff;
  border-radius: 9999px;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .top__case-item-head {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}
.top__case-item-copy {
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .top__case-item-copy {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}
.top__case-item-arrow {
  width: 100%;
  max-width: 5rem;
  height: auto;
}
.top__case-item-result {
  width: 100%;
  height: 9rem;
  border: 1px solid #000;
  border-radius: 1.2rem;
  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: 3rem;
}
@media (max-width: 768px) {
  .top__case-item-result {
    height: 6rem;
  }
}
.top__case-item-result-text {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__case-item-result-text {
    font-size: 1.4rem;
  }
}
.top__case-item-result-text.highlight {
  color: var(--primary-text);
}
.top__case-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .top__case-bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.top__case-bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  background-color: var(--bg-blue);
  padding: 1.2rem;
  border-radius: 1.2rem;
}
@media (max-width: 768px) {
  .top__case-bottom-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.top__case-bottom-item-image {
  width: 100%;
  max-width: 7.2rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0.8rem;
}
.top__case-bottom-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__case-bottom-item-text {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__case-bottom-item-text {
    font-size: 1.2rem;
  }
}
.top__reason {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .top__reason {
    padding: 4rem 0;
  }
}
.top__reason-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.4rem;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .top__reason-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem 1rem;
    margin-top: 4rem;
  }
}
.top__reason-item {
  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;
  background-color: var(--primary-darker);
  border: 1px solid #fff;
  border-radius: 1.2rem;
  padding: 4rem 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .top__reason-item {
    width: calc((100% - 1rem) / 2);
    padding: 2rem 1rem;
  }
}
.top__reason-item-number {
  position: absolute;
  top: -7rem;
  left: 1rem;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 768px) {
  .top__reason-item-number {
    top: -4rem;
    font-size: 1.2rem;
  }
}
.top__reason-item-number span {
  font-family: var(--font-num);
  font-size: 5.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__reason-item-number span {
    font-size: 3rem;
  }
}
.top__reason-item-image {
  width: 100%;
  max-width: 6.5rem;
  height: 7rem;
  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;
}
.top__reason-item-image img {
  width: 100%;
  height: auto;
}
.top__reason-item-title {
  -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;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .top__reason-item-title {
    font-size: 1.4rem;
  }
}
.top__reason-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .top__reason-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
}
.top__reason-card-image {
  width: 100%;
  max-width: 50rem;
  height: 30rem;
  overflow: hidden;
  border-radius: 1.2rem 0 0 1.2rem;
}
@media (max-width: 768px) {
  .top__reason-card-image {
    height: 15rem;
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.top__reason-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__reason-card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  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;
  padding: 2rem 5rem;
  background-color: #fff;
  border-radius: 0 1.2rem 1.2rem 0;
}
@media (max-width: 768px) {
  .top__reason-card-content {
    padding: 2rem 1rem 4rem;
    border-radius: 0 0 1.2rem 1.2rem;
  }
}
.top__reason-card-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__reason-card-title {
    font-size: 1.6rem;
  }
}
.top__reason-card-text {
  font-size: 1.6rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .top__reason-card-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.2rem;
  }
}
.top__reason-card-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 0.8rem;
  padding: 0.2rem 2rem;
  margin-right: 2rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .top__reason-card-text span {
    font-size: 1.2rem;
    padding: 0.2rem 1rem;
    margin-right: 1rem;
  }
}
.top__reason-card-text-copy {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .top__reason-card-text-copy {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
}
.top__compare {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .top__compare {
    padding: 4rem 0;
  }
}
.top__compare-table {
  position: relative;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .top__compare-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.top__compare-table-inner {
  position: relative;
  z-index: 1;
}
.top__compare-table-row {
  width: 100%;
  min-height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .top__compare-table-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 5rem;
  }
}
.top__compare-table-data {
  width: 100%;
  max-width: 20rem;
  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;
  background-color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .top__compare-table-data {
    min-width: 12rem;
    max-width: 12rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .top__compare-table-data:first-child {
    min-width: 8.4rem;
    max-width: 8.4rem;
  }
}
.top__compare-table-data-content {
  width: 100%;
  height: 100%;
  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;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid var(--primary-darker);
  border-right: 1px solid var(--primary-darker);
}
@media (max-width: 768px) {
  .top__compare-table-data-content {
    padding: 0.5rem;
  }
}
.top__compare-table-data-content img {
  width: 100%;
  max-width: 12rem;
}
@media (max-width: 768px) {
  .top__compare-table-data-content img {
    max-width: 8rem;
  }
}
.top__compare-table-data:first-child .top__compare-table-data-content, .top__compare-table-data:last-child .top__compare-table-data-content {
  border-right: none;
}
.top__compare-table-data:nth-child(2) {
  background-color: var(--primary-darker);
  color: #fff;
}
.top__compare-table-data:nth-child(2) .top__compare-table-data-content {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.top__compare-table-data-text {
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .top__compare-table-data-text {
    font-size: 1.2rem;
  }
}
.top__compare-table-data-text .sub {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .top__compare-table-data-text .sub {
    font-size: 1rem;
  }
}
.top__compare-table-data-note {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.top__compare-table-row:first-child .top__compare-table-data:first-child {
  border-radius: 1.2rem 0 0 0;
}
.top__compare-table-row:first-child .top__compare-table-data:last-child {
  border-radius: 0 1.2rem 0 0;
}
.top__compare-table-row:last-child .top__compare-table-data:first-child {
  border-radius: 0 0 0 1.2rem;
}
.top__compare-table-row:last-child .top__compare-table-data:last-child {
  border-radius: 0 0 1.2rem 0;
}
.top__compare-table-row:last-child .top__compare-table-data .top__compare-table-data-content {
  border-bottom: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top__compare-table-row:first-child .top__compare-table-data:nth-child(2)::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 25rem;
  height: 4rem;
  position: absolute;
  top: -4rem;
  left: 0;
  border-radius: 1.2rem 1.2rem 0 0;
  color: #FFFFFF;
  background-color: var(--primary-darker);
  z-index: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media (max-width: 768px) {
  .top__compare-table-row:first-child .top__compare-table-data:nth-child(2)::before {
    height: 2rem;
    top: -2rem;
  }
}
.top__compare-table-row:last-child .top__compare-table-data:nth-child(2)::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 25rem;
  height: 4rem;
  position: absolute;
  bottom: -4rem;
  left: 0;
  border-radius: 0 0 1.2rem 1.2rem;
  color: #FFFFFF;
  background-color: var(--primary-darker);
  z-index: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .top__compare-table-row:last-child .top__compare-table-data:nth-child(2)::before {
    height: 2rem;
    bottom: -2rem;
  }
}
.top__compare-table-annotation {
  margin-top: 2rem;
}
.top__compare-table-annotation-text {
  color: #fff;
  font-size: 1.2rem;
}
.top__process {
  padding: 4rem 0;
}
.top__process-list {
  width: 100%;
  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;
  gap: 4rem;
}
@media (max-width: 768px) {
  .top__process-list {
    gap: 2rem;
  }
}
.top__process-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .top__process-item {
    gap: 1rem;
  }
}
.top__process-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
  border: 1px solid #fff;
  border-radius: 1.2rem;
  padding: 2rem 4rem;
}
@media (max-width: 768px) {
  .top__process-item-content {
    height: 16rem;
    -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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    padding: 1rem 2rem;
  }
}
.top__process-item-content-image {
  width: 100%;
  max-width: 6.5rem;
  height: auto;
}
@media (max-width: 768px) {
  .top__process-item-content-image {
    max-width: 4rem;
  }
}
.top__process-item-content-image img {
  width: 100%;
}
.top__process-item-content-text {
  color: #fff;
}
.top__process-item-content-text-title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__process-item-content-text-title {
    font-size: 1.4rem;
  }
}
.top__process-item-content-text-copy {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .top__process-item-content-text-copy {
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }
}
.top__process-item-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__process-item-title {
    font-size: 1.4rem;
  }
}
.top__process-item-number {
  width: 9rem;
  height: 9rem;
  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;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-family: var(--font-num);
  font-size: 4rem;
  font-weight: 100;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .top__process-item-number {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
  }
}
.top__process-item:not(:last-child) .top__process-item-number::after {
  content: "";
  position: absolute;
  bottom: -6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 6rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .top__process-item:not(:last-child) .top__process-item-number::after {
    bottom: -15rem;
    height: 15rem;
  }
}
.top__process-card {
  width: 100%;
  height: 23rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .top__process-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 4rem;
    height: auto;
  }
}
.top__process-card-image {
  width: 100%;
  max-width: 36rem;
  height: 100%;
  overflow: hidden;
  border-radius: 0 1.2rem 1.2rem 0;
}
@media (max-width: 768px) {
  .top__process-card-image {
    height: 16rem;
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.top__process-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__process-card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  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;
  padding: 2rem 4rem;
  background-color: #fff;
  border-radius: 1.2rem 0 0 1.2rem;
}
@media (max-width: 768px) {
  .top__process-card-content {
    padding: 2rem 1rem 4rem;
    border-radius: 0 0 1.2rem 1.2rem;
  }
}
.top__process-card-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__process-card-title {
    font-size: 1.6rem;
  }
}
.top__process-card-list {
  margin-top: 1rem;
}
.top__process-card-text {
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .top__process-card-text {
    font-size: 1.1rem;
    margin-top: 0.4rem;
  }
}
.top__faq {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .top__faq {
    padding: 4rem 0;
  }
}
.top__faq-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .top__faq-list {
    gap: 1rem;
  }
}
.top__faq-item {
  width: 100%;
  background-color: var(--bg-blue);
  padding: 1.8rem 2rem;
  border-radius: 1.2rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .top__faq-item {
    padding: 0.8rem 1rem;
  }
}
.top__faq-item-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .top__faq-item-button {
    gap: 1rem;
  }
}
.top__faq-item-button-icon {
  width: 100%;
  max-width: 3rem;
}
@media (max-width: 768px) {
  .top__faq-item-button-icon {
    max-width: 2rem;
  }
}
.top__faq-item-button-arrow {
  width: 100%;
  max-width: 2rem;
}
.top__faq-item-button.--active .top_faq-item-content {
  display: block;
}
.top__faq-item-button.--active .top__faq-item-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top__faq-item-question {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .top__faq-item-question {
    font-size: 1.2rem;
  }
}
.top__faq-item-content {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  line-height: 1.7;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .top__faq-item-content {
    gap: 1rem;
  }
}
.top__faq-item-content-icon {
  width: 100%;
  max-width: 3rem;
  height: 3rem;
  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;
}
@media (max-width: 768px) {
  .top__faq-item-content-icon {
    max-width: 2rem;
    height: 2rem;
  }
}
.top__faq-item-content-icon img {
  width: auto;
  height: 100%;
}
.top__faq-item-content-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .top__faq-item-content-text {
    font-size: 1.2rem;
  }
}
.top__faq-item-content-text a {
  color: var(--primary-text);
  text-decoration: underline;
}
.top__faq-item-button.--active + .top__faq-item-content {
  margin-top: 4rem;
  opacity: 1;
}
@media (max-width: 768px) {
  .top__faq-item-button.--active + .top__faq-item-content {
    margin-top: 2rem;
  }
}
.top__links {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .top__links {
    padding: 4rem 0;
  }
}
.top__links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .top__links-list {
    gap: 1rem;
  }
}
.top__links-item {
  width: 100%;
  max-width: calc((100% - 4rem) / 3);
  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;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .top__links-item {
    max-width: calc((100% - 1rem) / 2);
  }
}
@media (max-width: 768px) {
  .top__links-item:last-child {
    max-width: 100%;
  }
}
.top__links-link {
  width: 100%;
  height: 100%;
  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;
  padding: 3rem 2rem 5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  .top__links-link {
    padding: 2rem 1rem 3rem;
  }
}
.top__links-link-content {
  width: 100%;
  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;
  text-align: center;
  color: #fff;
}
.top__links-link:hover {
  opacity: 0.6;
}
.top__links-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__links-title {
    font-size: 1.2rem;
  }
}
.top__links-text {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .top__links-text {
    font-size: 1rem;
  }
}
.top__links-arrow {
  width: 100%;
  max-width: 3rem;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
@media (max-width: 768px) {
  .top__links-arrow {
    max-width: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
}
.top__contact {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .top__contact {
    padding: 4rem 0;
  }
}
.top__contact-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.8rem;
}
@media (max-width: 768px) {
  .top__contact-head {
    gap: 0.6rem;
  }
}
.top__contact-head-item {
  width: 100%;
  max-width: calc((100% - 7.6rem) / 3);
  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;
  background-color: var(--bg-blue);
  padding: 4rem 2rem;
  border-radius: 1.2rem;
}
@media (max-width: 768px) {
  .top__contact-head-item {
    max-width: calc((100% - 1.2rem) / 3);
    padding: 2rem 0.6rem;
  }
}
.top__contact-head-title {
  height: 8rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .top__contact-head-title {
    height: 3rem;
    font-size: 1rem;
  }
}
.top__contact-head-title span {
  font-size: 5.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__contact-head-title span {
    font-size: 2rem;
  }
}
.top__contact-head-item:last-child .top__contact-head-title span {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .top__contact-head-item:last-child .top__contact-head-title span {
    font-size: 1.6rem;
  }
}
.top__contact-head-text {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 0.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .top__contact-head-text {
    font-size: 1rem;
    margin-top: 0.4rem;
  }
}
.top__contact-form {
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 4rem 2rem;
}

.top-litcare .section-ttl__title {
  color: #000;
}
.top-litcare .section-ttl__copy {
  color: #000;
}
.top-litcare .kv {
  min-height: 72rem;
}
@media (max-width: 768px) {
  .top-litcare .kv {
    min-height: 64rem;
  }
}
.top-litcare .kv__inner {
  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;
}
.top-litcare .kv__title {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin-top: 0;
}
.top-litcare .kv__title-bg {
  display: block;
  background-color: #fff;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .top-litcare .kv__title-bg {
    padding: 0 1rem;
  }
}
.top-litcare .kv__content {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .top-litcare .kv__content {
    width: 100%;
  }
}
.top-litcare .kv__info {
  gap: 2rem;
}
@media (max-width: 768px) {
  .top-litcare .kv__info {
    width: 100%;
  }
}
.top-litcare .kv__info-num {
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-litcare .kv__info-num-item {
  width: 18rem;
  height: 18rem;
  background-color: #0068B6;
  gap: 1rem;
  line-height: 1.2;
  border-radius: 9999px;
  border-right: none !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .top-litcare .kv__info-num-item {
    width: 10rem;
    height: 10rem;
    gap: 0.4rem;
  }
}
.top-litcare .kv__info-num-item p {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top-litcare .kv__info-num-item p {
    font-size: 1.1rem;
  }
}
.top-litcare .kv__info-num-item p .number {
  line-height: 1;
  font-size: 4rem;
  color: #fff !important;
}
@media (max-width: 768px) {
  .top-litcare .kv__info-num-item p .number {
    font-size: 2.8rem;
  }
}
.top-litcare .kv__cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .top-litcare .kv__cta-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.top-litcare .kv__cta-btn {
  width: 27rem;
  height: 7rem;
  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;
  border-radius: 0.4rem;
}
@media (max-width: 768px) {
  .top-litcare .kv__cta-btn {
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
  }
}
.top-litcare__vital {
  padding: 2rem 0;
  background-color: var(--litcare-main);
}
@media (max-width: 768px) {
  .top-litcare__vital {
    padding: 1rem 0;
  }
}
.top-litcare__vital .section-ttl {
  margin-bottom: 2rem;
}
.top-litcare__vital .section-ttl__title {
  font-size: 2.4rem;
  color: #fff;
}
.top-litcare__vital-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .top-litcare__vital-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.top-litcare__vital-item {
  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;
  gap: 2rem;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .top-litcare__vital-item {
    padding: 2rem 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
  }
}
.top-litcare__vital-item-image {
  width: 100%;
  max-width: 8rem;
  height: 8rem;
}
@media (max-width: 768px) {
  .top-litcare__vital-item-image {
    width: 5rem;
    height: 5rem;
  }
}
.top-litcare__vital-item-content {
  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;
}
@media (max-width: 768px) {
  .top-litcare__vital-item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.top-litcare__vital-item-title {
  color: var(--litcare-main);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .top-litcare__vital-item-title {
    font-size: 1.4rem;
  }
}
.top-litcare .top__partner .section-ttl {
  margin-bottom: 1rem;
}
.top-litcare .top__partner .section-ttl__title {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .top-litcare .top__partner .section-ttl__title {
    font-size: 1.6rem;
  }
}
.top-litcare .top__partner-note {
  font-size: 1.2rem;
  color: #909090;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .top-litcare .top__partner-note {
    font-size: 1rem;
  }
}
.top-litcare__about {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .top-litcare__about {
    padding: 4rem 0;
  }
}
.top-litcare__about-content {
  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;
}
.top-litcare__about-content-movie {
  width: 100%;
  max-width: 56rem;
}
.top-litcare__about-content-movie iframe {
  width: 100%;
  height: 31.5rem;
}
.top-litcare__about-content-movie .movie__copy {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.top-litcare__effect1 {
  padding: 8rem 0;
  background-color: var(--litcare-bg);
}
@media (max-width: 768px) {
  .top-litcare__effect1 {
    padding: 4rem 0;
  }
}
.top-litcare__effect1-image {
  width: 100%;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .top-litcare__effect1-image {
    padding: 1rem;
  }
}
.top-litcare__effect1-image img {
  width: 100%;
  margin: 0 auto;
}
.top-litcare__effect2 {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .top-litcare__effect2 {
    padding: 4rem 0;
  }
}
.top-litcare__effect2-list {
  width: 100%;
  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;
  gap: 6rem;
}
.top-litcare__effect2-item {
  width: 100%;
  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: 3rem;
}
.top-litcare__effect2-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .top-litcare__effect2-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .top-litcare__effect2-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
}
.top-litcare__effect2-item-image {
  width: 100%;
  max-width: 50rem;
  height: 38rem;
}
@media (max-width: 768px) {
  .top-litcare__effect2-item-image {
    height: 20rem;
  }
}
.top-litcare__effect2-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-litcare__effect2-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F7F7F7;
  border-radius: 0.8rem;
  padding: 2rem 4rem;
}
@media (max-width: 768px) {
  .top-litcare__effect2-item-text {
    padding: 2rem 1.4rem;
  }
}
.top-litcare__effect2-item-header {
  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;
}
.top-litcare__effect2-item-place {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .top-litcare__effect2-item-place {
    font-size: 1.2rem;
  }
}
.top-litcare__effect2-item-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top-litcare__effect2-item-title {
    font-size: 1.6rem;
  }
}
.top-litcare__effect2-item-name {
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .top-litcare__effect2-item-name {
    font-size: 1.2rem;
  }
}
.top-litcare__effect2-item-head {
  display: inline-block;
  padding: 0.4rem 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: var(--litcare-main);
  border-radius: 0.4rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .top-litcare__effect2-item-head {
    font-size: 1.4rem;
  }
}
.top-litcare__effect2-item-copy {
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .top-litcare__effect2-item-copy {
    font-size: 1.4rem;
  }
}
.top-litcare__effect2-result {
  width: 100%;
  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;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .top-litcare__effect2-result {
    margin-top: 2rem;
  }
}
.top-litcare__effect2-result-text {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .top-litcare__effect2-result-text {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.top-litcare__problem {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .top-litcare__problem {
    padding: 4rem 0;
  }
}
.top-litcare__problem-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 768px) {
  .top-litcare__problem-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.top-litcare__problem-card {
  width: 50%;
  background-color: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .top-litcare__problem-card {
    width: 100%;
  }
}
.top-litcare__problem-card-header {
  background-color: #fff;
  color: #316F9F;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  letter-spacing: 0.14em;
  border-radius: 1.2rem 0 1.2rem 0;
}
@media (max-width: 768px) {
  .top-litcare__problem-card-header {
    font-size: 1.4rem;
    padding: 0.8rem 1.4rem;
  }
}
.top-litcare__problem-card-image {
  width: 100%;
  height: auto;
}
.top-litcare__problem-card-content h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .top-litcare__problem-card-content h2 {
    font-size: 1.8rem;
  }
}
.top-litcare__problem-card-content h2.problem-after {
  color: #316F9F;
}
.top-litcare__problem-card-content ul {
  list-style: none;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .top-litcare__problem-card-content ul {
    padding-left: 2rem;
  }
}
.top-litcare__problem-card-content ul li {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .top-litcare__problem-card-content ul li {
    font-size: 1.25rem;
  }
}
.top-litcare__problem-card-content ul li::before {
  content: "✔";
  color: #666;
  position: absolute;
  left: -4rem;
}
@media (max-width: 768px) {
  .top-litcare__problem-card-content ul li::before {
    left: -2rem;
  }
}
.top-litcare__problem-before {
  background-color: #DBE8F6;
  padding: 2rem 4rem;
  position: relative;
}
@media (max-width: 768px) {
  .top-litcare__problem-before {
    padding: 2rem;
  }
}
.top-litcare__problem-before-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .top-litcare__problem-before-title {
    font-size: 1.6rem;
  }
}
.top-litcare__problem-before::before {
  content: "";
  width: 5rem;
  height: 2.5rem;
  border-left: 5rem solid transparent;
  border-right: 5rem solid transparent;
  border-top: 2.5rem solid #DBE8F6;
  border-bottom: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-litcare__problem-after {
  background-color: #F0F8FF;
  padding: 4rem 4rem 2.5rem 4rem;
}
@media (max-width: 768px) {
  .top-litcare__problem-after {
    padding: 4rem 2rem 1.4rem 2rem;
  }
}
.top-litcare__problem-after-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .top-litcare__problem-after-title {
    font-size: 1.6rem;
  }
}
.top-litcare__scene {
  padding: 8rem 0;
  background-color: var(--litcare-bg);
}
@media (max-width: 768px) {
  .top-litcare__scene {
    padding: 4rem 0;
  }
}
.top-litcare__scene-image {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}
.top-litcare__scene img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-litcare__scene-bottom {
  width: 100%;
  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;
  gap: 1rem;
  margin-top: 4rem;
}
.top-litcare__scene-bottom-title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: var(--litcare-main);
}
@media (max-width: 768px) {
  .top-litcare__scene-bottom-title {
    font-size: 2rem;
  }
}
.top-litcare__scene-bottom-note {
  font-size: 1.4rem;
  color: #909090;
}
@media (max-width: 768px) {
  .top-litcare__scene-bottom-note {
    font-size: 1rem;
  }
}
.top-litcare__manage {
  padding: 8rem 0;
  background-color: var(--litcare-main);
}
@media (max-width: 768px) {
  .top-litcare__manage {
    padding: 4rem 0;
  }
}
.top-litcare__manage .section-ttl__title, .top-litcare__manage .section-ttl__copy {
  color: #fff;
}
.top-litcare__manage-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .top-litcare__manage-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8rem;
    margin-top: 8rem;
  }
}
.top-litcare__manage-item {
  width: calc((100% - 4rem) / 3);
  min-height: 42rem;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 2rem 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .top-litcare__manage-item {
    width: 100%;
    min-height: auto;
    padding: 2rem;
  }
}
.top-litcare__manage-item-image {
  position: absolute;
  top: -7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15rem;
  height: 15rem;
  background-color: #fff;
  border-radius: 9999px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .top-litcare__manage-item-image {
    top: -5rem;
    width: 10rem;
    height: 10rem;
  }
}
.top-litcare__manage-item-image img {
  width: 6rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .top-litcare__manage-item-image img {
    width: 4rem;
    height: 4rem;
    margin-top: 2rem;
  }
}
.top-litcare__manage-item-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .top-litcare__manage-item-content {
    margin-top: 2rem;
  }
}
.top-litcare__manage-item-content-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-litcare__manage-item-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .top-litcare__manage-item-title {
    font-size: 1.6rem;
  }
}
.top-litcare__manage-item-list {
  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;
  gap: 1rem;
  margin-top: 2rem;
}
.top-litcare__manage-item-list li {
  width: 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;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.8rem 1rem;
  background-color: #EDEDED;
}
@media (max-width: 768px) {
  .top-litcare__manage-item-list li {
    font-size: 1.4rem;
    padding: 0.4rem 0.8rem;
  }
}
.top-litcare__manage-item-etc {
  font-size: 1.6rem;
  margin-top: 2rem;
  text-align: right;
}
@media (max-width: 768px) {
  .top-litcare__manage-item-etc {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.top-litcare__manage-item-note {
  font-size: 1.4rem;
  margin-top: 2rem;
  color: #909090;
}
@media (max-width: 768px) {
  .top-litcare__manage-item-note {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.top-litcare__solution .top__solution-item {
  border: 1px solid #000;
  padding: 3rem 2rem;
}
.top-litcare__solution .top__solution-item-content__list-title {
  color: var(--litcare-main);
}
.top-litcare__solution .top__solution-item-bottom-head {
  background-color: var(--litcare-main);
}
.top-litcare__device {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .top-litcare__device {
    padding: 4rem 0;
  }
}
.top-litcare__device-box {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8rem;
  margin-bottom: 8rem;
}
.top-litcare__device-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.top-litcare__device-image {
  width: 100%;
  max-width: 36rem;
  height: auto;
  margin: 0 auto;
}
.top-litcare__device-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-litcare__device-table {
  width: 100%;
}
.top-litcare__device-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  .top-litcare__device-table table tr {
    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;
  }
}
.top-litcare__device-table table th, .top-litcare__device-table table td {
  border-top: 1px solid #000;
  padding: 3rem 0;
}
.top-litcare__device-table table th {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top-litcare__device-table table th {
    font-size: 1.6rem;
    padding: 2rem 0 0;
  }
}
.top-litcare__device-table table td {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .top-litcare__device-table table td {
    font-size: 1.6rem;
    border-top: none;
    padding: 0 0 2rem;
    margin-top: 1rem;
  }
}
.top-litcare__device-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .top-litcare__device-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-litcare__device-point-item {
  width: calc((100% - 4rem) / 3);
  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;
  gap: 2rem;
  background-color: #F5F7F9;
  padding: 6rem 3rem 4rem;
  position: relative;
}
@media (max-width: 768px) {
  .top-litcare__device-point-item {
    width: 100%;
  }
}
.top-litcare__device-point-header {
  font-family: var(--font-num);
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--litcare-main);
  color: #fff;
  padding: 0.4rem 2rem;
}
@media (max-width: 768px) {
  .top-litcare__device-point-header {
    font-size: 1.4rem;
    padding: 0.4rem 1.4rem;
  }
}
.top-litcare__device-point-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 1rem solid var(--litcare-main);
  border-bottom: 1rem solid var(--litcare-main);
  border-left: 1rem solid var(--litcare-main);
}
.top-litcare__device-point-image {
  width: 100%;
  max-width: 31rem;
  height: 17rem;
  height: auto;
}
.top-litcare__device-point-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-litcare__device-point-content {
  width: 100%;
  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;
  gap: 2rem;
}
.top-litcare__device-point-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .top-litcare__device-point-title {
    font-size: 1.8rem;
  }
}
.top-litcare__compare {
  background-color: var(--litcare-main);
}
.top-litcare__compare .section-ttl__title, .top-litcare__compare .section-ttl__copy {
  color: #fff;
}
.top-litcare__compare .top__compare-table-row:last-child .top__compare-table-data .top__compare-table-data-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .top-litcare__compare .top__compare-table-data:first-child {
    min-width: 11rem;
    max-width: 11rem;
  }
}
.top-litcare__compare-box {
  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;
  gap: 2rem;
}
.top-litcare__compare-box-image {
  width: 100%;
  max-width: 36rem;
  height: auto;
  margin: 0 auto;
}
.top-litcare__compare-box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-litcare__compare-box {
  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;
  gap: 4rem;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .top-litcare__compare-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.top-litcare__compare-box-content {
  width: 100%;
  max-width: 62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-litcare__compare-box-title {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top-litcare__compare-box-title {
    font-size: 2rem;
  }
}
.top-litcare__compare-box-text {
  font-size: 2rem;
  line-height: 1.8;
  color: #fff;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .top-litcare__compare-box-text {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.top-litcare__compare .top__compare-table-data-content img {
  max-width: 14rem;
}
.top-litcare__faq .top__faq-item {
  background-color: #EDEDED;
}
.top-litcare__links .top__links-item {
  border: 1px solid #000;
}
.top-litcare__links .top__links-link-content {
  color: #000;
}

.litcare-cta {
  width: 100%;
  min-height: 40rem;
  padding: 8rem 0;
  background-image: url("../../assets-litcare/img/cta-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .litcare-cta {
    padding: 4rem 0;
  }
}
.litcare-cta__content {
  width: 100%;
  height: 100%;
  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;
  gap: 4rem;
}
@media (max-width: 768px) {
  .litcare-cta__content {
    gap: 2rem;
  }
}
.litcare-cta__content-text-title {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .litcare-cta__content-text-title {
    font-size: 2.4rem;
  }
}
.litcare-cta__content-text-copy {
  font-size: 1.8rem;
  margin-top: 3rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .litcare-cta__content-text-copy {
    font-size: 1.4rem;
  }
}
.litcare-cta__box {
  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: 3.8rem;
}
@media (max-width: 768px) {
  .litcare-cta__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.litcare-cta__box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27rem;
  height: 7rem;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 0.8rem;
}
.litcare-cta__box-btn:nth-child(2) {
  color: #fff;
}

.contact {
  margin-bottom: 8rem;
}
.contact .section__ttl h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .contact .section__ttl h2 {
    font-size: 1.8rem;
  }
}
.contact .section__ttl p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 6rem;
}
.contact .contact__form {
  margin-top: 4rem;
  background-color: #fff;
  padding: 4rem;
  border-radius: 10px;
}
.contact .grecaptcha-badge {
  visibility: hidden;
}
.contact .thanks-text {
  text-align: center;
}
.contact .btn-schedule-box {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.contact .btn-schedule {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 10px;
  padding: 1rem 2rem;
  background-color: var(--litcare-main);
  color: #fff;
}
.contact .section__ttl.--sub h2 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact .contact__form {
    padding: 1rem;
  }
  .contact .section__ttl.--sub h2 {
    font-size: 1.2rem;
  }
}

.resources .kv-ribbon {
  width: 100%;
  height: 24rem;
  padding: 4rem 0;
  position: relative;
  background: var(--litcare-main); /* 濃い青 */
  color: #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .resources .kv-ribbon {
    height: 15rem;
  }
}
.resources .kv-ribbon__inner {
  height: 100%;
  padding: 6rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resources .kv-ribbon__title {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 3.8rem;
}
@media (max-width: 768px) {
  .resources .kv-ribbon__title {
    font-size: 2rem;
    margin-left: 2rem;
  }
}
.resources .kv-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38%;
  background: #3a86ff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .resources .kv-ribbon::after {
    width: 40%;
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
  }
}
.resources__content {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .resources__content {
    padding: 4rem 0;
  }
}
.resources__content-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (min-width: 1281px) {
  .resources__content-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .resources__content-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.resources__content-list-item {
  width: 100%;
  background-color: #fff;
  border-radius: 1.2rem;
}
.resources__content-list-item-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid #aaa;
}
.resources__content-list-item-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.resources__content-list-item-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .resources__content-list-item-title {
    font-size: 1.4rem;
  }
}
.resources__content-list-item-copy {
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .resources__content-list-item-copy {
    font-size: 1.2rem;
  }
}
.resources__content-list-item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem 1rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .resources__content-list-item-tags {
    gap: 0.2rem 0.8rem;
  }
}
.resources__content-list-item-tag {
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  background-color: var(--litcare-bg);
}
@media (max-width: 768px) {
  .resources__content-list-item-tag {
    font-size: 1rem;
    padding: 0.5rem 0.8rem;
  }
}
.resources__download {
  padding: 12rem 0 8rem;
}
@media (max-width: 768px) {
  .resources__download {
    padding: 8rem 0;
  }
}
.resources__download-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1000px) {
  .resources__download-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.resources__download-info {
  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;
  gap: 2rem;
}
@media (max-width: 768px) {
  .resources__download-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.resources__download-info-name {
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1rem;
  text-align: left;
}
@media (max-width: 768px) {
  .resources__download-info-name {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.resources__download-thumbnail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 100%;
  aspect-ratio: 16/9;
}
.resources__download-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #aaa;
}
.resources__download-thumbnail img:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.resources__download-description {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.resources__download-description-head {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .resources__download-description-head {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.resources__download-description-copy {
  font-size: 1.6rem;
  color: #000;
}
@media (max-width: 768px) {
  .resources__download-description-copy {
    font-size: 1.2rem;
  }
}
.resources__thanks {
  padding: 12rem 0 8rem;
  min-height: 60vh;
  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;
}
@media (max-width: 768px) {
  .resources__thanks {
    padding: 8rem 0;
  }
}
.resources__thanks-inner {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.resources__thanks-content {
  text-align: center;
  padding: 4rem 2rem;
  background: #fff;
  border-radius: 1.2rem;
}
@media (max-width: 768px) {
  .resources__thanks-content {
    padding: 3rem 1.5rem;
  }
}
.resources__thanks-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .resources__thanks-title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.resources__thanks-message {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 4rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .resources__thanks-message {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.resources__thanks-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .resources__thanks-actions {
    gap: 1.2rem;
  }
}
.resources__thanks-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;
  width: 100%;
  max-width: 40rem;
  padding: 1.6rem 3.2rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .resources__thanks-btn {
    max-width: 100%;
    padding: 1.4rem 2.4rem;
    font-size: 1.6rem;
  }
}
.resources__thanks-btn.--download {
  background: var(--primary-main);
  color: #fff;
}
.resources__thanks-btn.--back {
  background: #fff;
  color: #000;
  border: 2px solid #ddd;
}