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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  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 {
  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] {
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/**
 * 数値計算
 * ---------------------------------------- */
/**
 * pcVW計算
 * ---------------------------------------- */
/**
 * ブレイクポイント
 * ---------------------------------------- */
/**
 * フォント
 * ---------------------------------------- */
/**
 * カラー
 * ---------------------------------------- */
/**
 * カラー以外の変数を定義
 * ---------------------------------------- */
/**
 * 改行
 * ---------------------------------------- */
/**
 * サイト全体で共通するベースのスタイル
 * ---------------------------------------- */
/* Webフォント */
@font-face {
  font-family: "Noto Sans JP";
  src: url("/lp/network/wifi7_lp/common/fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/lp/network/wifi7_lp/common/fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Tomorrow";
  src: url("/lp/network/wifi7_lp/common/fonts/Tomorrow-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Tomorrow";
  src: url("/lp/network/wifi7_lp/common/fonts/Tomorrow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
body {
  color: #1e2c58;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

/**
 * ホバー
 * ---------------------------------------- */
/**
 * c-button（ボタン）
 * ---------------------------------------- */
.c-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 999px;
  max-width: 100%;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-button {
    column-gap: 3px;
  }
}
.c-button.-w-full {
  width: 100%;
}
.c-button.-w-600 {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .c-button.-w-600 {
    width: 100%;
  }
}
.c-button.-primary {
  font-size: 24px;
  font-size: 1.5rem;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #1e2c58;
  color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  z-index: 0;
  grid-area: wifi;
  column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-button.-primary {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (hover: hover) {
  .c-button.-primary:where(:any-link, :enabled, summary):hover::before {
    opacity: 1;
  }
}
.c-button.-primary::before {
  content: "";
  position: absolute;
  opacity: 0;
  inset: 0;
  z-index: -1;
  background: linear-gradient(360deg, #6277b5 0%, #1e2c58 100%);
  border-radius: 999px;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .c-button.-primary.-header {
    display: none;
  }
}
.c-button.-secondary {
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #1e2c58;
  min-width: 292px;
  background: #fff;
  transition: background 0.3s ease-out;
  border: 1px solid #1e2c58;
}
@media screen and (max-width: 768px) {
  .c-button.-secondary {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: initial;
    padding-top: 9px;
    padding-bottom: 8px;
    min-width: initial;
    width: 100%;
  }
}
@media (hover: hover) {
  .c-button.-secondary:where(:any-link, :enabled, summary):hover {
    background: #e3f5ff;
  }
}
.c-button.-secondary.-download {
  grid-area: download;
}
.c-button.-secondary.-download.-header {
  padding-right: clamp(16px, 16px + (24 - 16) * (100vw - 768px) / (1920 - 768), 24px);
  padding-left: clamp(16px, 16px + (24 - 16) * (100vw - 768px) / (1920 - 768), 24px);
}
@media screen and (max-width: 768px) {
  .c-button.-secondary.-download.-header {
    padding-top: 7px;
    padding-right: 4px;
    padding-bottom: 7px;
    padding-left: 4px;
    max-width: 115px;
  }
}
.c-button.-secondary.-contact {
  grid-area: contact;
}
.c-button.-secondary.-contact.-header {
  padding-right: clamp(16px, 16px + (39 - 16) * (100vw - 768px) / (1920 - 768), 39px);
  padding-left: clamp(16px, 16px + (40 - 16) * (100vw - 768px) / (1920 - 768), 40px);
}
@media screen and (max-width: 768px) {
  .c-button.-secondary.-contact.-header {
    padding-top: 7px;
    padding-right: 4px;
    padding-bottom: 7px;
    padding-left: 4px;
    max-width: 95px;
  }
}
.c-button.-header {
  padding-top: 15px;
  padding-bottom: 14px;
  max-width: clamp(210px, 210px + (263 - 210) * (100vw - 768px) / (1920 - 768), 263px);
  min-width: initial;
}
@media screen and (max-width: 768px) {
  .c-button.-header {
    padding-right: 4px;
    padding-left: 4px;
    max-width: 100%;
  }
}
.c-button.-header .c-button__text {
  font-size: clamp(13px, 13px + (18 - 13) * (100vw - 768px) / (1920 - 768), 18px);
}
@media screen and (max-width: 768px) {
  .c-button.-header .c-button__text {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

/**
 * c-heading（見出し）
 * ---------------------------------------- */
.c-heading {
  font-weight: 700;
  color: #1e2c58;
}
.c-heading.-level2 {
  font-size: 64px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-level2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-heading.-level2.-fz-64-32 {
  font-size: 64px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-level2.-fz-64-32 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.c-heading.-level2.-fz-64-28 {
  font-size: 64px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-level2.-fz-64-28 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-heading.-level2.-fz-40-24 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-level2.-fz-40-24 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-heading.-level3 {
  font-size: 52px;
  font-size: 3.25rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-level3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.c-heading.-level3.-fz-52-28 {
  font-size: 52px;
  font-size: 3.25rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-level3.-fz-52-28 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-heading.-level3.-fz-40-28 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-level3.-fz-40-28 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-heading.-level3.-fz-40-24 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-level3.-fz-40-24 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-heading.-level4 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-level4 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.c-heading.-level4.-fz-40-24 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-level4.-fz-40-24 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-heading.-level4.-fz-40-20 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-level4.-fz-40-20 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-heading.-fw-black {
  font-weight: 900;
}
.c-heading.-clr-primary {
  color: #1e2c58;
}
.c-heading.-clr-white {
  color: #fff;
}
.c-heading.-text-center {
  text-align: center;
}
.c-heading.-text-center-left {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-heading.-text-center-left {
    text-align: left;
  }
}
.c-heading.-label {
  padding: 18px 32px;
  position: relative;
  background: linear-gradient(to right, #0081cc 0%, #0047cc 100%);
  clip-path: polygon(12px 0, 100% 0%, calc(100% - 12px) 100%, 0 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  line-height: 1;
  font-size: clamp(42px, 42px + (64 - 42) * (100vw - 768px) / (1920 - 768), 64px);
}
@media screen and (max-width: 768px) {
  .c-heading.-label {
    padding: 9px 40px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3;
  }
}

.label-top {
  position: relative;
}
.label-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #e3f5ff 0%, #dddddd 100%);
  clip-path: polygon(12px 0, 100% 0%, calc(100% - 12px) 100%, 0 100%);
  transform: translate(9px, 9px);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .label-top::before {
    clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0 100%);
  }
}

.c-label-heading {
  margin-top: 8px;
  position: relative;
  display: block;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .c-label-heading {
    margin-top: 4px;
  }
}
.c-label-heading::before, .c-label-heading::after {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #0081cc 0%, #0047cc 100%);
  width: 82px;
  height: 82px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-label-heading::before, .c-label-heading::after {
    width: 40px;
    height: 40px;
  }
}
.c-label-heading::before {
  top: 0;
  left: 0;
}
.c-label-heading::after {
  bottom: 0;
  right: 0;
}

.c-label-heading__inner {
  display: block;
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  background-color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  line-height: 1.4;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-label-heading__inner {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.4230769231;
  }
}

/**
 * c-text（テキスト）
 * ---------------------------------------- */
.c-text {
  display: block;
}
.c-text.-fz-28-24 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .c-text.-fz-28-24 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-text.-fz-22-16 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .c-text.-fz-22-16 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-text.-fz-18-16 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-text.-fz-18-16 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-text.-fw-bold {
  font-weight: 700;
}
.c-text.-lh-2-2 {
  line-height: 2;
}
.c-text.-clr-white {
  color: #fff;
}
.c-text.-text-center {
  text-align: center;
}

/**
 * c-title（タイトル）
 * ---------------------------------------- */
.c-title.-fz-40-28 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-title.-fz-40-28 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-title.-fz-36-22 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .c-title.-fz-36-22 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-title.-fz-24-18 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-title.-fz-24-18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-title.-fw-bold {
  font-weight: 700;
}
.c-title.-lh1\.75 {
  line-height: 1.75;
}
.c-title.-clr-primary {
  color: #1e2c58;
}
.c-title.-clr-white {
  color: #fff;
}
.c-title.-text-center {
  text-align: center;
}
.c-title.-text-center-left {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title.-text-center-left {
    text-align: left;
  }
}

/**
 * c-icon（アイコン）
 * ---------------------------------------- */
.c-icon {
  display: inline-block;
  flex-shrink: 0;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  position: relative;
}
.c-icon.-wifi {
  width: 24px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2020%22%3E%20%3Cg%20id%3D%22icon_wifi%22%20transform%3D%22translate(-639.495)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M23.737%2C71.006a15.247%2C15.247%2C0%2C0%2C0-23.474%2C0%2C1.119%2C1.119%2C0%2C0%2C0%2C0%2C1.441.823.823%2C0%2C0%2C0%2C1.269%2C0A13.91%2C13.91%2C0%2C0%2C1%2C12%2C67.53a13.91%2C13.91%2C0%2C0%2C1%2C10.469%2C4.917.823.823%2C0%2C0%2C0%2C1.269%2C0A1.119%2C1.119%2C0%2C0%2C0%2C23.737%2C71.006Z%22%20transform%3D%22translate(639.495%20-65.491)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2%22%20data-name%3D%22%E3%83%91%E3%82%B9%202%22%20d%3D%22M67.932%2C165.167a1.119%2C1.119%2C0%2C0%2C0%2C0%2C1.442.823.823%2C0%2C0%2C0%2C1.269%2C0%2C9.479%2C9.479%2C0%2C0%2C1%2C14.592%2C0%2C.824.824%2C0%2C0%2C0%2C1.269%2C0%2C1.12%2C1.12%2C0%2C0%2C0%2C0-1.442A11.126%2C11.126%2C0%2C0%2C0%2C67.932%2C165.167Z%22%20transform%3D%22translate(574.998%20-156.049)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3%22%20data-name%3D%22%E3%83%91%E3%82%B9%203%22%20d%3D%22M135.607%2C259.342a1.119%2C1.119%2C0%2C0%2C0%2C0%2C1.442.823.823%2C0%2C0%2C0%2C1.269%2C0%2C5.358%2C5.358%2C0%2C0%2C1%2C8.248%2C0%2C.823.823%2C0%2C0%2C0%2C1.269%2C0%2C1.12%2C1.12%2C0%2C0%2C0%2C0-1.442A7%2C7%2C0%2C0%2C0%2C135.607%2C259.342Z%22%20transform%3D%22translate(510.496%20-246.619)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M204.54%2C374.911l2.489%2C2.828%2C2.489-2.827A3.231%2C3.231%2C0%2C0%2C0%2C204.54%2C374.911Z%22%20transform%3D%22translate(444.466%20-357.74)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  .c-icon.-wifi {
    width: 19px;
    height: 16px;
  }
}
.c-icon.-mail {
  width: 29px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.596%22%20height%3D%2224%22%20viewBox%3D%220%200%2028.596%2024%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_197%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20197%22%20width%3D%2228.596%22%20height%3D%2224%22%20fill%3D%22%237fb718%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_48%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2048%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9%22%20data-name%3D%22%E3%83%91%E3%82%B9%209%22%20d%3D%22M25.129%2C4.588A2.528%2C2.528%2C0%2C0%2C0%2C23.447%2C4H4.383A2.533%2C2.533%2C0%2C0%2C0%2C2.7%2C4.588%2C1.786%2C1.786%2C0%2C0%2C0%2C2%2C6V18a1.786%2C1.786%2C0%2C0%2C0%2C.7%2C1.412A2.533%2C2.533%2C0%2C0%2C0%2C4.383%2C20H23.447a2.528%2C2.528%2C0%2C0%2C0%2C1.682-.588A1.784%2C1.784%2C0%2C0%2C0%2C25.83%2C18V6a1.784%2C1.784%2C0%2C0%2C0-.7-1.412M23.44%2C6l-9.519%2C4.828L4.6%2C6ZM4.383%2C18V8.238l9.526%2C4.934%2C9.538-4.838V18Z%22%20transform%3D%22translate(-0.213)%22%20fill%3D%22%237fb718%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  .c-icon.-mail {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-icon.-mail.-header {
    width: 16px;
    height: 16px;
  }
}
.c-icon.-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_208%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20208%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(-0.34)%22%20fill%3D%22%237fb718%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_86%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2086%22%20transform%3D%22translate(0.34)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_195%22%20data-name%3D%22%E3%83%91%E3%82%B9%20195%22%20d%3D%22M12%2C16.5%2C6.375%2C10.875%2C7.95%2C9.244l2.925%2C2.925V3h2.25v9.169L16.05%2C9.244l1.575%2C1.631ZM5.25%2C21a2.165%2C2.165%2C0%2C0%2C1-1.589-.661A2.165%2C2.165%2C0%2C0%2C1%2C3%2C18.75V15.375H5.25V18.75h13.5V15.375H21V18.75A2.257%2C2.257%2C0%2C0%2C1%2C18.75%2C21Z%22%20fill%3D%22%237fb718%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  .c-icon.-download {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-icon.-download.-header {
    width: 16px;
    height: 16px;
  }
}
.c-icon.-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20id%3D%22open_in_new_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24_1_%22%20data-name%3D%22open_in_new_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24%20(1)%22%20d%3D%22M122.667-816a2.568%2C2.568%2C0%2C0%2C1-1.883-.783%2C2.568%2C2.568%2C0%2C0%2C1-.783-1.883v-18.667a2.568%2C2.568%2C0%2C0%2C1%2C.783-1.883%2C2.568%2C2.568%2C0%2C0%2C1%2C1.883-.783H132v2.667h-9.333v18.667h18.667V-828H144v9.333a2.568%2C2.568%2C0%2C0%2C1-.783%2C1.883%2C2.568%2C2.568%2C0%2C0%2C1-1.883.783Zm6.267-7.067-1.867-1.867%2C12.4-12.4h-4.8V-840H144v9.333h-2.667v-4.8Z%22%20transform%3D%22translate(-120%20840)%22%20fill%3D%22%230081cc%22%2F%3E%3C%2Fsvg%3E");
}

/**
 * c-image（画像）
 * ---------------------------------------- */
.c-image {
  display: block;
}
.c-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-image img {
    width: 100%;
  }
}
.c-image.-w-full img {
  width: 100%;
}
.c-image.-shadow-black img {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}
.c-image.-support img {
  max-width: clamp(700px, 700px + (811 - 700) * (100vw - 768px) / (1920 - 768), 811px);
}
@media screen and (max-width: 768px) {
  .c-image.-support img {
    max-width: 343px;
  }
}
@media screen and (max-width: 768px) {
  .c-image.-wifi img {
    width: 236px;
    height: 53px;
  }
}
@media screen and (max-width: 768px) {
  .c-image.-flow-icon img {
    width: auto;
    max-width: 59px;
  }
}
@media screen and (max-width: 768px) {
  .c-image.-wifi-icon img {
    width: 131px;
    height: 130px;
  }
}

/**
 * c-note（注釈）
 * ---------------------------------------- */
.c-note {
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .c-note {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/**
 * c-number（番号）
 * ---------------------------------------- */
.c-number {
  font-family: "Tomorrow", sans-serif;
  font-size: 127px;
  font-size: 7.9375rem;
  color: #0081cc;
}
@media screen and (max-width: 768px) {
  .c-number {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

/**
 * c-link（リンク）
 * ---------------------------------------- */
.c-link {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  color: #0081cc;
}

.c-link__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-link__text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

/**
 * l-header（ヘッダー）
 * ---------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  transition: height 0.3s ease-out;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: static;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
  }
}

.l-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1884px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    column-gap: 12px;
  }
}

.l-header__logo img {
  width: clamp(170px, 170px + (244 - 170) * (100vw - 768px) / (1920 - 768), 244px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 124px;
    height: 18px;
  }
}

.l-header__contact {
  display: flex;
  column-gap: clamp(8px, 8px + (16 - 8) * (100vw - 768px) / (1920 - 768), 16px);
}
@media screen and (max-width: 768px) {
  .l-header__contact {
    column-gap: 4px;
    flex: 1;
    justify-content: flex-end;
  }
}

/**
 * l-footer（フッター）
 * ---------------------------------------- */
.l-footer {
  background-color: #1e2c58;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 27px;
    padding-right: 34px;
    padding-bottom: 40px;
    padding-left: 34px;
  }
}

.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    row-gap: 50px;
  }
}

.l-footer__list {
  display: flex;
  column-gap: 40px;
  row-gap: 8px;
}

.l-footer__item:first-child {
  margin-left: 0;
}

.l-footer__link {
  display: block;
  color: #fff;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .l-footer__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

.l-footer__copyright {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/**
 * l-block（共通セクション）
 * ---------------------------------------- */
.l-block {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .l-block {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.l-block.-cta {
  background-image: url("/lp/network/wifi7_lp/common/img/bg_cta01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .l-block.-cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.l-block.-bg-gradation-01 {
  background: linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 80%, rgb(211, 239, 255) 100%);
}
.l-block.-bg-gradation-02 {
  position: relative;
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0.9333333333) 0%, #fff 60%, #d3efff 100%);
}
.l-block.-bg-gradation-02::before {
  content: "";
  background-image: url("/lp/network/wifi7_lp/common/img/bg_wifi01_pc.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  background-size: contain;
  position: absolute;
  z-index: 0;
  bottom: 530px;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-block.-bg-gradation-02::before {
    background-image: url("/lp/network/wifi7_lp/common/img/bg_wifi01_sp.png");
    bottom: 420px;
    top: initial;
  }
}
.l-block.-overflow-x-hidden {
  overflow-x: hidden;
}

.l-block__inner {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.l-block__inner.-maxw-788 {
  max-width: 788px;
}

/**
 * p-grid（グリッドレイアウト）
 * ---------------------------------------- */
.p-grid {
  display: grid;
}
.p-grid.-place-content-center {
  place-content: center;
}
.p-grid.-col-3-1 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-grid.-col-3-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-grid.-gap-x-80-40 {
  row-gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-grid.-gap-x-80-40 {
    row-gap: 40px;
  }
}
.p-grid.-gap-x-64-40 {
  row-gap: 64px;
}
@media screen and (max-width: 768px) {
  .p-grid.-gap-x-64-40 {
    row-gap: 40px;
  }
}
.p-grid.-gap-x-64-24 {
  row-gap: 64px;
}
@media screen and (max-width: 768px) {
  .p-grid.-gap-x-64-24 {
    row-gap: 24px;
  }
}
.p-grid.-gap-x-40-40 {
  row-gap: 40px;
}
.p-grid.-gap-x-8-24 {
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-grid.-gap-x-8-24 {
    row-gap: 24px;
  }
}
.p-grid.-gap-y-40-0 {
  column-gap: 40px;
}
.p-grid.-slider {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-grid.-slider {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.p-grid.-wifi {
  grid-template-columns: repeat(auto-fit, minmax(346px, 1fr));
  column-gap: clamp(24px, 24px + (40 - 24) * (100vw - 768px) / (1920 - 768), 40px);
}
.p-grid.-square-deco .p-grid__item {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

/**
 * p-flex（フレックスレイアウト）
 * ---------------------------------------- */
.p-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-flex.-sp-w-full {
    width: 100%;
  }
}
.p-flex.-flex-col {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-flex.-sp-flex-col {
    flex-direction: column;
  }
}
.p-flex.-justify-center {
  justify-content: center;
}
.p-flex.-items-center {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-flex.-sp-items-flex-start {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-flex.-gap-x-0-8 {
    row-gap: 8px;
  }
}
.p-flex.-gap-y-16-8 {
  column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-flex.-gap-y-16-8 {
    column-gap: 8px;
  }
}
.p-flex.-gap-y-8-8 {
  column-gap: 8px;
}
.p-flex.-flow-deco {
  position: relative;
  padding-top: 278px;
}
@media screen and (max-width: 768px) {
  .p-flex.-flow-deco {
    padding-top: 198px;
  }
}
.p-flex.-flow-deco::before {
  content: "";
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22160%22%20height%3D%2294%22%20viewBox%3D%220%200%20160%2094%22%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%230047cc%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22object%22%20transform%3D%22translate(-853%20-2041)%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_13%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2013%22%20d%3D%22M80%2C0l80%2C40H0Z%22%20transform%3D%22translate(1013%202135)%20rotate(180)%22%20fill%3D%22url(%23linear-gradient)%22%2F%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_14%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2014%22%20d%3D%22M80%2C0l80%2C40H0Z%22%20transform%3D%22translate(1013%202108)%20rotate(180)%22%20fill%3D%22url(%23linear-gradient)%22%2F%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_15%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2015%22%20d%3D%22M80%2C0l80%2C40H0Z%22%20transform%3D%22translate(1013%202081)%20rotate(180)%22%20fill%3D%22url(%23linear-gradient)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 94px;
}
@media screen and (max-width: 768px) {
  .p-flex.-flow-deco::before {
    top: 40px;
  }
}

/**
 * p-mv（メインビジュアル）
 * ---------------------------------------- */
.p-mv {
  position: relative;
  overflow-x: hidden;
  background-image: url("/lp/network/wifi7_lp/common/img/mv_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: calc(100vh - 82px);
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 82px;
}
@media print, screen and (min-width: 1921px) {
  .p-mv {
    background-position: right 20% center;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    background-image: url("/lp/network/wifi7_lp/common/img/mv_sp.jpg");
    min-height: initial;
    justify-content: flex-start;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    height: 643px;
  }
}

.p-mv__inner {
  max-width: 1640px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media print, screen and (min-width: 1921px) {
  .p-mv__inner {
    max-width: 1800px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.p-mv__label {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-mv__label {
    width: 100%;
  }
}
.p-mv__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #e3f5ff 0%, #dddddd 100%);
  clip-path: polygon(12px 0, 100% 0%, calc(100% - 12px) 100%, 0 100%);
  transform: translate(9px, 9px);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-mv__label::before {
    clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0 100%);
    transform: translate(5px, 5px);
  }
}

.p-mv__labelText {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 15px 24px;
  position: relative;
  background: linear-gradient(to right, #0081cc 0%, #0047cc 100%);
  clip-path: polygon(12px 0, 100% 0%, calc(100% - 12px) 100%, 0 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: clamp(36px, 36px + (64 - 36) * (100vw - 768px) / (1920 - 768), 64px);
}
@media screen and (max-width: 768px) {
  .p-mv__labelText {
    flex-direction: column;
    padding: 10px 58px;
    line-height: 1.3;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.p-mv__sub {
  font-weight: 700;
  font-size: clamp(22px, 22px + (28 - 22) * (100vw - 768px) / (1920 - 768), 28px);
}
@media screen and (max-width: 768px) {
  .p-mv__sub {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-mv__main {
  font-weight: 700;
  font-size: clamp(36px, 36px + (44 - 36) * (100vw - 768px) / (1920 - 768), 44px);
}
@media screen and (max-width: 768px) {
  .p-mv__main {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-mv__copy {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p-mv__copy {
    margin-top: 24px;
  }
}
.p-mv__copy img {
  width: clamp(580px, 580px + (802 - 580) * (100vw - 768px) / (1920 - 768), 802px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-mv__copy img {
    width: 100%;
    height: auto;
  }
}

.p-mv__content {
  position: relative;
}

.p-mv__row {
  margin-top: 33px;
  display: flex;
  column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-mv__row {
    margin-top: 24px;
    column-gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__image img {
    width: 100%;
    height: auto;
    max-width: 600px;
  }
}

.p-mv__icon img {
  width: clamp(160px, 160px + (244 - 160) * (100vw - 768px) / (1920 - 768), 244px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-mv__icon img {
    width: 100%;
    max-width: 110px;
  }
}

/**
 * p-number-column（番号カラム）
 * ---------------------------------------- */
.p-number-column {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 4.8fr);
  grid-template-rows: max-content max-content 1fr max-content;
  grid-template-areas: "number image" "heading image" "text image";
  column-gap: clamp(16px, 16px + (40 - 16) * (100vw - 768px) / (1920 - 768), 40px);
}
@media screen and (max-width: 768px) {
  .p-number-column {
    grid-template-columns: min-content;
    grid-template-areas: "number heading" "text text" "image image";
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-number-column {
    column-gap: 20px;
  }
}
.p-number-column.-row-reverse {
  grid-template-areas: "image number" "image heading" "image text";
  grid-template-columns: minmax(0, 4.8fr) minmax(0, 6fr);
}
@media screen and (max-width: 768px) {
  .p-number-column.-row-reverse {
    grid-template-columns: min-content;
    grid-template-areas: "number heading" "text text" "image image";
  }
}
.p-number-column .c-number {
  grid-area: number;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-number-column .c-number {
    min-width: auto;
  }
}
.p-number-column .c-heading {
  grid-area: heading;
}
@media screen and (max-width: 768px) {
  .p-number-column .c-heading {
    min-width: auto;
    position: relative;
    top: -5px;
  }
}
.p-number-column .c-text {
  grid-area: text;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-number-column .c-text {
    margin-top: 24px;
  }
}
.p-number-column .c-image {
  grid-area: image;
}
@media screen and (max-width: 768px) {
  .p-number-column .c-image {
    margin-top: 24px;
  }
}

/**
 * p-cta（CTAエリア）
 * ---------------------------------------- */
.p-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-cta {
    column-gap: 8px;
  }
}
.p-cta.-gap-x-24-16 {
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-cta.-gap-x-24-16 {
    row-gap: 16px;
  }
}
.p-cta .c-title {
  grid-area: title;
}
.p-cta .c-text {
  grid-area: text;
}
.p-cta .c-primary-button {
  grid-area: wifi;
}
.p-cta .c-secondary-button.-first {
  grid-area: download;
}
.p-cta .c-secondary-button.-second {
  grid-area: contact;
}

/**
 * p-column-card
 * ---------------------------------------- */
.p-column-card {
  display: flex;
  flex-direction: column;
}

.p-column-card__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: clamp(240px, 240px + (338 - 240) * (100vw - 768px) / (1920 - 768), 338px);
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-column-card__image img {
    width: 100%;
    max-height: 180px;
  }
}

.p-column-card__title {
  margin-top: 24px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-column-card__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-column-card__text {
  margin-top: 8px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-column-card__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-column-card__nav {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  width: 260px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-column-card__nav {
    margin-top: 24px;
    left: calc(50% + 10px);
  }
}

.p-column-card__prev,
.p-column-card__next {
  width: 40px;
  height: 40px;
  background-color: #1e2c58;
  border-radius: 50%;
  position: relative;
  z-index: 20;
  cursor: pointer;
  flex-shrink: 0;
}
.p-column-card__prev::before,
.p-column-card__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 12px;
  height: 12px;
}

.p-column-card__prev::before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.p-column-card__next::before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/**
 * p-spec-card（カード型レイアウト）
 * ---------------------------------------- */
.p-spec-card {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.p-spec-card::before, .p-spec-card::after {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #0081cc 0%, #0047cc 100%);
  width: 82px;
  height: 82px;
  z-index: 0;
}
.p-spec-card::before {
  top: -8px;
  left: -8px;
}
.p-spec-card::after {
  bottom: -8px;
  right: -8px;
}

.p-spec-card__content {
  padding-top: 16px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.l-block .swiper {
  overflow: visible;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  padding-bottom: 224px;
}
@media screen and (max-width: 768px) {
  .l-block .swiper {
    width: calc(100% - 60px);
    margin-left: 20px;
    padding-bottom: 128px;
  }
}
.l-block .swiper::after {
  content: "";
  background-image: url("/lp/network/wifi7_lp/common/img/bg_scene01_pc.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: calc(100% - 140px);
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .l-block .swiper::after {
    background-image: url("/lp/network/wifi7_lp/common/img/bg_scene01_sp.jpg");
    width: calc(100vw + 20px);
    margin: 0 calc(50% - 50vw);
    background-position: center bottom;
    height: calc(100% - 120px);
  }
}

.l-block .swiper .swiper-slide {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-block .swiper .swiper-slide {
    height: auto;
  }
}

.l-block .swiper .swiper-slide-item {
  height: 100%;
}

.l-block .swiper-pagination-bullet {
  background-color: rgba(30, 44, 88, 0.2);
  opacity: 1;
  width: 12px;
  height: 12px;
}
.l-block .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.l-block .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.l-block .swiper-pagination-bullet-active {
  background-color: #1e2c58;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: initial !important;
  bottom: initial !important;
  left: initial !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative !important;
}

/**
 * .p-service（設計・導入支援サービス）
 * ---------------------------------------- */
.p-service {
  position: relative;
  padding-top: 64px;
  padding-right: clamp(24px, 24px + (64 - 24) * (100vw - 768px) / (1920 - 768), 64px);
  padding-bottom: 64px;
  padding-left: clamp(24px, 24px + (64 - 24) * (100vw - 768px) / (1920 - 768), 64px);
  border-top: 8px solid;
  border-image: linear-gradient(to bottom, #0081cc, #0047cc) 1;
  box-shadow: 0px 20px 20px 0px rgba(30, 44, 88, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-service {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-top: 64px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
  }
}
.p-service::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: linear-gradient(to bottom, #0081cc, #0047cc);
}

.p-service__row {
  display: flex;
  column-gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-service__row {
    margin-top: 24px;
    flex-direction: column;
    row-gap: 24px;
  }
}

.p-service__text {
  width: 51.814516129%;
}
@media screen and (max-width: 768px) {
  .p-service__text {
    width: 100%;
  }
}

.p-service__image {
  width: 44.1532258065%;
}
@media screen and (max-width: 768px) {
  .p-service__image {
    width: 100%;
  }
}
.p-service__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/**
 * p-flow-box（ボックスレイアウト）
 * ---------------------------------------- */
.p-flow-box {
  padding-top: 24px;
  padding-right: clamp(16px, 16px + (80 - 16) * (100vw - 768px) / (1920 - 768), 80px);
  padding-bottom: 24px;
  padding-left: clamp(16px, 16px + (80 - 16) * (100vw - 768px) / (1920 - 768), 80px);
  background-color: #e3f5ff;
}
@media screen and (max-width: 768px) {
  .p-flow-box {
    padding-top: 24px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
  }
}

.p-flow-box__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 48px;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow-box__list {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}

.p-flow-box__item {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
  align-items: center;
  padding-top: 17px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow-box__item {
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 12px;
  }
}
.p-flow-box__item:first-child {
  row-gap: 4px;
}
.p-flow-box__item:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
  width: 16px;
  height: 24px;
  background-color: #1e2c58;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
  .p-flow-box__item:not(:last-child)::after {
    left: 50%;
    top: initial;
    right: initial;
    bottom: -24px;
    transform: translate(-50%, 0%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 24px;
    height: 16px;
  }
}
.p-flow-box__item:nth-child(1) {
  position: relative;
}
.p-flow-box__item:nth-child(3)::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -32px;
  width: 16px;
  height: 24px;
  background-color: #1e2c58;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
  .p-flow-box__item:nth-child(3)::before {
    top: initial;
    left: initial;
    right: initial;
    left: 50%;
    top: -24px;
    transform: translate(-50%, 0);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 24px;
    height: 16px;
  }
}
.p-flow-box__item:last-child {
  background: linear-gradient(to bottom, #7fb718 0%, #0047cc 100%);
}
.p-flow-box__item.-justify-center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-flow-box__item.-justify-center {
    justify-content: flex-start;
  }
}

/**
 * p-network-tabel
 * ---------------------------------------- */
.p-network-table {
  padding-top: 64px;
  padding-right: clamp(16px, 16px + (60 - 16) * (100vw - 768px) / (1920 - 768), 60px);
  padding-bottom: 40px;
  padding-left: clamp(16px, 16px + (60 - 16) * (100vw - 768px) / (1920 - 768), 60px);
  background-color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-network-table {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-left: 20px;
  }
}

.p-network-table__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 24px;
  padding-right: 12px;
  padding-bottom: 24px;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .p-network-table__content {
    padding-top: 16px;
    padding-right: 15px;
    padding-bottom: 36px;
    padding-left: 15px;
  }
}

.p-network-table__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-network-table__list {
    margin-top: 24px;
    column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-network-table__group {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-network-table__group {
    row-gap: 12px;
    margin-top: 12px;
  }
}

.p-network-table__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-network-table__item:not(:last-child) {
  border-right: 1px solid #fff;
}
.p-network-table__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-network-table__item:not(:last-child)::after {
    display: none;
  }
}

.p-network-table__image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-network-table__image img {
    width: 100%;
  }
}

.p-network-table__head {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-network-table__head {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.p-network-table__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #7fb718;
  line-height: 1.4615384615;
}
@media screen and (max-width: 768px) {
  .p-network-table__title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

.p-network-table__text {
  margin-top: 13px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
}
@media screen and (max-width: 768px) {
  .p-network-table__text {
    margin-top: 8px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.p-network-table__text.-fz-medium {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-network-table__text.-fz-medium {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

/**
 * p-faq
 * ---------------------------------------- */
.p-faq {
  padding-top: 64px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-top: 40px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.p-faq__question,
.p-faq__answer {
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  column-gap: clamp(12px, 12px + (24 - 12) * (100vw - 768px) / (1920 - 768), 24px);
  color: #1e2c58;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-faq__question,
  .p-faq__answer {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    align-items: flex-start;
    column-gap: 24px;
  }
}
.p-faq__question::before,
.p-faq__answer::before {
  position: relative;
  top: 0;
  left: 0;
  flex-shrink: 0;
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 400;
  font-family: "Tomorrow", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-faq__question::before,
  .p-faq__answer::before {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.p-faq__question {
  font-weight: 700;
}
.p-faq__question::before {
  content: "Q";
  color: #1e2c58;
  top: -6px;
}
@media screen and (max-width: 768px) {
  .p-faq__question::before {
    top: 0;
  }
}

.p-faq__answer {
  margin-top: 24px;
  font-weight: 400;
}
.p-faq__answer::before {
  content: "A";
  color: #0081cc;
}
@media screen and (max-width: 768px) {
  .p-faq__answer::before {
    top: 3px;
  }
}

.p-faq__body {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-faq__body {
    margin-top: 24px;
  }
}

.p-faq__row {
  padding-top: 40px;
  padding-right: clamp(24px, 24px + (60 - 24) * (100vw - 768px) / (1920 - 768), 60px);
  padding-bottom: 40px;
  padding-left: clamp(24px, 24px + (60 - 24) * (100vw - 768px) / (1920 - 768), 60px);
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .p-faq__row {
    padding-top: 24px;
    padding-right: 40px;
    padding-bottom: 24px;
    padding-left: 40px;
  }
}
.p-faq__row:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-faq__row:last-child {
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
  }
}

.c-reference-label {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  padding-top: 4px;
  padding-right: 16px;
  padding-bottom: 4px;
  padding-left: 16px;
  border: 1px solid #1e2c58;
  border-radius: 22px;
  background-color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-reference-label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}

.c-point-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  width: 44px;
  height: 44px;
  background-color: #007dcd;
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-point-label {
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

/**
 * p-fixed-cta（固定CTAエリア）
 * ---------------------------------------- */
.p-fixed-cta {
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fixed-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    z-index: 10;
  }
}
.p-fixed-cta::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #0081cc 0%, #0047cc 100%);
  opacity: 0.8;
  width: 100%;
  height: 72px;
  bottom: 0;
  left: 0;
}
.p-fixed-cta.-visible {
  display: block;
}

/**
 * br（改行）
 * ---------------------------------------- */
.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

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

/**
 * u-pc、u-sp（表示切り替え）
 * ---------------------------------------- */
.u-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

/**
 * margin-top
 * ---------------------------------------- */
.u-mt-120-80 {
  margin-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-120-80 {
    margin-top: 80px !important;
  }
}

.u-mt-120-40 {
  margin-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-120-40 {
    margin-top: 40px !important;
  }
}

.u-mt-100-64 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-100-64 {
    margin-top: 64px !important;
  }
}

.u-mt-64-40 {
  margin-top: 64px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-64-40 {
    margin-top: 40px !important;
  }
}

.u-mt-60-40 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-60-40 {
    margin-top: 40px !important;
  }
}

.u-mt-40-40 {
  margin-top: 40px !important;
}

.u-mt-40-24 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-40-24 {
    margin-top: 24px !important;
  }
}

.u-mt-32-24 {
  margin-top: 32px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-32-24 {
    margin-top: 24px !important;
  }
}

.u-mt-24-24 {
  margin-top: 24px !important;
}

.u-mt-24-16 {
  margin-top: 24px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-24-16 {
    margin-top: 16px !important;
  }
}

.u-mt-12-12 {
  margin-top: 12px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-0-8 {
    margin-top: 8px !important;
  }
}

/**
 * padding-top
 * ---------------------------------------- */
.u-pt-120-40 {
  padding-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .u-pt-120-40 {
    padding-top: 40px !important;
  }
}

/**
 * padding-bottom
 * ---------------------------------------- */
.u-pb-120-64 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .u-pb-120-64 {
    padding-bottom: 64px !important;
  }
}

.u-pb-0-0 {
  padding-bottom: 0 !important;
}

/**
 * padding-top , padding-bottom
 * ---------------------------------------- */
@media screen and (max-width: 768px) {
  .u-py-0-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

/**
 * padding-right , padding-left
 * ---------------------------------------- */
.u-px-30-25 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .u-px-30-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
}

.u-px-0-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-px-0-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/**
 * font-family（フォントファミリー）
 * ---------------------------------------- */
.u-ff-en {
  font-family: "Tomorrow", sans-serif;
}

/**
 * font-size（フォントサイズ）
 * ---------------------------------------- */
.u-fz-64-28 {
  font-size: 64px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .u-fz-64-28 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.u-fz-40-24 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .u-fz-40-24 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.u-fz-40-18 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .u-fz-40-18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.u-fz-28-16 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .u-fz-28-16 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.u-fz-24-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.u-fz-21-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.u-fz-18-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

/**
 * font-weight（フォントウェイト）
 * ---------------------------------------- */
.u-fw-regular {
  font-weight: 400;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-bold {
  font-weight: 700;
}

/**
 * color（文字色）
 * ---------------------------------------- */
.u-clr-blue {
  color: #0081cc !important;
}

/**
 * background（マーカー）
 * ---------------------------------------- */
.u-marker-white {
  background: linear-gradient(transparent 55%, #fff 45%);
}
@media screen and (max-width: 768px) {
  .u-marker-white {
    background: linear-gradient(transparent 52%, #fff 48%);
  }
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}