@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #37383B;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
body.-bg--gray {
  background: #F6F7F7;
}
body.-is--about {
  position: relative;
  background: transparent;
}
body.-is--about > .-bg--about {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  background: url("/assets/nstec/img/about/bg-pc.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  body.-is--about > .-bg--about {
    background-image: url("/assets/nstec/img/about/bg-sp.jpg");
  }
}
body.-is--recruit {
  position: relative;
  background: transparent;
}
body.-is--recruit > .-bg--recruit {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  background: url("/assets/nstec/img/recruit/common/bg.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  body.-is--recruit > .-bg--recruit {
    background-image: url("/assets/nstec/img/recruit/common/bg.jpg");
  }
}
body.-is--recruit main > section:first-child {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  body.-is--recruit main > section:first-child {
    margin-top: 9.6rem;
  }
}

.-font--en {
  font-family: "Lato", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
}

.-pc--none {
  display: none;
}
@media screen and (max-width: 767px) {
  .-pc--none {
    display: inline-block;
  }
}

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

.-site--none {
  display: none;
}

.leadgridCms-onlyInnerWorkspace .-admin--none {
  display: none;
}
.leadgridCms-onlyInnerWorkspace .-site--none {
  display: block;
}

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;
}
@media screen and (min-width: 768px) {
  a:hover,
  button:hover {
    opacity: 0.5;
  }
}

/*! 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 */
  font-size: 62.5%;
  scrollbar-gutter: stable;
}
@media screen and (min-width: 1440px) {
  html {
    font-size: var(--min-width-1440);
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: var(--min-width-1440);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: var(--min-width-375);
  }
}

/* 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] {
  -moz-appearance: button;
  appearance: button;
  -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 {
  appearance: 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);
}

.nstec-c-breadcrumb ul,
.nstec-c-breadcrumb li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-c-breadcrumb a {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 1px no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .nstec-c-breadcrumb a:hover {
    opacity: 1;
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.nstec-c-breadcrumb::-webkit-scrollbar {
  display: none;
}
.nstec-c-breadcrumb.-color--gray .c-breadcrumb__item::after {
  content: "";
  background: url("/assets/nstec/img/common/icon/breadcrumb_arrow-gray.svg") no-repeat center;
}
.nstec-c-breadcrumb.-color--gray .c-breadcrumb__item:last-child a {
  color: #BFBFBF;
}
.nstec-c-breadcrumb.-color--gray .c-breadcrumb__item a {
  color: #37383B;
}
.nstec-c-breadcrumb.-color--black .c-breadcrumb__item::after {
  content: "";
  background: url("/assets/nstec/img/common/icon/breadcrumb_arrow-gray.svg") no-repeat center;
}
.nstec-c-breadcrumb.-color--black .c-breadcrumb__item:last-child a {
  color: #2848BE;
}
.nstec-c-breadcrumb.-color--black .c-breadcrumb__item a {
  color: #37383B;
}
.nstec-c-breadcrumb .c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.nstec-c-breadcrumb .c-breadcrumb__item {
  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;
}
.nstec-c-breadcrumb .c-breadcrumb__item::after {
  content: "";
  display: inline-block;
  margin: 0 0.8rem;
  width: 0.6rem;
  height: 0.8rem;
  background: url("/assets/nstec/img/common/icon/breadcrumb_arrow-white.svg") no-repeat center/contain;
}
.nstec-c-breadcrumb .c-breadcrumb__item:last-child {
  pointer-events: none;
}
.nstec-c-breadcrumb .c-breadcrumb__item:last-child::after {
  display: none;
}
.nstec-c-breadcrumb .c-breadcrumb__item a {
  color: #ffffff;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-c-breadcrumb .c-breadcrumb__item a {
    font-size: 1rem;
  }
}

.nstec-c-inner {
  padding: 0 2.4rem;
  margin: 0 auto;
  max-width: 132.8rem;
  width: 100%;
}
.nstec-c-inner.-width--1120 {
  max-width: 112rem;
}
@media screen and (min-width: 768px) {
  .nstec-c-inner.-width--1120 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .nstec-c-inner.-sp-padding--8 {
    padding: 0 0.8rem;
  }
}

.nstec-s-pageHeader + .nstec-c-section {
  background: transparent !important;
  margin-top: -20rem;
  position: relative;
  z-index: 21;
}
@media screen and (max-width: 767px) {
  .nstec-s-pageHeader + .nstec-c-section {
    background: #ffffff !important;
    margin-top: 0;
  }
}
.nstec-s-pageHeader + .nstec-c-section .c-section__wrap {
  background: white;
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-pageHeader + .nstec-c-section .c-section__wrap {
    padding-top: 4.8rem;
  }
}
.nstec-s-pageHeader + .nstec-c-section + .-bg--white .c-section__wrap {
  padding-top: 0;
}

.nstec-c-section .c-section__wrap {
  padding: 18rem 8rem;
  border-radius: 0.8rem;
  background: white;
}
@media screen and (max-width: 767px) {
  .nstec-c-section .c-section__wrap {
    padding: 8rem 0;
    border-radius: 0rem;
  }
}
.nstec-c-section.-bg--white {
  background: #ffffff;
}
.nstec-c-section.-bg--white + .-bg--white .c-section__wrap {
  padding-top: 0;
}
.nstec-c-section.-bg--blue {
  background: #EBF7FF;
}
.nstec-c-section.-bg--blue .c-section__wrap {
  background: transparent;
}
.nstec-c-section.-bg--blue + .-bg--blue .c-section__wrap {
  padding-top: 0;
}
.nstec-c-section.-bg--gray {
  background: #F6F7F7;
}
.nstec-c-section.-bg--gray .c-section__wrap {
  background: transparent;
}
.nstec-c-section.-bg--gray + .-bg--gray .c-section__wrap {
  padding-top: 0;
}
.nstec-c-section.-bg--transparent {
  margin-top: -36rem;
  background: transparent !important;
}
@media screen and (max-width: 767px) {
  .nstec-c-section.-bg--transparent {
    margin-top: -4rem;
  }
}
.nstec-c-section.-bg--transparent .c-section__wrap {
  background: transparent;
}
.nstec-c-section.-bg--transparent + .nstec-c-section {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-section.-bg--transparent + .nstec-c-section {
    margin-top: 4.8rem;
  }
}
.nstec-c-section.-bg--about {
  background: transparent;
}
.nstec-c-section.-bg--about .c-section__wrap {
  padding: 24rem 8rem;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .nstec-c-section.-bg--about .c-section__wrap {
    padding: 8rem 0;
  }
}
.nstec-c-section.-bg--about + .-bg--about .c-section__wrap {
  padding-top: 0;
}

.nstec-c-wysiwyg {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}
.nstec-c-wysiwyg h2,
.nstec-c-wysiwyg h3,
.nstec-c-wysiwyg h4,
.nstec-c-wysiwyg h5,
.nstec-c-wysiwyg h6,
.nstec-c-wysiwyg figure,
.nstec-c-wysiwyg p {
  margin: 0;
}
.nstec-c-wysiwyg h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-top: 7.2rem;
  position: relative;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg h2 {
    font-size: 2rem;
    margin-top: 4.8rem;
  }
}
.nstec-c-wysiwyg h2::before {
  content: "";
  display: block;
  width: 4.6rem;
  height: 0.9rem;
  opacity: 1;
  background: url("/assets/nstec/img/common/sectionHeader/headline-blue.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg h2::before {
    width: 4.2rem;
    height: 0.8rem;
  }
}
.nstec-c-wysiwyg h2 + p {
  margin-top: 4rem;
}
.nstec-c-wysiwyg h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg h3 {
    font-size: 1.8rem;
    margin-top: 5.4rem;
  }
}
.nstec-c-wysiwyg h4 {
  font-weight: 700;
  font-style: Bold;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg h4 {
    margin-top: 5.4rem;
    font-size: 1.6rem;
  }
}
.nstec-c-wysiwyg p {
  font-weight: 500;
  font-style: Medium;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg p {
    font-size: 1.4rem;
  }
}
.nstec-c-wysiwyg li {
  font-weight: 500;
  font-style: Medium;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg li {
    font-size: 1.4rem;
  }
}
.nstec-c-wysiwyg ul,
.nstec-c-wysiwyg ol {
  margin: 0;
  padding: 0;
  margin-top: 4.8rem;
  display: grid;
  gap: 1.2rem;
  list-style: none;
}
.nstec-c-wysiwyg ol {
  counter-reset: n;
}
.nstec-c-wysiwyg ol li {
  padding-left: 3.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg ol li {
    padding-left: 3.2rem;
  }
}
.nstec-c-wysiwyg ol li:before {
  content: "0" counter(n) ".";
  counter-increment: n;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  position: absolute;
  left: 0;
  top: 0.8rem;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg ol li:before {
    top: 0.7rem;
  }
}
.nstec-c-wysiwyg ol li:nth-of-type(n + 10):before {
  content: counter(n);
}
.nstec-c-wysiwyg ol ul li::before {
  content: "";
  left: 0;
  top: 1.3rem;
  counter-increment: none;
}
.nstec-c-wysiwyg ul li {
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg ul li {
    padding-left: 3.2rem;
  }
}
.nstec-c-wysiwyg ul li:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #2848BE;
  position: absolute;
  left: 1.8rem;
  top: 1.3rem;
}
.nstec-c-wysiwyg a {
  word-wrap: break-word;
  font-weight: bold;
  color: #2848BE;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .nstec-c-wysiwyg a:hover {
    opacity: 0.5;
  }
}
.nstec-c-wysiwyg blockquote {
  padding: 4rem 4.8rem 3.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin: 4.8rem 0 0;
  color: #37383B;
  position: relative;
  border: none;
  background: #F6F7F7;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg blockquote {
    padding: 2.4rem;
    font-size: 1.4rem;
    margin-top: 3.6rem;
  }
}
.nstec-c-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.2rem;
  background-image: url("/assets/nstec/img/common/icon/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.6rem;
  left: 1.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg blockquote::before {
    width: 1.3rem;
    height: 1.1rem;
    top: 0.8rem;
    left: 0.7rem;
  }
}
.nstec-c-wysiwyg blockquote p {
  margin: 0;
}
.nstec-c-wysiwyg table {
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-top: 4.8rem;
  margin-bottom: 1.6rem;
  table-layout: fixed;
  border-left: 0.1rem solid #DCDCDC;
  border-top: 0.1rem solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg table {
    margin-top: 3.2rem;
  }
}
.nstec-c-wysiwyg table tbody,
.nstec-c-wysiwyg table thead {
  width: 100%;
  display: table;
}
.nstec-c-wysiwyg table td,
.nstec-c-wysiwyg table th {
  border: none;
  border-right: 0.1rem solid #DCDCDC;
  border-bottom: 0.1rem solid #DCDCDC;
  min-width: 26rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg table td,
  .nstec-c-wysiwyg table th {
    min-width: 13rem;
  }
}
.nstec-c-wysiwyg table th {
  background-color: #F6F7F7;
  text-align: left;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: Bold;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg table th {
    font-size: 1.6rem;
  }
}
.nstec-c-wysiwyg table td {
  padding: 1.2rem;
  background-color: #fff;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg table td {
    font-size: 1.4rem;
  }
}
.nstec-c-wysiwyg table th[colspan="2"] {
  min-width: 52rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg table th[colspan="2"] {
    min-width: 26rem;
  }
}
.nstec-c-wysiwyg table td[colspan="2"] {
  min-width: 52rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg table td[colspan="2"] {
    min-width: 26rem;
  }
}
.nstec-c-wysiwyg code .hljs-ln {
  margin-top: 0;
  margin-bottom: 0;
}
.nstec-c-wysiwyg code .hljs-ln-code,
.nstec-c-wysiwyg code .hljs-ln-numbers {
  border: none;
  padding: 0;
  min-width: 5px;
}
.nstec-c-wysiwyg code .hljs-ln-numbers {
  border-right: 1px solid #ccc;
}
.nstec-c-wysiwyg figure,
.nstec-c-wysiwyg img {
  max-width: 100%;
  height: auto;
  border-radius: 0.4rem;
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg figure,
  .nstec-c-wysiwyg img {
    max-width: 100%;
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
}
.nstec-c-wysiwyg figure img {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.nstec-c-wysiwyg figcaption {
  margin-top: 1.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: #8D8D8D;
}
.nstec-c-wysiwyg .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: var(--color-base-primary);
}
.nstec-c-wysiwyg iframe {
  max-width: 100%;
}
.nstec-c-wysiwyg h2:first-child,
.nstec-c-wysiwyg h3:first-child,
.nstec-c-wysiwyg h4:first-child,
.nstec-c-wysiwyg h5:first-child,
.nstec-c-wysiwyg h6:first-child,
.nstec-c-wysiwyg p:first-child,
.nstec-c-wysiwyg ol:first-child,
.nstec-c-wysiwyg ul:first-child,
.nstec-c-wysiwyg blockquote:first-child,
.nstec-c-wysiwyg img:first-child,
.nstec-c-wysiwyg table:first-child,
.nstec-c-wysiwyg .table2:first-child {
  margin-top: 0;
}
.nstec-c-wysiwyg.--policy .table2 {
  margin-top: 4.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg.--policy .table2 {
    margin-top: 3.2rem;
  }
}
.nstec-c-wysiwyg.--policy .table2 dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  border-left: 0.1rem solid #DCDCDC;
  border-top: 0.1rem solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg.--policy .table2 dl {
    grid-template-columns: 1fr;
  }
}
.nstec-c-wysiwyg.--policy .table2 dl + dl {
  border-top: none;
}
.nstec-c-wysiwyg.--policy .table2 dl dt {
  background-color: #F6F7F7;
  text-align: left;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: Bold;
  border-right: 0.1rem solid #DCDCDC;
  border-bottom: 0.1rem solid #DCDCDC;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg.--policy .table2 dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-c-wysiwyg.--policy .table2 dl dt:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .nstec-c-wysiwyg.--policy .table2 dl dt:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.nstec-c-wysiwyg.--policy .table2 dl dd {
  padding: 1.2rem;
  background-color: #fff;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 1.6rem;
  border-right: 0.1rem solid #DCDCDC;
  border-bottom: 0.1rem solid #DCDCDC;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nstec-c-wysiwyg.--policy .table2 dl dd {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-c-wysiwyg.--policy .table2 dl dd:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .nstec-c-wysiwyg.--policy .table2 dl dd:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.nstec-c-sectionHeader.-content--side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .nstec-c-sectionHeader.-content--side {
    display: block;
  }
}
.nstec-c-sectionHeader.-content--side .c-sectionHeader__content {
  width: 70.5rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .nstec-c-sectionHeader.-content--side .c-sectionHeader__content {
    margin-top: 4.8rem;
    width: 100%;
  }
}
.nstec-c-sectionHeader.-color--white .c-sectionHeader__title .line {
  background-image: url("/assets/nstec/img/common/sectionHeader/headline-white.svg");
}
.nstec-c-sectionHeader.-color--white .c-sectionHeader__title .en,
.nstec-c-sectionHeader.-color--white .c-sectionHeader__title .ja {
  color: #FFFFFF;
}
.nstec-c-sectionHeader.-color--white .c-sectionHeader__content {
  color: #FFFFFF;
}
.nstec-c-sectionHeader.-text--small .c-sectionHeader__title .en {
  font-size: 7.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-sectionHeader.-text--small .c-sectionHeader__title .en {
    font-size: 4rem;
  }
}
.nstec-c-sectionHeader.-text--small .c-sectionHeader__content {
  margin-top: 6.4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-sectionHeader.-text--small .c-sectionHeader__content {
    margin-top: 4.8rem;
    font-size: 1.4rem;
  }
}
.nstec-c-sectionHeader .c-sectionHeader__title {
  padding-top: 5.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-c-sectionHeader .c-sectionHeader__title {
    padding-top: 3.2rem;
  }
}
.nstec-c-sectionHeader .c-sectionHeader__title .line {
  display: block;
  width: 7.3rem;
  height: 1.4rem;
  opacity: 1;
  background: url(/assets/nstec/img/common/sectionHeader/headline-blue.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .nstec-c-sectionHeader .c-sectionHeader__title .line {
    width: 4.2rem;
    height: 0.8rem;
  }
}
.nstec-c-sectionHeader .c-sectionHeader__title .en {
  color: #2848BE;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nstec-c-sectionHeader .c-sectionHeader__title .en {
    font-size: 4.8rem;
  }
}
.nstec-c-sectionHeader .c-sectionHeader__title .ja {
  margin: 1.6rem 0 0;
  color: #2848BE;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-c-sectionHeader .c-sectionHeader__title .ja {
    font-size: 1.4rem;
  }
}
.nstec-c-sectionHeader .c-sectionHeader__content {
  margin: 0;
  margin-top: 9.6rem;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-c-sectionHeader .c-sectionHeader__content {
    margin-top: 4.8rem;
    font-size: 1.4rem;
  }
}

.nstec-c-infiniteSlider .c-infiniteSlider__list {
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nstec-c-infiniteSlider .c-infiniteSlider__list .c-infiniteSlider__item {
  width: 32rem;
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nstec-c-infiniteSlider .c-infiniteSlider__list .c-infiniteSlider__item {
    width: 16rem;
  }
}
.nstec-c-infiniteSlider .c-infiniteSlider__list .c-infiniteSlider__item img,
.nstec-c-infiniteSlider .c-infiniteSlider__list .c-infiniteSlider__item .media {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 0.4rem;
}
.nstec-c-infiniteSlider .c-infiniteSlider__list .c-infiniteSlider__item:nth-child(odd) {
  height: 32rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-infiniteSlider .c-infiniteSlider__list .c-infiniteSlider__item:nth-child(odd) {
    height: 16rem;
  }
}
.nstec-c-infiniteSlider .c-infiniteSlider__list .c-infiniteSlider__item:nth-child(even) {
  height: 38.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-infiniteSlider .c-infiniteSlider__list .c-infiniteSlider__item:nth-child(even) {
    height: 19.2rem;
  }
}
.nstec-c-infiniteSlider .c-infiniteSlider__list .c-infiniteSlider__itemImage {
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-infiniteSlider .c-infiniteSlider__list .c-infiniteSlider__itemImage {
    padding: 0 0.8rem;
  }
}
.nstec-c-infiniteSlider .splide__track {
  overflow: visible;
}

.-is--recruit .nstec-c-footer {
  -webkit-clip-path: none;
  clip-path: none;
  padding-top: 6.4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .-is--recruit .nstec-c-footer {
    padding-top: 4.6rem;
    margin-top: 6.4rem;
  }
}

.nstec-c-footer {
  background: #ffffff;
  padding-bottom: 6.4rem;
  -webkit-clip-path: polygon(0 17.6rem, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 17.6rem, 100% 0, 100% 100%, 0 100%);
  padding-top: 17.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer {
    -webkit-clip-path: polygon(0 4.6rem, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 4.6rem, 100% 0, 100% 100%, 0 100%);
    padding-top: 4.6rem;
  }
}
.nstec-c-footer .c-footer__inner {
  padding: 0 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__inner {
    padding: 0 2.4rem;
  }
}
.nstec-c-footer .c-footer__toTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.nstec-c-footer .c-footer__toTop .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .nstec-c-footer .c-footer__toTop .inner:hover .text {
    background-position: 0 100%;
    background-size: 100% 0.2rem;
  }
}
.nstec-c-footer .c-footer__toTop .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.nstec-c-footer .c-footer__toTop .text {
  color: #2848BE;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0%;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 0.2rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 0.2rem no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
}
.nstec-c-footer .c-footer__logo {
  display: grid;
  place-items: center;
  margin-top: 6.4rem;
}
.nstec-c-footer .c-footer__logo a img {
  max-width: 25.1rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__logo a img {
    max-width: 16.7rem;
  }
}
.nstec-c-footer .c-footer__nav {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__nav {
    margin-top: 6.4rem;
  }
}
.nstec-c-footer .c-footer__nav .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 30rem;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__nav .grid {
    display: block;
  }
}
.nstec-c-footer .c-footer__nav ul,
.nstec-c-footer .c-footer__nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-c-footer .c-footer__nav .block:last-child {
  border-left: 2px solid #E9EDF8;
  justify-items: flex-end;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__nav .block:last-child {
    justify-items: normal;
  }
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__nav .block + .block {
    border: none;
    border-top: 2px solid #E9EDF8;
    margin-top: 2.4rem;
    padding: 0;
    padding-top: 2.4rem;
  }
}
.nstec-c-footer .c-footer__nav .box + .box {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__nav .box + .box {
    border-top: 2px solid #E9EDF8;
    margin-top: 2.4rem;
    padding: 0;
    padding-top: 2.4rem;
  }
}
.nstec-c-footer .c-footer__nav .palentTitle {
  padding: 0;
  margin: 0;
}
.nstec-c-footer .c-footer__nav .palentTitle a {
  display: grid;
  grid-template-columns: 2.4rem auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem 0.8rem;
  text-decoration: none;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__nav .palentTitle a {
    gap: 0.4rem 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-c-footer .c-footer__nav .palentTitle a:hover .en span {
    background-position: 0 100%;
    background-size: 100% 0.2rem;
  }
}
.nstec-c-footer .c-footer__nav .palentTitle .icon {
  grid-column: 1/2;
  grid-row: 1/2;
}
.nstec-c-footer .c-footer__nav .palentTitle .en {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0%;
  grid-column: 2/3;
  grid-row: 1/2;
}
.nstec-c-footer .c-footer__nav .palentTitle .en span {
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 0.2rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 0.2rem no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__nav .palentTitle .en {
    font-size: 2.4rem;
  }
}
.nstec-c-footer .c-footer__nav .palentTitle .ja {
  font-weight: 700;
  font-size: 1.2rem;
  leading-trim: NONE;
  line-height: 1.4;
  letter-spacing: 0.12em;
  grid-column: 2/3;
  grid-row: 2/3;
}
.nstec-c-footer .c-footer__nav .childList {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__nav .childList {
    padding-left: 3.4rem;
  }
}
.nstec-c-footer .c-footer__nav .childList li a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #37383B;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 0.2rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 0.2rem no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .nstec-c-footer .c-footer__nav .childList li a:hover {
    opacity: 1;
    color: #2848BE;
    background-position: 0 100%;
    background-size: 100% 0.2rem;
  }
}
.nstec-c-footer .c-footer__nav .childList.-large {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__nav .childList.-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
.nstec-c-footer .c-footer__nav .childList.-large li + li {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__nav .childList.-large li + li {
    margin-top: 0;
  }
}
.nstec-c-footer .c-footer__nav .childList.-small li a {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__nav .childList.-small li a {
    font-size: 1.3rem;
  }
}
.nstec-c-footer .c-footer__nav .childList.-small li + li {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__nav .childList.-small li + li {
    margin-top: 0.8rem;
  }
}
.nstec-c-footer .c-footer__others {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__others {
    margin-top: 4.8rem;
  }
}
.nstec-c-footer .c-footer__others .flexbox {
  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;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__others .flexbox {
    display: block;
  }
}
.nstec-c-footer .c-footer__others .flexbox + .flexbox {
  margin-top: 3.2rem;
}
.nstec-c-footer .c-footer__tagline {
  max-width: 69.3rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__tagline {
    margin: 0 auto;
    max-width: 26.3rem;
  }
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__button {
    margin-top: 4rem;
  }
}
.nstec-c-footer .c-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
@media screen and (min-width: 768px) {
  .nstec-c-footer .c-footer__links {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.nstec-c-footer .c-footer__bannerBelowText {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: right;
  width: 100%;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__bannerBelowText {
    text-align: center;
    font-size: 1.2rem;
  }
}
.nstec-c-footer .c-footer__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__snsList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.nstec-c-footer .c-footer__snsList li a {
  display: grid;
  place-items: center;
  width: 4.8rem;
  height: 4.8rem;
  background: #ffffff;
  border: 2px solid #EBF7FF;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .nstec-c-footer .c-footer__snsList li a:hover {
    opacity: 1;
    border-color: #2848BE;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.nstec-c-footer .c-footer__snsList li a img {
  max-width: 2rem;
  width: 100%;
  height: 100%;
}
.nstec-c-footer .c-footer__privacy a {
  display: block;
  max-width: 6.4rem;
}
.nstec-c-footer .c-footer__bannerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 2.4rem;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__bannerList {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.nstec-c-footer .c-footer__bannerList li a {
  display: grid;
  place-items: center;
  width: 14rem;
  height: 14rem;
  display: block;
  max-width: 14rem;
}
@media screen and (min-width: 768px) {
  .nstec-c-footer .c-footer__bannerList li a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.nstec-c-footer .c-footer__copyright {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0%;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .nstec-c-footer .c-footer__copyright {
    margin-top: 4rem;
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  a:hover,
  .nstec-c-footer .c-footer__toTop .inner:hover,
  .nstec-c-scrollDown:hover {
    opacity: 1;
  }
  a:hover .nstec-c-linkIcon,
  .nstec-c-footer .c-footer__toTop .inner:hover .nstec-c-linkIcon,
  .nstec-c-scrollDown:hover .nstec-c-linkIcon {
    background: transparent;
  }
  a:hover .nstec-c-linkIcon .c-linkIcon__arrow::before,
  .nstec-c-footer .c-footer__toTop .inner:hover .nstec-c-linkIcon .c-linkIcon__arrow::before,
  .nstec-c-scrollDown:hover .nstec-c-linkIcon .c-linkIcon__arrow::before {
    -webkit-animation-name: rightLeft;
    animation-name: rightLeft;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  a:hover .nstec-c-linkIcon .c-linkIcon__arrow::after,
  .nstec-c-footer .c-footer__toTop .inner:hover .nstec-c-linkIcon .c-linkIcon__arrow::after,
  .nstec-c-scrollDown:hover .nstec-c-linkIcon .c-linkIcon__arrow::after {
    -webkit-animation-name: leftRight;
    animation-name: leftRight;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  a:hover .nstec-c-linkIcon.-color--transparent,
  .nstec-c-footer .c-footer__toTop .inner:hover .nstec-c-linkIcon.-color--transparent,
  .nstec-c-scrollDown:hover .nstec-c-linkIcon.-color--transparent {
    background: #2848BE !important;
    border-color: #2848BE !important;
  }
  a:hover .nstec-c-linkIcon.-color--transparent .c-linkIcon__arrow::after,
  .nstec-c-footer .c-footer__toTop .inner:hover .nstec-c-linkIcon.-color--transparent .c-linkIcon__arrow::after,
  .nstec-c-scrollDown:hover .nstec-c-linkIcon.-color--transparent .c-linkIcon__arrow::after {
    background-image: url("/assets/nstec/img/common/icon/arrowRight-white.svg");
  }
}

.nstec-c-linkIcon {
  background: #2848BE;
  border-radius: 100%;
  height: 4rem;
  width: 4rem;
  min-width: 4rem;
  display: grid;
  place-items: center;
  border: solid 0.2rem #2848BE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .nstec-c-linkIcon {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
  }
}
.nstec-c-linkIcon.-size--24 {
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
}
.nstec-c-linkIcon.-size--24 .c-linkIcon__arrow {
  height: 0.8rem;
  width: 1.1rem;
}
.nstec-c-linkIcon.-size--24 .c-linkIcon__arrow::before, .nstec-c-linkIcon.-size--24 .c-linkIcon__arrow::after {
  height: 0.8rem;
  width: 1.1rem;
}
.nstec-c-linkIcon.-size--32 {
  width: 3.2rem;
  height: 3.2rem;
  min-width: 3.2rem;
}
.nstec-c-linkIcon.-size--32 .c-linkIcon__arrow {
  height: 0.9rem;
  width: 1.2rem;
}
.nstec-c-linkIcon.-size--32 .c-linkIcon__arrow::before, .nstec-c-linkIcon.-size--32 .c-linkIcon__arrow::after {
  height: 0.9rem;
  width: 1.2rem;
}
.nstec-c-linkIcon.-color--white {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
.nstec-c-linkIcon.-color--white .c-linkIcon__arrow::before, .nstec-c-linkIcon.-color--white .c-linkIcon__arrow::after {
  background-image: url("/assets/nstec/img/common/icon/arrowRight-blue.svg");
}
.nstec-c-linkIcon.-color--transparent {
  background: transparent !important;
  border-color: transparent !important;
}
.nstec-c-linkIcon.-color--transparent .c-linkIcon__arrow::before, .nstec-c-linkIcon.-color--transparent .c-linkIcon__arrow::after {
  background-image: url("/assets/nstec/img/common/icon/arrowRight-blue.svg");
}
.nstec-c-linkIcon .c-linkIcon__arrow {
  display: block;
  height: 1.2rem;
  width: 1.7rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nstec-c-linkIcon .c-linkIcon__arrow {
    height: 0.8rem;
    width: 1.1rem;
  }
}
.nstec-c-linkIcon .c-linkIcon__arrow::before, .nstec-c-linkIcon .c-linkIcon__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.7rem;
  height: 1.2rem;
  background: url("/assets/nstec/img/common/icon/arrowRight-white.svg") no-repeat center/cover;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .nstec-c-linkIcon .c-linkIcon__arrow::before, .nstec-c-linkIcon .c-linkIcon__arrow::after {
    height: 0.8rem;
    width: 1.1rem;
  }
}
.nstec-c-linkIcon .c-linkIcon__arrow::before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.nstec-c-linkIcon .c-linkIcon__arrow::after {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: url("/assets/nstec/img/common/icon/arrowRight-blue.svg") no-repeat center/cover;
}

@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes leftRight {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rightLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes rightLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.nstec-c-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nstec-c-list li {
  margin: 0;
  padding: 0;
}
.nstec-c-list.-news {
  border-top: solid 2px #E9EDF8;
}
.nstec-c-list.-news li {
  border-bottom: solid 2px #E9EDF8;
}
.nstec-c-list.-media {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-list.-media {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.nstec-card-c-news .c-news__link {
  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: 4rem 0;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-news .c-news__link {
    display: block;
    padding: 1.6rem 0;
  }
}
.nstec-card-c-news .c-news__link:hover {
  opacity: 1;
}
.nstec-card-c-news .c-news__link:hover .c-news__detail .title span {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.nstec-card-c-news .c-news__content {
  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) {
  .nstec-card-c-news .c-news__content {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .nstec-card-c-news .c-news__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
  }
}
.nstec-card-c-news .c-news__meta .category {
  display: none;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-news .c-news__meta .category {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .nstec-card-c-news .c-news__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 0.5rem;
  }
}
.nstec-card-c-news .c-news__date span {
  display: block;
  text-align: center;
  font-family: "Lato", sans-serif;
  color: #2848BE;
}
.nstec-card-c-news .c-news__date .year {
  font-weight: 500;
  font-style: Medium;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-news .c-news__date .year {
    font-size: 1.4rem;
  }
}
.nstec-card-c-news .c-news__date .day {
  font-family: Lato;
  font-weight: 500;
  font-style: Medium;
  font-size: 3.6rem;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-news .c-news__date .day {
    font-size: 2rem;
    margin: 0;
    margin-left: 0.6rem;
  }
}
.nstec-card-c-news .category {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #2848BE;
  border: 2px solid #2848BE;
  border-radius: 40px;
  padding: 0.3rem 1.4rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-news .category {
    font-size: 1.2rem;
    padding: 0.2rem 1rem;
  }
}
.nstec-card-c-news .c-news__detail {
  margin-left: 9.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-news .c-news__detail {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .nstec-card-c-news .c-news__detail .category {
    display: none;
  }
}
.nstec-card-c-news .c-news__detail .title {
  margin: 0;
  margin-top: 1.6rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #37383B;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-news .c-news__detail .title {
    font-size: 1.4rem;
    -webkit-line-clamp: 4;
  }
}
.nstec-card-c-news .c-news__detail .title span {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 1px no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  white-space: pre-wrap;
  word-break: break-word;
}
.nstec-card-c-news .c-news__icon {
  margin-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-news .c-news__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
  }
}

.nstec-card-c-media * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
.nstec-card-c-media .c-media__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .nstec-card-c-media .c-media__link:hover {
    opacity: 1;
  }
  .nstec-card-c-media .c-media__link:hover .c-media__detail .title {
    color: #2848BE;
  }
  .nstec-card-c-media .c-media__link:hover .c-media__detail .title span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
  .nstec-card-c-media .c-media__link:hover .c-media__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.nstec-card-c-media .c-media__image {
  aspect-ratio: 528/355.6962890625;
  margin: 0;
  border-radius: 0.8rem;
  overflow: hidden;
  height: 100%;
}
.nstec-card-c-media .c-media__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nstec-card-c-media .c-media__detail {
  margin-top: 1.6rem;
}
.nstec-card-c-media .c-media__detail .meta {
  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;
}
.nstec-card-c-media .c-media__detail .category {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #2848BE;
  border: 2px solid #2848BE;
  border-radius: 40px;
  padding: 0.3rem 1.4rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-media .c-media__detail .category {
    font-size: 1.3rem;
    padding: 0.2rem 1rem;
  }
}
.nstec-card-c-media .c-media__detail .date {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8D8D8D;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-media .c-media__detail .date {
    font-size: 1.4rem;
  }
}
.nstec-card-c-media .c-media__detail .title {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin: 0;
  margin-top: 1.6rem;
  color: #37383B;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-media .c-media__detail .title {
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }
}
.nstec-card-c-media .c-media__detail .title span {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 1px no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  white-space: pre-wrap;
  word-break: break-word;
}
.nstec-card-c-media .c-media__detail .tags {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 0.6rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-media .c-media__detail .tags {
    margin-top: 1.2rem;
  }
}
.nstec-card-c-media .c-media__detail .tags .tag {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #8D8D8D;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-media .c-media__detail .tags .tag {
    font-size: 1.2rem;
  }
}

.nstec-card-c-service .c-service__link {
  text-decoration: none;
  color: #37383B;
}
@media screen and (min-width: 768px) {
  .nstec-card-c-service .c-service__link:hover {
    opacity: 1;
  }
  .nstec-card-c-service .c-service__link:hover .c-service__title {
    color: #2848BE;
  }
  .nstec-card-c-service .c-service__link:hover .c-service__title span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
  .nstec-card-c-service .c-service__link:hover .c-service__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.nstec-card-c-service .c-service__img {
  position: relative;
  aspect-ratio: 347/234;
  border-radius: 0.8rem;
  overflow: hidden;
}
.nstec-card-c-service .c-service__img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nstec-card-c-service .c-service__img .logo {
  background: white;
  position: absolute;
  left: 1.6rem;
  bottom: 1.6rem;
  height: 6rem;
  padding: 1rem;
  max-width: 20rem;
}
.nstec-card-c-service .c-service__img .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.nstec-card-c-service .c-service__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.6rem;
}
.nstec-card-c-service .c-service__meta .name {
  color: #2848BE;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.nstec-card-c-service .c-service__meta .date {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0%;
  color: #8D8D8D;
  line-height: 1.6;
}
.nstec-card-c-service .c-service__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-service .c-service__title {
    margin-top: 1.2rem;
  }
}
.nstec-card-c-service .c-service__title span {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 1px no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  white-space: pre-wrap;
  word-break: break-word;
}
.nstec-card-c-service .c-service__tagList {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 0.6rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-service .c-service__tagList {
    margin-top: 1.2rem;
  }
}
.nstec-card-c-service .c-service__tagItem {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #8D8D8D;
}
@media screen and (max-width: 767px) {
  .nstec-card-c-service .c-service__tagItem {
    font-size: 1.2rem;
  }
}

.is-scrolling-down:not(.-lock) .nstec-c-header {
  top: -15rem;
}

.-lock .nstec-c-header {
  top: 0% !important;
}

.nstec-c-header {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 99;
  height: 9.2rem;
  padding-top: 3.2rem;
  margin-bottom: -9.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-header {
    margin-bottom: -8rem;
    height: 8rem;
    padding-top: 1.6rem;
  }
}
.nstec-c-header.-is--topPage .c-header__logo {
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .nstec-c-header.-is--topPage:not(.-scroll) .c-header__logoLink {
    width: 16.7rem;
    height: 4.8rem;
  }
}
.nstec-c-header.leadgridCms-onlyInnerWorkspace {
  margin-bottom: 0;
}
.nstec-c-header.leadgridCms-onlyInnerWorkspace .c-header__itemLink {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .nstec-c-header .nstec-c-inner {
    padding: 0 1.6rem;
  }
}
.nstec-c-header ul,
.nstec-c-header li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-c-header a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .nstec-c-header a:hover {
    opacity: 1;
  }
}
.nstec-c-header .c-header__wrap {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.4rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-header .c-header__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8rem;
    padding-left: 2rem;
  }
}
.nstec-c-header .c-header__logo {
  z-index: 98;
  position: relative;
  margin: 0;
}
.nstec-c-header .c-header__logoLink {
  display: block;
  text-decoration: none;
  width: 11.15rem;
  height: 3.2rem;
  aspect-ratio: 11.15/3.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nstec-c-header .c-header__nav {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 97;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 12.8rem 0 10.4rem;
}
.nstec-c-header .c-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 4rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .nstec-c-header .c-header__list {
    display: none;
  }
}
.nstec-c-header .c-header__item {
  position: relative;
}
.nstec-c-header .c-header__item + .c-header__item {
  margin-left: 3.2rem;
}
.nstec-c-header .c-header__itemLink {
  color: #37383B;
  position: relative;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0.08em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}
.nstec-c-header .c-header__itemLink::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.2rem;
  background: currentColor;
  bottom: -0.2rem;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  /*変形の時間*/
}
.nstec-c-header .c-header__itemLink.-is-page {
  color: #2848BE;
}
.nstec-c-header .c-header__itemLink.-is-page::before {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media screen and (min-width: 768px) {
  .nstec-c-header .c-header__itemLink:hover {
    opacity: 1;
    color: #2848BE;
  }
  .nstec-c-header .c-header__itemLink:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
  }
}
.nstec-c-header .c-header__childWrap {
  opacity: 0;
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0%;
  padding: 0;
  padding-top: 2rem;
  pointer-events: none;
}
.nstec-c-header .c-header__childWrap.-active {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
.nstec-c-header .c-header__childList {
  border: solid 0.2rem #ffffff;
  border-radius: 0.8rem;
  background-color: rgba(255, 255, 255, 0.7);
  min-width: 24rem;
}
.nstec-c-header .c-header__childList li + li {
  border-top: solid 0.1rem #ffffff;
}
.nstec-c-header .c-header__childList li a {
  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;
  white-space: nowrap;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #37383B;
  position: relative;
  padding: 1.2rem 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .nstec-c-header .c-header__childList li a:hover {
    opacity: 1;
    background-color: white;
  }
}
.nstec-c-header .c-header__menuButton {
  position: relative;
  z-index: 99;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
  -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;
  background: -webkit-gradient(linear, left top, right top, from(#2B4ED8), to(#25B3FF));
  background: linear-gradient(90deg, #2B4ED8 0%, #25B3FF 100%);
  border: 0.1rem solid rgba(255, 255, 255, 0.8);
  width: 6.4rem;
  height: 4.8rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-header .c-header__menuButton {
    display: grid;
    place-items: center;
  }
}
.nstec-c-header .c-header__menuButton span {
  display: inline-block;
}
.nstec-c-header .c-header__menuButton.is-active i:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(2rem);
  transform: translateX(2rem);
}
.nstec-c-header .c-header__menuButton.is-active i:nth-child(1) {
  -webkit-transform: translate3d(0, 0.6rem, 0) rotate(30deg);
  transform: translate3d(0, 0.6rem, 0) rotate(30deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.nstec-c-header .c-header__menuButton.is-active i:nth-child(3) {
  -webkit-transform: translate3d(0, -0.6rem, 0) rotate(-30deg);
  transform: translate3d(0, -0.6rem, 0) rotate(-30deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 2.4rem;
}
.nstec-c-header .c-header__menuButton i {
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #ffffff;
  border-radius: 10rem;
}
.nstec-c-header .c-header__menuButton i + i {
  margin-top: 0.4rem;
}
.nstec-c-header .c-header__menuButton i:nth-child(2) {
  width: 2rem;
}
.nstec-c-header .c-header__menuButton i:nth-child(3) {
  width: 1.6rem;
}
.nstec-c-header .c-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-header .c-header__buttons {
    display: none;
  }
}
.nstec-c-header .c-header__buttons a {
  border-radius: 3rem;
  border-width: 0.2rem;
  padding: 1.2rem 2.4rem;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.5rem;
  line-height: 1.4rem;
  letter-spacing: 0.08em;
}
.nstec-c-header .c-header__buttons a.-orange {
  background: -webkit-gradient(linear, left top, right top, from(#EF4523), to(#FF7C3B));
  background: linear-gradient(90deg, #EF4523 0%, #FF7C3B 100%);
  border: 0.2rem solid rgba(255, 255, 255, 0.8);
  color: #ffffff;
}
.nstec-c-header .c-header__buttons a.-blue {
  background: -webkit-gradient(linear, left top, right top, from(#2B4ED8), to(#25B3FF));
  background: linear-gradient(90deg, #2B4ED8 0%, #25B3FF 100%);
  border: 0.2rem solid rgba(255, 255, 255, 0.8);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .nstec-c-header .c-header__buttons a:hover {
    opacity: 0.5;
  }
}
@-webkit-keyframes anime_cvbtn02 {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes anime_cvbtn02 {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.nstec-c-header .c-header__buttons .nstec-c-arrow {
  margin-left: 0.8rem;
}
/* ==================================================
管理画面用処理（管理画面で編集できるようにする）
==================================================  */
#js-pageReused-editor-sections .nstec-c-header .nstec-c-inner .c-header__childWrap {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  #js-pageReused-editor-sections .nstec-c-header .nstec-c-inner .c-header__nav {
    display: block;
    padding-top: 50px;
  }
  #js-pageReused-editor-sections .nstec-c-toggleNav .c-toggleNav__childList {
    display: block;
  }
}

.nstec-c-headerHideNav .c-headerHideNav__inner {
  padding: 0 2.4rem;
}
.nstec-c-headerHideNav .c-headerHideNav__item + .c-headerHideNav__item {
  border-top: 2px solid rgba(40, 72, 190, 0.1019607843);
  margin-top: 2.4rem;
  padding-top: 2.4rem;
}
.nstec-c-headerHideNav .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nstec-c-headerHideNav .parent .title {
  margin-left: 1.2rem;
}
.nstec-c-headerHideNav .parent .title span {
  display: block;
  color: #2848BE;
}
.nstec-c-headerHideNav .parent .title .en {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 2.4rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.nstec-c-headerHideNav .parent .title .ja {
  margin-top: 0.4rem;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: 0.12em;
}
.nstec-c-headerHideNav .child {
  margin-top: 2.4rem;
  margin-left: 3.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 0.8rem;
}
.nstec-c-headerHideNav .child a {
  color: #37383B;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.12em;
}
.nstec-c-headerHideNav .c-headerHideNav__buttons {
  margin-top: 3.2rem;
}
.nstec-c-headerHideNav .c-headerHideNav__buttons .button + .button {
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .nstec-c-button {
    width: 100%;
  }
}
.nstec-c-button.-orange a {
  background: -webkit-gradient(linear, left top, right top, from(#EF4523), to(#FF7C3B));
  background: linear-gradient(90deg, #EF4523 0%, #FF7C3B 100%);
}
.nstec-c-button.-transparent a {
  background: transparent;
}
.nstec-c-button.-small a {
  padding: 1.2rem;
}
.nstec-c-button.-small a .c-button__text {
  font-size: 1.6rem;
}
.nstec-c-button a {
  text-decoration: none;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#2B4ED8), to(#25B3FF));
  background: linear-gradient(90deg, #2B4ED8 0%, #25B3FF 100%);
  border: 0.2rem solid rgba(255, 255, 255, 0.8);
  width: 28rem;
  min-width: 28rem;
  padding: 1.8rem;
  border-radius: 100px;
  display: grid;
  place-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nstec-c-button a {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (min-width: 768px) {
  .nstec-c-button a:hover {
    opacity: 1;
  }
  .nstec-c-button a:hover .c-button__arrow::before {
    -webkit-animation-name: rightLeft;
    animation-name: rightLeft;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .nstec-c-button a:hover .c-button__arrow::after {
    -webkit-animation-name: leftRight;
    animation-name: leftRight;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
}
.nstec-c-button a[href^=http] .c-button__text, .nstec-c-button a[href^="//"] .c-button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}
.nstec-c-button a[href^=http] .c-button__text::after, .nstec-c-button a[href^="//"] .c-button__text::after {
  content: "";
  background: url("/assets/nstec/img/common/icon/ex-white.svg") no-repeat center/contain;
  height: 1.4rem;
  width: 1.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .nstec-c-button a[href^=http] .c-button__text::after, .nstec-c-button a[href^="//"] .c-button__text::after {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.nstec-c-button a[href^="http://localhost:4000/"] .c-button__text::after {
  display: none;
}
.nstec-c-button .c-button__text {
  color: currentColor;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .nstec-c-button .c-button__text {
    font-size: 1.6rem;
  }
}
.nstec-c-button .c-button__arrow {
  width: 1.7rem;
  height: 1.2rem;
  position: absolute;
  right: 2.4rem;
  top: calc(50% - 0.6rem);
  display: block;
  overflow: hidden;
}
.nstec-c-button .c-button__arrow::before, .nstec-c-button .c-button__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.7rem;
  height: 1.2rem;
  background: url("/assets/nstec/img/common/icon/arrowRight-white.svg") no-repeat center/cover;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.nstec-c-button .c-button__arrow::before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.nstec-c-button .c-button__arrow::after {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.nstec-c-form input,
.nstec-c-form select,
.nstec-c-form textarea {
  background: #ffffff;
  border: 1px solid #8D8D8D;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  .nstec-c-form input,
  .nstec-c-form select,
  .nstec-c-form textarea {
    font-size: 1.4rem !important;
  }
}
.nstec-c-form .leadgrid-form__row + .leadgrid-form__row {
  margin-top: 3rem;
}
.nstec-c-form .leadgrid-form__radio span::before {
  border: none;
  background: #FFFFFF;
  border: solid 0.1rem #BFBFBF;
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
}
.nstec-c-form .leadgrid-form__radio span::after {
  border: solid 0.6rem #2848BE !important;
  background: transparent !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
  min-width: 2.4rem !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
}
.nstec-c-form .leadgrid-form__select select {
  color: #37383B;
  background-color: #ffffff;
  border: solid 1px #8D8D8D;
}
.nstec-c-form .leadgrid-form__checkbox span::before {
  border: none;
  background: #fff;
  border: solid 0.1rem #BFBFBF;
  min-width: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.3rem;
}
.nstec-c-form .leadgrid-form__checkbox span::after {
  border-color: #2848BE !important;
  width: 0.8rem !important;
  height: 1.4rem !important;
  border-bottom: 0.3rem solid #2848BE !important;
  border-right: 0.3rem solid #2848BE !important;
  border-radius: 0.2rem !important;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  left: 0.7rem !important;
  margin-top: -0.8rem !important;
}
.nstec-c-form .leadgrid-form__label {
  color: #37383B;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6%;
  letter-spacing: 0.12em;
}
.nstec-c-form .leadgrid-form__label.-required::before {
  color: #FF0100;
}
.nstec-c-form .leadgrid-form__label::before {
  background: transparent;
  border-radius: 0;
  color: #8D8D8D;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding: 0;
  height: auto;
}
.nstec-c-form .c-form__checkbox input[type=checkbox] {
  display: none;
}
.nstec-c-form .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  content: " ";
  display: block;
  width: 0.8rem;
  height: 1.4rem;
  border-bottom: 0.3rem solid #2848BE;
  border-right: 0.3rem solid #2848BE;
  border-radius: 0.2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0.7rem;
  margin-top: -0.8rem;
}
.nstec-c-form .c-form__checkboxLabel {
  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: 1.5rem;
  cursor: pointer;
  position: relative;
}
.nstec-c-form .c-form__checkboxLabel:before {
  content: " ";
  display: block;
  min-width: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border: none;
  background: #FFFFFF;
  border: solid 0.1rem #BFBFBF;
  border-radius: 0.5rem;
  margin-right: 1.5rem;
}
.nstec-c-form .leadgrid-form__file label {
  font-size: 1.6rem;
  background: #FFFFFF;
  border: solid 1px #BFBFBF;
  border-radius: 0.5rem;
  height: auto;
  padding: 1rem 2rem;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-form .leadgrid-form__file label {
    padding: 1rem 1.6rem;
    font-size: 1.4rem !important;
  }
}
.nstec-c-form .leadgrid-form__file label img {
  max-width: 2rem;
}
.nstec-c-form .leadgrid-form__file span {
  font-size: 1.2rem;
  color: #8D8D8D;
  margin-top: 0.8rem;
}
.nstec-c-form .c-form__agree {
  text-align: center;
  margin-top: 3rem;
}
.nstec-c-form .c-form__agree .privacy {
  color: #37383B;
  font-size: 1.2rem;
  text-align: center;
  margin: 1.5rem 0 0 0;
}
.nstec-c-form .c-form__agree .privacy a {
  color: #2848BE;
}
.nstec-c-form .c-form__agreeText {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nstec-c-form .c-form__agreeText {
    font-size: 1.4rem;
  }
}
.nstec-c-form .c-form__agreeText a {
  color: #2848BE;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 0% 100%/100% 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) 0% 100%/100% 1px no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media screen and (min-width: 768px) {
  .nstec-c-form .c-form__agreeText a:hover {
    opacity: 1;
    background-position: 100% 100%;
    background-size: 0% 0.1rem;
  }
}
.nstec-c-form .c-form__agreeText a u {
  text-decoration: none;
}
.nstec-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: 3rem;
}
.nstec-c-form .leadgrid-c-button {
  background: -webkit-gradient(linear, left top, right top, from(#2B4ED8), to(#25B3FF));
  background: linear-gradient(90deg, #2B4ED8 0%, #25B3FF 100%);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 5.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  height: 6.5rem;
  width: 100%;
  max-width: 28rem;
  position: relative;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-c-form .leadgrid-c-button {
    max-width: 100%;
    height: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-c-form .leadgrid-c-button:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
}
.nstec-c-form .leadgrid-c-button .icon-circle-arrow {
  display: none;
}
.nstec-c-form .leadgrid-c-button .c-button__jaTitle {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.nstec-c-scrollDown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .nstec-c-scrollDown:hover .c-scrollDown__text {
    background-position: 0 100%;
    background-size: 100% 0.2rem;
  }
}
.nstec-c-scrollDown .c-scrollDown__icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nstec-c-scrollDown .c-scrollDown__text {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  margin-left: 1.2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 0.2rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 0.2rem no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .nstec-c-scrollDown .c-scrollDown__text {
    font-size: 1.6rem;
    margin-left: 0.8rem;
  }
}

.nstec-c-useTextLink a {
  color: #2848BE;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 0% 100%/100% 0.1rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 0% 100%/100% 0.1rem no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .nstec-c-useTextLink a:hover {
    opacity: 1;
    background-position: 100% 100%;
    background-size: 0% 0.1rem;
  }
}
.nstec-c-useTextLink a[href^=http], .nstec-c-useTextLink a[href^="//"] {
  margin-right: 2.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-c-useTextLink a[href^=http], .nstec-c-useTextLink a[href^="//"] {
    margin-right: 2rem;
  }
}
.nstec-c-useTextLink a[href^=http]::after, .nstec-c-useTextLink a[href^="//"]::after {
  content: "";
  background: url("/assets/nstec/img/common/icon/ex-blue.svg") no-repeat center/contain;
  height: 1.6rem;
  width: 1.6rem;
  display: block;
  position: absolute;
  left: calc(100% + 0.3rem);
  top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-useTextLink a[href^=http]::after, .nstec-c-useTextLink a[href^="//"]::after {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.nstec-c-useTextLink a[href^="http://localhost:4000/"] {
  margin-right: 0rem;
}
.nstec-c-useTextLink a[href^="http://localhost:4000/"] ::after {
  display: none;
}

.nstec-splide-c-sliderController {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}
.nstec-splide-c-sliderController.-color--white .splide__pagination .splide__pagination__page {
  background: rgba(255, 255, 255, 0.5019607843);
}
.nstec-splide-c-sliderController.-color--white .splide__pagination .splide__pagination__page.is-active {
  background: #ffffff;
}
.nstec-splide-c-sliderController.-color--white .splide__toggle {
  border-color: #ffffff;
}
.nstec-splide-c-sliderController.-color--white .splide__toggle .splide__toggle__play {
  background-image: url("/assets/nstec/img/common/icon/play-white.svg");
}
.nstec-splide-c-sliderController.-color--white .splide__toggle .splide__toggle__pause {
  background-image: url("/assets/nstec/img/common/icon/pause-white.svg");
}
.nstec-splide-c-sliderController .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-splide-c-sliderController .splide__arrows {
    gap: 1.2rem;
  }
}
.nstec-splide-c-sliderController .splide__arrow {
  all: unset;
  /* すべてのスタイルをリセット */
  display: block;
  width: auto;
  height: auto;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  display: block;
  border-radius: 100%;
  border: solid 0.2rem #2848BE;
  cursor: pointer;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .nstec-splide-c-sliderController .splide__arrow {
    width: 3.2rem;
    height: 3.2rem;
    min-width: 3.2rem;
  }
}
.nstec-splide-c-sliderController .splide__arrow::before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.2rem;
  background: url("/assets/nstec/img/common/icon/arrowRight-blue.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .nstec-splide-c-sliderController .splide__arrow::before {
    width: 1.1rem;
    height: 0.8rem;
  }
}
.nstec-splide-c-sliderController .splide__arrow.prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: 0;
}
.nstec-splide-c-sliderController .c-sliderController__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  margin-left: auto;
}
.nstec-splide-c-sliderController .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  position: static;
  padding: 0;
}
.nstec-splide-c-sliderController .splide__pagination li {
  display: inline-block;
}
.nstec-splide-c-sliderController .splide__pagination .splide__pagination__page {
  width: 1.2rem;
  height: 0.4rem;
  border-radius: 2rem;
  opacity: 1;
  background: rgba(40, 72, 190, 0.5019607843);
  margin: 0;
}
.nstec-splide-c-sliderController .splide__pagination .splide__pagination__page.is-active {
  width: 4rem;
  height: 0.4rem;
  border-radius: 2rem;
  background: #2848BE;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nstec-splide-c-sliderController .splide__toggle {
  border: solid 0.2rem #2848BE;
  border-radius: 100%;
  background: transparent;
  height: 3.2rem;
  width: 3.2rem;
  min-width: 3.2rem;
  display: grid;
  place-items: center;
  margin-left: 1.6rem;
  cursor: pointer;
  opacity: 1;
}
.nstec-splide-c-sliderController .splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.nstec-splide-c-sliderController .splide__toggle.is-active .splide__toggle__pause {
  display: block;
}
.nstec-splide-c-sliderController .splide__toggle .icon {
  height: 1rem;
  width: 1rem;
  display: block;
}
.nstec-splide-c-sliderController .splide__toggle .splide__toggle__play {
  background: url("/assets/nstec/img/common/icon/play-blue.svg") no-repeat center center/contain;
}
.nstec-splide-c-sliderController .splide__toggle .splide__toggle__pause {
  background: url("/assets/nstec/img/common/icon/pause-blue.svg") no-repeat center center/contain;
  display: none;
}

.nstec-c-service {
  position: relative;
}
.nstec-c-service .c-service__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
  padding-left: calc((100% - 108rem) / 2);
}
@media screen and (max-width: 767px) {
  .nstec-c-service .c-service__inner {
    display: block;
    padding: 0 2rem;
    margin: 0 auto;
    width: 100%;
  }
}
.nstec-c-service ul,
.nstec-c-service li,
.nstec-c-service figure,
.nstec-c-service p {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .nstec-c-service .c-service__contentsLeft {
    width: 100%;
  }
}
.nstec-c-service .c-service__contentsRight {
  width: 65rem;
  min-width: 65rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-service .c-service__contentsRight {
    display: none;
  }
}
.nstec-c-service .c-service__eyecatch {
  position: sticky;
  top: 10rem;
  width: 100%;
  height: 82rem;
  background: url("/assets/nstec/img/top/service/bg.png") no-repeat center/cover;
}
.nstec-c-service .c-service__eyecatch .mask {
  -webkit-mask-image: url("/assets/nstec/img/top/service/mask.svg");
  mask-image: url("/assets/nstec/img/top/service/mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0, center center;
  mask-position: 0 0, center center;
  -webkit-mask-size: 44.2rem 53rem;
  mask-size: 44.2rem 53rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 44.2rem;
  height: 53rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nstec-c-service .c-service__eyecatch .mask .js-changeImage--image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-animation-name: slide-out;
  animation-name: slide-out;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nstec-c-service .c-service__eyecatch .mask .js-changeImage--image.-is--show {
  opacity: 1;
  -webkit-animation-name: slide-in;
  animation-name: slide-in;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nstec-c-service .c-service__eyecatch .mask .js-changeImage--image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@-webkit-keyframes slide-out {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    opacity: 0;
  }
}
@keyframes slide-out {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    opacity: 0;
  }
}
@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateX(-100%) rotate(-45deg);
    transform: translateX(-100%) rotate(-45deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0%) rotate(0deg);
    transform: translateX(0%) rotate(0deg);
    opacity: 1;
  }
}
@keyframes slide-in {
  from {
    -webkit-transform: translateX(-100%) rotate(-45deg);
    transform: translateX(-100%) rotate(-45deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0%) rotate(0deg);
    transform: translateX(0%) rotate(0deg);
    opacity: 1;
  }
}
.nstec-c-service .c-service__text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-service .c-service__text {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 4.8rem;
  }
}
.nstec-c-service .c-service__item {
  border-bottom: 0.2rem solid rgba(40, 72, 190, 0.1019607843);
  padding-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-service .c-service__item {
    padding-bottom: 3.2rem;
  }
}
.nstec-c-service .c-service__item + .c-service__item {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-service .c-service__item + .c-service__item {
    padding-top: 4.8rem;
  }
}
.nstec-c-service .c-service__item a {
  text-decoration: none;
  color: #2848BE;
  display: block;
}
@media screen and (min-width: 768px) {
  .nstec-c-service .c-service__item a:hover .header .title {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.nstec-c-service .c-service__item .image {
  display: none;
  background: url("/assets/nstec/img/top/service/bg-sp.png") no-repeat center/cover;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nstec-c-service .c-service__item .image {
    display: block;
    padding: 2.5rem;
    text-align: center;
  }
}
.nstec-c-service .c-service__item .mask {
  width: 19rem;
  height: 23rem;
  -webkit-mask-image: url("/assets/nstec/img/top/service/mask.svg");
  mask-image: url("/assets/nstec/img/top/service/mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0, center center;
  mask-position: 0 0, center center;
  -webkit-mask-size: 19rem 23rem;
  mask-size: 19rem 23rem;
  margin: 0 auto;
}
.nstec-c-service .c-service__item .mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nstec-c-service .c-service__item .header {
  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) {
  .nstec-c-service .c-service__item .header {
    margin-top: 2.4rem;
  }
}
.nstec-c-service .c-service__item .header .icon {
  height: 4.8rem;
  width: 4.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-service .c-service__item .header .icon {
    height: 3.4rem;
    width: 3.4rem;
  }
}
.nstec-c-service .c-service__item .header .icon img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}
.nstec-c-service .c-service__item .header .title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-left: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 1px no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .nstec-c-service .c-service__item .header .title {
    font-size: 2rem;
    margin-left: 1.5rem;
  }
}
.nstec-c-service .c-service__item .header .nstec-c-linkIcon {
  margin-left: auto;
}
.nstec-c-service .c-service__item .desc {
  color: #37383B;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-service .c-service__item .desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 1.6rem;
  }
}

.nstec-c-loading {
  background-color: white;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  pointer-events: none;
}

.-loaded .nstec-c-loading {
  -webkit-animation: hideop 0.1s ease 0s forwards;
  animation: hideop 0.1s ease 0s forwards;
}

@-webkit-keyframes hideop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes hideop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.nstec-c-animation.c-animation__mvSlide,
.nstec-c-animation .c-animation__mvSlide {
  background: white;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
  -webkit-transition: all 1s cubic-bezier(0.472, 0.428, 0, 0.992);
  transition: all 1s cubic-bezier(0.472, 0.428, 0, 0.992);
  will-change: transform;
}
.nstec-c-animation.c-animation__imgClip,
.nstec-c-animation .c-animation__imgClip {
  -webkit-clip-path: polygon(0% 0, 0% 0%, -5% 100%, 0 100%);
  clip-path: polygon(0% 0, 0% 0%, -5% 100%, 0 100%);
  -webkit-animation-timing-function: cubic-bezier(0.472, 0.428, 0, 0.992);
  animation-timing-function: cubic-bezier(0.472, 0.428, 0, 0.992);
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  will-change: clip-path;
}
@-webkit-keyframes imgClip {
  0% {
    -webkit-clip-path: polygon(0% 0, 0% 0%, -8% 100%, 0 100%);
    clip-path: polygon(0% 0, 0% 0%, -8% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0, 108% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0% 0, 108% 0%, 100% 100%, 0 100%);
  }
}
@keyframes imgClip {
  0% {
    -webkit-clip-path: polygon(0% 0, 0% 0%, -8% 100%, 0 100%);
    clip-path: polygon(0% 0, 0% 0%, -8% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0, 108% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0% 0, 108% 0%, 100% 100%, 0 100%);
  }
}
.nstec-c-animation.c-animation__sliceText .c-animation__sliceTextItem,
.nstec-c-animation .c-animation__sliceText .c-animation__sliceTextItem {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.nstec-c-animation.c-animation__sliceText .c-animation__sliceTextItem span,
.nstec-c-animation .c-animation__sliceText .c-animation__sliceTextItem span {
  display: inline-block;
  -webkit-transform: translate3d(0, 160%, 0) skewY(7deg);
  transform: translate3d(0, 160%, 0) skewY(7deg);
  -webkit-transition: opacity 0.7s cubic-bezier(0.54, 0, 0, 0.99), -webkit-transform 1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s;
  transition: opacity 0.7s cubic-bezier(0.54, 0, 0, 0.99), -webkit-transform 1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s;
  transition: opacity 0.7s cubic-bezier(0.54, 0, 0, 0.99), transform 1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s;
  transition: opacity 0.7s cubic-bezier(0.54, 0, 0, 0.99), transform 1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s, -webkit-transform 1s cubic-bezier(0.472, 0.428, 0, 0.992) 0.1s;
  -webkit-transition-delay: 0.05143s;
  transition-delay: 0.05143s;
  opacity: 0;
  white-space: break-spaces;
  line-height: 1.1;
}
.nstec-c-animation.c-animation__fadeUp,
.nstec-c-animation .c-animation__fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
  transition: opacity 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
  transition: opacity 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
  transition: opacity 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
}
.nstec-c-animation.c-animation__fadeInRight,
.nstec-c-animation .c-animation__fadeInRight {
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
  transition: opacity 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
  transition: opacity 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
  transition: opacity 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
}
.nstec-c-animation.c-animation__fadeInLeft,
.nstec-c-animation .c-animation__fadeInLeft {
  -webkit-transform: translateX(-3rem);
  transform: translateX(-3rem);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
  transition: opacity 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
  transition: opacity 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
  transition: opacity 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
}

/* ==================================================
発火処理
==================================================  */
body.-loaded .nstec-c-animation.-inView.c-animation__mvSlide,
body.-loaded .nstec-c-animation.-inView .c-animation__mvSlide {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
body.-loaded .nstec-c-animation.-inView .c-animation__imgClip {
  -webkit-animation-name: imgClip;
  animation-name: imgClip;
}
body.-loaded .nstec-c-animation.-inView.c-animation__marker,
body.-loaded .nstec-c-animation.-inView .c-animation__marker {
  background-size: 100% 30%;
}
body.-loaded .nstec-c-animation.-inView .c-animation__marker-tag-strong strong {
  background-size: 100% 10px;
}
body.-loaded .nstec-c-animation.-inView.c-animation__sliceText .c-animation__sliceTextItem span,
body.-loaded .nstec-c-animation.-inView .c-animation__sliceText .c-animation__sliceTextItem span {
  -webkit-transform: translate3d(0, 0, 0) skewY(0deg);
  transform: translate3d(0, 0, 0) skewY(0deg);
  opacity: 1;
}
body.-loaded .nstec-c-animation.-inView.c-animation__fadeUp,
body.-loaded .nstec-c-animation.-inView .c-animation__fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body.-loaded .nstec-c-animation.-inView.c-animation__fadeInRight,
body.-loaded .nstec-c-animation.-inView .c-animation__fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
body.-loaded .nstec-c-animation.-inView.c-animation__fadeInLeft,
body.-loaded .nstec-c-animation.-inView .c-animation__fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* ==================================================
管理画面用処理（管理画面で編集できるようにする）

▼対象スレッド
https://gig-inc.slack.com/archives/C019PE16NUV/p1663830422771319
==================================================  */
.leadgridCms-onlyInnerWorkspace .nstec-c-animation.c-animation__marker,
.leadgridCms-onlyInnerWorkspace .nstec-c-animation .c-animation__marker {
  background-size: 100% 30%;
}
.leadgridCms-onlyInnerWorkspace .nstec-c-animation.c-animation__fadeUp,
.leadgridCms-onlyInnerWorkspace .nstec-c-animation .c-animation__fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.leadgridCms-onlyInnerWorkspace .nstec-c-animation.c-animation__fadeUp .c-animation__marker,
.leadgridCms-onlyInnerWorkspace .nstec-c-animation .c-animation__fadeUp .c-animation__marker {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.leadgridCms-onlyInnerWorkspace .nstec-c-animation.c-animation__sliceText .c-animation__sliceTextItem,
.leadgridCms-onlyInnerWorkspace .nstec-c-animation .c-animation__sliceText .c-animation__sliceTextItem {
  overflow: hidden;
}
.leadgridCms-onlyInnerWorkspace .nstec-c-animation.c-animation__sliceText .c-animation__sliceTextItem span,
.leadgridCms-onlyInnerWorkspace .nstec-c-animation .c-animation__sliceText .c-animation__sliceTextItem span {
  -webkit-transform: translate3d(0, 0, 0) skewY(0deg);
  transform: translate3d(0, 0, 0) skewY(0deg);
  opacity: 1;
}
.leadgridCms-onlyInnerWorkspace .nstec-c-animation .c-animation__clipText * {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.leadgridCms-onlyInnerWorkspace .nstec-c-animation .c-animation__clipText *:nth-child(2) {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.nstec-c-pageHeader.-is--serviceDetail .c-pageHeader__wrap {
  padding-bottom: 5.6rem;
  -webkit-clip-path: none;
  clip-path: none;
}
@media screen and (max-width: 767px) {
  .nstec-c-pageHeader.-is--serviceDetail .c-pageHeader__wrap {
    padding-bottom: 8rem;
  }
}
.nstec-c-pageHeader .c-pageHeader__wrap {
  position: relative;
  overflow: hidden;
  padding: 13rem 0 24.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17.6rem), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17.6rem), 0 100%);
  padding-bottom: 32rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-pageHeader .c-pageHeader__wrap {
    padding: 9.6rem 0 8rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.6rem), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.6rem), 0 100%);
    padding-bottom: 8rem;
  }
}
.nstec-c-pageHeader .c-pageHeader__bgLine {
  background: url("/assets/nstec/img/common/pageHeader/line_left.png") no-repeat center/contain;
  position: absolute;
  mix-blend-mode: plus-lighter;
  z-index: 12;
}
.nstec-c-pageHeader .c-pageHeader__bgLine.left {
  left: 0;
  bottom: 6.45rem;
  width: 87.3rem;
  height: 27.3rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-pageHeader .c-pageHeader__bgLine.left {
    width: 4.7rem;
    height: 5.5rem;
    background-image: url("/assets/nstec/img/common/pageHeader/line_left-sp.png");
    bottom: 0;
  }
}
.nstec-c-pageHeader .c-pageHeader__bgLine.right {
  right: 0;
  top: 12rem;
  width: 66.2rem;
  height: 19.5rem;
  background-image: url("/assets/nstec/img/common/pageHeader/line_right.png");
}
@media screen and (max-width: 767px) {
  .nstec-c-pageHeader .c-pageHeader__bgLine.right {
    width: 7.4rem;
    height: 7.8rem;
    background-image: url("/assets/nstec/img/common/pageHeader/line_right-sp.png");
  }
}

.nstec-recruit-s-pageHeader + .nstec-recruit-c-section {
  margin-top: 8rem !important;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-pageHeader + .nstec-recruit-c-section {
    margin-top: 6.4rem !important;
  }
}

.nstec-recruit-c-section + .nstec-recruit-c-section {
  margin-top: 1.6rem;
}
.nstec-recruit-c-section .c-section__inner {
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-section .c-section__inner.-sp-padding--8 {
    padding: 0 0.8rem;
  }
}
.nstec-recruit-c-section .c-section__content {
  margin-left: 31.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-section .c-section__content {
    margin-left: 0;
  }
}
.nstec-recruit-c-section .c-section__block {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1.6rem;
  overflow: hidden;
  padding: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-section .c-section__block {
    padding: 4rem 1.6rem;
  }
}
.nstec-recruit-c-section .c-section__block.-type--image {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-section .c-section__block.-type--image {
    overflow: visible;
    border-radius: 0;
    width: calc(100% + 4.8rem);
    margin-left: -2.4rem;
  }
}
.nstec-recruit-c-section .c-section__block.-type--topPage {
  padding: 0;
}
.nstec-recruit-c-section .c-section__block.-type--topPage .c-section__blockInner {
  padding: 3.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-section .c-section__block.-type--topPage .c-section__blockInner {
    padding: 2.4rem;
  }
}
.nstec-recruit-c-section .c-section__blockInner {
  padding: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-section .c-section__blockInner {
    padding: 4rem 1.6rem;
  }
}

.nstec-recruit-c-sectionHeader .c-sectionHeader__title {
  color: #2848BE;
  padding-bottom: 1.2rem;
}
.nstec-recruit-c-sectionHeader .c-sectionHeader__title .en {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-sectionHeader .c-sectionHeader__title .en {
    font-size: 3.2rem;
  }
}
.nstec-recruit-c-sectionHeader .c-sectionHeader__title .ja {
  margin: 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-sectionHeader .c-sectionHeader__title .ja {
    font-size: 1.3rem;
    margin-top: 0.8rem;
  }
}
.nstec-recruit-c-sectionHeader .c-sectionHeader__title .ja span {
  position: relative;
}
.nstec-recruit-c-sectionHeader .c-sectionHeader__title .ja span::after {
  content: "";
  display: block;
  height: 0.6rem;
  position: absolute;
  top: calc(100% + 0.6rem);
  width: 100%;
  background: url("/assets/nstec/img/common/recruit/line-blue.svg") no-repeat center right/cover;
}

@media screen and (min-width: 768px) {
  a:hover,
  .splide__arrow:hover {
    opacity: 1;
  }
  a:hover .nstec-recruit-c-linkIcon,
  .splide__arrow:hover .nstec-recruit-c-linkIcon {
    background: transparent;
    background: white;
  }
  a:hover .nstec-recruit-c-linkIcon .c-linkIcon__arrow::before,
  .splide__arrow:hover .nstec-recruit-c-linkIcon .c-linkIcon__arrow::before {
    -webkit-animation-name: rightLeft;
    animation-name: rightLeft;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  a:hover .nstec-recruit-c-linkIcon .c-linkIcon__arrow::after,
  .splide__arrow:hover .nstec-recruit-c-linkIcon .c-linkIcon__arrow::after {
    -webkit-animation-name: leftRight;
    animation-name: leftRight;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
}
a[href^=http] .c-linkIcon__arrow, a[href^="//"] .c-linkIcon__arrow,
.splide__arrow[href^=http] .c-linkIcon__arrow,
.splide__arrow[href^="//"] .c-linkIcon__arrow {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a[href^="http://localhost:4000/"] .c-linkIcon__arrow,
.splide__arrow[href^="http://localhost:4000/"] .c-linkIcon__arrow {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (min-width: 768px) {
  .-color--orange a:hover .nstec-recruit-c-linkIcon {
    background: #F14B26;
    border: solid 0.2rem #F14B26;
  }
}
.-color--orange .nstec-recruit-c-linkIcon {
  background: #ffffff;
  border: solid 0.2rem #ffffff;
}
.-color--orange .nstec-recruit-c-linkIcon .c-linkIcon__arrow::before, .-color--orange .nstec-recruit-c-linkIcon .c-linkIcon__arrow::after {
  content: "";
  background: url("/assets/nstec/img/common/icon/arrowRight-orange.svg") no-repeat center/contain;
}
.-color--orange .nstec-recruit-c-linkIcon .c-linkIcon__arrow::after {
  background: url("/assets/nstec/img/common/icon/arrowRight-white.svg") no-repeat center/cover;
}

@media screen and (min-width: 768px) {
  .-color--blue a:hover .nstec-recruit-c-linkIcon {
    background: #2848BE;
    border: solid 0.2rem #2848BE;
  }
}
.-color--blue .nstec-recruit-c-linkIcon {
  background: #ffffff;
  border: solid 0.2rem #ffffff;
}
.-color--blue .nstec-recruit-c-linkIcon .c-linkIcon__arrow::before, .-color--blue .nstec-recruit-c-linkIcon .c-linkIcon__arrow::after {
  content: "";
  background: url("/assets/nstec/img/common/icon/arrowRight-blue.svg") no-repeat center/contain;
}
.-color--blue .nstec-recruit-c-linkIcon .c-linkIcon__arrow::after {
  background: url("/assets/nstec/img/common/icon/arrowRight-white.svg") no-repeat center/cover;
}

@media screen and (min-width: 768px) {
  .-color--transparent a:hover .nstec-recruit-c-linkIcon {
    background: transparent;
    border: none;
  }
}
.-color--transparent .nstec-recruit-c-linkIcon {
  background: transparent;
  border: none;
}
.-color--transparent .nstec-recruit-c-linkIcon .c-linkIcon__arrow::before, .-color--transparent .nstec-recruit-c-linkIcon .c-linkIcon__arrow::after {
  content: "";
  background: url("/assets/nstec/img/common/icon/arrowRight-white.svg") no-repeat center/contain;
}
.-color--transparent .nstec-recruit-c-linkIcon .c-linkIcon__arrow::after {
  background: url("/assets/nstec/img/common/icon/arrowRight-blue.svg") no-repeat center/cover;
}

@media screen and (min-width: 768px) {
  .-color--white a:hover .nstec-recruit-c-linkIcon {
    background: transparent;
    border: none;
  }
}
.-color--white .nstec-recruit-c-linkIcon {
  background: transparent;
  border: none;
}
.-color--white .nstec-recruit-c-linkIcon .c-linkIcon__arrow::before, .-color--white .nstec-recruit-c-linkIcon .c-linkIcon__arrow::after {
  content: "";
  background: url("/assets/nstec/img/common/icon/arrowRight-blue.svg") no-repeat center/contain;
}
.-color--white .nstec-recruit-c-linkIcon .c-linkIcon__arrow::after {
  background: url("/assets/nstec/img/common/icon/arrowRight-blue.svg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .-sp--small .nstec-recruit-c-linkIcon {
    width: 2.8rem;
    height: 1.6rem;
  }
  .-sp--small .nstec-recruit-c-linkIcon .c-linkIcon__arrow {
    width: 0.85rem;
    height: 0.6rem;
    min-width: 0.85rem;
  }
  .-sp--small .nstec-recruit-c-linkIcon .c-linkIcon__arrow::before, .-sp--small .nstec-recruit-c-linkIcon .c-linkIcon__arrow::after {
    height: 0.6rem;
    width: 0.85rem;
  }
}

.nstec-recruit-c-linkIcon {
  background: #2848BE;
  border-radius: 3rem;
  height: 2rem;
  width: 4rem;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 0.2rem #2848BE;
}
.nstec-recruit-c-linkIcon.-arrow--bottom .c-linkIcon__arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nstec-recruit-c-linkIcon .c-linkIcon__arrow {
  display: block;
  height: 0.8rem;
  width: 1.2rem;
  min-width: 1.2rem;
  position: relative;
  overflow: hidden;
}
.nstec-recruit-c-linkIcon .c-linkIcon__arrow::before, .nstec-recruit-c-linkIcon .c-linkIcon__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 0.8rem;
  width: 1.2rem;
  background: url("/assets/nstec/img/common/icon/arrowRight-white.svg") no-repeat center/contain;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nstec-recruit-c-linkIcon .c-linkIcon__arrow::before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.nstec-recruit-c-linkIcon .c-linkIcon__arrow::after {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: url("/assets/nstec/img/common/icon/arrowRight-blue.svg") no-repeat center/cover;
}

.nstec-recruit-top-c-slider {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.nstec-recruit-top-c-slider .c-slider_slider {
  height: 100%;
  width: 100%;
}
.nstec-recruit-top-c-slider .c-slider__wrap {
  height: 100%;
  width: 100%;
}
.nstec-recruit-top-c-slider .c-slider__list {
  height: 100%;
  width: 100%;
}
.nstec-recruit-top-c-slider .c-slider__item {
  height: 100%;
  width: 100%;
}
.nstec-recruit-top-c-slider .c-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.nstec-recruit-subPage-c-sectionHeader.-title--small .c-sectionHeader__title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-subPage-c-sectionHeader.-title--small .c-sectionHeader__title {
    font-size: 1.4rem;
  }
}
.nstec-recruit-subPage-c-sectionHeader .c-sectionHeader__title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #2848BE;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-subPage-c-sectionHeader .c-sectionHeader__title {
    font-size: 2.4rem;
  }
}
.nstec-recruit-subPage-c-sectionHeader .c-sectionHeader__title span {
  display: inline-block;
}
.nstec-recruit-subPage-c-sectionHeader .c-sectionHeader__title span::after {
  content: "";
  display: block;
  background: url("/assets/nstec/img/common/recruit/line-blue.svg") no-repeat center right/cover;
  height: 0.4rem;
  margin-top: 0rem;
}
.nstec-recruit-subPage-c-sectionHeader .c-sectionHeader__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-subPage-c-sectionHeader .c-sectionHeader__text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.nstec-recruit-c-button a {
  text-decoration: none;
  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: 1.45rem 1.2rem 1.45rem 1.6rem;
  background: #F14B26;
  border-radius: 1.2rem;
  border: solid 0.2rem #F14B26;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nstec-recruit-c-button a.-active {
  background: #ffffff;
  pointer-events: none;
}
.nstec-recruit-c-button a.-active .c-button__text {
  color: #F14B26;
}
.nstec-recruit-c-button a.-active .c-button__arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-c-button a:hover {
    background: #ffffff;
  }
  .nstec-recruit-c-button a:hover .c-button__text {
    color: #F14B26;
  }
}
.nstec-recruit-c-button.-color--blue a {
  background: #2848BE;
  border: solid 0.2rem #2848BE;
}
.nstec-recruit-c-button.-color--blue a.-active {
  background: #ffffff;
}
.nstec-recruit-c-button.-color--blue a.-active .c-button__text {
  color: #2848BE;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-c-button.-color--blue a:hover {
    background: #ffffff;
  }
  .nstec-recruit-c-button.-color--blue a:hover .c-button__text {
    color: #2848BE;
  }
}
.nstec-recruit-c-button.-color--transparent a {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  border: none;
}
.nstec-recruit-c-button.-color--transparent a.-active {
  background: #ffffff;
}
.nstec-recruit-c-button.-color--transparent a.-active .c-button__text {
  color: #2848BE;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-c-button.-color--transparent a:hover {
    background: #ffffff;
  }
  .nstec-recruit-c-button.-color--transparent a:hover .c-button__text {
    color: #2848BE;
  }
}
.nstec-recruit-c-button.-color--white a {
  background: white;
  border: none;
}
.nstec-recruit-c-button.-color--white a .c-button__text {
  color: #2848BE;
}
.nstec-recruit-c-button.-color--white a.-active {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-c-button.-color--white a:hover {
    background: #ffffff;
  }
}
.nstec-recruit-c-button.-large a {
  padding: 2.2rem 1.2rem 2.2rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-button.-large a {
    padding: 1.8rem 1.2rem 1.8rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-button.-sp--small a {
    padding: 1.2rem 1.2rem 1.2rem 1.6rem;
  }
  .nstec-recruit-c-button.-sp--small .c-button__text {
    font-size: 1.4rem;
  }
}
.nstec-recruit-c-button .c-button__text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.nstec-recruit-c-button .c-button__arrow {
  margin-left: 2rem;
}

.nstec-card-recruit-c-people {
  height: 100%;
}
.nstec-card-recruit-c-people figure,
.nstec-card-recruit-c-people ul,
.nstec-card-recruit-c-people li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-card-recruit-c-people .c-people__link {
  background: #ffffff;
  border-radius: 1.2rem;
  padding: 2.4rem;
  display: block;
  text-decoration: none;
  color: #37383B;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .nstec-card-recruit-c-people .c-people__link {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-card-recruit-c-people .c-people__link:hover .c-people__eyecatch .icon {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .nstec-card-recruit-c-people .c-people__link:hover .c-people__eyecatch .icon svg {
    -webkit-animation: rotateAnimation 5s linear infinite;
    animation: rotateAnimation 5s linear infinite;
  }
  @-webkit-keyframes rotateAnimation {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotateAnimation {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .nstec-card-recruit-c-people .c-people__link:hover .c-people__detail .catchphrase span {
    background-position: 0 100%;
    background-size: 100% 0.1rem;
  }
}
.nstec-card-recruit-c-people .c-people__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.nstec-card-recruit-c-people .c-people__header .icon {
  height: 5.6rem;
  width: 5.6rem;
  min-width: 5.6rem;
  border-radius: 100%;
  overflow: hidden;
}
.nstec-card-recruit-c-people .c-people__header .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nstec-card-recruit-c-people .c-people__header .detail {
  display: grid;
  gap: 0.6rem;
}
.nstec-card-recruit-c-people .c-people__header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-card-recruit-c-people .c-people__header .flex {
    gap: 0.4rem;
  }
}
.nstec-card-recruit-c-people .c-people__header .name {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0.12em;
  color: #2848BE;
}
.nstec-card-recruit-c-people .c-people__header .join {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0.12em;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-card-recruit-c-people .c-people__header .join {
    font-size: 1rem;
  }
}
.nstec-card-recruit-c-people .c-people__header .position {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: rgba(14, 19, 21, 0.6);
}
@media screen and (max-width: 767px) {
  .nstec-card-recruit-c-people .c-people__header .position {
    font-size: 1rem;
  }
}
.nstec-card-recruit-c-people .c-people__content {
  margin-top: 1.6rem;
}
.nstec-card-recruit-c-people .c-people__eyecatch {
  position: relative;
}
.nstec-card-recruit-c-people .c-people__eyecatch img {
  aspect-ratio: 273/178.5719146729;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.8rem;
}
.nstec-card-recruit-c-people .c-people__eyecatch .icon {
  position: absolute;
  right: 1.6rem;
  bottom: -1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nstec-card-recruit-c-people .c-people__eyecatch .icon .bg {
  height: 6.4rem;
  width: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-card-recruit-c-people .c-people__eyecatch .icon .bg {
    height: 4.6rem;
    width: 4.6rem;
  }
}
.nstec-card-recruit-c-people .c-people__eyecatch .icon .bg svg {
  fill: #FD971A;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.nstec-card-recruit-c-people .c-people__eyecatch .icon .arrow {
  background: url("/assets/nstec/img/common/icon/arrowRight-white.svg") no-repeat center/contain;
  width: 1.2rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nstec-card-recruit-c-people .c-people__detail {
  margin-top: 1.2rem;
}
.nstec-card-recruit-c-people .c-people__detail .category {
  border: solid 0.2rem #2848BE;
  background-color: #2848BE;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #ffffff;
  padding: 0.2rem 1.2rem;
  border-radius: 10rem;
  white-space: pre-wrap;
  word-break: break-word;
}
.nstec-card-recruit-c-people .c-people__detail .catchphrase {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-card-recruit-c-people .c-people__detail .catchphrase {
    font-size: 1.4rem;
  }
}
.nstec-card-recruit-c-people .c-people__detail .catchphrase span {
  white-space: pre-wrap;
  word-break: break-word;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 0.1rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 0.1rem no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
}
.nstec-card-recruit-c-people .c-people__detail .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
}
.nstec-card-recruit-c-people .c-people__detail .tag li {
  color: #2848BE;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  white-space: pre-wrap;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .nstec-card-recruit-c-people .c-people__detail .tag li {
    font-size: 1rem;
  }
}

.nstec-card-recruit-c-event {
  height: 100%;
}
.nstec-card-recruit-c-event figure,
.nstec-card-recruit-c-event ul,
.nstec-card-recruit-c-event li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-card-recruit-c-event .c-event__link {
  background: #ffffff;
  border-radius: 1.2rem;
  padding: 2.4rem;
  display: block;
  text-decoration: none;
  color: #37383B;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .nstec-card-recruit-c-event .c-event__link {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-card-recruit-c-event .c-event__link:hover .c-event__eyecatch img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nstec-card-recruit-c-event .c-event__link:hover .c-event__content .title span {
    background-position: 0 100%;
    background-size: 100% 0.1rem;
  }
}
.nstec-card-recruit-c-event .c-event__eyecatch {
  width: 100%;
  aspect-ratio: 279/188;
  border-radius: 1.2rem;
  overflow: hidden;
}
.nstec-card-recruit-c-event .c-event__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nstec-card-recruit-c-event .c-event__content {
  margin-top: 0.8rem;
}
.nstec-card-recruit-c-event .c-event__content .meta {
  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;
}
.nstec-card-recruit-c-event .c-event__content .category {
  border: solid 0.2rem #2848BE;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #2848BE;
  padding: 0.2rem 1.2rem;
  border-radius: 10rem;
}
.nstec-card-recruit-c-event .c-event__content .date {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8D8D8D;
}
.nstec-card-recruit-c-event .c-event__content .title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin: 0;
  margin-top: 0.8rem;
  color: #2848BE;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .nstec-card-recruit-c-event .c-event__content .title {
    font-size: 1.4rem;
  }
}
.nstec-card-recruit-c-event .c-event__content .title span {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 0.1rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 0.1rem no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  white-space: pre-wrap;
  word-break: break-word;
}
.nstec-card-recruit-c-event .c-event__content .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 0.8rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-card-recruit-c-event .c-event__content .tag {
    gap: 0.4rem;
  }
}
.nstec-card-recruit-c-event .c-event__content .tag li {
  color: #8D8D8D;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-card-recruit-c-event .c-event__content .tag li {
    font-size: 1rem;
  }
}

.nstec-recruit-c-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nstec-recruit-c-list li {
  margin: 0;
  padding: 0;
}
.nstec-recruit-c-list.-people {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-list.-people {
    grid-template-columns: 1fr;
  }
}
.nstec-recruit-c-list .c-list__item:nth-child(4n+1) .nstec-card-recruit-c-people .c-people__eyecatch .icon .bg svg {
  fill: #FD971A;
}
.nstec-recruit-c-list .c-list__item:nth-child(4n+2) .nstec-card-recruit-c-people .c-people__eyecatch .icon .bg svg {
  fill: #059AF1;
}
.nstec-recruit-c-list .c-list__item:nth-child(4n+3) .nstec-card-recruit-c-people .c-people__eyecatch .icon .bg svg {
  fill: #0EC37B;
}
.nstec-recruit-c-list .c-list__item:nth-child(4n) .nstec-card-recruit-c-people .c-people__eyecatch .icon .bg svg {
  fill: #E34DD1;
}

@media screen and (min-width: 768px) {
  .nstec-slider-recruit-c-people.-pc--slideNone .splide__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
  .nstec-slider-recruit-c-people.-pc--slideNone .splide__slide {
    width: 100% !important;
  }
}
.nstec-slider-recruit-c-people .splide__track {
  overflow: visible;
}
.nstec-slider-recruit-c-people .splide__slide {
  width: 34rem;
}
.nstec-slider-recruit-c-people .splide__slide:nth-child(4n+1) .nstec-card-recruit-c-people .c-people__eyecatch .icon .bg svg {
  fill: #FD971A;
}
.nstec-slider-recruit-c-people .splide__slide:nth-child(4n+2) .nstec-card-recruit-c-people .c-people__eyecatch .icon .bg svg {
  fill: #059AF1;
}
.nstec-slider-recruit-c-people .splide__slide:nth-child(4n+3) .nstec-card-recruit-c-people .c-people__eyecatch .icon .bg svg {
  fill: #0EC37B;
}
.nstec-slider-recruit-c-people .splide__slide:nth-child(4n) .nstec-card-recruit-c-people .c-people__eyecatch .icon .bg svg {
  fill: #E34DD1;
}

.nstec-recruit-c-noresult {
  text-align: center;
}
.nstec-recruit-c-noresult * {
  margin: 0;
  padding: 0;
}
.nstec-recruit-c-noresult .c-noresult__label {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 4.8rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-noresult .c-noresult__label {
    font-size: 3.2rem;
  }
}
.nstec-recruit-c-noresult .c-noresult__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  margin-top: 1.6rem;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-noresult .c-noresult__title {
    font-size: 1.6rem;
  }
}
.nstec-recruit-c-noresult .c-noresult__text {
  margin-top: 3.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-noresult .c-noresult__text {
    font-size: 1.4rem;
    text-align: center;
  }
}
.nstec-recruit-c-noresult .c-noresult__link {
  margin-top: 6.4rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-noresult .c-noresult__link {
    margin-top: 4rem;
  }
}

.nstec-recruit-c-pager .nstec-c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6.4rem;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-pager .nstec-c-pager {
    margin-top: 4rem;
  }
}
.nstec-recruit-c-pager .nstec-c-pager a {
  text-decoration: none;
}
.nstec-recruit-c-pager .nstec-c-pager .c-pager__item {
  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: 4.8rem;
  width: 4.8rem;
  height: 4rem;
  border-radius: 1.2rem;
  background: #ffffff;
  color: #37383B;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-pager .nstec-c-pager .c-pager__item {
    min-width: 4rem;
    width: 4rem;
    height: 3.2rem;
  }
}
.nstec-recruit-c-pager .nstec-c-pager .c-pager__item + .c-pager__item {
  margin-left: 0.8rem;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-c-pager .nstec-c-pager .c-pager__item:hover {
    background: #2848BE;
    color: #ffffff;
    opacity: 1;
  }
}
.nstec-recruit-c-pager .nstec-c-pager .c-pager__item.-current {
  background: transparent;
  color: #37383B;
  opacity: 1;
}
.nstec-recruit-c-pager .nstec-c-pager .c-pager__item.-prev, .nstec-recruit-c-pager .nstec-c-pager .c-pager__item.-next {
  background: #2848BE;
  border: solid 0.2rem #2848BE;
}
.nstec-recruit-c-pager .nstec-c-pager .c-pager__item.-prev i, .nstec-recruit-c-pager .nstec-c-pager .c-pager__item.-next i {
  display: block;
  background: url("/assets/nstec/img/common/icon/arrowRight-white.svg") no-repeat 0 0;
  background-size: 1.1rem 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 1.1rem;
  height: 0.8rem;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-c-pager .nstec-c-pager .c-pager__item.-prev:hover, .nstec-recruit-c-pager .nstec-c-pager .c-pager__item.-next:hover {
    background-color: #ffffff;
  }
  .nstec-recruit-c-pager .nstec-c-pager .c-pager__item.-prev:hover i, .nstec-recruit-c-pager .nstec-c-pager .c-pager__item.-next:hover i {
    background-image: url("/assets/nstec/img/common/icon/arrowRight-blue.svg");
  }
}
.nstec-recruit-c-pager .nstec-c-pager .c-pager__item.-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.leadgrid-form-container {
  background: red;
}

.nstec-recruit-c-form input,
.nstec-recruit-c-form select,
.nstec-recruit-c-form textarea {
  background: #ffffff;
  border: none;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-form input,
  .nstec-recruit-c-form select,
  .nstec-recruit-c-form textarea {
    font-size: 1.4rem !important;
  }
}
.nstec-recruit-c-form .leadgrid-form__row + .leadgrid-form__row {
  margin-top: 2.4rem;
}
.nstec-recruit-c-form .leadgrid-form__radio span::before {
  border: none;
  background: #FFFFFF;
  border: solid 0.1rem #BFBFBF;
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
}
.nstec-recruit-c-form .leadgrid-form__radio span::after {
  border: solid 0.6rem #2848BE !important;
  background: transparent !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
  min-width: 2.4rem !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
}
.nstec-recruit-c-form .leadgrid-form__select select {
  color: #37383B;
  background-color: #ffffff;
  border: solid 0.1rem #8D8D8D;
}
.nstec-recruit-c-form .leadgrid-form__checkbox span::before {
  border: none;
  background: #fff;
  border: solid 0.1rem #BFBFBF;
  min-width: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.3rem;
}
.nstec-recruit-c-form .leadgrid-form__checkbox span::after {
  border-color: #2848BE !important;
  width: 0.8rem !important;
  height: 1.4rem !important;
  border-bottom: 0.3rem solid #2848BE !important;
  border-right: 0.3rem solid #2848BE !important;
  border-radius: 0.2rem !important;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  left: 0.7rem !important;
  margin-top: -0.8rem !important;
}
.nstec-recruit-c-form .leadgrid-form__label {
  color: #37383B;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6%;
  letter-spacing: 0.12em;
}
.nstec-recruit-c-form .leadgrid-form__label.-required::before {
  background: #2848BE !important;
}
.nstec-recruit-c-form .leadgrid-form__label::before {
  background: transparent;
  border-radius: 0;
  font-weight: 700;
  color: #ffffff !important;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  padding: 0;
  height: auto;
  background: rgba(40, 72, 190, 0.4) !important;
  padding: 0.3rem 1rem;
  border-radius: 10rem;
}
.nstec-recruit-c-form .c-form__checkbox input[type=checkbox] {
  display: none;
}
.nstec-recruit-c-form .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  content: " ";
  display: block;
  width: 0.8rem;
  height: 1.4rem;
  border-bottom: 0.3rem solid #2848BE;
  border-right: 0.3rem solid #2848BE;
  border-radius: 0.2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0.7rem;
  margin-top: -0.8rem;
}
.nstec-recruit-c-form .c-form__checkboxLabel {
  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: 1.5rem;
  cursor: pointer;
  position: relative;
}
.nstec-recruit-c-form .c-form__checkboxLabel:before {
  content: " ";
  display: block;
  min-width: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border: none;
  background: #FFFFFF;
  border: solid 0.1rem #BFBFBF;
  border-radius: 0.5rem;
  margin-right: 1.5rem;
}
.nstec-recruit-c-form .leadgrid-form__file label {
  font-size: 1.6rem;
  background: #FFFFFF;
  border: solid 1px #BFBFBF;
  border-radius: 0.5rem;
  height: auto;
  padding: 1rem 2rem;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-form .leadgrid-form__file label {
    padding: 1rem 1.6rem;
    font-size: 1.4rem !important;
  }
}
.nstec-recruit-c-form .leadgrid-form__file label img {
  max-width: 2rem;
}
.nstec-recruit-c-form .leadgrid-form__file span {
  font-size: 1.2rem;
  color: #8D8D8D;
  margin-top: 0.8rem;
}
.nstec-recruit-c-form .c-form__agree {
  text-align: left;
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.nstec-recruit-c-form .c-form__agree div {
  text-align: left !important;
}
.nstec-recruit-c-form .c-form__agree .c-form__checkbox {
  margin-top: 2.4rem;
}
.nstec-recruit-c-form .c-form__agree .privacy {
  color: #37383B;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
  margin: 0;
}
.nstec-recruit-c-form .c-form__agree .privacy a {
  color: #2848BE;
}
.nstec-recruit-c-form .c-form__agreeText {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-form .c-form__agreeText {
    font-size: 1.4rem;
  }
}
.nstec-recruit-c-form .c-form__agreeText a {
  color: #2848BE;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 0% 100%/100% 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) 0% 100%/100% 1px no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-c-form .c-form__agreeText a:hover {
    opacity: 1;
    background-position: 100% 100%;
    background-size: 0% 0.1rem;
  }
}
.nstec-recruit-c-form .c-form__agreeText a u {
  text-decoration: none;
}
.nstec-recruit-c-form .c-form__action {
  margin-top: 3rem;
}
.nstec-recruit-c-form .leadgrid-c-button {
  background: #F14B26;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  border: none;
  border-radius: 1.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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: 1.6rem;
  height: 6.4rem;
  width: 100%;
  max-width: 32rem;
  position: relative;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-form .leadgrid-c-button {
    max-width: 100%;
    height: 5.6rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-c-form .leadgrid-c-button:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
}
.nstec-recruit-c-form .leadgrid-c-button .icon-circle-arrow {
  height: 2rem;
  width: 4rem;
  background: #ffffff;
  border-radius: 10rem;
  display: grid;
  place-items: center;
}
.nstec-recruit-c-form .leadgrid-c-button .icon-circle-arrow .path1 {
  position: static;
  display: inline-block;
}
.nstec-recruit-c-form .leadgrid-c-button .icon-circle-arrow .path1::before {
  display: none;
}
.nstec-recruit-c-form .leadgrid-c-button .icon-circle-arrow .path1::after {
  display: block;
  content: "";
  height: 0.8rem;
  width: 1.2rem;
  background: url("/assets/nstec/img/common/icon/arrowRight-orange.svg") no-repeat center/contain;
}
.nstec-recruit-c-form .leadgrid-c-button .icon-circle-arrow .path2 {
  display: none;
}
.nstec-recruit-c-form .leadgrid-c-button .c-button__jaTitle {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.nstec-recruit-c-wysiwyg {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}
.nstec-recruit-c-wysiwyg h2,
.nstec-recruit-c-wysiwyg h3,
.nstec-recruit-c-wysiwyg h4,
.nstec-recruit-c-wysiwyg h5,
.nstec-recruit-c-wysiwyg h6,
.nstec-recruit-c-wysiwyg figure,
.nstec-recruit-c-wysiwyg p {
  margin: 0;
}
.nstec-recruit-c-wysiwyg h2 {
  color: #2848BE;
  display: inline-block;
  font-weight: 700;
  font-style: Bold;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-top: 7.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg h2 {
    font-size: 2.2rem;
    margin-top: 4.8rem;
  }
}
.nstec-recruit-c-wysiwyg h2::after {
  content: "";
  display: block;
  background: url("/assets/nstec/img/common/recruit/line-blue.svg") no-repeat center right/cover;
  height: 0.4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg h2::after {
    margin-top: 1rem;
  }
}
.nstec-recruit-c-wysiwyg h2 + p {
  margin-top: 4rem;
}
.nstec-recruit-c-wysiwyg h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg h3 {
    font-size: 1.8rem;
    margin-top: 5.4rem;
    gap: 1.2rem;
  }
}
.nstec-recruit-c-wysiwyg h3::before {
  content: "";
  display: block;
  width: 0.4rem;
  min-width: 0.4rem;
  border-radius: 0.3rem;
  background: #2848BE;
}
.nstec-recruit-c-wysiwyg h4 {
  font-weight: 700;
  font-style: Bold;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg h4 {
    margin-top: 5.4rem;
    font-size: 1.6rem;
  }
}
.nstec-recruit-c-wysiwyg p {
  font-weight: 500;
  font-style: Medium;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg p {
    font-size: 1.4rem;
  }
}
.nstec-recruit-c-wysiwyg li {
  font-weight: 500;
  font-style: Medium;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg li {
    font-size: 1.4rem;
  }
}
.nstec-recruit-c-wysiwyg ul,
.nstec-recruit-c-wysiwyg ol {
  margin: 0;
  padding: 0;
  margin-top: 4.8rem;
  display: grid;
  gap: 1.2rem;
  list-style: none;
}
.nstec-recruit-c-wysiwyg ol {
  counter-reset: n;
}
.nstec-recruit-c-wysiwyg ol li {
  padding-left: 3.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg ol li {
    padding-left: 3.2rem;
  }
}
.nstec-recruit-c-wysiwyg ol li:before {
  content: "0" counter(n) ".";
  counter-increment: n;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  position: absolute;
  left: 0;
  top: 0.8rem;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg ol li:before {
    top: 0.7rem;
  }
}
.nstec-recruit-c-wysiwyg ol li:nth-of-type(n + 10):before {
  content: counter(n);
}
.nstec-recruit-c-wysiwyg ol ul li::before {
  content: "";
  left: 0;
  top: 1.3rem;
  counter-increment: none;
}
.nstec-recruit-c-wysiwyg ul li {
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg ul li {
    padding-left: 3.2rem;
  }
}
.nstec-recruit-c-wysiwyg ul li > ul {
  margin-top: 1.2rem !important;
}
.nstec-recruit-c-wysiwyg ul li:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #2848BE;
  position: absolute;
  left: 1.8rem;
  top: 1.3rem;
}
.nstec-recruit-c-wysiwyg a {
  word-wrap: break-word;
  font-weight: bold;
  color: #2848BE;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-c-wysiwyg a:hover {
    opacity: 1;
  }
}
.nstec-recruit-c-wysiwyg blockquote {
  padding: 4rem 4.8rem 3.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin: 4.8rem 0 0;
  color: #37383B;
  position: relative;
  border: none;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg blockquote {
    padding: 2.4rem;
    font-size: 1.4rem;
    margin-top: 3.6rem;
  }
}
.nstec-recruit-c-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.2rem;
  background-image: url("/assets/nstec/img/common/icon/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.6rem;
  left: 1.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg blockquote::before {
    width: 1.3rem;
    height: 1.1rem;
    top: 0.8rem;
    left: 0.7rem;
  }
}
.nstec-recruit-c-wysiwyg blockquote p {
  margin: 0;
}
.nstec-recruit-c-wysiwyg table {
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-top: 4.8rem;
  margin-bottom: 1.6rem;
  table-layout: fixed;
  border-left: 0.1rem solid #DCDCDC;
  border-top: 0.1rem solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg table {
    margin-top: 3.2rem;
  }
}
.nstec-recruit-c-wysiwyg table tbody,
.nstec-recruit-c-wysiwyg table thead {
  width: 100%;
  display: table;
}
.nstec-recruit-c-wysiwyg table td,
.nstec-recruit-c-wysiwyg table th {
  border: none;
  border-right: 0.1rem solid #DCDCDC;
  border-bottom: 0.1rem solid #DCDCDC;
  min-width: 26rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg table td,
  .nstec-recruit-c-wysiwyg table th {
    min-width: 13rem;
  }
}
.nstec-recruit-c-wysiwyg table th {
  background-color: #2848BE;
  text-align: left;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg table th {
    font-size: 1.6rem;
  }
}
.nstec-recruit-c-wysiwyg table td {
  padding: 1.2rem;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg table td {
    font-size: 1.4rem;
  }
}
.nstec-recruit-c-wysiwyg table th[colspan="2"] {
  min-width: 52rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg table th[colspan="2"] {
    min-width: 26rem;
  }
}
.nstec-recruit-c-wysiwyg table td[colspan="2"] {
  min-width: 52rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg table td[colspan="2"] {
    min-width: 26rem;
  }
}
.nstec-recruit-c-wysiwyg code .hljs-ln {
  margin-top: 0;
  margin-bottom: 0;
}
.nstec-recruit-c-wysiwyg code .hljs-ln-code,
.nstec-recruit-c-wysiwyg code .hljs-ln-numbers {
  border: none;
  padding: 0;
  min-width: 5px;
}
.nstec-recruit-c-wysiwyg code .hljs-ln-numbers {
  border-right: 0.1rem solid #ccc;
}
.nstec-recruit-c-wysiwyg figure,
.nstec-recruit-c-wysiwyg img {
  max-width: 100%;
  height: auto;
  border-radius: 0.4rem;
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg figure,
  .nstec-recruit-c-wysiwyg img {
    max-width: 100%;
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
}
.nstec-recruit-c-wysiwyg figure img {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.nstec-recruit-c-wysiwyg figcaption {
  margin-top: 1.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: #8D8D8D;
}
.nstec-recruit-c-wysiwyg .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: var(--color-base-primary);
}
.nstec-recruit-c-wysiwyg iframe {
  max-width: 100%;
}
.nstec-recruit-c-wysiwyg h2:first-child,
.nstec-recruit-c-wysiwyg h3:first-child,
.nstec-recruit-c-wysiwyg h4:first-child,
.nstec-recruit-c-wysiwyg h5:first-child,
.nstec-recruit-c-wysiwyg h6:first-child,
.nstec-recruit-c-wysiwyg p:first-child,
.nstec-recruit-c-wysiwyg ol:first-child,
.nstec-recruit-c-wysiwyg ul:first-child,
.nstec-recruit-c-wysiwyg blockquote:first-child,
.nstec-recruit-c-wysiwyg img:first-child,
.nstec-recruit-c-wysiwyg table:first-child {
  margin-top: 0;
}
.nstec-recruit-c-wysiwyg.-entry table {
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-top: 4.8rem;
  margin-bottom: 1.6rem;
  table-layout: fixed;
  border: none;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg.-entry table {
    margin-top: 3.2rem;
  }
}
.nstec-recruit-c-wysiwyg.-entry table tbody,
.nstec-recruit-c-wysiwyg.-entry table thead {
  width: 100%;
  display: table;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg.-entry table tbody,
  .nstec-recruit-c-wysiwyg.-entry table thead {
    display: block;
  }
}
.nstec-recruit-c-wysiwyg.-entry table tr {
  border-bottom: 0.2rem solid rgba(40, 72, 190, 0.1019607843);
  position: relative;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg.-entry table tr {
    grid-template-columns: 1fr;
    padding: 1.6rem 0;
    gap: 1rem;
    display: grid;
  }
}
.nstec-recruit-c-wysiwyg.-entry table tr::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  background: #2848BE;
  width: 2.4rem;
  height: 0.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg.-entry table tr::after {
    width: 1.2rem;
  }
}
.nstec-recruit-c-wysiwyg.-entry table td,
.nstec-recruit-c-wysiwyg.-entry table th {
  border: none;
  min-width: auto;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg.-entry table td,
  .nstec-recruit-c-wysiwyg.-entry table th {
    width: 100% !important;
    display: block;
    padding: 0;
  }
}
.nstec-recruit-c-wysiwyg.-entry table td:nth-child(1),
.nstec-recruit-c-wysiwyg.-entry table th:nth-child(1) {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg.-entry table td:nth-child(1),
  .nstec-recruit-c-wysiwyg.-entry table th:nth-child(1) {
    font-size: 1.2rem;
  }
}
.nstec-recruit-c-wysiwyg.-entry table td:nth-child(n+2),
.nstec-recruit-c-wysiwyg.-entry table th:nth-child(n+2) {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #37383B;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-wysiwyg.-entry table td:nth-child(n+2),
  .nstec-recruit-c-wysiwyg.-entry table th:nth-child(n+2) {
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }
}
.nstec-recruit-c-wysiwyg.-entry table thead tr:last-child td,
.nstec-recruit-c-wysiwyg.-entry table thead tr:last-child th {
  border-bottom: none;
}
.nstec-recruit-c-wysiwyg.-entry table tbody tr:first-child td,
.nstec-recruit-c-wysiwyg.-entry table tbody tr:first-child th {
  border-top: none;
}
.nstec-recruit-c-wysiwyg.-entry table th[colspan="2"] {
  min-width: 52rem;
}
.nstec-recruit-c-wysiwyg.-entry table td[colspan="2"] {
  min-width: 52rem;
}

.nstec-recruit-c-toc {
  margin-bottom: 8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-toc {
    margin-bottom: 6.4rem;
  }
}
.nstec-recruit-c-toc ul,
.nstec-recruit-c-toc li,
.nstec-recruit-c-toc a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.nstec-recruit-c-toc .title {
  margin-bottom: 2.4rem;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.nstec-recruit-c-toc .h2list {
  border-top: 0.2rem solid rgba(40, 72, 190, 0.1019607843);
}
.nstec-recruit-c-toc .h2list > li {
  border-bottom: 0.2rem solid rgba(40, 72, 190, 0.1019607843);
}
.nstec-recruit-c-toc .h2list > li a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #2848BE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-toc .h2list > li a {
    gap: 1.2rem;
    padding: 1.2rem 0;
    font-size: 1.4rem;
  }
}
.nstec-recruit-c-toc .h2list > li a .nstec-recruit-c-linkIcon {
  min-width: 4rem;
}
.nstec-recruit-c-toc .h3list {
  counter-reset: h3Num 0;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-toc .h3list {
    padding-bottom: 1.2rem;
  }
}
.nstec-recruit-c-toc .h3list li + li a {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-toc .h3list li + li a {
    margin-top: 0.4rem;
  }
}
.nstec-recruit-c-toc .h3list li a {
  margin-left: 8.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #37383B;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-toc .h3list li a {
    font-size: 1.3rem;
    margin-left: 6.4rem;
  }
}
.nstec-recruit-c-toc .h3list li a::before {
  content: "";
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 100%;
  background-color: #37383B;
  position: absolute;
  left: -2.1rem;
  top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-toc .h3list li a::before {
    left: -1.4rem;
  }
}
.nstec-recruit-c-toc .h2list li,
.nstec-recruit-c-toc .h3list li {
  margin: 0;
}
.nstec-recruit-c-toc .h2list li a,
.nstec-recruit-c-toc .h3list li a {
  word-break: break-word;
  position: relative;
  background: none;
}
.nstec-recruit-c-toc .h2list li a .text,
.nstec-recruit-c-toc .h3list li a .text {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 0.1rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 0.1rem no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-c-toc .h2list li a:hover,
  .nstec-recruit-c-toc .h3list li a:hover {
    opacity: 1;
    color: currentColor;
  }
  .nstec-recruit-c-toc .h2list li a:hover .text,
  .nstec-recruit-c-toc .h3list li a:hover .text {
    background-position: 0 100%;
    background-size: 100% 0.1rem;
  }
}

.nstec-c-cursor {
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 7rem;
  background: rgba(55, 56, 59, 0.8980392157);
  opacity: 0;
  -webkit-box-shadow: 0px 1rem 2remx 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 1rem 2remx 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /* 1コマ1コマ、0.2秒かけて動かすことでふわっと動く */
  margin: -2rem 0 0 -1rem;
  /* 表示位置を左に20pxずらす */
  position: fixed;
  /* 絶対位置になるように指定 */
  z-index: 2;
  /* 重なり順を上に指定。他の要素に合わせて数字を大きくしてください。 */
  pointer-events: none;
  /*【重要】マウス直下に常に画像があるので、全てをクリックできなくなる。noneにして対応*/
  display: grid;
  place-items: center;
}
.nstec-c-cursor img {
  max-width: 6.2rem;
}
.nstec-c-cursor.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .nstec-c-cursor {
    display: none;
  }
}

.nstec-c-noresult {
  text-align: center;
}
.nstec-c-noresult * {
  margin: 0;
  padding: 0;
}
.nstec-c-noresult .c-noresult__label {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 7.2rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 767px) {
  .nstec-c-noresult .c-noresult__label {
    font-size: 4.8rem;
  }
}
.nstec-c-noresult .c-noresult__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-noresult .c-noresult__title {
    font-size: 1.6rem;
  }
}
.nstec-c-noresult .c-noresult__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-noresult .c-noresult__text {
    font-size: 1.4rem;
    margin-top: 3.2rem;
  }
}
.nstec-c-noresult .c-noresult__link {
  margin-top: 6.4rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .nstec-c-noresult .c-noresult__link {
    margin-top: 4rem;
  }
}

.nstec-c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6.4rem;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .nstec-c-pager {
    margin-top: 4.8rem;
  }
}
.nstec-c-pager a {
  text-decoration: none;
}
.nstec-c-pager .c-pager__item {
  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: 4.8rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  background: #ffffff;
  color: #37383B;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .nstec-c-pager .c-pager__item {
    min-width: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
  }
}
.nstec-c-pager .c-pager__item + .c-pager__item {
  margin-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-pager .c-pager__item + .c-pager__item {
    margin-left: 1.2rem;
  }
}
.nstec-c-pager .c-pager__item.-current {
  background: #2848BE;
  color: #ffffff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .nstec-c-pager .c-pager__item:hover {
    background: #2848BE;
    color: #ffffff;
    opacity: 1;
  }
}
.nstec-c-pager .c-pager__item.-prev, .nstec-c-pager .c-pager__item.-next {
  border: 1px solid #DCDCDC;
}
.nstec-c-pager .c-pager__item.-prev i, .nstec-c-pager .c-pager__item.-next i {
  display: block;
  background: url("/assets/nstec/img/common/icon/arrowRight-blue.svg") no-repeat 0 0;
  background-size: 1.1rem 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 1.1rem;
  height: 0.8rem;
}
@media screen and (min-width: 768px) {
  .nstec-c-pager .c-pager__item.-prev:hover i, .nstec-c-pager .c-pager__item.-next:hover i {
    background-image: url("/assets/nstec/img/common/icon/arrowRight-white.svg");
  }
}
.nstec-c-pager .c-pager__item.-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .nstec-c-shareLinks.-pc--none {
    display: block;
    text-align: center;
  }
}
.nstec-c-shareLinks .c-shareLinks__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-shareLinks .c-shareLinks__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    gap: 1.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.nstec-c-shareLinks a {
  display: inline-block;
  height: 4.8rem;
  width: 4.8rem;
  background: #ffffff;
  border: 0.2rem solid #E9EDF8;
  border-radius: 50%;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .nstec-c-shareLinks a:hover {
    border-color: #2848BE;
  }
}
.nstec-c-shareLinks a img {
  width: 100%;
  max-width: 2rem;
  max-height: 2rem;
}

.nstec-media-c-sidebar {
  background: #ffffff;
  padding: 3.2rem 0;
  border-radius: 0.8rem;
}
.nstec-media-c-sidebar ul,
.nstec-media-c-sidebar li,
.nstec-media-c-sidebar a,
.nstec-media-c-sidebar p,
.nstec-media-c-sidebar h2,
.nstec-media-c-sidebar figure {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .nstec-media-c-sidebar {
    border-radius: 0;
  }
}
.nstec-media-c-sidebar .c-sidebar__inner {
  padding: 0 2.4rem;
}
.nstec-media-c-sidebar .c-sidebar__block + .c-sidebar__block {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-media-c-sidebar .c-sidebar__block + .c-sidebar__block {
    margin-top: 3.2rem;
  }
}
.nstec-media-c-sidebar .c-sidebar__blockTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  leading-trim: NONE;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.nstec-media-c-sidebar .c-sidebar__blockContent {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-media-c-sidebar .c-sidebar__blockContent {
    margin-top: 1.2rem;
  }
}
.nstec-media-c-sidebar .c-sidebar__pickup li + li {
  border-top: 1px solid #E9EDF8;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
}
.nstec-media-c-sidebar .c-sidebar__pickup a {
  display: grid;
  grid-template-columns: 1fr 9.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-media-c-sidebar .c-sidebar__pickup a {
    grid-template-columns: 1fr 12rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-media-c-sidebar .c-sidebar__pickup a:hover {
    opacity: 1;
  }
  .nstec-media-c-sidebar .c-sidebar__pickup a:hover .title {
    color: #2848BE;
  }
  .nstec-media-c-sidebar .c-sidebar__pickup a:hover .title span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.nstec-media-c-sidebar .c-sidebar__pickup .recommended {
  display: none;
  color: #2848BE;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-media-c-sidebar .c-sidebar__pickup .recommended {
    display: block;
  }
}
.nstec-media-c-sidebar .c-sidebar__pickup .title {
  color: #37383B;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .nstec-media-c-sidebar .c-sidebar__pickup .title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.nstec-media-c-sidebar .c-sidebar__pickup .title span {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 1px no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  white-space: pre-wrap;
  word-break: break-word;
}
.nstec-media-c-sidebar .c-sidebar__pickup .image {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius: 0.4rem;
}
.nstec-media-c-sidebar .c-sidebar__pickup .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.nstec-media-c-sidebar .c-sidebar__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 0.8rem;
}
.nstec-media-c-sidebar .c-sidebar__category a {
  display: inline-block;
  color: #2848BE;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  border: solid 1px #BCBCBC;
  border-radius: 10rem;
  padding: 0.6rem 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .nstec-media-c-sidebar .c-sidebar__category a:hover {
    color: #ffffff;
    background: #2848BE;
  }
}
.nstec-media-c-sidebar .c-sidebar__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 1.2rem;
}
.nstec-media-c-sidebar .c-sidebar__tag a {
  color: #8D8D8D;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .nstec-media-c-sidebar .c-sidebar__tag a:hover {
    opacity: 0.5;
  }
}

.nstec-c-toc {
  border: solid 0.1rem #8D8D8D;
  border-radius: 0.8rem;
  width: 100%;
  padding: 2.4rem 3.2rem;
}
.nstec-c-toc ul,
.nstec-c-toc li,
.nstec-c-toc a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nstec-c-toc {
    border: none;
    padding: 2.4rem 2.4rem;
    background: #EBF7FF;
  }
}
.nstec-c-toc .title {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 2.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .nstec-c-toc .title {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
}
.nstec-c-toc .h2list {
  counter-reset: h2Num 0;
}
.nstec-c-toc .h2list > li > a {
  counter-increment: h2Num 1;
}
.nstec-c-toc .h3list {
  counter-reset: h3Num 0;
}
.nstec-c-toc .h3list li a {
  margin-left: 16px;
}
.nstec-c-toc .h2list li,
.nstec-c-toc .h3list li {
  margin: 0;
}
.nstec-c-toc .h2list li a,
.nstec-c-toc .h3list li a {
  margin-top: 0.8rem;
  color: #37383B;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  display: block;
  word-break: break-word;
  padding: 0;
  padding-left: 3.6rem;
  position: relative;
  background: none;
}
.nstec-c-toc .h2list li a span,
.nstec-c-toc .h3list li a span {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 1px no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
}
.nstec-c-toc .h2list li a:hover,
.nstec-c-toc .h3list li a:hover {
  opacity: 1;
  color: currentColor;
}
.nstec-c-toc .h2list li a:hover span,
.nstec-c-toc .h3list li a:hover span {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.nstec-c-toc .h2list li a::before,
.nstec-c-toc .h3list li a::before {
  content: "";
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 100%;
  background-color: #2848BE;
  position: absolute;
  left: 1.8rem;
  top: 1.2rem;
}

.nstec-c-sectionTitle {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-style: Bold;
  font-size: 4.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  position: relative;
  padding-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-sectionTitle {
    padding-top: 2.4rem;
    font-size: 2.4rem;
  }
}
.nstec-c-sectionTitle::before {
  content: "";
  display: block;
  width: 4.6rem;
  height: 0.9rem;
  opacity: 1;
  background: url("/assets/nstec/img/common/sectionHeader/headline-blue.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .nstec-c-sectionTitle::before {
    width: 4.2rem;
    height: 0.8rem;
  }
}
.nstec-c-sectionTitle .nstec-c-sectionText {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-c-sectionTitle .nstec-c-sectionText {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.nstec-subPage-c-sectionHeader.-text--large .c-sectionHeader__text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .nstec-subPage-c-sectionHeader.-text--large .c-sectionHeader__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.nstec-subPage-c-sectionHeader .c-sectionHeader__title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-style: Bold;
  font-size: 4.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  position: relative;
  padding-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-subPage-c-sectionHeader .c-sectionHeader__title {
    padding-top: 2.4rem;
    font-size: 2.4rem;
  }
}
.nstec-subPage-c-sectionHeader .c-sectionHeader__title::before {
  content: "";
  display: block;
  width: 4.6rem;
  height: 0.9rem;
  opacity: 1;
  background: url("/assets/nstec/img/common/sectionHeader/headline-blue.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .nstec-subPage-c-sectionHeader .c-sectionHeader__title::before {
    width: 4.2rem;
    height: 0.8rem;
  }
}
.nstec-subPage-c-sectionHeader .c-sectionHeader__text {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-subPage-c-sectionHeader .c-sectionHeader__text {
    margin-top: 3.2rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

main > .nstec-c-cta:last-child {
  margin-bottom: -17.6rem;
}
@media screen and (max-width: 767px) {
  main > .nstec-c-cta:last-child {
    margin-bottom: -4.6rem;
  }
}

.-bg--white + .nstec-c-cta {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
}

.-bg--blue + .nstec-c-cta {
  background: -webkit-gradient(linear, left top, left bottom, from(#EBF7FF), color-stop(50%, #EBF7FF), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(180deg, #EBF7FF 0%, #EBF7FF 50%, transparent 50%, transparent 100%);
}

.-bg--gray + .nstec-c-cta {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F7F7), color-stop(50%, #F6F7F7), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(180deg, #F6F7F7 0%, #F6F7F7 50%, transparent 50%, transparent 100%);
}

.nstec-c-cta {
  height: 82rem;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #ffffff), to(#ffffff));
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
}
@media screen and (max-width: 767px) {
  .nstec-c-cta {
    height: 77.2rem;
    padding-top: 20rem;
  }
}
.nstec-c-cta .c-cta__contents {
  position: relative;
  z-index: 12;
  width: 64rem;
  border-radius: 8px;
  padding: 9.6rem 8rem;
  background: #ffffff;
  border: 0.2rem solid #F6F7F7;
}
@media screen and (max-width: 767px) {
  .nstec-c-cta .c-cta__contents {
    width: 100%;
    padding: 4.8rem 2.4rem;
    border: none;
  }
}
.nstec-c-cta .c-cta__button {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-c-cta .c-cta__button {
    margin-top: 2.2rem;
  }
}
.nstec-c-cta .c-cta__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}

.is-scrolling-down .nstec-recruit-c-nav .c-nav__wrapInner {
  top: 2rem;
}

#js-pageReused-editor-sections .nstec-recruit-c-nav {
  background: url("/assets/nstec/img/recruit/common/bg.jpg") no-repeat center center/cover;
  height: 100%;
}
#js-pageReused-editor-sections .nstec-recruit-c-nav .c-nav__content {
  position: static;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #js-pageReused-editor-sections .nstec-recruit-c-nav .c-nav__wrap {
    position: static;
  }
}

.nstec-recruit-c-nav {
  position: relative;
}
.nstec-recruit-c-nav.leadgridCms-onlyInnerWorkspace {
  height: 10rem;
}
.nstec-recruit-c-nav ul,
.nstec-recruit-c-nav li,
.nstec-recruit-c-nav figure {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.nstec-recruit-c-nav .c-nav__content {
  height: 0;
  position: absolute;
  left: 1.6rem;
  top: 0;
  width: 30rem;
  min-width: 30rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-nav .c-nav__content {
    position: static;
    height: 7rem;
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-nav .c-nav__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 13;
    pointer-events: none;
  }
}
.nstec-recruit-c-nav .c-nav__wrapInner {
  position: sticky;
  top: 12rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-nav .c-nav__wrapInner {
    top: 9rem;
    pointer-events: auto;
  }
}
.nstec-recruit-c-nav .c-nav__spNav {
  display: none;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-nav .c-nav__spNav {
    overflow: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    padding: 0 2.4rem;
    padding-bottom: 1.2rem;
  }
}
.nstec-recruit-c-nav .c-nav__spNav .movie {
  padding-right: 2.4rem;
}
.nstec-recruit-c-nav .c-nav__spNav .movie button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.12em;
  padding: 0.8rem;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
  border-radius: 0.8rem;
  background: #25B3FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
}
.nstec-recruit-c-nav .c-nav__spNav .movie .play {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background: url("/assets/nstec/img/common/recruit_nav/play_sp.svg") no-repeat center center/contain;
}
.nstec-recruit-c-nav .c-nav__spNav .simplebar-track.simplebar-horizontal {
  height: 8px;
  left: 2.4rem;
  right: 2.4rem;
}
.nstec-recruit-c-nav .c-nav__spNav .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  background: white;
}
.nstec-recruit-c-nav .c-nav__spNavInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-nav .c-nav__pcNav {
    display: none;
  }
}
.nstec-recruit-c-nav .c-nav__pcNav .nstec-recruit-c-button {
  position: relative;
}
.nstec-recruit-c-nav .c-nav__pcNav .nstec-recruit-c-button:has(.-active)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  left: -0.6rem;
  width: 0.2rem;
  background: white;
  height: calc(100% - 1.6rem);
  border-radius: 0.2rem;
}
.nstec-recruit-c-nav .c-nav__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-nav .c-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nstec-recruit-c-nav .c-nav__item .sp_link {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.12em;
  padding: 0.8rem;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
  border-radius: 0.8rem;
  position: relative;
  display: block;
  background: #25B3FF;
}
.nstec-recruit-c-nav .c-nav__item .sp_link span {
  position: relative;
  z-index: 11;
}
.nstec-recruit-c-nav .c-nav__item .sp_link.-active {
  background: #ffffff;
  color: #2848BE;
}
.nstec-recruit-c-nav .c-nav__item .sp_link.-active::before {
  content: "";
  display: none;
  position: absolute;
  bottom: calc(100% + 0.4rem);
  left: 0.8rem;
  width: calc(100% - 1.6rem);
  background: white;
  height: 0.2rem;
  border-radius: 0.2rem;
}
.nstec-recruit-c-nav .c-nav__buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-nav .c-nav__buttons {
    grid-template-columns: repeat(2, 1fr);
    position: fixed;
    bottom: 0.8rem;
    left: 0.8rem;
    right: 0.8rem;
    z-index: 99;
  }
}
.nstec-recruit-c-nav .c-nav__movie {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-nav .c-nav__movie {
    display: none;
  }
}
.nstec-recruit-c-nav .c-nav__movie .movie {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  aspect-ratio: 269/151;
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
}
.nstec-recruit-c-nav .c-nav__movie .movie img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nstec-recruit-c-nav .c-nav__movie .movie .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.6rem;
  height: 5rem;
  background: url("/assets/nstec/img/common/recruit_nav/play.svg") no-repeat center center/contain;
}
.nstec-recruit-c-nav .c-nav__movie .catch {
  margin-top: 2rem;
  width: 100%;
}

.nstec-recruit-c-cta .c-cta__content {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-cta .c-cta__content {
    gap: 0.8rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-cta .c-section__inner {
    padding: 0rem;
  }
}
.nstec-recruit-c-cta .c-cta__block {
  background: white;
  padding: 2.4rem 3rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-cta .c-cta__block {
    border-radius: 0;
    padding: 2.4rem;
  }
}
.nstec-recruit-c-cta .c-cta__block .header {
  display: grid;
  grid-template-columns: 20rem auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-cta .c-cta__block .header {
    grid-template-columns: 1fr;
  }
}
.nstec-recruit-c-cta .c-cta__block .image {
  margin: 0;
  aspect-ratio: 29/21;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-cta .c-cta__block .image {
    margin: 0 auto;
    max-width: 20rem;
  }
}
.nstec-recruit-c-cta .c-cta__block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.nstec-recruit-c-cta .c-cta__block .text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-cta .c-cta__block .text {
    margin-top: 1.2rem;
    text-align: center;
    font-size: 1.4rem;
  }
}
.nstec-recruit-c-cta .c-cta__block .text.-color--blue {
  color: #2848BE;
}
.nstec-recruit-c-cta .c-cta__block .text.-color--orange {
  color: #F14B26;
}
.nstec-recruit-c-cta .c-cta__block .link {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-c-cta .c-cta__block .link {
    margin-top: 1.2rem;
  }
}
.nstec-recruit-top-s-header {
  padding: 5.6rem 0;
}
.nstec-recruit-top-s-header ul,
.nstec-recruit-top-s-header li,
.nstec-recruit-top-s-header figure,
.nstec-recruit-top-s-header h1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-recruit-top-s-header .s-header__wrap {
  position: relative;
}
.nstec-recruit-top-s-header .s-header__title {
  max-width: 77rem;
}
.nstec-recruit-top-s-header .s-header__title img {
  height: 100%;
  width: 100%;
}
.nstec-recruit-top-s-header .s-header__text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 57rem;
  max-width: 53rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-header .s-header__text {
    position: static;
    margin-top: 4.6rem;
    max-width: 22rem;
    font-family: Noto Sans JP;
    font-size: 1.4rem;
  }
}
.nstec-recruit-top-s-header .s-header__slider {
  position: absolute;
  right: 0;
  top: 0;
  height: 32rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-header .s-header__slider {
    height: 18rem;
    width: 18rem;
    top: 12.5rem;
    right: -2.4rem;
  }
}
.nstec-recruit-top-s-header .s-header__slider .splide__track,
.nstec-recruit-top-s-header .s-header__slider ul {
  height: 100%;
  width: 100%;
}
.nstec-recruit-top-s-header .s-header__slider .splide__slide.is-active .image {
  opacity: 1;
  -webkit-transform: translateY(0rem);
  transform: translateY(0rem);
}
.nstec-recruit-top-s-header .s-header__slider .splide__slide.is-active .arrow {
  opacity: 1;
  -webkit-transform: translateX(0rem);
  transform: translateX(0rem);
}
.nstec-recruit-top-s-header .s-header__slider .image {
  width: 24rem;
  height: 24rem;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: 12;
  opacity: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.6s cubic-bezier(0.1, 0.7, 0.3, 0.9);
  transition: all 0.6s cubic-bezier(0.1, 0.7, 0.3, 0.9);
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-header .s-header__slider .image {
    width: 14.3rem;
    height: 14.3rem;
    top: 0;
    right: 2rem;
  }
}
.nstec-recruit-top-s-header .s-header__slider .arrow {
  width: 30.875rem;
  height: 12.315rem;
  position: absolute;
  top: 9rem;
  right: -4rem;
  z-index: 11;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.1, 0.7, 0.3, 0.9);
  transition: all 0.6s cubic-bezier(0.1, 0.7, 0.3, 0.9);
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-header .s-header__slider .arrow {
    width: 17.8rem;
    height: 7.2rem;
    right: 0;
    top: 8.5rem;
  }
}

.nstec-recruit-top-s-about .s-about__link {
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.1, 0.7, 0.3, 0.9);
  transition: 0.3s cubic-bezier(0.1, 0.7, 0.3, 0.9);
  text-decoration: none;
  color: #37383B;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-top-s-about .s-about__link:hover {
    background: #ffffff;
  }
  .nstec-recruit-top-s-about .s-about__link:hover .s-about__image .hide {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.nstec-recruit-top-s-about .s-about__content {
  grid-template-columns: 36.4rem auto;
  display: grid;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-about .s-about__content {
    gap: 2.4rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-about .s-about__block.-type--image {
    max-height: 24rem;
    height: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-top-s-about .s-about__inner {
    display: grid;
    grid-template-columns: 28rem auto;
    gap: 1.5rem 4.8rem;
  }
}
.nstec-recruit-top-s-about .s-about__image {
  position: relative;
  margin: 0;
  aspect-ratio: 280/192;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-top-s-about .s-about__image {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-about .s-about__image {
    max-width: 23rem;
    margin: 0 auto;
  }
}
.nstec-recruit-top-s-about .s-about__image .image {
  position: relative;
  z-index: 12;
}
.nstec-recruit-top-s-about .s-about__image .hide {
  -webkit-transition: 0.3s cubic-bezier(0.1, 0.7, 0.3, 0.9);
  transition: 0.3s cubic-bezier(0.1, 0.7, 0.3, 0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-3rem);
  transform: translateX(-3rem);
  width: 29.3rem;
  height: 15rem;
  position: absolute;
  left: calc(50% - 14.65rem);
  top: calc(50% - 7.5rem);
  z-index: 11;
}
.nstec-recruit-top-s-about .s-about__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-top-s-about .s-about__header {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-about .s-about__header {
    margin-top: 1.2rem;
  }
}
.nstec-recruit-top-s-about .s-about__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-top-s-about .s-about__text {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-about .s-about__text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.nstec-recruit-top-s-job .s-job__link {
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.1, 0.7, 0.3, 0.9);
  transition: 0.3s cubic-bezier(0.1, 0.7, 0.3, 0.9);
  text-decoration: none;
  color: #37383B;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-top-s-job .s-job__link:hover {
    background: #ffffff;
  }
  .nstec-recruit-top-s-job .s-job__link:hover .s-job__image .hide {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.nstec-recruit-top-s-job .s-job__content {
  grid-template-columns: 45.8rem auto;
  grid-template-rows: 30rem auto 22.5rem;
  display: grid;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-job .s-job__content {
    gap: 2.4rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-top-s-job .s-job__block:nth-child(1) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .nstec-recruit-top-s-job .s-job__block:nth-child(2) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .nstec-recruit-top-s-job .s-job__block:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .nstec-recruit-top-s-job .s-job__block:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/4;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-job .s-job__block.-type--image {
    max-height: 24rem;
    height: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-top-s-job .s-job__jobInner {
    display: grid;
  }
  .nstec-recruit-top-s-job .s-job__jobInner .s-job__image {
    grid-row: 2/3;
  }
  .nstec-recruit-top-s-job .s-job__jobInner .s-job__header {
    grid-row: 1/2;
  }
  .nstec-recruit-top-s-job .s-job__jobInner .s-job__text {
    grid-row: 3/4;
    margin-top: 1.2rem;
  }
}
.nstec-recruit-top-s-job .s-job__jobInner .s-job__image {
  text-align: center;
}
.nstec-recruit-top-s-job .s-job__jobInner .s-job__image .image {
  max-width: 23.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-job .s-job__jobInner .s-job__image .image {
    max-height: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-top-s-job .s-job__envInner {
    display: grid;
    grid-template-columns: 23rem auto;
    gap: 1.5rem 4.8rem;
  }
  .nstec-recruit-top-s-job .s-job__envInner .s-job__image {
    grid-column: 1/2;
    grid-row: 1/2;
    aspect-ratio: 1/1;
  }
  .nstec-recruit-top-s-job .s-job__envInner .s-job__header {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .nstec-recruit-top-s-job .s-job__envInner .s-job__text {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: center;
  }
}
.nstec-recruit-top-s-job .s-job__envInner .s-job__image.-env {
  max-width: 22.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-job .s-job__envInner .s-job__image.-env {
    max-width: 16rem;
    margin: 0 auto;
  }
}
.nstec-recruit-top-s-job .s-job__image {
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-job .s-job__image {
    text-align: center;
  }
}
.nstec-recruit-top-s-job .s-job__image .image {
  position: relative;
  z-index: 12;
}
.nstec-recruit-top-s-job .s-job__image .hide {
  -webkit-transition: 0.3s cubic-bezier(0.1, 0.7, 0.3, 0.9);
  transition: 0.3s cubic-bezier(0.1, 0.7, 0.3, 0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-3rem);
  transform: translateX(-3rem);
  width: 40.8rem;
  height: 10.8rem;
  position: absolute;
  left: calc(50% - 20.4rem);
  top: calc(50% - 5.4rem);
  z-index: 11;
}
.nstec-recruit-top-s-job .s-job__image .hide.env {
  width: calc(100% + 5rem);
  height: auto;
  max-width: initial;
  right: -5rem;
  left: 0;
  top: calc(50% - 6.5rem);
}
.nstec-recruit-top-s-job .s-job__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-job .s-job__header {
    margin-top: 1.2rem;
  }
}
.nstec-recruit-top-s-job .s-job__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-job .s-job__text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-member {
    background: rgba(255, 255, 255, 0.8);
    padding: 4.8rem 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-member .s-member__block {
    background: transparent;
    overflow: visible;
  }
  .nstec-recruit-top-s-member .s-member__block .c-section__blockInner {
    padding: 0 !important;
  }
}
.nstec-recruit-top-s-member .s-member__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nstec-recruit-top-s-member .s-member__header .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #2848BE;
  text-decoration: none;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-member .s-member__header .link {
    font-size: 1.2rem;
  }
}
.nstec-recruit-top-s-member .s-member__slider {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-member .s-member__slider {
    margin-top: 2.4rem;
  }
}
.nstec-recruit-top-s-member .s-member__content {
  margin-top: 7.2rem;
}
.nstec-recruit-top-s-member .s-member__content ul,
.nstec-recruit-top-s-member .s-member__content li,
.nstec-recruit-top-s-member .s-member__content figure,
.nstec-recruit-top-s-member .s-member__content h3,
.nstec-recruit-top-s-member .s-member__content h4 {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-member .s-member__content {
    margin-top: 4.8rem;
  }
}
.nstec-recruit-top-s-member .s-member__content .title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #2848BE;
}
.nstec-recruit-top-s-member .s-member__content .image {
  max-width: 68rem;
  margin: 2.4rem auto 0;
}
.nstec-recruit-top-s-member .s-member__content .list {
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-member .s-member__content .list {
    grid-template-columns: 1fr;
  }
}
.nstec-recruit-top-s-member .s-member__content .item .item_title span::after {
  content: "";
  display: block;
  background: url("/assets/nstec/img/common/recruit/line-blue.svg") no-repeat center right/cover;
  height: 0.6rem;
  margin-top: 0.5rem;
}
.nstec-recruit-top-s-member .s-member__content .item:nth-child(4n+1) .item_title span::after {
  background-image: url("/assets/nstec/img/common/recruit/line-yellow.svg");
}
.nstec-recruit-top-s-member .s-member__content .item:nth-child(4n+2) .item_title span::after {
  background-image: url("/assets/nstec/img/common/recruit/line-blue.svg");
}
.nstec-recruit-top-s-member .s-member__content .item:nth-child(4n+3) .item_title span::after {
  background-image: url("/assets/nstec/img/common/recruit/line-green.svg");
}
.nstec-recruit-top-s-member .s-member__content .item:nth-child(4n) .item_title span::after {
  background-image: url("/assets/nstec/img/common/recruit/line-purple.svg");
}
.nstec-recruit-top-s-member .s-member__content .item_title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.nstec-recruit-top-s-member .s-member__content .item_title span {
  display: inline-block;
}
.nstec-recruit-top-s-member .s-member__content .item_text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-event {
    overflow: hidden;
  }
}
.nstec-recruit-top-s-event .s-event__content {
  grid-template-columns: 74.3rem auto;
  display: grid;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-event .s-event__content {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-top-s-event .s-event__block:nth-child(1) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .nstec-recruit-top-s-event .s-event__block:nth-child(2) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-event .s-event__block + .s-event__block {
    overflow: visible;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-event .s-event__block.-type--image {
    max-height: 24rem;
    height: 24rem;
  }
}
.nstec-recruit-top-s-event .s-event__block.-type--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nstec-recruit-top-s-event .s-event__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nstec-recruit-top-s-event .s-event__header .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #2848BE;
  text-decoration: none;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-event .s-event__header .link {
    font-size: 1.2rem;
  }
}
.nstec-recruit-top-s-event .s-event__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-event .s-event__text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}
.nstec-recruit-top-s-event .s-event__slider {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-top-s-event .s-event__slider {
    padding-bottom: 3.2rem;
  }
}
.nstec-recruit-top-s-event .s-event__slider .splide__track {
  overflow: visible;
}
.nstec-recruit-top-s-event .s-event__slider .splide__pagination {
  bottom: 0;
}
.nstec-recruit-top-s-event .s-event__slider .splide__pagination .splide__pagination__page {
  background: #2848BE;
}

.nstec-recruit-s-pageHeader .s-pageHeader__content {
  padding: 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-pageHeader .s-pageHeader__content {
    padding: 0;
  }
}
.nstec-recruit-s-pageHeader .s-pageHeader__header {
  position: relative;
}
.nstec-recruit-s-pageHeader .s-pageHeader__header.-has--image {
  min-height: 38rem;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-s-pageHeader .s-pageHeader__header.-has--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-pageHeader .s-pageHeader__header.-has--image {
    min-height: auto;
  }
}
.nstec-recruit-s-pageHeader .s-pageHeader__image {
  max-width: 42rem;
  max-height: 42rem;
  margin: 0;
  aspect-ratio: 21/19;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-pageHeader .s-pageHeader__image {
    position: static;
    max-width: 26.5rem;
    max-height: 26.5rem;
    margin: 0 auto;
  }
}
.nstec-recruit-s-pageHeader .s-pageHeader__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.nstec-recruit-s-pageHeader .s-pageHeader__title {
  color: #ffffff;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-pageHeader .s-pageHeader__title {
    margin-top: 1.2rem;
  }
}
.nstec-recruit-s-pageHeader .s-pageHeader__title .en {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 8rem;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-pageHeader .s-pageHeader__title .en {
    font-size: 4rem;
  }
}
.nstec-recruit-s-pageHeader .s-pageHeader__title .ja {
  margin: 0;
  margin-top: 2.4rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-pageHeader .s-pageHeader__title .ja {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}
.nstec-recruit-s-pageHeader .s-pageHeader__title .ja span {
  display: inline-block;
}
.nstec-recruit-s-pageHeader .s-pageHeader__title .ja span::after {
  content: "";
  display: block;
  background: url(/assets/nstec/img/common/recruit/line-white.svg) no-repeat center right/cover;
  height: 0.4rem;
  margin-top: 0.5rem;
}
.nstec-recruit-s-pageHeader .s-pageHeader__title .description {
  margin: 0;
  margin-top: 3.2rem;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-pageHeader .s-pageHeader__title .description {
    font-size: 1.4rem;
    max-width: 100%;
    margin-top: 2.4rem;
  }
}
.nstec-recruit-s-pageHeader .s-pageHeader__nav {
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 3.2rem;
  position: relative;
  z-index: 12;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-pageHeader .s-pageHeader__nav {
    padding: 0;
    border-radius: 1.2rem;
  }
}
.nstec-recruit-s-pageHeader .s-pageHeader__nav .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4rem 4.8rem;
  grid-template-columns: repeat(3, auto);
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-pageHeader .s-pageHeader__nav .list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-pageHeader .s-pageHeader__nav .item + .item {
    border-top: 0.2rem solid rgba(40, 72, 190, 0.1019607843);
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-s-pageHeader .s-pageHeader__nav .item:nth-child(3n+1), .nstec-recruit-s-pageHeader .s-pageHeader__nav .item:nth-child(3n+2) {
    border-right: 0.2rem solid rgba(40, 72, 190, 0.1019607843);
  }
}
.nstec-recruit-s-pageHeader .s-pageHeader__nav .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  gap: 1.2rem;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-pageHeader .s-pageHeader__nav .link {
    padding: 1.6rem;
  }
}
.nstec-recruit-s-pageHeader .s-pageHeader__nav .title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-pageHeader .s-pageHeader__nav .title {
    font-size: 1.4rem;
  }
}

.nstec-recruit-company-s-lead .s-lead__title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #2848BE;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-lead .s-lead__title {
    font-size: 2rem;
  }
}
.nstec-recruit-company-s-lead .s-lead__text {
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-lead .s-lead__text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.nstec-recruit-company-s-data .s-data__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-data .s-data__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
  }
}
.nstec-recruit-company-s-data .s-data__item {
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-data .s-data__item {
    padding: 2rem 1rem;
    display: grid;
    grid-template-rows: 6rem 14rem;
    gap: 0.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.nstec-recruit-company-s-data .s-data__item .title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  background: #F14B26;
  border-radius: 10rem;
  padding: 0.8rem 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-data .s-data__item .title {
    font-size: 1.2rem;
    padding: 0.6rem 0.8rem;
  }
}
.nstec-recruit-company-s-data .s-data__item .title::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-top: 0.8rem solid #F14B26;
  border-bottom: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nstec-recruit-company-s-data .s-data__item .image {
  height: 21rem;
  width: 100%;
  margin: 1.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-data .s-data__item .image {
    height: 14rem;
    margin-top: 0;
  }
}
.nstec-recruit-company-s-data .s-data__item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.nstec-recruit-company-s-info .s-info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-info .s-info__list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 3.2rem;
  }
}
.nstec-recruit-company-s-info .s-info__link {
  color: #37383B;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-company-s-info .s-info__link:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.nstec-recruit-company-s-info .s-info__link .image {
  margin: 0;
  aspect-ratio: 485.5/303.4375;
  overflow: hidden;
  border-radius: 1.2rem;
}
.nstec-recruit-company-s-info .s-info__link .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nstec-recruit-company-s-info .s-info__link .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-top: 1.2rem;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-info .s-info__link .title {
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-message {
    overflow: hidden;
  }
}
.nstec-recruit-company-s-message .s-message__content {
  display: grid;
  grid-template-columns: 40rem auto;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-message .s-message__content {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-company-s-message .s-message__image {
    position: sticky !important;
    top: 0;
    aspect-ratio: 396/561;
  }
}
.nstec-recruit-company-s-message .s-message__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-message .s-message__image img {
    position: static;
  }
}
.nstec-recruit-company-s-message .s-message__catch {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #2848BE;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-message .s-message__catch {
    font-size: 2rem;
    margin-top: 2.4rem;
  }
}
.nstec-recruit-company-s-message .s-message__text {
  margin-top: 2.4rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-message .s-message__text {
    font-size: 1.4rem;
  }
}
.nstec-recruit-company-s-message .s-message__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-message .s-message__detail {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.nstec-recruit-company-s-message .s-message__detail .position {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-message .s-message__detail .position {
    font-size: 1.2rem;
  }
}
.nstec-recruit-company-s-message .s-message__detail .name {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-company-s-message .s-message__detail .name {
    font-size: 2rem;
  }
}
.nstec-recruit-environment-s-career ul,
.nstec-recruit-environment-s-career li,
.nstec-recruit-environment-s-career figure,
.nstec-recruit-environment-s-career h3,
.nstec-recruit-environment-s-career h4 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nstec-recruit-environment-s-career .s-career__content {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__content {
    margin-top: 4rem;
  }
}
.nstec-recruit-environment-s-career .s-career__list {
  counter-reset: career 0;
}
.nstec-recruit-environment-s-career .s-career__item + .s-career__item {
  border-top: solid 0.2rem rgba(40, 72, 190, 0.1019607843);
  margin-top: 4.8rem;
  padding-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__item + .s-career__item {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
  }
}
.nstec-recruit-environment-s-career .s-career__item:nth-child(4n+1) svg {
  fill: #FD971A;
}
.nstec-recruit-environment-s-career .s-career__item:nth-child(4n+2) svg {
  fill: #059AF1;
}
.nstec-recruit-environment-s-career .s-career__item:nth-child(4n+3) svg {
  fill: #0EC37B;
}
.nstec-recruit-environment-s-career .s-career__item:nth-child(4n) svg {
  fill: #E34DD1;
}
.nstec-recruit-environment-s-career .s-career__itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.nstec-recruit-environment-s-career .s-career__itemTitle .label {
  position: relative;
  height: 8rem;
  width: 8rem;
  min-width: 8rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__itemTitle .label {
    height: 6.4rem;
    width: 6.4rem;
    min-width: 6.4rem;
  }
}
.nstec-recruit-environment-s-career .s-career__itemTitle .text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__itemTitle .text {
    font-size: 1.2rem;
  }
}
.nstec-recruit-environment-s-career .s-career__itemTitle .text::after {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0%;
  display: block;
  text-align: center;
  counter-increment: career 1;
  content: "0" counter(career);
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__itemTitle .text::after {
    font-size: 2rem;
  }
}
.nstec-recruit-environment-s-career .s-career__itemTitle svg {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nstec-recruit-environment-s-career .s-career__itemTitle .title {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__itemTitle .title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.nstec-recruit-environment-s-career .s-career__itemPerson {
  margin-top: 2.4rem;
  border-radius: 0.8rem;
  background: #ffffff;
  padding: 2.4rem;
  display: grid;
  grid-template-columns: 14.4rem 1fr;
  gap: 1.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__itemPerson {
    gap: 2.4rem;
    padding: 1.6rem;
    margin-top: 1.6rem;
    grid-template-columns: 8rem 1fr;
  }
}
.nstec-recruit-environment-s-career .s-career__itemPerson .imageWrap {
  height: 14.4rem;
  width: 14.4rem;
  min-width: 14.4rem;
  position: relative;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__itemPerson .imageWrap {
    grid-column: 1/2;
    grid-row: 1/2;
    height: 8rem;
    width: 8rem;
    min-width: 8rem;
  }
}
.nstec-recruit-environment-s-career .s-career__itemPerson .imageWrap svg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4.3rem;
  width: 4.3rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__itemPerson .imageWrap svg {
    height: 3.2rem;
    width: 3.2rem;
  }
}
.nstec-recruit-environment-s-career .s-career__itemPerson .image {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.nstec-recruit-environment-s-career .s-career__itemPerson .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nstec-recruit-environment-s-career .s-career__itemPerson .detail {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.12em;
  color: #2848BE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__itemPerson .detail {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.nstec-recruit-environment-s-career .s-career__itemPerson .detail .position {
  font-size: 1.2rem;
}
.nstec-recruit-environment-s-career .s-career__itemPerson .text {
  grid-column: 2/3;
  grid-row: 2/3;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__itemPerson .text {
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: 1.4rem;
  }
}
.nstec-recruit-environment-s-career .s-career__childList {
  margin-top: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 0.8rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__childList {
    gap: 0.2rem;
  }
}
.nstec-recruit-environment-s-career .s-career__childItem {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  padding: 1.6rem;
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__childItem {
    padding: 0.8rem;
    border-radius: 0.6rem;
  }
}
.nstec-recruit-environment-s-career .s-career__childItem .text {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__childItem .text {
    font-size: 0.8rem;
  }
}
.nstec-recruit-environment-s-career .s-career__childItem .title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #2848BE;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__childItem .title {
    font-size: 0.9rem;
  }
}
.nstec-recruit-environment-s-career .s-career__childItem .title .num {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-career .s-career__childItem .title .num {
    font-size: 1.4rem;
  }
}

.nstec-recruit-environment-s-personality .s-personality__content {
  margin-top: 7.2rem;
}
.nstec-recruit-environment-s-personality .s-personality__content ul,
.nstec-recruit-environment-s-personality .s-personality__content li,
.nstec-recruit-environment-s-personality .s-personality__content figure,
.nstec-recruit-environment-s-personality .s-personality__content h3,
.nstec-recruit-environment-s-personality .s-personality__content h4 {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-personality .s-personality__content {
    margin-top: 4.8rem;
  }
}
.nstec-recruit-environment-s-personality .s-personality__content .image {
  max-width: 68rem;
  margin: 2.4rem auto 0;
}
.nstec-recruit-environment-s-personality .s-personality__content .list {
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-personality .s-personality__content .list {
    grid-template-columns: 1fr;
  }
}
.nstec-recruit-environment-s-personality .s-personality__content .item .item_title span::after {
  content: "";
  display: block;
  background: url("/assets/nstec/img/common/recruit/line-blue.svg") no-repeat center right/cover;
  height: 0.6rem;
  margin-top: 0.5rem;
}
.nstec-recruit-environment-s-personality .s-personality__content .item:nth-child(4n+1) .item_title span::after {
  background-image: url("/assets/nstec/img/common/recruit/line-yellow.svg");
}
.nstec-recruit-environment-s-personality .s-personality__content .item:nth-child(4n+2) .item_title span::after {
  background-image: url("/assets/nstec/img/common/recruit/line-blue.svg");
}
.nstec-recruit-environment-s-personality .s-personality__content .item:nth-child(4n+3) .item_title span::after {
  background-image: url("/assets/nstec/img/common/recruit/line-green.svg");
}
.nstec-recruit-environment-s-personality .s-personality__content .item:nth-child(4n) .item_title span::after {
  background-image: url("/assets/nstec/img/common/recruit/line-purple.svg");
}
.nstec-recruit-environment-s-personality .s-personality__content .item_title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.nstec-recruit-environment-s-personality .s-personality__content .item_title span {
  display: inline-block;
}
.nstec-recruit-environment-s-personality .s-personality__content .item_text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-top: 1.8rem;
}
.nstec-recruit-environment-s-training ul,
.nstec-recruit-environment-s-training li,
.nstec-recruit-environment-s-training figure,
.nstec-recruit-environment-s-training h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-recruit-environment-s-training .s-training__list {
  margin-top: 6.4rem;
  counter-reset: count 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-training .s-training__list {
    margin-top: 3.2rem;
  }
}
.nstec-recruit-environment-s-training .s-training__item {
  display: grid;
  grid-template-columns: auto 32.6rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-training .s-training__item {
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }
}
.nstec-recruit-environment-s-training .s-training__item + .s-training__item {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-training .s-training__item + .s-training__item {
    margin-top: 2.4rem;
  }
}
.nstec-recruit-environment-s-training .s-training__image {
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-environment-s-training .s-training__image {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-environment-s-training .s-training__header {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.nstec-recruit-environment-s-training .s-training__title {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-training .s-training__title {
    font-size: 2rem;
  }
}
.nstec-recruit-environment-s-training .s-training__title.-has--number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  font-size: 2.4rem;
  color: #37383B;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-training .s-training__title.-has--number {
    font-size: 1.8rem;
  }
}
.nstec-recruit-environment-s-training .s-training__title.-has--number::before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  display: grid;
  place-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  height: 8rem;
  width: 8rem;
  min-width: 8rem;
  background: url("/assets/nstec/img/recruit_environment/training/num_bg.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-training .s-training__title.-has--number::before {
    font-size: 2.4rem;
    height: 6.4rem;
    width: 6.4rem;
    min-width: 6.4rem;
  }
}
.nstec-recruit-environment-s-training .s-training__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-environment-s-training .s-training__text {
    font-size: 1.4rem;
  }
}

.nstec-recruit-work-s-about .s-about__blockContent {
  display: grid;
  grid-template-columns: 47.5rem auto;
  gap: 4.8rem;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-about .s-about__blockContent {
    display: block;
    margin-top: 4rem;
  }
}
.nstec-recruit-work-s-about .s-about__sliderThumbnail {
  grid-column: 1/3;
  grid-row: 2/3;
}
.nstec-recruit-work-s-about .s-about__sliderThumbnail .splide__track {
  overflow: visible;
}
.nstec-recruit-work-s-about .s-about__sliderThumbnail .splide__slide {
  aspect-ratio: 473.5/344;
  max-width: 10rem;
  overflow: visible;
  border: none !important;
}
.nstec-recruit-work-s-about .s-about__sliderThumbnail .splide__slide:hover .icon {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.nstec-recruit-work-s-about .s-about__sliderThumbnail .splide__slide:hover .icon svg {
  -webkit-animation: rotateAnimation 5s linear infinite;
  animation: rotateAnimation 5s linear infinite;
}
@-webkit-keyframes rotateAnimation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateAnimation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.nstec-recruit-work-s-about .s-about__sliderThumbnail .splide__slide .icon {
  position: absolute;
  right: -0.6rem;
  bottom: -0.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nstec-recruit-work-s-about .s-about__sliderThumbnail .splide__slide .icon .bg {
  height: 3.2rem;
  width: 3.2rem;
  display: block;
}
.nstec-recruit-work-s-about .s-about__sliderThumbnail .splide__slide .icon svg {
  fill: #FD971A;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.nstec-recruit-work-s-about .s-about__sliderThumbnail .splide__slide .icon .arrow {
  background: url("/assets/nstec/img/common/icon/arrowRight-white.svg") no-repeat center/contain;
  width: 1.2rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nstec-recruit-work-s-about .s-about__sliderThumbnail .splide__slide.is-active .icon {
  display: none;
}
.nstec-recruit-work-s-about .s-about__sliderThumbnail .splide__slide img {
  border-radius: 0.8rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nstec-recruit-work-s-about .s-about__sliderMain {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-about .s-about__sliderMain {
    margin-top: 2.4rem;
  }
}
.nstec-recruit-work-s-about .s-about__sliderMain .splide__track {
  overflow: visible;
}
.nstec-recruit-work-s-about .s-about__sliderMain .splide__slide {
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}
.nstec-recruit-work-s-about .s-about__sliderMain .splide__slide::before {
  content: "";
  display: block;
  padding-top: 72.6%;
}
.nstec-recruit-work-s-about .s-about__sliderMain .splide__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.nstec-recruit-work-s-about .s-about__sliderMain .splide__arrow {
  opacity: 1;
  width: 5rem;
  height: 4rem;
  background: none;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-about .s-about__sliderMain .splide__arrow {
    width: 4rem;
    height: 3.2rem;
  }
}
.nstec-recruit-work-s-about .s-about__sliderMain .splide__arrow .nstec-recruit-c-linkIcon {
  width: 100%;
  height: 100%;
}
.nstec-recruit-work-s-about .s-about__sliderMain .splide__arrow--prev {
  left: -2.5rem;
}
.nstec-recruit-work-s-about .s-about__sliderMain .splide__arrow--prev .nstec-recruit-c-linkIcon {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-about .s-about__sliderMain .splide__arrow--prev {
    left: -0.8rem;
  }
}
.nstec-recruit-work-s-about .s-about__sliderMain .splide__arrow--next {
  right: -2.5rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-about .s-about__sliderMain .splide__arrow--next {
    right: -0.8rem;
  }
}
.nstec-recruit-work-s-about .s-about__detail {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-about .s-about__detail {
    margin-top: 1.6rem;
  }
}
.nstec-recruit-work-s-about .s-about__detail .title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-about .s-about__detail .title {
    font-size: 1.8rem;
  }
}
.nstec-recruit-work-s-about .s-about__detail .text {
  margin-top: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  white-space: pre-wrap;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-about .s-about__detail .text {
    font-size: 1.4rem;
  }
}

.nstec-recruit-work-s-intro ul,
.nstec-recruit-work-s-intro li,
.nstec-recruit-work-s-intro figure,
.nstec-recruit-work-s-intro h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-recruit-work-s-intro .s-intro__list {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-intro .s-intro__list {
    margin-top: 3.2rem;
  }
}
.nstec-recruit-work-s-intro .s-intro__item {
  display: grid;
  grid-template-columns: auto 32.6rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-intro .s-intro__item {
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }
}
.nstec-recruit-work-s-intro .s-intro__item + .s-intro__item {
  padding-top: 2.4rem;
  margin-top: 2.4rem;
  border-top: 0.2rem solid rgba(40, 72, 190, 0.1019607843);
}
.nstec-recruit-work-s-intro .s-intro__image {
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-work-s-intro .s-intro__image {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-work-s-intro .s-intro__header {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.nstec-recruit-work-s-intro .s-intro__title {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-intro .s-intro__title {
    font-size: 2rem;
  }
}
.nstec-recruit-work-s-intro .s-intro__title.-has--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.nstec-recruit-work-s-intro .s-intro__title.-has--icon .icon {
  width: 7.2rem;
  min-width: 7.2rem;
  height: 7.2rem;
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-intro .s-intro__title.-has--icon .icon {
    width: 4.8rem;
    min-width: 4.8rem;
    height: 4.8rem;
    padding: 0.8rem;
    border-radius: 1rem;
  }
}
.nstec-recruit-work-s-intro .s-intro__title.-has--icon .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.nstec-recruit-work-s-intro .s-intro__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-intro .s-intro__text {
    font-size: 1.4rem;
  }
}

.nstec-recruit-work-s-passion .s-passion__content {
  display: grid;
  grid-template-columns: 40rem 1fr;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-passion .s-passion__content {
    overflow: hidden;
    grid-template-columns: 1fr;
  }
}
.nstec-recruit-work-s-passion .s-passion__block {
  height: 37.5rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-work-s-passion .s-passion__block {
    height: auto;
  }
}
.nstec-recruit-work-s-passion .s-passion__block .image {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.nstec-recruit-work-s-passion .s-passion__block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.nstec-recruit-freshers-s-cta .s-cta__content {
  display: grid;
  grid-template-columns: auto 64rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-freshers-s-cta .s-cta__content {
    display: block;
  }
}
.nstec-recruit-freshers-s-cta .s-cta__title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-freshers-s-cta .s-cta__title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.nstec-recruit-freshers-s-cta .s-cta__title .title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #F14B26;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-freshers-s-cta .s-cta__title .title {
    font-size: 2.4rem;
  }
}
.nstec-recruit-freshers-s-cta .s-cta__title .title::after {
  content: "";
  display: block;
  background: url("/assets/nstec/img/recruit_freshers/cta/bg_title.svg") no-repeat center/contain;
  width: 22.8rem;
  height: 12.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-freshers-s-cta .s-cta__title .title::after {
    width: 13.4rem;
    height: 7.2rem;
  }
}
.nstec-recruit-freshers-s-cta .c-section__block {
  background: white;
}
.nstec-recruit-freshers-s-cta .s-cta__text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-freshers-s-cta .s-cta__text {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-freshers-s-cta .s-cta__text {
    font-size: 1.4rem;
    margin-top: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-freshers-s-cta .s-cta__link {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-freshers-s-cta .s-cta__link {
    margin-top: 4rem;
  }
}

.nstec-recruit-careers-s-positions .c-section__block {
  background: #ffffff;
}
.nstec-recruit-careers-s-positions ul,
.nstec-recruit-careers-s-positions li,
.nstec-recruit-careers-s-positions figure,
.nstec-recruit-careers-s-positions h2,
.nstec-recruit-careers-s-positions h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-recruit-careers-s-positions .s-positions__block {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-careers-s-positions .s-positions__block {
    margin-top: 4rem;
  }
}
.nstec-recruit-careers-s-positions .s-positions__blockTitle {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  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) {
  .nstec-recruit-careers-s-positions .s-positions__blockTitle {
    font-size: 2rem;
  }
}
.nstec-recruit-careers-s-positions .s-positions__blockTitle::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 3.2rem;
  background: #2848BE;
  border-radius: 0.3rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-careers-s-positions .s-positions__blockTitle::before {
    margin-right: 0.8rem;
  }
}
.nstec-recruit-careers-s-positions .s-positions__blockList {
  border-top: 0.2rem solid rgba(40, 72, 190, 0.1019607843);
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-careers-s-positions .s-positions__blockList {
    margin-top: 2.4rem;
  }
}
.nstec-recruit-careers-s-positions .s-positions__blockList .item {
  display: grid;
  grid-template-columns: auto 18rem;
  gap: 4.8rem;
  padding: 2.4rem 0;
  border-bottom: 0.2rem solid rgba(40, 72, 190, 0.1019607843);
}
@media screen and (max-width: 767px) {
  .nstec-recruit-careers-s-positions .s-positions__blockList .item {
    display: block;
  }
}
.nstec-recruit-careers-s-positions .s-positions__blockList .image {
  height: 18rem;
  width: 18rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-careers-s-positions .s-positions__blockList .image {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-careers-s-positions .s-positions__blockList .image {
    margin: 0 auto;
  }
}
.nstec-recruit-careers-s-positions .s-positions__blockList .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-careers-s-positions .s-positions__blockList .detail {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-careers-s-positions .s-positions__blockList .detail {
    margin-top: 1.6rem;
  }
}
.nstec-recruit-careers-s-positions .s-positions__blockList .title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-careers-s-positions .s-positions__blockList .title {
    font-size: 1.8rem;
  }
}
.nstec-recruit-careers-s-positions .s-positions__blockList .text {
  margin-top: 0.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
.nstec-recruit-careers-s-positions .s-positions__blockList .link {
  margin-top: 1.6rem;
  max-width: 28rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-careers-s-positions .s-positions__blockList .link {
    max-width: 100%;
  }
}

.nstec-recruit-s-breadcrumb {
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-breadcrumb {
    padding-bottom: 1.6rem;
  }
}

.nstec-recruit-common-s-welfare ul,
.nstec-recruit-common-s-welfare li,
.nstec-recruit-common-s-welfare figure {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-recruit-common-s-welfare .s-welfare__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-welfare .s-welfare__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
  }
}
.nstec-recruit-common-s-welfare .s-welfare__item {
  border-radius: 0.8rem;
  background-color: #ffffff;
  padding: 2rem 0;
  display: grid;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-welfare .s-welfare__item {
    padding: 1.6rem;
  }
}
.nstec-recruit-common-s-welfare .s-welfare__itemIcon {
  height: 12rem;
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-welfare .s-welfare__itemIcon {
    height: 8rem;
    width: 8rem;
  }
}
.nstec-recruit-common-s-welfare .s-welfare__itemIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.nstec-recruit-common-s-welfare .s-welfare__itemText {
  margin-top: 1.2rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #2848BE;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-welfare .s-welfare__itemText {
    font-size: 1.4rem;
  }
}
.nstec-recruit-common-s-welfare .s-welfare__itemText span {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-welfare .s-welfare__itemText span {
    font-size: 1rem;
  }
}

.nstec-recruit-common-s-about ul,
.nstec-recruit-common-s-about li,
.nstec-recruit-common-s-about figure,
.nstec-recruit-common-s-about h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-recruit-common-s-about .s-about__list {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-about .s-about__list {
    margin-top: 4rem;
  }
}
.nstec-recruit-common-s-about .s-about__item {
  display: grid;
  grid-template-columns: auto 32.6rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-about .s-about__item {
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }
}
.nstec-recruit-common-s-about .s-about__item + .s-about__item {
  padding-top: 2.4rem;
  margin-top: 2.4rem;
  border-top: 0.2rem solid rgba(40, 72, 190, 0.1019607843);
}
.nstec-recruit-common-s-about .s-about__image {
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-common-s-about .s-about__image {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-common-s-about .s-about__header {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.nstec-recruit-common-s-about .s-about__title {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-about .s-about__title {
    font-size: 2rem;
  }
}
.nstec-recruit-common-s-about .s-about__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-about .s-about__text {
    font-size: 1.4rem;
  }
}

.nstec-recruit-common-s-feature ul,
.nstec-recruit-common-s-feature li,
.nstec-recruit-common-s-feature figure,
.nstec-recruit-common-s-feature h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-recruit-common-s-feature .s-feature__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  counter-reset: feature 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-feature .s-feature__list {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.nstec-recruit-common-s-feature .s-feature__image {
  aspect-ratio: 477.5/232.2157897949;
  border-radius: 1.6rem;
  overflow: hidden;
}
.nstec-recruit-common-s-feature .s-feature__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nstec-recruit-common-s-feature .s-feature__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  margin-top: 0.8rem;
}
.nstec-recruit-common-s-feature .s-feature__title .label {
  position: relative;
  height: 8rem;
  width: 8rem;
  min-width: 8rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-feature .s-feature__title .label {
    height: 6.4rem;
    width: 6.4rem;
    min-width: 6.4rem;
  }
}
.nstec-recruit-common-s-feature .s-feature__title .label span {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #ffffff;
  position: relative;
  z-index: 12;
}
.nstec-recruit-common-s-feature .s-feature__title .label span::after {
  counter-increment: feature 1;
  content: "0" counter(feature);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-feature .s-feature__title .label span::after {
    font-size: 2rem;
  }
}
.nstec-recruit-common-s-feature .s-feature__title .label svg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 11;
  fill: #F14B26;
}
.nstec-recruit-common-s-feature .s-feature__title .title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-feature .s-feature__title .title {
    font-size: 2rem;
  }
}
.nstec-recruit-common-s-feature .s-feature__title .title span {
  display: inline-block;
}
.nstec-recruit-common-s-feature .s-feature__title .title span::after {
  content: "";
  display: block;
  background: url("/assets/nstec/img/common/recruit/line-orange.svg") no-repeat center right/cover;
  height: 0.6rem;
  margin-top: 0.5rem;
}
.nstec-recruit-common-s-feature .s-feature__text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-top: 0.8rem;
}
.nstec-recruit-common-s-example ul,
.nstec-recruit-common-s-example li,
.nstec-recruit-common-s-example figure,
.nstec-recruit-common-s-example h3,
.nstec-recruit-common-s-example p,
.nstec-recruit-common-s-example a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.nstec-recruit-common-s-example .s-example__list {
  margin-top: 4.8rem;
  counter-reset: example 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-example .s-example__list {
    margin-top: 4rem;
  }
}
.nstec-recruit-common-s-example .s-example__item {
  background-color: #ffffff;
  border-radius: 0.8rem;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-example .s-example__item {
    padding: 1.6rem;
  }
}
.nstec-recruit-common-s-example .s-example__item + li {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-example .s-example__item + li {
    margin-top: 0.8rem;
  }
}
.nstec-recruit-common-s-example .s-example__item.is-active .s-example__itemIcon span:nth-child(2) {
  display: none;
}
.nstec-recruit-common-s-example .s-example__itemTextBlock {
  width: 100%;
}
.nstec-recruit-common-s-example .s-example__itemTitle {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 8rem auto 1fr;
  gap: 2.4rem;
  margin: 0;
  color: #2848BE;
  word-break: break-word;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-example .s-example__itemTitle {
    gap: 1.2rem;
    grid-template-columns: 4.8rem auto 1fr;
  }
}
.nstec-recruit-common-s-example .s-example__itemTitle .icon {
  height: 8rem;
  width: 8rem;
  min-width: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-example .s-example__itemTitle .icon {
    height: 4.8rem;
    width: 4.8rem;
    min-width: 4.8rem;
  }
}
.nstec-recruit-common-s-example .s-example__itemTitle .titleWrap span {
  display: block;
}
.nstec-recruit-common-s-example .s-example__itemTitle .title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-example .s-example__itemTitle .title {
    font-size: 1.6rem;
  }
}
.nstec-recruit-common-s-example .s-example__itemTitle .name {
  margin-top: 0.4rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-example .s-example__itemTitle .name {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
.nstec-recruit-common-s-example .s-example__itemText {
  display: none;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 70rem;
  letter-spacing: 0.12em;
  white-space: pre-wrap;
  word-break: break-word;
  padding-top: 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-example .s-example__itemText {
    font-size: 1.4rem;
    max-width: 100%;
    padding-top: 2rem;
  }
}
.nstec-recruit-common-s-example .s-example__itemIcon {
  display: block;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  border: solid 0.2rem #2848BE;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  justify-self: flex-end;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-example .s-example__itemIcon {
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-common-s-example .s-example__itemIcon:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.nstec-recruit-common-s-example .s-example__itemIcon > span {
  display: block;
  position: absolute;
  top: calc(50% - 0.1rem);
  left: calc(50% - 0.8rem);
  width: 1.6rem;
  height: 0.2rem;
  background-color: #2848BE;
  border-radius: 10rem;
}
.nstec-recruit-common-s-example .s-example__itemIcon > span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-example .s-example__itemIcon > span {
    width: 1.2rem;
    left: calc(50% - 0.6rem);
  }
}

/* ==================================================
管理画面用処理（管理画面で編集できるようにする）
==================================================  */
.leadgridCms-onlyInnerWorkspace.nstec-recruit-common-s-example .s-example__itemText {
  display: block !important;
}

.nstec-recruit-common-s-interview .s-interview__header {
  max-width: 75rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-interview .s-interview__header {
    max-width: 100%;
  }
}
.nstec-recruit-common-s-interview .s-interview__content {
  margin-top: 4.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-interview .s-interview__content {
    margin-top: 2.4rem;
  }
}
.nstec-recruit-common-s-interview .s-interview__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2848BE;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-decoration: none;
  gap: 0.8rem;
  position: absolute;
  right: 0;
  bottom: calc(100% + 4.5rem);
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-interview .s-interview__link {
    font-size: 1.2rem;
    position: static;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-interview .s-interview__slider {
    margin-top: 2.4rem;
  }
}

.nstec-recruit-common-s-career .s-career__image {
  margin: 0;
  padding: 0;
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-career .s-career__image {
    margin-top: 2.4rem;
  }
}
.nstec-recruit-common-s-career .s-career__text {
  margin-top: 4.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-common-s-career .s-career__text {
    font-size: 1.4rem;
    margin-top: 2.4rem;
  }
}

.nstec-recruit-entry-s-detail .s-detail__header {
  display: grid;
  grid-template-columns: auto 42rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-entry-s-detail .s-detail__header {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.nstec-recruit-entry-s-detail .s-detail__header h1,
.nstec-recruit-entry-s-detail .s-detail__header figure,
.nstec-recruit-entry-s-detail .s-detail__header dl,
.nstec-recruit-entry-s-detail .s-detail__header dt,
.nstec-recruit-entry-s-detail .s-detail__header dd {
  margin: 0;
  padding: 0;
}
.nstec-recruit-entry-s-detail .s-detail__headerImage {
  aspect-ratio: 1/1;
  border-radius: 0.8rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-entry-s-detail .s-detail__headerImage {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.nstec-recruit-entry-s-detail .s-detail__headerImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-entry-s-detail .s-detail__headerDetail {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.nstec-recruit-entry-s-detail .s-detail__headerDetail .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.nstec-recruit-entry-s-detail .s-detail__headerDetail .category li {
  color: #2848BE;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  border: 0.2rem solid #2848BE;
  border-radius: 10rem;
  padding: 0.1rem 1rem;
}
.nstec-recruit-entry-s-detail .s-detail__headerDetail .title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-top: 1.6rem;
  white-space: pre-wrap;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-entry-s-detail .s-detail__headerDetail .title {
    font-size: 1.6rem;
  }
}
.nstec-recruit-entry-s-detail .s-detail__headerDetail .list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-entry-s-detail .s-detail__headerDetail .list {
    margin-top: 1.6rem;
  }
}
.nstec-recruit-entry-s-detail .s-detail__headerDetail .list dl {
  display: grid;
  grid-template-columns: 12rem auto;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.2rem solid rgba(40, 72, 190, 0.1019607843);
  position: relative;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-entry-s-detail .s-detail__headerDetail .list dl {
    grid-template-columns: 1fr;
    padding: 1.6rem 0;
  }
}
.nstec-recruit-entry-s-detail .s-detail__headerDetail .list dl::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  background: #2848BE;
  width: 2.4rem;
  height: 0.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-entry-s-detail .s-detail__headerDetail .list dl::after {
    width: 1.2rem;
  }
}
.nstec-recruit-entry-s-detail .s-detail__headerDetail .list dt {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-entry-s-detail .s-detail__headerDetail .list dt {
    font-size: 1.2rem;
  }
}
.nstec-recruit-entry-s-detail .s-detail__headerDetail .list dd {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-entry-s-detail .s-detail__headerDetail .list dd {
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }
}
.nstec-recruit-entry-s-detail .s-detail__body {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-entry-s-detail .s-detail__body {
    margin-top: 4.8rem;
  }
}
.nstec-recruit-entry-s-detail .s-detail__form {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-entry-s-detail .s-detail__form {
    margin-top: 4.8rem;
  }
}
.nstec-recruit-entry-s-detail .s-detail__form .title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-entry-s-detail .s-detail__form .title {
    font-size: 1.8rem;
    margin-top: 5.4rem;
    gap: 1.2rem;
  }
}
.nstec-recruit-entry-s-detail .s-detail__form .title::before {
  content: "";
  display: block;
  width: 0.4rem;
  min-width: 0.4rem;
  border-radius: 0.3rem;
  background: #2848BE;
}
.nstec-recruit-entry-s-detail .s-detail__form .form {
  margin-top: 3.2rem;
}
.is-scrolling-down .nstec-recruit-entry-c-nav .c-nav__wrapInner {
  top: 2rem;
}

.nstec-recruit-entry-c-nav {
  position: relative;
}
.nstec-recruit-entry-c-nav.leadgridCms-onlyInnerWorkspace {
  height: 10rem;
}
.nstec-recruit-entry-c-nav ul,
.nstec-recruit-entry-c-nav li,
.nstec-recruit-entry-c-nav figure {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.nstec-recruit-entry-c-nav .c-nav__content {
  height: 0;
  position: absolute;
  left: 1.6rem;
  top: 0;
  width: 30rem;
  min-width: 30rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-entry-c-nav .c-nav__content {
    position: fixed;
    z-index: 13;
    bottom: 1.6rem;
    left: 1.6rem;
    right: 1.6rem;
    top: auto;
    width: auto;
    min-width: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-entry-c-nav .c-nav__wrap {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-entry-c-nav .c-nav__wrapInner {
    position: sticky;
    top: 12rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.nstec-recruit-entry-c-nav .c-nav__buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-entry-c-nav .c-nav__buttons {
    gap: 0.8rem;
  }
}

.nstec-recruit-people-s-list .nstec-recruit-c-noresult {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-list .nstec-recruit-c-noresult {
    margin-top: 6.4rem;
  }
}
.nstec-recruit-people-s-list .s-list__list {
  margin-top: 6.4rem;
}
.nstec-recruit-people-s-list .s-list__search {
  position: relative;
  padding: 4rem;
  background: #ffffff;
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-list .s-list__search {
    padding: 3.2rem 1.6rem 4.8rem;
  }
}
.nstec-recruit-people-s-list .s-list__searchButton {
  all: unset;
  display: inline-block;
  cursor: pointer;
  border: solid 0.4rem #ffffff;
  background: #2848BE;
  border-radius: 1.2rem;
  width: 18rem;
  height: 4.8rem;
  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;
  gap: 1rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.12em;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -2.4rem);
  transform: translate(-50%, -2.4rem);
}
.nstec-recruit-people-s-list .s-list__searchButton .icon {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/assets/nstec/img/common/icon/search-white.svg") no-repeat center/contain;
}
.nstec-recruit-people-s-list .s-list__searchBlock {
  display: grid;
  grid-template-columns: 6rem auto;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-list .s-list__searchBlock {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.nstec-recruit-people-s-list .s-list__searchBlock + .s-list__searchBlock {
  border-top: solid 0.2rem rgba(40, 72, 190, 0.1019607843);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
}
.nstec-recruit-people-s-list .s-list__searchBlock ul,
.nstec-recruit-people-s-list .s-list__searchBlock li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-recruit-people-s-list .s-list__searchBlock .title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
.nstec-recruit-people-s-list .s-list__searchBlock .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.nstec-recruit-people-s-list .s-list__searchBlock .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.nstec-recruit-people-s-list .s-list__searchBlock .checkbox {
  opacity: 0;
  position: absolute;
}
.nstec-recruit-people-s-list .s-list__searchBlock .checkbox:checked + .check::before {
  background-color: #2848BE;
}
.nstec-recruit-people-s-list .s-list__searchBlock .checkbox:checked + .check::after {
  content: "";
  display: block;
  border-color: #2848BE;
  width: 0.8rem;
  height: 1.4rem;
  border-bottom: 0.3rem solid #ffffff;
  border-right: 0.3rem solid #ffffff;
  border-radius: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.nstec-recruit-people-s-list .s-list__searchBlock .check {
  display: inline-block;
  position: relative;
  min-width: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
}
.nstec-recruit-people-s-list .s-list__searchBlock .check::before {
  content: "";
  display: block;
  border: none;
  background: #fff;
  border: solid 0.2rem #2848BE;
  border-radius: 0.4rem;
  height: 100%;
  width: 100%;
}
.nstec-recruit-people-s-list .s-list__searchBlock .text {
  color: #2848BE;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  white-space: pre-wrap;
  word-break: break-word;
}
.nstec-recruit-people-s-detail .s-detail__header {
  padding: 0 6rem;
  display: grid;
  grid-template-columns: 56rem auto;
  gap: 3.2rem 2.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__header {
    padding: 0 1.6rem;
    gap: 2.4rem;
    grid-template-columns: 1fr;
  }
}
.nstec-recruit-people-s-detail .s-detail__headerTitle {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #ffffff;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-people-s-detail .s-detail__headerTitle {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__headerTitle {
    font-size: 2.4rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__headerEyecatch {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-people-s-detail .s-detail__headerEyecatch {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__headerEyecatch {
    position: relative;
  }
}
.nstec-recruit-people-s-detail .s-detail__headerEyecatch .image {
  aspect-ratio: 560/366;
  border-radius: 1.6rem;
  overflow: hidden;
}
.nstec-recruit-people-s-detail .s-detail__headerEyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nstec-recruit-people-s-detail .s-detail__headerEyecatch .icon {
  height: 9.6rem;
  width: 9.6rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__headerEyecatch .icon {
    height: 6.4rem;
    width: 6.4rem;
    bottom: -1.6rem;
    right: 1.6rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__headerEyecatch .icon .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.6rem;
  background: url("/assets/nstec/img/common/icon/arrowBottom-white.svg") no-repeat center right/contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 12;
}
.nstec-recruit-people-s-detail .s-detail__headerEyecatch .icon svg {
  fill: #FD971A;
  -webkit-animation: rotateAnimation 7s linear infinite;
  animation: rotateAnimation 7s linear infinite;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@keyframes rotateAnimation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.nstec-recruit-people-s-detail .s-detail__headerDetail {
  border-top: 0.2rem solid rgba(255, 255, 255, 0.3019607843);
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.3019607843);
  padding: 1.6rem 0;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-people-s-detail .s-detail__headerDetail {
    align-self: flex-start;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__headerDetail {
    padding: 1.2rem 0;
  }
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .label {
  font-family: #ffffff;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__headerDetail .label {
    font-size: 2rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .label::after {
  content: "";
  display: block;
  background: url("/assets/nstec/img/common/recruit/line-white.svg") no-repeat center right/cover;
  height: 0.4rem;
  margin-top: 0.8rem;
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .personWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.6rem;
  border-radius: 1.2rem;
  padding: 1.6rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__headerDetail .personWrap {
    margin-top: 1.2rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .personImage {
  margin: 0;
  height: 6.4rem;
  width: 6.4rem;
  min-width: 6.4rem;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__headerDetail .personImage {
    height: 5.6rem;
    width: 5.6rem;
    min-width: 5.6rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .personImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .personDetail {
  display: grid;
  gap: 0.6rem;
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .personDetail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__headerDetail .personDetail .flex {
    gap: 0.4rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .personDetail .name {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0.12em;
  color: #2848BE;
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .personDetail .year {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0.12em;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__headerDetail .personDetail .year {
    font-size: 1rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .position {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: rgba(14, 19, 21, 0.6);
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__headerDetail .position {
    font-size: 1rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6rem;
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .meta a {
  text-decoration: none;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-people-s-detail .s-detail__headerDetail .meta a:hover {
    opacity: 0.5;
  }
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .meta .category {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #ffffff;
  border: solid 0.2rem #ffffff;
  padding: 0.4rem 1.4rem;
  border-radius: 10rem;
  white-space: pre-wrap;
  word-break: break-word;
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .meta .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  margin-left: 2.4rem;
}
.nstec-recruit-people-s-detail .s-detail__headerDetail .meta .tags .tag {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #ffffff;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  white-space: pre-wrap;
  word-break: break-word;
}
.nstec-recruit-people-s-detail .s-detail__content {
  margin-top: 4.8rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__content {
    margin-top: 3.6rem;
    overflow: hidden;
  }
}
.nstec-recruit-people-s-detail .s-detail__flex {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: auto 4.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__flexRight {
    margin-top: 3.2rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__flexRight .sns {
  position: sticky;
  top: 10rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__flexRight .sns {
    text-align: center;
  }
}
.nstec-recruit-people-s-detail .nstec-c-toc + .s-detail__body {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .nstec-c-toc + .s-detail__body {
    margin-top: 6.4rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__cta {
  margin-top: 6.4rem;
  display: grid;
  grid-template-columns: auto 25.6rem;
  gap: 4rem;
  background: #ffffff;
  padding: 4rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__cta {
    gap: 1.6rem;
    grid-template-columns: 1fr;
    padding: 1.6rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__cta .image {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-people-s-detail .s-detail__cta .image {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .nstec-recruit-people-s-detail .s-detail__cta .detail {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.nstec-recruit-people-s-detail .s-detail__cta .title {
  display: inline-block;
}
.nstec-recruit-people-s-detail .s-detail__cta .title::after {
  content: "";
  display: block;
  background: url("/assets/nstec/img/common/recruit/line-blue.svg") no-repeat center right/cover;
  height: 0.4rem;
}
.nstec-recruit-people-s-detail .s-detail__cta .title {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #2848BE;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__cta .title {
    font-size: 2.4rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__cta .text {
  margin-top: 2.4rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__cta .text {
    margin-top: 1.6rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__cta .buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__cta .buttons {
    margin-top: 2.4rem;
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__related {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__related {
    margin-top: 6.4rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__relatedHeader {
  position: relative;
}
.nstec-recruit-people-s-detail .s-detail__relatedHeader .title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #2848BE;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__relatedHeader .title {
    font-size: 2.4rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__relatedHeader .title::after {
  content: "";
  display: block;
  background: url("/assets/nstec/img/common/recruit/line-blue.svg") no-repeat center right/cover;
  height: 0.4rem;
}
.nstec-recruit-people-s-detail .s-detail__relatedHeader .link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #2848BE;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-people-s-detail .s-detail__relatedHeader .link {
    font-size: 1.2rem;
  }
}
.nstec-recruit-people-s-detail .s-detail__relatedList {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-s-complete {
    min-height: 80rem;
  }
}
.nstec-recruit-s-complete .s-complete__content {
  padding: 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-complete .s-complete__content {
    padding: 0;
  }
}
.nstec-recruit-s-complete .s-complete__header {
  position: relative;
  min-height: 38rem;
}
@media screen and (min-width: 768px) {
  .nstec-recruit-s-complete .s-complete__header {
    grid-template-columns: 1fr 45rem;
    gap: 3.2rem;
    display: grid;
    grid-template-rows: 24rem auto auto;
  }
  .nstec-recruit-s-complete .s-complete__header .s-complete__image {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .nstec-recruit-s-complete .s-complete__header .s-complete__title {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: center;
  }
  .nstec-recruit-s-complete .s-complete__header .s-complete__description {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .nstec-recruit-s-complete .s-complete__header .s-complete__link {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-complete .s-complete__header {
    min-height: auto;
  }
}
.nstec-recruit-s-complete .s-complete__image {
  max-width: 42rem;
  max-height: 42rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  aspect-ratio: 27/19;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-complete .s-complete__image {
    position: static;
    max-width: 26.5rem;
    max-height: 26.5rem;
    margin: 0 auto;
  }
}
.nstec-recruit-s-complete .s-complete__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.nstec-recruit-s-complete .s-complete__title {
  color: #ffffff;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-complete .s-complete__title {
    margin-top: 1.2rem;
  }
}
.nstec-recruit-s-complete .s-complete__title .en {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 8rem;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-complete .s-complete__title .en {
    font-size: 4rem;
  }
}
.nstec-recruit-s-complete .s-complete__title .ja {
  margin: 0;
  margin-top: 2.4rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-complete .s-complete__title .ja {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}
.nstec-recruit-s-complete .s-complete__title .ja span {
  display: inline-block;
}
.nstec-recruit-s-complete .s-complete__title .ja span::after {
  content: "";
  display: block;
  background: url(/assets/nstec/img/common/recruit/line-white.svg) no-repeat center right/cover;
  height: 0.4rem;
  margin-top: 0.5rem;
}
.nstec-recruit-s-complete .s-complete__description {
  color: white;
  margin: 0;
  margin-top: 3.2rem;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-complete .s-complete__description {
    font-size: 1.4rem;
    max-width: 100%;
    margin-top: 2.4rem;
  }
}
.nstec-recruit-s-complete .s-complete__link {
  max-width: 28rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-recruit-s-complete .s-complete__link {
    margin-top: 2.4rem;
    max-width: 100%;
  }
}

.nstec-top-s-mv {
  background: #ffffff;
}
.nstec-top-s-mv .s-mv__wrap {
  height: 98rem;
  position: relative;
  overflow: hidden;
  padding-top: 17rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__wrap {
    padding-top: 9rem;
    height: auto;
    padding-bottom: 8rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.6rem), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.6rem), 0 100%);
  }
}
.nstec-top-s-mv .s-mv__line span {
  position: absolute;
  display: block;
  background: url("/assets/nstec/img/top/mv/line_top.png") no-repeat center/contain;
}
.nstec-top-s-mv .s-mv__line .top {
  width: 48.3rem;
  height: 5.8rem;
  top: 0;
  right: 30rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__line .top {
    width: 26.5rem;
    height: 3.2rem;
    right: 6rem;
    top: 3rem;
  }
}
.nstec-top-s-mv .s-mv__line .bottom {
  width: 48rem;
  height: 9.3rem;
  background-image: url("/assets/nstec/img/top/mv/line_bottom.png");
  bottom: 6rem;
  right: 0;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__line .bottom {
    width: 21.5rem;
    height: 4.1rem;
    bottom: inherit;
    top: 22rem;
  }
}
.nstec-top-s-mv .s-mv__bg {
  position: absolute;
  top: 17rem;
  left: 0;
  width: 144rem;
  height: 81rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__bg {
    top: 14rem;
    width: 100%;
    height: 100%;
  }
}
.nstec-top-s-mv .s-mv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__contents {
    display: block;
  }
}
.nstec-top-s-mv .s-mv__mainSlide {
  position: relative;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__mainSlide {
    padding: 0;
    width: 100%;
  }
}
.nstec-top-s-mv .s-mv__slideController {
  position: absolute;
  right: -10rem;
  top: 100%;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__slideController {
    right: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__lead {
    margin-top: 4.8rem;
  }
}
.nstec-top-s-mv .s-mv__title {
  width: 55.6rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__title {
    width: 30.4rem;
  }
}
.nstec-top-s-mv .s-mv__text {
  margin: 4.8rem 0 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__text {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 2.4rem;
  }
}
.nstec-top-s-mv .s-mv__scrollDown {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__scrollDown {
    margin-top: 1.6rem;
  }
}
.nstec-top-s-mv .s-mv__sliders {
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nstec-top-s-mv .s-mv__sliderInner {
  height: 100%;
}
.nstec-top-s-mv .s-mv__slider {
  width: 40rem;
  height: 60rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__slider {
    width: 20rem;
    height: 30rem;
  }
}
.nstec-top-s-mv .s-mv__slider ul,
.nstec-top-s-mv .s-mv__slider li {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.nstec-top-s-mv .s-mv__slider.-left {
  position: absolute;
  right: calc(100% - 12rem);
  -webkit-filter: blur(24px);
  filter: blur(24px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56.8rem;
  height: 84.7rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__slider.-left {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    right: calc(100% - 5.5rem);
    top: 7.2rem;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 23.5rem;
    height: 35rem;
  }
}
.nstec-top-s-mv .s-mv__slider.-left .s-mv__sliderItem {
  -webkit-mask-size: 56.8rem 84.7rem;
  mask-size: 56.8rem 84.7rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__slider.-left .s-mv__sliderItem {
    -webkit-mask-size: 23.5rem 35rem;
    mask-size: 23.5rem 35rem;
  }
}
.nstec-top-s-mv .s-mv__slider.-left ul,
.nstec-top-s-mv .s-mv__slider.-left li {
  width: 100%;
}
.nstec-top-s-mv .s-mv__slider.-right {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  left: calc(100% - 12rem);
  top: 22rem;
  width: 33.1rem;
  height: 49.5rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__slider.-right {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    left: calc(100% - 5.5rem);
    top: 11.2rem;
    width: 16.8rem;
    height: 25rem;
  }
}
.nstec-top-s-mv .s-mv__slider.-right .s-mv__sliderItem {
  -webkit-mask-size: 33.1rem 49.5rem;
  mask-size: 33.1rem 49.5rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-mv .s-mv__slider.-right .s-mv__sliderItem {
    -webkit-mask-size: 16.8rem 25rem;
    mask-size: 16.8rem 25rem;
  }
}
.nstec-top-s-mv .s-mv__sliderList {
  -webkit-clip-path: url(#mv-clip-path);
  clip-path: url(#mv-clip-path);
}
.nstec-top-s-mv .s-mv__sliderItem {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.nstec-top-s-mv .s-mv__sliderItem img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.nstec-top-s-mv .s-mv__sliderItem.is-prev img,
.nstec-top-s-mv .s-mv__sliderItem .is-prev img {
  -webkit-animation-name: slide-out;
  animation-name: slide-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nstec-top-s-mv .s-mv__sliderItem.is-active img {
  -webkit-animation-name: slide-in;
  animation-name: slide-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes slide-out {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    opacity: 0;
  }
}
@keyframes slide-in {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

.nstec-top-s-service {
  background: #ffffff;
  padding: 12rem 0 16rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-service {
    padding: 8.5rem 0 8.5rem;
  }
}
.nstec-top-s-service .s-service__content {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-service .s-service__content {
    margin-top: 4.8rem;
  }
}
.nstec-top-s-service .s-service__button {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-service .s-service__button {
    margin-top: 4.8rem;
  }
}

.nstec-top-s-about {
  background: #ffffff;
}
.nstec-top-s-about .s-about__wrap {
  background-color: #EBF7FF;
  overflow: hidden;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 12.5rem, 100% calc(100% - 17.6rem), 0 100%);
  clip-path: polygon(0 0, 100% 12.5rem, 100% calc(100% - 17.6rem), 0 100%);
  padding: 16rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-about .s-about__wrap {
    -webkit-clip-path: polygon(0 0, 100% 4rem, 100% calc(100% - 4.5rem), 0 100%);
    clip-path: polygon(0 0, 100% 4rem, 100% calc(100% - 4.5rem), 0 100%);
    padding: 9.6rem 0;
  }
}
.nstec-top-s-about .nstec-c-inner {
  position: relative;
  z-index: 12;
}
.nstec-top-s-about .nstec-c-sectionHeader {
  max-width: 64rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-about .nstec-c-sectionHeader {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .nstec-top-s-about .nstec-c-sectionHeader .c-sectionHeader__content {
    margin-top: 14.4rem;
  }
}
.nstec-top-s-about .s-about__bg {
  position: absolute;
  right: -37.5rem;
  top: -3rem;
  width: 167.499rem;
  height: 170.699rem;
  z-index: 11;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-about .s-about__bg {
    width: 58.971rem;
    height: 60.1rem;
    top: -3rem;
    right: -13.6rem;
  }
}
.nstec-top-s-about .s-about__contents {
  margin: 9.6rem 0 0rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-about .s-about__contents {
    margin-top: 4.8rem;
  }
}
.nstec-top-s-about .s-about__text {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  leading-trim: NONE;
  line-height: 2.2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-about .s-about__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.nstec-top-s-about .s-about__list {
  padding: 0;
  margin: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 64rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-about .s-about__list {
    margin-top: 4.8rem;
    gap: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* スマホは1列 */
    max-width: 100%;
  }
}
.nstec-top-s-about .s-about__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nstec-top-s-about .s-about__slider {
  margin-top: 26rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-about .s-about__slider {
    margin-top: 6.4rem;
  }
}

.nstec-top-s-recruit {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-recruit {
    padding: 8rem 0;
  }
}
.nstec-top-s-recruit ul,
.nstec-top-s-recruit li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-top-s-recruit .s-recruit__content {
  background: url("/assets/nstec/img/top/recruit/bg-pc.png") no-repeat center center/cover;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-recruit .s-recruit__content {
    background-image: url("/assets/nstec/img/top/recruit/bg-sp.png");
  }
}
.nstec-top-s-recruit .s-recruit__inner {
  max-width: 112rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 40rem;
  gap: 5.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-recruit .s-recruit__inner {
    padding: 6.4rem 1.6rem 1.6rem;
    display: block;
  }
}
.nstec-top-s-recruit .s-recruit__header {
  padding: 9.6rem 0 6.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-recruit .s-recruit__header {
    padding: 0;
  }
}
.nstec-top-s-recruit .s-recruit__button {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-recruit .s-recruit__button {
    margin-top: 4.8rem;
  }
}
.nstec-top-s-recruit .s-recruit__list {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-recruit .s-recruit__list {
    margin-top: 1.6rem;
  }
}
.nstec-top-s-recruit .s-recruit__item + .s-recruit__item {
  margin-top: 0.8rem;
}
.nstec-top-s-recruit .s-recruit__slider {
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-recruit .s-recruit__slider {
    margin-top: 3rem;
  }
}
.nstec-top-s-recruit .s-recruit__slider .splide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-recruit .s-recruit__slider .splide {
    position: static;
    height: auto;
  }
}
.nstec-top-s-recruit .s-recruit__slider .splide__track {
  overflow: visible;
}
.nstec-top-s-recruit .s-recruit__slider .splide__slide {
  height: 30rem;
  width: 100%;
}
.nstec-top-s-recruit .s-recruit__slider .splide__slide img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.nstec-top-s-media ul,
.nstec-top-s-media li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-top-s-media a {
  text-decoration: none;
}
.nstec-top-s-media .s-media__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 6.4rem;
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-media .s-media__list {
    display: block;
    margin-top: 4.8rem;
  }
}
.nstec-top-s-media .s-media__item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/4;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-media .s-media__item:nth-child(2) {
    margin-top: 2.4rem;
    border-top: #E9EDF8 2px solid;
    padding-top: 2.4rem;
  }
}
.nstec-top-s-media .s-media__item:nth-child(n+2) {
  grid-column: 2/3;
  border-bottom: #E9EDF8 2px solid;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-media .s-media__item:nth-child(n+2) {
    padding-bottom: 2.4rem;
  }
}
.nstec-top-s-media .s-media__item:nth-child(n+2) .s-media__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-media .s-media__item:nth-child(n+2) .s-media__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    gap: 1.6rem;
  }
}
.nstec-top-s-media .s-media__item:nth-child(n+2) .s-media__image {
  width: 20.8rem;
  min-width: 20.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-media .s-media__item:nth-child(n+2) .s-media__image {
    width: 12rem;
    min-width: 12rem;
  }
}
.nstec-top-s-media .s-media__item:nth-child(n+2) .s-media__detail {
  margin-top: 0;
}
.nstec-top-s-media .s-media__item:nth-child(n+2) .s-media__detail .date {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-media .s-media__item:nth-child(n+2) .s-media__detail .date {
    font-size: 1.3rem;
  }
}
.nstec-top-s-media .s-media__item:nth-child(n+2) .s-media__detail .title {
  font-size: 1.8rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-media .s-media__item:nth-child(n+2) .s-media__detail .title {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
.nstec-top-s-media .s-media__item:nth-child(n+2) .s-media__detail .tags {
  margin-top: 0.8rem;
  grid: 0.4rem 0.8rem;
}
.nstec-top-s-media .s-media__item:nth-child(n+2) .s-media__detail .tag {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-media .s-media__item:nth-child(n+2) .s-media__detail .tag {
    font-size: 1.1rem;
  }
}
.nstec-top-s-media .s-media__item:nth-child(n+3) {
  margin-top: 1.6rem;
}
.nstec-top-s-media .s-media__item:nth-child(n+5) {
  display: none;
}
.nstec-top-s-media .s-media__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .nstec-top-s-media .s-media__link:hover {
    opacity: 1;
  }
  .nstec-top-s-media .s-media__link:hover .s-media__detail .title {
    color: #2848BE;
  }
  .nstec-top-s-media .s-media__link:hover .s-media__detail .title span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
  .nstec-top-s-media .s-media__link:hover .s-media__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.nstec-top-s-media .s-media__image {
  aspect-ratio: 528/355.6962890625;
  margin: 0;
  border-radius: 0.8rem;
  overflow: hidden;
  height: 100%;
}
.nstec-top-s-media .s-media__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nstec-top-s-media .s-media__detail {
  width: 100%;
  margin-top: 1.6rem;
}
.nstec-top-s-media .s-media__detail .meta {
  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;
}
.nstec-top-s-media .s-media__detail .category {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #2848BE;
  border: 2px solid #2848BE;
  border-radius: 40px;
  padding: 0.3rem 1.4rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-media .s-media__detail .category {
    font-size: 1.2rem;
    padding: 0.2rem 1rem;
  }
}
.nstec-top-s-media .s-media__detail .date {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8D8D8D;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-media .s-media__detail .date {
    font-size: 1.4rem;
  }
}
.nstec-top-s-media .s-media__detail .title {
  font-weight: 700;
  font-style: Bold;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin: 0;
  margin-top: 1.6rem;
  color: #37383B;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-media .s-media__detail .title {
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }
}
.nstec-top-s-media .s-media__detail .title span {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0 1px no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  white-space: pre-wrap;
  word-break: break-word;
}
.nstec-top-s-media .s-media__detail .tags {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  grid: 0.6rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-media .s-media__detail .tags {
    margin-top: 1.2rem;
  }
}
.nstec-top-s-media .s-media__detail .tags .tag {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #8D8D8D;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-media .s-media__detail .tags .tag {
    font-size: 1.2rem;
  }
}
.nstec-top-s-media .s-media__button {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-media .s-media__button {
    display: block;
  }
}

.nstec-top-s-news .s-news__list {
  margin: 0;
  padding: 0;
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-news .s-news__list {
    margin-top: 4.8rem;
  }
}
.nstec-top-s-news .s-news__button {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .nstec-top-s-news .s-news__button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nstec-s-pageHeader.-sp--white {
    background: #ffffff;
  }
}
.nstec-s-pageHeader .nstec-c-breadcrumb {
  position: relative;
  z-index: 12;
}
.nstec-s-pageHeader .s-pageHeader__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6.4rem;
  color: #ffffff;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .nstec-s-pageHeader .s-pageHeader__content {
    display: block;
    margin-top: 3.6rem;
  }
}
.nstec-s-pageHeader .s-pageHeader__title {
  padding-top: 5.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-s-pageHeader .s-pageHeader__title {
    padding-top: 3.2rem;
    width: 100%;
  }
}
.nstec-s-pageHeader .s-pageHeader__title .line {
  display: block;
  width: 7.3rem;
  height: 1.4rem;
  opacity: 1;
  background: url(/assets/nstec/img/common/sectionHeader/headline-white.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .nstec-s-pageHeader .s-pageHeader__title .line {
    width: 4.2rem;
    height: 0.8rem;
  }
}
.nstec-s-pageHeader .s-pageHeader__title .en {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 9.6rem;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nstec-s-pageHeader .s-pageHeader__title .en {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-s-pageHeader .s-pageHeader__title .en {
    white-space: nowrap;
  }
}
.nstec-s-pageHeader .s-pageHeader__title .ja {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .nstec-s-pageHeader .s-pageHeader__title .ja {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
.nstec-s-pageHeader .s-pageHeader__description {
  width: 37.5rem;
  padding-top: 5.4rem;
  padding-left: 16rem;
  width: 70rem;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-s-pageHeader .s-pageHeader__description {
    padding-top: 0rem;
    padding-left: 0;
    margin-top: 4.8rem;
    font-size: 1.4rem;
    width: 100%;
  }
}
.nstec-s-pageHeader .s-pageHeader__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 11;
}

.nstec-about-s-bg .s-bg__bg {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.nstec-about-s-bg.leadgridCms-onlyInnerWorkspace .s-bg__bg {
  position: static;
}

.nstec-about-s-pageHeader {
  position: relative;
  overflow: hidden;
  padding: 13rem 0 24.5rem;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-pageHeader {
    padding: 9.6rem 0 8rem;
  }
}
.nstec-about-s-pageHeader .nstec-c-breadcrumb {
  position: relative;
  z-index: 12;
}
.nstec-about-s-pageHeader .s-pageHeader__bgLineRight {
  position: absolute;
  width: 64.4rem;
  height: 12.7rem;
  top: 30rem;
  right: 0;
  display: block;
  mix-blend-mode: plus-lighter;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-pageHeader .s-pageHeader__bgLineRight {
    display: none;
  }
}
.nstec-about-s-pageHeader .s-pageHeader__bgLineRight img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nstec-about-s-pageHeader .s-pageHeader__bgLineLeft {
  position: absolute;
  width: 136.2rem;
  height: 26.5rem;
  top: 63.9rem;
  left: -14.1rem;
  display: block;
  mix-blend-mode: plus-lighter;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-pageHeader .s-pageHeader__bgLineLeft {
    display: none;
  }
}
.nstec-about-s-pageHeader .s-pageHeader__bgLineLeft img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nstec-about-s-pageHeader .s-pageHeader__content {
  margin-top: 6.4rem;
  color: #2848BE;
  position: relative;
  z-index: 12;
  display: grid;
  grid-template-columns: auto 40rem;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-pageHeader .s-pageHeader__content {
    grid-template-columns: 1fr;
    gap: 4.8rem;
    margin-top: 3.6rem;
  }
}
.nstec-about-s-pageHeader .s-pageHeader__title {
  padding-top: 5.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-pageHeader .s-pageHeader__title {
    padding-top: 3.2rem;
  }
}
.nstec-about-s-pageHeader .s-pageHeader__title .line {
  display: block;
  width: 7.3rem;
  height: 1.4rem;
  opacity: 1;
  background: url(/assets/nstec/img/common/sectionHeader/headline-blue.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-pageHeader .s-pageHeader__title .line {
    width: 4.2rem;
    height: 0.8rem;
  }
}
.nstec-about-s-pageHeader .s-pageHeader__title .en {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 9.6rem;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-pageHeader .s-pageHeader__title .en {
    font-size: 4.8rem;
  }
}
.nstec-about-s-pageHeader .s-pageHeader__title .ja {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-pageHeader .s-pageHeader__title .ja {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
.nstec-about-s-pageHeader .s-pageHeader__description {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
  margin-top: 6.4rem;
  color: #37383B;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-pageHeader .s-pageHeader__description {
    margin-top: 4.8rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.nstec-about-s-pageHeader ul,
.nstec-about-s-pageHeader li,
.nstec-about-s-pageHeader figure {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-about-s-pageHeader .s-pageHeader__slider {
  height: 56rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-pageHeader .s-pageHeader__slider {
    height: 24.6rem;
  }
}
@media screen and (max-width: 767px) {
  .nstec-about-s-pageHeader .s-pageHeader__slider.-pc {
    display: none;
  }
}
.nstec-about-s-pageHeader .s-pageHeader__slider.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-pageHeader .s-pageHeader__slider.-sp {
    display: block;
  }
}
.nstec-about-s-pageHeader .s-pageHeader__slider * {
  height: 100%;
}
.nstec-about-s-pageHeader .s-pageHeader__slider img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.nstec-about-s-message .s-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6.4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-message .s-message__content {
    display: block;
    margin-top: 4rem;
  }
}
.nstec-about-s-message .s-message__content p,
.nstec-about-s-message .s-message__content figure {
  margin: 0;
  padding: 0;
}
.nstec-about-s-message .s-message__detail {
  width: 40rem;
  min-width: 40rem;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-message .s-message__detail {
    width: 100%;
    min-width: 100%;
  }
}
.nstec-about-s-message .s-message__detail .image {
  overflow: hidden;
  border-radius: 0.4rem;
  /* 画像の比率 width / height */
  aspect-ratio: 400/560;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-message .s-message__detail .image {
    border-radius: 0.4rem;
  }
}
.nstec-about-s-message .s-message__detail .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nstec-about-s-message .s-message__detail .detail {
  margin-top: 2.4rem;
}
.nstec-about-s-message .s-message__detail .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-message .s-message__detail .label {
    display: block;
  }
}
.nstec-about-s-message .s-message__detail .label span {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-message .s-message__detail .label span {
    font-size: 1.2rem;
    display: block;
  }
  .nstec-about-s-message .s-message__detail .label span + span {
    margin-top: 0.8rem;
  }
}
.nstec-about-s-message .s-message__detail .name {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: 0.12em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-message .s-message__detail .name {
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }
}
.nstec-about-s-message .s-message__text .text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-message .s-message__text .text {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.nstec-about-s-philosophy p,
.nstec-about-s-philosophy figure {
  margin: 0;
  padding: 0;
}
.nstec-about-s-philosophy .s-philosophy__images {
  margin-top: 5.6rem;
  background: #F6F7F7;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-philosophy .s-philosophy__images {
    display: block;
    padding: 3.2rem 2.4rem;
  }
}
.nstec-about-s-philosophy .s-philosophy__images figure {
  margin: 0;
  padding: 0;
}
.nstec-about-s-philosophy .s-philosophy__images .hand {
  width: 48rem;
  min-width: 48rem;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-philosophy .s-philosophy__images .hand {
    width: 100%;
    min-width: 100%;
  }
}
.nstec-about-s-philosophy .s-philosophy__images .text {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-philosophy .s-philosophy__images .text {
    margin-top: 4rem;
  }
}
.nstec-about-s-philosophy .s-philosophy__images img {
  max-width: 100%;
  width: 100%;
}

.nstec-about-s-service ul,
.nstec-about-s-service li,
.nstec-about-s-service figure,
.nstec-about-s-service p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-about-s-service .s-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-service .s-service__item {
    display: block;
  }
}
.nstec-about-s-service .s-service__item:nth-child(even) .left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.nstec-about-s-service .s-service__item:nth-child(even) .right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.nstec-about-s-service .s-service__item + .s-service__item {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-service .s-service__item + .s-service__item {
    margin-top: 4.8rem;
  }
}
.nstec-about-s-service .s-service__item .left .image {
  display: none;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-service .s-service__item .left .image {
    display: block;
    margin-top: 3.2rem;
  }
}
.nstec-about-s-service .s-service__item .left .text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-service .s-service__item .left .text {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-top: 3.2rem;
  }
}
.nstec-about-s-service .s-service__item .left .button {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-service .s-service__item .left .button {
    margin-top: 2.4rem;
  }
}
.nstec-about-s-service .s-service__item .image {
  overflow: hidden;
  border-radius: 0.8rem;
  /* 画像の比率 width / height */
  aspect-ratio: 656/400;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-service .s-service__item .image {
    border-radius: 0.4rem;
  }
}
.nstec-about-s-service .s-service__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nstec-about-s-service .s-service__item .right {
  width: 60rem;
  min-width: 60rem;
}
@media screen and (max-width: 767px) {
  .nstec-about-s-service .s-service__item .right {
    display: none;
  }
}

.nstec-sustainability-s-sdgs figure,
.nstec-sustainability-s-sdgs p,
.nstec-sustainability-s-sdgs ul,
.nstec-sustainability-s-sdgs li,
.nstec-sustainability-s-sdgs a,
.nstec-sustainability-s-sdgs h3 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.nstec-sustainability-s-sdgs .s-sdgs__header {
  display: grid;
  grid-template-columns: auto 56rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-sdgs .s-sdgs__header {
    display: block;
  }
}
.nstec-sustainability-s-sdgs .s-sdgs__title {
  grid-column: 1/3;
  grid-row: 1/2;
}
.nstec-sustainability-s-sdgs .s-sdgs__desciription {
  grid-column: 1/2;
  grid-row: 2/3;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-sdgs .s-sdgs__desciription {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.nstec-sustainability-s-sdgs .s-sdgs__image {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-sdgs .s-sdgs__image {
    margin-top: 3.2rem;
  }
}
.nstec-sustainability-s-sdgs .s-sdgs__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-sdgs .s-sdgs__list {
    margin-top: 4rem;
    grid-template-columns: 1fr;
  }
}
.nstec-sustainability-s-sdgs .s-sdgs__item {
  background: #EBF7FF;
  padding: 2.4rem;
  border-radius: 0.4rem;
}
.nstec-sustainability-s-sdgs .s-sdgs__item .icon {
  width: 9.6rem;
  height: 9.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-sdgs .s-sdgs__item .icon {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.nstec-sustainability-s-sdgs .s-sdgs__item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nstec-sustainability-s-sdgs .s-sdgs__item .meta {
  color: #2848BE;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 0.1rem #2848BE;
  border-radius: 10rem;
  padding: 0.4rem 1.2rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-sdgs .s-sdgs__item .meta {
    margin-top: 1.6rem;
    padding: 0.3rem 1rem;
  }
}
.nstec-sustainability-s-sdgs .s-sdgs__item .meta .label {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.nstec-sustainability-s-sdgs .s-sdgs__item .meta .line {
  display: block;
  height: 1rem;
  width: 0.1rem;
  background: #2848BE;
  margin: 0 0.6rem;
}
.nstec-sustainability-s-sdgs .s-sdgs__item .meta .num {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.nstec-sustainability-s-sdgs .s-sdgs__item .title {
  margin-top: 1.6rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-sdgs .s-sdgs__item .title {
    font-size: 2rem;
  }
}
.nstec-sustainability-s-sdgs .s-sdgs__item .description {
  margin-top: 1.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
.nstec-sustainability-s-action p,
.nstec-sustainability-s-action ul,
.nstec-sustainability-s-action li,
.nstec-sustainability-s-action a,
.nstec-sustainability-s-action figure,
.nstec-sustainability-s-action h3,
.nstec-sustainability-s-action h4 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.nstec-sustainability-s-action .s-action__list {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-action .s-action__list {
    margin-top: 4rem;
  }
}
.nstec-sustainability-s-action .s-action__item {
  display: grid;
  grid-template-columns: auto 74rem;
  -webkit-column-gap: 3.2rem;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-action .s-action__item {
    display: block;
  }
}
.nstec-sustainability-s-action .s-action__item + .s-action__item {
  margin-top: 4.8rem;
  border-top: solid 0.2rem #EBF7FF;
  padding-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-action .s-action__item + .s-action__item {
    margin-top: 3.2rem;
    padding-top: 3.2rem;
  }
}
.nstec-sustainability-s-action .s-action__item .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.nstec-sustainability-s-action .s-action__item .icon {
  height: 3rem;
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-action .s-action__item .icon {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.nstec-sustainability-s-action .s-action__item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.nstec-sustainability-s-action .s-action__item .title {
  color: #2848BE;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-action .s-action__item .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-action .s-action__childList {
    margin-top: 2.4rem;
  }
}
.nstec-sustainability-s-action .s-action__childItem + .s-action__childItem {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-action .s-action__childItem + .s-action__childItem {
    margin-top: 3.2rem;
  }
}
.nstec-sustainability-s-action .s-action__childItem .childTitle {
  padding-left: 1.6rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  border-left: solid 0.2rem #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-action .s-action__childItem .childTitle {
    font-size: 1.8rem;
  }
}
.nstec-sustainability-s-action .s-action__childItem .childText {
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-sustainability-s-action .s-action__childItem .childText {
    font-size: 1.4rem;
  }
}

.nstec-company-s-info ul,
.nstec-company-s-info li,
.nstec-company-s-info a,
.nstec-company-s-info p,
.nstec-company-s-info h3,
.nstec-company-s-info figure {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.nstec-company-s-info .s-info__list {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-info .s-info__list {
    margin-top: 4rem;
  }
}
.nstec-company-s-info .s-info__item {
  display: grid;
  grid-template-columns: 16rem auto;
  gap: 4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-bottom: solid 0.1rem #DCDCDC;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-info .s-info__item {
    grid-template-columns: 6.4rem auto;
    gap: 1.6rem;
  }
}
.nstec-company-s-info .s-info__item > * {
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-info .s-info__item > * {
    padding: 1.6rem 0;
  }
}
.nstec-company-s-info .s-info__itemTitle {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-info .s-info__itemTitle {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.nstec-company-s-info .s-info__itemTitle::after {
  content: "";
  display: block;
  height: 0.2rem;
  width: 16rem;
  background: #2848BE;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-info .s-info__itemTitle::after {
    width: 6.4rem;
    height: 0.1rem;
  }
}
.nstec-company-s-info .s-info__itemText {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-info .s-info__itemText {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.nstec-company-s-info .s-info__iframe {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-info .s-info__iframe {
    margin-top: 3.2rem;
  }
}
.nstec-company-s-info .s-info__iframe .button {
  margin-top: 1.6rem;
  text-align: right;
}
.nstec-company-s-info .s-info__iframe .button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0%;
  border: 0.1rem solid #BCBCBC;
  padding: 0.8rem 1.6rem;
  color: #2848BE;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-info .s-info__iframe .button a {
    font-size: 1.2rem;
    padding: 0.6rem 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-company-s-info .s-info__iframe .button a:hover {
    opacity: 0.5;
  }
}
.nstec-company-s-info .s-info__iframe .button .icon {
  height: 2rem;
  width: 2rem;
  margin-left: 0.65rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-info .s-info__iframe .button .icon {
    height: 1.6rem;
    width: 1.6rem;
    margin-left: 0.4rem;
  }
}
.nstec-company-s-info .s-info__iframe .button .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.nstec-company-s-area ul,
.nstec-company-s-area li,
.nstec-company-s-area figure,
.nstec-company-s-area p,
.nstec-company-s-area a,
.nstec-company-s-area h3,
.nstec-company-s-area h4 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.nstec-company-s-area .s-area__list {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-area .s-area__list {
    margin-top: 4rem;
  }
}
.nstec-company-s-area .s-area__item + .s-area__item {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-area .s-area__item + .s-area__item {
    margin-top: 4.8rem;
  }
}
.nstec-company-s-area .s-area__itemTitle {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  padding-left: 2.4rem;
  border-left: solid 0.3rem #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-area .s-area__itemTitle {
    margin-top: 2.4rem;
    font-size: 1.8rem;
    padding-left: 1.2rem;
    border-width: 0.2rem;
  }
}
.nstec-company-s-area .s-area__childList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-area .s-area__childList {
    margin-top: 2.4rem;
    grid-template-columns: 1fr;
  }
}
.nstec-company-s-area .s-area__childItem {
  border: 2px solid #EBF7FF;
  border-radius: 0.8rem;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-area .s-area__childItem {
    border-radius: 0.4rem;
    padding: 1.6rem;
  }
}
.nstec-company-s-area .s-area__childItem .title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-area .s-area__childItem .title {
    font-size: 1.6rem;
  }
}
.nstec-company-s-area .s-area__childItem .address {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-area .s-area__childItem .address {
    margin-top: 0.6rem;
  }
}
.nstec-company-s-area .s-area__childItem .info {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  background: #EBF7FF;
  padding: 1.2rem 1.6rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-area .s-area__childItem .info {
    font-size: 1.4rem;
    padding: 0.8rem 1.2rem;
  }
}
.nstec-company-s-area .s-area__childItem .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0%;
  border: 0.1rem solid #BCBCBC;
  padding: 0.8rem 1.6rem;
  color: #2848BE;
  border-radius: 10rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-area .s-area__childItem .link {
    font-size: 1.2rem;
    padding: 0.6rem 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-company-s-area .s-area__childItem .link:hover {
    opacity: 0.5;
  }
}
.nstec-company-s-area .s-area__childItem .icon {
  height: 2rem;
  width: 2rem;
  margin-left: 0.65rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-area .s-area__childItem .icon {
    height: 1.6rem;
    width: 1.6rem;
    margin-left: 0.4rem;
  }
}
.nstec-company-s-area .s-area__childItem .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.nstec-company-s-history ul,
.nstec-company-s-history li,
.nstec-company-s-history figure,
.nstec-company-s-history p,
.nstec-company-s-history a,
.nstec-company-s-history h3,
.nstec-company-s-history h4 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.nstec-company-s-history .s-history__list {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-history .s-history__list {
    margin-top: 4rem;
  }
}
.nstec-company-s-history .s-history__item {
  position: relative;
  border-bottom: solid 0.1rem #DCDCDC;
}
.nstec-company-s-history .s-history__item > * {
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-history .s-history__item > * {
    padding: 1.6rem 0;
  }
}
.nstec-company-s-history .s-history__childItem {
  display: grid;
  grid-template-columns: 16rem auto;
  gap: 4rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-history .s-history__childItem {
    grid-template-columns: 6.4rem auto;
    gap: 1.6rem;
  }
}
.nstec-company-s-history .s-history__childItem + .s-history__childItem {
  margin-top: 1.2rem;
}
.nstec-company-s-history .s-history__itemTitle {
  color: #2848BE;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.nstec-company-s-history .s-history__itemTitle::after {
  content: "";
  display: block;
  height: 0.2rem;
  width: 16rem;
  background: #2848BE;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-history .s-history__itemTitle::after {
    width: 6.4rem;
    height: 0.1rem;
  }
}
.nstec-company-s-history .s-history__itemTitle .year {
  font-size: 1.8rem;
  min-width: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-history .s-history__itemTitle .year {
    font-size: 1.4rem;
    min-width: 3rem;
  }
}
.nstec-company-s-history .s-history__itemTitle .month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.nstec-company-s-history .s-history__itemTitle .month::before {
  content: "/";
  display: block;
  padding: 0 0.6rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-history .s-history__itemTitle .month::before {
    font-size: 1.6rem;
    padding-left: 0.3rem;
    padding-right: 0.1rem;
  }
}
.nstec-company-s-history .s-history__itemTitle .num {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-history .s-history__itemTitle .num {
    font-size: 1.4rem;
  }
}
.nstec-company-s-history .s-history__itemTitle .label {
  font-size: 1.3rem;
  margin-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-history .s-history__itemTitle .label {
    font-size: 1.1rem;
  }
}
.nstec-company-s-history .s-history__itemText {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-company-s-history .s-history__itemText {
    font-size: 1.4rem;
  }
}

.nstec-s-target .s-target__wrap {
  display: grid;
  grid-template-columns: 18rem auto;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-target .s-target__wrap {
    grid-template-columns: 1fr;
  }
}
.nstec-s-target .s-target__anchor {
  padding: 1.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #2848BE;
  text-decoration: none;
  border: solid 0.1rem #BCBCBC;
  border-radius: 10rem;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .nstec-s-target .s-target__anchor:hover {
    border-color: #2848BE;
  }
}
.nstec-s-target .s-target__anchor .icon {
  height: 2.4rem;
  width: 2.4rem;
  min-width: 2.4rem;
  background-color: #2848BE;
  border-radius: 100%;
  display: grid;
  place-items: center;
}
.nstec-s-target .s-target__anchor .icon::after {
  content: "";
  width: 0.9rem;
  height: 0.75rem;
  display: block;
  background: url("/assets/nstec/img/common/icon/arrowRight-white.svg") no-repeat center/contain;
}
.nstec-s-target .s-target__anchorInner {
  position: sticky;
  top: 12rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
.nstec-s-target .s-target__block + .s-target__block {
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-target .s-target__block + .s-target__block {
    margin-top: 8rem;
  }
}

.nstec-service-s-case {
  overflow: hidden;
}
.nstec-service-s-case ul,
.nstec-service-s-case li,
.nstec-service-s-case figure,
.nstec-service-s-case h3,
.nstec-service-s-case p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-service-s-case .s-case__slider {
  margin-top: 8rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-case .s-case__slider {
    margin-top: 4rem;
  }
}
.nstec-service-s-case .s-case__item {
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-case .s-case__item {
    width: 100%;
  }
}
.nstec-service-s-case .s-case__footer {
  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-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-case .s-case__footer {
    margin-top: 2.4rem;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .nstec-service-s-case .s-case__button {
    margin-top: 4rem;
  }
}

.nstec-service-s-cta .s-cta__content {
  position: relative;
  padding: 6.4rem 8rem 0;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-cta .s-cta__content {
    padding: 2.4rem 2.4rem 0;
  }
}
.nstec-service-s-cta .c-section__wrap {
  padding-left: 0;
  padding-right: 0;
}
.nstec-service-s-cta figure {
  margin: 0;
}
.nstec-service-s-cta .s-cta__inner {
  position: relative;
  z-index: 12;
  display: grid;
  grid-template-columns: auto 43.3rem;
  gap: 6rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-cta .s-cta__inner {
    display: block;
  }
}
.nstec-service-s-cta .s-cta__header {
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-cta .s-cta__header {
    padding-bottom: 0;
  }
}
.nstec-service-s-cta .s-cta__header .logo {
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 3rem 3.5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-cta .s-cta__header .logo {
    padding: 2rem 2.5rem;
  }
}
.nstec-service-s-cta .s-cta__header .logo img {
  max-height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-cta .s-cta__header .logo img {
    max-height: 1.8rem;
  }
}
.nstec-service-s-cta .s-cta__header .text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-cta .s-cta__header .text {
    font-size: 1.4rem;
    margin-top: 2.4rem;
  }
}
.nstec-service-s-cta .s-cta__header .button {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-cta .s-cta__header .button {
    margin-top: 2.4rem;
  }
}
.nstec-service-s-cta .s-cta__image {
  max-width: 60rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-cta .s-cta__image {
    max-width: 30rem;
    margin-top: 4rem;
    margin: 4rem auto 0;
  }
}
.nstec-service-s-cta .s-cta__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 11;
}
.nstec-service-s-feature ul,
.nstec-service-s-feature li,
.nstec-service-s-feature figure,
.nstec-service-s-feature h3,
.nstec-service-s-feature p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nstec-service-s-feature .s-feature__list {
  margin-top: 8rem;
  counter-reset: feature 0;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-feature .s-feature__list {
    margin-top: 4rem;
  }
}
.nstec-service-s-feature .s-feature__item {
  display: grid;
  grid-template-columns: auto 34.6rem;
  gap: 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-feature .s-feature__item {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.nstec-service-s-feature .s-feature__item + .s-feature__item {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 0.2rem solid rgba(40, 72, 190, 0.1019607843);
}
@media screen and (max-width: 767px) {
  .nstec-service-s-feature .s-feature__item + .s-feature__item {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
  }
}
.nstec-service-s-feature .s-feature__itemImage {
  width: 100%;
  aspect-ratio: 34rem/23rem;
  overflow: hidden;
  border-radius: 0.4rem;
}
.nstec-service-s-feature .s-feature__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nstec-service-s-feature .s-feature__itemDetail .num {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2848BE;
  border: 1px solid #2848BE;
  border-radius: 10rem;
  padding: 0.3rem 1.4rem;
}
.nstec-service-s-feature .s-feature__itemDetail .num::after {
  counter-increment: feature 1;
  content: "0" counter(feature);
}
@media screen and (max-width: 767px) {
  .nstec-service-s-feature .s-feature__itemDetail .num {
    font-size: 1.2rem;
    padding: 0.2rem 1.2rem;
  }
}
.nstec-service-s-feature .s-feature__itemDetail .title {
  color: #2848BE;
  margin-top: 2.4rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-feature .s-feature__itemDetail .title {
    margin-top: 1.2rem;
    font-size: 2rem;
  }
}
.nstec-service-s-feature .s-feature__itemDetail .text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-feature .s-feature__itemDetail .text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
.nstec-service-s-feature .s-feature__itemDetail .exWrap {
  background: #EBF7FF;
  padding: 1.6rem;
  margin-top: 2.4rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-feature .s-feature__itemDetail .exWrap {
    margin-top: 1.6rem;
    padding: 1.2rem;
  }
}
.nstec-service-s-feature .s-feature__itemDetail .exTitle {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-feature .s-feature__itemDetail .exTitle {
    font-size: 1.4rem;
  }
}
.nstec-service-s-feature .s-feature__itemDetail .exText {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  vertical-align: bottom;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-feature .s-feature__itemDetail .exText {
    font-size: 1.4rem;
    margin-top: 0.2rem;
  }
}

.nstec-service-s-lead {
  padding-bottom: 0;
}
.nstec-service-s-lead .c-section__wrap {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-lead .c-section__wrap {
    padding-bottom: 4rem;
  }
}
.nstec-service-s-lead .s-lead__slider {
  overflow: hidden;
  background: linear-gradient(to bottom, white 0px, white 19rem, #EBF7FF 19rem, #EBF7FF 100%);
}
@media screen and (max-width: 767px) {
  .nstec-service-s-lead .s-lead__slider {
    background: linear-gradient(to bottom, white 0px, white 12rem, #EBF7FF 12rem, #EBF7FF 100%);
  }
}

.nstec-service-s-list ul,
.nstec-service-s-list li,
.nstec-service-s-list figure,
.nstec-service-s-list h3,
.nstec-service-s-list p,
.nstec-service-s-list a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.nstec-service-s-list .s-list__list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-list .s-list__list {
    margin-top: 4rem;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.nstec-service-s-list .s-list__itemLink {
  color: #37383B;
  border: 0.2rem solid #E9EDF8;
  border-radius: 0.4rem;
  padding: 2.4rem;
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-list .s-list__itemLink {
    height: auto;
  }
}
.nstec-service-s-list .s-list__itemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nstec-service-s-list .s-list__itemHeader .icon {
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-list .s-list__itemHeader .icon {
    width: 3.2rem;
    height: 3.2rem;
    min-width: 3.2rem;
  }
}
.nstec-service-s-list .s-list__itemHeader .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.nstec-service-s-list .s-list__itemHeader .title {
  margin-left: 2rem;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-list .s-list__itemHeader .title {
    font-size: 2rem;
    margin-left: 1.6rem;
  }
}
.nstec-service-s-list .s-list__itemHeader .arrow {
  margin-left: auto;
}
.nstec-service-s-list .s-list__itemText {
  margin-top: 3.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-list .s-list__itemText {
    font-size: 1.4rem;
    margin-top: 2.4rem;
  }
}

.nstec-service-s-trade ul,
.nstec-service-s-trade li,
.nstec-service-s-trade figure,
.nstec-service-s-trade h3,
.nstec-service-s-trade p,
.nstec-service-s-trade a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.nstec-service-s-trade .s-trade__list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  counter-reset: trade 0;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-trade .s-trade__list {
    margin-top: 4rem;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.nstec-service-s-trade .s-trade__item {
  border: 0.2rem solid #E9EDF8;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-trade .s-trade__item {
    border-radius: 0.4rem;
  }
}
.nstec-service-s-trade .s-trade__itemLabel {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  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-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 2rem;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-trade .s-trade__itemLabel {
    padding: 1.5rem;
  }
}
.nstec-service-s-trade .s-trade__itemLabel .line {
  display: block;
  width: 1.2rem;
  height: 0.1rem;
  background: #2848BE;
  margin: 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-trade .s-trade__itemLabel .line {
    margin: 0.8rem 0;
  }
}
.nstec-service-s-trade .s-trade__itemLabel .num::after {
  counter-increment: trade 1;
  content: "0" counter(trade);
}
.nstec-service-s-trade .s-trade__itemDetail {
  border-left: 0.2rem solid #E9EDF8;
  padding: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-trade .s-trade__itemDetail {
    padding: 2.4rem;
  }
}
.nstec-service-s-trade .s-trade__itemDetail .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nstec-service-s-trade .s-trade__itemDetail .icon {
  height: 3.2rem;
  width: 3.2rem;
  min-width: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-trade .s-trade__itemDetail .icon {
    height: 2.4rem;
    width: 2.4rem;
    min-width: 2.4rem;
  }
}
.nstec-service-s-trade .s-trade__itemDetail .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.nstec-service-s-trade .s-trade__itemDetail .title {
  margin-left: 1.2rem;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #2848BE;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-trade .s-trade__itemDetail .title {
    font-size: 2rem;
    margin-left: 1rem;
  }
}
.nstec-service-s-trade .s-trade__itemDetail .text {
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-trade .s-trade__itemDetail .text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-pageHeader.-sp--white {
    background: #ffffff;
  }
}
.nstec-serviceDetail-s-pageHeader h1,
.nstec-serviceDetail-s-pageHeader figure,
.nstec-serviceDetail-s-pageHeader p {
  margin: 0;
  padding: 0;
}
.nstec-serviceDetail-s-pageHeader .nstec-c-breadcrumb {
  position: relative;
  z-index: 12;
}
.nstec-serviceDetail-s-pageHeader .s-pageHeader__content {
  display: grid;
  grid-template-columns: auto 44.2rem;
  gap: 6.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  color: #ffffff;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-pageHeader .s-pageHeader__content {
    display: block;
    margin-top: 3.6rem;
  }
}
.nstec-serviceDetail-s-pageHeader .s-pageHeader__image {
  width: 44.2rem;
  -webkit-mask-image: url("/assets/nstec/img/service_hr/pageHeader/mask.svg");
  mask-image: url("/assets/nstec/img/service_hr/pageHeader/mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0, center center;
  mask-position: 0 0, center center;
  -webkit-mask-size: 44.2rem 53rem;
  mask-size: 44.2rem 53rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  /*1番目*/
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-pageHeader .s-pageHeader__image {
    max-width: 26rem;
    margin: 0 auto;
    width: 100%;
  }
}
.nstec-serviceDetail-s-pageHeader .s-pageHeader__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.nstec-serviceDetail-s-pageHeader .s-pageHeader__detail {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  /*1番目*/
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-pageHeader .s-pageHeader__detail {
    margin-top: 4.8rem;
  }
}
.nstec-serviceDetail-s-pageHeader .s-pageHeader__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nstec-serviceDetail-s-pageHeader .s-pageHeader__title .icon {
  background: #ffffff;
  border-radius: 1.6rem;
  height: 7.2rem;
  width: 7.2rem;
  min-width: 7.2rem;
  padding: 1.2rem;
  margin-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-pageHeader .s-pageHeader__title .icon {
    height: 4.8rem;
    width: 4.8rem;
    min-width: 4.8rem;
    padding: 0.8rem;
  }
}
.nstec-serviceDetail-s-pageHeader .s-pageHeader__title .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.nstec-serviceDetail-s-pageHeader .s-pageHeader__title .ja {
  font-weight: 700;
  font-style: Bold;
  font-size: 5.6rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-pageHeader .s-pageHeader__title .ja {
    font-size: 2.4rem;
  }
}
.nstec-serviceDetail-s-pageHeader .s-pageHeader__description {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-pageHeader .s-pageHeader__description {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.nstec-serviceDetail-s-pageHeader .s-pageHeader__scroll {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-pageHeader .s-pageHeader__scroll {
    margin-top: 4.8rem;
    position: static;
  }
}
.nstec-serviceDetail-s-pageHeader .s-pageHeader__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 11;
}

.nstec-service-s-faq ul,
.nstec-service-s-faq li,
.nstec-service-s-faq figure,
.nstec-service-s-faq h3,
.nstec-service-s-faq p,
.nstec-service-s-faq a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.nstec-service-s-faq .s-faq__list {
  margin-top: 8rem;
  counter-reset: faq 0;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-faq .s-faq__list {
    margin-top: 4rem;
  }
}
.nstec-service-s-faq .s-faq__item {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 0.2rem solid #E9EDF8;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-faq .s-faq__item {
    padding: 24px 0px;
  }
}
.nstec-service-s-faq .s-faq__item::before {
  counter-increment: faq 1;
  content: "Q" counter(faq);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  display: inline-block;
  min-width: 6.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-faq .s-faq__item::before {
    font-size: 1.4rem;
    min-width: 3.6rem;
  }
}
.nstec-service-s-faq .s-faq__item + li {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-faq .s-faq__item + li {
    margin-top: 1.6rem;
  }
}
.nstec-service-s-faq .s-faq__item.is-active .s-faq__itemIcon span:nth-child(2) {
  display: none;
}
.nstec-service-s-faq .s-faq__itemTextBlock {
  width: 100%;
}
.nstec-service-s-faq .s-faq__itemTitle {
  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;
  margin: 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  word-break: break-word;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-faq .s-faq__itemTitle {
    font-size: 1.4rem;
  }
}
.nstec-service-s-faq .s-faq__itemText {
  display: none;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  white-space: pre-wrap;
  word-break: break-word;
  padding-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-faq .s-faq__itemText {
    font-size: 1.2rem;
  }
}
.nstec-service-s-faq .s-faq__itemIcon {
  display: block;
  width: 3.2rem;
  min-width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #2848BE;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-faq .s-faq__itemIcon {
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-service-s-faq .s-faq__itemIcon:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.nstec-service-s-faq .s-faq__itemIcon > span {
  display: block;
  position: absolute;
  top: calc(50% - 0.1rem);
  left: calc(50% - 0.6rem);
  width: 1.2rem;
  height: 0.2rem;
  background-color: #ffffff;
  border-radius: 10rem;
}
.nstec-service-s-faq .s-faq__itemIcon > span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .nstec-service-s-faq .s-faq__itemIcon > span {
    width: 1rem;
    left: calc(50% - 0.5rem);
  }
}

.nstec-serviceDetail-s-flow ul,
.nstec-serviceDetail-s-flow li,
.nstec-serviceDetail-s-flow figure,
.nstec-serviceDetail-s-flow h3,
.nstec-serviceDetail-s-flow p,
.nstec-serviceDetail-s-flow a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.nstec-serviceDetail-s-flow .s-flow__list {
  margin-top: 8rem;
  counter-reset: flow 0;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-flow .s-flow__list {
    margin-top: 4rem;
  }
}
.nstec-serviceDetail-s-flow .s-flow__item {
  display: grid;
  grid-template-columns: 24rem auto;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-flow .s-flow__item {
    grid-template-columns: 9rem auto;
  }
}
.nstec-serviceDetail-s-flow .s-flow__item + .s-flow__item {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-flow .s-flow__item + .s-flow__item {
    margin-top: 2.4rem;
  }
}
.nstec-serviceDetail-s-flow .s-flow__itemLabel {
  position: relative;
}
.nstec-serviceDetail-s-flow .s-flow__itemLabel::before, .nstec-serviceDetail-s-flow .s-flow__itemLabel::after {
  content: "";
  display: block;
  position: absolute;
  right: 8.5rem;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-flow .s-flow__itemLabel::before, .nstec-serviceDetail-s-flow .s-flow__itemLabel::after {
    right: 1.6rem;
    top: 0.8rem;
  }
}
.nstec-serviceDetail-s-flow .s-flow__itemLabel::before {
  width: 1.2rem;
  height: 1.2rem;
  background: #2848BE;
  border-radius: 100%;
  right: 7.9rem;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-flow .s-flow__itemLabel::before {
    width: 0.8rem;
    height: 0.8rem;
    right: 1.2rem;
  }
}
.nstec-serviceDetail-s-flow .s-flow__itemLabel::after {
  content: "";
  display: block;
  background: #E9EDF8;
  width: 0.2rem;
  height: 100%;
  top: 3rem;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-flow .s-flow__itemLabel::after {
    top: 2.8rem;
  }
}
.nstec-serviceDetail-s-flow .s-flow__itemLabel .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #2848BE;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 0.6rem 1.6rem;
  border: solid 0.1rem #2848BE;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-flow .s-flow__itemLabel .label {
    font-size: 1.2rem;
    padding: 0.4rem 0.8rem;
  }
}
.nstec-serviceDetail-s-flow .s-flow__itemLabel .label::after {
  counter-increment: flow 1;
  content: "0" counter(flow);
}
.nstec-serviceDetail-s-flow .s-flow__itemDetail {
  padding-bottom: 3.2rem;
  border-bottom: solid 0.2rem #E9EDF8;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-flow .s-flow__itemDetail {
    padding-bottom: 2.4rem;
  }
}
.nstec-serviceDetail-s-flow .s-flow__itemDetail .title {
  color: #2848BE;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-flow .s-flow__itemDetail .title {
    font-size: 1.8rem;
  }
}
.nstec-serviceDetail-s-flow .s-flow__itemDetail .text {
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-flow .s-flow__itemDetail .text {
    font-size: 1.4rem;
  }
}

.nstec-serviceDetail-s-possible ul,
.nstec-serviceDetail-s-possible li,
.nstec-serviceDetail-s-possible figure,
.nstec-serviceDetail-s-possible h3,
.nstec-serviceDetail-s-possible p,
.nstec-serviceDetail-s-possible a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.nstec-serviceDetail-s-possible .s-possible__list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  counter-reset: possible 0;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-possible .s-possible__list {
    margin-top: 4rem;
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-serviceDetail-s-possible .s-possible__list.-column--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.nstec-serviceDetail-s-possible .s-possible__item {
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F6F7F7;
}
.nstec-serviceDetail-s-possible .s-possible__itemLabel {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  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: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-possible .s-possible__itemLabel {
    padding: 0.8rem 1.5rem;
  }
}
.nstec-serviceDetail-s-possible .s-possible__itemLabel .label {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0%;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-possible .s-possible__itemLabel .label {
    font-size: 1.2rem;
  }
}
.nstec-serviceDetail-s-possible .s-possible__itemLabel .line {
  display: block;
  width: 1.4rem;
  height: 0.1rem;
  background: #37383B;
  margin: 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-possible .s-possible__itemLabel .line {
    margin: 0.8rem 0;
    width: 1rem;
  }
}
.nstec-serviceDetail-s-possible .s-possible__itemLabel .num {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-possible .s-possible__itemLabel .num {
    font-size: 1.2rem;
  }
}
.nstec-serviceDetail-s-possible .s-possible__itemLabel .num::after {
  counter-increment: possible 1;
  content: "0" counter(possible);
}
.nstec-serviceDetail-s-possible .s-possible__itemDetail {
  padding: 2.4rem;
  padding-left: 0;
  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) {
  .nstec-serviceDetail-s-possible .s-possible__itemDetail {
    padding: 1.6rem;
    padding-left: 0;
  }
}
.nstec-serviceDetail-s-possible .s-possible__itemDetail .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nstec-serviceDetail-s-possible .s-possible__itemDetail .icon {
  height: 4rem;
  width: 4rem;
  min-width: 4rem;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-possible .s-possible__itemDetail .icon {
    height: 3.2rem;
    width: 3.2rem;
    min-width: 3.2rem;
  }
}
.nstec-serviceDetail-s-possible .s-possible__itemDetail .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.nstec-serviceDetail-s-possible .s-possible__itemDetail .title {
  margin-left: 1.2rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-possible .s-possible__itemDetail .title {
    font-size: 1.4rem;
  }
}
.nstec-serviceDetail-s-possible .s-possible__answer .arrow {
  background: url("/assets/nstec/img/service_hr/possible/arrow.svg") no-repeat center/contain;
  width: 4.6rem;
  height: 2.1rem;
  display: block;
  margin: 0 auto;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-possible .s-possible__answer .arrow {
    width: 2.4rem;
    height: 1.1rem;
    margin-top: 1.2rem;
  }
}
.nstec-serviceDetail-s-possible .s-possible__answer .wrap {
  background: url("/assets/nstec/img/service_hr/possible/pc.jpg") no-repeat center bottom/cover;
  margin-top: 3.2rem;
  overflow: hidden;
  border-radius: 0.4rem;
  padding: 6.4rem;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-possible .s-possible__answer .wrap {
    margin-top: 1.2rem;
    padding: 3.2rem 2.4rem;
    background-image: url("/assets/nstec/img/service_hr/possible/sp.jpg");
  }
}
.nstec-serviceDetail-s-possible .s-possible__answer .title {
  display: inline-block;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  padding: 0.8rem 1.6rem;
  border: solid 0.1rem #ffffff;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-possible .s-possible__answer .title {
    font-size: 1.4rem;
    padding: 0.4rem 1.2rem;
  }
}
.nstec-serviceDetail-s-possible .s-possible__answer .text {
  margin-top: 2.4rem;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-serviceDetail-s-possible .s-possible__answer .text {
    font-size: 1.8rem;
  }
}

.nstec-service-s-related {
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .nstec-service-s-related {
    padding-bottom: 8rem;
  }
}

.nstec-s-contactDetail {
  margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-contactDetail {
    margin-bottom: 8rem;
  }
}
.nstec-s-contactDetail .s-contactDetail__inner {
  max-width: 80rem;
  margin: 0 auto;
}
.nstec-s-contactDetail .s-contactDetail__description {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .nstec-s-contactDetail .s-contactDetail__description {
    font-size: 1.4rem;
  }
}
.nstec-s-contactDetail .s-contactDetail__form {
  margin-top: 4rem;
}
main > .nstec-s-complete:last-child {
  margin-bottom: -17.6rem;
}
@media screen and (max-width: 767px) {
  main > .nstec-s-complete:last-child {
    margin-bottom: -4.6rem;
  }
}

.nstec-s-complete .s-complete__bgLine {
  background: url("/assets/nstec/img/common/pageHeader/line_left.png") no-repeat center/contain;
  position: absolute;
  mix-blend-mode: plus-lighter;
  z-index: 12;
}
.nstec-s-complete .s-complete__bgLine.left {
  left: 0;
  bottom: 6.45rem;
  width: 87.3rem;
  height: 27.3rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-complete .s-complete__bgLine.left {
    width: 4.7rem;
    height: 5.5rem;
    background-image: url("/assets/nstec/img/common/pageHeader/line_left-sp.png");
    bottom: 0;
  }
}
.nstec-s-complete .s-complete__bgLine.right {
  right: 0;
  top: 12rem;
  width: 66.2rem;
  height: 19.5rem;
  background-image: url("/assets/nstec/img/common/pageHeader/line_right.png");
}
@media screen and (max-width: 767px) {
  .nstec-s-complete .s-complete__bgLine.right {
    width: 7.4rem;
    height: 7.8rem;
    background-image: url("/assets/nstec/img/common/pageHeader/line_right-sp.png");
  }
}
.nstec-s-complete .s-complete__wrap {
  position: relative;
  overflow: hidden;
  padding: 13rem 0 17rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17.6rem), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17.6rem), 0 100%);
}
@media screen and (max-width: 767px) {
  .nstec-s-complete .s-complete__wrap {
    padding: 9.6rem 0 16.6rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.6rem), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.6rem), 0 100%);
  }
}
.nstec-s-complete .nstec-c-breadcrumb {
  position: relative;
  z-index: 12;
}
.nstec-s-complete .s-complete__content {
  margin-top: 6.4rem;
  color: #ffffff;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .nstec-s-complete .s-complete__content {
    margin-top: 3.6rem;
  }
}
.nstec-s-complete .s-complete__title {
  padding-top: 5.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nstec-s-complete .s-complete__title {
    padding-top: 3.2rem;
  }
}
.nstec-s-complete .s-complete__title .line {
  display: block;
  width: 7.3rem;
  height: 1.4rem;
  opacity: 1;
  background: url(/assets/nstec/img/common/sectionHeader/headline-white.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .nstec-s-complete .s-complete__title .line {
    width: 4.2rem;
    height: 0.8rem;
  }
}
.nstec-s-complete .s-complete__title .en {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 9.6rem;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nstec-s-complete .s-complete__title .en {
    font-size: 4.8rem;
  }
}
.nstec-s-complete .s-complete__title .ja {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .nstec-s-complete .s-complete__title .ja {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
.nstec-s-complete .s-complete__description {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .nstec-s-complete .s-complete__description {
    margin-top: 4.8rem;
    font-size: 1.4rem;
    width: 100%;
  }
}
.nstec-s-complete .s-complete__button {
  margin: 6.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .nstec-s-complete .s-complete__button {
    margin-top: 4.8rem;
  }
}
.nstec-s-complete .s-complete__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 11;
}

@media screen and (max-width: 767px) {
  .nstec-detail-s-pageHeader {
    background: #ffffff;
  }
}
.nstec-detail-s-pageHeader .nstec-c-breadcrumb {
  position: relative;
  z-index: 12;
}
.nstec-detail-s-pageHeader .s-pageHeader__content {
  margin-top: 6.4rem;
  color: #ffffff;
  position: relative;
  z-index: 12;
}
.nstec-detail-s-pageHeader .s-pageHeader__content * {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nstec-detail-s-pageHeader .s-pageHeader__content {
    display: block;
    margin-top: 3.6rem;
  }
}
.nstec-detail-s-pageHeader .s-pageHeader__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nstec-detail-s-pageHeader .s-pageHeader__meta .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.nstec-detail-s-pageHeader .s-pageHeader__meta .date span {
  display: block;
  text-align: center;
  font-family: "Lato", sans-serif;
  color: #ffffff;
}
.nstec-detail-s-pageHeader .s-pageHeader__meta .date .year {
  font-weight: 500;
  font-style: Medium;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 767px) {
  .nstec-detail-s-pageHeader .s-pageHeader__meta .date .year {
    font-size: 1.4rem;
  }
}
.nstec-detail-s-pageHeader .s-pageHeader__meta .date .day {
  font-weight: 500;
  font-style: Medium;
  font-size: 2.4rem;
  line-height: 100%;
  letter-spacing: 0%;
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-detail-s-pageHeader .s-pageHeader__meta .date .day {
    font-size: 2rem;
    margin-left: 0.6rem;
  }
}
.nstec-detail-s-pageHeader .s-pageHeader__meta .category {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #ffffff;
  border: solid 1px currentColor;
  padding: 0.3rem 1.4rem;
  margin-left: 1.6rem;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .nstec-detail-s-pageHeader .s-pageHeader__meta .category {
    padding: 0.2rem 1.2rem;
  }
}
.nstec-detail-s-pageHeader .s-pageHeader__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  white-space: pre-wrap;
  word-break: break-word;
  color: #ffffff;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .nstec-detail-s-pageHeader .s-pageHeader__title {
    font-size: 2.4rem;
    margin-top: 1.6rem;
  }
}
.nstec-detail-s-pageHeader .s-pageHeader__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-detail-s-pageHeader .s-pageHeader__tag {
    margin-top: 1.6rem;
  }
}
.nstec-detail-s-pageHeader .s-pageHeader__tag .tag {
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .nstec-detail-s-pageHeader .s-pageHeader__tag .tag {
    font-size: 1.2rem;
  }
}
.nstec-detail-s-pageHeader .s-pageHeader__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 11;
}
.nstec-detail-s-pageHeader .s-pageHeader__bg .s-newsDetail__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 72rem;
  width: 100%;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .nstec-detail-s-pageHeader .s-pageHeader__bg .s-newsDetail__bg {
    height: 100%;
  }
}

.nstec-s-newsList {
  margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-newsList {
    margin-bottom: 8rem;
  }
}
.nstec-s-newsList .s-newsList__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-newsList .s-newsList__category {
    display: block;
  }
}
.nstec-s-newsList .s-newsList__categoryTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  white-space: nowrap;
  border-right: 2px solid #E9EDF8;
  padding-right: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-newsList .s-newsList__categoryTitle {
    font-size: 1.5rem;
    border-bottom: solid 2px #E9EDF8;
    padding: 0 0 1.2rem;
  }
}
.nstec-s-newsList .s-newsList__categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-newsList .s-newsList__categoryList {
    gap: 1rem;
    margin-top: 1.2rem;
  }
}
.nstec-s-newsList .s-newsList__categoryLink {
  text-decoration: none;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  padding: 0.6rem 1.4rem;
  border: 1px solid #BCBCBC;
  border-radius: 30px;
  background: #ffffff;
  color: #2848BE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .nstec-s-newsList .s-newsList__categoryLink {
    padding: 0.4rem 1.2rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-s-newsList .s-newsList__categoryLink:hover {
    background: #2848BE;
    color: #ffffff;
  }
}
.nstec-s-newsList .s-newsList__categoryLink.-active {
  background: #2848BE;
  color: #ffffff;
}
.nstec-s-newsList .s-newsList__contents {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-newsList .s-newsList__contents {
    margin-top: 4.8rem;
  }
}
.nstec-s-newsDetail {
  overflow: visible;
  position: relative;
  z-index: 21;
  margin-top: -25rem;
  margin-bottom: 9.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-newsDetail {
    margin-top: 0;
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-s-newsDetail .nstec-c-inner {
    padding: 0 0rem 0 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .nstec-s-newsDetail .s-newsDetail__innner.-first {
    margin-top: 0;
    background: #ffffff;
  }
}
.nstec-s-newsDetail .s-newsDetail__contents {
  position: relative;
}
.nstec-s-newsDetail .s-newsDetail__shareLinks {
  position: sticky;
  top: 10rem;
  height: 0;
  width: 4.8rem;
  margin-left: -6.8rem;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .nstec-s-newsDetail .s-newsDetail__shareLinks {
    position: static;
    height: auto;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.nstec-s-newsDetail .s-newsDetail__entry {
  background: white;
  padding: 8rem 7.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-newsDetail .s-newsDetail__entry {
    padding: 4.8rem 0;
  }
}
.nstec-s-newsDetail .s-newsDetail__eyecatch {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.nstec-s-newsDetail .s-newsDetail__eyecatch img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.nstec-s-newsDetail .nstec-c-toc {
  margin-top: 3.2rem;
}
.nstec-s-newsDetail .nstec-c-toc + .nstec-c-wysiwyg,
.nstec-s-newsDetail .s-newsDetail__eyecatch + .nstec-c-wysiwyg {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-newsDetail .nstec-c-toc + .nstec-c-wysiwyg,
  .nstec-s-newsDetail .s-newsDetail__eyecatch + .nstec-c-wysiwyg {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .nstec-s-newsDetail .nstec-c-shareLinks {
    margin-top: 2.4rem;
  }
}
.nstec-s-newsDetail .s-newsDetail__related {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-newsDetail .s-newsDetail__related {
    margin-top: 8rem;
  }
}
.nstec-s-newsDetail .s-newsDetail__related .nstec-c-list {
  margin-top: 5.6rem;
}
.nstec-s-newsDetail .s-newsDetail__relatedButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-newsDetail .s-newsDetail__relatedButton {
    display: block;
  }
}

.nstec-s-mediaDetail {
  overflow: visible;
  position: relative;
  z-index: 21;
  margin-top: -25rem;
  margin-bottom: 9.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaDetail {
    margin-bottom: 12rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .nstec-s-mediaDetail .nstec-c-inner {
    padding: 0 0rem 0 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaDetail .s-mediaDetail__innner.-first {
    margin-top: 0;
    background: #ffffff;
  }
}
.nstec-s-mediaDetail .s-mediaDetail__contents {
  position: relative;
}
.nstec-s-mediaDetail .s-mediaDetail__shareLinks {
  position: sticky;
  top: 10rem;
  height: 0;
  width: 4.8rem;
  margin-left: -6.8rem;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaDetail .s-mediaDetail__shareLinks {
    position: static;
    height: auto;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.nstec-s-mediaDetail .s-mediaDetail__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaDetail .s-mediaDetail__flex {
    display: block;
  }
}
.nstec-s-mediaDetail .s-mediaDetail__sidebar {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaDetail .s-mediaDetail__sidebar {
    margin-top: 4.8rem;
    width: 100%;
  }
}
.nstec-s-mediaDetail .s-mediaDetail__entry {
  background: white;
  padding: 4rem 7.2rem;
  width: calc(100% - 41.2rem);
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaDetail .s-mediaDetail__entry {
    width: 100%;
    padding: 4.8rem 0;
    border-radius: 0;
  }
}
.nstec-s-mediaDetail .s-mediaDetail__eyecatch {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.nstec-s-mediaDetail .s-mediaDetail__eyecatch img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.nstec-s-mediaDetail .s-mediaDetail__eyecatch + .nstec-c-toc {
  margin-top: 3.2rem;
}
.nstec-s-mediaDetail .nstec-c-toc + .nstec-c-wysiwyg,
.nstec-s-mediaDetail .s-mediaDetail__eyecatch + .nstec-c-wysiwyg {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaDetail .nstec-c-toc + .nstec-c-wysiwyg,
  .nstec-s-mediaDetail .s-mediaDetail__eyecatch + .nstec-c-wysiwyg {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaDetail .nstec-c-shareLinks {
    margin-top: 2.4rem;
  }
}
.nstec-s-mediaDetail .s-mediaDetail__related {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaDetail .s-mediaDetail__related {
    margin-top: 8rem;
  }
}
.nstec-s-mediaDetail .s-mediaDetail__related .nstec-c-list {
  margin-top: 5.6rem;
}
.nstec-s-mediaDetail .s-mediaDetail__relatedHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaDetail .s-mediaDetail__relatedHeader {
    display: block;
  }
}
.nstec-s-mediaDetail .s-mediaDetail__relatedHeader .s-mediaDetail__relatedButton {
  display: block;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaDetail .s-mediaDetail__relatedHeader .s-mediaDetail__relatedButton {
    display: none;
  }
}
.nstec-s-mediaDetail .s-mediaDetail__relatedButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaDetail .s-mediaDetail__relatedButton {
    margin-top: 4.8rem;
    display: block;
  }
}

.nstec-s-mediaList {
  margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaList {
    margin-bottom: 8rem;
  }
  .nstec-s-mediaList .nstec-c-inner {
    background: white;
  }
}
.nstec-s-mediaList .c-section__wrap {
  padding-top: 7rem !important;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaList .c-section__wrap {
    padding-top: 4.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaList .s-mediaList__searchBlock.-pc--none {
    display: block;
  }
}
.nstec-s-mediaList .s-mediaList__selectBlock {
  margin: 0;
}
.nstec-s-mediaList .s-mediaList__selectBlock input,
.nstec-s-mediaList .s-mediaList__selectBlock select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.nstec-s-mediaList .s-mediaList__selectBlock input,
.nstec-s-mediaList .s-mediaList__selectBlock select {
  border: none;
  color: #37383B;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  padding: 1.6rem;
  width: 100%;
  height: auto;
  background: #ffffff;
  border-radius: 0.4rem;
  border: solid 1px #8D8D8D;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaList .s-mediaList__selectBlock input,
  .nstec-s-mediaList .s-mediaList__selectBlock select {
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
  }
}
.nstec-s-mediaList .s-mediaList__selectBlock input::-webkit-input-placeholder {
  color: #8D8D8D;
}
.nstec-s-mediaList .s-mediaList__selectBlock input::-moz-placeholder {
  color: #8D8D8D;
}
.nstec-s-mediaList .s-mediaList__selectBlock input:-ms-input-placeholder {
  color: #8D8D8D;
}
.nstec-s-mediaList .s-mediaList__selectBlock input::-ms-input-placeholder {
  color: #8D8D8D;
}
.nstec-s-mediaList .s-mediaList__selectBlock input::placeholder {
  color: #8D8D8D;
}
.nstec-s-mediaList .s-mediaList__selectBlockInner {
  display: block;
  position: relative;
}
.nstec-s-mediaList .s-mediaList__selectBlockInner::after {
  content: "";
  position: absolute;
  right: 1.7rem;
  top: calc(50% - 0.7rem);
  background: url("/assets/nstec/img/common/icon/arrowBottom-selectbox.svg") no-repeat center center;
  height: 1.4rem;
  width: 0.8rem;
}
.nstec-s-mediaList .s-mediaList__toggle {
  margin-top: 1.6rem;
}
.nstec-s-mediaList .s-mediaList__toggle.is-active i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nstec-s-mediaList .s-mediaList__toggleTitle {
  border: 0.1rem solid #8D8D8D;
  padding: 0.8rem 1.6rem;
  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;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
.nstec-s-mediaList .s-mediaList__toggleTitle i {
  display: block;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #2848BE;
  position: relative;
}
.nstec-s-mediaList .s-mediaList__toggleTitle i > span {
  display: block;
  position: absolute;
  top: calc(50% - 0.1rem);
  left: calc(50% - 0.45rem);
  width: 0.9rem;
  height: 0.2rem;
  background-color: #ffffff;
  border-radius: 10rem;
}
.nstec-s-mediaList .s-mediaList__toggleTitle i > span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nstec-s-mediaList .s-mediaList__toggleWrap {
  display: none;
  border: 0.1rem solid #8D8D8D;
  border-top: none;
  padding: 1.6rem;
}
.nstec-s-mediaList .s-mediaList__toggleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaList .s-mediaList__toggleList {
    gap: 1rem;
  }
}
.nstec-s-mediaList .s-mediaList__toggleList .link {
  text-decoration: none;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  padding: 0.6rem 1.4rem;
  border: 1px solid #BCBCBC;
  border-radius: 30px;
  background: #ffffff;
  color: #2848BE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaList .s-mediaList__toggleList .link {
    padding: 0.4rem 1.2rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-s-mediaList .s-mediaList__toggleList .link:hover {
    background: #2848BE;
    color: #ffffff;
  }
}
.nstec-s-mediaList .s-mediaList__toggleList .link.-active {
  background: #2848BE;
  color: #ffffff;
}
.nstec-s-mediaList .s-mediaList__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaList .s-mediaList__category {
    display: block;
  }
}
.nstec-s-mediaList .s-mediaList__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaList .s-mediaList__tag {
    display: block;
  }
}
.nstec-s-mediaList .s-mediaList__tag + .s-mediaList__tag {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaList .s-mediaList__tag + .s-mediaList__tag {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-s-mediaList .s-mediaList__tagTitle {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.12em;
    white-space: nowrap;
    border-right: 2px solid #E9EDF8;
    padding-right: 3.2rem;
  }
}
.nstec-s-mediaList .s-mediaList__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaList .s-mediaList__tagList {
    gap: 1rem;
  }
}
.nstec-s-mediaList .s-mediaList__tagLink {
  text-decoration: none;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  padding: 0.6rem 1.4rem;
  border: 1px solid #BCBCBC;
  border-radius: 30px;
  background: #ffffff;
  color: #2848BE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaList .s-mediaList__tagLink {
    padding: 0.4rem 1.2rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .nstec-s-mediaList .s-mediaList__tagLink:hover {
    background: #2848BE;
    color: #ffffff;
  }
}
.nstec-s-mediaList .s-mediaList__tagLink.-active {
  background: #2848BE;
  color: #ffffff;
}
.nstec-s-mediaList .s-mediaList__contents {
  padding-top: 6.4rem;
  margin-top: 3.2rem;
  border-top: 0.2rem solid #E9EDF8;
}
@media screen and (max-width: 767px) {
  .nstec-s-mediaList .s-mediaList__contents {
    margin-top: 4.8rem;
    padding-top: 2.4rem;
    margin-top: 2.4rem;
  }
}
.nstec-media-s-slider {
  overflow: hidden;
}
.nstec-media-s-slider .s-slider__wrap {
  position: relative;
}
.nstec-media-s-slider .s-slider__slider {
  overflow: visible;
  -webkit-transform: translateX(-12rem);
  transform: translateX(-12rem);
}
@media screen and (max-width: 767px) {
  .nstec-media-s-slider .s-slider__slider {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.nstec-media-s-slider .s-slider__slider .splide__slide {
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .nstec-media-s-slider .s-slider__slider .splide__slide {
    width: 100%;
  }
}
.nstec-media-s-slider .s-slider__slider .splide__slide.is-active {
  width: 59.4rem;
}
@media screen and (max-width: 767px) {
  .nstec-media-s-slider .s-slider__slider .splide__slide.is-active {
    width: 100%;
  }
}
.nstec-media-s-slider .s-slider__list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.nstec-media-s-slider .s-slider__footer {
  margin-top: 4rem;
  -webkit-transform: translateX(17.6rem);
  transform: translateX(17.6rem);
  max-width: 59.4rem;
  margin-left: auto;
  margin-right: 5.6rem;
}
@media screen and (max-width: 767px) {
  .nstec-media-s-slider .s-slider__footer {
    margin-top: 2.4rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.nstec-media-s-slider .nstec-card-c-media .c-media__detail .tags {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.nstec-media-s-slider .nstec-card-c-media.is-active .c-media__detail .title {
  -webkit-line-clamp: 2;
  font-size: 2.5rem;
}
.nstec-media-s-slider .nstec-card-c-media .c-media__detail .title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.nstec-media-s-slider .nstec-card-c-media .c-media__detail .category {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.nstec-s-policy {
  padding: 13.2rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-policy {
    padding: 9.6rem 0 8rem;
  }
}
.nstec-s-policy .s-policy__title {
  padding: 0;
  margin: 7.2rem 0 0;
  font-weight: 700;
  font-style: Bold;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #37383B;
}
@media screen and (max-width: 767px) {
  .nstec-s-policy .s-policy__title {
    font-size: 2rem;
    margin-top: 4rem;
  }
}
.nstec-s-policy .s-policy__content {
  padding: 8rem 7.2rem;
  background: #ffffff;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .nstec-s-policy .s-policy__content {
    margin-top: 4rem;
    padding: 3.2rem 2.4rem;
  }
}