@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, time,
a, abbr, acronym, address, em, strong, b, u, i,
dl, dt, dd, ol, ul, li,
img, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, section, article, figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

header, footer, nav, section, article, figure, figcaption {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  color: #535A6E;
  background: #fff;
  font-weight: 400;
}

body,
input,
button {
  /*
  font-family: "Noto Sans JP", sans-serif;
  */
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, sans-serif;
}

main a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main a {
  color: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
}

main li {
  list-style-type: none;
}

main img {
  vertical-align: bottom;
}

@media print {
  body {
    zoom: 40%;
    -webkit-print-color-adjust: exact;
  }
}
main {
  font-size: 1.6rem;
  padding: 8px 0 0;
  overflow-x: hidden;
}
main a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
main a:hover {
  transition: 0.3s;
}
main a:active {
  color: #2c69ff;
}
main a[target=_blank] {
  padding-left: 0;
}
main li {
  list-style-type: none;
}
main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*---------- break point ----------*/
/*---------- フッターの空き調整 ----------*/
.site-main {
  margin: 0;
}

.site-footer-02 {
  margin: 0;
}

/*---------- link ----------*/
/*---------- パンくず ----------*/
.breadcrumbs {
  box-sizing: border-box;
  max-width: 1220px;
  margin: 0 auto;
  padding: 12px 10px;
  font-size: 1.2rem;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 4px 10px 12px;
  }
}
.breadcrumbs ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .breadcrumbs ul {
    flex-wrap: wrap;
  }
}
.breadcrumbs ul li {
  position: relative;
  margin-right: 33px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs ul li {
    margin: 8px 33px 0 0;
  }
}
.breadcrumbs ul li:last-child {
  margin-right: 0;
}
.breadcrumbs ul li:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -20px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
}
.breadcrumbs ul li::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -18px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.breadcrumbs ul li:last-child::before {
  display: none;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}
.breadcrumbs ul li a,
.breadcrumbs ul li strong {
  color: #000;
}
.breadcrumbs ul li a {
  border-bottom: 1px solid #adadad;
}
.breadcrumbs ul li a:hover {
  border-bottom-color: transparent;
}

/*---------- fancyboxの設定 ----------*/
.fancybox-active .fancybox-bg {
  width: 100%;
  height: 100vh;
}

#fancybox-wrap #fancybox-close {
  font-size: 1.6rem;
}

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

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

/*---------- グレーボタン ----------*/
.button-regular-gray {
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 0 60px 0 32px;
  color: #fff !important;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: #535a6e;
  border-radius: 90px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .button-regular-gray {
    min-height: 40px;
    padding: 0 50px 0 22px;
  }
}
.button-regular-gray::after {
  position: absolute;
  content: "";
  top: calc(50% - 12px);
  right: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(../img/arrow_button_white.svg) 0 0 no-repeat;
  background-size: 24px 24px;
  transition: filter 400ms ease-out;
}
@media screen and (max-width: 768px) {
  .button-regular-gray::after {
    right: 15px;
  }
}
.button-regular-gray:hover {
  transition: 0.3s;
  opacity: 0.6;
  color: #fff;
}

/*---------- ホワイトボーダーグレイボタン ----------*/
.button-regular-white-border {
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 0 60px 0 32px;
  color: #535a6e;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: #fff;
  border: solid 1px #535a6e;
  border-radius: 90px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .button-regular-white-border {
    min-height: 40px;
    padding: 0 50px 0 22px;
  }
}
.button-regular-white-border::after {
  position: absolute;
  content: "";
  top: calc(50% - 12px);
  right: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(../img/arrow_button_gray.svg) 0 0 no-repeat;
  background-size: 24px 24px;
  transition: filter 400ms ease-out;
}
@media screen and (max-width: 768px) {
  .button-regular-white-border::after {
    right: 15px;
  }
}
.button-regular-white-border:hover {
  transition: 0.3s;
  color: #fff !important;
  background: #535a6e;
}
.button-regular-white-border:hover::after {
  background: url(../img/arrow_button_white.svg) 0 0 no-repeat;
}

/*---------- お問い合わせ ----------*/
#necxje-contact {
  position: relative;
  box-sizing: border-box;
  padding-top: 85px;
  padding-bottom: 83px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #necxje-contact {
    margin: 0;
    padding: 50px 10px 40px;
  }
}
#necxje-contact .inner {
  position: relative;
  padding: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #necxje-contact .inner {
    padding: 0;
  }
}
#necxje-contact .inner h2 {
  margin: 0.5em auto 0;
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #535a6e;
}
#necxje-contact .inner p.text {
  margin: 30px auto 0;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 768px) {
  #necxje-contact .inner p.text {
    margin: 10px 0 0;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
}
#necxje-contact .inner .button {
  width: 680px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  #necxje-contact .inner .button {
    display: block;
    text-align: center;
    width: 100%;
    margin: 20px auto 0;
  }
}
#necxje-contact .inner .button span {
  width: 320px;
}
@media screen and (max-width: 768px) {
  #necxje-contact .inner .button span {
    display: block;
    width: 280px;
    margin: 0 auto;
  }
  #necxje-contact .inner .button span + span {
    margin-top: 20px;
  }
}
#necxje-contact .inner .button span a {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  min-height: 66px;
  padding-top: 1px;
  padding-left: 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  background: #535a6e;
  border-radius: 33px;
  transition: all 400ms ease-out;
}
#necxje-contact .inner .button span a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #necxje-contact .inner .button span a {
    min-width: 280px;
    min-height: 48px;
    font-size: 1.2rem;
  }
  #necxje-contact .inner .button span a:active {
    background: #fff;
  }
}
#necxje-contact .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#necxje-contact .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #necxje-contact .bg img {
    height: auto;
  }
}

/* アニメーション */
#necxje-contact h2 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 800ms ease-out;
}
#necxje-contact p {
  opacity: 0;
  transform: translateY(30px);
  transition: all 600ms ease-out 300ms;
}
@media screen and (max-width: 768px) {
  #necxje-contact .button {
    margin: 40px auto 0;
    text-align: center;
  }
}
#necxje-contact .button span {
  opacity: 0;
  filter: blur(20px);
  transition: all 600ms ease-out;
}
#necxje-contact.pass h2 {
  opacity: 1;
  transform: translateY(0px);
}
#necxje-contact.pass p {
  opacity: 1;
  transform: translateY(0px);
}
#necxje-contact.pass .button span {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0px);
}
#necxje-contact.pass .button span:nth-child(1) {
  transition-delay: 600ms;
}
#necxje-contact.pass .button span:nth-child(2) {
  transition-delay: 800ms;
}

/*---------- NEC Open Innovation５つの仕掛け ----------*/
.necxje-corporate-related {
  padding: 110px 0 142px;
  background: #d9dfe9;
}
@media screen and (max-width: 768px) {
  .necxje-corporate-related {
    padding: 55px 0 71px;
  }
}
.necxje-corporate-related .inner {
  margin: 0 80px;
}
@media screen and (min-width: 1696px) {
  .necxje-corporate-related .inner {
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .necxje-corporate-related .inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.necxje-corporate-related .inner .extra {
  box-sizing: border-box;
  position: relative;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 1696px) {
  .necxje-corporate-related .inner .extra {
    max-width: 1536px;
    padding-left: 124px;
    padding-right: 124px;
  }
}
.necxje-corporate-related .inner .extra h2 {
  font-size: 4.6rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #535a6e;
}
@media screen and (max-width: 768px) {
  .necxje-corporate-related .inner .extra h2 {
    font-size: 2.8rem;
  }
}
.necxje-corporate-related .inner .extra ul {
  display: flex;
  flex-wrap: wrap;
  margin: 56px 0 0;
}
@media screen and (max-width: 1279px) {
  .necxje-corporate-related .inner .extra ul {
    flex-wrap: wrap;
  }
}
.necxje-corporate-related .inner .extra ul li {
  width: calc((100% - 64px) / 3);
  margin-left: 32px;
}
.necxje-corporate-related .inner .extra ul li:nth-child(3n+1) {
  margin-left: 0;
}
.necxje-corporate-related .inner .extra ul li:nth-child(n+4) {
  margin-top: 32px;
}
@media screen and (max-width: 1279px) {
  .necxje-corporate-related .inner .extra ul li {
    width: calc((100% - 24px) / 2);
    margin: 0;
  }
  .necxje-corporate-related .inner .extra ul li:nth-child(2n) {
    margin-left: 24px;
  }
  .necxje-corporate-related .inner .extra ul li:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .necxje-corporate-related .inner .extra ul li {
    width: 100%;
  }
  .necxje-corporate-related .inner .extra ul li:nth-child(2n) {
    margin-left: 0;
  }
  .necxje-corporate-related .inner .extra ul li:nth-child(n+2) {
    margin-top: 24px !important;
  }
}
.necxje-corporate-related .inner .extra ul li a {
  display: flex;
  align-items: center;
  height: 144px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  will-change: transform;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .necxje-corporate-related .inner .extra ul li a {
    height: 100px;
  }
}
.necxje-corporate-related .inner .extra ul li a .image {
  width: 144px;
  height: 144px;
  overflow: hidden;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .necxje-corporate-related .inner .extra ul li a .image {
    width: 100px;
    height: 100px;
  }
}
.necxje-corporate-related .inner .extra ul li a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.necxje-corporate-related .inner .extra ul li a span {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: calc(100% - 144px);
  padding: 0 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .necxje-corporate-related .inner .extra ul li a span {
    padding: 0 20px;
    font-size: 1.4rem;
    width: calc(100% - 100px);
  }
}
.necxje-corporate-related .inner .extra ul li a span::after {
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  right: 15px;
  top: calc(50% - 16px);
  background: url(../img/arrow_nav.svg) 0 0 no-repeat;
  background-size: 32px 32px;
}
.necxje-corporate-related .inner .extra ul li a:hover span {
  text-decoration: underline;
}
.necxje-corporate-related .inner + .inner {
  margin-top: 144px;
}

/*---------- NEC Open Innovation トップ ----------*/
.necxje-top {
  padding: 108px 0;
}
@media screen and (max-width: 768px) {
  .necxje-top {
    padding: 50px 0;
  }
}
.necxje-top .inner .necxje-top-button {
  text-align: center;
}
.necxje-top .inner .necxje-top-button a {
  display: inline-flex;
  width: auto;
  white-space: nowrap;
}

/*---------- お問い合わせボタン ----------*/
.str-floatingMenu {
  margin: 0 !important;
}
.str-floatingMenu .floatingMenu-title {
  cursor: pointer;
  border-radius: 12px 0 0 12px;
  background: #2b69ff;
}
.str-floatingMenu .func-floatingMenu-dummyLabel {
  background: #2b69ff;
  cursor: pointer;
}

.inner-nav {
  margin: 0;
  padding: 20px 0 24px;
}
@media screen and (max-width: 1025px), print {
  .inner-nav {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav {
    height: auto;
    position: relative;
    width: 100vw;
    padding: 10px 12px 10px 20px;
    border-bottom: 1px solid #dcdcdc;
  }
}
.inner-nav ul {
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1025px), print {
  .inner-nav ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.inner-nav ul li + li {
  margin-left: 64px;
}
@media screen and (max-width: 1025px), print {
  .inner-nav ul li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul li + li {
    margin-left: 0;
  }
}
.inner-nav ul li {
  position: relative;
  min-height: 32px;
}
@media screen and (max-width: 1025px), print {
  .inner-nav ul li {
    margin-right: initial;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul li {
    display: inline-block;
    height: 32px;
    margin-right: 20px;
  }
}
.inner-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
  padding-right: 38px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #2c69ff;
}
@media screen and (max-width: 1025px), print {
  .inner-nav ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul li a {
    padding-right: 28px;
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .inner-nav ul li a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .inner-nav ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul li a:active {
    text-decoration: underline;
  }
}
.inner-nav ul li a span + span {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  right: 0;
  top: calc(50% - 14px);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  transition: all 300ms ease-out;
}
@media screen and (max-width: 768px) {
  .inner-nav ul li a span + span {
    width: 24px;
    height: 24px;
    top: calc(50% - 9px);
    background-size: 18px 18px;
  }
}
.inner-nav ul li a span img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .inner-nav ul li a span img {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
  }
}
.inner-nav ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -24px;
  background: #2c69ff;
  opacity: 0;
  transition: opacity 300ms ease-out;
}

body.fix-inner-nav .inner-nav {
  padding: 24px 0;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  left: 0;
  top: 103px;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 1025px), print {
  body.fix-inner-nav .inner-nav {
    top: 63px;
  }
}
@media screen and (max-width: 768px) {
  body.fix-inner-nav .inner-nav {
    position: static;
  }
}
body.fix-inner-nav .inner.has-nav {
  padding-top: 224px;
}

/*---------- 幅 ----------*/
.necxje-container {
  margin: 0 80px;
  padding: 0;
}
.necxje-container > .inner {
  box-sizing: border-box;
  position: relative;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (min-width: 1696px), print {
  .necxje-container {
    width: 1536px;
    margin-left: auto;
    margin-right: auto;
  }
  .necxje-container > .inner {
    max-width: 1536px;
    padding-left: 124px;
    padding-right: 124px;
  }
}
@media screen and (max-width: 1279px), print {
  .necxje-container {
    margin-left: 0;
    margin-right: 0;
  }
  .necxje-container > .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .necxje-container > .inner .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .necxje-container > .inner {
    position: relative;
    margin: 0 auto;
    padding: 0;
  }
  .necxje-container > .inner .content {
    padding: 0 20px 0;
  }
}
/*---------- 見出し部分共通 ----------*/
.necxje-column .h2scroll {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .necxje-column .h2scroll {
    padding: 24px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .necxje-column .h2default p {
    margin: 8px 0 0;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.necxje-column .h2scroll h2,
.necxje-column .h2default h2 {
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #535a6e;
}
@media screen and (max-width: 768px) {
  .necxje-column .h2scroll h2,
  .necxje-column .h2default h2 {
    font-size: 2.8rem;
  }
}
.necxje-column .h2scroll.btn,
.necxje-column .h2default.btn {
  display: flex;
  justify-content: space-between;
}
.necxje-column .lead {
  position: relative;
  margin: 16px 0 0;
  padding: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .necxje-column .lead {
    margin: 20px 0 0;
    padding: 0;
  }
}
.necxje-column .lead h3 {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #535a6e;
}
@media screen and (max-width: 768px) {
  .necxje-column .lead h3 {
    font-size: 2.2rem;
  }
}
.necxje-column .lead p {
  margin: 4px 0 0;
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 768px) {
  .necxje-column .lead p {
    margin: 8px 0 0;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
}

@media screen and (max-width: 768px) {
  .necxje-column div + .lead {
    margin-top: 20px;
    color: #000;
  }
}
/*---------- メインビジュアル ----------*/
#necxje-visual {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #necxje-visual {
    height: 350px;
  }
}
#necxje-visual .inner {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  position: relative;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #necxje-visual .inner {
    padding: 90px 40px 40px;
  }
}
#necxje-visual .inner .extra {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 436px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #necxje-visual .inner .extra {
    display: block;
    position: static;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #necxje-visual .inner .extra h1 {
    width: 30vw;
  }
}
#necxje-visual .inner .extra h1 img {
  width: 247px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #necxje-visual .inner .extra h1 img {
    width: 200px;
    height: auto;
  }
}
#necxje-visual .inner .extra .text {
  margin: 70px 0 45px;
}
@media screen and (max-width: 768px) {
  #necxje-visual .inner .extra .text {
    margin: 40px 0 0;
  }
}
#necxje-visual .inner .extra .text p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #necxje-visual .inner .extra .text p {
    font-size: 1.6rem;
  }
}
#necxje-visual .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#necxje-visual .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}
@media screen and (max-width: 1400px) {
  #necxje-visual .bg img {
    object-position: 70% 50%;
  }
}
@media screen and (max-width: 1025px), print {
  #necxje-visual .bg img {
    object-position: 50% 50%;
  }
}
@media screen and (max-width: 768px) {
  #necxje-visual .bg img {
    object-position: 0 0;
  }
}

/*---------- NEC X - JAPAN Edition -とは ----------*/
#necxje-about {
  margin-top: 0;
  padding: 100px 0 0;
  border-bottom: solid 1px #8f98ac;
}
@media screen and (max-width: 1025px), print {
  #necxje-about {
    padding: 100px 0 0;
  }
}
#necxje-about .necxje-container {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #necxje-about .necxje-container {
    padding: 0 0 50px;
  }
}
#necxje-about .necxje-container .inner .about {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #necxje-about .necxje-container .inner .about {
    margin-top: 50px;
  }
}
#necxje-about .necxje-container .inner .lead p {
  max-width: 920px;
  margin: 4px 0 0.75em;
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 768px) {
  #necxje-about .necxje-container .inner .lead p {
    margin: 8px 0 0;
    font-size: 1.4rem;
  }
}
#necxje-about .necxje-container .inner .lead p a {
  color: #000;
  text-decoration: underline;
}
#necxje-about .necxje-container .inner .necxje-about-illustration {
  margin-top: 55px;
  margin-bottom: 110px;
  text-align: center;
}
#necxje-about .necxje-container .inner .necxje-about-illustration img {
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  #necxje-about .necxje-container .inner .necxje-about-illustration {
    margin-bottom: 0;
  }
}
#necxje-about .necxje-container .inner .necxje-about-illustration img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #necxje-about .necxje-container .inner .necxje-about-illustration {
    margin-top: 0;
  }
}
#necxje-about .necxje-container .inner .necxje-about-cl3 {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  #necxje-about .necxje-container .inner .necxje-about-cl3 {
    display: block;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
#necxje-about .necxje-container .inner .necxje-about-cl3 > li {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #necxje-about .necxje-container .inner .necxje-about-cl3 > li {
    width: 100%;
  }
}
#necxje-about .necxje-container .inner .necxje-about-cl3 > li:first-child {
  border-right: solid 1px #c5ccd9;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  #necxje-about .necxje-container .inner .necxje-about-cl3 > li:first-child {
    border-right: none;
    padding-right: 0;
    padding-bottom: 40px;
    border-bottom: solid 1px #c5ccd9;
  }
}
#necxje-about .necxje-container .inner .necxje-about-cl3 > li:nth-child(2) {
  width: calc(33.3333333333% + 40px);
  border-right: solid 1px #c5ccd9;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  #necxje-about .necxje-container .inner .necxje-about-cl3 > li:nth-child(2) {
    width: 100%;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
    border-bottom: solid 1px #c5ccd9;
  }
}
#necxje-about .necxje-container .inner .necxje-about-cl3 > li:last-child {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #necxje-about .necxje-container .inner .necxje-about-cl3 > li:last-child {
    padding-left: 0;
  }
}
#necxje-about .necxje-container .inner .necxje-about-cl3 > li picture {
  display: flex;
  justify-content: center;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #necxje-about .necxje-container .inner .necxje-about-cl3 > li picture {
    max-width: 200px;
  }
}
#necxje-about .necxje-container .inner .necxje-about-cl3 > li picture img {
  width: 100%;
}
#necxje-about .necxje-container .inner .necxje-about-cl3 > li h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-top: 1em;
  color: #3c4155;
}
#necxje-about .necxje-container .inner .necxje-about-cl3 > li h3 + ul {
  margin-left: 1.5em;
}
#necxje-about .necxje-container .inner .necxje-about-cl3 > li h3 + ul li {
  list-style: disc;
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  margin-top: 1.5em;
  color: #000;
}

/*---------- プログラム紹介 ----------*/
#necxje-program {
  border-bottom: solid 1px #8f98ac;
  padding: 120px 0 170px;
  /*---------- Batch 1 応募受付中 ----------*/
}
@media screen and (max-width: 768px) {
  #necxje-program {
    padding: 60px 0 100px;
  }
}
#necxje-program .lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #necxje-program .lead {
    margin-bottom: 40px;
  }
}
#necxje-program .lead p {
  max-width: 860px;
  margin: 4px 0 0;
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 768px) {
  #necxje-program .lead p {
    margin: 8px 0 0;
    font-size: 1.4rem;
  }
}
#necxje-program .application-banner {
  position: relative;
  margin-top: 100px;
  text-align: center;
  overflow: hidden;
  border: solid 1px #bdc5d4;
  aspect-ratio: 1920/600;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #necxje-program .application-banner {
    margin-top: 50px;
    padding: 80px 0 40px;
    aspect-ratio: initial;
  }
}
#necxje-program .application-banner .application-banner-inner {
  position: relative;
  z-index: 2;
}
#necxje-program .application-banner .application-banner-inner dl dt {
  font-size: clamp(2.8rem, 3vw, 3.6rem);
}
#necxje-program .application-banner .application-banner-inner dl dd {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
}
#necxje-program .application-banner .application-banner-inner .button {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #necxje-program .application-banner .application-banner-inner .button {
    margin-top: 30px;
  }
}
#necxje-program .application-banner .application-banner-inner .button a {
  display: inline-flex;
  width: auto;
  white-space: nowrap;
  min-height: 54px;
  padding: 0 32px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #necxje-program .application-banner .application-banner-inner .button a {
    min-height: 54px;
    padding: 0 32px;
  }
}
#necxje-program .application-banner .application-banner-inner .button a::after {
  display: none;
}
#necxje-program .application-banner .application-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#necxje-program .application-banner .application-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}

/*---------- チーム紹介 ----------*/
#necxje-team {
  padding: 120px 0 100px;
}
@media screen and (max-width: 768px) {
  #necxje-team {
    padding: 60px 0 50px;
  }
}
#necxje-team .lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #necxje-team .lead {
    margin-bottom: 40px;
  }
}
#necxje-team .lead p {
  margin: 4px 0 0;
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 768px) {
  #necxje-team .lead p {
    margin: 8px 0 0;
    font-size: 1.4rem;
  }
}
#necxje-team ul.necxje-member-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #necxje-team ul.necxje-member-wrap {
    justify-content: space-between;
  }
}
#necxje-team ul.necxje-member-wrap li {
  width: calc((100% - 300px) / 5);
  margin-right: 75px;
  margin-bottom: 80px;
}
#necxje-team ul.necxje-member-wrap li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1025px), print {
  #necxje-team ul.necxje-member-wrap li {
    width: calc((100% - 160px) / 5);
    margin-right: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #necxje-team ul.necxje-member-wrap li {
    width: calc((100% - 30px) / 2);
    margin-right: 0 !important;
    margin-bottom: 40px;
  }
}
#necxje-team ul.necxje-member-wrap li a .thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
}
#necxje-team ul.necxje-member-wrap li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
  will-change: transform;
}
#necxje-team ul.necxje-member-wrap li a .detail {
  position: relative;
  margin-top: 1em;
}
#necxje-team ul.necxje-member-wrap li a .detail .name-en {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 0.25em;
}
#necxje-team ul.necxje-member-wrap li a .detail .name {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  margin-bottom: 0.25em;
}
#necxje-team ul.necxje-member-wrap li a .detail .part {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  margin-bottom: 0.5em;
}
#necxje-team ul.necxje-member-wrap li a .detail .cate {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  color: #fff;
  line-height: 1.2;
  padding: 7px 10px 5px;
  display: inline-block;
  border-radius: 5px;
}
#necxje-team ul.necxje-member-wrap li a .detail .cate.sky {
  background-color: #2b69ff;
}
#necxje-team ul.necxje-member-wrap li a .detail .cate.orange {
  background-color: #ff8c00;
}
#necxje-team ul.necxje-member-wrap li a .detail .cate.lime {
  background-color: #9eba0a;
}
#necxje-team ul.necxje-member-wrap li a .detail .cate.emerald {
  background-color: #14cdb4;
}
#necxje-team ul.necxje-member-wrap li a .detail .cate.rose {
  background-color: #e61e8c;
}
#necxje-team ul.necxje-member-wrap li a .detail::after {
  position: absolute;
  top: 8px;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  transform: rotate(-45deg);
  transition: right 0.2s;
  border-right: 2px solid rgb(40, 45, 60);
  border-bottom: 2px solid rgb(40, 45, 60);
}
@media screen and (max-width: 1025px), print {
  #necxje-team ul.necxje-member-wrap li a .detail::after {
    /* width: 30px;
                             height: 30px; */
  }
}
#necxje-team ul.necxje-member-wrap li a:hover .thumb img {
  transform: scale(1.03);
}
#necxje-team ul.necxje-member-wrap li a:hover .detail::after {
  right: 0;
}

/*---------- モーダルウインドウ ----------*/
.modalwindow {
  display: none;
}

.fancybox-slide--html .fancybox-content {
  max-width: 800px !important;
  height: auto;
  background-color: #d9dfe9 !important;
}
@media screen and (max-width: 768px) {
  .fancybox-slide--html .fancybox-content {
    padding: 20px !important;
  }
}
@media screen and (max-width: 1400px) {
  .fancybox-slide--html .fancybox-content {
    width: calc(100% - 30px) !important;
  }
}

.fancybox-content {
  position: relative;
  overflow: visible !important;
}
.fancybox-content .fancybox-nav {
  position: absolute;
  top: -30px;
  border: none !important;
  background: none !important;
  color: #ffffff;
  cursor: pointer;
}
.fancybox-content .fancybox-prev,
.fancybox-content .fancybox-next {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .fancybox-content .fancybox-prev,
  .fancybox-content .fancybox-next {
    font-size: 1.4rem;
  }
}
.fancybox-content .fancybox-prev::after,
.fancybox-content .fancybox-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 576px) {
  .fancybox-content .fancybox-prev::after,
  .fancybox-content .fancybox-next::after {
    width: 8px;
    height: 8px;
  }
}
.fancybox-content .fancybox-prev {
  left: 0;
  padding-left: 0.75em;
}
.fancybox-content .fancybox-prev::after {
  left: 0;
  transform: rotate(-135deg);
}
.fancybox-content .fancybox-next {
  right: 0;
  padding-right: 0.75em;
}
.fancybox-content .fancybox-next::after {
  right: 0;
  transform: rotate(45deg);
}
.fancybox-content .fancybox-close-small {
  display: flex;
  align-items: center;
  width: 15em;
  color: #000 !important;
  padding: 10px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fancybox-content .fancybox-close-small {
    width: 9em;
  }
}
.fancybox-content .fancybox-close-small::before {
  content: "Ecsキーで閉じる";
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fancybox-content .fancybox-close-small::before {
    content: "閉じる";
  }
}

.profile_wrap .inner {
  overflow-y: auto;
  max-height: 700px;
}
@media screen and (max-width: 768px) {
  .profile_wrap .inner {
    max-height: 500px;
  }
}
.profile_wrap .inner .profile_img {
  background-color: #fff;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .profile_wrap .inner .profile_img {
    max-width: 150px;
    max-height: 150px;
  }
}
.profile_wrap .inner .profile_img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .profile_wrap .inner .profile_cont {
    width: 100%;
    margin-top: 0.5em;
  }
}
.profile_wrap .inner .profile_cont .name {
  font-size: clamp(2rem, 3vw, 3.6rem);
  font-weight: bold;
  text-align: center;
}
.profile_wrap .inner .profile_cont .name-en {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: 0.5em;
  text-align: center;
}
.profile_wrap .inner .profile_cont .part {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  text-align: center;
}
.profile_wrap .inner .profile_cont .profile_text h4 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin-bottom: 0.5em;
}
.profile_wrap .inner .profile_cont .profile_text .text {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
}

/*---------- メインビジュアル ----------*/
#necxje-batch1-visual {
  position: relative;
  overflow: hidden;
}
#necxje-batch1-visual .inner {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  position: relative;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #necxje-batch1-visual .inner {
    padding: 0 20px;
  }
}
#necxje-batch1-visual .inner .extra {
  height: 375px;
  margin: 0 auto;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  #necxje-batch1-visual .inner .extra {
    padding: 20px 0;
    height: 200px;
  }
}
#necxje-batch1-visual .inner .extra .content h1 {
  font-size: clamp(3rem, 3vw, 4.4rem);
  color: #fff;
  text-shadow: 0px 0px 7px rgb(0, 0, 0);
}
#necxje-batch1-visual .inner .extra .content p {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: #fff;
  text-shadow: 0px 0px 7px rgb(0, 0, 0);
}
#necxje-batch1-visual .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#necxje-batch1-visual .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
@media screen and (max-width: 768px) {
  #necxje-batch1-visual .bg img {
    object-position: 50% 0;
  }
}

/*---------- 期間・概要 ----------*/
#necxje-overview {
  margin-top: 0;
  padding: 100px 0 150px;
  border-bottom: solid 1px #8f98ac;
}
@media screen and (max-width: 768px) {
  #necxje-overview {
    padding: 30px 0 75px;
  }
}
#necxje-overview .necxje-container {
  padding: 0;
}
#necxje-overview .necxje-container .inner .overview {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #necxje-overview .necxje-container .inner .overview {
    margin-top: 50px;
  }
}
#necxje-overview .necxje-container .inner .lead p {
  max-width: 920px;
  margin: 4px 0 0.75em;
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 768px) {
  #necxje-overview .necxje-container .inner .lead p {
    margin: 8px 0 0;
    font-size: 1.4rem;
  }
}
#necxje-overview .necxje-container .inner .lead p a {
  color: #000;
  text-decoration: underline;
}
#necxje-overview .necxje-container .inner .necxje-program-illustration {
  margin-top: 55px;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  #necxje-overview .necxje-container .inner .necxje-program-illustration {
    margin-top: 30px;
    margin-bottom: 55px;
  }
}
#necxje-overview .necxje-container .inner .necxje-program-illustration img {
  max-width: 1280px;
  width: 100%;
}
#necxje-overview .necxje-container .inner .schedule {
  background-color: #eff2f6;
  margin-top: 1em;
  padding: 25px 50px;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #necxje-overview .necxje-container .inner .schedule {
    display: block;
    padding: 15px 30px;
  }
}
#necxje-overview .necxje-container .inner .schedule dt {
  width: 17em;
  padding: 0.5em 0;
}
#necxje-overview .necxje-container .inner .schedule dt.pdl {
  padding-left: 4em;
}
@media screen and (max-width: 768px) {
  #necxje-overview .necxje-container .inner .schedule dt.pdl {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #necxje-overview .necxje-container .inner .schedule dt {
    width: 100%;
    padding: 0.5em 0 0;
  }
}
#necxje-overview .necxje-container .inner .schedule dd {
  width: calc(100% - 17em);
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
  #necxje-overview .necxje-container .inner .schedule dd {
    width: 100%;
    padding: 0.25em 0 1em;
  }
}

/*---------- Batch 1 注力領域:AI Agentアプリケーション ----------*/
#necxje-aiag {
  position: relative;
  padding: 138px 0 160px;
}
@media screen and (max-width: 768px) {
  #necxje-aiag {
    padding: 67px 0 75px;
  }
}
#necxje-aiag .necxje-container {
  position: relative;
  z-index: 1;
  /* Batc​h​ 1 ​提供技術一覧 */
}
#necxje-aiag .necxje-container .aiag-wrap {
  position: relative;
  aspect-ratio: 1280/315;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container .aiag-wrap {
    aspect-ratio: 1000/400;
  }
}
#necxje-aiag .necxje-container .aiag-wrap h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(2rem, 3vw, 4.4rem);
  line-height: 1.4;
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container .aiag-wrap h2 {
    margin-left: 20px;
  }
}
#necxje-aiag .necxje-container .aiag-wrap .aiag-wrap-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#necxje-aiag .necxje-container .aiag-wrap .aiag-wrap-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 100% 0;
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container .aiag-wrap .aiag-wrap-bg img {
    object-fit: cover;
  }
}
#necxje-aiag .necxje-container .background {
  background-color: #eff2f6;
  margin-top: 10px;
  padding: 50px 100px;
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container .background {
    padding: 20px 20px;
  }
}
#necxje-aiag .necxje-container .background h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #000;
  margin-bottom: 1em;
}
#necxje-aiag .necxje-container .background p {
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container .background p {
    font-size: 1.4rem;
  }
}
#necxje-aiag .necxje-container .background .illustrations {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container .background .illustrations {
    margin-bottom: 25px;
  }
}
#necxje-aiag .necxje-container .background .illustrations img {
  width: auto;
}
#necxje-aiag .necxje-container #necxje-technology {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container #necxje-technology {
    padding-top: 60px;
  }
}
#necxje-aiag .necxje-container #necxje-technology .lead {
  max-width: 930px;
}
#necxje-aiag .necxje-container #necxje-technology .technology-list {
  margin-top: 80px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container #necxje-technology .technology-list {
    margin-top: 40px;
    display: block;
  }
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  border: solid 1px #8f98ac;
  border-radius: 14px;
  overflow: hidden;
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1025px), print {
  #necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item {
    width: calc((100% - 30px) / 2);
  }
  #necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item:nth-child(3n) {
    margin-right: 30px;
  }
  #necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item a::after {
  position: absolute;
  content: "";
  top: 35px;
  right: 30px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(../img/arrow_button.svg) 0 0 no-repeat;
  background-size: 24px 24px;
  transition: right 0.2s;
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item a::after {
    right: 15px;
  }
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item a:hover {
  background-color: #eff2f6;
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item a:hover::after {
  right: 20px;
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item a:hover h3 {
  color: #2b69ff;
  text-decoration: underline;
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item a h3 {
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  color: #000;
  margin-bottom: 1.5em;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item a h3 {
    padding-right: 40px;
  }
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item a .text {
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  margin-bottom: 1em;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item a .text {
    padding-right: 40px;
  }
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item a .cate {
  margin-top: auto;
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item a .cate p {
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  background-color: #d9dfe9;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item .none-link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item .none-link h3 {
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  color: #000;
  margin-bottom: 1.5em;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item .none-link h3 {
    padding-right: 40px;
  }
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item .none-link .text {
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  margin-bottom: 1em;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item .none-link .text {
    padding-right: 40px;
  }
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item .none-link .cate {
  margin-top: auto;
}
#necxje-aiag .necxje-container #necxje-technology .technology-list .technology-list-item .none-link .cate p {
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  background-color: #d9dfe9;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
}
#necxje-aiag .necxje-container #necxje-technology .btn {
  margin-top: 60px;
  display: inline-flex;
  width: auto;
}
@media screen and (max-width: 768px) {
  #necxje-aiag .necxje-container #necxje-technology .btn {
    margin-top: 30px;
  }
}
#necxje-aiag .necxje-container #necxje-technology .btn a {
  min-height: 54px;
}
#necxje-aiag .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#necxje-aiag .bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 100% 0;
}

/*---------- 応募方法 ----------*/
#necxje-apptarget {
  background-color: #eff2f6;
  padding: 120px 0 170px;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget {
    padding: 60px 0 50px;
  }
}
#necxje-apptarget .apply {
  border-bottom: solid 1px #8f98ac;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .apply {
    padding-bottom: 40px;
  }
}
#necxje-apptarget .apply .method {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .apply .method {
    margin-top: 30px;
    display: block;
  }
}
#necxje-apptarget .apply .method li {
  background-color: #fff;
  width: calc((100% - 105px) / 3);
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .apply .method li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#necxje-apptarget .apply .method li:last-child {
  margin-right: 0;
}
#necxje-apptarget .apply .method li dl {
  padding: 25px;
}
#necxje-apptarget .apply .method li dl dt {
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.4;
  text-align: center;
  color: #2b69ff;
  min-height: 3.5em;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .apply .method li dl dt {
    min-height: initial;
  }
}
#necxje-apptarget .apply .method li dl dd.icon {
  text-align: center;
}
#necxje-apptarget .apply .method li dl dd.text {
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  color: #3c4155;
}
#necxje-apptarget .apply .note {
  margin-top: 40px;
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  color: #000;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .apply .note {
    margin-top: 20px;
  }
}
#necxje-apptarget .overview {
  padding-top: 100px;
  padding-bottom: 100px;
  /* 応募対象者 */
  /* Batch 1 応募受付中 */
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .overview {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#necxje-apptarget .overview .necxje-overview-cl3 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .overview .necxje-overview-cl3 {
    display: block;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
#necxje-apptarget .overview .necxje-overview-cl3 > li {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .overview .necxje-overview-cl3 > li {
    width: 100%;
  }
}
#necxje-apptarget .overview .necxje-overview-cl3 > li:first-child {
  border-right: solid 1px #c5ccd9;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .overview .necxje-overview-cl3 > li:first-child {
    border-right: none;
    padding-right: 0;
    padding-bottom: 40px;
    border-bottom: solid 1px #c5ccd9;
  }
}
#necxje-apptarget .overview .necxje-overview-cl3 > li:nth-child(2) {
  width: calc(33.3333333333% + 40px);
  border-right: solid 1px #c5ccd9;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .overview .necxje-overview-cl3 > li:nth-child(2) {
    width: 100%;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
    border-bottom: solid 1px #c5ccd9;
  }
}
#necxje-apptarget .overview .necxje-overview-cl3 > li:last-child {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .overview .necxje-overview-cl3 > li:last-child {
    padding-left: 0;
  }
}
#necxje-apptarget .overview .necxje-overview-cl3 > li picture {
  display: flex;
  justify-content: center;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .overview .necxje-overview-cl3 > li picture {
    max-width: 200px;
  }
}
#necxje-apptarget .overview .necxje-overview-cl3 > li picture img {
  width: 100%;
}
#necxje-apptarget .overview .necxje-overview-cl3 > li h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-top: 1em;
  color: #3c4155;
}
#necxje-apptarget .overview .note {
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  color: #000;
}
#necxje-apptarget .overview .note > li:first-child {
  margin-bottom: 1.5em;
}
#necxje-apptarget .overview .note > li ul {
  margin-left: 1.25em;
}
#necxje-apptarget .overview .note > li ul li {
  list-style: disc;
}
#necxje-apptarget .overview .application-banner {
  position: relative;
  margin-top: 100px;
  text-align: center;
  overflow: hidden;
  border: solid 1px #bdc5d4;
  aspect-ratio: 1920/600;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .overview .application-banner {
    margin-top: 50px;
    padding: 60px 0 40px;
    aspect-ratio: initial;
  }
}
#necxje-apptarget .overview .application-banner .application-banner-inner {
  position: relative;
  z-index: 2;
}
#necxje-apptarget .overview .application-banner .application-banner-inner dl dt {
  font-size: clamp(2.8rem, 3vw, 3.6rem);
}
#necxje-apptarget .overview .application-banner .application-banner-inner dl dt + dd {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
#necxje-apptarget .overview .application-banner .application-banner-inner dl dt + dd + dd {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  margin-top: 1em;
}
#necxje-apptarget .overview .application-banner .application-banner-inner .button {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .overview .application-banner .application-banner-inner .button {
    margin-top: 15px;
  }
}
#necxje-apptarget .overview .application-banner .application-banner-inner .button a {
  display: inline-flex;
  width: auto;
  white-space: nowrap;
  justify-content: center;
  min-height: 54px;
  padding: 0 100px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #necxje-apptarget .overview .application-banner .application-banner-inner .button a {
    width: 80%;
    min-height: 54px;
    padding: 0 32px;
  }
}
#necxje-apptarget .overview .application-banner .application-banner-inner .button a::after {
  display: none;
}
#necxje-apptarget .overview .application-banner .application-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#necxje-apptarget .overview .application-banner .application-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}/*# sourceMappingURL=necxje-style.css.map */