@charset "utf-8";
/* ======================================================
   common 
====================================================== */
body {
  font-weight: 500;
  line-height: 1.6;
  color: #535a6e !important;
}
#mainContent {
  min-width: auto !important;
}
#contents .wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
#contents a {
  text-decoration: none;
}
#contents p {
  margin: 0;
}
#contents img {
  max-width: 100%;
}
#contents section {
  padding: 100px 0;
}
#contents a.btn-white:link {
  color: #0f1ed2;
  display: block;
  width: 312px;
  background-color: #fff;
  background-image: url(../img/contact_icon_blue.webp);
  background-repeat: no-repeat;
  background-size: 25px 18px;
  background-position: 33px center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 36px 11px 74px;
  border: 1px solid #fff;
  border-radius: 50px;
  letter-spacing: 0;
}
#contents a.btn-white:visited {
  color: #0f1ed2;
}
#contents a.btn-white:hover {
  color: #fff;
  background-color: #0f1ed2;
  background-image: url(../img/contact_icon_white.webp);
}
#contents h2 {
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
}
#contents .sec-title__small {
  font-size: clamp(1.4rem, calc(100vw * 20 / 1206), 2rem);
  font-weight: 500;
}
#contents .sec-title__big {
  font-size: clamp(2rem, calc(100vw * 32 / 1206), 3.2rem);
  font-weight: 500;
}
#contents .sp-block {
  display: none;
}
#contents .nav.fixed {
  position: fixed;
  top: 88px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  height: auto;
  z-index: 999;
}
#contents .nav.fixed span {
  display: none;
}
#contents .nav.fixed .main-nav__link {
  margin-top: 0;
}
html[data-script-enabled="true"]
  .site-footer
  .seg-primary
  .scroll-top.is-fixed
  > a {
  right: 20px;
}
.site-footer .seg-primary .scroll-top > a {
  border-radius: 12px;
  font-weight: 700;
  right: 20px;
  padding: 6px 12px 6px 32px;
  line-height: 1;
  background-color: #535b6e;
}
.site-footer .seg-primary .scroll-top > a::before {
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  left: 13px;
}
.js-fadein-item {
  opacity: 0;
  transform: translateX(-20px); 
  transition: opacity 1.0s, transform 1.0s; 
}
.is-active {
  opacity: 1;
  transform: translateY(0);
}
/* ======================================================
   mainvisual 
====================================================== */
#contents .mainvisual {
  padding: 6.5625% 0;
  background-image: url("../img/mainvisual.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
}
#contents .mainvisual .wrapper {
  padding-left: 4.6875%;
}
#contents .mainvisual__title {
  font-size: clamp(3.2rem, calc(100vw * 38 / 1200), 3.8rem);
  line-height: 1.4;
  text-align: left;
}
#contents .mainvisual__text {
  margin-top: 40px;
  font-size: clamp(1.6rem, calc(100vw * 16 / 1206), 1.6rem);
}

#contents .mainvisual .btn-white {
  margin-top: 56px;
}
/* ======================================================
    Main Navigation
====================================================== */
#contents .main-nav {
  background-color: #fff;
  border-bottom: 1px solid #c5ccd9;
}
#contents .main-nav__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5%;
}
#contents .main-nav__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 12px 0;
  font-weight: 700;
}
#contents a.main-nav__link:link {
  color: #0f1ed2;
  font-size: clamp(1.2rem, calc(100vw * 18 / 1206), 1.8rem);
  font-weight: 700;
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  line-height: 1.6;
  padding-right: 24px;
}
#contents a.main-nav__link::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0f1ed2;
  border-bottom: 2px solid #0f1ed2;
  transform: translate(-50%, -25%) rotate(45deg);
  right: 0;
}
#contents .nav li a:hover {
  color: #0f1ed2;
  opacity: 0.7;
}
#contents a.main-nav__item:link,
#contents a.main-nav__item:visited,
#contents a.main-nav__link:visited {
  color: #0f1ed2;
}
/* ======================================================
    運用サービス全体像
====================================================== */
.ops-overview {
  background-color: #eff2f6;
}
.ops-overview__content {
  background-color: #fff;
  padding: 8.3333%;
  padding: 8.3333% 20px;
  margin-top: 76px;
  border-radius: 24px;
}
.ops-overview__lead {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.8rem, calc(100vw * 24 / 1200), 2.4rem);
}
.ops-overview__figure {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.figure-item {
  background-color: #eff2f6;
  border-radius: 10px;
}
.figure-item li {
  line-height: 1.4;
}
.figure-item li:nth-child(n + 2) {
  margin-top: 6px;
}
.figure-item1 {
  flex-basis: 304px;
  padding: 1.6%;
}
.figure-item2 {
  flex-basis: 214px;
  background-color: #fff;
}
.figure-item3 {
  flex-basis: 482px;
  padding: 1.6%;
  border: 2px solid #0f1ed2;
}
.ops-overview__lead .char {
  opacity: 0;
}
@keyframes textFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ops-overview__content.is-animated .ops-overview__lead .char {
  animation: textFade 0.6s forwards; 
  animation-play-state: running;
}
/* ----------------------------------
         お客様
---------------------------------- */
.figure-item1__content {
  background-color: #fff;
  margin-top: 20px;
  padding: 11.7647% 5.8823529%;
  border-radius: 10px;
}
.figure-item1__texts {
  margin-top: 46px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  font-size: clamp(1.4rem, calc(100vw * 15 / 1000), 1.5rem);
}
.figure-item > p {
  color: #0f1ed2;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.6rem, calc(100vw * 22 / 1000), 2.2rem);

  /* ----------------------------------
  矢印図
---------------------------------- */
}
.figure-item2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  text-align: center;
}
.figure-item2 p {
  padding: 0 20px;
  line-height: 1.2;
  font-size: clamp(1.4rem, calc(100vw * 15 / 1000), 1.5rem);
}
/* ----------------------------------
         NECフィールディング
---------------------------------- */
.figure-item3__content {
  background-color: #fff;
  border: 2px solid #0f1ed2;
  padding: 4.14937% 4.97925%;
  border-radius: 10px;
  position: relative;
}
.figure-item3__content:first-of-type {
  margin-top: 23px;
}
.figure-item3__content:last-child {
  margin-top: 32px;
}
.figure-item3__content > p {
  line-height: 1;
  background-color: hsl(235, 87%, 44%);
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: clamp(1.4rem, calc(100vw * 16 / 1200), 1.6rem);
  border-radius: 20px;
}
.figure-item3__flex {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}
.figure-item3__texts {
  text-indent: -1em;
  padding-left: 1em;
  font-size: clamp(1.4rem, calc(100vw * 15 / 1000), 1.5rem);
}
.figure-item3__content:first-of-type::before {
  content: "";
  display: block;
  background-color: #0f1ed2;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  bottom: -42px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.figure-item3__content:last-child::before {
  position: absolute;
  display: block;
  content: "";
  width: 28px;
  height: 4px;
  background-color: #fff;
  z-index: 11;
  left: 50%;
  transform: translate(-50%, 50%);
  top: -21px;
}
.figure-item3__content:last-child::after {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 28px;
  background-color: #fff;
  z-index: 11;
  left: 50%;
  transform: translate(-50%, 50%);
  top: -45px;
}
/* ----------------------------------
         ▼アイコン
---------------------------------- */
.ops-overview__icon {
  display: block;
  margin: 40px auto 0;
  width: fit-content;
  border: 24px solid transparent;
  border-top: 24px solid #535a6e;
}
/* ----------------------------------
         安心、安全、信頼
---------------------------------- */
.ops-overview__flex {
  display: flex;
  justify-content: center;
  gap: 3.2%;
  text-align: center;
  background-color: #eff2f6;
  padding: 4% 10px;
  margin: 8px auto 0;
  border-radius: 16px;
  max-width: 1000px;
}
.ops-overview__flex-item {
  background-color: #fff;
  aspect-ratio: 280 / 280;
  border-radius: 50%;
  border: 2px solid #0f1ed2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ops-overview__flex-item-title {
  color: #0f1ed2;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, calc(100vw * 24 / 1000), 2.4rem);
  position: relative;
  width: fit-content;
  margin: 17.7% auto 0;
}
.ops-overview__flex-item-title::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #0f1ed2;
}
#contents .ops-overview__flex-item-text {
  margin-top: 9%;
  font-size: clamp(1.4rem, calc(100vw * 16 / 1200), 1.6rem);
}
/* ======================================================
    運用サービス一覧
====================================================== */
.ops-lists__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); /* 3列 */
  gap: 56px 4%;
  margin-top: 76px;
}

/* カード（li）自体もGridにし、行の役割（subgrid）を持たせる */
#contents .ops-lists__item {
  width: auto;
  max-width: 100%;
  display: grid;
  grid-template-rows: subgrid; /* 親のグリッド行に合わせる（魔法の記述） */
  grid-row: span 3; /* タイトル、画像、ボディの3要素分またぐ */
}

/* リンク（a）もGrid化して中身を配置 */
#contents .ops-lists__item a {
  display: grid;
  grid-template-rows: subgrid; /* さらに孫要素へグリッドを継承 */
  grid-row: span 3;
  gap: 12px;
  height: 100%;
}
#contents .ops-lists__item a:link {
  color: #535a6e;
}
#contents .ops-lists__item a:visited {
  color: #535a6e;
}
.ops-lists__item-title {
  font-size: clamp(1.6rem, calc(100vw * 18 / 1200), 1.8rem);
}
.ops-lists__item-body {
  margin-top: 8px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.ops-lists__item-tags {
  display: flex;
  gap: 12px;
}
.ops-lists__item-tag {
  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  width: 118px;
  height: 30px;
  /* margin-top: 20px; */
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 4px;
}
.ops-lists__item-tag--r {
  background-color: #0f1ed2;
}
.ops-lists__item-tag--o {
  background-color: #535b6e;
}
#contents .ops-lists__item-text {
  flex-grow: 1;
  margin-top: 20px;
  line-height: 1.6;
  font-size: clamp(1.4rem, calc(100vw * 16 / 1200), 1.6rem);
}

/* ======================================================
    運用サービスのオンサイト/リモート分類
====================================================== */
.ops-category__scroll-area {
  margin-top: 76px;
  border-radius: 24px;
  overflow-x: auto;
}
.ops-category__table {
  border-collapse: separate;
  border-spacing: 0;
  width: 1200px;
  border-radius: 24px;
}
.ops-category__table th:first-child {
  width: 320px;
}
.ops-category__table th,
.ops-category__table td {
  border-right: 1px solid #c1c7d6;
  border-bottom: 1px solid #c1c7d6;
}
.ops-category__table th:last-child,
.ops-category__table td:last-child {
  border-right: 0;
}
/* ----------------------------------
         テーブル見出し
---------------------------------- */
.ops-category__table th {
  color: #fff;
  background-color: #535b6d;
  padding: 16px 0;
  border-right: 1px solid #c1c7d6;
  font-weight: 500;
  font-size: 1.8rem;
}
/* オンサイト、リモート列 */
.ops-category__table th:nth-child(2),
.ops-category__table th:nth-child(3) {
  width: 120px;
}
/* ----------------------------------
         テーブルデータ
---------------------------------- */
.ops-category__table td {
  padding: 16px 30px;
  border-bottom: 1px solid #c1c7d6;
  border-right: 1px solid #c1c7d6;
  font-size: 1.6rem;
}
#contents .ops-category__table td a {
  text-decoration: underline;
  text-decoration-color: #535a6e;
  transition: all .5s;
}
#contents .ops-category__table td a:hover {
  opacity: .7;
}
#contents .ops-category__table td a:link {
  color: #535a6e;
}
#contents .ops-category__table td a:visited {
  color: #535a6e;
}
/* データ一列目 */
.ops-category__table td:first-child {
  border-left: 2px solid #c1c7d6;
}
/* データ最終列 */
.ops-category__table td:last-child {
  border-right: 2px solid #c1c7d6;
}
/* オンサイト、リモート列 */
.ops-category__table td:nth-child(2),
.ops-category__table td:nth-child(3) {
  text-align: center;
  font-size: 2.2rem;
}
/* ----------------------------------
      最終行の底辺の罫線を追加
---------------------------------- */
.ops-category__table tr:last-child td {
  border-bottom: 2px solid #c1c7d6;
}
.ops-category__table tr:last-child td:first-child {
  border-bottom-left-radius: 24px;
  /* border-left: 2px solid #c1c7d6;  */
}
.ops-category__table tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
  border-right: 2px solid #c1c7d6;
}
/* ======================================================
    拠点一覧
====================================================== */
#contents .base-list__content {
  padding: 7.166% 5.333%;
  background-image: url("../img/base-list_bg.webp");
  background-size: cover;
  color: #0f1ed2;
  border-radius: 16px;
  border: 1px solid #c1c7d6;
}
#contents .base-list__title {
  text-align: left;
  font-size: clamp(2.4rem, calc(100vw * 32 / 1200), 3.2rem);
  font-weight: 500;
}
.base-list__text {
  font-size: clamp(1.6rem, calc(100vw * 20 / 1200), 2rem);
}
#contents a.btn-detail:link {
  margin-top: 24px;
  color: #fff;
  background-color: #0f1ed2;
  width: 182px;
  font-size: 16px;
  padding: 12.5px 30px;
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  background: #0f1ed2;
  border: 1px solid #0f1ed2;
  line-height: 1.3;
  text-decoration: none;
  word-wrap: break-word;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s ease;
}
#contents a.btn-detail::before {
  -webkit-mask-image: url(/nf_global/v3/common/img/2021/icn/arrow-white.svg);
  mask-image: url(/nf_global/v3/common/img/2021/icn/arrow-white.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  transform: translateX(50%);
  bottom: auto;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  content: "";
  transition: 0.2s ease;
}
#contents a.btn-detail:hover::before {
  background-color: #fff;
}
#contents a.btn-detail:hover {
  color: #fff;
  background: #535a6e;
  border: 1px solid #535a6e;
  background-color: #2c69ff;
}
#contents a.btn-detail:visited {
  color: #fff;
}
/* ======================================================
   contact
====================================================== */

#contents .contact {
  background-image: url("../img/contact_img_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5.28% 20px;
  color: #fff;
  text-align: center;
}

#contents .contact .contact__text-small {
  font-size: clamp(1.8rem, calc(100vw * 28 / 870), 2.8rem);
  line-height: 1.6;
}
#contents .contact .contact__text-big {
  display: block;
  margin-top: 10px;
  font-size: clamp(2.2rem, calc(100vw * 38 / 870), 3.8rem);
}
#contents .contact .btn-white {
  margin: 50px auto 0;
}
#contents .contact .sec-title__big {
  line-height: 1.625;
}
