@charset "UTF-8";
/* ========================================================
# 関数の設定
======================================================== */
/* ========================================================
# リキッドレイアウト設定
======================================================== */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #3C4155;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.04em;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a,
button {
  -webkit-transition: opacity 0.35s cubic-bezier(0, 1, 0.64, 1);
  transition: opacity 0.35s cubic-bezier(0, 1, 0.64, 1);
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.5;
}

a {
  color: #3C4155;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:hover {
  opacity: 0.7;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.pconly {
  display: block;
}

.sponly {
  display: none;
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
}
.js-showup {
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(0, 0.625rem, 0);
  transform: translate3d(0, 0.625rem, 0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.js-showup.-inView {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-filter: blur(0);
  filter: blur(0);
}
@media screen and (max-width: 767px) {
  .js-showup.-inView {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.leadgridCms-onlyInnerWorkspace.js-showup {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-filter: blur(0) !important;
  filter: blur(0) !important;
}
.leadgridCms-onlyInnerWorkspace .js-showup {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-filter: blur(0) !important;
  filter: blur(0) !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. For a smooth scroll.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the 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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

.-lg-fs_xs {
  font-size: var(--font-size-xs);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xs {
    font-size: var(--font-size-xs-sp);
  }
}

.-lg-fs_s {
  font-size: var(--font-size-s);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .-lg-fs_s {
    font-size: var(--font-size-s-sp);
  }
}

.-lg-fs_m {
  font-size: var(--font-size-m);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_m {
    font-size: var(--font-size-m-sp);
  }
}

.-lg-fs_l {
  font-size: var(--font-size-l);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_l {
    font-size: var(--font-size-l-sp);
  }
}

.-lg-fs_xl {
  font-size: var(--font-size-xl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xl {
    font-size: var(--font-size-xl-sp);
  }
}

.-lg-fs_xxl {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xxl {
    font-size: var(--font-size-xxl-sp);
  }
}

.-lg-fd_bold {
  font-weight: bold;
}

.-lg-fd_underline {
  text-decoration: underline;
}

.-lg-fd_strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(35, 96, 153, 0.2)), color-stop(90%, rgba(35, 96, 153, 0.2)), color-stop(90%, transparent));
  background: linear-gradient(transparent 70%, rgba(35, 96, 153, 0.2) 70%, rgba(35, 96, 153, 0.2) 90%, transparent 90%);
}

.-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.-pt0 {
  padding-top: 0 !important;
}

.-pb0 {
  padding-bottom: 0 !important;
}

/*
resources/default/public/assets/base/img/common/icomoon/style.css をリセットするた目のcss
icomoonは、新規フォント追加の度に、style.cssが更新されてしまうため、更新されて欲しくないスタイル修正はここに記載する。
*/
.icon-circle-arrow {
  position: relative;
  width: 14px;
  height: 14px;
}
.icon-circle-arrow.-white .path1:before {
  color: #fff;
}
.icon-circle-arrow.-white .path2:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path1:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path2:before {
  color: var(--color-base-primaryInside);
}
.icon-circle-arrow.-secondary .path1:before {
  color: var(--color-base-secondary);
}
.icon-circle-arrow.-secondary .path2:before {
  color: var(--color-base-secondaryInside);
}
.icon-circle-arrow.-large {
  width: 20px;
  height: 20px;
}
.icon-circle-arrow.-large .path1:before {
  font-size: 20px;
}
.icon-circle-arrow.-large .path2:before {
  font-size: 20px;
}
.icon-circle-arrow .path1 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2:before {
  margin: 0;
  color: var(--color-base-secondary);
}

.leadgrid-c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  cursor: pointer;
  padding: 6px 40px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.leadgrid-c-button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
.leadgrid-c-button.-primary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-secondary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path1:before {
  color: #fff;
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path2:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-white {
  background-color: #fff;
  color: var(--color-base-secondary);
  border: 3px solid var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-large {
  min-width: 275px;
  padding: 10px 40px;
}
.leadgrid-c-button.-large .c-button__jaTitle {
  font-size: var(--font-size-m);
}
.leadgrid-c-button.-large .icon-circle-arrow {
  right: 20px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.leadgrid-c-button.-big {
  min-width: 365px;
  padding: 28px 84px;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-big {
    padding: 28px 64px;
  }
}
.leadgrid-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}
.leadgrid-c-button.-big .icon-circle-arrow {
  right: 32px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.leadgrid-c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}
.leadgrid-c-button.-tag {
  border-radius: var(--border-radius);
  background-color: #f3f3f3;
  min-width: initial;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 14px;
}
.leadgrid-c-button.-arrow:before {
  content: " ";
  width: 22px;
  height: 7px;
  background-image: url("/assets/base/img/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 7px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -3.5px;
}
.leadgrid-c-button.-shadow {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.leadgrid-c-button.-notValid {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button .c-button__enTitle {
  font-size: var(--font-size-xs);
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  opacity: 0.5;
  letter-spacing: 2.46507px;
}
.leadgrid-c-button .c-button__jaTitle {
  font-size: var(--font-size-s);
  line-height: 145%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
}
.leadgrid-c-button .icon-circle-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: none;
}

.nexsia-corp-c-breadcrumb {
  background-color: #FFFFFF;
  border-radius: 0 0.75rem 0 0;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-breadcrumb {
    border-bottom: 1px solid #C8D2E1;
  }
}
.nexsia-corp-c-breadcrumb .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  padding: 1.5625rem 2.5rem 1.5625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-breadcrumb .nexsia-corp-c-inner {
    padding: 0.9375rem 1.25rem;
  }
}
.nexsia-corp-c-breadcrumb::-webkit-scrollbar {
  display: none;
}
.nexsia-corp-c-breadcrumb.-media {
  padding: 3px 0 3px;
  background-color: #eeeeee;
}
.nexsia-corp-c-breadcrumb.-media li + li:before {
  content: "-";
  margin: 0 14px;
}
.nexsia-corp-c-breadcrumb.-media li a {
  color: #52575d;
  line-height: 24px;
}
.nexsia-corp-c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nexsia-corp-c-breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.nexsia-corp-c-breadcrumb li:last-child a {
  color: #3C4155;
  pointer-events: none;
}
.nexsia-corp-c-breadcrumb li + li:before {
  content: "-";
  display: block;
  margin: 0 0.25rem;
}
.nexsia-corp-c-breadcrumb li a {
  color: #5091E6;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-breadcrumb li a {
    font-size: 0.8125rem;
  }
}
.nexsia-corp-c-breadcrumb .c-breadcrumb__homeIcon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.nexsia-corp-c-breadcrumb .c-breadcrumb__homeIcon .c-breadcrumb__homeIconimage {
  width: 1.375rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.nexsia-corp-c-inner {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-inner {
    padding-inline: 1.25rem;
  }
}
.nexsia-corp-c-inner.-large {
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-inner.-large {
    max-width: 480px;
  }
}
.nexsia-corp-c-inner.-media {
  max-width: 1240px;
  padding: 0 46px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-inner.-media {
    max-width: 480px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-inner.-event {
    max-width: 480px;
    padding: 0 16px;
  }
}

.nexsia-corp-c-sectionHeader {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader {
    margin-bottom: 1.875rem;
  }
}
.nexsia-corp-c-sectionHeader .c-sectionHeader__topper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nexsia-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__subTitle {
  color: #5091E6;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}
.nexsia-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle {
  font-size: 2.375rem;
  margin: 0 0 1.1875rem 0;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle {
    font-size: 1.75rem;
    margin: 0 0 0.625rem 0;
  }
}
.nexsia-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle:first-letter {
  color: #5091E6;
}
.nexsia-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle .-blue {
  color: #5091E6;
}
.nexsia-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle {
  text-align: center;
  margin: 0;
  line-height: 1.5;
  font-size: 2.625rem;
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle {
    line-height: 1.3;
    font-size: 2rem;
  }
}
.nexsia-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle::after {
  content: "";
  background-color: #5091E6;
  margin-top: 2.0625rem;
  display: block;
  margin-inline: auto;
  height: 0.0625rem;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle::after {
    margin-top: 1.25rem;
  }
}
.nexsia-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle .-blue {
  color: #5091E6;
}
.nexsia-corp-c-sectionHeader .c-sectionHeader__content {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  margin: 1.8125rem 0 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader .c-sectionHeader__content {
    line-height: 1.8;
    font-size: 0.9375rem;
  }
}
.nexsia-corp-c-sectionHeader.-left .c-sectionHeader__topper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.nexsia-corp-c-sectionHeader.-left .c-sectionHeader__jaTitle {
  text-align: left;
}
.nexsia-corp-c-sectionHeader.-left .c-sectionHeader__jaTitle:after {
  margin-inline: 0;
}
.nexsia-corp-c-sectionHeader.-left .c-sectionHeader__content {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .nexsia-corp-c-sectionHeader.-borderNone .c-sectionHeader__jaTitle::before, .nexsia-corp-c-sectionHeader.-borderNone .c-sectionHeader__jaTitle::after {
    content: none !important;
  }
}
.nexsia-corp-c-sectionHeader.-pt2 .c-sectionHeader__jaTitle {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader.-pt2 .c-sectionHeader__jaTitle {
    font-size: 1.625rem;
  }
}
.nexsia-corp-c-sectionHeader.-pt2 .c-sectionHeader__jaTitle:first-letter {
  color: #5091E6;
}
.nexsia-corp-c-sectionHeader.-pt2 .c-sectionHeader__jaTitle::before {
  content: "";
  background-color: #C8D2E1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 0.0625rem;
  width: 7.5rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader.-pt2 .c-sectionHeader__jaTitle::before {
    width: 100%;
  }
}
.nexsia-corp-c-sectionHeader.-pt2 .c-sectionHeader__jaTitle::after {
  position: relative;
  width: 2.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader.-pt2 .c-sectionHeader__jaTitle::after {
    margin-top: 1.5625rem;
  }
}
.nexsia-corp-c-sectionHeader.-pt2 .c-sectionHeader__content {
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader.-pt2 .c-sectionHeader__content {
    margin-top: 1.25rem;
  }
}
.nexsia-corp-c-sectionHeader.-white {
  color: #FFFFFF;
}
.nexsia-corp-c-sectionHeader.-white .c-sectionHeader__enTitle:first-letter {
  color: #FFFFFF;
}
.nexsia-corp-c-sectionHeader.-white .c-sectionHeader__jaTitle::after {
  background-color: #FFFFFF;
}

.nexsia-corp-c-moreBtn {
  border-bottom: 0.0625rem solid #C8D2E1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.625rem;
  gap: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.nexsia-corp-c-moreBtn .c-moreBtn__arrow {
  height: 1.875rem;
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-moreBtn .c-moreBtn__arrow {
    height: 1.25rem;
    width: 1.25rem;
  }
}
.nexsia-corp-c-moreBtn:hover {
  color: #5091E6;
  opacity: 1;
}
.nexsia-corp-c-moreBtn.-enText {
  gap: 4.9375rem;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-moreBtn.-enText {
    gap: 4.75rem;
    font-size: 1rem;
  }
}

.nexsia-corp-c-moreBtn2 {
  border: 0.0625rem solid #FFFFFF;
  border-radius: 999px;
  color: #FFFFFF;
  display: block;
  font-size: 1.125rem;
  padding-bottom: 0.625rem;
  position: relative;
  gap: 1.25rem;
  padding: 0.625rem 0.625rem 0.625rem 3.125rem;
  width: 20rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-moreBtn2 {
    font-size: 1rem;
    width: 16.25rem;
  }
}
.nexsia-corp-c-moreBtn2::after {
  content: "";
  background: linear-gradient(45deg, #328CDC 0%, #3CC896 100%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.nexsia-corp-c-moreBtn2:hover {
  color: #FFFFFF;
  border: 1px solid transparent;
  opacity: 1;
}
.nexsia-corp-c-moreBtn2:hover::after {
  opacity: 1;
}
.nexsia-corp-c-moreBtn2 .c-moreBtn2__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.nexsia-corp-c-moreBtn2 .c-moreBtn2__arrow {
  height: 3.75rem;
  width: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-moreBtn2 .c-moreBtn2__arrow {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.nexsia-corp-c-moreBtn2.-center {
  margin-inline: auto;
}
.nexsia-corp-c-moreBtn2.-backBtn {
  padding: 0.625rem 4.375rem 0.625rem 0.625rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-moreBtn2.-backBtn {
    padding: 0.625rem 3.75rem 0.625rem 0.625rem;
    font-size: 1.25rem;
  }
}
.nexsia-corp-c-moreBtn2.-backBtn .c-moreBtn2__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.nexsia-corp-c-moreBtn2.-backBtn .c-moreBtn2__arrow {
  rotate: 180deg;
}
.nexsia-corp-c-moreBtn2.-white:after {
  content: none;
}
.nexsia-corp-c-moreBtn2.-white:hover {
  color: #5091E6;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}
.nexsia-corp-c-moreBtn2.-blue {
  border-color: #5091E6;
  color: #5091E6;
}
.nexsia-corp-c-moreBtn2.-blue::after {
  content: "";
  background: linear-gradient(45deg, #328CDC 0%, #3CC896 100%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.nexsia-corp-c-moreBtn2.-blue:hover {
  color: #FFFFFF;
}
.nexsia-corp-c-moreBtn2.-blue:hover::after {
  opacity: 1;
}

.nexsia-corp-c-footer {
  padding-top: 3.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#D8EBFA), to(#E7E3F7));
  background: linear-gradient(90deg, #D8EBFA 0%, #E7E3F7 100%);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer {
    padding-top: 1.25rem;
  }
}
.nexsia-corp-c-footer .c-footer__cta {
  border-radius: 1.5rem;
  color: #FFFFFF;
  padding-block: 5.25rem;
  margin-inline: auto;
  margin-bottom: 3.75rem;
  width: calc(100% - 7.5rem);
  background: linear-gradient(45deg, #328CDC 0%, #3CC896 100%);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__cta {
    border-radius: 0.75rem;
    padding-block: 3.125rem;
    margin-bottom: 1.25rem;
    width: calc(100% - 2.5rem);
  }
}
.nexsia-corp-c-footer .c-footer__cta .nexsia-corp-c-inner {
  max-width: 67.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__cta .nexsia-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
    padding-inline: 1.875rem;
  }
}
.nexsia-corp-c-footer .c-footer__cta hgroup {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__cta hgroup {
    margin-bottom: 1.25rem;
  }
}
.nexsia-corp-c-footer .c-footer__cta hgroup::after {
  content: "";
  background-color: #FFFFFF;
  display: block;
  position: relative;
  margin-top: 2.1875rem;
  opacity: 0.5;
  height: 0.0625rem;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__cta hgroup::after {
    margin-top: 1.875rem;
  }
}
.nexsia-corp-c-footer .c-footer__cta .c-footer__ctaTitleEn {
  font-size: 3.875rem;
  line-height: 1;
  margin-bottom: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__cta .c-footer__ctaTitleEn {
    font-size: 2.625rem;
    margin-bottom: 0.5rem;
  }
}
.nexsia-corp-c-footer .c-footer__cta .c-footer__ctaTitleJa {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__cta .c-footer__ctaTitleJa {
    font-size: 1rem;
  }
}
.nexsia-corp-c-footer .c-footer__cta .c-footer__ctaText {
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__cta .c-footer__ctaText {
    font-size: 0.9375rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}
.nexsia-corp-c-footer .c-footer__contents {
  background-color: #FFFFFF;
  border-radius: 1.5rem 1.5rem 0 0;
  padding-block: 2.5rem 4.1875rem;
  margin-inline: auto;
  width: calc(100% - 7.5rem);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__contents {
    border-radius: 0.75rem 0.75rem 0 0;
    padding-block: 1.875rem 2.5rem;
    width: calc(100% - 2.5rem);
  }
}
.nexsia-corp-c-footer .c-footer__contents .nexsia-corp-c-inner {
  max-width: 67.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__contents .nexsia-corp-c-inner {
    padding-inline: 1.25rem;
  }
}
.nexsia-corp-c-footer .c-footer__top {
  border-bottom: 0.0625rem solid #C8D2E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2.5rem;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.nexsia-corp-c-footer .c-footer__top .c-footer__topRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__top .c-footer__topRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.nexsia-corp-c-footer .c-footer__top .c-footer__logoLink {
  width: 13.375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__top .c-footer__logoLink {
    width: 10rem;
  }
}
.nexsia-corp-c-footer .c-footer__top .c-footer__logoLink .c-footer__logoImage {
  aspect-ratio: 214/40;
  -o-object-fit: contain;
  object-fit: contain;
}
.nexsia-corp-c-footer .c-footer__top .c-footer__snsLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}
.nexsia-corp-c-footer .c-footer__top .c-footer__snsLists .c-footer__snsLink {
  border: 0.0625rem solid #3C4155;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__top .c-footer__snsLists .c-footer__snsLink {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.nexsia-corp-c-footer .c-footer__top .c-footer__snsLists .c-footer__snsLink:hover {
  background-color: #5091E6;
  border-color: #5091E6;
  opacity: 1;
}
.nexsia-corp-c-footer .c-footer__top .c-footer__snsLists .c-footer__snsLink:hover .c-footer__snsImage {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.nexsia-corp-c-footer .c-footer__top .c-footer__snsLists .c-footer__snsLink .c-footer__snsImage {
  width: 1.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__top .c-footer__snsLists .c-footer__snsLink .c-footer__snsImage {
    width: 1.125rem;
  }
}
.nexsia-corp-c-footer .c-footer__middle {
  border-bottom: 0.0625rem solid #C8D2E1;
  padding-block: 3.75rem 4.625rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__middle {
    padding-block: 1.875rem;
  }
}
.nexsia-corp-c-footer .c-footer__middle .c-footer__mainNavLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__middle .c-footer__mainNavLists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
  }
}
.nexsia-corp-c-footer .c-footer__middle .c-footer__mainNavLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 600;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.nexsia-corp-c-footer .c-footer__middle .c-footer__mainNavLink:hover {
  color: #5091E6;
  text-decoration: underline;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__middle .c-footer__mainNavLink {
    gap: 0.625rem;
  }
}
.nexsia-corp-c-footer .c-footer__middle .c-footer__mainNavLink::before {
  content: "";
  background: url(/assets/nexsia-corp/img/common/icon-morebtn-arrow.svg) no-repeat center center/contain;
  height: 1.25rem;
  width: 1.25rem;
}
.nexsia-corp-c-footer .c-footer__middle .c-footer__subNavLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.0625rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__middle .c-footer__subNavLists {
    margin-top: 0.625rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.375rem 1.5625rem;
    padding-left: 2.1875rem;
  }
}
.nexsia-corp-c-footer .c-footer__middle .c-footer__subNavLists .c-footer__subNavItem {
  color: #696E82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.125rem;
  padding-left: 2.1875rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__middle .c-footer__subNavLists .c-footer__subNavItem {
    font-size: 0.8125rem;
    line-height: 1.4;
    padding-left: 0;
  }
}
.nexsia-corp-c-footer .c-footer__middle .c-footer__subNavLists .c-footer__subNavItem a.c-footer__subNavLink {
  color: #696E82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.nexsia-corp-c-footer .c-footer__middle .c-footer__subNavLists .c-footer__subNavItem a.c-footer__subNavLink:hover {
  opacity: 1;
}
.nexsia-corp-c-footer .c-footer__middle .c-footer__subNavLists .c-footer__subNavItem a.c-footer__subNavLink:hover span {
  color: #5091E6;
  text-decoration: underline;
}
.nexsia-corp-c-footer .c-footer__middle .c-footer__subNavLists .c-footer__subNavItem a.c-footer__subNavLink::before {
  content: "-";
  display: block;
  margin-right: 0.125rem;
}
.nexsia-corp-c-footer .c-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.875rem;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__bottom {
    gap: 1.25rem;
    padding-top: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.nexsia-corp-c-footer .c-footer__bottom .c-footer__copyright {
  color: #696E82;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
}
.nexsia-corp-c-footer .c-footer__bottom .c-footer__bottomNavLists {
  color: #696E82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.125rem;
  font-size: 0.75rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer .c-footer__bottom .c-footer__bottomNavLists {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.25rem 0.125rem;
  }
}
.nexsia-corp-c-footer .c-footer__bottom .c-footer__bottomNavLists .c-footer__bottomNavItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.125rem;
}
.nexsia-corp-c-footer .c-footer__bottom .c-footer__bottomNavLists .c-footer__bottomNavItem::after {
  content: "|";
}
.nexsia-corp-c-footer .c-footer__bottom .c-footer__bottomNavLists .c-footer__bottomNavItem:last-child::after {
  content: "";
}
.nexsia-corp-c-footer .c-footer__bottom .c-footer__bottomNavLists .c-footer__bottomNavLink {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.nexsia-corp-c-footer .c-footer__bottom .c-footer__bottomNavLists .c-footer__bottomNavLink:hover {
  color: #5091E6;
  opacity: 1;
  text-decoration: underline;
}
.nexsia-corp-c-footer.-minpaku .c-footer__bottomNavLists {
  display: none;
}

.nexsia-corp-c-footer2 {
  padding-top: 3.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#D8EBFA), to(#E7E3F7));
  background: linear-gradient(90deg, #D8EBFA 0%, #E7E3F7 100%);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 {
    padding-top: 1.25rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__cta {
  border-radius: 1.5rem;
  color: #FFFFFF;
  padding-block: 4.3125rem 4rem;
  margin-inline: auto;
  margin-bottom: 3.75rem;
  width: calc(100% - 7.5rem);
  background: linear-gradient(45deg, #328CDC 0%, #3CC896 100%);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__cta {
    border-radius: 0.75rem;
    padding-block: 3.125rem 2.5rem;
    margin-bottom: 1.25rem;
    width: calc(100% - 2.5rem);
  }
}
.nexsia-corp-c-footer2 .c-footer2__cta .nexsia-corp-c-inner {
  max-width: 67.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.1875rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__cta .nexsia-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding-inline: 0;
  }
}
.nexsia-corp-c-footer2 .c-footer2__cta hgroup {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__cta hgroup {
    margin-bottom: 1.25rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__cta hgroup::after {
  content: "";
  background-color: #FFFFFF;
  display: block;
  position: relative;
  margin-top: 2.1875rem;
  opacity: 0.5;
  height: 0.0625rem;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__cta hgroup::after {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaTextbox {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
    padding-inline: 1.875rem;
    padding-bottom: 2.5rem;
    width: 100%;
  }
}
.nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaTitleEn {
  font-size: 3.875rem;
  line-height: 1;
  margin-bottom: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaTitleEn {
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaTitleEn {
    font-size: 2.625rem;
    margin-bottom: 0.5rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaTitleJa {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaTitleJa {
    font-size: 1rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaText {
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaText {
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}
.nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaBtnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
.nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaBtnWrap .c-footer2__ctaBtn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaBtnWrap .c-footer2__ctaBtn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: 1.875rem 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaBtnWrap .c-footer2__ctaBtn:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaBtnWrap .c-footer2__ctaBtnText {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__cta .c-footer2__ctaBtnWrap .c-footer2__ctaBtnText {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__contents {
  background-color: #FFFFFF;
  border-radius: 1.5rem 1.5rem 0 0;
  padding-block: 2.5rem 4.1875rem;
  margin-inline: auto;
  width: calc(100% - 7.5rem);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__contents {
    border-radius: 0.75rem 0.75rem 0 0;
    padding-block: 1.875rem 2.5rem;
    width: calc(100% - 2.5rem);
  }
}
.nexsia-corp-c-footer2 .c-footer2__contents .nexsia-corp-c-inner {
  max-width: 67.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__contents .nexsia-corp-c-inner {
    padding-inline: 1.25rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__top {
  border-bottom: 0.0625rem solid #C8D2E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2.5rem;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__top .c-footer2__topRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__top .c-footer2__topRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__top .c-footer2__logoLink {
  width: 13.375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__top .c-footer2__logoLink {
    width: 10rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__top .c-footer2__logoLink .c-footer2__logoImage {
  aspect-ratio: 214/40;
  -o-object-fit: contain;
  object-fit: contain;
}
.nexsia-corp-c-footer2 .c-footer2__top .c-footer2__snsLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}
.nexsia-corp-c-footer2 .c-footer2__top .c-footer2__snsLists .c-footer2__snsLink {
  border: 0.0625rem solid #3C4155;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__top .c-footer2__snsLists .c-footer2__snsLink {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__top .c-footer2__snsLists .c-footer2__snsLink:hover {
  background-color: #5091E6;
  border-color: #5091E6;
  opacity: 1;
}
.nexsia-corp-c-footer2 .c-footer2__top .c-footer2__snsLists .c-footer2__snsLink:hover .c-footer2__snsImage {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.nexsia-corp-c-footer2 .c-footer2__top .c-footer2__snsLists .c-footer2__snsLink .c-footer2__snsImage {
  width: 1.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__top .c-footer2__snsLists .c-footer2__snsLink .c-footer2__snsImage {
    width: 1.125rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__middle {
  border-bottom: 0.0625rem solid #C8D2E1;
  padding-block: 3.75rem 4.625rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__middle {
    padding-block: 1.875rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__middle .c-footer2__mainNavLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__middle .c-footer2__mainNavLists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__middle .c-footer2__mainNavLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 600;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.nexsia-corp-c-footer2 .c-footer2__middle .c-footer2__mainNavLink:hover {
  color: #5091E6;
  text-decoration: underline;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__middle .c-footer2__mainNavLink {
    gap: 0.625rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__middle .c-footer2__mainNavLink::before {
  content: "";
  background: url(/assets/nexsia-corp/img/common/icon-morebtn-arrow.svg) no-repeat center center/contain;
  height: 1.25rem;
  width: 1.25rem;
}
.nexsia-corp-c-footer2 .c-footer2__middle .c-footer2__subNavLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.0625rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__middle .c-footer2__subNavLists {
    margin-top: 0.625rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.125rem 1.5625rem;
    padding-left: 2.1875rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__middle .c-footer2__subNavLists .c-footer2__subNavItem {
  color: #696E82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.125rem;
  padding-left: 2.1875rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__middle .c-footer2__subNavLists .c-footer2__subNavItem {
    font-size: 0.8125rem;
    line-height: 1.4;
    padding-left: 0;
  }
}
.nexsia-corp-c-footer2 .c-footer2__middle .c-footer2__subNavLists .c-footer2__subNavItem a.c-footer2__subNavLink {
  color: #696E82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.nexsia-corp-c-footer2 .c-footer2__middle .c-footer2__subNavLists .c-footer2__subNavItem a.c-footer2__subNavLink:hover {
  opacity: 1;
}
.nexsia-corp-c-footer2 .c-footer2__middle .c-footer2__subNavLists .c-footer2__subNavItem a.c-footer2__subNavLink:hover span {
  color: #5091E6;
  text-decoration: underline;
}
.nexsia-corp-c-footer2 .c-footer2__middle .c-footer2__subNavLists .c-footer2__subNavItem a.c-footer2__subNavLink::before {
  content: "-";
  display: block;
  margin-right: 0.125rem;
}
.nexsia-corp-c-footer2 .c-footer2__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.875rem;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__bottom {
    gap: 1.25rem;
    padding-top: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.nexsia-corp-c-footer2 .c-footer2__bottom .c-footer2__copyright {
  color: #696E82;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
}
.nexsia-corp-c-footer2 .c-footer2__bottom .c-footer2__bottomNavLists {
  color: #696E82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.125rem;
  font-size: 0.75rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-footer2 .c-footer2__bottom .c-footer2__bottomNavLists {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.25rem 0.125rem;
  }
}
.nexsia-corp-c-footer2 .c-footer2__bottom .c-footer2__bottomNavLists .c-footer2__bottomNavItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.125rem;
}
.nexsia-corp-c-footer2 .c-footer2__bottom .c-footer2__bottomNavLists .c-footer2__bottomNavItem::after {
  content: "|";
}
.nexsia-corp-c-footer2 .c-footer2__bottom .c-footer2__bottomNavLists .c-footer2__bottomNavItem:last-child::after {
  content: "";
}
.nexsia-corp-c-footer2 .c-footer2__bottom .c-footer2__bottomNavLists .c-footer2__bottomNavLink {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.nexsia-corp-c-footer2 .c-footer2__bottom .c-footer2__bottomNavLists .c-footer2__bottomNavLink:hover {
  color: #5091E6;
  opacity: 1;
  text-decoration: underline;
}

.nexsia-corp-c-header-scroll {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nexsia-corp-c-header-scroll.is-scrolled {
  background: #FFFFFF;
  top: 0;
}
.nexsia-corp-c-header-scroll.is-scrolled .nexsia-corp-c-inner {
  padding-block: 1.25rem;
}
.nexsia-corp-c-header-scroll.un-pinned {
  -webkit-transition: 0.4s -webkit-transform cubic-bezier(0.045, 0.87, 0.545, 0.98);
  transition: 0.4s -webkit-transform cubic-bezier(0.045, 0.87, 0.545, 0.98);
  transition: 0.4s transform cubic-bezier(0.045, 0.87, 0.545, 0.98);
  transition: 0.4s transform cubic-bezier(0.045, 0.87, 0.545, 0.98), 0.4s -webkit-transform cubic-bezier(0.045, 0.87, 0.545, 0.98);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll.un-pinned {
    -webkit-transition: unset;
    transition: unset;
    -webkit-transform: unset;
    transform: unset;
  }
}
.nexsia-corp-c-header-scroll .c-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.nexsia-corp-c-header-scroll .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 1.875rem;
  padding-inline: 2.5rem;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .nexsia-corp-c-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875rem 1.25rem 1.25rem;
    margin-bottom: 0;
  }
}
.nexsia-corp-c-header-scroll .c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__logo {
    margin-bottom: 0;
  }
}
.nexsia-corp-c-header-scroll .c-header__logo a {
  text-decoration: none;
}
.nexsia-corp-c-header-scroll .c-header__logo a img {
  width: 10rem;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__logo a img {
    width: auto;
    height: 34px;
    max-width: 160px;
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 768px) {
  .nexsia-corp-c-header-scroll .c-header__nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    background: linear-gradient(85deg, rgba(50, 140, 220, 0.95) 0%, rgba(60, 200, 150, 0.95) 100%);
  }
}
.nexsia-corp-c-header-scroll .c-header__navWrap {
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .nexsia-corp-c-header-scroll .c-header__navWrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nexsia-corp-c-header-scroll .c-header__navWrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__navWrap {
    margin: 0 auto;
    max-width: 480px;
    padding: 5.625rem 1.25rem 1.25rem;
  }
}
.nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.875rem;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem + .c-header__navItem {
    margin-top: 1.25rem;
  }
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem.-sub {
    position: relative;
    padding: 0;
  }
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem.-sub:after {
    top: 1em;
    bottom: initial;
  }
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem.-sub.is-active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem.-sub.is-hover .c-header__subMenu {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem.-sub.-link {
    padding: 0;
  }
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem.-sub.-link a {
    width: 100%;
    padding: 16px;
    display: block;
    font-size: 15px;
  }
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem.-sub.-link a:after {
    display: none;
  }
}
.nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem a {
    color: #FFFFFF;
    font-size: 1.125rem;
  }
}
.nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.125rem;
  background: #5091E6;
  bottom: -0.375rem;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem a:hover {
  color: #5091E6;
  opacity: 1;
}
.nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem a .c-header__navItemArrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__navList .c-header__navItem a .c-header__navItemArrow {
    display: block;
    width: 1.25rem;
  }
}
.nexsia-corp-c-header-scroll .c-header__navWrap .c-header__subNavLists {
  display: none;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__subNavLists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 1.875rem;
    margin-top: 0.8125rem;
  }
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__subNavLists a.c-header__subNavLink {
    line-height: 2;
    font-weight: 500;
    font-size: 0.8125rem;
  }
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__subNavLists a.c-header__subNavLink::before {
    content: "-";
    color: #FFFFFF;
  }
}
.nexsia-corp-c-header-scroll .c-header__navWrap .c-header__subMenu {
  display: none;
  position: absolute;
  top: calc(3em + 18px);
  background: #fff;
  overflow-y: scroll;
  padding: 16px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__subMenu {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.nexsia-corp-c-header-scroll .c-header__navWrap .c-header__subMenu .c-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__subMenu .c-header__navList {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.nexsia-corp-c-header-scroll .c-header__navWrap .c-header__subMenu .c-header__navList .c-header__navItem a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__navWrap .c-header__subMenu .c-header__navList .c-header__navItem a {
    width: 100%;
    border-bottom: none;
    position: relative;
    padding: 16px;
    margin: 0;
  }
}
.nexsia-corp-c-header-scroll .c-header__navButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__navButton {
    max-width: 496px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.nexsia-corp-c-header-scroll .c-header__navButton .nexsia-corp-c-button {
  border-radius: 999px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 1rem 2.8125rem;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background: linear-gradient(45deg, #00DE8F 0%, #006FD1 100%);
}
@media screen and (min-width: 768px) {
  .nexsia-corp-c-header-scroll .c-header__navButton .nexsia-corp-c-button:hover {
    opacity: 1;
  }
  .nexsia-corp-c-header-scroll .c-header__navButton .nexsia-corp-c-button:hover:after {
    opacity: 0;
  }
  .nexsia-corp-c-header-scroll .c-header__navButton .nexsia-corp-c-button::after {
    content: "";
    background: linear-gradient(45deg, #328CDC 0%, #3CC896 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__navButton .nexsia-corp-c-button {
    background: transparent;
    border: 0.0625rem solid #FFFFFF;
    border-radius: 999px;
    font-size: 1rem;
    padding: 1.25rem 2.5rem;
    position: relative;
    letter-spacing: 0.04em;
    margin-top: 2.3125rem;
    max-width: 16.25rem;
    width: 100%;
    margin-inline: auto;
    opacity: 1;
  }
  .nexsia-corp-c-header-scroll .c-header__navButton .nexsia-corp-c-button::after {
    content: "";
    background: url(/assets/nexsia-corp/img/common/icon-morebtn-arrow.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 2.5rem;
    width: 2.5rem;
  }
}
.nexsia-corp-c-header-scroll .c-header__navButton .nexsia-corp-c-button .c-button__jaTitle {
  z-index: 1;
}
.nexsia-corp-c-header-scroll .c-header__menuButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll .c-header__menuButton {
    opacity: 1;
    border-radius: 999px 0 0 999px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    outline: none;
    top: 1.25rem;
    right: 0;
    position: absolute;
    height: 3.125rem;
    width: 6.25rem;
    background: linear-gradient(45deg, #328CDC 0%, #3CC896 100%);
  }
  .nexsia-corp-c-header-scroll .c-header__menuButton.is-open {
    background: #FFFFFF;
  }
  .nexsia-corp-c-header-scroll .c-header__menuButton.is-open > i {
    background-color: #5091E6;
  }
  .nexsia-corp-c-header-scroll .c-header__menuButton.is-open > i:nth-child(2) {
    opacity: 0;
  }
  .nexsia-corp-c-header-scroll .c-header__menuButton.is-open > i:nth-child(1) {
    -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  .nexsia-corp-c-header-scroll .c-header__menuButton.is-open > i:nth-child(3) {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
  .nexsia-corp-c-header-scroll .c-header__menuButton > i {
    background-color: #FFFFFF;
    display: block;
    width: 1.875rem;
    height: 0.0625rem;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .nexsia-corp-c-header-scroll .c-header__menuButton > i + i {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-header-scroll.-minpaku .c-header__navButton {
    margin-top: 6.25rem;
  }
}
.nexsia-corp-c-header-scroll .is-mobile-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

.nexsia-corp-c-sectionHeader2 {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader2 {
    margin-bottom: 1.5625rem;
  }
}
.nexsia-corp-c-sectionHeader2 .c-sectionHeader2__topper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nexsia-corp-c-sectionHeader2 .c-sectionHeader2__topper .c-sectionHeader2__enTitle {
  font-size: 3.875rem;
  margin: 0 0 0.625rem 0;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader2 .c-sectionHeader2__topper .c-sectionHeader2__enTitle {
    font-size: 2.625rem;
    margin: 0 0 0.5rem 0;
  }
}
.nexsia-corp-c-sectionHeader2 .c-sectionHeader2__topper .c-sectionHeader2__enTitle .-blue, .nexsia-corp-c-sectionHeader2 .c-sectionHeader2__topper .c-sectionHeader2__enTitle:first-letter {
  color: #5091E6;
}
.nexsia-corp-c-sectionHeader2 .c-sectionHeader2__topper .c-sectionHeader2__jaTitle {
  margin: 0;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 1.25rem;
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader2 .c-sectionHeader2__topper .c-sectionHeader2__jaTitle {
    line-height: 1.3;
    font-size: 1rem;
  }
}
.nexsia-corp-c-sectionHeader2 .c-sectionHeader2__topper .c-sectionHeader2__jaTitle::before {
  content: "";
  background-color: #5091E6;
  position: absolute;
  bottom: 0rem;
  left: 0;
  margin-top: 2.0625rem;
  display: block;
  height: 0.0625rem;
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader2 .c-sectionHeader2__topper .c-sectionHeader2__jaTitle::before {
    margin-top: 1.25rem;
  }
}
.nexsia-corp-c-sectionHeader2 .c-sectionHeader2__topper .c-sectionHeader2__jaTitle::after {
  content: "";
  background-color: #C8D2E1;
  margin-top: 3.125rem;
  display: block;
  height: 0.0625rem;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader2 .c-sectionHeader2__topper .c-sectionHeader2__jaTitle::after {
    margin-top: 1.875rem;
  }
}
.nexsia-corp-c-sectionHeader2 .c-sectionHeader2__topper .c-sectionHeader2__jaTitle .-blue {
  color: #5091E6;
}
.nexsia-corp-c-sectionHeader2 .c-sectionHeader2__content {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  margin: 1.8125rem 0 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader2 .c-sectionHeader2__content {
    line-height: 1.8;
    font-size: 0.9375rem;
  }
}
.nexsia-corp-c-sectionHeader2.-left .c-sectionHeader2__topper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.nexsia-corp-c-sectionHeader2.-left .c-sectionHeader2__jaTitle {
  text-align: left;
}
.nexsia-corp-c-sectionHeader2.-left .c-sectionHeader2__jaTitle:after {
  margin-inline: 0;
}
.nexsia-corp-c-sectionHeader2.-left .c-sectionHeader2__content {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .nexsia-corp-c-sectionHeader2.-borderNone .c-sectionHeader2__jaTitle::before, .nexsia-corp-c-sectionHeader2.-borderNone .c-sectionHeader2__jaTitle::after {
    content: none !important;
  }
}
.nexsia-corp-c-sectionHeader2.-pt2 .c-sectionHeader2__topper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader2.-pt2 .c-sectionHeader2__topper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.875rem;
  }
}
.nexsia-corp-c-sectionHeader2.-pt2 .c-sectionHeader2__topper::before {
  content: "";
  background-color: #5091E6;
  position: absolute;
  bottom: 0rem;
  left: 0;
  display: block;
  height: 0.0625rem;
  width: 7.5rem;
  z-index: 1;
}
.nexsia-corp-c-sectionHeader2.-pt2 .c-sectionHeader2__topper::after {
  content: "";
  background-color: #C8D2E1;
  position: absolute;
  bottom: 0rem;
  left: 0;
  height: 0.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader2.-pt2 .c-sectionHeader2__topper::after {
    margin-top: 1.875rem;
  }
}
.nexsia-corp-c-sectionHeader2.-pt2 .c-sectionHeader2__enTitle {
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}
.nexsia-corp-c-sectionHeader2.-pt2 .c-sectionHeader2__jaTitle {
  margin: 0;
}
.nexsia-corp-c-sectionHeader2.-pt2 .c-sectionHeader2__jaTitle::before, .nexsia-corp-c-sectionHeader2.-pt2 .c-sectionHeader2__jaTitle::after {
  content: none;
}
.nexsia-corp-c-sectionHeader2.-pt2 .c-sectionHeader2__content {
  font-size: 1rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader2.-pt2 .c-sectionHeader2__content {
    font-size: 0.9375rem;
    margin-top: 1.5625rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sectionHeader2.-decoMax .c-sectionHeader2__jaTitle::after {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .nexsia-corp-c-sectionHeader2.-pcCenter .c-sectionHeader2__topper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nexsia-corp-c-sectionHeader2.-pcCenter .c-sectionHeader2__jaTitle {
    text-align: center;
  }
  .nexsia-corp-c-sectionHeader2.-pcCenter .c-sectionHeader2__jaTitle::before {
    content: none;
  }
  .nexsia-corp-c-sectionHeader2.-pcCenter .c-sectionHeader2__jaTitle:after {
    margin-inline: auto;
    margin-top: 2.1875rem;
  }
  .nexsia-corp-c-sectionHeader2.-pcCenter .c-sectionHeader2__content {
    text-align: center;
  }
}
.nexsia-corp-c-sectionHeader2.-white {
  color: #FFFFFF;
}
.nexsia-corp-c-sectionHeader2.-white .c-sectionHeader2__enTitle:first-letter {
  color: #FFFFFF;
}
.nexsia-corp-c-sectionHeader2.-white .c-sectionHeader2__jaTitle::after,
.nexsia-corp-c-sectionHeader2.-white .c-sectionHeader2__jaTitle::before {
  background-color: #FFFFFF;
  opacity: 0.5;
}

.nexsia-corp-c-columnCard {
  position: relative;
}
.nexsia-corp-c-columnCard .c-columnCard__link:hover {
  opacity: 1;
}
.nexsia-corp-c-columnCard .c-columnCard__link:hover::after {
  opacity: 1;
}
.nexsia-corp-c-columnCard .c-columnCard__link::after {
  content: "";
  background: rgba(80, 145, 230, 0.15);
  border-radius: 0.5rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 1.25rem);
  height: calc(100% + 1.25rem);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.nexsia-corp-c-columnCard .c-columnCard__img {
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0 0 1.375rem 0;
  width: 100%;
}
.nexsia-corp-c-columnCard .c-columnCard__img .c-columnCard__imgImage {
  aspect-ratio: 360/240;
  -o-object-fit: cover;
  object-fit: cover;
}
.nexsia-corp-c-columnCard .c-columnCard__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-columnCard .c-columnCard__info {
    margin-bottom: 0.125rem;
  }
}
.nexsia-corp-c-columnCard .c-columnCard__cat {
  color: #5091E6;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-columnCard .c-columnCard__cat {
    font-size: 0.875rem;
  }
}
.nexsia-corp-c-columnCard .c-columnCard__date {
  color: #696E82;
  font-size: 0.75rem;
  line-height: 1.6;
}
.nexsia-corp-c-columnCard .c-columnCard__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.5625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-columnCard .c-columnCard__title {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.nexsia-corp-c-columnCard .c-columnCard__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.tag {
  border: 0.0625rem solid #C8D2E1;
  border-radius: 0.3125rem;
  padding: 0.1875rem 0.5rem;
  color: #696E82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  line-height: 1.5;
  gap: 0.25rem;
}
.tag::before {
  content: "#";
}

.nexsia-corp-c-sidebar {
  width: 20rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sidebar {
    width: 100%;
    margin: 0 auto;
    margin-top: 3.75rem;
  }
}
.nexsia-corp-c-sidebar .c-sidebar__ads {
  display: block;
  line-height: 1;
  margin-bottom: 1rem;
}
.nexsia-corp-c-sidebar .c-sidebar__ads img {
  width: 100%;
  height: auto;
}
.nexsia-corp-c-sidebar .c-sidebar__related,
.nexsia-corp-c-sidebar .c-sidebar__category,
.nexsia-corp-c-sidebar .c-sidebar__tag {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sidebar .c-sidebar__related,
  .nexsia-corp-c-sidebar .c-sidebar__category,
  .nexsia-corp-c-sidebar .c-sidebar__tag {
    margin-bottom: 2.5rem;
  }
}
.nexsia-corp-c-sidebar .c-sidebar__relatedTitle,
.nexsia-corp-c-sidebar .c-sidebar__categoryTitle,
.nexsia-corp-c-sidebar .c-sidebar__tagTitle {
  font-size: 1.25rem;
  margin: 0 0 1.25rem;
  line-height: 1;
  white-space: nowrap;
}
.nexsia-corp-c-sidebar .c-sidebar__relatedTitle::first-letter,
.nexsia-corp-c-sidebar .c-sidebar__categoryTitle::first-letter,
.nexsia-corp-c-sidebar .c-sidebar__tagTitle::first-letter {
  color: #5091E6;
}
.nexsia-corp-c-sidebar .c-sidebar__relatedItem {
  border-bottom: 0.0625rem solid #C8D2E1;
}
.nexsia-corp-c-sidebar .c-sidebar__relatedItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: var(--color-base-text);
  padding: 16px 0;
}
.nexsia-corp-c-sidebar .c-sidebar__relatedItem .wrap {
  margin-left: 1.4375rem;
}
.nexsia-corp-c-sidebar .c-sidebar__relatedItem .thumb {
  border-radius: 0.3125rem;
  position: relative;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 5.625rem;
  width: 5.625rem;
}
.nexsia-corp-c-sidebar .c-sidebar__relatedItem .thumb img {
  aspect-ratio: 90/56;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sidebar .c-sidebar__relatedItem .thumb img {
    aspect-ratio: 90/50;
  }
}
.nexsia-corp-c-sidebar .c-sidebar__relatedItem .badge {
  color: #5091E6;
  display: inline-block;
  font-size: 0.75rem;
}
.nexsia-corp-c-sidebar .c-sidebar__relatedItem .date {
  font-family: var(--font-family-en);
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #aaaaaa;
}
.nexsia-corp-c-sidebar .c-sidebar__relatedItem .title {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
}
.nexsia-corp-c-sidebar .c-sidebar__categoryList {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}
.nexsia-corp-c-sidebar .c-sidebar__categoryList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.25rem 0;
}
.nexsia-corp-c-sidebar .c-sidebar__categoryList li a::before {
  content: "";
  background-color: #5091E6;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.625rem;
  height: 0.375rem;
  width: 0.375rem;
}
.nexsia-corp-c-sidebar .c-sidebar__tagList {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-sidebar .c-sidebar__tagList {
    margin-left: 0;
    margin-top: 24px;
  }
}
.nexsia-corp-c-sidebar .c-sidebar__tagItem {
  display: block;
  margin: 0 0.3125rem 0.3125rem 0;
}
.nexsia-corp-c-sidebar .c-sidebar__tagItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F2F4F8;
  border-radius: 0.3125rem;
  color: #696E82;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0.1875rem 0.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nexsia-corp-c-sidebar .c-sidebar__tagItem a::before {
  content: "# ";
}
.nexsia-corp-c-sidebar .c-sidebar__tagItem a:hover {
  color: #FFFFFF;
  background-color: #5091E6;
  opacity: 1;
}

.nexsia-corp-c-tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.75rem;
  gap: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-tagList {
    display: block;
    margin-bottom: 2.5rem;
  }
}
.nexsia-corp-c-tagList .c-tagList__title {
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: bold;
}
.nexsia-corp-c-tagList .c-tagList__title:first-letter {
  color: #5091E6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-tagList .c-tagList__title {
    margin-bottom: 1.25rem;
  }
}
.nexsia-corp-c-tagList .c-tagList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-tagList .c-tagList__list {
    gap: 0.3125rem;
  }
}
.nexsia-corp-c-tagList .c-tagList__list a {
  background-color: #F2F4F8;
  border-radius: 0.3125rem;
  color: #3C4155;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.5rem;
  padding: 0 0.875rem;
  font-size: 0.875rem;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-tagList .c-tagList__list a {
    padding: 0 0.875rem;
  }
}
.nexsia-corp-c-tagList .c-tagList__list a:hover, .nexsia-corp-c-tagList .c-tagList__list a.is-current {
  background-color: #5091E6;
  color: #FFFFFF;
  opacity: 1;
}

.nexsia-corp-c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-pager {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    margin-top: 2.5rem;
    width: 100%;
  }
}
.nexsia-corp-c-pager .c-pager__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-pager .c-pager__numbers {
    gap: 0.625rem;
  }
}
.nexsia-corp-c-pager .c-pager__item {
  border-radius: var(--border-radius-button);
  border: 0.0625rem solid #C8D2E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 3.125rem;
  font-size: 1.5rem;
  height: 3.75rem;
  width: 3.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-pager .c-pager__item {
    font-size: 1rem;
    min-width: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.nexsia-corp-c-pager .c-pager__item:hover, .nexsia-corp-c-pager .c-pager__item.-current {
  background-color: #5091E6;
  color: #FFFFFF;
  opacity: 1;
}
.nexsia-corp-c-pager .c-pager__item.-prev, .nexsia-corp-c-pager .c-pager__item.-next {
  position: relative;
  background: linear-gradient(45deg, #00DE8F 0%, #006FD1 100%);
}
.nexsia-corp-c-pager .c-pager__item.-prev:hover::before, .nexsia-corp-c-pager .c-pager__item.-next:hover::before {
  opacity: 0;
}
.nexsia-corp-c-pager .c-pager__item.-prev::before, .nexsia-corp-c-pager .c-pager__item.-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: linear-gradient(45deg, #328CDC 0%, #3CC896 100%);
}
@media screen and (min-width: 768px) {
  .nexsia-corp-c-pager .c-pager__item.-prev {
    margin-right: 1.25rem;
  }
}
.nexsia-corp-c-pager .c-pager__item.-prev i {
  display: block;
  width: 1.375rem;
  height: 1rem;
  background: url("/assets/nexsia-corp/img/common/icon-pager-prev.svg") no-repeat 0 0;
  background-size: 1.375rem 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-pager .c-pager__item.-prev i {
    width: 0.875rem;
    height: 0.75rem;
    background-size: 0.875rem 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .nexsia-corp-c-pager .c-pager__item.-next {
    margin-left: 1.25rem;
  }
}
.nexsia-corp-c-pager .c-pager__item.-next i {
  display: block;
  width: 1.375rem;
  height: 1rem;
  background: url("/assets/nexsia-corp/img/common/icon-pager-next.svg") no-repeat 0 0;
  background-size: 1.375rem 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-pager .c-pager__item.-next i {
    width: 0.875rem;
    height: 0.75rem;
    background-size: 0.875rem 0.75rem;
  }
}

.nexsia-corp-c-noresult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nexsia-corp-c-noresult .c-noresult__label {
  margin: 0;
  font-size: 2.0625rem;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.nexsia-corp-c-noresult .c-noresult__label:first-letter {
  color: #5091E6;
}
.nexsia-corp-c-noresult .c-noresult__title {
  margin: 1.25rem 0 0;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-noresult .c-noresult__title {
    margin-top: 15px;
  }
}
.nexsia-corp-c-noresult .c-noresult__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 3.125rem 0 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-noresult .c-noresult__text {
    margin-top: 30px;
  }
}
.nexsia-corp-c-noresult .nexsia-corp-c-moreBtn2 {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-noresult .nexsia-corp-c-moreBtn2 {
    padding: 0.625rem 0.625rem 0.625rem 1.875rem;
  }
}

.nexsia-corp-c-wysiwyg {
  padding-top: 0.0625rem;
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}
.nexsia-corp-c-wysiwyg h2,
.nexsia-corp-c-wysiwyg h3,
.nexsia-corp-c-wysiwyg h4,
.nexsia-corp-c-wysiwyg h5,
.nexsia-corp-c-wysiwyg h6 {
  margin: 0;
  line-height: 1.5;
}
.nexsia-corp-c-wysiwyg h2 {
  border-top: 0.0625rem solid #C8D2E1;
  font-size: 1.75rem;
  padding-block: 1.625rem 0;
  position: relative;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-wysiwyg h2 {
    padding-block: 0.75rem 0;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
}
.nexsia-corp-c-wysiwyg h2::before {
  content: "";
  background-color: #5091E6;
  display: block;
  position: absolute;
  left: 0;
  top: -0.125rem;
  width: 6.25rem;
  height: 0.125rem;
}
.nexsia-corp-c-wysiwyg h3 {
  font-size: 1.25rem;
  padding-left: 0.9375rem;
  margin-top: 3.75rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-wysiwyg h3 {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }
}
.nexsia-corp-c-wysiwyg h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.3125rem;
  height: 100%;
  background-color: #5091E6;
}
.nexsia-corp-c-wysiwyg h4 {
  font-size: 1.0625rem;
  padding-left: 0.625rem;
  margin-top: 3.75rem;
  margin-bottom: 1rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-wysiwyg h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.nexsia-corp-c-wysiwyg h4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.125rem;
  height: 100%;
  background-color: #5091E6;
}
.nexsia-corp-c-wysiwyg p {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin: 0;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-wysiwyg p {
    font-size: 0.875rem;
  }
}
.nexsia-corp-c-wysiwyg ul {
  padding-left: 1.25rem;
  list-style: disc;
}
.nexsia-corp-c-wysiwyg ul li::marker {
  color: #5091E6;
}
.nexsia-corp-c-wysiwyg li {
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-wysiwyg li {
    line-height: 1.8;
  }
}
.nexsia-corp-c-wysiwyg ul, .nexsia-corp-c-wysiwyg ol {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-wysiwyg ul, .nexsia-corp-c-wysiwyg ol {
    margin: 20px 0;
  }
}
.nexsia-corp-c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.nexsia-corp-c-wysiwyg ol li {
  padding-left: 1.875rem;
  text-indent: -1.875rem;
}
.nexsia-corp-c-wysiwyg ol li:before {
  content: "0" counter(n) "";
  color: #5091E6;
  counter-increment: n;
  font-size: 1.125rem;
  line-height: 1.1;
  margin-right: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-wysiwyg ol li:before {
    font-size: 1.0625rem;
    margin-top: 0.3125rem;
  }
}
.nexsia-corp-c-wysiwyg ol li:nth-of-type(n + 10):before {
  content: counter(n) ".";
}
.nexsia-corp-c-wysiwyg a {
  color: #5091E6;
  text-decoration: underline;
  word-wrap: break-word;
}
.nexsia-corp-c-wysiwyg blockquote {
  border: 0.0625rem solid #C8D2E1;
  border-radius: 0.1875rem;
  color: #696E82;
  padding: 1.5rem 1.5rem 1.5rem 3.8125rem;
  margin: 1.875rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-wysiwyg blockquote {
    padding: 1rem 1rem 1rem 3rem;
    margin: 1.25rem 0;
  }
}
.nexsia-corp-c-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.25rem;
  background-image: url("/assets/nexsia-corp/img/common/icon_quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-wysiwyg blockquote::before {
    top: 1rem;
    left: 1rem;
  }
}
.nexsia-corp-c-wysiwyg blockquote p {
  margin: 0;
}
.nexsia-corp-c-wysiwyg table {
  border-radius: 0.1875rem;
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  table-layout: fixed;
}
.nexsia-corp-c-wysiwyg table tbody, .nexsia-corp-c-wysiwyg table thead {
  width: 100%;
  display: table;
}
.nexsia-corp-c-wysiwyg table thead th:first-child {
  border-top-left-radius: 0.25rem;
}
.nexsia-corp-c-wysiwyg table thead th:last-child {
  border-top-right-radius: 0.25rem;
}
.nexsia-corp-c-wysiwyg table th {
  background-color: #5091E6;
  color: #FFFFFF;
}
.nexsia-corp-c-wysiwyg table td, .nexsia-corp-c-wysiwyg table th {
  border: 1px solid #CCC;
  padding: 1rem;
  min-width: 14.375rem;
}
.nexsia-corp-c-wysiwyg table th[colspan="2"] {
  min-width: 460px;
}
.nexsia-corp-c-wysiwyg table td[colspan="2"] {
  min-width: 460px;
}
.nexsia-corp-c-wysiwyg code .hljs-ln {
  margin-top: 0;
  margin-bottom: 0;
}
.nexsia-corp-c-wysiwyg code .hljs-ln-code, .nexsia-corp-c-wysiwyg code .hljs-ln-numbers {
  border: none;
  padding: 0;
  min-width: 5px;
}
.nexsia-corp-c-wysiwyg code .hljs-ln-numbers {
  border-right: 1px solid #ccc;
}
.nexsia-corp-c-wysiwyg img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  margin: 30px 0;
}
.nexsia-corp-c-wysiwyg .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-base-primary);
}
.nexsia-corp-c-wysiwyg iframe {
  max-width: 100%;
}
.nexsia-corp-c-wysiwyg h2:first-child, .nexsia-corp-c-wysiwyg h3:first-child, .nexsia-corp-c-wysiwyg h4:first-child, .nexsia-corp-c-wysiwyg h5:first-child, .nexsia-corp-c-wysiwyg h6:first-child, .nexsia-corp-c-wysiwyg p:first-child, .nexsia-corp-c-wysiwyg ol:first-child, .nexsia-corp-c-wysiwyg ul:first-child, .nexsia-corp-c-wysiwyg blockquote:first-child, .nexsia-corp-c-wysiwyg img:first-child, .nexsia-corp-c-wysiwyg table:first-child {
  margin-top: 0;
}
.nexsia-corp-c-wysiwyg.-terms h2 {
  font-size: 1.375rem;
}
.nexsia-corp-c-wysiwyg.-terms h2:not(:first-of-type) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-wysiwyg.-terms h2 {
    font-size: 1.25rem;
  }
  .nexsia-corp-c-wysiwyg.-terms h2:not(:first-of-type) {
    margin-top: 3.75rem;
  }
}
.nexsia-corp-c-wysiwyg.-terms h3 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
.nexsia-corp-c-wysiwyg.-terms h4 {
  padding-left: 0.875rem;
  font-size: 0.9375rem;
  margin-block: 1.25rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-wysiwyg.-terms h4 {
    padding-left: 0.625rem;
  }
}
.nexsia-corp-c-wysiwyg.-terms h4::before {
  top: 0.625rem;
  height: 0.25rem;
  width: 0.25rem;
}
.nexsia-corp-c-wysiwyg.-terms p {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
.nexsia-corp-c-wysiwyg.-terms ul, .nexsia-corp-c-wysiwyg.-terms ol {
  margin-top: 0.625rem;
}

.nexsia-corp-c-form {
  max-width: 800px;
  margin: 0 auto;
}
.nexsia-corp-c-form .leadgrid-form__item + .leadgrid-form__item {
  margin-top: 1.5rem;
}
.nexsia-corp-c-form .leadgrid-form__row {
  border-top: 0.0625rem solid #C8D2E1;
  padding-block: 2rem;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-form .leadgrid-form__row {
    padding-block: 1.125rem;
  }
}
.nexsia-corp-c-form .leadgrid-form__row:last-child {
  border-bottom: 0.0625rem solid #C8D2E1;
}
.nexsia-corp-c-form .leadgrid-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-form .leadgrid-form__label {
    font-size: 1rem;
  }
}
.nexsia-corp-c-form .leadgrid-form__label::before {
  background-color: transparent !important;
  color: #696E82 !important;
  border: 0.0625rem solid #696E82 !important;
}
.nexsia-corp-c-form .leadgrid-form__label.-required::before {
  background-color: #5091E6 !important;
  border: 0 !important;
  color: #FFFFFF !important;
  font-size: 0.75rem;
}
.nexsia-corp-c-form .leadgrid-form__label.is-required:after {
  content: "必須";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #d35645;
  height: 22px;
  white-space: nowrap;
  padding: 0 10px;
  border-radius: var(--border-radius);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-form .leadgrid-form__label.is-required:after {
    font-size: 11px;
    height: 20px;
    padding: 0 8px;
  }
}
.nexsia-corp-c-form .leadgrid-form__input,
.nexsia-corp-c-form .leadgrid-form__textarea,
.nexsia-corp-c-form .leadgrid-form__select > select {
  background: transparent !important;
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.0625rem solid #C8D2E1 !important;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  width: 100%;
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
}
.nexsia-corp-c-form .leadgrid-form__input::-webkit-input-placeholder, .nexsia-corp-c-form .leadgrid-form__textarea::-webkit-input-placeholder, .nexsia-corp-c-form .leadgrid-form__select > select::-webkit-input-placeholder {
  color: #3C4155;
  opacity: 0.3;
}
.nexsia-corp-c-form .leadgrid-form__input::-moz-placeholder, .nexsia-corp-c-form .leadgrid-form__textarea::-moz-placeholder, .nexsia-corp-c-form .leadgrid-form__select > select::-moz-placeholder {
  color: #3C4155;
  opacity: 0.3;
}
.nexsia-corp-c-form .leadgrid-form__input:-ms-input-placeholder, .nexsia-corp-c-form .leadgrid-form__textarea:-ms-input-placeholder, .nexsia-corp-c-form .leadgrid-form__select > select:-ms-input-placeholder {
  color: #3C4155;
  opacity: 0.3;
}
.nexsia-corp-c-form .leadgrid-form__input::-ms-input-placeholder, .nexsia-corp-c-form .leadgrid-form__textarea::-ms-input-placeholder, .nexsia-corp-c-form .leadgrid-form__select > select::-ms-input-placeholder {
  color: #3C4155;
  opacity: 0.3;
}
.nexsia-corp-c-form .leadgrid-form__input::placeholder,
.nexsia-corp-c-form .leadgrid-form__textarea::placeholder,
.nexsia-corp-c-form .leadgrid-form__select > select::placeholder {
  color: #3C4155;
  opacity: 0.3;
}
.nexsia-corp-c-form .leadgrid-form__input:focus,
.nexsia-corp-c-form .leadgrid-form__textarea:focus,
.nexsia-corp-c-form .leadgrid-form__select > select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.24rem rgba(134, 183, 254, 0.005);
  box-shadow: 0 0 0 0.24rem rgba(134, 183, 254, 0.005);
}
.nexsia-corp-c-form .leadgrid-form__input,
.nexsia-corp-c-form .leadgrid-form__select > select {
  border-radius: 0.3125rem;
  height: 3rem;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-form .leadgrid-form__input,
  .nexsia-corp-c-form .leadgrid-form__select > select {
    padding: 0 1rem;
  }
}
.nexsia-corp-c-form .leadgrid-form__textarea {
  min-height: 15rem;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-form .leadgrid-form__textarea {
    min-height: 12.5rem;
    padding: 1rem;
  }
}
.nexsia-corp-c-form .leadgrid-form__select {
  position: relative;
}
.nexsia-corp-c-form .leadgrid-form__select > select {
  cursor: pointer;
  padding-right: 3rem;
}
.nexsia-corp-c-form .leadgrid-form__select::before {
  content: none !important;
}
.nexsia-corp-c-form .leadgrid-form__select:after {
  content: " ";
  border: 0 !important;
  display: block;
  position: absolute;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_6514_3337)%22%3E%3Cpath%20d%3D%22M8.5%200.987305L4.5%206.5873H12.5L8.5%200.987305ZM8.5%2015.3873L12.5%209.7873H4.5L8.5%2015.3873Z%22%20fill%3D%22%231B1B1B%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_6514_3337%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%20transform%3D%22translate(0.5%200.1875)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 16px;
  margin-top: -0.5rem;
  -webkit-transform: initial !important;
  transform: initial !important;
}
.nexsia-corp-c-form .leadgrid-form__radio + .leadgrid-form__radio {
  margin-top: 16px;
}
.leadgrid-form__item .nexsia-corp-c-form .leadgrid-form__radio {
  padding-left: 2.25rem;
}
@media screen and (max-width: 767px) {
  .leadgrid-form__item .nexsia-corp-c-form .leadgrid-form__radio {
    padding-left: 1.25rem;
  }
}
.leadgrid-form__item .nexsia-corp-c-form .leadgrid-form__radio:first-of-type {
  margin-top: 1.375rem;
}
.nexsia-corp-c-form .leadgrid-form__radio > label {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nexsia-corp-c-form .leadgrid-form__radio > label input[type=radio] {
  display: none;
}
.nexsia-corp-c-form .leadgrid-form__radio > label input[type=radio]:checked + .leadgrid-form__radioLabel:after {
  content: " ";
  display: block;
  min-width: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: var(--color-base-text);
  position: absolute;
  top: 50%;
  margin-top: -0.375rem;
  left: 0.3125rem;
}
.nexsia-corp-c-form .leadgrid-form__radio .leadgrid-form__radioLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  position: relative;
  cursor: pointer;
}
.nexsia-corp-c-form .leadgrid-form__radio .leadgrid-form__radioLabel:before {
  content: " ";
  display: block;
  margin-right: 8px;
  min-width: 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  border: 2px solid var(--color-base-text);
}
.nexsia-corp-c-form .leadgrid-form__radio input[type=radio] + span::before {
  border: 0.0625rem solid #C8D2E1;
}
.nexsia-corp-c-form .leadgrid-form__radio input[type=radio]:checked + span::after {
  background-color: #5091E6;
}
.nexsia-corp-c-form .c-form__checkbox,
.nexsia-corp-c-form .leadgrid-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nexsia-corp-c-form .c-form__checkbox label,
.nexsia-corp-c-form .leadgrid-form__checkbox label {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nexsia-corp-c-form .c-form__checkbox input[type=checkbox]:checked + span::after,
.nexsia-corp-c-form .leadgrid-form__checkbox input[type=checkbox]:checked + span::after {
  border-bottom: 0.1875rem solid #5091E6 !important;
  border-right: 0.1875rem solid #5091E6 !important;
}
.nexsia-corp-c-form .c-form__checkbox input[type=checkbox],
.nexsia-corp-c-form .leadgrid-form__checkbox input[type=checkbox] {
  display: none;
}
.nexsia-corp-c-form .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after,
.nexsia-corp-c-form .leadgrid-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  content: " ";
  display: block;
  width: 0.5rem;
  height: 0.875rem;
  border-bottom: 0.1875rem solid #5091E6;
  border-right: 0.1875rem solid #5091E6;
  border-radius: 0.125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0.4375rem;
  margin-top: -0.5rem;
}
.nexsia-corp-c-form .c-form__checkboxLabel,
.nexsia-corp-c-form .leadgrid-form__checkboxLabel,
.nexsia-corp-c-form input[type=checkbox] + span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 0.9375rem;
  cursor: pointer;
  position: relative;
}
.nexsia-corp-c-form .c-form__checkboxLabel:before,
.nexsia-corp-c-form .leadgrid-form__checkboxLabel:before,
.nexsia-corp-c-form input[type=checkbox] + span:before {
  content: " ";
  display: block;
  min-width: 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  border: 0.0625rem solid #C8D2E1;
  border-radius: calc(var(--border-radius) - 0.125rem);
  margin-right: 0.75rem;
}
.nexsia-corp-c-form .leadgrid-form__file label {
  background-color: transparent !important;
  border: 0.0625rem solid #5091E6;
  color: #5091E6;
  gap: 0.8125rem;
  padding-inline: 2.625rem;
}
.nexsia-corp-c-form .leadgrid-form__file label img {
  -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(44%) saturate(3729%) hue-rotate(184deg) brightness(90%) contrast(67%) !important;
  filter: brightness(0) saturate(100%) invert(62%) sepia(44%) saturate(3729%) hue-rotate(184deg) brightness(90%) contrast(67%) !important;
  width: 1.5rem;
}
.nexsia-corp-c-form .leadgrid-form__agree {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-form .leadgrid-form__agree {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.nexsia-corp-c-form .leadgrid-form__agree .c-form__checkbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}
.nexsia-corp-c-form .leadgrid-form__agree a {
  color: #5091E6;
  font-weight: 500;
}
.nexsia-corp-c-form .leadgrid-form__agree .privacy {
  color: #999;
  font-size: 12px;
  text-align: center;
  margin: 15px 0 0 0;
}
.nexsia-corp-c-form .leadgrid-form__agree .privacy a {
  color: #999;
}
.nexsia-corp-c-form .leadgrid-form__agreeText {
  font-size: 0.9375rem;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-form .leadgrid-form__agreeText {
    font-size: 0.875rem;
  }
}
.nexsia-corp-c-form .leadgrid-form__agreeText a {
  color: #5091E6;
  font-weight: 500;
}
.nexsia-corp-c-form .c-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.125rem;
}
.nexsia-corp-c-form .c-form__action .leadgrid-c-button {
  background: transparent !important;
  border: 0.0625rem solid #5091E6 !important;
  color: #5091E6 !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  padding: 1.75rem 3.125rem !important;
  position: relative;
  min-width: 20rem !important;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-form .c-form__action .leadgrid-c-button {
    padding: 1.25rem 2.5rem !important;
    min-width: 16.25rem !important;
  }
}
.nexsia-corp-c-form .c-form__action .leadgrid-c-button:hover {
  color: #FFFFFF !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.nexsia-corp-c-form .c-form__action .leadgrid-c-button:hover::before {
  opacity: 1;
}
.nexsia-corp-c-form .c-form__action .leadgrid-c-button::before {
  content: "";
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, #328CDC 0%, #3CC896 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.nexsia-corp-c-form .c-form__action .leadgrid-c-button::after {
  content: "";
  background: url("/assets/nexsia-corp/img/common/icon-morebtn-arrow.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 3.75rem;
  width: 3.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-form .c-form__action .leadgrid-c-button::after {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.nexsia-corp-c-form .c-form__action .leadgrid-c-button .c-button__jaTitle {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-c-form .c-form__action .leadgrid-c-button .c-button__jaTitle {
    font-size: 1.25rem !important;
  }
}

.nexsia-corp-s-minpakuMv {
  padding-top: 3.125rem;
}
.nexsia-corp-s-minpakuMv hgroup {
  margin-bottom: 2.4375rem;
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__titleEn {
  letter-spacing: 0.02em;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.9375rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuMv .s-minpakuMv__titleEn {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0.625rem;
  }
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__titleEn .-blue {
  color: #5091E6;
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__titleJa {
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuMv .s-minpakuMv__titleJa {
    font-size: 2rem;
  }
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__titleJa::first-letter {
  color: #5091E6;
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__content {
  position: relative;
  overflow: hidden;
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__content .s-minpakuMv__sliderWrap {
  position: relative;
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__content .s-minpakuMv__slider {
  position: relative;
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__content .s-minpakuMv__sliderItem {
  width: 100%;
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__content .s-minpakuMv__sliderItem::after {
  content: "";
  background-color: rgba(50, 90, 120, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__content .s-minpakuMv__sliderItem .s-minpakuMv__sliderTextBox {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuMv .s-minpakuMv__content .s-minpakuMv__sliderItem .s-minpakuMv__sliderTextBox {
    gap: 0.625rem;
  }
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__content .s-minpakuMv__sliderItem .s-minpakuMv__sliderTitle {
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  line-height: 1.4;
  font-size: 4.25rem;
  text-align: center;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuMv .s-minpakuMv__content .s-minpakuMv__sliderItem .s-minpakuMv__sliderTitle {
    font-size: 2rem;
  }
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__content .s-minpakuMv__sliderItem .s-minpakuMv__sliderText {
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuMv .s-minpakuMv__content .s-minpakuMv__sliderItem .s-minpakuMv__sliderText {
    font-size: 0.9375rem;
  }
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__content .s-minpakuMv__sliderItem .s-minpakuMv__sliderText:empty {
  display: none;
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__content .s-minpakuMv__sliderItem .s-minpakuMv__sliderImage {
  aspect-ratio: 1440/460;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuMv .s-minpakuMv__content .s-minpakuMv__sliderItem .s-minpakuMv__sliderImage {
    aspect-ratio: 375/260;
  }
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__content .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.25rem;
  position: absolute;
  bottom: 1.6875rem;
  right: 1.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuMv .s-minpakuMv__content .swiper-pagination {
    bottom: 0.9375rem;
    right: 0.9375rem;
  }
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__content .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 0.0625rem solid #FFFFFF;
  opacity: 1;
  height: 1rem;
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuMv .s-minpakuMv__content .swiper-pagination .swiper-pagination-bullet {
    height: 0.75rem;
    width: 0.75rem;
  }
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
.nexsia-corp-s-minpakuMv .s-minpakuMv__content .nexsia-corp-c-breadcrumb {
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuMv .s-minpakuMv__content .nexsia-corp-c-breadcrumb {
    position: relative;
  }
}

.nexsia-corp-s-minpakuIssue {
  background-color: #F2F4F8;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuIssue {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuIssue .nexsia-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle {
    font-size: 2.25rem;
  }
}
.nexsia-corp-s-minpakuIssue .s-minpakuIssue__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuIssue .s-minpakuIssue__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.nexsia-corp-s-minpakuIssue .s-minpakuIssue__item {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  -webkit-box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  padding: 0.625rem 0.625rem 2rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuIssue .s-minpakuIssue__item {
    padding: 0.3125rem 0.3125rem 1.75rem;
  }
}
.nexsia-corp-s-minpakuIssue .s-minpakuIssue__itemImage {
  position: relative;
  margin-bottom: 2.1875rem;
  width: 100%;
}
.nexsia-corp-s-minpakuIssue .s-minpakuIssue__itemImage .s-minpakuIssue__itemMainImage {
  aspect-ratio: 360/220;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.nexsia-corp-s-minpakuIssue .s-minpakuIssue__itemImage .s-minpakuIssue__itemIconImage {
  height: 8.4375rem;
  aspect-ratio: 120/135;
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuIssue .s-minpakuIssue__itemImage .s-minpakuIssue__itemIconImage {
    bottom: -2.3125rem;
    height: 6.8125rem;
  }
}
.nexsia-corp-s-minpakuIssue .s-minpakuIssue__itemTitle {
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  padding-inline: 1.25rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuIssue .s-minpakuIssue__itemTitle {
    padding-inline: 0.9375rem;
  }
}
.nexsia-corp-s-minpakuIssue .s-minpakuIssue__itemTitle .-blue {
  color: #5091E6;
}
.nexsia-corp-s-minpakuIssue .s-minpakuIssue__itemText {
  color: #696E82;
  padding-inline: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuIssue .s-minpakuIssue__itemText {
    padding-inline: 0.9375rem;
  }
}
.nexsia-corp-s-minpakuIssue.-paddingBottom {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuIssue.-paddingBottom {
    padding-bottom: 3.75rem;
  }
}

.nexsia-corp-s-minpakuIssue2 {
  background-color: #F2F4F8;
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuIssue2 {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__item {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  -webkit-box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.625rem 0.625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__item {
    padding: 0.625rem 0.625rem 1.875rem;
  }
}
.nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__itemImage {
  position: relative;
  margin-bottom: 1.3125rem;
  width: 100%;
}
.nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__itemImage .s-minpakuIssue2__itemMainImage {
  aspect-ratio: 360/240;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__itemTitle {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__itemTitle {
    font-size: 1.125rem;
    padding-inline: 0.625rem;
  }
}
.nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__itemText {
  color: #696E82;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 2.5625rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__itemText {
    padding-inline: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__itemMerit {
  margin-top: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__itemMerit {
    padding-inline: 0.625rem;
  }
}
.nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__itemMerit .s-minpakuIssue2__meritTitle {
  color: #5091E6;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
.nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__itemMerit .s-minpakuIssue2__meritLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4375rem;
}
.nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__itemMerit .s-minpakuIssue2__meritItemText {
  color: #696E82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.nexsia-corp-s-minpakuIssue2 .s-minpakuIssue2__itemMerit .s-minpakuIssue2__meritItemText::before {
  content: "";
  border: 0.125rem solid #5091E6;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 0.40625rem;
  height: 0.625rem;
  width: 0.625rem;
}

.nexsia-corp-s-minpakuFeature {
  background-color: #F2F4F8;
  margin-top: -5rem;
  padding-bottom: 9.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature {
    padding-bottom: 3.75rem;
  }
}
.nexsia-corp-s-minpakuFeature .nexsia-corp-c-sectionHeader {
  margin-bottom: 0;
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__content {
  position: relative;
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__content::after {
  content: "";
  background-color: rgba(50, 90, 120, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__content .s-minpakuFeature__titleBg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__content .nexsia-corp-c-inner {
  padding-block: 12.5rem 14.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature .s-minpakuFeature__content .nexsia-corp-c-inner {
    padding-block: 8.75rem 10.25rem;
  }
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__list {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: -10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature .s-minpakuFeature__list {
    gap: 1.25rem;
    margin-top: -8.75rem;
  }
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8125rem;
  max-width: 68.75rem;
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature .s-minpakuFeature__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .nexsia-corp-s-minpakuFeature .s-minpakuFeature__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
    padding: 1.25rem 1.25rem 1.25rem 3.75rem;
  }
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__item::before {
  content: "";
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  -webkit-box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 2.5rem);
  width: 100%;
  z-index: -1;
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__itemImage {
  position: relative;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature .s-minpakuFeature__itemImage {
    width: 16.875rem;
  }
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__itemImage .s-minpakuFeature__itemMainImage {
  aspect-ratio: 480/320;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature .s-minpakuFeature__itemImage .s-minpakuFeature__itemMainImage {
    border-radius: 0.5rem 0.5rem 0.5rem 0;
  }
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__itemImage .s-minpakuFeature__itemIconImage {
  height: 8.4375rem;
  aspect-ratio: 120/135;
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature .s-minpakuFeature__itemImage .s-minpakuFeature__itemIconImage {
    bottom: -2.3125rem;
    height: 6.8125rem;
  }
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__ItemTextbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.3125rem;
  gap: 1.125rem;
  width: 30.9375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature .s-minpakuFeature__ItemTextbox {
    display: contents;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature .s-minpakuFeature__ItemTextbox .s-minpakuFeature__ItemTextboxInner {
    padding: 1.25rem;
    width: 100%;
  }
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__ItemTextbox .s-minpakuFeature__itemNum {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature .s-minpakuFeature__ItemTextbox .s-minpakuFeature__itemNum {
    width: calc(100% - 16.875rem);
  }
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__ItemTextbox .s-minpakuFeature__itemNum::before {
  color: #5091E6;
  display: block;
  font-size: 2.625rem;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  line-height: 1;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature .s-minpakuFeature__ItemTextbox .s-minpakuFeature__itemNum::before {
    font-size: 2.5rem;
    padding-inline: 0.625rem;
  }
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__itemTitle {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature .s-minpakuFeature__itemTitle {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.nexsia-corp-s-minpakuFeature .s-minpakuFeature__itemText {
  color: #696E82;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}
.nexsia-corp-s-minpakuFeature .nexsia-corp-c-moreBtn {
  margin-top: 1.25rem;
}
.nexsia-corp-s-minpakuFeature.-nonNegative {
  margin-top: 0;
}
.nexsia-corp-s-minpakuFeature.-paddingMin .s-minpakuFeature__content .nexsia-corp-c-inner {
  padding-block: 7.5rem 14.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature.-paddingMin .s-minpakuFeature__content .nexsia-corp-c-inner {
    padding-block: 3.75rem 10.3125rem;
  }
}
.nexsia-corp-s-minpakuFeature.leadgridCms-onlyInnerWorkspace .s-minpakuFeature__content::after {
  width: 90% !important;
}

.nexsia-corp-s-minpakuFeature2 {
  background-color: #F2F4F8;
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature2 {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-minpakuFeature2 .nexsia-corp-c-sectionHeader {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature2 .nexsia-corp-c-sectionHeader {
    margin-bottom: 1.875rem;
  }
}
.nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__list {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__list {
    gap: 1.25rem;
  }
}
.nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8125rem;
  max-width: 68.75rem;
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
    padding: 1.25rem 1.25rem 1.25rem 3.75rem;
  }
}
.nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__item::before {
  content: "";
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  -webkit-box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 2.5rem);
  width: 100%;
  z-index: -1;
}
.nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__itemImage {
  position: relative;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__itemImage {
    width: 16.875rem;
  }
}
.nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__itemImage .s-minpakuFeature2__itemMainImage {
  aspect-ratio: 480/320;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__itemImage .s-minpakuFeature2__itemIconImage {
  height: 8.4375rem;
  aspect-ratio: 120/135;
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__itemImage .s-minpakuFeature2__itemIconImage {
    bottom: -2.3125rem;
    height: 6.8125rem;
  }
}
.nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__ItemTextbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.3125rem;
  gap: 1.125rem;
  width: 30.9375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__ItemTextbox {
    display: contents;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__ItemTextbox .s-minpakuFeature2__ItemTextboxInner {
    padding: 1.25rem;
    width: 100%;
  }
}
.nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__ItemTextbox .s-minpakuFeature2__itemNum {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__ItemTextbox .s-minpakuFeature2__itemNum {
    width: calc(100% - 16.875rem);
  }
}
.nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__ItemTextbox .s-minpakuFeature2__itemNum::before {
  color: #5091E6;
  display: block;
  font-size: 2.625rem;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  line-height: 1;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__ItemTextbox .s-minpakuFeature2__itemNum::before {
    font-size: 2.5rem;
    padding-inline: 0.625rem;
  }
}
.nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__itemTitle {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__itemTitle {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.nexsia-corp-s-minpakuFeature2 .s-minpakuFeature2__itemText {
  color: #696E82;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}
.nexsia-corp-s-minpakuFeature2 .nexsia-corp-c-moreBtn {
  margin-top: 1.25rem;
}
.nexsia-corp-s-minpakuFeature2.leadgridCms-onlyInnerWorkspace .s-minpakuFeature2__content::after {
  width: 90% !important;
}

.nexsia-corp-s-minpakuFeature3 {
  background-color: #F2F4F8;
  margin-top: -5rem;
  padding-bottom: 9.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature3 {
    padding-bottom: 3.75rem;
  }
}
.nexsia-corp-s-minpakuFeature3 .nexsia-corp-c-sectionHeader {
  margin-bottom: 0;
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__content {
  position: relative;
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__content::after {
  content: "";
  background-color: rgba(50, 90, 120, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__content .s-minpakuFeature3__titleBg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__content .nexsia-corp-c-inner {
  padding-block: 7.5rem 14.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__content .nexsia-corp-c-inner {
    padding-block: 3.75rem 10.3125rem;
  }
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__list {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: -10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: -8.75rem;
  }
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__item {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  -webkit-box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  padding: 0.625rem 0.625rem 1.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__item {
    border-radius: 0.5rem;
    padding: 0.625rem 0.625rem 1.875rem;
  }
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__itemImage {
  position: relative;
  width: 100%;
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__itemImage .s-minpakuFeature3__itemMainImage {
  aspect-ratio: 360/240;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__itemImage .s-minpakuFeature3__itemMainImage {
    border-radius: 0.375rem;
  }
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__itemImage .s-minpakuFeature3__itemIconImage {
  height: 8.4375rem;
  aspect-ratio: 120/135;
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__itemImage .s-minpakuFeature3__itemIconImage {
    bottom: -2.3125rem;
    height: 6.8125rem;
  }
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__ItemTextbox {
  padding-top: 2.3125rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__ItemTextbox {
    padding-top: 1.1875rem;
    padding-inline: 0.625rem;
  }
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__ItemTextbox .s-minpakuFeature3__concentsItem {
  border-bottom: 0.0625rem solid #C8D2E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  gap: 1.1875rem;
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__ItemTextbox .s-minpakuFeature3__concentsItem:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__ItemTextbox .s-minpakuFeature3__concentsItem .s-minpakuFeature3__concentsItemTitle {
  color: #5091E6;
  font-size: 0.9375rem;
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.8;
  letter-spacing: 0.02em;
  width: 5rem;
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__ItemTextbox .s-minpakuFeature3__concentsItem .s-minpakuFeature3__concentsItemText {
  color: #696E82;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__itemTitle {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__itemTitle {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
  }
}
.nexsia-corp-s-minpakuFeature3 .s-minpakuFeature3__itemText {
  color: #696E82;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}
.nexsia-corp-s-minpakuFeature3.-nonNegative {
  margin-top: 0;
}

.nexsia-corp-s-minpakuFeature4 {
  background-color: #F2F4F8;
  margin-top: -5rem;
  padding-bottom: 9.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature4 {
    padding-bottom: 3.75rem;
  }
}
.nexsia-corp-s-minpakuFeature4 .nexsia-corp-c-sectionHeader {
  margin-bottom: 0;
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__content {
  position: relative;
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__content::after {
  content: "";
  background-color: rgba(50, 90, 120, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__content .s-minpakuFeature4__titleBg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__content .nexsia-corp-c-inner {
  padding-block: 7.5rem 14.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__content .nexsia-corp-c-inner {
    padding-block: 3.75rem 10.25rem;
  }
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__list {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: -10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: -8.75rem;
  }
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__item {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  -webkit-box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  padding: 0.625rem 0.625rem 1.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__item {
    border-radius: 0.5rem;
    padding: 0.625rem 0.625rem 1.5rem;
  }
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__itemImage {
  position: relative;
  width: 100%;
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__itemImage .s-minpakuFeature4__itemMainImage {
  aspect-ratio: 360/240;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__itemImage .s-minpakuFeature4__itemMainImage {
    border-radius: 0.375rem;
  }
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__itemImage .s-minpakuFeature4__itemIconImage {
  height: 8.4375rem;
  aspect-ratio: 120/135;
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__itemImage .s-minpakuFeature4__itemIconImage {
    bottom: -2.3125rem;
    height: 6.8125rem;
  }
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__concentsLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4375rem;
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__concentsItemCaution {
  color: #696E82;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__ItemTextbox {
  padding-top: 1.3125rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__ItemTextbox {
    padding-top: 1.1875rem;
    padding-inline: 0.625rem;
  }
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__ItemTextbox .s-minpakuFeature4__concentsItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #696E82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__ItemTextbox .s-minpakuFeature4__concentsItem::before {
  content: "";
  border: 0.125rem solid #5091E6;
  border-radius: 50%;
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__itemTitle {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__itemTitle {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
  }
}
.nexsia-corp-s-minpakuFeature4 .s-minpakuFeature4__itemText {
  color: #696E82;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}
.nexsia-corp-s-minpakuFeature4.-nonNegative {
  margin-top: 0;
}
.nexsia-corp-s-minpakuFeature4.leadgridCms-onlyInnerWorkspace .s-minpakuFeature4__content::after {
  width: 90% !important;
}

.nexsia-corp-s-minpakuCta {
  padding-block: 3.125rem;
  background: linear-gradient(45deg, #328CDC 0%, #3CC896 100%);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuCta {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-minpakuCta .nexsia-corp-c-inner {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuCta .nexsia-corp-c-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.nexsia-corp-s-minpakuCta .s-minpakuCta__text {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuCta .s-minpakuCta__text {
    line-height: 1.8;
    margin-bottom: 2.5rem;
  }
}

.nexsia-corp-s-minpakuService {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuService {
    padding-top: 3.75rem;
  }
}
.nexsia-corp-s-minpakuService .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuService .nexsia-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.nexsia-corp-s-minpakuService .nexsia-corp-c-sectionHeader {
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuService .nexsia-corp-c-sectionHeader {
    width: 100%;
  }
}
.nexsia-corp-s-minpakuService .s-minpakuService__content {
  width: calc(100% - 17.5rem - 5rem);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuService .s-minpakuService__content {
    width: 100%;
  }
}
.nexsia-corp-s-minpakuService .s-minpakuService__item {
  border-top: 0.0625rem solid #C8D2E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.875rem 0.625rem;
}
.nexsia-corp-s-minpakuService .s-minpakuService__item:last-child {
  border-bottom: 0.0625rem solid #C8D2E1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuService .s-minpakuService__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.875rem 0;
    gap: 0;
  }
}
.nexsia-corp-s-minpakuService .s-minpakuService__itemImage {
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 2.1875rem;
  width: 13.125rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuService .s-minpakuService__itemImage {
    margin-bottom: 0;
    width: 9.0625rem;
  }
}
.nexsia-corp-s-minpakuService .s-minpakuService__itemImage .s-minpakuService__itemImageInner {
  aspect-ratio: 210/160;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuService .s-minpakuService__itemImage .s-minpakuService__itemImageInner {
    aspect-ratio: 145/120;
  }
}
.nexsia-corp-s-minpakuService .s-minpakuService__textBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuService .s-minpakuService__textBox {
    display: contents;
  }
}
.nexsia-corp-s-minpakuService .s-minpakuService__itemTitle {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-block: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuService .s-minpakuService__itemTitle {
    font-size: 1.125rem;
    padding-inline: 0.9375rem 0;
    margin-block: 0;
    width: calc(100% - 9.0625rem);
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuService .s-minpakuService__contentsWrap {
    margin-top: 0.9375rem;
  }
}
.nexsia-corp-s-minpakuService .s-minpakuService__contents + .s-minpakuService__contents {
  margin-top: 0.625rem;
}
.nexsia-corp-s-minpakuService .s-minpakuService__contents ul {
  color: #696E82;
  gap: 0.25rem 2.5rem;
  margin-top: 0.5rem;
}
.nexsia-corp-s-minpakuService .s-minpakuService__contents ul.-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem 0.625rem;
  max-width: 31.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuService .s-minpakuService__contents ul.-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.nexsia-corp-s-minpakuService .s-minpakuService__contents ul.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nexsia-corp-s-minpakuService .s-minpakuService__contents ul li {
  font-size: 0.8125rem;
  font-weight: 500;
}
.nexsia-corp-s-minpakuService .s-minpakuService__contents ul li::before {
  content: "・";
  display: inline-block;
}
.nexsia-corp-s-minpakuService .s-minpakuService__contentsTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.nexsia-corp-s-minpakuService .s-minpakuService__contentsTitle::before {
  content: "";
  border: 0.125rem solid #5091E6;
  border-radius: 50%;
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
}
.nexsia-corp-s-minpakuService .s-minpakuService__itemText {
  color: #696E82;
  padding-inline: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}
.nexsia-corp-s-minpakuPlan {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuPlan {
    padding-top: 3.75rem;
  }
}
.nexsia-corp-s-minpakuPlan .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuPlan .nexsia-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.nexsia-corp-s-minpakuPlan .nexsia-corp-c-sectionHeader {
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuPlan .nexsia-corp-c-sectionHeader {
    width: 100%;
  }
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__content {
  width: calc(100% - 17.5rem - 5rem);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuPlan .s-minpakuPlan__content {
    width: 100%;
  }
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__scrollhint {
  display: none;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuPlan .s-minpakuPlan__scrollhint {
    border: 0.0625rem solid #C8D2E1;
    border-radius: 0.375rem;
    padding: 0.625rem;
    margin-bottom: 1.25rem;
    gap: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__scrollhint .s-minpakuPlan__scrollhintImage {
  width: 1.625rem;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__scrollhint .s-minpakuPlan__scrollhintText {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuPlan .s-minpakuPlan__tableWrapper {
    overflow: scroll;
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__table {
  background-color: #F2F4F8;
  border: 0.0625rem solid #C8D2E1;
  border-radius: 0.75rem;
  padding: 0.625rem 0.625rem 1.875rem;
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuPlan .s-minpakuPlan__table {
    margin-inline: 1.25rem;
  }
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-left: auto;
  padding-right: 0.625rem;
  max-width: 35.625rem;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__headerItem {
  background-color: #5091E6;
  border-radius: 0.75rem 0.75rem 0 0;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
  width: 11.25rem;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__headerTitle {
  border-bottom: 0.0625rem solid #8CB9F5;
  padding: 0.6875rem 1.875rem 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__headerPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.5rem 1.5rem 0.9375rem;
  letter-spacing: 0;
  margin-block: auto;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__category + .s-minpakuPlan__category {
  margin-top: 0.625rem;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__category + .s-minpakuPlan__category .s-minpakuPlan__row:first-child .s-minpakuPlan__rowItem::before {
  content: "";
  background-color: #5091E6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 0.625rem;
  width: 100%;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__category:last-child .s-minpakuPlan__row:last-child .s-minpakuPlan__rowItem::after {
  content: "";
  background-color: #5091E6;
  border-radius: 0 0 0.75rem 0.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  height: 1.25rem;
  width: 100%;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__categoryHeader {
  background-color: #3C4155;
  color: #FFFFFF;
  border-radius: 0.75rem 0 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  padding: 1.25rem 0.625rem;
  text-align: center;
  width: 5rem;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__categoryContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__row {
  border-bottom: 0.0625rem solid #C8D2E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__row:last-child {
  border-bottom: none;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__rowItemTitle {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625rem;
  width: 10.625rem;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__rowItemFlex {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__rowItem {
  background-color: #F2F4F8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 0.0625rem solid #E3EBFB;
  border-right: 0.0625rem solid #E3EBFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.875rem;
  justify-content: center;
  padding: 0.9375rem 0.625rem;
  position: relative;
  width: 11.25rem;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__rowItem img {
  width: 1.875rem;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__rowItem.-strong {
  color: #5091E6;
  font-weight: 900;
  font-size: 1.875rem;
  -webkit-text-stroke: 0.125rem #5091E6;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__rowItem .s-minpakuPlan__rowItemCaution {
  color: #3C4155 !important;
  -webkit-text-stroke: initial !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  margin-top: 0.25rem !important;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__rowItemDeco {
  background-color: #FFFFFF;
  width: 0.625rem;
}
.nexsia-corp-s-minpakuPlan .s-minpakuPlan__rowItemText {
  color: #3C4155;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}
.nexsia-corp-s-minpakuPlan.leadgridCms-onlyInnerWorkspace .s-minpakuPlan__category {
  padding-right: 1.875rem;
}

.nexsia-corp-s-minpakuHowto {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuHowto {
    padding-top: 3.75rem;
  }
}
.nexsia-corp-s-minpakuHowto .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuHowto .nexsia-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.nexsia-corp-s-minpakuHowto .nexsia-corp-c-sectionHeader {
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuHowto .nexsia-corp-c-sectionHeader {
    width: 100%;
  }
}
.nexsia-corp-s-minpakuHowto .s-minpakuHowto__content {
  width: calc(100% - 17.5rem - 5rem);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuHowto .s-minpakuHowto__content {
    width: 100%;
  }
}
.nexsia-corp-s-minpakuHowto .s-minpakuHowto__contentRow + .s-minpakuHowto__contentRow {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuHowto .s-minpakuHowto__contentRow + .s-minpakuHowto__contentRow {
    margin-top: 1.875rem;
  }
}
.nexsia-corp-s-minpakuHowto .s-minpakuHowto__contentRow.-pt2 .s-minpakuService__itemText::before {
  content: none !important;
}
.nexsia-corp-s-minpakuHowto .s-minpakuService__list {
  border: 1px solid #C8D2E1;
  border-radius: 0.75rem;
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuHowto .s-minpakuService__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.nexsia-corp-s-minpakuHowto .s-minpakuHowto__contentRowTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuHowto .s-minpakuHowto__contentRowTitle {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.nexsia-corp-s-minpakuHowto .s-minpakuHowto__contentRowTitle::before {
  content: "";
  display: inline-block;
  width: 0.125rem;
  height: 1.875rem;
  background-color: #5091E6;
}
.nexsia-corp-s-minpakuHowto .s-minpakuHowto__contentRowTitle span::first-letter {
  color: #5091E6;
}
.nexsia-corp-s-minpakuHowto .s-minpakuService__item {
  border-right: 0.0625rem solid #C8D2E1;
  padding: 1.25rem 0.625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuHowto .s-minpakuService__item {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuHowto .s-minpakuService__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
  }
}
.nexsia-corp-s-minpakuHowto .s-minpakuService__item:nth-child(3n) {
  border-right: 0;
}
.nexsia-corp-s-minpakuHowto .s-minpakuService__item:nth-child(n+4) {
  border-bottom: 0;
}
.nexsia-corp-s-minpakuHowto .s-minpakuService__item:last-of-type:not(:nth-child(3n)) {
  border-right: 0.0625rem solid #C8D2E1;
}
.nexsia-corp-s-minpakuHowto .s-minpakuService__item .s-minpakuService__itemImage {
  margin-inline: auto;
  width: 7.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuHowto .s-minpakuService__item .s-minpakuService__itemImage {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 5.625rem;
  }
}
.nexsia-corp-s-minpakuHowto .s-minpakuService__item .s-minpakuService__itemImage::after {
  color: #5091E6;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) "";
  display: inline-block;
  font-size: 2.625rem;
  line-height: 1;
  margin-top: 0.9375rem;
  margin-bottom: 0.1875rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuHowto .s-minpakuService__item .s-minpakuService__itemImage::after {
    margin-top: 0.625rem;
  }
}
.nexsia-corp-s-minpakuHowto .s-minpakuService__item .s-minpakuService__itemImage .s-minpakuService__itemImageInner {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuHowto .s-minpakuService__item .s-minpakuService__textBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.nexsia-corp-s-minpakuHowto .s-minpakuService__item .s-minpakuService__itemTitle {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuHowto .s-minpakuService__item .s-minpakuService__itemTitle {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem;
    text-align: left;
  }
}
.nexsia-corp-s-minpakuHowto .s-minpakuService__item .s-minpakuService__itemTextWrap {
  padding-inline: 0.625rem;
}
.nexsia-corp-s-minpakuHowto .s-minpakuService__item .s-minpakuService__itemTextWrap .s-minpakuService__itemText {
  color: #696E82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.nexsia-corp-s-minpakuHowto .s-minpakuService__item .s-minpakuService__itemTextWrap .s-minpakuService__itemText::before {
  content: "";
  border: 0.125rem solid #5091E6;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 0.40625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
}
.nexsia-corp-s-minpakuHowto .s-minpakuService__item .s-minpakuService__itemTextWrap .s-minpakuService__itemText + .s-minpakuService__itemText {
  margin-top: 0.4375rem;
}

.nexsia-corp-s-minpakuFlow {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow {
    padding-top: 3.75rem;
  }
}
.nexsia-corp-s-minpakuFlow.-padding {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow.-padding {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-minpakuFlow .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow .nexsia-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.nexsia-corp-s-minpakuFlow .nexsia-corp-c-sectionHeader {
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow .nexsia-corp-c-sectionHeader {
    width: 100%;
  }
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__content {
  width: calc(100% - 17.5rem - 5rem);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow .s-minpakuFlow__content {
    width: 100%;
  }
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__list {
  counter-reset: number 0;
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__item {
  position: relative;
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__item::before {
  content: "";
  border-left: 0.125rem dotted #5091E6;
  position: absolute;
  top: 3.125rem;
  left: 3rem;
  height: 100%;
  width: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow .s-minpakuFlow__item::before {
    left: 1.75rem;
  }
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__item + .s-minpakuFlow__item {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow .s-minpakuFlow__item + .s-minpakuFlow__item {
    margin-top: 0.625rem;
  }
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__item:last-child::before {
  content: none;
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__textBox {
  border-radius: 0.75rem;
  border: 0.0625rem solid #C8D2E1;
  padding: 1.875rem 2.5rem;
  margin-left: auto;
  width: calc(100% - 4.375rem);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow .s-minpakuFlow__textBox {
    border-radius: 0.375rem;
    padding: 1.0625rem 1.25rem 1.0625rem 2.1875rem;
    width: calc(100% - 2.5rem);
  }
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__itemTitle {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow .s-minpakuFlow__itemTitle {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__itemTitle::before {
  content: "";
  background-color: #C8D2E1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 0.0625rem;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow .s-minpakuFlow__itemTitle::before {
    width: 100%;
  }
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__itemTitle::after {
  content: "";
  background-color: #5091E6;
  margin-top: 1.25rem;
  display: block;
  height: 0.0625rem;
  position: relative;
  width: 3.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow .s-minpakuFlow__itemTitle::after {
    margin-top: 0.875rem;
    width: 2.5rem;
  }
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__itemText {
  color: #696E82;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow .s-minpakuFlow__itemText {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__itemText ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.3125rem;
  margin-top: 0.9375rem;
  max-width: 35rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow .s-minpakuFlow__itemText ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__itemText ul li {
  font-size: 0.875rem;
  line-height: 1.6;
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__stepNumWrap {
  background-color: #5091E6;
  border-radius: 50%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 1.25rem;
  left: 0;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 6.25rem;
  width: 6.25rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow .s-minpakuFlow__stepNumWrap {
    top: 0.625rem;
    font-size: 0.75rem;
    height: 3.75rem;
    width: 3.75rem;
  }
}
.nexsia-corp-s-minpakuFlow .s-minpakuFlow__stepNumWrap::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) "";
  display: inline-block;
  font-size: 2.375rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFlow .s-minpakuFlow__stepNumWrap::after {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .nexsia-corp-s-minpakuFlow.-minpaku .c-sectionHeader__jaTitle::before, .nexsia-corp-s-minpakuFlow.-minpaku .c-sectionHeader__jaTitle::after {
    content: none !important;
  }
}

.nexsia-corp-s-minpakuFaq {
  padding-block: 7.5rem 11.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFaq {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-minpakuFaq .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFaq .nexsia-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.nexsia-corp-s-minpakuFaq .nexsia-corp-c-sectionHeader {
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFaq .nexsia-corp-c-sectionHeader {
    width: 100%;
  }
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__content {
  width: calc(100% - 17.5rem - 5rem);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFaq .s-minpakuFaq__content {
    width: 100%;
  }
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__contentInner + .s-minpakuFaq__contentInner {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFaq .s-minpakuFaq__contentInner + .s-minpakuFaq__contentInner {
    margin-top: 1.875rem;
  }
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__list {
  counter-reset: number 0;
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__item {
  border: 0.0625rem solid #C8D2E1;
  border-radius: 0.75rem;
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__item + .s-minpakuFaq__item {
  margin-top: 1.25rem;
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__contentTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFaq .s-minpakuFaq__contentTitle {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__contentTitle::before {
  content: "";
  display: inline-block;
  width: 0.125rem;
  height: 1.875rem;
  background-color: #5091E6;
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__contentTitle span::first-letter {
  color: #5091E6;
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__itemQuestion {
  border-radius: 0.75rem 0.75rem 0 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 1.0625rem 1.1875rem;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFaq .s-minpakuFaq__itemQuestion {
    padding: 0.75rem 0.9375rem 1.25rem;
  }
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__itemQuestion::after {
  content: "";
  background-color: #5091E6;
  position: absolute;
  bottom: -0.0625rem;
  left: 0.5rem;
  height: 0.0625rem;
  width: 3.75rem;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFaq .s-minpakuFaq__itemQuestion::after {
    width: 2.1875rem;
  }
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__itemQuestion:hover, .nexsia-corp-s-minpakuFaq .s-minpakuFaq__itemQuestion.is-active {
  background-color: #F2F4F8;
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__itemQuestion.is-active::after {
  left: 0rem;
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__itemQuestionLabel {
  color: #5091E6;
  font-size: 2.375rem;
  letter-spacing: 0.02em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  margin-right: 1.8125rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFaq .s-minpakuFaq__itemQuestionLabel {
    font-size: 1.5rem;
    margin-right: 0.625rem;
  }
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__itemQuestionText {
  position: relative;
  top: 0.3125rem;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFaq .s-minpakuFaq__itemQuestionText {
    padding-right: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.4;
    top: 0;
  }
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__itemAnswer {
  border-top: 0.0625rem solid #C8D2E1;
  color: #696E82;
  display: none;
  padding: 0.9375rem 4.6875rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFaq .s-minpakuFaq__itemAnswer {
    padding: 0.75rem 0.9375rem 1.25rem 2.8125rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__toggleBtn {
  background-color: #5091E6;
  border-radius: 50%;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: auto;
  height: 2.75rem;
  width: 2.75rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFaq .s-minpakuFaq__toggleBtn {
    height: 1.875rem;
    width: 1.875rem;
  }
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__toggleBtn:hover {
  opacity: 0.7;
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__toggleBtn::before, .nexsia-corp-s-minpakuFaq .s-minpakuFaq__toggleBtn::after {
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__toggleBtn::before {
  height: 0.125rem;
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFaq .s-minpakuFaq__toggleBtn::before {
    width: 0.875rem;
  }
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__toggleBtn::after {
  height: 1rem;
  width: 0.125rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuFaq .s-minpakuFaq__toggleBtn::after {
    height: 0.875rem;
  }
}
.nexsia-corp-s-minpakuFaq .s-minpakuFaq__toggleBtn.is-active::after {
  opacity: 0;
}

.nexsia-corp-s-minpakuBanner {
  border-radius: 1.5rem 0 0 0;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 8;
  background: linear-gradient(45deg, #328CDC 0%, #3CC896 100%);
}
.nexsia-corp-s-minpakuBanner .s-minpakuBanner__link {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 1.25rem 0.9375rem 1.25rem 1.875rem;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuBanner .s-minpakuBanner__link {
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    gap: 0.5625rem;
  }
}
.nexsia-corp-s-minpakuBanner .s-minpakuBanner__innerText {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuBanner .s-minpakuBanner__innerText {
    font-size: 0.9375rem;
  }
}
.nexsia-corp-s-minpakuBanner .s-minpakuBanner__innerText span {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuBanner .s-minpakuBanner__innerText span {
    margin-bottom: 0.3125rem;
    font-size: 0.75rem;
  }
}
.nexsia-corp-s-minpakuBanner .s-minpakuBanner__arrow {
  width: 2.5rem;
}
.nexsia-corp-s-minpakuBanner.leadgridCms-onlyInnerWorkspace {
  display: block !important;
  position: relative;
}

.nexsia-corp-s-minpakuBanner2 {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 8;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuBanner2 {
    max-width: 25rem;
    width: 100%;
  }
}
.nexsia-corp-s-minpakuBanner2 .s-minpakuBanner2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nexsia-corp-s-minpakuBanner2 .s-minpakuBanner2__link {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 1.25rem 0.9375rem 1.25rem 1.875rem;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuBanner2 .s-minpakuBanner2__link {
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    gap: 0.5625rem;
    width: 50%;
  }
}
.nexsia-corp-s-minpakuBanner2 .s-minpakuBanner2__link:first-child {
  background-color: #5091E6;
  border-radius: 1.5rem 0 0 0;
}
.nexsia-corp-s-minpakuBanner2 .s-minpakuBanner2__link:last-child {
  background-color: #0FAF96;
}
.nexsia-corp-s-minpakuBanner2 .s-minpakuBanner2__innerText {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuBanner2 .s-minpakuBanner2__innerText {
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
}
.nexsia-corp-s-minpakuBanner2 .s-minpakuBanner2__innerText span {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-minpakuBanner2 .s-minpakuBanner2__innerText span {
    margin-bottom: 0.3125rem;
    font-size: 0.75rem;
  }
}
.nexsia-corp-s-minpakuBanner2 .s-minpakuBanner2__arrow {
  height: 2.5rem;
  width: 2.5rem;
}
.nexsia-corp-s-minpakuBanner2.leadgridCms-onlyInnerWorkspace {
  display: block !important;
  position: relative;
}

.nexsia-corp-s-topMv {
  padding-top: 3.125rem;
  margin-bottom: 10.625rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topMv {
    margin-bottom: 5rem;
  }
}
.nexsia-corp-s-topMv hgroup {
  margin-bottom: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topMv hgroup {
    margin-bottom: 1.875rem;
  }
}
.nexsia-corp-s-topMv .s-topMv__titleEn {
  letter-spacing: 0.02em;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 1.375rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topMv .s-topMv__titleEn {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 0.625rem;
  }
}
.nexsia-corp-s-topMv .s-topMv__titleEn .-blue {
  color: #5091E6;
}
.nexsia-corp-s-topMv .s-topMv__titleJa {
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topMv .s-topMv__titleJa {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
.nexsia-corp-s-topMv .s-topMv__titleJa .-blue {
  color: #5091E6;
}
.nexsia-corp-s-topMv .s-topMv__content {
  position: relative;
  overflow: hidden;
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__sliderWrap {
  position: relative;
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__slider {
  position: relative;
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__sliderItem {
  width: 100%;
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__sliderItem::after {
  content: "";
  background: url(/assets/nexsia-corp/img/top/mv-filter.png) no-repeat center center/contain;
  position: absolute;
  bottom: -0.1875rem;
  right: 0;
  height: 30.125rem;
  width: 62.5rem;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topMv .s-topMv__content .s-topMv__sliderItem::after {
    background: url(/assets/nexsia-corp/img/top/mv-filter-sp.png) no-repeat right bottom/contain;
    bottom: 0;
    width: 21.875rem;
  }
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__sliderItem .s-topMv__sliderImage {
  aspect-ratio: 1440/580;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topMv .s-topMv__content .s-topMv__sliderItem .s-topMv__sliderImage {
    aspect-ratio: 375/320;
  }
}
.nexsia-corp-s-topMv .s-topMv__content .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.25rem;
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topMv .s-topMv__content .swiper-pagination {
    gap: 0.625rem;
    bottom: 0.9375rem;
    right: 0.9375rem;
  }
}
.nexsia-corp-s-topMv .s-topMv__content .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 0.0625rem solid #FFFFFF;
  opacity: 1;
  height: 1rem;
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topMv .s-topMv__content .swiper-pagination .swiper-pagination-bullet {
    height: 0.75rem;
    width: 0.75rem;
  }
}
.nexsia-corp-s-topMv .s-topMv__content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__news {
  background-color: #FFFFFF;
  border-radius: 0 0.75rem 0 0;
  padding: 1.25rem 2.5rem 1.25rem 1.6875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  min-width: 45rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topMv .s-topMv__content .s-topMv__news {
    border-bottom: 0.0625rem solid #C8D2E1;
    padding: 1rem 1.25rem 1.25rem;
    position: relative;
    min-width: initial;
  }
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__news .s-topMv__newsMainTitle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.6875rem;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topMv .s-topMv__content .s-topMv__news .s-topMv__newsMainTitle {
    padding-right: 1.0625rem;
    font-size: 1.25rem;
  }
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__news .s-topMv__newsMainTitle::first-letter {
  color: #5091E6;
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__news .s-topMv__newsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__news .s-topMv__newsLink:hover .s-topMv__newsTitle {
  color: #5091E6;
  text-decoration: underline;
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__news .s-topMv__newsTextBox {
  border-left: 0.0625rem solid #C8D2E1;
  padding-left: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topMv .s-topMv__content .s-topMv__news .s-topMv__newsTextBox {
    padding-left: 0.875rem;
  }
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__news .s-topMv__newsTextBoxHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topMv .s-topMv__content .s-topMv__news .s-topMv__newsTextBoxHead {
    margin-bottom: 0.0625rem;
  }
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__news .s-topMv__newsCat {
  color: #5091E6;
  line-height: 1;
  font-size: 0.875rem;
  padding-right: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__news .s-topMv__newsDate {
  color: #696E82;
  position: relative;
  top: -0.125rem;
  line-height: 2;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topMv .s-topMv__content .s-topMv__news .s-topMv__newsDate {
    font-size: 0.75rem;
  }
}
.nexsia-corp-s-topMv .s-topMv__content .s-topMv__news .s-topMv__newsTitle {
  font-size: 0.9375rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 32.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topMv .s-topMv__content .s-topMv__news .s-topMv__newsTitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
    line-height: 1.5;
  }
}

.nexsia-corp-s-topAboutUs {
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topAboutUs {
    margin-bottom: 5rem;
  }
}
.nexsia-corp-s-topAboutUs .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
  max-width: 90rem;
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topAboutUs .nexsia-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 1.25rem;
    gap: 1.25rem;
  }
}
.nexsia-corp-s-topAboutUs .s-topAboutUs__image {
  border-radius: 0 1.125rem 1.125rem 0;
  overflow: hidden;
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topAboutUs .s-topAboutUs__image {
    width: 100%;
  }
}
.nexsia-corp-s-topAboutUs .s-topAboutUs__image .s-topAboutUs__imageInner {
  aspect-ratio: 720/740;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topAboutUs .s-topAboutUs__image .s-topAboutUs__imageInner {
    aspect-ratio: 355/280;
  }
}
.nexsia-corp-s-topAboutUs .s-topAboutUs__texBox {
  width: 32.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topAboutUs .s-topAboutUs__texBox {
    padding-left: 1.25rem;
    width: 100%;
  }
}
.nexsia-corp-s-topAboutUs .s-topAboutUs__title {
  font-size: 1.75rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topAboutUs .s-topAboutUs__title {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
  }
}
.nexsia-corp-s-topAboutUs .s-topAboutUs__text {
  color: #696E82;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topAboutUs .s-topAboutUs__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
.nexsia-corp-s-topAboutUs .nexsia-corp-c-moreBtn2 {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topAboutUs .nexsia-corp-c-moreBtn2 {
    margin-top: 2.0625rem;
  }
}

.nexsia-corp-s-topService {
  background-color: #F2F4F8;
  padding-bottom: 11.25rem;
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService {
    padding-bottom: 5.625rem;
    margin-bottom: 2.5rem;
  }
}
.nexsia-corp-s-topService .nexsia-corp-c-sectionHeader2 .c-sectionHeader2__jaTitle::before {
  content: none !important;
}
.nexsia-corp-s-topService .s-topService__textHead {
  color: #FFFFFF;
}
.nexsia-corp-s-topService .s-topService__textHead .s-topService__textHeadTitle {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1.875rem;
  text-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService .s-topService__textHead .s-topService__textHeadTitle {
    line-height: 1.6;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
  }
}
.nexsia-corp-s-topService .s-topService__textHead .s-topService__textHeadText {
  font-weight: 500;
  text-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.3);
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService .s-topService__textHead .s-topService__textHeadText {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.nexsia-corp-s-topService .s-topService__content {
  position: relative;
}
.nexsia-corp-s-topService .s-topService__content::after {
  content: "";
  background-color: rgba(50, 90, 120, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-topService .s-topService__content .s-topService__titleBg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-topService .s-topService__content .nexsia-corp-c-inner {
  padding-block: 8.75rem 13.5625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService .s-topService__content .nexsia-corp-c-inner {
    padding-block: 5rem 11.25rem;
  }
}
.nexsia-corp-s-topService .s-topService__list {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: -10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService .s-topService__list {
    gap: 1.25rem;
    margin-top: -8.75rem;
  }
}
.nexsia-corp-s-topService .s-topService__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8125rem;
  max-width: 68.75rem;
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService .s-topService__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .nexsia-corp-s-topService .s-topService__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
    padding: 1.25rem 1.25rem 1.25rem 3.75rem;
  }
}
.nexsia-corp-s-topService .s-topService__item::before {
  content: "";
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  -webkit-box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 2.5rem);
  width: 100%;
  z-index: -1;
}
.nexsia-corp-s-topService .s-topService__itemImage {
  position: relative;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService .s-topService__itemImage {
    width: 16.875rem;
  }
}
.nexsia-corp-s-topService .s-topService__itemImage .s-topService__itemMainImage {
  aspect-ratio: 480/320;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService .s-topService__itemImage .s-topService__itemMainImage {
    border-radius: 0.5rem 0.5rem 0.5rem 0;
  }
}
.nexsia-corp-s-topService .s-topService__itemImage .s-topService__itemIconImage {
  height: 8.4375rem;
  aspect-ratio: 120/135;
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService .s-topService__itemImage .s-topService__itemIconImage {
    bottom: -2.3125rem;
    height: 6.8125rem;
  }
}
.nexsia-corp-s-topService .s-topService__ItemTextbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.3125rem;
  padding-bottom: 2.5rem;
  gap: 1.125rem;
  width: 30.9375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService .s-topService__ItemTextbox {
    display: contents;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService .s-topService__ItemTextbox .s-topService__ItemTextboxInner {
    padding: 1.25rem 1.25rem 1.875rem;
    width: 100%;
  }
}
.nexsia-corp-s-topService .s-topService__ItemTextbox .s-topService__itemNum {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService .s-topService__ItemTextbox .s-topService__itemNum {
    width: calc(100% - 16.875rem);
  }
}
.nexsia-corp-s-topService .s-topService__ItemTextbox .s-topService__itemNum::before {
  color: #5091E6;
  display: block;
  font-size: 2.625rem;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  line-height: 1;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService .s-topService__ItemTextbox .s-topService__itemNum::before {
    font-size: 2.5rem;
    padding-inline: 0.625rem;
  }
}
.nexsia-corp-s-topService .s-topService__itemTitle {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService .s-topService__itemTitle {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.nexsia-corp-s-topService .s-topService__itemText {
  color: #696E82;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topService .s-topService__itemText {
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.nexsia-corp-s-topService .nexsia-corp-c-moreBtn {
  margin-top: 1.875rem;
}
.nexsia-corp-s-topService.leadgridCms-onlyInnerWorkspace .s-topService__content::after {
  width: 90% !important;
}

.nexsia-corp-s-topColumn {
  margin-block: 11.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topColumn {
    margin-block: 5rem;
  }
}
.nexsia-corp-s-topColumn .nexsia-corp-c-inner {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .nexsia-corp-s-topColumn .nexsia-corp-c-inner {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topColumn .nexsia-corp-c-sectionHeader2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .nexsia-corp-s-topColumn .s-topColumn__lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
  }
}
.nexsia-corp-s-topColumn .nexsia-corp-c-moreBtn2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topColumn .nexsia-corp-c-moreBtn2 {
    position: relative;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topColumn .s-topColumn__pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.25rem;
    position: relative;
    bottom: 0;
    margin-block: 1.25rem 1.875rem;
  }
  .nexsia-corp-s-topColumn .s-topColumn__pagenation .swiper-pagination-bullet {
    border: 0.0625rem solid #5091E6;
    background-color: transparent;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    height: 0.75rem;
    width: 0.75rem;
  }
  .nexsia-corp-s-topColumn .s-topColumn__pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #5091E6;
  }
}

.nexsia-corp-s-topRecruit {
  background-color: #F2F4F8;
  padding-block: 11.25rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topRecruit {
    padding-block: 3.75rem 5rem;
  }
}
.nexsia-corp-s-topRecruit .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topRecruit .nexsia-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topRecruit .nexsia-corp-c-sectionHeader2 {
    margin-bottom: 2.5rem;
  }
}
.nexsia-corp-s-topRecruit .nexsia-corp-c-sectionHeader2 .c-sectionHeader2__content {
  font-size: 1rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topRecruit .nexsia-corp-c-sectionHeader2 .c-sectionHeader2__content {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.nexsia-corp-s-topRecruit .s-topRecruit__leftBox {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topRecruit .s-topRecruit__leftBox {
    width: 100%;
  }
}
.nexsia-corp-s-topRecruit .s-topRecruit__content {
  width: calc(100% - 20rem - 6.25rem);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topRecruit .s-topRecruit__content {
    margin-bottom: 1.875rem;
    width: 100%;
  }
}
.nexsia-corp-s-topRecruit .s-topRecruit__item {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  -webkit-box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.625rem 2.5rem 0.625rem 0.625rem;
}
.nexsia-corp-s-topRecruit .s-topRecruit__item:last-child {
  border-bottom: 0.0625rem solid #C8D2E1;
}
.nexsia-corp-s-topRecruit .s-topRecruit__item + .s-topRecruit__item {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topRecruit .s-topRecruit__item + .s-topRecruit__item {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topRecruit .s-topRecruit__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.625rem 1.25rem 1.25rem 0.625rem;
    gap: 0;
  }
}
.nexsia-corp-s-topRecruit .s-topRecruit__itemImage {
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 13.125rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topRecruit .s-topRecruit__itemImage {
    margin-bottom: 0;
    width: 9.0625rem;
  }
}
.nexsia-corp-s-topRecruit .s-topRecruit__itemImage .s-topRecruit__itemImageInner {
  aspect-ratio: 210/160;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topRecruit .s-topRecruit__itemImage .s-topRecruit__itemImageInner {
    aspect-ratio: 145/120;
  }
}
.nexsia-corp-s-topRecruit .s-topRecruit__textBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-block: 1.4375rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topRecruit .s-topRecruit__textBox {
    display: contents;
    padding-top: 0;
  }
}
.nexsia-corp-s-topRecruit .s-topRecruit__itemTitle {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-block: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topRecruit .s-topRecruit__itemTitle {
    font-size: 1.125rem;
    padding-inline: 0.9375rem 0;
    margin-block: 0;
    line-height: 1.4;
    width: calc(100% - 9.0625rem);
  }
}
.nexsia-corp-s-topRecruit .s-topRecruit__itemText {
  color: #696E82;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topRecruit .s-topRecruit__itemText {
    padding-top: 0.9375rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topRecruit .nexsia-corp-c-moreBtn2 {
    margin-inline: auto;
  }
}

.nexsia-corp-s-topCompany .nexsia-corp-c-sectionHeader2 {
  text-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.3);
  margin-bottom: 2.9375rem;
}
.nexsia-corp-s-topCompany .s-topCompany__textHead {
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topCompany .s-topCompany__textHead {
    text-align: left;
  }
}
.nexsia-corp-s-topCompany .s-topCompany__textHead .s-topCompany__textHeadTitle {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1.875rem;
  text-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topCompany .s-topCompany__textHead .s-topCompany__textHeadTitle {
    margin-bottom: 0.5rem;
    font-size: 1.375rem;
    line-height: 1.6;
  }
}
.nexsia-corp-s-topCompany .s-topCompany__textHead .s-topCompany__textHeadText {
  font-weight: 500;
  text-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.3);
  line-height: 2.2;
  margin-bottom: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topCompany .s-topCompany__textHead .s-topCompany__textHeadText {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 1.875rem;
  }
}
.nexsia-corp-s-topCompany .s-topCompany__content {
  position: relative;
}
.nexsia-corp-s-topCompany .s-topCompany__content::after {
  content: "";
  background-color: rgba(50, 90, 120, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-topCompany .s-topCompany__content .s-topCompany__titleBg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-topCompany .s-topCompany__content .nexsia-corp-c-inner {
  padding-block: 8.75rem 7.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-topCompany .s-topCompany__content .nexsia-corp-c-inner {
    padding-block: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .nexsia-corp-s-topCompany .nexsia-corp-c-moreBtn2 {
    margin-inline: auto;
  }
}
.nexsia-corp-s-topCompany.leadgridCms-onlyInnerWorkspace .s-topCompany__content::after {
  width: 90% !important;
}

.nexsia-corp-s-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.375rem 0 0;
  margin-bottom: 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-header {
    padding: 1.875rem 0 0;
    margin-bottom: 3.75rem;
  }
}
.nexsia-corp-s-header .nexsia-corp-c-inner {
  width: 100%;
}
.nexsia-corp-s-header .s-header__background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
}
.nexsia-corp-s-header .s-header__title {
  margin: 0 0 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-header .s-header__title {
    margin: 0 0 2.5rem;
  }
}
.nexsia-corp-s-header .s-header__title > span {
  display: block;
  line-height: 1;
}
.nexsia-corp-s-header .s-header__title .en {
  letter-spacing: 0.02em;
  font-size: 2rem;
  margin-bottom: 1.25rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.nexsia-corp-s-header .s-header__title .en::first-letter {
  color: #5091E6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-header .s-header__title .en {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.nexsia-corp-s-header .s-header__title .ja {
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
}
.nexsia-corp-s-header .s-header__title .ja::first-letter {
  color: #5091E6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-header .s-header__title .ja {
    font-size: 2.25rem;
  }
}
.nexsia-corp-s-header .s-header__text {
  max-width: 35rem;
  margin: 1.5rem auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-header .s-header__text {
    font-size: 0.8125rem;
    margin-top: 1rem;
  }
}
.nexsia-corp-s-header .nexsia-corp-c-breadcrumb {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-header .nexsia-corp-c-breadcrumb {
    border-bottom: none;
  }
}
.nexsia-corp-s-header .nexsia-corp-c-breadcrumb .nexsia-corp-c-inner {
  border-bottom: 0.0625rem solid #C8D2E1;
  padding: 0 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-header .nexsia-corp-c-breadcrumb .nexsia-corp-c-inner {
    padding: 0 0 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .nexsia-corp-s-header.-center .s-header__title {
    text-align: center;
  }
  .nexsia-corp-s-header.-center .s-header__text {
    text-align: center;
  }
}
.nexsia-corp-s-header.-minWidth {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-header.-minWidth {
    margin-bottom: 2.5rem;
  }
}
.nexsia-corp-s-header.-minWidth .nexsia-corp-c-inner {
  max-width: 50rem;
}
.nexsia-corp-s-header.-terms .s-header__title {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-header.-terms .s-header__title {
    margin-bottom: 1.875rem;
  }
}
.nexsia-corp-s-header.-terms .s-header__title .ja {
  font-size: 2.625rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-header.-terms .s-header__title .ja {
    font-size: 1.75rem;
    line-height: 1.4;
    text-align: left;
  }
}

.nexsia-corp-s-mediaList {
  padding: 0 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaList {
    padding: 0 0 3.75rem;
  }
}
.nexsia-corp-s-mediaList > .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaList > .nexsia-corp-c-inner {
    display: block;
  }
}
.nexsia-corp-s-mediaList .s-mediaList__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.nexsia-corp-s-mediaList .s-mediaList__contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaList .s-mediaList__contentWrap {
    margin-bottom: 3.75rem;
  }
}
.nexsia-corp-s-mediaList .s-mediaList__title {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 100%;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaList .s-mediaList__title {
    font-size: var(--font-size-xl-sp);
  }
}
.nexsia-corp-s-mediaList .s-mediaList__description {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaList .s-mediaList__description {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaList .s-mediaList__description {
    margin: 0 0 32px;
  }
}
.nexsia-corp-s-mediaList .s-mediaList__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaList .s-mediaList__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaList .nexsia-corp-c-sidebar.-sp-hide {
    display: none;
  }
}

.nexsia-corp-s-mediaDetail {
  padding: 5.625rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail {
    padding: 3.75rem 0;
  }
}
.nexsia-corp-s-mediaDetail > .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail > .nexsia-corp-c-inner {
    display: block;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__content {
  width: calc(100% - 20rem - 5rem);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__content {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__meta {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__meta {
    margin-bottom: 0.625rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__meta .date {
  letter-spacing: 0.02em;
  font-size: 0.875rem;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__meta .category {
  color: #5091E6;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__title {
  font-size: 2.375rem;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__title {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__tags {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__tags {
    margin: 0.9375rem 0 0 0;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__tags .tag {
  background-color: #F2F4F8;
  border: none;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__tags .tag::before {
  content: "# ";
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__wrap {
    display: block;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__share {
  position: sticky;
  top: 8.75rem;
  height: 100%;
  width: 1.5rem;
  margin-left: -3.5rem;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__share {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-block: 1.875rem;
    margin-left: 0;
    width: auto;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__share a,
.nexsia-corp-s-mediaDetail .s-mediaDetail__share button {
  background-color: transparent;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__share amp-social-share {
  width: 26px;
  height: 26px;
  border-radius: 5px;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__share amp-social-share + amp-social-share {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__share amp-social-share + amp-social-share {
    margin-top: 0;
    margin-left: 24px;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__body {
  padding-left: 30px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__body {
    width: 100%;
    padding-left: 0;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__thumb {
  margin: 2.5rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__thumb {
    margin: 1.875rem 0;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__thumb img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__thumb img {
    border-radius: 0.5rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__profile {
  border: 0.0625rem solid #C8D2E1;
  padding: 2rem 3rem;
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__profile {
    margin-top: 2.5rem;
    padding: 1.25rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__profileHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__profileHeader {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__profileThumb {
  position: relative;
  overflow: hidden;
  min-width: 6.25rem;
  width: 6.25rem;
  height: 6.25rem;
  background-color: var(--color-base-background);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__profileThumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__profileThumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__profileWrap {
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__profileWrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__profileLabel {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__profileLabel {
    font-size: 0.8125rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__profileName {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__profileName {
    font-size: 1.0625rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__profileName .s-mediaDetail__profileNameLabel {
  font-size: 0.9375rem;
  margin-left: 0.375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__profileName .s-mediaDetail__profileNameLabel {
    font-size: 0.8125rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__profileSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__profileSns {
    margin-top: 1rem;
    width: 100%;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__profileText {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__profileText {
    margin-top: 1rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__pager {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 0;
  position: relative;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-next, .nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-prev {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-next, .nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-prev {
    width: 48%;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-next a, .nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-prev a {
  display: block;
  color: var(--color-base-text);
  font-size: 13px;
  padding: 24px 26px;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  background-color: var(--color-base-primaryFaded);
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-next a, .nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-prev a {
    padding: 20px;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-next .label, .nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-prev .label {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-next .title, .nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-prev .title {
  text-decoration: underline;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-next {
  margin-left: auto;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-next a {
  padding-right: 46px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-next a {
    padding-right: 38px;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-next .icon-arrow {
  right: 0;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-next .icon-arrow:before {
  background-image: url("/assets/base/img/blog_detail/icon_arrow_next.svg");
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-prev a {
  padding-left: 46px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-prev a {
    padding-left: 38px;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-prev .icon-arrow {
  left: 0;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink.-prev .icon-arrow:before {
  background-image: url("/assets/base/img/blog_detail/icon_arrow_prev.svg");
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink .icon-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: var(--color-base-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__pagerLink .icon-arrow:before {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 7px;
  height: 11px;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__recommend {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__recommend {
    max-width: 480px;
    margin: auto;
    margin-top: 40px;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__recommendTitle {
  margin: 0;
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__recommendTitle {
    font-size: var(--font-size-l-sp);
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__recommendList {
  margin-top: 24px;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__recommendList .c-blogCard__thumb {
  width: 190px;
  height: 106.875px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__recommendList .c-blogCard__thumb {
    width: 100%;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__recommendList .c-blogCard__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__recommendList .wrap {
  margin-left: 24px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__recommendList .wrap {
    width: 100%;
    padding-bottom: 59.75%;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__recommendList .category {
  font-size: 12px;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__recommendList .date {
  font-size: 14px;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__recommendList .c-blogCard__meta {
  margin-bottom: 8px;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__recommendList .c-blogCard__title {
  font-size: 16px;
  margin-bottom: 8px;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__related {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__related {
    margin-top: 3.75rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__relatedTitle {
  margin: 0 0 2.5rem;
  font-size: 2.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__relatedTitle {
    font-size: 1.75rem;
    margin: 0 0 1.875rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__relatedTitle::first-letter {
  color: #5091E6;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__relatedList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__relatedList {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc {
  border: 0.0625rem solid #C8D2E1;
  border-radius: 0.75rem;
  padding: 2.5rem 2.5rem 1.875rem;
  margin: 0 0 3.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__toc {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__toc {
    margin: 0 0 1.875rem;
    padding: 1.25rem 1.25rem 1rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .s-mediaDetail__tocTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .s-mediaDetail__tocTitle .title.-en {
  color: #5091E6;
  font-size: 1.75rem;
  line-height: 0.9;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .s-mediaDetail__tocTitle .title.-ja {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc ol li {
  padding-left: 20px;
  text-indent: -17px;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h2list {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h2list {
    padding: 0;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h2list li {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  text-indent: initial;
  padding-left: 1.5rem;
  text-indent: -0.875rem;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h2list li {
    font-size: 0.8125rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h2list li:last-child {
  margin-bottom: 0;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h2list li:before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #5091E6;
  border-radius: 50%;
  position: relative;
  top: -0.3125rem;
  left: -0.375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h2list li:before {
    margin-right: 0.5rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h2list li a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h2list li a:hover {
  color: #5091E6;
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h2list li::marker {
  content: none;
  display: none;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h3list {
  margin: 0;
  padding: 0.375rem 0 0;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h3list li {
  margin: 0;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h3list li:before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #5091E6;
  border-radius: 50%;
  position: relative;
  top: -0.3125rem;
  left: -0.375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h3list li:before {
    margin-right: 0.5rem;
  }
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h3list a {
  padding-bottom: 0.375rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nexsia-corp-s-mediaDetail .s-mediaDetail__toc .h3list a:hover {
  color: #5091E6;
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nexsia-corp-s-contactDetail {
  padding: 0 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-contactDetail {
    padding: 0 0 3.75rem;
  }
}
.nexsia-corp-s-contactDetail .nexsia-corp-c-inner {
  max-width: 50rem;
  margin-inline: auto;
}
.nexsia-corp-s-contactDetail .s-contactDetail__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-contactDetail .s-contactDetail__text {
    line-height: 1.8;
    font-size: 0.9375rem;
    margin-bottom: 2.5rem;
  }
}
.nexsia-corp-s-contactDetail .s-contactDetail__document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-contactDetail .s-contactDetail__document {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.nexsia-corp-s-contactDetail .s-contactDetail__documentImage {
  display: block;
  margin: 0 38px 0 0;
  padding: 0;
  min-width: 400px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-contactDetail .s-contactDetail__documentImage {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: initial;
    width: 100%;
  }
}
.nexsia-corp-s-contactDetail .s-contactDetail__documentImage img {
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.nexsia-corp-s-contactDetail .s-contactDetail__documentTitle {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-contactDetail .s-contactDetail__documentTitle {
    font-size: 20px;
  }
}
.nexsia-corp-s-contactDetail .s-contactDetail__documentText {
  font-size: 15px;
  line-height: 2;
  margin: 8px 0 0 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-contactDetail .s-contactDetail__documentText {
    font-size: 13px;
  }
}

.nexsia-corp-s-textSection {
  margin-block: 5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textSection {
    margin-block: 2.5rem;
  }
}
.nexsia-corp-s-textSection .s-textSection__text {
  text-align: center;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textSection .s-textSection__text {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
.nexsia-corp-s-textSection .s-textSection__text:first-letter {
  color: #5091E6;
}

.nexsia-corp-s-cleaningService {
  background-color: #F2F4F8;
  padding-block: 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningService {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-cleaningService::after {
  content: "";
  background-color: rgba(50, 90, 120, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningService::after {
    height: 23.125rem;
  }
}
.nexsia-corp-s-cleaningService .s-cleaningService__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningService .s-cleaningService__bg {
    height: 23.125rem;
  }
}
.nexsia-corp-s-cleaningService .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningService .nexsia-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.nexsia-corp-s-cleaningService .nexsia-corp-c-sectionHeader {
  margin-bottom: 3.125rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningService .nexsia-corp-c-sectionHeader {
    margin-bottom: 1.5625rem;
    width: 100%;
  }
  .nexsia-corp-s-cleaningService .nexsia-corp-c-sectionHeader .c-sectionHeader__topper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nexsia-corp-s-cleaningService .nexsia-corp-c-sectionHeader .c-sectionHeader__enTitle,
  .nexsia-corp-s-cleaningService .nexsia-corp-c-sectionHeader .c-sectionHeader__jaTitle,
  .nexsia-corp-s-cleaningService .nexsia-corp-c-sectionHeader .c-sectionHeader__content {
    text-align: center;
  }
  .nexsia-corp-s-cleaningService .nexsia-corp-c-sectionHeader .c-sectionHeader__enTitle::after,
  .nexsia-corp-s-cleaningService .nexsia-corp-c-sectionHeader .c-sectionHeader__jaTitle::after,
  .nexsia-corp-s-cleaningService .nexsia-corp-c-sectionHeader .c-sectionHeader__content::after {
    margin-inline: auto;
  }
}
.nexsia-corp-s-cleaningService .s-cleaningService__list {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  position: relative;
  z-index: 1;
  width: calc(100% - 20rem - 5rem);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningService .s-cleaningService__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3125rem;
    width: 100%;
  }
}
.nexsia-corp-s-cleaningService .s-cleaningService__item {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  -webkit-box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  padding: 1.25rem 1.25rem 1.625rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningService .s-cleaningService__item {
    border-radius: 0.5rem;
    padding: 0.9375rem;
  }
}
.nexsia-corp-s-cleaningService .s-cleaningService__itemNum::before {
  color: #5091E6;
  display: block;
  font-size: 2rem;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0.3125rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningService .s-cleaningService__itemNum::before {
    font-size: 1.25rem;
    margin-bottom: 0.3125rem;
  }
}
.nexsia-corp-s-cleaningService .s-cleaningService__itemTitle {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningService .s-cleaningService__itemTitle {
    font-size: 0.9375rem;
  }
}
.nexsia-corp-s-cleaningService .s-cleaningService__itemText {
  color: #696E82;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}
.nexsia-corp-s-cleaningService.leadgridCms-onlyInnerWorkspace::after {
  width: 90% !important;
}

.nexsia-corp-s-cleaningFee {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningFee {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-cleaningFee .nexsia-corp-c-sectionHeader {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningFee .nexsia-corp-c-sectionHeader {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningFee .s-cleaningFee__tableWrap {
    overflow: scroll;
    margin-left: -1.25rem;
    padding-inline: 1.25rem;
    width: calc(100% + 2.5rem);
  }
}
.nexsia-corp-s-cleaningFee .s-cleaningFee__scrollhint {
  display: none;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningFee .s-cleaningFee__scrollhint {
    border: 0.0625rem solid #C8D2E1;
    border-radius: 0.375rem;
    padding: 0.625rem;
    margin-bottom: 1.25rem;
    gap: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nexsia-corp-s-cleaningFee .s-cleaningFee__scrollhint .s-cleaningFee__scrollhintImage {
  width: 1.625rem;
}
.nexsia-corp-s-cleaningFee .s-cleaningFee__scrollhint .s-cleaningFee__scrollhintText {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0;
}
.nexsia-corp-s-cleaningFee .s-cleaningFee__table {
  border: 0.0625rem solid #C8D2E1;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningFee .s-cleaningFee__table {
    border-radius: 0.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.nexsia-corp-s-cleaningFee .s-cleaningFee__table .s-cleaningFee__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.nexsia-corp-s-cleaningFee .s-cleaningFee__table .s-cleaningFee__row:first-child .s-cleaningFee__cell {
  background-color: #5091E6;
  border-top: 0;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
}
.nexsia-corp-s-cleaningFee .s-cleaningFee__table .s-cleaningFee__cell {
  border-right: 0.0625rem solid #C8D2E1;
  border-top: 0.0625rem solid #C8D2E1;
  text-align: center;
  font-weight: 600;
  padding: 1.375rem;
}
.nexsia-corp-s-cleaningFee .s-cleaningFee__table .s-cleaningFee__cell:last-child {
  border-right: none;
  color: #5091E6;
  font-size: 1.5rem;
  font-weight: 700;
}
.nexsia-corp-s-cleaningFee .s-cleaningFee__caution {
  color: #696E82;
  text-align: right;
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cleaningFee .s-cleaningFee__caution {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.nexsia-corp-s-cta .s-cta__titleEn {
  color: #FFFFFF;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 600;
  text-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.3);
  margin-bottom: 1.1875rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cta .s-cta__titleEn {
    font-size: 1.75rem;
  }
}
.nexsia-corp-s-cta .s-cta__title {
  color: #FFFFFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 3.625rem;
  text-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cta .s-cta__title {
    margin-bottom: 2.25rem;
    font-size: 1.625rem;
    line-height: 1.6;
  }
}
.nexsia-corp-s-cta .s-cta__content {
  position: relative;
}
.nexsia-corp-s-cta .s-cta__content::after {
  content: "";
  background-color: rgba(50, 90, 120, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-cta .s-cta__content .s-cta__titleBg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-cta .s-cta__content .nexsia-corp-c-inner {
  padding-block: 7.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cta .s-cta__content .nexsia-corp-c-inner {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-cta .nexsia-corp-c-moreBtn2 {
  margin-inline: auto;
  width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cta .nexsia-corp-c-moreBtn2 {
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 0.625rem 0.625rem 0.625rem 3.125rem;
    width: 20rem;
  }
  .nexsia-corp-s-cta .nexsia-corp-c-moreBtn2 .c-moreBtn2__arrow {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cta.-pt2 .s-cta__title {
    font-size: 2rem;
    margin-bottom: 1.75rem;
    line-height: 1.3;
  }
}
.nexsia-corp-s-cta.-pt2 .nexsia-corp-c-moreBtn2 {
  margin-inline: auto;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cta.-pt2 .nexsia-corp-c-moreBtn2 {
    padding: 0.625rem 0.625rem 0.625rem 2.5rem;
    height: 3.75rem;
    width: 16.25rem;
  }
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-cta.-pt2 .nexsia-corp-c-moreBtn2 .c-moreBtn2__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.nexsia-corp-s-cta.-pt2 .nexsia-corp-c-moreBtn2 .c-moreBtn2__inner {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.nexsia-corp-s-cta.leadgridCms-onlyInnerWorkspace .s-cta__content::after {
  width: 90% !important;
}

.nexsia-corp-s-textImg {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textImg {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-textImg .s-textImg__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textImg .s-textImg__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
  }
}
.nexsia-corp-s-textImg .s-textImg__image {
  border-radius: 1.125rem;
  overflow: hidden;
  width: 37.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textImg .s-textImg__image {
    border-radius: 0.5rem;
    width: 100%;
  }
}
.nexsia-corp-s-textImg .s-textImg__image .s-textImg__imageInner {
  aspect-ratio: 600/430;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textImg .s-textImg__image .s-textImg__imageInner {
    aspect-ratio: 355/240;
  }
}
.nexsia-corp-s-textImg .s-textImg__texBox {
  width: 32.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textImg .s-textImg__texBox {
    width: 100%;
  }
}
.nexsia-corp-s-textImg .s-textImg__title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textImg .s-textImg__title {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
  }
}
.nexsia-corp-s-textImg .s-textImg__title:first-letter {
  color: #5091E6;
}
.nexsia-corp-s-textImg .s-textImg__text {
  color: #696E82;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textImg .s-textImg__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

.nexsia-corp-s-pageMv {
  padding-top: 3.125rem;
}
.nexsia-corp-s-pageMv hgroup {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-pageMv hgroup {
    margin-bottom: 1.875rem;
  }
}
.nexsia-corp-s-pageMv .s-pageMv__titleEn {
  letter-spacing: 0.02em;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.9375rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-pageMv .s-pageMv__titleEn {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0.625rem;
  }
}
.nexsia-corp-s-pageMv .s-pageMv__titleEn .-blue {
  color: #5091E6;
}
.nexsia-corp-s-pageMv .s-pageMv__titleJa {
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 3.625rem;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-pageMv .s-pageMv__titleJa {
    font-size: 2.25rem;
  }
}
.nexsia-corp-s-pageMv .s-pageMv__titleJa::first-letter {
  color: #5091E6;
}
.nexsia-corp-s-pageMv .s-pageMv__subText {
  margin-bottom: 5rem;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-pageMv .s-pageMv__subText {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    letter-spacing: 0;
  }
}
.nexsia-corp-s-pageMv .s-pageMv__content {
  position: relative;
  overflow: hidden;
}
.nexsia-corp-s-pageMv .s-pageMv__content .s-pageMv__imageWrap {
  position: relative;
}
.nexsia-corp-s-pageMv .s-pageMv__content .s-pageMv__image {
  aspect-ratio: 1440/460;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-pageMv .s-pageMv__content .s-pageMv__image {
    aspect-ratio: 375/260;
  }
}
.nexsia-corp-s-pageMv .s-pageMv__content .nexsia-corp-c-breadcrumb {
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-pageMv .s-pageMv__content .nexsia-corp-c-breadcrumb {
    position: relative;
  }
}

.nexsia-corp-s-companyTable {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyTable {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-companyTable.-padding {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyTable.-padding {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-companyTable .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyTable .nexsia-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.nexsia-corp-s-companyTable .nexsia-corp-c-sectionHeader {
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyTable .nexsia-corp-c-sectionHeader {
    width: 100%;
  }
}
.nexsia-corp-s-companyTable .s-companyTable__content {
  width: calc(100% - 17.5rem - 5rem);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyTable .s-companyTable__content {
    width: 100%;
  }
}
.nexsia-corp-s-companyTable .s-companyTable__item {
  position: relative;
  border-top: 0.0625rem solid #C8D2E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 1.5625rem 0.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyTable .s-companyTable__item {
    gap: 0.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.4375rem 0 1.25rem;
  }
}
.nexsia-corp-s-companyTable .s-companyTable__item:last-child {
  border-bottom: 0.0625rem solid #C8D2E1;
}
.nexsia-corp-s-companyTable .s-companyTable__itemTitle {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 700;
  width: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyTable .s-companyTable__itemTitle {
    line-height: 1.5;
    width: 100%;
  }
}
.nexsia-corp-s-companyTable .s-companyTable__itemText {
  color: #696E82;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyTable .s-companyTable__itemText {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.nexsia-corp-s-companyHistory {
  background-color: #F2F4F8;
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyHistory {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-companyHistory .s-companyHistory__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4375rem;
  padding-block: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyHistory .s-companyHistory__item {
    gap: 0.6875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-block: 1.3125rem 1.5625rem;
  }
}
.nexsia-corp-s-companyHistory .s-companyHistory__item::before {
  content: "";
  background-color: #C8D2E1;
  height: 0.0625rem;
  width: calc(100% - 2.5rem);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyHistory .s-companyHistory__item::before {
    width: calc(100% - 1.875rem);
  }
}
.nexsia-corp-s-companyHistory .s-companyHistory__item:not(:last-child)::after {
  content: "";
  border-left: 0.125rem dashed #5091E6;
  position: absolute;
  top: 2.5rem;
  left: 0.5625rem;
  height: 100%;
  width: 0.0625rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyHistory .s-companyHistory__item:not(:last-child)::after {
    left: 0.375rem;
  }
}
.nexsia-corp-s-companyHistory .s-companyHistory__item:last-child::after {
  content: "";
  background-color: #C8D2E1;
  height: 0.0625rem;
  width: calc(100% - 2.5rem);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyHistory .s-companyHistory__item:last-child::after {
    width: calc(100% - 1.875rem);
  }
}
.nexsia-corp-s-companyHistory .s-companyHistory__item:last-child .s-companyHistory__year::after {
  content: none;
}
.nexsia-corp-s-companyHistory .s-companyHistory__item .s-companyHistory__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.nexsia-corp-s-companyHistory .s-companyHistory__item .s-companyHistory__year::before {
  content: "";
  background-color: #FFFFFF;
  border: 0.125rem solid #5091E6;
  border-radius: 50%;
  display: block;
  position: relative;
  top: 0.625rem;
  margin-right: 1.8125rem;
  height: 1.25rem;
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyHistory .s-companyHistory__item .s-companyHistory__year::before {
    top: 0.4375rem;
    margin-right: 1rem;
    height: 0.875rem;
    width: 0.875rem;
  }
}
.nexsia-corp-s-companyHistory .s-companyHistory__item .s-companyHistory__year .s-companyHistory__yearText {
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyHistory .s-companyHistory__item .s-companyHistory__year .s-companyHistory__yearText {
    font-size: 1.75rem;
  }
}
.nexsia-corp-s-companyHistory .s-companyHistory__item .s-companyHistory__year .s-companyHistory__yearText::first-letter {
  color: #5091E6;
}
.nexsia-corp-s-companyHistory .s-companyHistory__monthList {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyHistory .s-companyHistory__monthList {
    padding-left: 1.875rem;
  }
}
.nexsia-corp-s-companyHistory .s-companyHistory__monthItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyHistory .s-companyHistory__monthItem {
    gap: 1.3125rem;
  }
}
.nexsia-corp-s-companyHistory .s-companyHistory__monthItem:last-of-type .s-companyHistory__text {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.nexsia-corp-s-companyHistory .s-companyHistory__monthItem .s-companyHistory__month {
  font-size: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyHistory .s-companyHistory__monthItem .s-companyHistory__month {
    font-size: 1.125rem;
  }
}
.nexsia-corp-s-companyHistory .s-companyHistory__monthItem .s-companyHistory__text {
  border-bottom: 0.0625rem dashed #C8D2E1;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 1.75rem;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-companyHistory .s-companyHistory__monthItem .s-companyHistory__text {
    line-height: 1.5;
    font-size: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.nexsia-corp-s-textMap {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textMap {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-textMap .s-textMap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textMap .s-textMap__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
  }
}
.nexsia-corp-s-textMap .s-textMap__map {
  border-radius: 1.125rem;
  overflow: hidden;
  width: 37.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textMap .s-textMap__map {
    border-radius: 0.5rem;
    width: 100%;
  }
}
.nexsia-corp-s-textMap .s-textMap__map iframe {
  aspect-ratio: 600/430;
  height: 26.875rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textMap .s-textMap__map iframe {
    aspect-ratio: 355/240;
    height: 15rem;
  }
}
.nexsia-corp-s-textMap .s-textMap__texBox {
  width: 32.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textMap .s-textMap__texBox {
    width: 100%;
  }
}
.nexsia-corp-s-textMap .s-textMap__text {
  color: #696E82;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textMap .s-textMap__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 1.875rem;
  }
}
.nexsia-corp-s-textMap .s-textMap__textList .s-textMap__textItem {
  border-top: 0.0625rem solid #C8D2E1;
  padding-block: 1.875rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textMap .s-textMap__textList .s-textMap__textItem {
    padding-block: 1.375rem 1.25rem;
  }
}
.nexsia-corp-s-textMap .s-textMap__textList .s-textMap__textItem:last-child {
  border-bottom: 0.0625rem solid #C8D2E1;
}
.nexsia-corp-s-textMap .s-textMap__textList .s-textMap__textItem .s-textMap__textItemTitle {
  font-weight: 600;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textMap .s-textMap__textList .s-textMap__textItem .s-textMap__textItemTitle {
    margin-bottom: 0.5625rem;
  }
}
.nexsia-corp-s-textMap .s-textMap__textList .s-textMap__textItem .s-textMap__textItemText {
  color: #696E82;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-textMap .s-textMap__textList .s-textMap__textItem .s-textMap__textItemText {
    font-size: 0.875rem;
  }
}

.nexsia-corp-s-serviceContets {
  background-color: #F2F4F8;
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-serviceContets {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-serviceContets .s-serviceContets__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.875rem;
}
.nexsia-corp-s-serviceContets .s-serviceContets__item {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.06);
  box-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-serviceContets .s-serviceContets__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.nexsia-corp-s-serviceContets .s-serviceContets__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-serviceContets .s-serviceContets__img {
    width: 100%;
  }
}
.nexsia-corp-s-serviceContets .s-serviceContets__img .s-serviceContets__imgItem {
  aspect-ratio: 560/520;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-serviceContets .s-serviceContets__img .s-serviceContets__imgItem {
    aspect-ratio: 335/210;
  }
}
.nexsia-corp-s-serviceContets .s-serviceContets__textBox {
  padding: 2.5rem 3.75rem 3.3125rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-serviceContets .s-serviceContets__textBox {
    padding: 1.875rem 1.25rem 1.25rem;
  }
}
.nexsia-corp-s-serviceContets .s-serviceContets__textBox hgroup {
  border-bottom: 0.0625rem solid #C8D2E1;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.nexsia-corp-s-serviceContets .s-serviceContets__textBox hgroup::after {
  content: "";
  background-color: #5091E6;
  display: block;
  width: 2.5rem;
  height: 0.0625rem;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
}
.nexsia-corp-s-serviceContets .s-serviceContets__textBox .s-serviceContets__titleEn {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-serviceContets .s-serviceContets__textBox .s-serviceContets__titleEn {
    font-size: 1rem;
  }
}
.nexsia-corp-s-serviceContets .s-serviceContets__textBox .s-serviceContets__titleEn .-blue {
  color: #5091E6;
}
.nexsia-corp-s-serviceContets .s-serviceContets__textBox .s-serviceContets__titleJa {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-serviceContets .s-serviceContets__textBox .s-serviceContets__titleJa {
    font-size: 1.5rem;
  }
}
.nexsia-corp-s-serviceContets .s-serviceContets__textBox .s-serviceContets__titleJa:first-letter {
  color: #5091E6;
}
.nexsia-corp-s-serviceContets .s-serviceContets__textBox .s-serviceContets__text {
  color: #696E82;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-serviceContets .s-serviceContets__textBox .s-serviceContets__text {
    line-height: 1.5;
  }
}
.nexsia-corp-s-serviceContets .s-serviceContets__detailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
}
.nexsia-corp-s-serviceContets .s-serviceContets__detailList .s-serviceContets__detailItem {
  max-width: 23.75rem;
}
.nexsia-corp-s-serviceContets .s-serviceContets__detailLink {
  border: 0.0625rem solid #C8D2E1;
  border-radius: 0.375rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.nexsia-corp-s-serviceContets .s-serviceContets__detailLink:hover .s-serviceContets__detailImageItem {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.nexsia-corp-s-serviceContets .s-serviceContets__detailLink::after {
  content: "";
  background: url(/assets/nexsia-corp/img/common/icon-morebtn-arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1.25rem;
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-serviceContets .s-serviceContets__detailLink::after {
    right: 0.9375rem;
  }
}
.nexsia-corp-s-serviceContets .s-serviceContets__detailLink .s-serviceContets__detailImage {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-serviceContets .s-serviceContets__detailLink .s-serviceContets__detailImage {
    width: 5rem;
  }
}
.nexsia-corp-s-serviceContets .s-serviceContets__detailLink .s-serviceContets__detailImage .s-serviceContets__detailImageItem {
  aspect-ratio: 120/80;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.nexsia-corp-s-serviceContets .s-serviceContets__detailLink .s-serviceContets__detailText {
  font-size: 1.25rem;
  font-weight: 600;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 0.08em;
  padding: 1.75rem 2.5rem 2rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-serviceContets .s-serviceContets__detailLink .s-serviceContets__detailText {
    padding: 1.5rem 2.5rem 1.75rem 1.25rem;
    font-size: 1.125rem;
  }
}
.nexsia-corp-s-serviceContets .s-serviceContets__detailLink .s-serviceContets__detailText:first-letter {
  color: #5091E6;
}

.nexsia-corp-s-aboutUs {
  background-color: #F2F4F8;
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutUs {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-aboutUs .s-aboutUs__cardList {
  background-color: #FFFFFF;
  border: 0.0625rem solid #C8D2E1;
  border-radius: 0.75rem;
  overflow: hidden;
  counter-reset: number 0;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutUs .s-aboutUs__cardList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.nexsia-corp-s-aboutUs .s-aboutUs__cardItem {
  border-right: 0.0625rem solid #C8D2E1;
  width: 100%;
  text-align: center;
  list-style: none;
  background-color: #FFFFFF;
  padding: 1.875rem 1.875rem 2.4375rem;
}
.nexsia-corp-s-aboutUs .s-aboutUs__cardItem:nth-child(3n) {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutUs .s-aboutUs__cardItem {
    border-right: 0;
    border-bottom: 0.0625rem solid #C8D2E1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
    padding: 0.9375rem 1.0625rem 1.5625rem;
  }
  .nexsia-corp-s-aboutUs .s-aboutUs__cardItem:last-child {
    border-bottom: 0;
  }
}
.nexsia-corp-s-aboutUs .s-aboutUs__image {
  margin: 0 auto 0.9375rem;
  height: 7.5rem;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutUs .s-aboutUs__image {
    margin: 0 auto 0.625rem;
    height: 5.625rem;
    width: 5.625rem;
  }
}
.nexsia-corp-s-aboutUs .s-aboutUs__image img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}
.nexsia-corp-s-aboutUs .s-aboutUs__num {
  line-height: 1;
  margin-bottom: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutUs .s-aboutUs__num {
    margin-bottom: 0;
  }
}
.nexsia-corp-s-aboutUs .s-aboutUs__num::before {
  content: "";
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: #5091E6;
  font-size: 2.625rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutUs .s-aboutUs__text {
    text-align: left;
  }
}
.nexsia-corp-s-aboutUs .s-aboutUs__title {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutUs .s-aboutUs__title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.nexsia-corp-s-aboutUs .s-aboutUs__content {
  color: #696E82;
  text-align: left;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutUs .s-aboutUs__content {
    line-height: 1.5;
    font-size: 0.875rem;
  }
}

.nexsia-corp-s-staffInterview {
  background-color: #F2F4F8;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-staffInterview {
    padding-bottom: 3.75rem;
  }
}
.nexsia-corp-s-staffInterview .nexsia-corp-c-sectionHeader {
  margin-bottom: 0;
}
.nexsia-corp-s-staffInterview .s-staffInterview__content {
  position: relative;
}
.nexsia-corp-s-staffInterview .s-staffInterview__content::after {
  content: "";
  background-color: rgba(50, 90, 120, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-staffInterview .s-staffInterview__content .s-staffInterview__titleBg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-staffInterview .s-staffInterview__content .nexsia-corp-c-inner {
  padding-block: 7.5rem 14.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-staffInterview .s-staffInterview__content .nexsia-corp-c-inner {
    padding-block: 3.75rem 7.5625rem;
  }
}
.nexsia-corp-s-staffInterview .s-staffInterview__list {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: -9.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-staffInterview .s-staffInterview__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: -5.625rem;
  }
}
.nexsia-corp-s-staffInterview .s-staffInterview__item {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  -webkit-box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  padding: 1.6875rem 1.25rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-staffInterview .s-staffInterview__item {
    padding: 2.1875rem 1.25rem 2rem;
  }
}
.nexsia-corp-s-staffInterview .s-staffInterview__concentsLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4375rem;
  margin-bottom: 1rem;
}
.nexsia-corp-s-staffInterview .s-staffInterview__itemTitle {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-staffInterview .s-staffInterview__itemTitle {
    font-size: 1.625rem;
    margin-bottom: 1.375rem;
  }
}
.nexsia-corp-s-staffInterview .s-staffInterview__itemLabel {
  color: #5091E6;
  line-height: 1.8;
  font-weight: 600;
}
.nexsia-corp-s-staffInterview .s-staffInterview__itemText {
  color: #696E82;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
}
.nexsia-corp-s-staffInterview.leadgridCms-onlyInnerWorkspace .s-staffInterview__content::after {
  width: 90% !important;
}

.nexsia-corp-s-jobs {
  background-color: #FFFFFF;
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-jobs {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-jobs .s-jobs__list .s-jobs__item {
  border: 0.0625rem solid #C8D2E1;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-jobs .s-jobs__list .s-jobs__item {
    border-radius: 0.375rem;
  }
}
.nexsia-corp-s-jobs .s-jobs__list .s-jobs__item + .s-jobs__item {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-jobs .s-jobs__list .s-jobs__item + .s-jobs__item {
    margin-top: 1.25rem;
  }
}
.nexsia-corp-s-jobs .s-jobs__list .s-jobs__title {
  background-color: #F2F4F8;
  cursor: pointer;
  font-size: 1.625rem;
  letter-spacing: 0.08em;
  padding: 1.625rem 5rem 1.75rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-jobs .s-jobs__list .s-jobs__title {
    padding: 1.125rem 3.75rem 1.125rem 1.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
}
.nexsia-corp-s-jobs .s-jobs__list .s-jobs__title::first-letter {
  color: #5091E6;
}
.nexsia-corp-s-jobs .s-jobs__list .s-jobs__title.is-open .s-jobs__titleicon::after {
  opacity: 0;
}
.nexsia-corp-s-jobs .s-jobs__list .s-jobs__titleicon {
  background-color: #5091E6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 3.125rem;
  width: 3.125rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-jobs .s-jobs__list .s-jobs__titleicon {
    right: 0.625rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.nexsia-corp-s-jobs .s-jobs__list .s-jobs__titleicon::before {
  height: 0.125rem;
  width: 1.25rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nexsia-corp-s-jobs .s-jobs__list .s-jobs__titleicon::after {
  height: 1.25rem;
  width: 0.125rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nexsia-corp-s-jobs .s-jobs__list .s-jobs__titleicon::before, .nexsia-corp-s-jobs .s-jobs__list .s-jobs__titleicon::after {
  content: "";
  background-color: #FFFFFF;
  position: absolute;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.nexsia-corp-s-jobs .s-jobs__contentsList {
  border-top: 0.0625rem solid #C8D2E1;
  display: none;
  padding: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-jobs .s-jobs__contentsList {
    padding: 1.25rem;
  }
}
.nexsia-corp-s-jobs .s-jobs__contentsList .s-jobs__contentsItem {
  border-top: 0.0625rem solid #C8D2E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem 0.625rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-jobs .s-jobs__contentsList .s-jobs__contentsItem {
    padding: 1.25rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5625rem;
  }
}
.nexsia-corp-s-jobs .s-jobs__contentsList .s-jobs__contentsItem:last-of-type {
  border-bottom: 0.0625rem solid #C8D2E1;
}
.nexsia-corp-s-jobs .s-jobs__contentsList .s-jobs__contentsTitle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  width: 8.4375rem;
}
.nexsia-corp-s-jobs .s-jobs__contentsList .s-jobs__contentsText {
  color: #696E82;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-jobs .s-jobs__contentsList .s-jobs__contentsText {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.nexsia-corp-s-aboutText {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-aboutText .s-aboutText__titleWrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText .s-aboutText__titleWrap {
    margin-bottom: 1.375rem;
    width: 100%;
  }
}
.nexsia-corp-s-aboutText .s-aboutText__titleWrap .s-aboutText__titleEn {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 0.4375rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.nexsia-corp-s-aboutText .s-aboutText__titleWrap .s-aboutText__titleEn:first-letter {
  color: #5091E6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText .s-aboutText__titleWrap .s-aboutText__titleEn {
    font-size: 1.375rem;
    line-height: 1;
  }
}
.nexsia-corp-s-aboutText .s-aboutText__titleWrap .s-aboutText__titleJa {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.nexsia-corp-s-aboutText .s-aboutText__titleWrap .s-aboutText__titleJa:first-letter {
  color: #5091E6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText .s-aboutText__titleWrap .s-aboutText__titleJa {
    font-size: 1.625rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
  }
}
.nexsia-corp-s-aboutText .s-aboutText__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText .s-aboutText__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.nexsia-corp-s-aboutText .s-aboutText__item + .s-aboutText__item {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText .s-aboutText__item + .s-aboutText__item {
    margin-top: 3.75rem;
  }
}
.nexsia-corp-s-aboutText .s-aboutText__content {
  position: relative;
  width: calc(100% - 17.5rem - 5rem);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText .s-aboutText__content {
    width: 100%;
  }
  .nexsia-corp-s-aboutText .s-aboutText__content::before {
    content: "";
    background-color: #5091E6;
    position: absolute;
    top: 0;
    left: 0;
    height: 0.0625rem;
    width: 2.5rem;
  }
}
.nexsia-corp-s-aboutText .s-aboutText__content .s-aboutText__contentInner {
  border-top: 0.0625rem solid #C8D2E1;
  padding: 2.25rem 0.625rem 2.5rem;
}
.nexsia-corp-s-aboutText .s-aboutText__content .s-aboutText__contentInner:last-child {
  border-bottom: 0.0625rem solid #C8D2E1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText .s-aboutText__content .s-aboutText__contentInner {
    padding: 1.875rem 0;
    width: 100%;
  }
}
.nexsia-corp-s-aboutText .s-aboutText__content .s-aboutText__contentsTitleEn {
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText .s-aboutText__content .s-aboutText__contentsTitleEn {
    letter-spacing: 0.04em;
    font-size: 1.25rem;
    margin-bottom: 0.3125rem;
  }
}
.nexsia-corp-s-aboutText .s-aboutText__content .s-aboutText__contentsTitleEn .-blue {
  color: #5091E6;
}
.nexsia-corp-s-aboutText .s-aboutText__content .s-aboutText__contentsTitleJa {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText .s-aboutText__content .s-aboutText__contentsTitleJa {
    font-size: 1.75rem;
    margin-bottom: 0.9375rem;
  }
}
.nexsia-corp-s-aboutText .s-aboutText__content .s-aboutText__contentsTitleJa:first-letter {
  color: #5091E6;
}
.nexsia-corp-s-aboutText .s-aboutText__content .s-aboutText__contentsText {
  font-weight: 500;
  line-height: 1.6;
}

.nexsia-corp-s-aboutText2 {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText2 {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-aboutText2 + .nexsia-corp-s-aboutText2 {
  padding-top: 0;
}
.nexsia-corp-s-aboutText2 .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText2 .nexsia-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.nexsia-corp-s-aboutText2 .nexsia-corp-c-sectionHeader {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText2 .nexsia-corp-c-sectionHeader {
    margin-bottom: 1.375rem;
    width: 100%;
  }
}
.nexsia-corp-s-aboutText2 .nexsia-corp-c-sectionHeader .c-sectionHeader__enTitle {
  font-size: 1.75rem;
  margin-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText2 .nexsia-corp-c-sectionHeader .c-sectionHeader__enTitle {
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
  }
}
.nexsia-corp-s-aboutText2 .s-aboutText2__content {
  counter-reset: number 0;
  position: relative;
  width: calc(100% - 17.5rem - 5rem);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText2 .s-aboutText2__content {
    width: 100%;
  }
}
.nexsia-corp-s-aboutText2 .s-aboutText2__content .s-aboutText2__contentInner {
  border-top: 0.0625rem solid #C8D2E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0625rem;
  padding: 1.9375rem 0.625rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText2 .s-aboutText2__content .s-aboutText2__contentInner {
    gap: 0.8125rem;
    padding: 1.25rem 0 1.5625rem;
  }
}
.nexsia-corp-s-aboutText2 .s-aboutText2__content .s-aboutText2__contentInner:last-child {
  border-bottom: 0.0625rem solid #C8D2E1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText2 .s-aboutText2__content .s-aboutText2__contentInner {
    padding: 1.875rem 0;
    width: 100%;
  }
}
.nexsia-corp-s-aboutText2 .s-aboutText2__content .s-aboutText2__contentInner::before {
  content: "";
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: #5091E6;
  font-size: 2.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText2 .s-aboutText2__content .s-aboutText2__contentInner::before {
    font-size: 1.75rem;
  }
}
.nexsia-corp-s-aboutText2 .s-aboutText2__content .s-aboutText2__contentsTitle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText2 .s-aboutText2__content .s-aboutText2__contentsTitle {
    font-size: 1.25rem;
  }
}
.nexsia-corp-s-aboutText2 .s-aboutText2__content .s-aboutText2__contentsTitle:first-letter {
  color: #5091E6;
}
.nexsia-corp-s-aboutText2 .s-aboutText2__content .s-aboutText2__contentsText {
  color: #696E82;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 0.75rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutText2 .s-aboutText2__content .s-aboutText2__contentsText {
    font-size: 0.875rem;
  }
}

.nexsia-corp-s-member {
  background-color: #F2F4F8;
  padding-bottom: 4.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-member {
    padding-bottom: 3.75rem;
  }
}
.nexsia-corp-s-member .nexsia-corp-c-sectionHeader {
  margin-bottom: 0;
}
.nexsia-corp-s-member .nexsia-corp-c-sectionHeader .c-sectionHeader__jaTitle::after {
  content: none;
}
.nexsia-corp-s-member .s-member__content {
  position: relative;
}
.nexsia-corp-s-member .s-member__content::after {
  content: "";
  background-color: rgba(50, 90, 120, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-member .s-member__content .s-member__titleBg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nexsia-corp-s-member .s-member__content .nexsia-corp-c-inner {
  padding-block: 7.5rem 14.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-member .s-member__content .nexsia-corp-c-inner {
    padding-block: 3.75rem 10.25rem;
  }
}
.nexsia-corp-s-member .s-member__list {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: -10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-member .s-member__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: -8.75rem;
  }
}
.nexsia-corp-s-member .s-member__item {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  -webkit-box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  box-shadow: 2px 2px 10px rgba(60, 65, 85, 0.06);
  padding: 0.625rem 0.625rem 1.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-member .s-member__item {
    border-radius: 0.5rem;
    padding: 0.625rem 0.625rem 1.875rem;
  }
}
.nexsia-corp-s-member .s-member__itemImage {
  position: relative;
  width: 100%;
}
.nexsia-corp-s-member .s-member__itemImage .s-member__itemMainImage {
  aspect-ratio: 360/240;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-member .s-member__itemImage .s-member__itemMainImage {
    border-radius: 0.375rem;
  }
}
.nexsia-corp-s-member .s-member__itemImage .s-member__itemIconImage {
  height: 8.4375rem;
  aspect-ratio: 120/135;
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-member .s-member__itemImage .s-member__itemIconImage {
    bottom: -2.3125rem;
    height: 6.8125rem;
  }
}
.nexsia-corp-s-member .s-member__concentsLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4375rem;
  margin-bottom: 1rem;
}
.nexsia-corp-s-member .s-member__concentsItemCaution {
  color: #696E82;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
}
.nexsia-corp-s-member .s-member__itemTextbox {
  padding-top: 1.875rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-member .s-member__itemTextbox {
    padding-top: 1.1875rem;
    padding-inline: 0.625rem;
  }
}
.nexsia-corp-s-member .s-member__itemTextbox .s-member__concentsItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #696E82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.nexsia-corp-s-member .s-member__itemTextbox .s-member__concentsItem::before {
  content: "";
  border: 0.125rem solid #5091E6;
  border-radius: 50%;
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
}
.nexsia-corp-s-member .s-member__itemLabel {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.625rem;
}
.nexsia-corp-s-member .s-member__itemName {
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}
.nexsia-corp-s-member .s-member__itemText {
  color: #696E82;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.nexsia-corp-s-member.leadgridCms-onlyInnerWorkspace .s-member__content::after {
  width: 90% !important;
}

.nexsia-corp-s-aboutSpirit {
  background-color: #F2F4F8;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutSpirit {
    padding-block: 3.75rem;
  }
}
.nexsia-corp-s-aboutSpirit .nexsia-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutSpirit .nexsia-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.nexsia-corp-s-aboutSpirit .s-aboutSpirit__titleWrap {
  width: calc(100% - 52.5rem - 4.5625rem);
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutSpirit .s-aboutSpirit__titleWrap {
    width: 100%;
  }
}
.nexsia-corp-s-aboutSpirit .s-aboutSpirit__titleWrap .s-aboutSpirit__titleEn {
  margin-bottom: 0.4375rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.nexsia-corp-s-aboutSpirit .s-aboutSpirit__titleWrap .s-aboutSpirit__titleEn .-blue {
  color: #5091E6;
}
.nexsia-corp-s-aboutSpirit .s-aboutSpirit__titleWrap .s-aboutSpirit__titleJa {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutSpirit .s-aboutSpirit__titleWrap .s-aboutSpirit__titleJa {
    font-size: 2rem;
  }
}
.nexsia-corp-s-aboutSpirit .s-aboutSpirit__titleWrap .s-aboutSpirit__titleJa:first-letter {
  color: #5091E6;
}
.nexsia-corp-s-aboutSpirit .s-aboutSpirit__text {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0;
  width: 52.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-aboutSpirit .s-aboutSpirit__text {
    font-size: 1rem;
    line-height: 1.8;
    width: 100%;
  }
}

.nexsia-corp-s-imgSlider {
  background-color: #F2F4F8;
  overflow: hidden;
}
.nexsia-corp-s-imgSlider .s-member__item {
  border-radius: 1.125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-imgSlider .s-member__item {
    border-radius: 0.375rem;
  }
}
.nexsia-corp-s-imgSlider .s-imgSlider__image {
  aspect-ratio: 400/320;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-imgSlider .s-imgSlider__image {
    aspect-ratio: 180/140;
  }
}

.nexsia-corp-s-complete {
  padding: 9.375rem 0 11.25rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-complete {
    padding: 5rem 0;
  }
}
.nexsia-corp-s-complete .s-complete__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nexsia-corp-s-complete .s-complete__contentLabel {
  margin: 0 0 1.25rem;
  font-size: 4.25rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.nexsia-corp-s-complete .s-complete__contentLabel:first-letter {
  color: #5091E6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-complete .s-complete__contentLabel {
    font-size: 3rem;
    margin: 0 0 0.9375rem;
  }
}
.nexsia-corp-s-complete .s-complete__contentTitle {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-bottom: 2.5rem;
  position: relative;
  margin: 0 0 2.5rem;
}
.nexsia-corp-s-complete .s-complete__contentTitle:first-letter {
  color: #5091E6;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-complete .s-complete__contentTitle {
    font-size: 1.375rem;
    padding-bottom: 1.875rem;
    margin: 0 0 1.875rem;
    line-height: 1.4;
  }
}
.nexsia-corp-s-complete .s-complete__contentTitle::after {
  content: "";
  background-color: #5091E6;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.0625rem;
  width: 7.5rem;
}
.nexsia-corp-s-complete .s-complete__contentText {
  line-height: 2.2;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-complete .s-complete__contentText {
    font-size: 0.9375rem;
  }
}
.nexsia-corp-s-complete .s-complete__contentButton {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-complete .s-complete__contentButton {
    margin-top: 2.5rem;
  }
}

.nexsia-corp-s-editableWysiwyg {
  padding: 3.75rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .nexsia-corp-s-editableWysiwyg {
    padding: 0 0 3.75rem;
  }
}
.nexsia-corp-s-editableWysiwyg > .nexsia-corp-c-inner {
  max-width: 50rem;
}