<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*========================================
Component（接頭辞 c-）
==========================================*/
/* サービス
-----------------------*/
/* 数字付き見出し */
.c-head-numbered {
  display: flex;
  gap: 10px;
}
.c-head-numbered-decimal {
  color: #5876aa;
  font-size: 4rem;
  line-height: 1;
}

/* ユースケースアコーディオン */
.c-use-case-item &gt; dt {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 56px 16px 16px;
  background: #5876aa;
  color: #fff;
  cursor: pointer;
}
.c-use-case-item &gt; dt &gt; *:first-child {
  margin-right: 16px;
  width: 45px;
}
.c-use-case-item &gt; dt::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  background: url(/global/en/-/media/assets/images/icon/white/arrow_s_bottom.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.c-use-case-item.is-open &gt; dt::after {
  background: url(/global/en/-/media/assets/images/icon/white/arrow_s_top.svg) no-repeat;
  background-size: 100%;
}
.c-use-case-item &gt; dd {
  padding: 16px;
  border: 1px solid #5876AA;
  border-top: none;
}
.c-use-case-item &gt; dd &gt; dl + dl {
  margin-top: 16px;
}

/* ERPソリューション */
.c-erp-solution a {
  display: block;
  border: 1px solid #D5DDEB;
  padding: 24px;
}
.c-erp-solution a:hover {
  text-decoration: none;
  background: #F8FAFD;
  transition: all 0.2s;
}
.c-erp-solution a:hover .c-btn-external {
  color: #fff;
  background: #839FD8;
}
.c-erp-solution a:hover .c-btn-external::before {
  background: url(/global/en/-/media/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
}


/* Careers
-----------------------*/
/* Job Search */
.c-careers-search-form {
  display: flex;
  align-items: center;
  position: relative;
}
.c-careers-search-form &gt; *:not(:last-child) {
  margin-right: 8px;
  width: 100%;
}
.c-careers-search-form &gt; *:not(:last-child) &gt; input {
  width: 100%;
}
.c-careers-search-form &gt; *:last-child &gt; button {
  flex: none;
  min-height: 52px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-careers-search-form {
    display: block;
  }
  .c-careers-search-form &gt; *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }
  .c-careers-search-form &gt; *:last-child {
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }
}
.c-careers-search-form .c-careers-search-form_input {
  position: relative;
  font-size: 1.4rem;
}
.c-careers-search-form .c-careers-search-form_input .c-input-text-type-b {
  height: 5.2rem;
}
.c-careers-search-form .c-btn-important {
  padding: 5px 50px;
}

.p-block-careers-search-results {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .p-block-careers-search-results {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

.p-block-careers-search-results__list {
  width: calc(100% / 3);
  min-width: 300px;
}
@media (max-width: 767px) {
  .p-block-careers-search-results__list {
    width: 100%;
    min-width: 0;
  }
}

.c-list-careers-search-results &gt; li {
  border: 1px solid #e8e8e8;
  border-top: none;
}
.c-list-careers-search-results &gt; li:first-child {
  border-top: 1px solid #e8e8e8;
}
.c-list-careers-search-results &gt; li &gt; a,
.c-list-careers-search-results &gt; li &gt; div {
  display: block;
  padding: 24px 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-list-careers-search-results &gt; li {
    border: none;
    border-bottom: 1px solid #e8e8e8;
  }
  .c-list-careers-search-results &gt; li &gt; a,
  .c-list-careers-search-results &gt; li &gt; div {
    padding: 24px 20px;
  }
}
@media (min-width: 768px) {
  .c-list-careers-search-results &gt; li.is-current &gt; a,
  .c-list-careers-search-results &gt; li &gt; a:hover,
  .c-list-careers-search-results &gt; li.is-current &gt; div,
  .c-list-careers-search-results &gt; li &gt; div:hover {
    padding: 24px 30px 24px 23px;
    border-left: 7px solid #0072bc;
    background: #f2f3f4;
    text-decoration: none;
  }
}
.c-list-careers-search-results &gt; li &gt; * &gt; dl &gt; dt {
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.c-list-careers-search-results &gt; li &gt; * &gt; dl &gt; dd {
  font-size: 1.4rem;
}
.c-list-careers-search-results &gt; li &gt; * &gt; dl &gt; dd &gt; dl &gt; dd {
  color: #2e404d;
}
.c-list-careers-search-results &gt; li &gt; * &gt; dl &gt; dd &gt; dl &gt; dd &gt; span::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 4px;
  background: url(/global/en/-/media/assets/images/icon/text-grey/location.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.p-block-careers-search-results__detail {
  position: sticky;
  top: 80px;
  z-index: 9;
  border: 1px solid #e8e8e8;
  width: calc(((100% / 3) * 2) + 1px);
  margin-left: -1px;
  max-height: calc(100vh - 80px);
}
@media (min-width: 768px) and  (max-width: 1249px) {
  .p-block-careers-search-results__detail {
    top: 70px;
    max-height: calc(100vh - 70px);
  }
}
@media (max-width: 767px) {
  .p-block-careers-search-results__detail {
    overflow-y: auto;
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 9;
    background: #fff;
    width: 100%;
    height: calc(100vh - 70px);
    max-height: none;
  }
}
.p-block-careers-search-results__detail &gt; div {
  display: none;
  max-height: calc(100vh - 80px);
  height: 100%;
}
@media (max-width: 767px) {
  .p-block-careers-search-results__detail &gt; div {
    display: none;
  }
}
@media (min-width: 768px) and  (max-width: 1023px) {
  .p-block-careers-search-results__detail &gt; div {
    max-height: calc(100vh - 70px);
  }
}
.p-block-careers-search-results__detail &gt; div.is-current {
  display: flex;
  flex-direction: column;
}
.p-block-careers-search-results__detail__head {
  border: 1px solid #e8e8e8;
  padding: 32px 40px;
  background: #fff;
}
@media (max-width: 767px) {
  .p-block-careers-search-results__detail__head {
    position: static;
    padding: 24px 20px;
  }
}
.p-block-careers-search-results__detail__head__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -24px;
}
.p-block-careers-search-results__detail__head__inner &gt; * {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .p-block-careers-search-results__detail__head__inner {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .p-block-careers-search-results__detail__head__inner &gt; div {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-block-careers-search-results__detail__head__inner &gt; div + div {
    display: none;
  }
}
.p-block-careers-search-results__detail__back {
  color: #0072bc;
  font-size: 1.4rem;
  cursor: pointer;
}
.p-block-careers-search-results__detail__back::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 8px;
  background: url(/global/en/-/media/assets/images/icon/future-blue/arrow_s_left.svg) no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
}
.p-block-careers-search-results__detail__body {
  border: 1px solid #e8e8e8;
  border-top: none;
  overflow-y: auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .p-block-careers-search-results__detail__body {
    overflow-y: visible;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .p-block-careers-search-results__detail__body {
    overflow-x: visible;
    position: static;
  }
}

.p-block-careers-search-results__detail__bnr {
  padding: 32px 0 32px 24px;
}
@media (min-width: 1024px) {
  .p-block-careers-search-results__detail__bnr .p-panel-bg-img {
    width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 767px) {
  .p-block-careers-search-results__detail__bnr {
    border-bottom: 1px solid #e8e8e8;
    padding: 24px;
  }
}
.p-block-careers-search-results__detail__bnr p {
  color: #2e404d;
}
.p-block-careers-search-results .p-block-careers-search-results__detail {
  border: none;
}

.p-block-careers-search-results__detail__company {
  border-bottom: 1px solid #e8e8e8;
  padding: 24px 0;
}
.p-block-careers-search-results__detail__company dl &gt; dd {
  color: #2e404d;
}
.p-block-careers-search-results__detail__company dl &gt; dd &gt; span::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 4px;
  background: url(/global/en/-/media/assets/images/icon/text-grey/location.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.p-block-careers-search-results__detail__description {
  padding: 32px 0;
}
@media (max-width: 767px) {
  .p-block-careers-search-results__detail__description {
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 0;
  }
}
.p-block-careers-search-results__detail__description p {
  color: #2e404d;
}
.p-block-careers-search-results__detail__employee {
  padding: 32px 40px;
  margin: 0 -40px;
  background: #f2f3f4;
}
@media (max-width: 767px) {
  .p-block-careers-search-results__detail__employee {
    padding: 24px 0;
    margin: 0;
    background: #fff;
  }
}
@media (min-width: 768px) {
  .p-block-careers-search-results__detail__employee .c-head-xsm {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .p-block-careers-search-results__detail__employee .c-3column .p-panel {
    width: calc((100% - (2 * 24px)) / 3);
  }
}

@media (max-width: 1023px) {
  .p-block-careers-search-results__detail__employee .c-btn-important {
    font-size: 1.4rem;
  }
}

.p-block-careers-search-results__detail .p-panel {
  margin-top: 24px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-block-careers-search-results__detail .p-panel {
    padding-top: 20px;
    background: #f2f3f4;
  }
}
.p-block-careers-search-results__detail .p-panel .p-panel__img,
.p-block-careers-search-results__detail .p-panel .p-panel__img img {
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1249px) {
  .p-block-careers-search-results__detail .p-panel .p-panel__img,
  .p-block-careers-search-results__detail .p-panel .p-panel__img img {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 768px) {
  .p-block-careers-search-results__detail .p-panel__body {
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  .p-block-careers-search-results__detail .c-2column  .p-panel__body {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .p-block-careers-search-results__detail .p-panel__body {
    padding: 8px 24px 24px 24px;
  }
}
.p-block-careers-search-results__detail .p-panel__title {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-block-careers-search-results__detail .p-panel__title {
    display: flex;
    justify-content: center;
  }
}
.p-block-careers-search-results__detail .p-panel__body dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: #2e404d;
  font-size: 1.1rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-block-careers-search-results__detail .p-panel__body dl {
    justify-content: center;
  }
}
.p-block-careers-search-results__detail .p-panel__body dl dt::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 8px;
  margin-right: 8px;
  background: #e8e8e8;
  width: 1px;
  height: 16px;
}
.p-block-careers-search-results__detail .p-panel__body .c-location {
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-block-careers-search-results__detail .p-panel__body .c-location {
    display: flex;
    justify-content: center;
  }
}
.p-block-careers-search-results__detail .p-panel__body .c-location::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 4px;
  background: url(/global/en/-/media/assets/images/icon/text-grey/location.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.p-block-careers-search-results__detail__bottom {
  display: none;
}
@media (max-width: 767px) {
  .p-block-careers-search-results__detail__bottom {
    display: block;
    border-top: 1px solid #e8e8e8;
    padding: 24px 0 80px;
    text-align: center;
  }
}

.p-block:not(.c-bg-white):not(.c-bg-gray-100) + .p-block:has(.c-careers-search-form) {
  border-top: 1px solid #2e404d;
}

@media (min-width: 768px) {
  .p-block-careers-search-results .c-pagenation li {
    width: 24px;
  }
  .p-block-careers-search-results .c-pagenation li.c-pagenation__first,
  .p-block-careers-search-results .c-pagenation li.c-pagenation__prev,
  .p-block-careers-search-results .c-pagenation li.c-pagenation__next,
  .p-block-careers-search-results .c-pagenation li.c-pagenation__last {
    width: 20px;
  }
}

/* careers/ careers/job-search サーチボックス */
.p-search__search-form__select {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
}

.p-search__search-form__select.is-show {
  display: block;
  z-index: 50;
  border: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .p-search__search-form__select.is-show {
    z-index: 9;
  }
}

.p-search__search-form__select &gt; ul {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #2e404d;
  line-height: 1.5;
}

.p-search__search-form__select &gt; ul &gt; li &gt; a {
  background: #fff;
}

.p-search__search-form__select &gt;ul &gt; li &gt; a:hover {
  background: #e8e8e8;
}

.p-search__search-form__select &gt; ul &gt; li &gt; a:focus-visible {
  outline: 1px solid #000;
}

/* Populer Keyword */
.p-careers-keyword .c-tag {
  color: #2e404d;
  border-color: #949494;
}
.p-careers-keyword .c-tag:hover {
  color: #fff;
  background-color: #949494;
}

/* Meet NTT DATA People */
.meet-ntt-data-people-detail-header {
  background: url(/global/en/-/media/nttdataglobal/1_images/careers/meet-ntt-data-people/bg_detail_mv.png) no-repeat center 0 / cover;
}
.meet-ntt-data-people-detail-header .u-mr-xxx-large {
  width: 264px;
  height: 264px;
}
.meet-ntt-data-people-detail-header .u-mr-xxx-large&gt;div:nth-of-type(2) {
  margin: 8px 0 0 0;
}
.meet-ntt-data-people-detail-header .cat-name {
  font-size: 2.0rem;
  line-height: 1.5;
  margin: 16px 0 8px;
}
.meet-ntt-data-people-detail-header .c-icon {
  font-size: 2.4rem;
}
.meet-ntt-data-people-detail-header .c-icon.c-icon--sm::before {
  top: 4px;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .meet-ntt-data-people-detail-header {
    background: #08122E;
  }
  .meet-ntt-data-people-detail-header .c-flex-wrap {
    flex-direction: column;
  }
  .meet-ntt-data-people-detail-header .c-flex-wrap&gt;* {
    justify-content: center;
    text-align: center !important;
  }
  .meet-ntt-data-people-detail-header .u-mr-xxx-large {
    width: 50%;
    height: 50%;
    margin: 0 auto !important;
  }
  .meet-ntt-data-people-detail-header .u-mr-xxx-large img {
    width: 100%;
  }
  .meet-ntt-data-people-detail-header .cat-name {
    font-size: 1.4rem;
  }
  .meet-ntt-data-people-detail-header .p-content-header__lead {
    font-size: 1.6rem;
  }
  .meet-ntt-data-people-detail-header .c-icon {
    font-size: 1.6rem;
    justify-content: center;
  }
  .meet-ntt-data-people-detail-header .c-icon.c-icon--sm::before {
    top: 2px;
    width: 16px;
    height: 16px;
  }
}

.p-content-header.meet-ntt-data-people-detail-header + .p-block + .p-block.p-block--bg-img .p-block__inner {
  justify-content: center;
}
.p-content-header.meet-ntt-data-people-detail-header + .p-block + .p-block.p-block--bg-img h2.c-head-lg {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-content-header.meet-ntt-data-people-detail-header + .p-block + .p-block.p-block--bg-img .p-block__img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .p-content-header.meet-ntt-data-people-detail-header + .p-block + .p-block.p-block--bg-img .p-block__inner {
    padding: 60px 20px;
    position: relative;
    z-index: 2;
  }
}
.meet-ntt-data-people-detail-header + .p-block + .p-block--bg-img + .p-block.c-bg-white .u-fd-reverse {
  flex-direction: row-reverse;
}</pre></body></html>