@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/zerotrust_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/zerotrust_lp/common/fonts/NotoSansJP-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/lp/network/zerotrust_lp/common/fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/lp/network/zerotrust_lp/common/fonts/NotoSansJP-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/lp/network/zerotrust_lp/common/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/lp/network/zerotrust_lp/common/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/lp/network/zerotrust_lp/common/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  color: #1e2c58;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
}

/**
 * ホバー
 * ---------------------------------------- */
/**
 * c-heading（見出し）
 * ---------------------------------------- */
.c-heading {
  font-weight: 600;
  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-40 {
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.8125;
}
@media screen and (max-width: 768px) {
  .c-heading.-level2.-fz-64-40 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.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-40-24 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-level3.-fz-40-24 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-heading.-level3.-fz-40-18 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-heading.-level3.-fz-40-18 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.c-heading.-level3.-fz-34-22 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-heading.-level3.-fz-34-22 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.c-heading.-level3.-fz-34-18 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-heading.-level3.-fz-34-18 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.c-heading.-level3.-fz-22-18 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-level3.-fz-22-18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-heading.-level3.-left-line {
  padding-top: 80px;
  padding-left: 25px;
  position: relative;
}
.c-heading.-level3.-left-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  background-color: #cc00cc;
  width: 9px;
  height: 100%;
}
.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.-level4.-fz-34-18 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-heading.-level4.-fz-34-18 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.c-heading.-flex {
  display: flex;
}
.c-heading.-flex-col {
  flex-direction: column;
}
.c-heading.-items-center {
  align-items: center;
}
.c-heading.-gap-x-16-8 {
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-heading.-gap-x-16-8 {
    row-gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading.-gap-x-0-16 {
    row-gap: 16px;
  }
}
.c-heading.-fw-black {
  font-weight: 900;
}
.c-heading.-clr-primary {
  color: #1e2c58;
}
.c-heading.-clr-white {
  color: #fff;
}
.c-heading.-clr-blue {
  color: #0081cc;
}
.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.-gap-x-24-8 {
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-heading.-gap-x-24-8 {
    row-gap: 8px;
  }
}
.c-heading.-gap-x-16-8 {
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-heading.-gap-x-16-8 {
    row-gap: 8px;
  }
}

/**
 * c-text（テキスト）
 * ---------------------------------------- */
.c-text {
  display: block;
}
.c-text.-fz-28-28 {
  font-size: 28px;
  font-size: 1.75rem;
}
.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-18 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-text.-fz-22-18 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
  }
}
.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-18 {
  font-size: 18px;
  font-size: 1.125rem;
}
.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.-fw-semibold {
  font-weight: 600;
}
.c-text.-fw-medium {
  font-weight: 500;
}
.c-text.-lh-2-2 {
  line-height: 2;
}
.c-text.-lh-1\.8 {
  line-height: 1.8;
}
.c-text.-clr-white {
  color: #fff;
}
.c-text.-clr-black {
  color: #000;
}
.c-text.-text-center {
  text-align: center;
}
.c-text.-text-center-left {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-text.-text-center-left {
    text-align: left;
  }
}

/**
 * c-title（タイトル）
 * ---------------------------------------- */
.c-title.-fz-40-22 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-title.-fz-40-22 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.c-title.-fz-40-21 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-title.-fz-40-21 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.5714285714;
  }
}
.c-title.-fz-34-24 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-title.-fz-34-24 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.c-title.-fz-34-18 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-title.-fz-34-18 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.c-title.-fz-22-18 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title.-fz-22-18 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.c-title.-fz-22-16 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title.-fz-22-16 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-title.-fz-18-16 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-title.-fz-18-16 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-title.-fz-18-15 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-title.-fz-18-15 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-title.-fw-regular {
  font-weight: 400;
}
.c-title.-fw-medium {
  font-weight: 500;
}
.c-title.-fw-semibold {
  font-weight: 600;
}
.c-title.-fw-bold {
  font-weight: 700;
}
.c-title.-inline-block {
  display: inline-block;
}
.c-title.-clr-primary {
  color: #1e2c58;
}
.c-title.-clr-white {
  color: #fff;
}
.c-title.-clr-blue {
  color: #0081cc;
}
.c-title.-text-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title.-sp-lh-1\.3 {
    line-height: 1.3;
  }
}

/**
 * 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.-security {
  width: 24px;
  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%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1250%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201250%22%20transform%3D%22translate(-8255%20-4127)%22%3E%20%3Cpath%20id%3D%22verified_user_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24%22%20d%3D%22M171.294-858.32l9.181-9.04-2.316-2.28-6.866%2C6.76-3.412-3.36-2.316%2C2.28ZM173-848a16.194%2C16.194%2C0%2C0%2C1-9.323-6.38A18.186%2C18.186%2C0%2C0%2C1%2C160-865.44v-9.76l13-4.8%2C13%2C4.8v9.76a18.186%2C18.186%2C0%2C0%2C1-3.677%2C11.06A16.194%2C16.194%2C0%2C0%2C1%2C173-848Zm0-3.36a13.2%2C13.2%2C0%2C0%2C0%2C6.988-5.28%2C15.034%2C15.034%2C0%2C0%2C0%2C2.762-8.8V-873L173-876.6l-9.75%2C3.6v7.56a15.033%2C15.033%2C0%2C0%2C0%2C2.763%2C8.8A13.2%2C13.2%2C0%2C0%2C0%2C173-851.36ZM173-864Z%22%20transform%3D%22translate(8098%205007)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_613%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20613%22%20width%3D%2232%22%20height%3D%2232%22%20transform%3D%22translate(8255%204127)%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.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.-cross {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 16px;
  position: relative;
}
.c-icon.-cross::before, .c-icon.-cross::after {
  content: "";
  background-color: #0081cc;
  width: 27px;
  height: 1px;
  position: absolute;
}
.c-icon.-cross::before {
  transform: rotate(25deg);
}
.c-icon.-cross::after {
  transform: rotate(-25deg);
}

/**
 * c-number-icon（番号アイコン）
 * ---------------------------------------- */
.c-number-icon {
  display: inline-block;
  background-image: url("/lp/network/zerotrust_lp/common/img/icon_number01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 78px;
  height: 84px;
}
@media screen and (max-width: 768px) {
  .c-number-icon {
    width: 40px;
    height: 43px;
  }
}

/**
 * c-image（画像）
 * ---------------------------------------- */
.c-image img {
  max-width: 100%;
  height: auto;
}
.c-image.-w-full img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-image.-sp-w-full img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-image.-sp-vw-w-full {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.c-image.-drop-shadow img {
  filter: drop-shadow(0 40px 20px rgba(30, 44, 88, 0.16));
  will-change: filter;
}
.c-image.-top-drop-shadow img {
  filter: drop-shadow(0 40px 20px rgba(30, 44, 88, 0.9));
  will-change: filter;
}
@media screen and (max-width: 768px) {
  .c-image.-top-drop-shadow img {
    filter: drop-shadow(0 20px 10px rgba(30, 44, 88, 0.9));
  }
}
@media screen and (max-width: 768px) {
  .c-image.-one-login img {
    max-width: 130px;
  }
}
.c-image.-one-login-icon {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-image.-one-login-icon img {
    max-width: 132px;
  }
}
@media screen and (max-width: 768px) {
  .c-image.-active-directory-icon img {
    max-width: 53px;
  }
}
@media screen and (max-width: 768px) {
  .c-image.-sentinel-one-icon img {
    max-width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .c-image.-cloud-icon img {
    max-width: 62px;
  }
}
@media screen and (max-width: 768px) {
  .c-image.-ai img {
    width: 40px;
    height: 40px;
  }
}

/**
 * c-list（箇条書き）
 * ---------------------------------------- */
.c-list__item {
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-list__item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.c-list__item::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #7ecc00;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-list__item::before {
    top: 6px;
  }
}
.c-list__item:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-list__item:not(:first-child) {
    margin-top: 4px;
  }
}

/**
 * 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: 600;
}
@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: 6px;
    padding-right: 4px;
    padding-bottom: 6px;
    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: 6px;
    padding-right: 4px;
    padding-bottom: 6px;
    padding-left: 4px;
    max-width: 95px;
  }
}
.c-button.-header {
  padding-top: 12px;
  padding-bottom: 12px;
  max-width: clamp(210px, 210px + (263 - 210) * (100vw - 768px) / (1920 - 768), 263px);
  min-width: initial;
  box-shadow: 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;
  }
}

/**
 * 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: 11px;
    padding-bottom: 8px;
    padding-left: 11px;
  }
}

.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: 9px;
  }
}

.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: 136px;
    height: 20px;
    vertical-align: middle;
  }
}

.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: 26px;
    padding-bottom: 38px;
    padding-left: 26px;
  }
}

.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: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@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;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-block {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.l-block.-bg-top {
  background-image: url("/lp/network/zerotrust_lp/common/img/bg_mv_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: clamp(130px, 130px + (174 - 130) * (100vw - 768px) / (1920 - 768), 174px);
  padding-bottom: clamp(130px, 130px + (170 - 130) * (100vw - 768px) / (1920 - 768), 170px);
}
@media screen and (max-width: 768px) {
  .l-block.-bg-top {
    background-image: url("/lp/network/zerotrust_lp/common/img/bg_mv_sp.jpg");
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
.l-block.-cta {
  background-image: url("/lp/network/zerotrust_lp/common/img/bg_cta01_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .l-block.-cta {
    padding-top: 64px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-block.-cta {
    background-image: url("/lp/network/zerotrust_lp/common/img/bg_cta01_sp.jpg");
  }
}
.l-block.-cta-02 {
  background-image: url("/lp/network/zerotrust_lp/common/img/bg_cta02_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .l-block.-cta-02 {
    padding-top: 64px;
    padding-bottom: 64px;
    background-image: url("/lp/network/zerotrust_lp/common/img/bg_cta02_sp.jpg");
  }
}
.l-block.-bg-blue {
  background-color: #b1d5eb;
}
.l-block.-bg-light-blue {
  background-color: #edf2f5;
}
.l-block.-bg-primary {
  background-color: #1e2c58;
}
.l-block.-top-square-deco::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-image: url("/lp/network/zerotrust_lp/common/img/bg_zero_pc.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-block.-top-square-deco::before {
    background-image: url("/lp/network/zerotrust_lp/common/img/bg_zero_sp.png");
  }
}
.l-block.-bg-solution {
  background-image: url("/lp/network/zerotrust_lp/common/img/bg_solution_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .l-block.-bg-solution {
    background-image: url("/lp/network/zerotrust_lp/common/img/bg_solution_sp.jpg");
  }
}
.l-block.-bg-case {
  background-image: url("/lp/network/zerotrust_lp/common/img/bg_case_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .l-block.-bg-case {
    background-image: url("/lp/network/zerotrust_lp/common/img/bg_case_sp.jpg");
  }
}
.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.-relative {
  position: relative;
}
.l-block__inner.-maxw-942 {
  max-width: 942px;
}
.l-block__inner.-w-full {
  width: 100%;
  max-width: initial;
}

/**
 * p-grid（グリッドレイアウト）
 * ---------------------------------------- */
.p-grid {
  display: grid;
}
.p-grid.-col-4-1 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .p-grid.-col-4-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-grid.-col-4-2 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .p-grid.-col-4-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-grid.-gap-x-0-40 {
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-grid.-gap-x-0-24 {
    row-gap: 24px;
  }
}
.p-grid.-gap-y-40-20 {
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-grid.-gap-y-40-20 {
    column-gap: 20px;
  }
}
.p-grid.-pc-vw-gap-y-40-12 {
  column-gap: clamp(12px, 12px + (40 - 12) * (100vw - 768px) / (1920 - 768), 40px);
}

/**
 * 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;
}
.p-flex.-gap-x-24-24 {
  row-gap: 24px;
}
.p-flex.-gap-x-24-16 {
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-flex.-gap-x-24-16 {
    row-gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-flex.-gap-x-0-40 {
    row-gap: 40px;
  }
}
.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.-pc-vw-gap-y-80-16 {
  column-gap: clamp(16px, 16px + (80 - 16) * (100vw - 768px) / (1920 - 768), 80px);
}

.p-flex__content.-w-584 {
  width: 52.1428571429%;
}
@media screen and (max-width: 768px) {
  .p-flex__content.-w-584 {
    width: 100%;
  }
}

.p-flex__image.-multiply img {
  mix-blend-mode: multiply;
}
.p-flex__image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-flex__image img {
    width: 100%;
  }
}
.p-flex__image.-w-456 {
  width: 40.7142857143%;
}
@media screen and (max-width: 768px) {
  .p-flex__image.-w-456 {
    width: 100%;
  }
}

/**
 * p-mv
 * ---------------------------------------- */
.p-mv__inner {
  max-width: 1580px;
  margin-right: auto;
  margin-left: auto;
}

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

.p-mv__wrap {
  overflow: hidden;
}

.p-mv__panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  max-width: 1254px;
  margin-top: clamp(24px, 24px + (58 - 24) * (100vw - 768px) / (1920 - 768), 58px);
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .p-mv__panel {
    margin-top: 18px;
    padding-top: 24px;
    padding-right: 34px;
    padding-bottom: 24px;
    padding-left: 34px;
    justify-content: center;
  }
}

.p-mv__list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 28px;
}
@media screen and (max-width: 768px) {
  .p-mv__list {
    flex-direction: column;
    row-gap: 16px;
  }
}

.p-mv__copy {
  display: flex;
  flex-direction: column;
  row-gap: 34px;
}
@media screen and (max-width: 768px) {
  .p-mv__copy {
    row-gap: 8px;
  }
}

.p-mv__sub {
  position: relative;
  display: inline-flex;
  justify-content: center;
}

.p-mv__subText {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.5294117647;
  color: #fff;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mv__subText {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.p-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 40px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv__bg {
    width: calc(100% + 40px);
    margin: 0 calc(50% - 50vw);
  }
}
.p-mv__bg::before {
  position: absolute;
  content: "";
  width: calc(100% + 40px);
  height: 100%;
  background-color: #0081cc;
  left: -40px;
  top: 0;
  mix-blend-mode: multiply;
  border-radius: 50%;
  z-index: 0;
  filter: blur(28px);
}

.p-mv__bottom {
  margin-top: clamp(64px, 64px + (186 - 64) * (100vw - 768px) / (1920 - 768), 186px);
}
@media screen and (max-width: 768px) {
  .p-mv__bottom {
    margin-top: 80px;
  }
}

.p-mv__label {
  display: inline-block;
  padding-top: 11px;
  padding-right: clamp(8px, 8px + (19 - 8) * (100vw - 768px) / (1920 - 768), 19px);
  padding-bottom: 11px;
  padding-left: clamp(8px, 8px + (19 - 8) * (100vw - 768px) / (1920 - 768), 19px);
  background-color: #1e2c58;
  box-shadow: 0 0 40px 0 rgb(0, 161, 255);
}
@media screen and (max-width: 768px) {
  .p-mv__label {
    padding-top: 4px;
    padding-right: 22px;
    padding-bottom: 4px;
    padding-left: 22px;
    box-shadow: 0 0 16px 0 rgb(0, 161, 255);
  }
}

.p-mv__labelText {
  font-size: clamp(18px, 18px + (28 - 18) * (100vw - 768px) / (1920 - 768), 28px);
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-mv__labelText {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4846153846;
    text-align: center;
  }
}

.p-mv__image {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mv__image {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-mv__image {
    text-align: center;
  }
}
.p-mv__image.-fisrt {
  left: -53px;
}
.p-mv__image.-second {
  right: -52px;
}
.p-mv__image img {
  max-width: 100%;
  height: auto;
}
.p-mv__image.-pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-mv__image.-pc-only {
    display: none;
  }
}

/**
 * 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-faq
 * ---------------------------------------- */
.p-faq {
  padding-top: 64px;
  padding-right: clamp(24px, 24px + (52 - 24) * (100vw - 768px) / (1920 - 768), 52px);
  padding-bottom: 64px;
  padding-left: clamp(24px, 24px + (52 - 24) * (100vw - 768px) / (1920 - 768), 52px);
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.p-faq__question,
.p-faq__answer {
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  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;
    column-gap: 16px;
  }
}
.p-faq__question::before,
.p-faq__answer::before {
  top: -10px;
  left: 0;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  flex-shrink: 0;
  position: relative;
  line-height: 1.21875;
}
@media screen and (max-width: 768px) {
  .p-faq__question::before,
  .p-faq__answer::before {
    font-size: 40px;
    font-size: 2.5rem;
    top: 0;
  }
}

.p-faq__question {
  font-weight: 400;
}
.p-faq__question::before {
  content: "Q";
  color: #7ecc00;
}

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

.p-faq__body {
  margin-top: 40px;
}

.p-faq__row {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
  .p-faq__row {
    padding-top: 24px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
  }
}
.p-faq__row:last-child {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .p-faq__row:last-child {
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
  }
}

/**
 * p-merit-column
 * ---------------------------------------- */
.p-merit-column__item {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-merit-column__item {
    flex-direction: column-reverse;
    row-gap: 24px;
  }
}
.p-merit-column__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-merit-column__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.p-merit-column__item:nth-child(even) .p-merit-column__content {
  background-color: #1e2c58;
}
.p-merit-column__item:nth-child(even) .p-merit-column__heading::before {
  background-color: #7ecc00;
}
.p-merit-column__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-merit-column__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-merit-column__content {
  background-color: #0081cc;
  padding-right: clamp(24px, 24px + (64 - 24) * (100vw - 768px) / (1920 - 768), 64px);
  padding-bottom: 57px;
  padding-left: clamp(24px, 24px + (64 - 24) * (100vw - 768px) / (1920 - 768), 64px);
  width: 51.3392857143%;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  min-height: 437px;
}
@media screen and (max-width: 768px) {
  .p-merit-column__content {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
    min-height: initial;
  }
}

.p-merit-column__heading {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  padding-top: 80px;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-merit-column__heading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
    padding-top: 40px;
  }
}
.p-merit-column__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  background-color: #cc00cc;
  width: 9px;
  height: 100%;
}

.p-merit-column__text {
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-merit-column__text {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 24px;
  }
}

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

/**
 * p-case
 * ---------------------------------------- */
.p-case {
  padding-right: clamp(24px, 24px + (60 - 24) * (100vw - 768px) / (1920 - 768), 60px);
  padding-bottom: 64px;
  padding-left: clamp(24px, 24px + (60 - 24) * (100vw - 768px) / (1920 - 768), 60px);
  background-color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(30, 44, 88, 0.16);
}
@media screen and (max-width: 768px) {
  .p-case {
    padding-right: 20px;
    padding-bottom: 53px;
    padding-left: 20px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.p-case__group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-case__group {
    flex-direction: column;
  }
}

.p-case__heading {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 80px;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-case__heading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
    padding-top: 40px;
  }
}
.p-case__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  background-color: #0081cc;
  width: 9px;
  height: 100%;
}

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

.p-case__definition {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.p-case__term {
  font-weight: 400;
  color: #0081cc;
}
@media screen and (max-width: 768px) {
  .p-case__term {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-case__description {
  margin-top: 4px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-case__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.025;
  }
}

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

.p-case__image {
  width: 40.8%;
}
@media screen and (max-width: 768px) {
  .p-case__image {
    margin-top: 24px;
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}
.p-case__image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-case__image img {
    width: 100%;
  }
}

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

.p-case__panel {
  background-color: #edf2f5;
  padding-top: 40px;
  padding-right: clamp(24px, 24px + (40 - 24) * (100vw - 768px) / (1920 - 768), 40px);
  padding-bottom: 40px;
  padding-left: clamp(24px, 24px + (40 - 24) * (100vw - 768px) / (1920 - 768), 40px);
}
@media screen and (max-width: 768px) {
  .p-case__panel {
    padding-top: 24px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
  }
}
.p-case__panel.-bg-primary {
  background-color: #1e2c58;
}

.p-case__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  color: #0081cc;
}
@media screen and (max-width: 768px) {
  .p-case__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.p-case__title.-clr-white {
  color: #fff;
}

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

.p-case__item {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  border-top: 1px solid #fff;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-case__item {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 32px;
  }
}
.p-case__item:last-child {
  border-bottom: 1px solid #fff;
}
.p-case__item::before {
  content: "";
  position: absolute;
  background-color: #7ecc00;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 28px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-case__item::before {
    top: 20px;
  }
}

.p-case__itemText {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-case__itemText {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-case__itemText.-fw-semibold {
  font-weight: 600;
}
.p-case__itemText.-fw-bold {
  font-weight: 700;
}
.p-case__itemText.-clr-white {
  color: #fff;
}

/**
 * p-flow
 * ---------------------------------------- */
.p-flow__content {
  display: grid;
  place-items: center;
  grid-template-areas: "step" "title" "image";
}
@media screen and (max-width: 768px) {
  .p-flow__content {
    grid-template-areas: "step image" "title image";
    column-gap: 20px;
    row-gap: 4px;
  }
}
.p-flow__content:last-child .p-flow__step {
  background: linear-gradient(to bottom, rgb(127, 183, 24) 0%, rgb(74, 160, 99) 50%, rgb(64, 156, 114) 60%, rgb(55, 152, 125) 70%, rgb(40, 146, 146) 80%, rgb(42, 147, 144) 90%, rgb(33, 143, 157) 100%);
}
.p-flow__content:last-child .p-flow__step::before {
  background: linear-gradient(to bottom, #218f9d 0%, #0081cc 100%);
}
.p-flow__content:last-child .p-flow__step {
  color: #fff;
}

.p-flow__step {
  display: inline-block;
  background: linear-gradient(to bottom, #fff 0%, #d8d8d8 100%);
  padding-top: 24px;
  padding-right: clamp(20px, 20px + (36 - 20) * (100vw - 768px) / (1920 - 768), 36px);
  padding-bottom: 24px;
  padding-left: clamp(20px, 20px + (36 - 20) * (100vw - 768px) / (1920 - 768), 36px);
  border-radius: 24px;
  position: relative;
  padding-bottom: 19px;
  text-align: center;
  max-width: 162px;
  grid-area: step;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-flow__step {
    padding-top: 18px;
    padding-right: 32px;
    padding-bottom: 18px;
    padding-left: 32px;
    line-height: normal;
  }
}
.p-flow__step::before {
  content: "";
  width: 30px;
  height: 18px;
  background: linear-gradient(to bottom, #d8d8d8 0%, #d8d8d8 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17px;
}

.p-flow__group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: clamp(16px, 16px + (32 - 16) * (100vw - 768px) / (1920 - 768), 32px);
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-flow__group {
    grid-template-columns: 1fr;
    column-gap: 20px;
    max-width: 450px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-flow__text {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 2.1636363636;
}
@media screen and (max-width: 768px) {
  .p-flow__text {
    line-height: 1;
  }
}

.p-flow__title {
  margin-top: 35px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 600;
  grid-area: title;
}
@media screen and (max-width: 768px) {
  .p-flow__title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2777777778;
    height: 100%;
    text-align: center;
  }
}

.p-flow__image {
  margin-top: 34px;
  grid-area: image;
}
@media screen and (max-width: 768px) {
  .p-flow__image {
    margin-top: 0;
  }
}
.p-flow__image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-flow__image img {
    width: 100%;
  }
}
.p-flow__image.-drop-shadow img {
  filter: drop-shadow(0 40px 20px rgba(30, 44, 88, 0.16));
  will-change: filter;
}

/**
 * p-spec-card（カード型レイアウト）
 * ---------------------------------------- */
.p-security-card {
  display: flex;
  flex-direction: column;
}

.p-security-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  background: linear-gradient(to bottom, #1e2c58 0%, #0081cc 100%);
  min-height: 213px;
}
@media screen and (max-width: 768px) {
  .p-security-card__content {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    min-height: initial;
  }
}

.p-security-card__main {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 700;
  color: #fff;
}

.p-security-card__sub {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-security-card__sub {
    line-height: 1.5;
  }
}

.p-security-card__box {
  text-align: center;
}

.p-security-card__text {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .p-security-card__image img {
    width: 100px;
    height: 100px;
  }
}

.c-text-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, rgb(127, 183, 24) 0%, rgb(74, 160, 99) 50%, rgb(64, 156, 114) 60%, rgb(55, 152, 125) 70%, rgb(40, 146, 146) 80%, rgb(42, 147, 144) 90%, rgb(33, 143, 157) 100%);
  padding-top: 24px;
  padding-right: clamp(32px, 32px + (80 - 32) * (100vw - 768px) / (1920 - 768), 80px);
  padding-bottom: 24px;
  padding-left: clamp(32px, 32px + (80 - 32) * (100vw - 768px) / (1920 - 768), 80px);
  border-radius: 16px;
  text-align: center;
  min-width: 615px;
}
@media screen and (max-width: 768px) {
  .c-text-label {
    width: calc(100% - 40px);
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    min-width: initial;
  }
}
.c-text-label::before {
  content: "";
  width: 48px;
  height: 32px;
  background: linear-gradient(to bottom, #218f9d 0%, #0081cc 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -31px;
}
@media screen and (max-width: 768px) {
  .c-text-label::before {
    width: 24px;
    height: 16px;
    bottom: -15px;
  }
}

.c-text-label__text {
  display: block;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-text-label__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-text-label2 {
  display: inline-block;
  background: linear-gradient(to bottom, rgb(127, 183, 24) 0%, rgb(74, 160, 99) 50%, rgb(64, 156, 114) 60%, rgb(55, 152, 125) 70%, rgb(40, 146, 146) 80%, rgb(42, 147, 144) 90%, rgb(33, 143, 157) 100%);
  padding-top: 25px;
  padding-right: 80px;
  padding-right: clamp(24px, 24px + (80 - 24) * (100vw - 768px) / (1920 - 768), 80px);
  padding-bottom: 25px;
  padding-left: clamp(24px, 24px + (80 - 24) * (100vw - 768px) / (1920 - 768), 80px);
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-text-label2 {
    padding-top: 16px;
    padding-right: 22px;
    padding-bottom: 16px;
    padding-left: 22px;
  }
}

.c-text-label2__text {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-text-label2__text {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.8294117647;
    text-align: center;
  }
}
.c-text-label2__text::before {
  content: "";
  width: 48px;
  height: 29px;
  background: linear-gradient(to bottom, #218f9d 0%, #0081cc 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -28px;
}
@media screen and (max-width: 768px) {
  .c-text-label2__text::before {
    width: 24px;
    height: 16px;
    bottom: -15px;
  }
}

/**
 * p-service-card
 * ---------------------------------------- */
.p-service-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  column-gap: clamp(16px, 16px + (40 - 16) * (100vw - 768px) / (1920 - 768), 40px);
  row-gap: clamp(16px, 16px + (40 - 16) * (100vw - 768px) / (1920 - 768), 40px);
  justify-content: center;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-service-card {
    flex-direction: column;
    row-gap: 16px;
  }
}

.p-service-card__content {
  position: relative;
}
.p-service-card__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(30, 44, 88, 0) 0%, rgb(30, 44, 88) 100%);
}

.p-service-card__item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .p-service-card__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-service-card__item:nth-child(odd), .p-service-card__item:nth-child(even) {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  .p-service-card__item:nth-child(odd) {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-service-card__item:nth-child(even) {
    margin-left: auto;
  }
}

.p-service-card__title {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 12px;
  width: 100%;
  padding-right: clamp(12px, 12px + (20 - 12) * (100vw - 768px) / (1920 - 768), 20px);
  padding-left: clamp(12px, 12px + (20 - 12) * (100vw - 768px) / (1920 - 768), 20px);
  font-size: clamp(16px, 16px + (22 - 16) * (100vw - 768px) / (1920 - 768), 22px);
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service-card__title {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

.p-service-card__image img {
  max-width: 100%;
  height: auto;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
}

/**
 * p-box
 * ---------------------------------------- */
.p-box {
  background-color: #fff;
  padding-top: 40px;
  padding-right: clamp(24px, 24px + (113 - 24) * (100vw - 768px) / (1920 - 768), 113px);
  padding-bottom: 40px;
  padding-left: clamp(24px, 24px + (113 - 24) * (100vw - 768px) / (1920 - 768), 113px);
}
@media screen and (max-width: 768px) {
  .p-box {
    padding-top: 24px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
  }
}

/**
 * p-solution
 * ---------------------------------------- */
.p-solution__block {
  background-color: #fff;
  padding-top: 64px;
  padding-right: clamp(32px, 32px + (60 - 32) * (100vw - 768px) / (1920 - 768), 60px);
  padding-bottom: 64px;
  padding-left: clamp(32px, 32px + (60 - 32) * (100vw - 768px) / (1920 - 768), 60px);
  box-shadow: 0px 20px 20px 0px rgba(30, 44, 88, 0.16);
}
@media screen and (max-width: 768px) {
  .p-solution__block {
    padding-top: 24px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.p-solution__block:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-solution__block:not(:first-child) {
    margin-top: 40px;
  }
}

.p-solution__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  border-bottom: 1px solid #0081cc;
}
@media screen and (max-width: 768px) {
  .p-solution__head {
    padding-bottom: 16px;
  }
}

.p-solution__box {
  display: flex;
  column-gap: clamp(24px, 24px + (40 - 24) * (100vw - 768px) / (1920 - 768), 40px);
  padding-left: 20px;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-solution__box {
    flex-direction: column;
    row-gap: 16px;
    margin-top: 24px;
  }
}
.p-solution__box::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #7fb718 0%, #0081cc 100%);
}

.p-solution__content {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  background-color: #edf2f5;
  padding-top: 40px;
  padding-right: clamp(24px, 24px + (155 - 24) * (100vw - 768px) / (1920 - 768), 155px);
  padding-bottom: 40px;
  padding-left: clamp(24px, 24px + (155 - 24) * (100vw - 768px) / (1920 - 768), 155px);
}
@media screen and (max-width: 768px) {
  .p-solution__content {
    flex-direction: column;
    margin-top: 24px;
    padding-top: 24px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
  }
}

.p-solution__center {
  padding-top: 36px;
  padding-right: clamp(12px, 12px + (36 - 12) * (100vw - 768px) / (1920 - 768), 36px);
  padding-bottom: 36px;
  padding-left: clamp(12px, 12px + (36 - 12) * (100vw - 768px) / (1920 - 768), 36px);
  background-color: #fff;
  border: 4px solid #0081cc;
}
@media screen and (max-width: 768px) {
  .p-solution__center {
    width: calc(100% - 96px);
    max-width: 432px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 24px;
    padding-top: 18px;
    padding-right: 20px;
    padding-bottom: 18px;
    padding-left: 20px;
  }
}

.p-solution__flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  padding-right: clamp(8px, 8px + (33 - 8) * (100vw - 768px) / (1920 - 768), 33px);
  padding-left: clamp(8px, 8px + (33 - 8) * (100vw - 768px) / (1920 - 768), 33px);
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-solution__flow {
    flex-direction: row;
  }
}
.p-solution__flow.-first {
  margin-right: 48px;
}
@media screen and (max-width: 768px) {
  .p-solution__flow.-first {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 0;
    column-gap: 24px;
  }
}
.p-solution__flow.-first::after {
  content: "";
  background: linear-gradient(to right, #0081cc 0%, #7fb718 100%);
  width: 48px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -48px;
}
@media screen and (max-width: 768px) {
  .p-solution__flow.-first::after {
    top: initial;
    left: 50%;
    bottom: -24px;
    width: 16px;
    height: 24px;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, #0081cc 0%, #7fb718 100%);
  }
}
.p-solution__flow.-second {
  margin-left: 64px;
  padding-right: clamp(10px, 10px + (14 - 10) * (100vw - 768px) / (1920 - 768), 14px);
  padding-left: clamp(10px, 10px + (14 - 10) * (100vw - 768px) / (1920 - 768), 14px);
}
@media screen and (max-width: 768px) {
  .p-solution__flow.-second {
    margin-top: 44px;
    margin-left: 0;
    padding-top: 17px;
    padding-bottom: 17px;
    column-gap: 12px;
  }
}
.p-solution__flow.-second::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 36px;
  left: -64px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to right, #0081cc 0%, #7fb718 100%);
  clip-path: polygon(0 10px, 32px 10px, 32px 0, 100% 50%, 32px 100%, 32px 26px, 0 26px);
}
@media screen and (max-width: 768px) {
  .p-solution__flow.-second::before {
    width: 36px;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(10px 0, 26px 0, 26px 12px, 100% 12px, 50% 100%, 0 12px, 10px 12px);
    background: linear-gradient(to bottom, #0081cc 0%, #7fb718 100%);
  }
}

.p-solution__number {
  font-size: 80px;
  font-size: 5rem;
  line-height: 1.21;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #0081cc;
}
@media screen and (max-width: 768px) {
  .p-solution__number {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.p-solution__item {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 600;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .p-solution__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-solution__ai {
  margin-top: 40px;
  background-color: #edf2f5;
  padding-top: 40px;
  padding-right: clamp(24px, 24px + (155 - 24) * (100vw - 768px) / (1920 - 768), 155px);
  padding-bottom: 40px;
  padding-left: clamp(24px, 24px + (155 - 24) * (100vw - 768px) / (1920 - 768), 155px);
}
@media screen and (max-width: 768px) {
  .p-solution__ai {
    margin-top: 24px;
    padding-top: 24px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
  }
}

.p-solution__aiInner {
  margin-top: 24px;
  position: relative;
}
.p-solution__aiInner::before {
  content: "";
  top: 16px;
  left: 36px;
  width: 24px;
  height: calc(100% - 96px);
  z-index: 0;
  position: absolute;
  background: linear-gradient(to bottom, #7fb718 0%, #0081cc 100%);
}
@media screen and (max-width: 768px) {
  .p-solution__aiInner::before {
    left: 28px;
  }
}

.p-solution__aiBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 11px;
  padding-right: 24px;
  padding-bottom: 11px;
  padding-left: 24px;
  background-color: #1e2c58;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-solution__aiBox {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.p-solution__aiRow {
  display: flex;
  align-items: center;
  position: relative;
}
.p-solution__aiRow:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-solution__aiRow:not(:first-child) {
    margin-top: 8px;
  }
}
.p-solution__aiRow:nth-child(odd) {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-solution__aiRow:nth-child(odd) {
    align-items: center;
  }
}
.p-solution__aiRow:last-child {
  margin-top: 28px;
}
.p-solution__aiRow:not(:last-child) .p-solution__aiBox::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #1e2c58;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}

.p-solution__aiRight {
  background-color: #fff;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-solution__aiRight {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }
}

.p-solution__aiBlock {
  padding-left: 24px;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-solution__aiBlock {
    padding-left: 16px;
  }
}
.p-solution__aiBlock::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 16px;
  height: 16px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-solution__aiBlock::before {
    left: 0;
  }
}

.p-solution__anchor {
  display: flex;
  column-gap: 75px;
  justify-content: center;
  margin-top: 104px;
}
@media screen and (max-width: 768px) {
  .p-solution__anchor {
    display: none;
  }
}

.p-solution__anchorCircle {
  position: relative;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #0081cc;
  position: absolute;
  width: 140px;
  height: 50px;
  overflow: hidden;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.p-solution__anchorCircle::before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 8px solid #0081cc;
  background-color: #fff;
}

.p-solution__anchorNumber {
  position: absolute;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #0081cc;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
}

.p-solution__anchorLink {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 8px solid #0081cc;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .p-solution__anchorLink:where(:any-link, :enabled, summary):hover {
    opacity: 0.65;
  }
}
.p-solution__anchorLink:not(:last-child)::before, .p-solution__anchorLink:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #0081cc;
  width: 27px;
  height: 1px;
  right: -57px;
}
.p-solution__anchorLink:not(:last-child)::before {
  transform: rotate(-35deg);
}
.p-solution__anchorLink:not(:last-child)::after {
  transform: rotate(35deg) translateY(-50%);
}
.p-solution__anchorLink.-justify-end {
  justify-content: flex-end;
}

.p-solution__anchorInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 68px;
  padding-right: clamp(8px, 8px + (32 - 8) * (100vw - 768px) / (1920 - 768), 32px);
  padding-bottom: 58px;
  padding-left: clamp(8px, 8px + (32 - 8) * (100vw - 768px) / (1920 - 768), 32px);
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-solution__anchorInner::after {
  content: "";
  width: 48px;
  height: 24px;
  background-color: #1e2c58;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
}

.p-solution__anchorImage img {
  max-width: 100%;
  height: auto;
}

/**
 * p-sase
 * ---------------------------------------- */
.p-sase {
  background-color: #edf2f5;
  padding-top: 40px;
  padding-right: clamp(32px, 32px + (167 - 32) * (100vw - 768px) / (1920 - 768), 167px);
  padding-bottom: 40px;
  padding-left: clamp(32px, 32px + (167 - 32) * (100vw - 768px) / (1920 - 768), 167px);
}
@media screen and (max-width: 768px) {
  .p-sase {
    padding-top: 24px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
  }
}

.p-sase__inner {
  max-width: 665px;
  margin-right: auto;
  margin-left: auto;
}

.p-sase__group {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sase__group {
    margin-top: 36px;
    justify-content: center;
    column-gap: 54px;
  }
}
.p-sase__group::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 238px;
  height: 292px;
  background-image: url("/lp/network/zerotrust_lp/common/img/deco_sase01_pc.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-sase__group::before {
    background-image: url("/lp/network/zerotrust_lp/common/img/deco_sase01_sp.svg");
    width: 150px;
    height: 208px;
    top: 61%;
  }
}

.p-sase__content {
  position: relative;
  padding-top: 47px;
  padding-right: clamp(12px, 12px + (24 - 12) * (100vw - 768px) / (1920 - 768), 24px);
  padding-bottom: 24px;
  padding-left: clamp(12px, 12px + (24 - 12) * (100vw - 768px) / (1920 - 768), 24px);
  background-color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(30, 44, 88, 0.1);
}
@media screen and (max-width: 768px) {
  .p-sase__content {
    padding-right: 8px;
    padding-bottom: 16px;
    padding-left: 8px;
  }
}
.p-sase__content::before {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: #fff;
  width: 100px;
  height: 50px;
  border-radius: 50%/100% 100% 0 0;
}
@media screen and (max-width: 768px) {
  .p-sase__content::before {
    width: 60px;
    height: 30px;
    top: -30px;
  }
}

.p-sase__circle {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 2px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .p-sase__circle {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-sase__circle.-first img {
    width: 33px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-sase__circle.-second img {
    width: 29px;
    height: 36px;
  }
}

.p-sase__title {
  padding-top: 9px;
  padding-right: 51px;
  padding-bottom: 9px;
  padding-left: 51px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  background-color: #edf2f5;
  color: #0081cc;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-sase__title {
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1875;
  }
}

.p-sase__sub {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-sase__sub {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-sase__text {
  margin-top: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6714285714;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-sase__text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3;
  }
}

.p-sase__box {
  display: inline-block;
  padding-top: 16px;
  padding-right: clamp(40px, 40px + (80 - 40) * (100vw - 768px) / (1920 - 768), 80px);
  padding-bottom: 16px;
  padding-left: clamp(40px, 40px + (80 - 40) * (100vw - 768px) / (1920 - 768), 80px);
  background-color: #1e2c58;
  position: relative;
  max-width: 402px;
}
@media screen and (max-width: 768px) {
  .p-sase__box {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.p-sase__box::before {
  content: "";
  position: absolute;
  background-color: #1e2c58;
  width: 24px;
  height: 16px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 100%, 50% 0%, 100% 100%);
}

.p-sase__boxText {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-sase__boxText {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .p-sase__image {
    padding-top: 10px;
  }
}
.p-sase__image img {
  max-width: 100%;
  height: auto;
}

/**
 * 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: rgba(237, 242, 245, 0.8);
  opacity: 0.8;
  width: 100%;
  height: 72px;
  bottom: 0;
  left: 0;
}
.p-fixed-cta.-visible {
  display: block;
}

/**
 * l-main
 * ---------------------------------------- */
@media screen and (max-width: 768px) {
  .l-main {
    overflow-x: hidden;
  }
}

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

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

.u-mt-80-16 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-80-16 {
    margin-top: 16px !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-64-35 {
  margin-top: 64px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-64-35 {
    margin-top: 35px !important;
  }
}

.u-mt-62-40 {
  margin-top: 62px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-62-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-40-16 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-40-16 {
    margin-top: 16px !important;
  }
}

.u-mt-24-40 {
  margin-top: 24px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-24-40 {
    margin-top: 40px !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-16-16 {
  margin-top: 8px !important;
}

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

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

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

/**
 * padding-top
 * ---------------------------------------- */
.u-pt-40-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-64 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .u-pb-0-64 {
    padding-bottom: 64px !important;
  }
}

/**
 * font-family
 * ---------------------------------------- */
.u-ff-en {
  font-family: "Montserrat", sans-serif;
}

/**
 * font-size
 * ---------------------------------------- */
.u-fz-72-34 {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1.125;
}
@media screen and (max-width: 768px) {
  .u-fz-72-34 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.5294117647;
  }
}

.u-fz-64-34 {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.4625;
}
@media screen and (max-width: 768px) {
  .u-fz-64-34 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.4;
  }
}

.u-fz-40-22 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .u-fz-40-22 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.u-fz-34-22 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .u-fz-34-22 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2.1636363636;
  }
}

.u-fz-34-18 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .u-fz-34-18 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.u-fz-22-14 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .u-fz-22-14 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/**
 * font-weight
 * ---------------------------------------- */
.u-fw-regular {
  font-weight: 400;
}

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

.u-fw-semibold {
  font-weight: 600;
}

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

.u-fw-black {
  font-weight: 900;
}

/**
 * color
 * ---------------------------------------- */
.u-clr-white {
  color: #fff !important;
}

.u-clr-blue {
  color: #0081cc !important;
}

/**
 * border-top
 * ---------------------------------------- */
.u-border-top-line-blue {
  border-top: 1px solid #0081cc;
}

/**
 * text-transform
 * ---------------------------------------- */
.u-text-uppercase {
  text-transform: uppercase;
}

/**
 * background
 * ---------------------------------------- */
.u-marker-primary {
  display: inline;
  background: linear-gradient(#00bceb 0, #00bceb 100%);
}