@charset "UTF-8";
/* @Reference site */
/* @MEMO */

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
}

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

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

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* ==========================================================================
  BASE
========================================================================== */
html,
body {
  height: 100%;
  min-width: 100%;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-feature-settings: "palt";
  font-size: 13px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  text-align: left;
}
body.-lock {
  overflow: hidden;
}

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

button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  outline: none;
  padding: 0;
}

picture {
  display: block;
}

iframe[name=google_conversion_frame] {
  height: 0;
  position: absolute;
}

a {
  cursor: pointer;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
}

main {
  display: block;
}

nav li:before {
  content: "";
  display: none;
}

/* ==========================================================================
  BASE
========================================================================== */
/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  display: block;
  font-family: "YakuHanJP", "noto-sans-jp", sans-serif;
  outline: none;
  padding: 0;
}

.about {
  color: #092241;
  position: relative;
}
.about::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.about__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.about__header {
  text-align: center;
}

.about__lead {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.03em;
  position: relative;
  display: inline-block;
  padding-inline: 8px;
  padding-bottom: 12px;
  background-image: linear-gradient(#2a2a2a, #2a2a2a);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: center bottom;
}
.about__lead::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  border-top: 16px solid #2a2a2a;
}
.about__lead::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 15px solid #fff;
}
.about__lead span {
  color: #cc0033;
  position: relative;
}
.about__lead span::before {
  content: "●";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  color: #d6001c;
}

.about__cards {
  display: grid;
  margin: auto;
  justify-content: center;
}

.about__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about__card .-img {
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  z-index: 2;
}
.about__card .-serif {
  background-color: #fff;
  border-radius: 999px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__card .-serif::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 15px solid #fff;
}
.about__card .-text {
  margin: 0;
  color: #1f2d3d;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.about__card .-text span {
  background: linear-gradient(transparent 65%, #ffe200 60%);
}
.about__card .-link {
  display: flex;
  justify-content: center;
}
.about__card .-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #092241;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  position: relative;
  border: 3px solid transparent;
  background: linear-gradient(#092241, #092241) padding-box, linear-gradient(135deg, #3cf0f0 0%, #092241 50%, #ffaa3c 100%) border-box;
  background-origin: border-box;
  background-clip: content-box, border-box;
  cursor: pointer;
}
.about__card .-btn::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
}
.about__card .-btn-icon {
  border-radius: 50%;
  border: 3px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #3cf0f0 0%, #092241 50%, #ffaa3c 100%) border-box;
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  transform: translateY(-50%);
  overflow: hidden;
}
.about__card .-btn-text {
  font-weight: 700;
}
.about__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(135deg);
}
.about__nav.-next::before {
  left: 45%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.about__nav.-prev {
  left: 2.3vw;
}
.about__nav.-next {
  right: 2.3vw;
}

.c-op-bg {
  opacity: 0;
}

.c-op-title {
  opacity: 0;
}
.-reveal .c-op-title {
  animation: itemOp 1s 0.4s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.c-op-logo {
  opacity: 0;
}
.-reveal .c-op-logo {
  animation: itemOp 1s 0.4s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.c-op-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.-reveal .c-op-btn {
  animation: btnIn 0.5s 2.5s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}

.c-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.-reveal .c-btn {
  animation: btnIn 0.6s 0s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}

.c-sbt {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-sbt.-reveal {
  animation: btnIn 0.8s 0s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}

.c-illustration img {
  opacity: 0;
}
.c-illustration.-reveal img {
  animation: illIn 1.2s 0.2s ease-in-out forwards;
}

.c-title {
  opacity: 0;
}
.-reveal .c-title {
  animation: titleIn 0.8s 0.2s ease-out forwards;
}
.c-title.-reveal {
  animation: titleIn 0.8s 0.2s ease-out forwards;
}

@keyframes bgOpSP {
  0% {
    opacity: 0;
    background-position: 50% 90%;
  }
  100% {
    opacity: 1;
    background-position: 50% 50%;
  }
}
@keyframes bgOpTB {
  0% {
    opacity: 0;
    background-position: 50% 60%;
  }
  100% {
    opacity: 1;
    background-position: 50% 50%;
  }
}
@keyframes bgOpPC {
  0% {
    opacity: 0;
    background-position: 50% 95%;
  }
  100% {
    opacity: 1;
    background-position: 50% 90%;
  }
}
@keyframes itemOp {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes btnIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
}
@keyframes illIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes titleIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.case {
  position: relative;
  background-color: #fff;
  overflow-x: clip;
  overflow-y: visible;
  color: #092241;
}

.case__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.case__title {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case__title::before {
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, #cee0ff 0%, rgba(219, 231, 255, 0) 50%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.case__title .-title__inner {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case__title .-icn,
.case__title .-en,
.case__title .-head,
.case__title .-sub {
  position: relative;
  z-index: 1;
  color: #092241;
}
.case__title .-en {
  line-height: 1;
}
.case__title .-head {
  line-height: 1;
  letter-spacing: 0.02em;
}
.case__title .-sub {
  line-height: 1;
}

.case__bg-deco {
  pointer-events: none;
}
.case__bg-deco.-deco2 {
  z-index: 2;
}

.case__list {
  display: grid;
}

.case__item {
  background-color: #e6f0f8;
  position: relative;
  box-shadow: 0 0px 10px rgba(9, 34, 65, 0.2);
}
.case__item .-head {
  position: absolute;
  top: 0;
  left: 0;
}
.case__item .-content-top {
  display: grid;
}
.case__item .-content-top .-desc {
  background: #fff;
  border: 2px solid #092241;
  font-weight: 700;
}
.case__item .-content-top .-title {
  position: relative;
  font-weight: 700;
}
.case__item .-content-top .-title::before {
  position: absolute;
  top: 0;
  left: 0px;
}
.case__item .-content-top .-title::after {
  position: absolute;
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.case__item .-content-bottom {
  display: grid;
}
.case__item .-content-bottom .-context,
.case__item .-content-bottom .-benefit {
  position: relative;
}
.case__item .-content-bottom .-context::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #0b2b4f;
  z-index: 2;
}
.case__item .-content-bottom .-benefit {
  background: #fff;
}
.case__item .-content-bottom .-head {
  font-weight: 700;
  border-radius: 999px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
.case__item .-content-bottom .-context .-head {
  background: #0b2b4f;
}
.case__item .-content-bottom .-benefit .-head {
  background: #d6001c;
}
.case__item .-content-bottom .-desc {
  font-weight: 400;
}

.features {
  position: relative;
  color: #092241;
  overflow-x: clip;
  overflow-y: visible;
}

.features__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.features__title::before {
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, #cee0ff 0%, rgba(219, 231, 255, 0) 50%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.features__title .-title__inner {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features__title .-icn,
.features__title .-en,
.features__title .-head,
.features__title .-sub {
  position: relative;
  z-index: 1;
  color: #092241;
}
.features__title .-en {
  line-height: 1;
}
.features__title .-head {
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.features__title .-sub {
  line-height: 1;
  font-weight: 500;
}
.features__title .-note {
  color: #8490a0;
  font-weight: 400;
}

.features__bg-deco {
  pointer-events: none;
}
.features__bg-deco.-deco1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: auto;
  min-width: 1920px;
}

.features__list {
  display: grid;
}

.features__item {
  background-color: #fff;
  position: relative;
  box-shadow: 0 0px 10px rgba(9, 34, 65, 0.2);
}
.features__item .-head {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.features__item .-head .-head__num {
  font-weight: 800;
}
.features__item .-content {
  display: grid;
}
.features__item .-content .-icon {
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  border: 3px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #ffffff 0%, #fff 15%, #3cf0f0 20%, #092241 50%, #ffaa3c 80%, #fff 85%, #ffffff 100%) border-box;
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: grid;
  place-items: center;
}
.features__item .-content .-text .-label {
  display: inline-block;
  background-color: #cc0033;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  position: relative;
}
.features__item .-content .-text .-title {
  font-weight: 700;
}
.features__item .-content .-text .-desc {
  font-weight: 400;
}
.features__item .-content .-img {
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 100%;
}
.features__item .-acc-wrapper {
  position: relative;
  grid-column: 1/4;
}
.features__item .-acc-toggle {
  transform: translateX(-50%);
  border: #092241 solid 1.5px;
  background-color: #fff;
  line-height: 1;
  border-radius: 9999px;
  position: relative;
  display: grid;
  place-items: center;
  font-weight: 700;
  cursor: pointer;
}
.features__item .-acc-toggle::before, .features__item .-acc-toggle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 1.5px;
  background-color: #092241;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.features__item .-acc-toggle::before {
  transform: translateY(-50%);
}
.features__item .-acc-toggle::after {
  transform: translateY(-50%) rotate(90deg);
}
.features__item .-acc-wrapper.-active .-acc-toggle::after {
  transform: translateY(-50%) rotate(0deg);
}
.features__item .-acc-cont {
  overflow: hidden;
  transition: height 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.features__item .-acc-cont-inner {
  display: grid;
}
.features__item .-acc-cont-inner .-acc-cont-block {
  display: grid;
  align-items: start;
}
.features__item .-acc-cont-inner .-acc-cont-title {
  font-weight: 700;
}
.features__item .-acc-cont-inner .-acc-cont-rows {
  display: grid;
  font-weight: 400;
}
.features__item .-acc-cont-inner .-acc-cont-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 6px;
}
.features__item .-acc-cont-inner .-acc-cont-note {
  color: rgba(9, 34, 65, 0.6);
  grid-column: 1/-1;
}

.flow {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  color: #092241;
  /* 共有スタイルシートの影響で発生する下余白を埋める（打ち消す） */
}
.flow::before {
  content: "";
  position: absolute;
  top: unset;
  left: 50%;
  bottom: -1px;
  right: unset;
  transform: translate(-50%, 0%);
  z-index: 1;
  width: 101%;
  height: auto;
  aspect-ratio: 1920/79;
  background-image: url("../../assets/img/flow/bg_bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}

.flow__inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.flow__title {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow__title::before {
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, #cee0ff 0%, rgba(219, 231, 255, 0) 50%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.flow__title .-title__inner {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow__title .-icn,
.flow__title .-en,
.flow__title .-head,
.flow__title .-sub {
  position: relative;
  z-index: 1;
  color: #092241;
}
.flow__title .-en {
  line-height: 1;
}
.flow__title .-head {
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.flow__title .-sub {
  line-height: 1;
  font-weight: 500;
}

.flow__bg-deco {
  pointer-events: none;
}
.flow__bg-deco.-deco2 {
  z-index: 2;
}

.flow__list {
  position: relative;
  display: grid;
}

.flow__item {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  display: grid;
  position: relative;
}
.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  z-index: 2;
}
.flow__item .-role {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  display: grid;
  place-items: center;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.flow__item.-customer .-role {
  background: #3cc8ff;
}
.flow__item.-sales .-role, .flow__item.-fsc .-role {
  background: #ffab00;
}
.flow__item .-content {
  display: grid;
  align-items: center;
}
.flow__item .-head {
  display: flex;
  align-items: center;
  position: relative;
}
.flow__item .-title {
  font-weight: 700;
}
.flow__item .-illust {
  position: relative;
  margin-left: auto;
  position: absolute;
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  margin-left: 0;
}
.flow__item .-desc {
  font-weight: 400;
}

.flow__cta {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.flow__btn {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  justify-content: center;
}
.flow__btn.-download {
  background: #cc0033;
  color: #fff;
}
.flow__btn.-download img {
  width: 23px;
}
.flow__btn.-contact {
  background: #ffe200;
  color: #111;
}
.flow__btn.-contact img {
  width: 29px;
}

.flow__note {
  color: #8490a0;
  margin-inline: auto;
  font-weight: 400;
}

.merit {
  position: relative;
  background-color: #cc0033;
  color: #092241;
  overflow-x: clip;
  overflow-y: visible;
}
.merit::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -98%);
  z-index: 0;
  aspect-ratio: 1920/95;
  width: 105%;
  height: auto;
  background-image: url("../../assets/img/merit/bg_top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}

.merit__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.merit__title {
  color: #fff;
  position: relative;
}
.merit__title::before {
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(204, 223, 255, 0.7) 0%, rgba(219, 231, 255, 0) 50%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.merit__title .-title__inner {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.merit__title .-icn,
.merit__title .-en,
.merit__title .-head,
.merit__title .-sub {
  position: relative;
  z-index: 1;
  color: #fff;
}
.merit__title .-en {
  line-height: 1;
}
.merit__title .-head {
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.merit__title .-sub {
  line-height: 1;
  font-weight: 500;
}

.merit__bg-deco {
  pointer-events: none;
}
.merit__bg-deco.-deco1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: auto;
  min-width: 1920px;
}

.merit__list {
  display: grid;
}

.merit__item {
  background-color: #fff;
  position: relative;
  box-shadow: 0 0px 10px rgba(9, 34, 65, 0.2);
}
.merit__item .-head {
  position: absolute;
  top: 0;
  left: 0;
}
.merit__item .-content {
  display: grid;
}
.merit__item .-content .-title {
  font-weight: 700;
  text-align: center;
  border-bottom: #e6e6e6 1.8px solid;
  line-height: 1.5;
}
.merit__item .-content .-img {
  position: relative;
}
.merit__item .-content .-desc {
  font-weight: 400;
}

.mv {
  position: relative;
  overflow: hidden;
  background-color: #fcede4;
  color: #092241;
}

.mv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}

.mv__img {
  background-size: cover;
  z-index: -2;
}

.mv__title {
  width: 100%;
}

.mv__row {
  width: 100%;
  display: inline-flex;
}

.mv__cta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}

.mv__btn {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  justify-content: center;
}
.mv__btn.-download {
  background: #cc0033;
  color: #fff;
}
.mv__btn.-download img {
  width: 23px;
}
.mv__btn.-contact {
  background: #ffe200;
  color: #111;
}
.mv__btn.-contact img {
  width: 29px;
}

.page-nav {
  position: relative;
  left: 0;
  top: 106px;
  position: sticky;
  background-color: #092241;
  z-index: 99;
}

.page-nav::before,
.page-nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2.4px;
  background: linear-gradient(135deg, #3cf0f0 0%, #092241 50%, #ffaa3c 100%);
  z-index: 1;
}

.page-nav::before {
  top: 0;
}

.page-nav::after {
  bottom: 0;
}

.page-nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.page-nav__item {
  flex: 1 1 0;
  text-align: center;
  position: relative;
}
.page-nav__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.page-nav__item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.page-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.page-nav__txt {
  color: inherit;
  white-space: nowrap;
  font-weight: 700;
  color: #fff;
}

.-page_fsc24 p:not(:first-child) {
  margin-top: 0;
}

.qa {
  position: relative;
  background-color: #092241;
  color: #fff;
  overflow-x: clip;
  overflow-y: visible;
}
.qa::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -98%);
  z-index: 0;
  width: 101%;
  height: auto;
  aspect-ratio: 1920/88;
  background-image: url("../../assets/img/qa/bg_top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}

.qa__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.qa__title {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qa__title::before {
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(206, 224, 255, 0.5) 0%, rgba(219, 231, 255, 0) 50%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.qa__title .-title__inner {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qa__title .-icn,
.qa__title .-en,
.qa__title .-head,
.qa__title .-sub {
  position: relative;
  z-index: 1;
  color: #fff;
}
.qa__title .-en {
  line-height: 1;
}
.qa__title .-head {
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.qa__title .-sub {
  line-height: 1;
  font-weight: 500;
}

.qa__bg-deco {
  pointer-events: none;
}
.qa__bg-deco.-deco1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 100%;
  min-width: 1920px;
}

.qa__list {
  position: relative;
  display: grid;
}

.qa__item {
  background: #fff;
  color: #092241;
  display: flex;
  flex-direction: column;
  border-radius: 9px;
}
.qa__item .-row {
  display: grid;
}
.qa__item .-text {
  font-weight: 500;
  line-height: 1.7;
}
.qa__item .-q .-text {
  font-weight: 700;
}
.qa__item .-a .-text {
  font-weight: 400;
}
.qa__item .-a .-icon {
  font-weight: 400;
}

.service {
  background-color: #ffffff;
}

.service__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.service__title {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service__title::before {
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, #cee0ff 0%, rgba(219, 231, 255, 0) 50%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.service__title .-title__inner {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service__title .-icn,
.service__title .-en,
.service__title .-head,
.service__title .-sub {
  position: relative;
  z-index: 1;
  color: #092241;
}
.service__title .-en {
  line-height: 1;
}
.service__title .-head {
  line-height: 1;
  letter-spacing: 0.02em;
}
.service__title .-sub {
  line-height: 1;
}

.sticky-button {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 100;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.sticky-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffd901;
  border-radius: 999px;
  padding: 20px 43px;
  box-shadow: 2pxx 2px 6px rgba(0, 0, 0, 0.5);
  text-decoration: none !important;
}

.sticky-button__text {
  font-weight: 700;
  color: #000;
}

.sticky-button__icon {
  width: 25px;
}

.sticky-button__close {
  position: absolute;
  left: 0px;
  top: -12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
}
.sticky-button__close::before, .sticky-button__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background-color: #000;
  transform-origin: center;
}
.sticky-button__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sticky-button__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-zoom__open {
  cursor: pointer;
}

.c-zoom {
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  background-color: rgba(235, 247, 246, 0.9);
  display: flex;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
  width: 100%;
  z-index: -1;
  display: none;
}
.c-zoom .c-zoom__inner {
  background-color: #fff;
  box-shadow: 0 0 7.6vw rgba(0, 0, 0, 0.2);
  padding: 5.1vw;
  position: relative;
  width: 100%;
  touch-action: none;
  transform-origin: center center;
  will-change: transform;
}
.c-zoom .c-zoom__inner:after {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8) url(../../assets/img/zoom_modal/ico_pinchout.svg) no-repeat center/38.4vw auto;
  content: "";
  height: 100%;
  opacity: 0;
  width: 100%;
}
.c-zoom .c-zoom__close {
  position: absolute;
  top: 5.1vw;
  right: 5.1vw;
  height: 10.2vw;
  padding: 0;
  width: 10.2vw;
}
.c-zoom .c-zoom__close:before, .c-zoom .c-zoom__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.6vw solid #000;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
  width: 135%;
}
.c-zoom .c-zoom__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-zoom.-active {
  opacity: 1;
  z-index: 9999;
  display: flex;
}
.c-zoom.-active .c-zoom__inner:after {
  animation: zoomFadeOut 0.4s 1.2s forwards;
  opacity: 1;
}
@keyframes zoomFadeOut {
  100% {
    opacity: 0;
  }
}
@media (min-width: 800px){
  .c-hover_op {
    transition: opacity 0.5s 0s ease;
  }
  .c-hover_op:hover {
    opacity: 0.7;
  }
  .c-hover_op a {
    text-decoration: none !important;
  }
  .about {
    padding: 103px 0 133px;
  }
  .about::before {
    position: absolute;
    top: 296px;
    left: 0px;
    aspect-ratio: 1920/777;
    background-image: url("../../assets/img/about/bg_gray.svg");
  }
  .about__header {
    margin-bottom: 240px;
  }
  .about__lead {
    font-size: 32px;
  }
  .about__lead br {
    display: none;
  }
  .about__cards {
    grid-template-columns: repeat(3, 350px);
    gap: 21px;
  }
  .about__card.-card1 .-img {
    position: absolute;
    top: -204px;
    left: 50%;
    width: 142px;
  }
  .about__card.-card2 .-img {
    position: absolute;
    top: -199px;
    left: 50%;
    width: 136px;
  }
  .about__card.-card3 .-img {
    position: absolute;
    top: -161px;
    left: 50%;
    width: 184px;
  }
  .about__card .-serif {
    width: 350px;
    height: 136px;
    margin-bottom: 31px;
    padding: 33px 44px;
  }
  .about__card .-text {
    font-size: 19px;
  }
  .about__card .-btn {
    width: 298px;
    height: 49px;
  }
  .about__card .-btn-icon {
    position: absolute;
    top: 50%;
    left: -37px;
    width: 74px;
    height: 74px;
  }
  .about__card .-btn-text {
    font-size: 18px;
  }
  .about__nav {
    display: none;
  }
  .-reveal .c-op-bg {
    animation: bgOpPC 2.3s 0.4s cubic-bezier(0.37, 0, 0.63, 1) forwards;
  }
  .case {
    padding: 100px 0 321px;
  }
  .case__title {
    margin-bottom: -135px;
    padding-top: 121px;
    min-height: 510px;
  }
  .case__title::before {
    width: 538px;
    height: 538px;
  }
  .case__title .-icn {
    width: 35px;
    margin-bottom: 26px;
  }
  .case__title .-en {
    width: 175px;
    margin-bottom: 30px;
  }
  .case__title .-head {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 16px;
  }
  .case__title .-sub {
    font-size: 18px;
  }
  .case__bg-deco.-deco1 {
    position: absolute;
    top: -213px;
    left: unset;
    bottom: unset;
    right: -273px;
    width: 401px;
  }
  .case__bg-deco.-deco2 {
    position: absolute;
    top: unset;
    left: -215px;
    bottom: -458px;
    right: unset;
    width: 267px;
  }
  .case__list {
    grid-template-columns: repeat(2, 588px);
    gap: 23px;
    justify-content: center;
  }
  .case__item {
    border-radius: 16px;
    padding: 43px 51px;
  }
  .case__item .-head {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 85px;
    height: auto;
  }
  .case__item .-content-top {
    gap: 14px;
    margin-bottom: 34px;
  }
  .case__item .-content-top .-img {
    position: absolute;
    top: -19px;
    left: unset;
    bottom: unset;
    right: -13px;
    width: 231px;
  }
  .case__item .-content-top .-desc {
    width: 298px;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.5;
  }
  .case__item .-content-top .-title {
    width: 298px;
    height: 88px;
    font-size: 24px;
    line-height: 34px;
    padding: 12px 0 0 46px;
  }
  .case__item .-content-top .-title::before, .case__item .-content-top .-title::after {
    content: "";
    width: 30px;
    height: 30px;
    border-left: 8px solid #cfe1f1;
    border-top: 8px solid #cfe1f1;
  }
  .case__item .-content-bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .case__item .-content-bottom .-context,
  .case__item .-content-bottom .-benefit {
    border-radius: 7px;
  }
  .case__item .-content-bottom .-context {
    padding: 28px 25px 24px 0;
  }
  .case__item .-content-bottom .-context::after {
    position: absolute;
    top: 68px;
    left: unset;
    bottom: unset;
    right: -24px;
  }
  .case__item .-content-bottom .-benefit {
    padding: 28px 25px 24px;
  }
  .case__item .-content-bottom .-head {
    padding: 6px 14px;
    font-size: 15px;
    line-height: 1;
  }
  .case__item .-content-bottom .-context .-head {
    position: absolute;
    top: -14px;
    left: 0px;
  }
  .case__item .-content-bottom .-benefit .-head {
    position: absolute;
    top: -14px;
    left: 22px;
  }
  .case__item .-content-bottom .-desc {
    font-size: 15px;
    line-height: 24px;
  }
  .features {
    margin-bottom: 103px;
  }
  .features__title {
    margin-bottom: -135px;
    padding-top: 121px;
    min-height: 538px;
  }
  .features__title::before {
    width: 538px;
    height: 538px;
  }
  .features__title .-icn {
    width: 35px;
    margin-bottom: 26px;
  }
  .features__title .-en {
    width: 321px;
    margin-bottom: 30px;
  }
  .features__title .-head {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .features__title .-sub {
    font-size: 18px;
  }
  .features__title .-note {
    margin-top: 24px;
  }
  .features__bg-deco.-deco1 img {
    position: absolute;
    top: -323px;
    left: unset;
    bottom: unset;
    right: -71px;
    width: 873px;
  }
  .features__bg-deco.-deco2 {
    position: absolute;
    top: 181px;
    left: -256px;
    width: 388px;
  }
  .features__bg-deco.-deco3 {
    position: absolute;
    top: 960px;
    left: 1228px;
    width: 302px;
  }
  .features__list {
    gap: 31px;
  }
  .features__item {
    border-radius: 9px;
    padding: 38px 40px 41px;
  }
  .features__item .-head .-head__num {
    width: 85px;
  }
  .features__item .-content {
    grid-template-columns: 205px 1fr 404px;
    -moz-column-gap: 39px;
         column-gap: 39px;
  }
  .features__item .-content .-icon {
    width: 134px;
    height: 134px;
  }
  .features__item .-content .-text .-label {
    font-size: 17px;
    padding: 7px 20px 9px;
    margin-bottom: 12px;
    line-height: 1;
  }
  .features__item .-content .-text .-label br {
    display: none;
  }
  .features__item .-content .-text .-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .features__item .-content .-text .-title .-hide-sp {
    display: none;
  }
  .features__item .-content .-text .-desc {
    font-size: 16px;
    line-height: 28px;
  }
  .features__item .-content .-img {
    height: 216px;
    border-radius: 8px;
  }
  .features__item .-acc-toggle {
    position: absolute;
    top: unset;
    left: 50%;
    bottom: -52px;
    right: unset;
    font-size: 16px;
    padding: 4px 0 5px;
    width: 236px;
    text-align: center;
  }
  .features__item .-acc-cont-inner {
    grid-template-columns: 205px 1fr 421px;
    -moz-column-gap: 39px;
         column-gap: 39px;
    margin-top: 30px;
  }
  .features__item .-acc-cont-inner .-cont-1 {
    grid-column: 2/3;
  }
  .features__item .-acc-cont-inner .-cont-2 {
    grid-column: 3/4;
    border-left: 1px solid rgba(9, 34, 65, 0.2);
    padding-left: 17px;
  }
  .features__item .-acc-cont-inner .-acc-cont-block {
    grid-template-columns: 136px 1fr;
  }
  .features__item .-acc-cont-inner .-acc-cont-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .features__item .-acc-cont-inner .-acc-cont-rows {
    font-size: 16px;
    line-height: 22px;
    row-gap: 8px;
  }
  .features__item .-acc-cont-inner .-acc-cont-note {
    font-size: 14px;
    margin-top: 22px;
    text-align: right;
  }
  .features__item .-acc-cont-inner .-acc-cont-divider {
    border-top: 1px solid rgba(9, 34, 65, 0.2);
    margin-block: 20px;
  }
  .flow {
    padding: 90px 0 128px;
  }
  .flow__title {
    margin-bottom: -135px;
    padding-top: 121px;
    min-height: 510px;
  }
  .flow__title::before {
    width: 538px;
    height: 538px;
  }
  .flow__title .-icn {
    width: 35px;
    margin-bottom: 26px;
  }
  .flow__title .-en {
    width: 431px;
    margin-bottom: 30px;
  }
  .flow__title .-head {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .flow__title .-sub {
    font-size: 18px;
  }
  .flow__bg-deco.-deco1 {
    position: absolute;
    top: 74px;
    left: -257px;
    width: 332px;
  }
  .flow__bg-deco.-deco2 {
    position: absolute;
    top: unset;
    left: unset;
    bottom: -182px;
    right: -312px;
    width: 248px;
  }
  .flow__list {
    gap: 39px;
    margin-bottom: 122px;
  }
  .flow__item {
    grid-template-columns: 28px 1fr;
  }
  .flow__item:not(:last-child)::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #092241;
    bottom: -28px;
  }
  .flow__item .-role {
    font-size: 12px;
  }
  .flow__item .-content {
    grid-template-columns: 340px 1fr;
    -moz-column-gap: 28px;
         column-gap: 28px;
    margin: 16px 0;
  }
  .flow__item .-head {
    height: 56px;
    padding-right: 31px;
    border-right: 2px dotted #c9c9c9;
  }
  .flow__item .-num {
    width: 32px;
    height: 32px;
    margin-inline: 28px 14px;
  }
  .flow__item .-title {
    font-size: 18px;
  }
  .flow__item .-illust.-illust1 {
    position: absolute;
    top: unset;
    left: unset;
    bottom: 0;
    right: 25px;
    width: 74px;
  }
  .flow__item .-illust.-illust2 {
    position: absolute;
    top: unset;
    left: unset;
    bottom: 0;
    right: 15px;
    width: 112px;
  }
  .flow__item .-illust.-illust3 {
    position: absolute;
    top: unset;
    left: unset;
    bottom: 0;
    right: 26px;
    width: 60px;
  }
  .flow__item .-illust.-illust4 {
    position: absolute;
    top: unset;
    left: unset;
    bottom: 0;
    right: 39px;
    width: 53px;
  }
  .flow__item .-illust.-illust5 {
    position: absolute;
    top: unset;
    left: unset;
    bottom: 0;
    right: 32px;
    width: 71px;
  }
  .flow__item .-main {
    margin-top: 0;
  }
  .flow__item .-desc {
    font-size: 15px;
  }
  .flow__cta {
    align-items: center;
    margin-bottom: 52px;
  }
  .flow__btn {
    font-size: 20px;
    gap: 10px;
    height: 72px;
    width: 345px;
  }
  .flow__note {
    width: 742px;
    font-size: 13px;
    line-height: 22px;
  }
  .merit {
    padding: 95px 0 241px;
  }
  .merit__title {
    margin-bottom: -135px;
    padding-top: 121px;
    min-height: 538px;
  }
  .merit__title::before {
    width: 538px;
    height: 538px;
  }
  .merit__title .-icn {
    width: 35px;
    margin-bottom: 26px;
  }
  .merit__title .-en {
    width: 184px;
    margin-bottom: 30px;
  }
  .merit__title .-head {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .merit__title .-sub {
    font-size: 18px;
  }
  .merit__bg-deco.-deco1 img {
    position: absolute;
    top: -226px;
    left: -86px;
    width: 873px;
  }
  .merit__list {
    grid-template-columns: repeat(3, 388px);
    gap: 18px;
    justify-content: center;
  }
  .merit__item {
    border-radius: 11px 8px 8px 8px;
    padding: 51px 58px;
  }
  .merit__item .-head {
    width: 85px;
  }
  .merit__item .-content .-title {
    font-size: 18px;
    padding-bottom: 23px;
    margin-bottom: 17px;
  }
  .merit__item .-content .-img {
    width: 281px;
    height: 306px;
  }
  .merit__item .-content .-img.-img1 img {
    position: absolute;
    top: 0;
    left: 8px;
    max-width: none;
    width: 283px;
  }
  .merit__item .-content .-img.-img2 img {
    position: absolute;
    top: 0;
    left: 14px;
    max-width: none;
    width: 306px;
  }
  .merit__item .-content .-img.-img3 img {
    position: absolute;
    top: 0;
    left: 0px;
    max-width: none;
    width: 312px;
  }
  .merit__item .-content .-desc {
    font-size: 15px;
    line-height: 24px;
  }
  .mv__inner {
    height: 512px;
    max-width: 1920px;
    padding: 79px 123px 56px;
  }
  .mv__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 782px;
    height: 512px;
    background-image: url("../../assets/img/mv/bg_mask.svg");
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .mv__img {
    background-image: url("../../assets/img/mv/bg_building.jpeg");
    position: absolute;
    top: 0;
    left: 554px;
    background-position: 50% 90%;
    width: 100%;
    height: 100%;
  }
  .mv__content__inner {
    width: 664px;
  }
  .mv__title {
    margin-bottom: 60px;
  }
  .mv__row {
    align-items: center;
    gap: 37px;
  }
  .mv__brand {
    width: 272px;
  }
  .mv__badges {
    width: 346px;
  }
  .mv__cta {
    position: absolute;
    gap: 16px;
    right: 48px;
    bottom: 48px;
  }
  .mv__btn {
    font-size: 20px;
    gap: 10px;
    width: 345px;
    height: 72px;
  }
  .page-nav {
    position: sticky;
    top: 106px;
  }
  .page-nav__list {
    padding: 11px 32px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .page-nav__link {
    height: 38px;
  }
  .page-nav__txt {
    font-size: 14px;
  }
  .qa {
    padding: 90px 0 291px;
  }
  .qa__title {
    margin-bottom: -135px;
    padding-top: 121px;
    min-height: 510px;
  }
  .qa__title::before {
    width: 538px;
    height: 538px;
  }
  .qa__title .-icn {
    width: 35px;
    margin-bottom: 26px;
  }
  .qa__title .-en {
    width: 155px;
    margin-bottom: 30px;
  }
  .qa__title .-head {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .qa__title .-sub {
    font-size: 18px;
  }
  .qa__bg-deco.-deco1 img {
    position: absolute;
    top: unset;
    left: unset;
    bottom: -86px;
    right: -71px;
    width: 873px;
  }
  .qa__list {
    gap: 20px;
  }
  .qa__item {
    padding: 32px 59px;
    gap: 16px;
  }
  .qa__item .-row {
    grid-template-columns: 19px 1fr;
    gap: 13px;
  }
  .qa__item .-q .-text {
    font-size: 18px;
  }
  .qa__item .-q .-icon {
    width: 16px;
    margin-left: 1.5px;
  }
  .qa__item .-a .-text {
    font-size: 15px;
  }
  .qa__item .-a .-icon {
    width: 19px;
  }
  .service {
    margin-bottom: 245px;
  }
  .service__title {
    margin-bottom: -125px;
    padding-top: 121px;
    min-height: 538px;
  }
  .service__title::before {
    width: 538px;
    height: 538px;
  }
  .service__title .-icn {
    width: 35px;
    margin-bottom: 26px;
  }
  .service__title .-en {
    width: 279px;
    margin-bottom: 30px;
  }
  .service__title .-head {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 16px;
  }
  .service__title .-sub {
    font-size: 18px;
  }
  .service__diagram {
    max-width: 1099px;
    margin-inline: auto;
  }
  .sticky-button__text {
    font-size: 16px;
  }
  .c-zoom__open {
    pointer-events: none;
  }
  .c-zoom {
    display: none;
  }
  .connectedx .c-zoom {
    display: flex;
  }
}
@media (max-width: 799px){
  .about {
    padding: 12.8vw 0 30.8vw;
  }
  .about::before {
    position: absolute;
    top: 53.8vw;
    left: 0px;
    aspect-ratio: 780/1125;
    background-image: url("../../assets/img/about/bg_gray_sp.svg");
  }
  .about__lead {
    font-size: 6.1vw;
  }
  .about__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .about__slider {
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .about__slider .swiper {
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .about__slider .swiper-wrapper {
    overflow: visible;
  }
  .about__slider .about__cards {
    display: flex;
    justify-content: flex-start;
    margin: 0;
  }
  .about__slider .swiper-slide {
    width: 72.6vw !important;
    flex: 0 0 auto;
  }
  .about__card {
    width: 72.6vw;
    flex: 0 0 auto;
    margin: 46.4vw 2.5vw 3.8vw;
  }
  .about__card.-card1 .-img {
    position: absolute;
    top: -42.4vw;
    left: 50%;
    width: 29.6vw;
  }
  .about__card.-card2 .-img {
    position: absolute;
    top: -41.6vw;
    left: 50%;
    width: 28.2vw;
  }
  .about__card.-card3 .-img {
    position: absolute;
    top: -34.4vw;
    left: 50%;
    width: 38.3vw;
  }
  .about__card .-serif {
    width: 72.6vw;
    height: 31.1vw;
    margin-inline: auto;
    margin-bottom: 6.1vw;
  }
  .about__card .-text {
    font-size: 3.9vw;
  }
  .about__card .-btn {
    width: 68.8vw;
    height: 11.1vw;
  }
  .about__card .-btn-icon {
    position: absolute;
    top: 50%;
    left: -3.9vw;
    width: 16.9vw;
    height: 16.9vw;
  }
  .about__card .-btn-text {
    font-size: 4.1vw;
  }
  .about__nav {
    position: absolute;
    top: 25.2vw;
    width: 9.2vw;
    height: 9.2vw;
    border-radius: 50%;
    border: none;
    background-color: #092241;
    cursor: pointer;
    z-index: 5;
  }
  .-reveal .c-op-bg {
    animation: bgOpSP 2.3s 0.4s cubic-bezier(0.37, 0, 0.63, 1) forwards;
  }
  .case {
    padding: 31.6vw 0;
  }
  .case__inner {
    padding-inline: 5.1vw;
  }
  .case__title {
    padding-top: 21.1vw;
    margin-bottom: 21.4vw;
  }
  .case__title::before {
    width: 99.9vw;
    height: 99.9vw;
  }
  .case__title .-icn {
    width: 6.6vw;
    margin-bottom: 5.1vw;
  }
  .case__title .-en {
    width: 33.5vw;
    margin-bottom: 5.7vw;
  }
  .case__title .-head {
    font-weight: 700;
    font-size: 5vw;
    margin-bottom: 3.3vw;
  }
  .case__title .-sub {
    font-size: 3.4vw;
  }
  .case__bg-deco.-deco1 {
    position: absolute;
    top: -54.8vw;
    left: unset;
    bottom: unset;
    right: 0;
    width: 61vw;
  }
  .case__bg-deco.-deco2 {
    position: absolute;
    top: unset;
    left: 0;
    bottom: -54.8vw;
    right: unset;
    width: 36vw;
  }
  .case__list {
    gap: 7.6vw;
  }
  .case__item {
    border-radius: 2.4vw;
    padding: 12.9vw 5.7vw 6.5vw;
  }
  .case__item .-head {
    width: 21.7vw;
    height: auto;
  }
  .case__item .-content-top {
    gap: 4.1vw;
    margin-bottom: 6.5vw;
  }
  .case__item .-content-top .-img {
    position: absolute;
    top: -3.8vw;
    left: unset;
    bottom: unset;
    right: -2.4vw;
    width: 38.7vw;
  }
  .case__item .-content-top .-desc {
    width: 45.2vw;
    padding: 1.9vw;
    font-size: 3.3vw;
  }
  .case__item .-content-top .-title {
    padding: 2.8vw 12.8vw;
    font-size: 5.6vw;
  }
  .case__item .-content-top .-title::before, .case__item .-content-top .-title::after {
    content: "";
    width: 6.1vw;
    height: 6.1vw;
    border-left: 2vw solid #cfe1f1;
    border-top: 2vw solid #cfe1f1;
  }
  .case__item .-content-bottom {
    gap: 12.9vw;
  }
  .case__item .-content-bottom .-context,
  .case__item .-content-bottom .-benefit {
    border-radius: 2.4vw;
  }
  .case__item .-content-bottom .-context {
    padding: 5.2vw 4.6vw 0;
  }
  .case__item .-content-bottom .-context::after {
    position: absolute;
    top: 25.6vw;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    z-index: 2;
  }
  .case__item .-content-bottom .-benefit {
    padding: 5.2vw 4.6vw;
  }
  .case__item .-content-bottom .-head {
    padding: 0.8vw 2.8vw;
    font-size: 3.5vw;
    line-height: 1;
  }
  .case__item .-content-bottom .-context .-head {
    position: absolute;
    top: -2.6vw;
    left: 5.2vw;
  }
  .case__item .-content-bottom .-benefit .-head {
    position: absolute;
    top: -2.6vw;
    left: 5.2vw;
  }
  .case__item .-content-bottom .-desc {
    font-size: 3.5vw;
    line-height: 5.6vw;
  }
  .features {
    margin-bottom: 16.5vw;
  }
  .features__inner {
    padding-inline: 5.1vw;
  }
  .features__title {
    padding-top: 21.1vw;
    margin-bottom: 14.6vw;
  }
  .features__title::before {
    width: 99.9vw;
    height: 99.9vw;
  }
  .features__title .-icn {
    width: 6.6vw;
    margin-bottom: 5.1vw;
  }
  .features__title .-en {
    width: 61.6vw;
    margin-bottom: 5.7vw;
  }
  .features__title .-head {
    font-size: 5vw;
    margin-bottom: 3.3vw;
  }
  .features__title .-sub {
    font-size: 3.4vw;
  }
  .features__title .-note {
    margin-top: 2vw;
  }
  .features__bg-deco.-deco1 {
    display: none;
  }
  .features__bg-deco.-deco2 {
    position: absolute;
    top: -15.4vw;
    left: 3.8vw;
    width: 48.4vw;
  }
  .features__bg-deco.-deco3 {
    display: none;
  }
  .features__list {
    gap: 7.6vw;
  }
  .features__item {
    border-radius: 2.4vw;
    padding: 4.7vw 5.1vw 9.2vw;
  }
  .features__item .-head .-head__num {
    width: 21.7vw;
  }
  .features__item .-content {
    display: flex;
    flex-direction: column;
  }
  .features__item .-content .-icon {
    position: absolute;
    top: 14.1vw;
    left: 6.2vw;
    width: 25.7vw;
    height: 25.7vw;
  }
  .features__item .-content .-text {
    display: grid;
    grid-template-columns: 30.5vw 1fr;
    margin-bottom: 5.6vw;
  }
  .features__item .-content .-text .-label {
    font-size: 3.5vw;
    grid-column: 2/3;
    padding: 1.5vw 4.8vw;
    width: 49.1vw;
    margin-bottom: 2.8vw;
  }
  .features__item .-content .-text .-title {
    font-size: 5.6vw;
    grid-column: 2/3;
    margin-bottom: 3.4vw;
  }
  .features__item .-content .-text .-desc {
    font-size: 3.5vw;
    line-height: 5.8vw;
    grid-column: 1/3;
  }
  .features__item .-content .-img {
    height: 42.5vw;
    border-radius: 1.9vw;
  }
  .features__item .-acc-toggle {
    position: absolute;
    top: unset;
    left: 50%;
    bottom: -11.6vw;
    right: unset;
    font-size: 3.5vw;
    width: 54.6vw;
    padding: 1.5vw 0 1.6vw;
  }
  .features__item .-acc-cont-inner {
    grid-template-columns: 1fr;
    margin-top: 5.7vw;
  }
  .features__item .-acc-cont-inner .-cont-1 {
    grid-template-columns: 1fr;
  }
  .features__item .-acc-cont-inner .-cont-2 {
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(9, 34, 65, 0.2);
    padding-top: 3.4vw;
  }
  .features__item .-acc-cont-inner .-acc-cont-block {
    grid-template-columns: 26.4vw 1fr;
    margin-bottom: 3.8vw;
  }
  .features__item .-acc-cont-inner .-acc-cont-block:not(:first-child) {
    border-top: 1px solid rgba(9, 34, 65, 0.2);
    padding-top: 3.4vw;
  }
  .features__item .-acc-cont-inner .-acc-cont-title {
    font-size: 3.5vw;
  }
  .features__item .-acc-cont-inner .-acc-cont-rows {
    font-size: 3.5vw;
    line-height: 4.8vw;
    row-gap: 1.7vw;
  }
  .features__item .-acc-cont-inner .-acc-cont-note {
    text-align: end;
    font-size: 3vw;
  }
  .flow {
    padding: 11.1vw 0 17.1vw;
  }
  .flow__inner {
    padding-inline: 5.1vw;
  }
  .flow__title {
    padding-top: 21.1vw;
    margin-bottom: 14.9vw;
  }
  .flow__title::before {
    width: 99.9vw;
    height: 99.9vw;
  }
  .flow__title .-icn {
    width: 6.6vw;
    margin-bottom: 5.1vw;
  }
  .flow__title .-en {
    width: 82.9vw;
    margin-bottom: 5.7vw;
  }
  .flow__title .-head {
    font-size: 5vw;
    margin-bottom: 3.3vw;
  }
  .flow__title .-sub {
    font-size: 3.4vw;
  }
  .flow__bg-deco.-deco1 {
    display: none;
  }
  .flow__bg-deco.-deco2 {
    position: absolute;
    top: unset;
    left: unset;
    bottom: -182px;
    right: -312px;
  }
  .flow__list {
    gap: 7.5vw;
    margin-bottom: 17vw;
  }
  .flow__item {
    grid-template-columns: 5.3vw 1fr;
  }
  .flow__item:not(:last-child)::after {
    border-left: 1.7vw solid transparent;
    border-right: 1.7vw solid transparent;
    border-top: 2.8vw solid #092241;
    bottom: -5.6vw;
  }
  .flow__item .-role {
    font-size: 3.3vw;
  }
  .flow__item .-content {
    grid-template-columns: 1fr;
    margin: 4.4vw 0 4.4vw 4.7vw;
  }
  .flow__item .-head {
    margin-bottom: 2.5vw;
  }
  .flow__item .-num {
    width: 6.1vw;
    height: 6.1vw;
    margin-inline: 0 2.5vw;
  }
  .flow__item .-title {
    font-size: 3.8vw;
  }
  .flow__item .-title br {
    display: none;
  }
  .flow__item .-illust.-illust1 {
    position: absolute;
    top: -6.1vw;
    left: unset;
    bottom: unset;
    right: 7.8vw;
    width: 15.7vw;
  }
  .flow__item .-illust.-illust2 {
    position: absolute;
    top: -6.1vw;
    left: unset;
    bottom: unset;
    right: 6.1vw;
    width: 21.5vw;
  }
  .flow__item .-illust.-illust3 {
    position: absolute;
    top: -7.2vw;
    left: unset;
    bottom: unset;
    right: 9.1vw;
    width: 12.6vw;
  }
  .flow__item .-illust.-illust4 {
    position: absolute;
    top: -7.1vw;
    left: unset;
    bottom: unset;
    right: 10.8vw;
    width: 11.2vw;
  }
  .flow__item .-illust.-illust5 {
    position: absolute;
    top: -7.2vw;
    left: unset;
    bottom: unset;
    right: 8.7vw;
    width: 15.1vw;
  }
  .flow__item .-main {
    margin-top: 0px;
  }
  .flow__item .-desc {
    font-size: 3.5vw;
  }
  .flow__cta {
    flex-direction: column;
    align-items: center;
    margin-bottom: 7.8vw;
  }
  .flow__btn {
    font-size: 4.3vw;
    gap: 3vw;
    width: 76.9vw;
    height: 16vw;
  }
  .flow__note {
    font-size: 3vw;
    line-height: 5.1vw;
  }
  .merit {
    padding-top: 14.8vw;
    padding-bottom: 18.4vw;
  }
  .merit__inner {
    padding-inline: 5.1vw;
  }
  .merit__title {
    padding-top: 21.1vw;
    margin-bottom: 14.6vw;
  }
  .merit__title::before {
    width: 99.9vw;
    height: 99.9vw;
  }
  .merit__title .-icn {
    width: 6.6vw;
    margin-bottom: 5.1vw;
  }
  .merit__title .-en {
    width: 35.3vw;
    margin-bottom: 5.7vw;
  }
  .merit__title .-head {
    font-size: 5vw;
    margin-bottom: 3.3vw;
  }
  .merit__title .-sub {
    font-size: 3.4vw;
  }
  .merit__bg-deco.-deco1 {
    display: none;
  }
  .merit__list {
    gap: 6.4vw;
  }
  .merit__item {
    border-radius: 2.4vw;
    padding: 9.3vw 5.8vw;
  }
  .merit__item .-head {
    width: 21.7vw;
  }
  .merit__item .-content .-title {
    font-size: 4.1vw;
    padding-bottom: 5.8vw;
    margin-bottom: 3.8vw;
  }
  .merit__item .-content .-img.-img1 img {
    transform: translateX(10.2vw);
    width: 65.5vw;
  }
  .merit__item .-content .-img.-img2 img {
    transform: translateX(11.7vw);
    width: 65.7vw;
  }
  .merit__item .-content .-img.-img3 img {
    transform: translateX(7.6vw);
    width: 74.6vw;
  }
  .merit__item .-content .-desc {
    font-size: 3.5vw;
    line-height: 5.8vw;
    margin-top: 2.8vw;
  }
  .mv__inner {
    height: 132.4vw;
    padding: 5.5vw;
  }
  .mv__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 99.9vw;
    height: 79.2vw;
    background-image: url("../../assets/img/mv/bg_mask_sp.svg");
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .mv__content {
    display: flex;
    flex-direction: column;
  }
  .mv__img {
    background-image: url("../../assets/img/mv/bg_building_sp.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mv__content__inner {
    width: 71.5vw;
  }
  .mv__row {
    flex-direction: column;
  }
  .mv__brand {
    margin-top: 5.6vw;
    width: 51.1vw;
    margin-bottom: 3.7vw;
  }
  .mv__badges {
    width: 25.1vw;
  }
  .mv__cta {
    margin-top: 8.5vw;
    padding: 0 20px;
    justify-content: center;
    flex-direction: column;
    gap: 3.3vw;
  }
  .mv__btn {
    font-size: 4.3vw;
    width: 76.9vw;
    height: 16vw;
    gap: 10px;
  }
  .page-nav {
    position: relative;
    left: 0;
    top: 0;
  }
  .page-nav__list {
    flex-wrap: wrap;
  }
  .page-nav__item {
    flex: 0 0 33.333%;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
  .page-nav__item::after,
  .page-nav__item:first-child::before {
    display: none;
  }
  .page-nav__item:nth-child(3n) {
    border-right: none;
  }
  .page-nav__item:nth-last-child(-n+3) {
    border-bottom: none;
  }
  .page-nav__link {
    height: 11.6vw;
  }
  .page-nav__txt {
    font-size: 3.3vw;
  }
  .qa {
    padding: 11.1vw 0 17.1vw;
  }
  .qa__inner {
    padding-inline: 5.1vw;
  }
  .qa__title {
    padding-top: 21.1vw;
    margin-bottom: 21.4vw;
  }
  .qa__title::before {
    width: 99.9vw;
    height: 99.9vw;
  }
  .qa__title .-icn {
    width: 6.6vw;
    margin-bottom: 5.1vw;
  }
  .qa__title .-en {
    width: 29.8vw;
    margin-bottom: 5.7vw;
  }
  .qa__title .-head {
    font-size: 5vw;
    margin-bottom: 3.3vw;
  }
  .qa__title .-sub {
    font-size: 3.4vw;
  }
  .qa__bg-deco.-deco1 {
    display: none;
  }
  .qa__list {
    gap: 3.8vw;
  }
  .qa__item {
    padding: 4.3vw 4.8vw;
    gap: 4.3vw;
  }
  .qa__item .-row {
    grid-template-columns: 6.4vw 1fr;
  }
  .qa__item .-q .-text {
    font-size: getV(32);
  }
  .qa__item .-q .-icon {
    width: 3vw;
    margin-left: 0.3vw;
    transform: translateY(0.7vw);
  }
  .qa__item .-a .-text {
    font-size: 3.5vw;
  }
  .qa__item .-a .-icon {
    width: 3.7vw;
    transform: translateY(0.7vw);
  }
  .service {
    margin-bottom: 21.4vw;
  }
  .service__inner {
    padding-inline: 5.1vw;
  }
  .service__title {
    padding-top: 21.1vw;
    margin-bottom: 14.6vw;
  }
  .service__title::before {
    width: 99.9vw;
    height: 99.9vw;
  }
  .service__title .-icn {
    width: 6.6vw;
    margin-bottom: 5.1vw;
  }
  .service__title .-en {
    width: 53.7vw;
    margin-bottom: 5.7vw;
  }
  .service__title .-head {
    font-weight: 700;
    font-size: 5vw;
    margin-bottom: 3.3vw;
  }
  .service__title .-sub {
    font-size: 3.4vw;
  }
  .service__diagram {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(9, 34, 65, 0.2);
    z-index: 10;
    padding: 5.2vw 4.3vw;
    border-radius: 2.1vw;
  }
  .service__diagram::after {
    content: "";
    position: absolute;
    right: -2.1vw;
    top: -2.1vw;
    width: 7.6vw;
    height: 7.6vw;
    border-radius: 50%;
    background-color: #fff;
    border: 0.5vw solid #092241;
    box-sizing: border-box;
    box-shadow: 0 0 1.2vw rgba(0, 0, 0, 0.15);
  }
  .service__diagram::before {
    content: "";
    position: absolute;
    right: -2.1vw;
    top: -2.1vw;
    width: 7.6vw;
    height: 7.6vw;
    background: linear-gradient(#092241, #092241) center/0.5vw 4.2vw no-repeat, linear-gradient(#092241, #092241) center/4.2vw 0.5vw no-repeat;
    z-index: 1;
    pointer-events: none;
  }
  .sticky-button {
    left: unset;
    right: 4.8vw;
    bottom: 3.2vw;
  }
  .sticky-button__link {
    width: 14.8vw;
    height: 14.8vw;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
    gap: 0;
  }
  .sticky-button__text {
    display: none;
  }
  .sticky-button__icon {
    width: 6.1vw;
  }
  .sticky-button__close {
    left: 9.6vw;
    top: -2.6vw;
    width: 7.6vw;
    height: 7.6vw;
    border: 0.5vw solid #000;
  }
  .sticky-button__close::before, .sticky-button__close::after {
    width: 3.8vw;
    height: 0.5vw;
  }
}
@media (min-width: 800px) and (max-width: 1219px){
  .about__cards {
    grid-template-columns: repeat(3, 29.1vw);
    gap: 1.8vw;
  }
  .about__card .-serif {
    width: 29.1vw;
    padding: 2.7vw 3.6vw;
  }
  .about__card .-text {
    font-size: 1.5vw;
  }
  .about__card .-btn {
    width: 24.7vw;
    height: 4vw;
  }
  .about__card .-btn-icon {
    width: 6.1vw;
    height: 6.1vw;
  }
  .about__card .-btn-text {
    font-size: 1.4vw;
  }
  .-reveal .c-op-bg {
    animation: bgOpTB 2.3s 0.4s cubic-bezier(0.37, 0, 0.63, 1) forwards;
  }
  .case__inner {
    padding-inline: 3.6vw;
  }
  .case__bg-deco.-deco1 {
    display: none;
  }
  .case__bg-deco.-deco2 {
    display: none;
  }
  .case__list {
    grid-template-columns: repeat(2, 45vw);
  }
  .case__item {
    padding: 3.3vw 4.2vw;
  }
  .case__item .-content-top .-img {
    width: 17.7vw;
    position: absolute;
    top: -1.6vw;
    left: unset;
    bottom: unset;
    right: -1vw;
  }
  .case__item .-content-top .-desc {
    width: 22.8vw;
    font-size: 1vw;
    padding: 0.7vw 0.8vw;
  }
  .case__item .-content-top .-title {
    width: 23.1vw;
    height: 6.8vw;
    font-size: 1.7vw;
    line-height: 2.6vw;
    padding: 1vw 0 0 4.2vw;
  }
  .case__item .-content-bottom .-head {
    font-size: 1.1vw;
  }
  .case__item .-content-bottom .-desc {
    font-size: 1.1vw;
    line-height: 1.7vw;
  }
  .features__inner {
    padding-inline: 3.6vw;
  }
  .features__bg-deco.-deco2 {
    display: none;
  }
  .features__bg-deco.-deco3 {
    display: none;
  }
  .features__item {
    padding: 3vw;
  }
  .features__item .-content {
    grid-template-columns: 18.9vw 1fr 30.9vw;
    -moz-column-gap: 3.1vw;
         column-gap: 3.1vw;
  }
  .features__item .-content .-icon {
    width: 10.2vw;
    height: 10.2vw;
  }
  .features__item .-content .-text .-label {
    font-size: 1.2vw;
  }
  .features__item .-content .-text .-title {
    font-size: 1.7vw;
  }
  .features__item .-content .-text .-title .-hide-sp {
    display: none;
  }
  .features__item .-content .-text .-desc {
    font-size: 1.2vw;
    line-height: 2vw;
  }
  .features__item .-content .-img {
    height: 16.4vw;
  }
  .features__item .-acc-toggle {
    position: absolute;
    top: unset;
    left: 50%;
    bottom: -4.2vw;
    right: unset;
    font-size: 1.2vw;
    padding: 0.5vw;
    width: 18.1vw;
  }
  .features__item .-acc-toggle::before, .features__item .-acc-toggle::after {
    width: 0.9vw;
  }
  .features__item .-acc-cont-inner {
    grid-template-columns: 18.9vw 1fr 30.9vw;
    -moz-column-gap: 3.1vw;
         column-gap: 3.1vw;
  }
  .features__item .-acc-cont-inner .-acc-cont-block {
    grid-template-columns: 11.4vw 1fr;
  }
  .features__item .-acc-cont-inner .-acc-cont-title {
    font-size: 1.2vw;
  }
  .features__item .-acc-cont-inner .-acc-cont-rows {
    font-size: 1.2vw;
    line-height: 1.6vw;
    row-gap: 0.6vw;
  }
  .flow__inner {
    padding-inline: 3.6vw;
  }
  .merit__inner {
    padding-inline: 3.6vw;
  }
  .merit__list {
    grid-template-columns: repeat(3, 29.6vw);
    gap: 1.3vw;
  }
  .merit__item {
    padding: 3.7vw 3.2vw;
  }
  .merit__item .-content .-title {
    font-size: 1.3vw;
  }
  .merit__item .-content .-img {
    width: auto;
    height: 23.5vw;
  }
  .merit__item .-content .-img.-img1 img {
    transform: translateX(1vw);
    width: 21.6vw;
  }
  .merit__item .-content .-img.-img2 img {
    transform: translateX(1vw);
    width: 21.6vw;
  }
  .merit__item .-content .-img.-img3 img {
    position: absolute;
    top: 0;
    left: 0px;
    transform: translateX(1vw);
    width: 23.9vw;
  }
  .merit__item .-content .-desc {
    font-size: 1.1vw;
  }
  .mv__inner {
    padding: 4.8vw;
    height: auto;
  }
  .mv__inner::before {
    position: absolute;
    top: 0;
    left: 52.4vw;
    transform: translateX(-100%);
    background-image: url("../../assets/img/mv/bg_mask_tb.svg");
  }
  .mv__content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .mv__img {
    background-image: url("../../assets/img/mv/bg_building_tb.png");
    position: absolute;
    top: 0;
    left: unset;
    bottom: 0;
    right: unset;
    height: 100%;
    background-position: unset;
  }
  .mv__content__inner {
    width: 55.3vw;
  }
  .mv__title {
    margin-bottom: 4.1vw;
  }
  .mv__row {
    gap: 2.8vw;
  }
  .mv__brand {
    width: 22.7vw;
  }
  .mv__badges {
    width: 29.1vw;
  }
  .mv__btn {
    font-size: 1.6vw;
    width: 28.7vw;
    height: 5.9vw;
  }
  .page-nav {
    position: sticky;
    top: 106px;
  }
  .qa__inner {
    padding-inline: 3.6vw;
  }
  .service__diagram {
    max-width: 91.9vw;
  }
}
@media (min-width: 768px){
  .flow {
    margin-bottom: -80px;
  }
}
@media (max-width: 767px){
  .flow {
    margin-bottom: -95px;
  }
}
@media (min-width: 800px) and (max-width: 1579px){
  .mv__cta {
    flex-direction: column;
  }
}