/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
.siteHeader,
.siteHeader *,
.siteHeader ::before,
.siteHeader ::after, .siteFooter,
.siteFooter *,
.siteFooter ::before,
.siteFooter ::after, .leadContact,
.leadContact *,
.leadContact ::before,
.leadContact ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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 */
/* ============================================ */
/* Headings */
/* ============================================ */
/* Lists (enumeration) */
/* ============================================ */
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

/* 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 {
  text-decoration: none;
}

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

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --colorText: #232327;
  --colorLink: #232327;
  --colorMain: #1C1E83;
  --colorGray: #C3C3C3;
  --colorTheme: #DAE1E4;
  --fontJA: "Noto Sans JP", serif;
  --fontEN: "Roboto", sans-serif;
  --gradient: linear-gradient(120deg, rgba(88,91,242,1) 0%, rgba(74,199,222,1) 66%, rgba(49,139,206,1) 100%);
  --gradient2: linear-gradient(90deg, rgba(28,30,131,1) 20%, rgba(88,91,242,1) 35%, rgba(74,199,222,1) 55%, rgba(49,139,206,1) 70%, rgba(28,30,131,1) 80%);
  --gradientBtn: linear-gradient(90deg, rgba(28,30,131,1) 20%, rgba(64,67,213,1) 50%, rgba(28,30,131,1) 80%);
  --gradientContact: linear-gradient(90deg, rgba(28,30,131,1) 20%, rgba(64,67,213,1) 50%, rgba(28,30,131,1) 80%);
}

html {
  --REM: min(10px, calc(1000vw / 1260));
  font-size: var(--REM);
}
@media (max-width: 768px) {
  html {
    --REM: calc(1000vw/375);
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: var(--fontJA);
  font-weight: 400;
  color: var(--colorText);
  background-color: #fff;
  line-height: 2;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a, button {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity ease 0.2s, color ease 0.2s, border-color ease 0.2s, background-color ease 0.2s, background-image ease 0.2s, -webkit-box-shadow ease 0.2s;
  transition: opacity ease 0.2s, color ease 0.2s, border-color ease 0.2s, background-color ease 0.2s, background-image ease 0.2s, -webkit-box-shadow ease 0.2s;
  transition: opacity ease 0.2s, color ease 0.2s, border-color ease 0.2s, background-color ease 0.2s, background-image ease 0.2s, box-shadow ease 0.2s;
  transition: opacity ease 0.2s, color ease 0.2s, border-color ease 0.2s, background-color ease 0.2s, background-image ease 0.2s, box-shadow ease 0.2s, -webkit-box-shadow ease 0.2s;
}
a img, button img {
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
a path, button path {
  -webkit-transition: fill ease 0.2s;
  transition: fill ease 0.2s;
}
a:link, a:visited, button:link, button:visited {
  text-decoration: none;
}
a:hover, button:hover {
  text-decoration: none;
  outline: none;
}
a:active, button:active {
  outline: none;
}
@media (min-width: 769px) {
  a[href*="tel:"], button[href*="tel:"] {
    pointer-events: none;
  }
}

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

section, article {
  display: block;
}

*::-moz-selection {
  background: rgba(59, 106, 187, 0.2);
}

*::selection {
  background: rgba(59, 106, 187, 0.2);
}

.unitTel__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--fontEN);
  font-size: calc(2.2 * var(--REM));
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3181818182;
  gap: calc(0.4 * var(--REM));
}
.unitTel__icon {
  width: calc(2.1 * var(--REM));
  height: calc(2.1 * var(--REM));
  border-radius: 50%;
  background-color: var(--colorMain);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.unitTel__icon svg {
  fill: #fff;
  width: calc(1.1 * var(--REM));
  height: calc(1.1 * var(--REM));
}
.unitTel__note {
  font-size: calc(1.1 * var(--REM));
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4545454545;
  text-align: right;
}
.unitTel__note span {
  font-family: var(--fontEN);
  font-size: calc(1.4 * var(--REM));
  display: inline-block;
  letter-spacing: 0;
  padding-left: calc(0.8 * var(--REM));
}

.siteFooter {
  background-color: #F7F7F7;
}
.siteFooter__content {
  padding: calc(6.4 * var(--REM)) 0 calc(8 * var(--REM));
}
@media (max-width: 768px) {
  .siteFooter__content {
    padding: calc(1.5 * var(--REM)) calc(5 * var(--REM)) calc(2.5 * var(--REM));
  }
}
.siteFooter__foot {
  background-color: #fff;
  padding: calc(2.2 * var(--REM)) 0;
}
@media (max-width: 768px) {
  .siteFooter__foot {
    padding: calc(3 * var(--REM)) 0;
  }
}
.siteFooter__foot .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .siteFooter__foot .inner {
    display: grid;
    grid-template-columns: 100%;
  }
}
.siteFooter__footLinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(3.2 * var(--REM));
}
@media (max-width: 768px) {
  .siteFooter__footLinks {
    display: block;
  }
}
.siteFooter__footLinks ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(3.2 * var(--REM));
  font-size: calc(1.3 * var(--REM));
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.8333333333;
}
@media (max-width: 768px) {
  .siteFooter__footLinks ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(1.5 * var(--REM));
    margin: 0 0 calc(2.2 * var(--REM));
  }
}
.siteFooter__footLinks ul a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .siteFooter__footLinks ul a:hover {
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .siteFooter__logo {
    margin: 0 auto calc(2.2 * var(--REM));
  }
}
.siteFooter__logo a {
  display: block;
  width: calc(25.5 * var(--REM));
}
.siteFooter__logo a img {
  width: 100%;
}
.siteFooter__copyright {
  font-size: calc(1.2 * var(--REM));
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.3333333333;
  font-family: var(--fontEN);
  color: #AAAAAA;
}
@media (max-width: 768px) {
  .siteFooter__copyright {
    text-align: center;
    letter-spacing: 0.05em;
  }
}

.footerNav {
  display: grid;
  grid-template-columns: auto calc(18 * var(--REM)) calc(18 * var(--REM)) calc(18 * var(--REM));
  gap: calc(5.4 * var(--REM));
}
@media (max-width: 768px) {
  .footerNav {
    grid-template-columns: 100%;
    gap: calc(1.5 * var(--REM));
  }
}
.footerNav__subttl {
  font-size: calc(1.4 * var(--REM));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  margin: 0 0 calc(1.4 * var(--REM));
}
.footerNav__textlink {
  font-size: calc(1.4 * var(--REM));
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.7;
  margin-top: calc(2.2 * var(--REM));
}
.footerNav__textlink a {
  text-decoration: underline;
}
.footerNav__col--search .footerNav__grp {
  display: grid;
  grid-template-columns: auto calc(27 * var(--REM));
  gap: calc(2.4 * var(--REM));
  margin-top: calc(2.2 * var(--REM));
}
@media (max-width: 768px) {
  .footerNav__col--search .footerNav__grp {
    grid-template-columns: 100%;
    gap: calc(2.5 * var(--REM));
  }
}
.footerNav__col--search .footerNav__grpChild:nth-child(2) ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footerNav__col--search .footerNav__grpChild:nth-child(2) ul li {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footerNav__col--search .footerNav__textlink {
  margin-left: 50%;
}
@media (max-width: 768px) {
  .footerNav__col--support .footerNav__grpChild ul {
    display: grid;
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .footerNav__col--support .footerNav__grpChild ul li {
    width: 100%;
    white-space: nowrap;
  }
}
.footerNav__grpChild ul {
  font-size: calc(1.4 * var(--REM));
  font-weight: 400;
  line-height: 1.4285714286;
  color: #7B7B7B;
  display: grid;
  gap: calc(1.6 * var(--REM)) 0;
}
@media (max-width: 768px) {
  .footerNav__grpChild ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: calc(0.6 * var(--REM)) 0;
  }
  .footerNav__grpChild ul li {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.footerNav__grpChild ul a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .footerNav__grpChild ul a:hover {
    text-decoration: none;
  }
}
.footerNav__link + .footerNav__link {
  margin-top: calc(1.2 * var(--REM));
}
.footerNav__link + .footerNav__grpChild {
  margin: calc(2.2 * var(--REM)) 0;
}
@media (max-width: 768px) {
  .footerNav__link + .footerNav__grpChild {
    margin: calc(1.8 * var(--REM)) 0;
  }
}
.footerNav__link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(1.5 * var(--REM));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-bottom: calc(0.1 * var(--REM)) solid #C3C3C3;
  padding: calc(2.2 * var(--REM)) 0;
  position: relative;
  z-index: 0;
}
@media (any-hover: hover) {
  .footerNav__link a {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .footerNav__link a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media (max-width: 768px) {
  .footerNav__link a {
    font-size: calc(1.4 * var(--REM));
    padding: calc(1.4 * var(--REM)) 0;
  }
}
.footerNav__link a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: calc(-0.1 * var(--REM));
  background-color: var(--colorMain);
  height: calc(0.1 * var(--REM));
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footerNav__link a svg {
  width: calc(1.4 * var(--REM));
  height: calc(0.5 * var(--REM));
  fill: var(--colorMain);
  position: absolute;
  top: 0;
  right: 0;
  bottom: calc(0.2 * var(--REM));
  margin: auto 0;
}
.footerNav__link a svg:has(use[href*=blank]) {
  width: calc(1 * var(--REM));
  height: calc(0.8 * var(--REM));
  fill: var(--colorText);
}

.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 calc(0.5 * var(--REM)) calc(2 * var(--REM)) rgba(0, 0, 0, 0.05);
          box-shadow: 0 calc(0.5 * var(--REM)) calc(2 * var(--REM)) rgba(0, 0, 0, 0.05);
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(2 * var(--REM)) calc(2 * var(--REM)) calc(1.5 * var(--REM)) calc(3.2 * var(--REM));
}
@media (max-width: 768px) {
  .siteHeader {
    height: calc(7.2 * var(--REM));
    padding: calc(1 * var(--REM)) calc(1 * var(--REM)) calc(1 * var(--REM)) calc(2 * var(--REM));
  }
}
.siteHeader__logo a {
  display: block;
  width: calc(36.5 * var(--REM));
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .siteHeader__logo a {
    width: calc(23.8 * var(--REM));
  }
}
.siteHeader__logo a img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .siteHeader .unitTel {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: calc(2 * var(--REM)) 0;
  }
  .siteHeader .unitTel a {
    color: inherit;
  }
}
@media (max-width: 768px) {
  .siteHeader .unitTel__number {
    font-size: calc(2.8 * var(--REM));
    font-weight: 400;
    gap: calc(1 * var(--REM));
  }
}
@media (max-width: 768px) {
  .siteHeader .unitTel__icon {
    width: calc(2.7 * var(--REM));
    height: calc(2.7 * var(--REM));
    background-color: #fff;
  }
  .siteHeader .unitTel__icon svg {
    fill: var(--colorMain);
  }
}
.siteHeader__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(0.8 * var(--REM));
}
@media (max-width: 768px) {
  .siteHeader__content {
    position: fixed;
    top: calc(9.7 * var(--REM));
    left: calc(2.5 * var(--REM));
    right: calc(2.5 * var(--REM));
    bottom: calc(2.5 * var(--REM));
    background-color: var(--colorMain);
    border-radius: calc(0.8 * var(--REM));
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: calc(2.5 * var(--REM));
    gap: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .siteHeader__content.isActiveSP {
    opacity: 1;
    pointer-events: auto;
  }
}
.siteHeader__contentHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(1 * var(--REM));
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .siteHeader__contentHead {
    display: grid;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
        -ms-flex-order: 99;
            order: 99;
    border-top: calc(0.1 * var(--REM)) solid rgba(255, 255, 255, 0.4);
    margin: 0 calc(-2.5 * var(--REM));
    padding: calc(2.5 * var(--REM)) calc(2.5 * var(--REM));
    gap: calc(2.5 * var(--REM));
  }
}
.siteHeader__contentHead nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(1.3 * var(--REM));
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4615384615;
  gap: calc(1.8 * var(--REM));
  margin-right: calc(0.8 * var(--REM));
}
@media (max-width: 768px) {
  .siteHeader__contentHead nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.siteHeader__contentHead nav a {
  display: block;
}
@media (any-hover: hover) {
  .siteHeader__contentHead nav a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .siteHeader__contentHead nav a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .siteHeader__contentHead nav a {
    color: #fff;
  }
}
.siteHeader__contentMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(2 * var(--REM));
}
@media (max-width: 768px) {
  .siteHeader__contentMain {
    display: grid;
  }
}
@media (min-width: 769px) {
  .siteHeader__spbtn {
    display: none;
  }
}
.siteHeader__spbtn + .siteHeader__spbtn {
  margin-top: calc(1 * var(--REM));
}
.siteHeader__spbtn a {
  width: 100%;
  height: calc(4 * var(--REM));
  border-radius: calc(10 * var(--REM));
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: calc(1.5 * var(--REM));
  padding: calc(0.6 * var(--REM)) calc(4 * var(--REM)) calc(0.6 * var(--REM)) calc(2 * var(--REM));
  color: var(--colorMain);
  font-size: calc(1.4 * var(--REM));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
}
.siteHeader__spbtn a > svg {
  width: calc(1.7 * var(--REM));
  height: calc(1.7 * var(--REM));
  fill: var(--colorMain);
}
.siteHeader__spbtn a span {
  position: absolute;
  width: calc(3.8 * var(--REM));
  height: calc(3.8 * var(--REM));
  top: calc(0.1 * var(--REM));
  right: calc(0.1 * var(--REM));
  bottom: calc(0.1 * var(--REM));
  border-radius: 50%;
  background-color: var(--colorMain);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.siteHeader__spbtn a span svg {
  fill: #fff;
  width: calc(1.3 * var(--REM));
  height: calc(0.5 * var(--REM));
  translate: 0 calc(-0.2 * var(--REM));
}
.siteHeader__search {
  width: calc(4 * var(--REM));
  height: calc(4 * var(--REM));
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .siteHeader__search {
    width: 100%;
    height: auto;
  }
}
.siteHeader__searchToggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: calc(0.1 * var(--REM)) solid #C3C3C3;
  background-color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (any-hover: hover) {
  .siteHeader__searchToggle {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .siteHeader__searchToggle:hover {
    border-color: var(--colorMain);
  }
}
@media (max-width: 768px) {
  .siteHeader__searchToggle {
    display: none;
  }
}
.siteHeader__searchToggle.isActivePC::before, .siteHeader__searchToggle.isActivePC::after {
  content: "";
  display: block;
  width: calc(1.6 * var(--REM));
  height: calc(0.2 * var(--REM));
  background-color: var(--colorMain);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: calc(10 * var(--REM));
}
.siteHeader__searchToggle.isActivePC::before {
  rotate: 45deg;
}
.siteHeader__searchToggle.isActivePC::after {
  rotate: -45deg;
}
.siteHeader__searchToggle.isActivePC svg {
  display: none;
}
.siteHeader__searchToggle svg {
  width: calc(1.3 * var(--REM));
  height: calc(1.3 * var(--REM));
  fill: var(--colorMain);
}
.siteHeader__search .unitSearch {
  width: 100%;
}
@media (min-width: 769px) {
  .siteHeader__search .unitSearch {
    opacity: 0;
    pointer-events: none;
    width: calc(32 * var(--REM));
    position: absolute;
    top: 0;
    right: calc(100% + 0.6 * var(--REM));
    z-index: 1;
    translate: calc(0.6 * var(--REM)) 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .siteHeader__search .unitSearch input {
    font-size: calc(1.4 * var(--REM));
    height: calc(4 * var(--REM));
    padding: calc(1 * var(--REM)) calc(5 * var(--REM)) calc(1 * var(--REM)) calc(2 * var(--REM));
  }
  .siteHeader__search .unitSearch .unitSearch__circle {
    width: calc(3.8 * var(--REM));
    height: calc(3.8 * var(--REM));
  }
  .siteHeader__search .unitSearch.isActivePC {
    opacity: 1;
    pointer-events: auto;
    translate: 0 0;
  }
}
@media (max-width: 768px) {
  .siteHeader__btn {
    display: none;
  }
}
.siteHeader__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 calc(2.2 * var(--REM));
  height: calc(4 * var(--REM));
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(1.3 * var(--REM));
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4;
  border-radius: calc(10 * var(--REM));
  border: calc(0.1 * var(--REM)) solid #C3C3C3;
  background-color: #fff;
  gap: calc(0.8 * var(--REM));
}
@media (any-hover: hover) {
  .siteHeader__btn a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .siteHeader__btn a:hover {
    border-color: var(--colorMain);
  }
}
.siteHeader__btn a svg {
  width: calc(1.4 * var(--REM));
  height: calc(1.4 * var(--REM));
  fill: var(--colorMain);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.siteHeader__btn--invert a {
  color: #fff;
  border-color: var(--colorMain);
  background: var(--gradientBtn) top left no-repeat;
  background-size: 500% 100%;
  background-position: 100% 0;
}
@media (any-hover: hover) {
  .siteHeader__btn--invert a {
    -webkit-transition: none;
    transition: none;
  }
  .siteHeader__btn--invert a:hover {
    background-position: 0 0;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
}
.siteHeader__btn--invert a svg {
  fill: #fff;
}
.siteHeader__btngrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: calc(1 * var(--REM));
}
@media (min-width: 769px) {
  .siteHeader__btngrp {
    display: none;
  }
}
.siteHeader__mailbtn {
  width: calc(4.2 * var(--REM));
  height: calc(4.2 * var(--REM));
  border-radius: 50%;
  background-color: var(--colorMain);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .siteHeader__mailbtn {
    display: none;
  }
}
.siteHeader__mailbtn svg {
  width: calc(1.6 * var(--REM));
  height: calc(1.2 * var(--REM));
  fill: #fff;
}
.siteHeader__menubtn {
  width: calc(4.2 * var(--REM));
  height: calc(4.2 * var(--REM));
  border-radius: 50%;
  border: calc(0.1 * var(--REM)) solid #C3C3C3;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0.2 * var(--REM));
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (min-width: 769px) {
  .siteHeader__menubtn {
    display: none;
  }
}
.siteHeader__menubtn.isActiveSP {
  gap: 0;
}
.siteHeader__menubtn.isActiveSP::before {
  rotate: 45deg;
  margin-bottom: calc(-0.1 * var(--REM));
}
.siteHeader__menubtn.isActiveSP::after {
  rotate: -45deg;
  margin-top: calc(-0.1 * var(--REM));
}
.siteHeader__menubtn::before, .siteHeader__menubtn::after {
  content: "";
  display: block;
  width: calc(1.6 * var(--REM));
  height: calc(0.2 * var(--REM));
  background-color: var(--colorMain);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (min-width: 769px) {
  .siteHeader--slim .siteHeader__logo a {
    width: calc(29.5 * var(--REM));
  }
  .siteHeader--slim .siteHeader__contentHead {
    margin-top: calc(-6.2 * var(--REM));
    opacity: 0;
    pointer-events: none;
  }
}

.navGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(2 * var(--REM));
}
@media (max-width: 768px) {
  .navGroup {
    display: grid;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .navGroup__item {
    margin: 0 calc(-2.5 * var(--REM));
    padding: 0 calc(2.5 * var(--REM));
    border-top: calc(0.1 * var(--REM)) solid rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 768px) {
  .navGroup__link {
    position: relative;
  }
}
@media (min-width: 769px) {
  .navGroup__link.isActivePC {
    color: var(--colorMain);
  }
}
@media (max-width: 768px) {
  .navGroup__link.isActiveSP .navGroup__linkArrow {
    scale: 1 -1;
  }
}
.navGroup__link a, .navGroup__link p {
  font-size: calc(1.5 * var(--REM));
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
@media (any-hover: hover) {
  .navGroup__link a, .navGroup__link p {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .navGroup__link a:hover, .navGroup__link p:hover {
    color: var(--colorMain);
  }
}
@media (max-width: 768px) {
  .navGroup__link a, .navGroup__link p {
    display: block;
    color: #fff;
    padding: calc(1.6 * var(--REM)) 0;
  }
}
.navGroup__linkArrow {
  width: calc(6 * var(--REM));
  position: absolute;
  top: 0;
  right: calc(-2.5 * var(--REM));
  bottom: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.467%207.793%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20d%3D%22m12.937.532-6.2%206.2-6.2-6.2%22%20data-name%3D%22%E3%83%91%E3%82%B9%2061924%22%2F%3E%3C%2Fsvg%3E") center center/calc(1.3 * var(--REM)) no-repeat;
}
@media (min-width: 769px) {
  .navGroup__linkArrow {
    display: none;
  }
}
.navGroup__sub {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(28, 30, 131, 0.95);
  padding: calc(4 * var(--REM)) 0;
}
@media (min-width: 769px) {
  .navGroup__sub {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}
@media (max-width: 768px) {
  .navGroup__sub {
    position: relative;
    top: 0;
    padding: 0;
    display: none;
  }
}
@media (min-width: 769px) {
  .navGroup__sub.isActivePC {
    opacity: 1;
    pointer-events: auto;
  }
}
.navGroup__sub::before {
  content: "";
  display: block;
  background-color: rgba(28, 30, 131, 0.95);
  width: calc(1.8 * var(--REM));
  height: calc(1.2 * var(--REM));
  position: absolute;
  bottom: calc(100% - 0.1 * var(--REM));
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media (max-width: 768px) {
  .navGroup__sub::before {
    content: none;
  }
}
.navGroup__sub::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 100%;
  height: calc(2.2 * var(--REM));
}
@media (max-width: 768px) {
  .navGroup__sub::after {
    content: none;
  }
}
.navGroup__sub--search::before {
  right: calc(63.7 * var(--REM));
}
.navGroup__sub--service::before {
  right: calc(43.5 * var(--REM));
}
.navGroup__sub--support::before {
  right: calc(30 * var(--REM));
}
.navGroup__subTtl {
  font-size: calc(2.2 * var(--REM));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5454545455;
  color: #fff;
}
@media (max-width: 768px) {
  .navGroup__subTtl {
    display: none;
  }
}
.navGroup__subList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(1 * var(--REM));
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.navGroup__subList li.isActive a {
  opacity: 1;
}
.navGroup__subList li.isActive a::before {
  width: 100%;
  left: 0;
  right: auto;
}
.navGroup__subList a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: calc(1.6 * var(--REM));
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  opacity: 0.4;
  position: relative;
  padding: 0 0 calc(0.4 * var(--REM));
}
@media (any-hover: hover) {
  .navGroup__subList a:hover {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .navGroup__subList a {
    color: #fff;
    font-size: calc(1.3 * var(--REM));
    padding: 0 0 calc(0.2 * var(--REM));
  }
}
.navGroup__subList a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0%;
  height: calc(0.1 * var(--REM));
  background-color: #fff;
  left: auto;
  right: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.navGroup__subList a svg {
  width: calc(1.6 * var(--REM));
  height: calc(0.6 * var(--REM));
  fill: #fff;
}
.navGroup__subContents > li:not(.isActive) {
  display: none;
}
.navGroup__subCol2 {
  display: grid;
  grid-template-columns: auto calc(80 * var(--REM));
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .navGroup__subCol2 {
    grid-template-columns: 100%;
  }
}
.navGroup__subCol3 {
  display: grid;
  grid-template-columns: calc(13.2 * var(--REM)) auto calc(80 * var(--REM));
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .navGroup__subCol3 {
    grid-template-columns: 100%;
  }
}
.navGroup__subCards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(2 * var(--REM));
}
@media (max-width: 768px) {
  .navGroup__subCards {
    grid-template-columns: 100%;
    gap: calc(1 * var(--REM));
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .navGroup__subCards {
    margin: calc(1.5 * var(--REM)) 0;
  }
}
.navGroup__subCards--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .navGroup__subCards--col2 {
    grid-template-columns: 100%;
  }
}
.navGroup__card a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  font-size: calc(1.6 * var(--REM));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: calc(0.5 * var(--REM));
  text-align: center;
  border-radius: calc(0.2 * var(--REM));
  overflow: hidden;
  z-index: 0;
}
.navGroup__card a::before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #EFEFFC;
  z-index: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  pointer-events: none;
  mix-blend-mode: darken;
}
@media (any-hover: hover) {
  .navGroup__card a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .navGroup__card a:hover .navGroup__cardArrow svg {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .navGroup__card a:hover .navGroup__cardArrow svg:nth-child(1) {
    translate: 0 0;
  }
  .navGroup__card a:hover .navGroup__cardArrow svg:nth-child(2) {
    translate: calc(3.7 * var(--REM)) 0;
  }
}
@media (max-width: 768px) {
  .navGroup__card a {
    font-size: calc(1.5 * var(--REM));
  }
}
.navGroup__card a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: calc(6 * var(--REM));
  height: calc(6 * var(--REM));
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.navGroup__card a img.product {
  width: calc(7 * var(--REM));
  height: calc(5.4 * var(--REM));
  margin: calc(0.5 * var(--REM));
}
@media (max-width: 768px) {
  .navGroup__card a img.product {
    width: calc(6.4 * var(--REM));
    height: calc(5 * var(--REM));
  }
}
.navGroup__card a img.logo {
  width: calc(12 * var(--REM));
  height: calc(6.8 * var(--REM));
  margin: 0 0 0 calc(0.5 * var(--REM));
}
@media (max-width: 768px) {
  .navGroup__card a img.logo {
    width: calc(10 * var(--REM));
    height: calc(5.8 * var(--REM));
  }
}
.navGroup__card a img.logo + p {
  font-family: var(--fontEN);
}
.navGroup__card a p {
  width: 100%;
  text-align: center;
  padding-right: calc(3 * var(--REM));
}
.navGroup__cardArrow {
  width: calc(2.9 * var(--REM));
  height: calc(0.7 * var(--REM));
  position: absolute;
  top: 0;
  right: calc(1.5 * var(--REM));
  bottom: 0;
  margin: auto 0;
  overflow: hidden;
}
.navGroup__cardArrow svg {
  width: calc(1.9 * var(--REM));
  height: calc(0.7 * var(--REM));
  fill: var(--colorMain);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .navGroup__cardArrow svg {
    right: calc(1.5 * var(--REM));
  }
}
.navGroup__cardArrow svg:nth-child(1) {
  translate: calc(-3.7 * var(--REM)) 0;
}
.navGroup__cardArrow svg:nth-child(2) {
  translate: 0 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
}
@media (min-width: 769px) {
  .overlay.isActivePC {
    opacity: 0.4;
    pointer-events: auto;
  }
}
@media (max-width: 768px) {
  .overlay.isActiveSP {
    opacity: 0.4;
    pointer-events: auto;
  }
}

#wrapper, .container {
  width: 100svw;
  overflow: clip;
  padding-top: calc(13.2 * var(--REM));
}
@media (max-width: 768px) {
  #wrapper, .container {
    padding-top: calc(7.2 * var(--REM));
  }
}

.inner {
  width: min(115.2 * var(--REM), 100%);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .inner {
    width: min(33.5 * var(--REM), 100%);
  }
}

.unitBtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(2 * var(--REM));
  margin: calc(6 * var(--REM)) 0;
}
@media (max-width: 768px) {
  .unitBtns {
    margin: calc(3 * var(--REM)) 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: calc(1 * var(--REM));
  }
  .unitBtns .btnStatic:not(:first-child:last-child) {
    min-width: calc(15.8 * var(--REM));
  }
}

.btnStatic {
  min-width: calc(24 * var(--REM));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .btnStatic {
    min-width: calc(22 * var(--REM));
  }
}
.btnStatic__link, .btnStatic a, .btnStatic button {
  width: 100%;
  height: calc(5 * var(--REM));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: calc(10 * var(--REM));
  background: var(--gradientBtn) top left no-repeat;
  background-size: 500% 100%;
  background-position: 100% 0;
  position: relative;
  z-index: 0;
  padding: 0 calc(5 * var(--REM)) 0 calc(1 * var(--REM));
  font-size: calc(1.5 * var(--REM));
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  color: #fff;
  overflow: hidden;
}
@media (any-hover: hover) {
  .btnStatic__link, .btnStatic a, .btnStatic button {
    -webkit-transition: none;
    transition: none;
  }
  .btnStatic__link:hover, .btnStatic a:hover, .btnStatic button:hover {
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    background-position: 0 0;
  }
  .btnStatic__link:hover::before, .btnStatic a:hover::before, .btnStatic button:hover::before {
    opacity: 1;
  }
  .btnStatic__link:hover .btnStatic__circle svg, .btnStatic a:hover .btnStatic__circle svg, .btnStatic button:hover .btnStatic__circle svg {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btnStatic__link:hover .btnStatic__circle svg:nth-child(1), .btnStatic a:hover .btnStatic__circle svg:nth-child(1), .btnStatic button:hover .btnStatic__circle svg:nth-child(1) {
    translate: 0 0;
  }
  .btnStatic__link:hover .btnStatic__circle svg:nth-child(2), .btnStatic a:hover .btnStatic__circle svg:nth-child(2), .btnStatic button:hover .btnStatic__circle svg:nth-child(2) {
    translate: calc(5 * var(--REM)) 0;
  }
}
@media (max-width: 768px) {
  .btnStatic__link, .btnStatic a, .btnStatic button {
    height: calc(4 * var(--REM));
    font-size: calc(1.4 * var(--REM));
    padding: 0 calc(4.8 * var(--REM)) 0 calc(1.6 * var(--REM));
    letter-spacing: 0;
  }
}
.btnStatic__circle {
  width: calc(5 * var(--REM) - 2px);
  height: calc(5 * var(--REM) - 2px);
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .btnStatic__circle {
    width: calc(3.8 * var(--REM));
    height: calc(3.8 * var(--REM));
  }
}
.btnStatic__circle svg {
  width: calc(1.6 * var(--REM));
  height: calc(0.6 * var(--REM));
  fill: var(--colorMain);
  position: absolute;
  top: 0;
  right: 0;
  bottom: calc(0.2 * var(--REM));
  left: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .btnStatic__circle svg {
    width: calc(1.4 * var(--REM));
    height: calc(0.5 * var(--REM));
  }
}
.btnStatic__circle svg:nth-child(1) {
  translate: calc(-5 * var(--REM)) 0;
}
@media (max-width: 768px) {
  .btnStatic__circle svg:nth-child(1) {
    translate: calc(-4 * var(--REM)) 0;
  }
}
.btnStatic__circle svg:has(use[href*=icon_download]) {
  height: calc(1.6 * var(--REM));
}
@media (max-width: 768px) {
  .btnStatic__circle svg:has(use[href*=icon_download]) {
    height: calc(1.4 * var(--REM));
  }
}
.btnStatic__circle svg:has(use[href*=icon_blank]) {
  height: calc(1.6 * var(--REM));
}
@media (max-width: 768px) {
  .btnStatic__circle svg:has(use[href*=icon_blank]) {
    height: calc(1.4 * var(--REM));
  }
}
.btnStatic--invert a, .btnStatic--invert button {
  background: #fff;
  color: var(--colorMain);
}
.btnStatic--invert .btnStatic__circle {
  background-color: var(--colorMain);
}
.btnStatic--invert .btnStatic__circle svg {
  fill: #fff;
}
.btnStatic--border a, .btnStatic--border button {
  position: relative;
  z-index: 0;
}
.btnStatic--border a::before, .btnStatic--border button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: calc(0.1 * var(--REM)) solid #C3C3C3;
  z-index: -1;
  border-radius: calc(10 * var(--REM));
}
.btnStatic--slim a, .btnStatic--slim button {
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .btnStatic--medium {
    width: calc(32 * var(--REM));
  }
}
.btnStatic--spread a, .btnStatic--spread button {
  letter-spacing: 0.15em;
}
.btnStatic--textBlack a, .btnStatic--textBlack button {
  color: var(--colorText);
}

.btnSmall a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: calc(1.5 * var(--REM));
  font-weight: 400;
  line-height: 2.2666666667;
  padding: 0 calc(1.6 * var(--REM));
  height: calc(3.8 * var(--REM));
  background-color: #fff;
  border: 1px solid #C3C3C3;
  border-radius: calc(10 * var(--REM));
}
@media (any-hover: hover) {
  .btnSmall a:hover {
    background-color: #EFEFFC;
  }
}
@media (max-width: 768px) {
  .btnSmall a {
    height: calc(3 * var(--REM));
    font-size: calc(1.2 * var(--REM));
  }
}

.btnPlus {
  width: calc(4 * var(--REM));
  height: calc(4 * var(--REM));
}
@media (max-width: 768px) {
  .btnPlus {
    width: calc(3.1 * var(--REM));
    height: calc(3.1 * var(--REM));
  }
}
.btnPlus button {
  width: 100%;
  height: 100%;
  border-radius: calc(0.2 * var(--REM));
  background-color: var(--colorMain);
  border: 1px solid var(--colorMain);
  position: relative;
  z-index: 0;
}
@media (any-hover: hover) {
  .btnPlus button {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .btnPlus button:hover {
    background-color: #fff;
  }
  .btnPlus button:hover::before, .btnPlus button:hover::after {
    background-color: var(--colorMain);
  }
}
.btnPlus button::before, .btnPlus button::after {
  content: "";
  display: block;
  width: calc(1.5 * var(--REM));
  height: calc(0.2 * var(--REM));
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .btnPlus button::before, .btnPlus button::after {
    height: 1px;
  }
}
.btnPlus button::after {
  rotate: 90deg;
}

.linkText {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.linkText a, .linkText button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(1.5 * var(--REM));
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4;
  color: var(--colorMain);
  border-bottom: calc(0.1 * var(--REM)) solid currentColor;
  padding: 0 0 calc(0.2 * var(--REM));
}
@media (any-hover: hover) {
  .linkText a:hover, .linkText button:hover {
    opacity: 0.6;
  }
}
.linkText--black a, .linkText--black button {
  color: var(--colorText);
}

.btnLarge {
  width: 100%;
}
.btnLarge a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(6 * var(--REM));
  padding: calc(1 * var(--REM)) calc(8 * var(--REM)) calc(1 * var(--REM)) calc(3 * var(--REM));
  font-size: calc(1.6 * var(--REM));
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border: calc(0.1 * var(--REM)) solid #C3C3C3;
  background-color: #fff;
  border-radius: calc(10 * var(--REM));
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
}
@media (any-hover: hover) {
  .btnLarge a:hover .btnLarge__circle {
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
    background-position: 0 0;
  }
  .btnLarge a:hover .btnLarge__circle svg {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .btnLarge a:hover .btnLarge__circle svg:nth-child(1) {
    translate: 0 0;
  }
  .btnLarge a:hover .btnLarge__circle svg:nth-child(2) {
    translate: calc(5 * var(--REM)) 0;
  }
}
@media (max-width: 768px) {
  .btnLarge a {
    height: calc(5 * var(--REM));
    padding: calc(1 * var(--REM)) calc(5 * var(--REM)) calc(1 * var(--REM)) calc(2.5 * var(--REM));
    font-size: calc(1.4 * var(--REM));
  }
}
.btnLarge__circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(6 * var(--REM) - 2px);
  height: calc(6 * var(--REM) - 2px);
  border-radius: 50%;
  background: var(--gradientBtn) top left no-repeat;
  background-size: 800% 100%;
  background-position: 100% 0;
  z-index: 0;
  margin: auto 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .btnLarge__circle {
    width: calc(4.8 * var(--REM));
    height: calc(4.8 * var(--REM));
  }
}
.btnLarge__circle svg {
  width: calc(1.5 * var(--REM));
  height: calc(1.5 * var(--REM));
  fill: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.btnLarge__circle svg:nth-child(1) {
  translate: calc(-5.8 * var(--REM)) 0;
}

.btnContactProduct {
  position: fixed;
  right: calc(2 * var(--REM));
  bottom: calc(2 * var(--REM));
  z-index: 5;
}
@media (max-width: 768px) {
  .btnContactProduct {
    right: calc(1 * var(--REM));
    bottom: calc(1 * var(--REM));
  }
}
.btnContactProduct a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 calc(2.2 * var(--REM));
  height: calc(4 * var(--REM));
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(1.5 * var(--REM));
  font-weight: 500;
  line-height: 1.4;
  border-radius: calc(10 * var(--REM));
  color: var(--colorMain);
  border: 2px solid var(--colorMain);
  background-color: #fff;
  gap: calc(0.8 * var(--REM));
}
@media (any-hover: hover) {
  .btnContactProduct a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btnContactProduct a:hover {
    background-color: var(--colorMain);
    color: #fff;
  }
}
@media (max-width: 768px) {
  .btnContactProduct a {
    font-size: calc(1.4 * var(--REM));
    padding: 0 calc(1.8 * var(--REM));
  }
}
.btnContactProduct a svg {
  width: calc(1.6 * var(--REM));
  height: calc(1.4 * var(--REM));
  fill: currentColor;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .btnContactProduct a svg {
    width: calc(1.4 * var(--REM));
  }
}

.unitSearch {
  position: relative;
  z-index: 0;
}
.unitSearch input {
  width: 100%;
  height: calc(6 * var(--REM));
  padding: calc(1 * var(--REM)) calc(8 * var(--REM)) calc(1 * var(--REM)) calc(3 * var(--REM));
  font-size: calc(1.6 * var(--REM));
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border: calc(0.1 * var(--REM)) solid #C3C3C3;
  background-color: #fff;
  border-radius: calc(10 * var(--REM));
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .unitSearch input {
    height: calc(5 * var(--REM));
    padding: calc(1 * var(--REM)) calc(5 * var(--REM)) calc(1 * var(--REM)) calc(2.5 * var(--REM));
    font-size: calc(1.4 * var(--REM));
  }
}
.unitSearch input::-webkit-input-placeholder {
  color: #959595;
}
.unitSearch input::-moz-placeholder {
  color: #959595;
}
.unitSearch input:-ms-input-placeholder {
  color: #959595;
}
.unitSearch input::-ms-input-placeholder {
  color: #959595;
}
.unitSearch input::placeholder {
  color: #959595;
}
.unitSearch__circle {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  width: calc(6 * var(--REM) - 2px);
  height: calc(6 * var(--REM) - 2px);
  border-radius: 50%;
  background: var(--gradientBtn) top left no-repeat;
  background-size: 800% 100%;
  background-position: 100% 0;
  z-index: 0;
  margin: auto 0;
  overflow: hidden;
}
@media (any-hover: hover) {
  .unitSearch__circle:hover {
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
    background-position: 0 0;
  }
  .unitSearch__circle:hover svg {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .unitSearch__circle:hover svg:nth-child(1) {
    translate: 0 0;
  }
  .unitSearch__circle:hover svg:nth-child(2) {
    translate: calc(5 * var(--REM)) 0;
  }
}
@media (max-width: 768px) {
  .unitSearch__circle {
    width: calc(4.8 * var(--REM));
    height: calc(4.8 * var(--REM));
  }
}
.unitSearch__circle svg {
  width: calc(1.5 * var(--REM));
  height: calc(1.5 * var(--REM));
  fill: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.unitSearch__circle svg:nth-child(1) {
  translate: calc(-5.8 * var(--REM)) 0;
}

.leadContact {
  background: var(--coloMain);
  padding: calc(6 * var(--REM)) 0 !important;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .leadContact {
    padding: 0 0 calc(2.5 * var(--REM)) !important;
    background-size: 130%;
    background-position: left calc(5 * var(--REM)) bottom;
  }
}
.leadContact.isAnimated::after {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  background-position: 0 0;
}
.leadContact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201105.645%20516.367%22%3E%3Cg%20fill%3D%22%23fff%22%20opacity%3D%22.08%22%3E%3Cpath%20d%3D%22M0%20516.367h472.053L552.6%200ZM552.603%200l76.462%20516.367h476.58ZM552.603%200l-26.715%20516.367h49.366Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 5% bottom/calc(110 * var(--REM)) no-repeat;
}
.leadContact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradientContact) top left no-repeat;
  background-size: 500% 100%;
  background-position: 100% 0;
  z-index: -2;
}
.leadContact .inner {
  display: grid;
  grid-template-columns: calc(67.2 * var(--REM)) auto;
}
@media (max-width: 768px) {
  .leadContact .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: calc(2.5 * var(--REM));
  }
}
.leadContact__ttl {
  font-size: calc(2.2 * var(--REM));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #fff;
  margin: 0 0 calc(2.8 * var(--REM));
}
@media (max-width: 768px) {
  .leadContact__ttl {
    font-size: calc(1.6 * var(--REM));
    letter-spacing: 0;
    margin: 0 0 calc(1.6 * var(--REM));
    line-height: 1.75;
    text-align: center;
  }
}
.leadContact__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .leadContact__tel {
    display: block;
    text-align: center;
  }
}
.leadContact__tel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(3.6 * var(--REM));
  font-family: var(--fontEN);
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.3333333333;
  color: #fff;
  gap: calc(1.6 * var(--REM));
}
@media (max-width: 768px) {
  .leadContact__tel a {
    font-size: calc(2.8 * var(--REM));
    gap: calc(1 * var(--REM));
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.leadContact__telIcon {
  width: calc(3.2 * var(--REM));
  height: calc(3.2 * var(--REM));
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .leadContact__telIcon {
    width: calc(2.7 * var(--REM));
    height: calc(2.7 * var(--REM));
  }
}
.leadContact__telIcon svg {
  width: calc(1.5 * var(--REM));
  height: calc(1.5 * var(--REM));
  fill: var(--colorMain);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 768px) {
  .leadContact__telIcon svg {
    width: calc(1.3 * var(--REM));
    height: calc(1.3 * var(--REM));
  }
}
.leadContact__tel > span {
  font-size: calc(1.3 * var(--REM));
  font-weight: 500;
  letter-spacing: 0.073em;
  line-height: 1.4615384615;
  color: #fff;
  display: inline-block;
  padding-left: 1.66em;
}
@media (max-width: 768px) {
  .leadContact__tel > span {
    font-size: calc(1.2 * var(--REM));
    padding-left: 0;
  }
}
.leadContact__tel > span > span {
  font-family: var(--fontEN);
  font-size: calc(1.5 * var(--REM));
  font-weight: 400;
  display: inline-block;
  padding-left: 0.66em;
  translate: 0 0.04em;
}
@media (max-width: 768px) {
  .leadContact__tel > span > span {
    font-size: calc(1.4 * var(--REM));
  }
}
.leadContact__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(2.4 * var(--REM));
  margin: calc(3 * var(--REM)) 0 0;
}
@media (max-width: 768px) {
  .leadContact__link {
    display: block;
    text-align: center;
    margin: calc(2.5 * var(--REM)) 0 0;
  }
}
@media (max-width: 768px) {
  .leadContact .btnStatic {
    margin: 0 auto;
  }
}
@media (any-hover: hover) {
  .leadContact .btnStatic a:hover {
    color: var(--colorMain);
  }
}
.leadContact .btnStatic a::before {
  content: none;
}
@media (max-width: 768px) {
  .leadContact .linkText {
    margin: calc(2.5 * var(--REM)) auto 0;
  }
}
.leadContact .linkText a {
  color: #fff;
}
@media (max-width: 768px) {
  .leadContact__right {
    margin: 0 calc(-2.5 * var(--REM));
  }
  .leadContact__right img {
    aspect-ratio: 375/130;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.u-mt1em {
  margin-top: 1em;
}

.u-mb1em {
  margin-bottom: 1em;
}

.u-pt1em {
  padding-top: 1em;
}

.u-pb1em {
  padding-bottom: 1em;
}

.u-mt2em {
  margin-top: 2em;
}

.u-mb2em {
  margin-bottom: 2em;
}

.u-pt2em {
  padding-top: 2em;
}

.u-pb2em {
  padding-bottom: 2em;
}

.u-mt3em {
  margin-top: 3em;
}

.u-mb3em {
  margin-bottom: 3em;
}

.u-pt3em {
  padding-top: 3em;
}

.u-pb3em {
  padding-bottom: 3em;
}

.u-mt4em {
  margin-top: 4em;
}

.u-mb4em {
  margin-bottom: 4em;
}

.u-pt4em {
  padding-top: 4em;
}

.u-pb4em {
  padding-bottom: 4em;
}

.u-mt5em {
  margin-top: 5em;
}

.u-mb5em {
  margin-bottom: 5em;
}

.u-pt5em {
  padding-top: 5em;
}

.u-pb5em {
  padding-bottom: 5em;
}

.u-mt6em {
  margin-top: 6em;
}

.u-mb6em {
  margin-bottom: 6em;
}

.u-pt6em {
  padding-top: 6em;
}

.u-pb6em {
  padding-bottom: 6em;
}

.u-mt7em {
  margin-top: 7em;
}

.u-mb7em {
  margin-bottom: 7em;
}

.u-pt7em {
  padding-top: 7em;
}

.u-pb7em {
  padding-bottom: 7em;
}

.u-mt8em {
  margin-top: 8em;
}

.u-mb8em {
  margin-bottom: 8em;
}

.u-pt8em {
  padding-top: 8em;
}

.u-pb8em {
  padding-bottom: 8em;
}

.u-mt9em {
  margin-top: 9em;
}

.u-mb9em {
  margin-bottom: 9em;
}

.u-pt9em {
  padding-top: 9em;
}

.u-pb9em {
  padding-bottom: 9em;
}

.u-mt10em {
  margin-top: 10em;
}

.u-mb10em {
  margin-bottom: 10em;
}

.u-pt10em {
  padding-top: 10em;
}

.u-pb10em {
  padding-bottom: 10em;
}

.u-white {
  color: #fff;
  fill: #fff;
}
.u-white * {
  color: #fff;
  fill: #fff;
}

.u-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.u-right {
  text-align: right;
  margin-left: auto;
}

.u-left {
  text-align: left;
  margin-right: auto;
}

@media (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

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

@media (max-width: 768px) {
  html {
    font-size: 47%;
  }
}

body {
  background-color: #f0f0f0;
}

img {
  display: inline-block;
}

@media (max-width: 768px) {
  #wrapper.maker.supermicro.intel.intel2023 .lpTemplate__nav {
    top: 11.3rem;
  }
}