@charset "UTF-8";
* {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

::selection {
  background-color: #0057ff;
  color: #060606;
}

::-moz-selection {
  background-color: #0057ff;
  color: #060606;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  margin: 0;
  background: #ffffff;
  color: #111111;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

p,
li {
  font-size: 1.45rem;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

#wrapper {
  overflow: clip;
  background: #ffffff;
}

#container {
  padding-left: 3vw;
  padding-right: 3vw;
  margin: 0 auto;
  min-height: 450px;
  max-width: 1440px;
}
@media screen and (max-width: 1280px) {
  #container {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #container {
    display: block;
    min-height: 380px;
  }
}
@media screen and (max-width: 650px) {
  #container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#container .content-header {
  margin: 0 auto 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
#container .content-header .h-icon {
  position: relative;
  top: 6px;
  margin-right: 12px;
}
#container .content-header .h-icon.facebook {
  top: 0;
}
#container .content-header h2 {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1em;
  color: #0057ff;
}
@media screen and (max-width: 520px) {
  #container .content-header h2 {
    line-height: 1.4em;
  }
}
#container .content-header h2 span {
  font-size: 0.4em;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 520px) {
  #container .content-header h2 span {
    font-size: 0.6em;
  }
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9000;
}
#pagetop a {
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(12px);
  text-align: center;
  line-height: 44px;
}
#pagetop a img {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}

.float-links {
  position: absolute;
  top: 16px;
  right: clamp(18px, 3vw, 48px);
  z-index: 1001;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 650px) {
  .float-links {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 32px);
    justify-content: flex-end;
    margin: 12px auto 10px;
    flex-direction: row;
    gap: 8px;
  }
}
.float-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #fff;
  color: #111111;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.float-links a:hover {
  border-color: #0057ff;
  color: #fff;
  background: #0057ff;
  box-shadow: none;
}
@media screen and (max-width: 650px) {
  .float-links a {
    min-height: 38px;
    padding: 0 12px;
    font-size: 1rem;
    flex: 1 1 0;
    max-width: 190px;
  }
}

#global-header {
  position: relative;
  z-index: 999;
  padding: 14px 0 12px;
}
@media screen and (max-width: 650px) {
  #global-header {
    padding: 16px 0 12px;
  }
}

.header-shell {
  position: relative;
  width: min(1180px, 100% - clamp(48px, 8vw, 128px));
  margin: 0 auto;
  padding-top: 34px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}
@media screen and (max-width: 650px) {
  .header-shell {
    width: calc(100% - 32px);
    padding-top: 4px;
  }
}

.brand-row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 104px;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .brand-row {
    min-height: 98px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 650px) {
  .brand-row {
    justify-content: flex-start;
    min-height: 78px;
    padding-right: 52px;
  }
}

.brand-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: min(360px, 100%);
}
@media screen and (max-width: 650px) {
  .brand-lockup {
    gap: 10px;
    max-width: 100%;
  }
}

.brand-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-align: center;
}
.brand-mark small {
  color: #fff;
  font-size: clamp(1.05rem, 1.05vw, 1.32rem);
  letter-spacing: 0.18em;
  line-height: 1.2;
  white-space: nowrap;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 650px) {
  .brand-mark small {
    font-size: 0.92rem;
    letter-spacing: 0.1em;
  }
}

.brand-divider {
  display: none;
}

.brand-nines {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  min-width: 0;
}
.brand-nines img {
  width: clamp(210px, 17vw, 280px);
  vertical-align: bottom;
}
@media screen and (max-width: 650px) {
  .brand-nines img {
    width: min(54vw, 220px);
  }
}

body.home .brand-nines img {
  width: clamp(220px, 18vw, 300px);
}
@media screen and (max-width: 650px) {
  body.home .brand-nines img {
    width: min(58vw, 232px);
  }
}

.header-search-link {
  display: inline-grid;
  place-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #fff;
}
.header-search-link img {
  width: 18px;
  filter: none;
  opacity: 0.92;
}
.header-search-link:hover {
  border-color: #0057ff;
  background: rgba(0, 87, 255, 0.12);
}
.header-search-link:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
@media screen and (max-width: 650px) {
  .header-search-link {
    width: 40px;
    height: 40px;
  }
}

#global-navi {
  padding-bottom: 16px;
}
#global-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 32px;
}
#global-navi li {
  flex: 0 0 auto;
}
#global-navi a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  padding: 0 4px 12px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
#global-navi a .en {
  color: #111111;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#global-navi a .ja {
  color: rgba(17, 17, 17, 0.68);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#global-navi a.is-current, #global-navi a:hover {
  border-color: rgba(0, 87, 255, 0.72);
}
#global-navi a.is-current .en, #global-navi a:hover .en {
  color: #0057ff;
}
#global-navi a.is-current .ja, #global-navi a:hover .ja {
  color: #111111;
}
@media screen and (max-width: 650px) {
  #global-navi {
    padding-bottom: 14px;
  }
  #global-navi ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    justify-content: stretch;
    gap: 8px;
    overflow: visible;
    padding-bottom: 2px;
  }
  #global-navi a {
    align-items: center;
    min-width: 0;
    padding: 0 0 10px;
    text-align: center;
  }
  #global-navi a .en {
    font-size: 1.02rem;
    letter-spacing: 0.06em;
  }
  #global-navi a .ja {
    max-width: 100%;
    overflow: hidden;
    font-size: 0.78rem;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

#container .page_title {
  position: relative;
  margin-bottom: 24px;
}
#container .page_title span {
  display: inline-block;
  font-size: clamp(2.8rem, 5vw, 5rem);
  padding: 10px 0;
  line-height: 1;
  color: #0057ff;
  background: transparent;
  text-transform: uppercase;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#container .subtitle {
  margin-bottom: 60px;
}
#container .subtitle span {
  display: inline-block;
  font-size: 1.3rem;
  padding: 8px 10px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.pagination {
  text-align: center;
}

a.page-numbers,
.pagination .current {
  background: #0d0d0d;
  border: solid 1px rgba(255, 255, 255, 0.16);
  padding: 5px 8px;
  margin: 0 2px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.pagination .current {
  background: #0057ff;
  border: solid 1px #0057ff;
  color: #060606;
}

#global-footer {
  padding: 56px 0 36px;
  background: #060606;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 1100px) {
  #global-footer {
    padding: 32px 0;
  }
}
#global-footer .inner {
  width: min(1240px, 100% - 6vw);
  margin: 0 auto 16px;
}
@media screen and (max-width: 520px) {
  #global-footer .inner {
    width: calc(100% - 32px);
  }
}
#global-footer .inner .footer-brand {
  margin-bottom: 40px;
}
#global-footer .inner .footer-brand .footer-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#global-footer .inner .footer-brand .brand-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#global-footer .inner .footer-brand .brand-mark small {
  color: #fff;
  font-size: clamp(1.15rem, 1.2vw, 1.45rem);
  letter-spacing: 0.14em;
  line-height: 1.2;
  white-space: nowrap;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #global-footer .inner .footer-brand .brand-mark small {
    font-size: 0.92rem;
    letter-spacing: 0.1em;
  }
}
#global-footer .inner .footer-brand .brand-divider {
  display: none;
}
#global-footer .inner .footer-brand .brand-nines img {
  width: clamp(230px, 22vw, 320px);
}
@media screen and (max-width: 520px) {
  #global-footer .inner .footer-brand .brand-nines img {
    width: min(72vw, 280px);
  }
}
#global-footer .inner .footer-up {
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
}
@media screen and (max-width: 520px) {
  #global-footer .inner .footer-up {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}
#global-footer .inner .footer-up .footer_up_title {
  margin-bottom: 15px;
}
#global-footer .inner .footer-up .footer_up_title span {
  width: 100%;
  display: inline-block;
  padding: 0 0 10px;
  color: #0057ff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.16em;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list li {
  margin-bottom: 10px;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list li:last-child {
  margin-bottom: 0;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list li a {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.3rem;
  padding: 8px 0;
  line-height: 1;
  width: 100%;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list li a:hover {
  color: #0057ff;
}
#global-footer .inner .footer-up .footer_tag_wrap ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
#global-footer .inner .footer-up .footer_tag_wrap li {
  margin-right: 10px;
  margin-bottom: 10px;
}
#global-footer .inner .footer-up .footer_tag_wrap li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.92);
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  padding: 7px 10px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
#global-footer .inner .footer-up .footer_tag_wrap li a:hover {
  color: #151515;
  background: #0057ff;
  border-color: #0057ff;
}
#global-footer .inner .footer_middle {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.62);
}
#global-footer .inner .footer_middle ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#global-footer .inner .footer_middle .footer-main-nav {
  margin-bottom: 16px;
}
#global-footer .inner .footer_middle .footer-main-nav a {
  display: grid;
  gap: 5px;
  min-width: 128px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
#global-footer .inner .footer_middle .footer-main-nav a .en {
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#global-footer .inner .footer_middle .footer-main-nav a .ja {
  color: rgba(255, 255, 255, 0.58);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#global-footer .inner .footer_middle .footer-main-nav a:hover, #global-footer .inner .footer_middle .footer-main-nav a:focus-visible, #global-footer .inner .footer_middle .footer-main-nav a.is-current {
  border-color: #0057ff;
  color: #fff;
}
#global-footer .inner .footer_middle .footer-main-nav a:hover .ja, #global-footer .inner .footer_middle .footer-main-nav a:focus-visible .ja, #global-footer .inner .footer_middle .footer-main-nav a.is-current .ja {
  color: #0057ff;
}
#global-footer .inner .footer_middle .footer-utility-nav {
  gap: 8px 16px;
}
#global-footer .inner .footer_middle .footer-utility-nav a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#global-footer .inner .footer_middle .footer-utility-nav a:hover, #global-footer .inner .footer_middle .footer-utility-nav a:focus-visible {
  color: #0057ff;
}
@media screen and (max-width: 650px) {
  #global-footer .inner .footer_middle .footer-main-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  #global-footer .inner .footer_middle .footer-main-nav a {
    min-width: 0;
  }
}
#global-footer .inner .footer-sns {
  text-align: center;
  margin-bottom: 20px;
}
#global-footer .inner .footer-sns a {
  display: inline-block;
}
#global-footer .inner .footer-sns a:nth-child(1) {
  margin-right: 16px;
}
#global-footer .inner .footer-sns a img {
  width: 28px;
  height: 28px;
}
#global-footer .copy {
  text-align: center;
  font-size: 1.2rem;
}
#global-footer .copy small {
  color: rgba(255, 255, 255, 0.68);
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.arcnext-page {
  width: min(1080px, 100%);
  margin: 0 auto 96px;
}

.arcnext-hero {
  padding: clamp(36px, 6vw, 72px) 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.arcnext-hero .arcnext-kicker {
  margin: 0 0 14px;
  color: #0057ff;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.arcnext-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(4rem, 8vw, 8.4rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.arcnext-hero p:last-child {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.5rem, 1.4vw, 1.85rem);
  line-height: 1.9;
}

.arcnext-product-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(32px, 6vw, 76px);
  min-height: 720px;
  padding: clamp(42px, 7vw, 84px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(circle at 76% 20%, rgba(0, 163, 255, 0.25), transparent 34%), linear-gradient(145deg, rgba(4, 28, 50, 0.98), rgba(3, 7, 12, 0.99) 58%, #020302);
}
.arcnext-product-hero::before {
  content: "";
  position: absolute;
  inset: auto -8% -36% 34%;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 163, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(0, 163, 255, 0.035), 0 0 0 140px rgba(0, 163, 255, 0.025);
}

.arcnext-product-copy,
.arcnext-product-screens {
  position: relative;
  z-index: 1;
}

.arcnext-product-copy .arcnext-kicker {
  margin: 0 0 22px;
  color: #45bbff;
  font-size: 1.12rem;
  letter-spacing: 0.2em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.arcnext-product-copy h1 {
  margin: 28px 0 22px;
  color: #fff;
  font-size: clamp(2.6rem, 2.8vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.arcnext-product-copy h1 .arcnext-headline-main,
.arcnext-product-copy h1 .arcnext-headline-accent {
  display: block;
  white-space: nowrap;
}
.arcnext-product-copy h1 .arcnext-headline-main {
  color: #fff;
}
.arcnext-product-copy h1 .arcnext-headline-accent {
  color: #45bbff;
}
.arcnext-product-copy h1 .arcnext-headline-accent > span {
  display: inline;
  color: inherit;
}
.arcnext-product-copy > p:not(.arcnext-kicker):not(.arcnext-release-status) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.45rem, 1.5vw, 1.78rem);
  line-height: 1.9;
}

.arcnext-product-logo {
  display: block;
  width: min(360px, 78%);
  height: auto;
}

.arcnext-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.arcnext-product-actions .arcnext-button,
.arcnext-product-actions .arcnext-button:link,
.arcnext-product-actions .arcnext-button:visited {
  color: #fff;
}
.arcnext-product-actions .arcnext-button--primary,
.arcnext-product-actions .arcnext-button--primary:link,
.arcnext-product-actions .arcnext-button--primary:visited {
  color: #02111a;
}

.arcnext-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.arcnext-button::after {
  content: "→";
  margin-left: 10px;
}
.arcnext-button:hover {
  border-color: #45bbff;
  transform: translateY(-2px);
}
.arcnext-button--primary {
  border-color: #00a3ff;
  background: #00a3ff;
  color: #02111a;
}
.arcnext-button--dark {
  border-color: #080b0d;
  background: #080b0d;
  color: #fff;
}

.arcnext-release-status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 1.18rem;
  letter-spacing: 0.08em;
}
.arcnext-release-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45bbff;
  box-shadow: 0 0 14px rgba(69, 187, 255, 0.8);
}

.arcnext-product-screens {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 580px;
}
.arcnext-product-screens img {
  width: min(260px, 52%);
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.52);
}
.arcnext-product-screens img:first-child {
  transform: translate(15%, 7%) rotate(-3deg);
}
.arcnext-product-screens img:last-child {
  z-index: 1;
  transform: translate(-6%, -4%) rotate(2deg);
}

.arcnext-feature-section {
  padding: clamp(64px, 9vw, 112px) 0;
}

.arcnext-section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}
.arcnext-section-heading p {
  margin: 0 0 12px;
  color: #45bbff;
  font-size: 1.12rem;
  letter-spacing: 0.2em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.arcnext-section-heading h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(3.2rem, 5vw, 5.8rem);
  line-height: 1.12;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.arcnext-section-heading span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.48rem;
  line-height: 1.8;
}

.arcnext-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.arcnext-feature-grid article {
  min-height: 290px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(0, 163, 255, 0.09), rgba(255, 255, 255, 0.025) 46%);
}
.arcnext-feature-grid span {
  color: #45bbff;
  font-size: 1.05rem;
  letter-spacing: 0.16em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.arcnext-feature-grid h3 {
  margin: 54px 0 14px;
  color: #fff;
  font-size: clamp(2.1rem, 2.8vw, 3rem);
  line-height: 1.25;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.arcnext-feature-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.38rem;
  line-height: 1.85;
}

.arcnext-ecosystem {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  padding: clamp(42px, 7vw, 78px);
  background: #00a3ff;
  color: #041018;
}
.arcnext-ecosystem .arcnext-kicker {
  margin: 0 0 12px;
  color: rgba(4, 16, 24, 0.68);
}
.arcnext-ecosystem h2 {
  margin: 0 0 18px;
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  line-height: 1.08;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.arcnext-ecosystem h2 span {
  display: block;
}
.arcnext-ecosystem p {
  margin: 0 0 28px;
  font-size: 1.5rem;
  line-height: 1.85;
}
.arcnext-ecosystem ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.arcnext-ecosystem li {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 74px;
  padding: 14px 18px;
  border: 1px solid rgba(4, 16, 24, 0.18);
  background: rgba(255, 255, 255, 0.28);
}
.arcnext-ecosystem li span {
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.arcnext-ecosystem li strong {
  font-size: 1.45rem;
}
.arcnext-ecosystem .arcnext-button--dark,
.arcnext-ecosystem .arcnext-button--dark:link,
.arcnext-ecosystem .arcnext-button--dark:visited {
  border-color: #080b0d;
  background: #080b0d;
  color: #fff;
}

.arcnext-safety {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 100px) 0 20px;
  text-align: center;
}
.arcnext-safety h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  line-height: 1.2;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.arcnext-safety > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.45rem;
  line-height: 1.9;
}
.arcnext-safety .arcnext-doc-nav {
  justify-content: center;
  margin-bottom: 0;
}

.arcnext-doc-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 34px;
}
.arcnext-doc-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.arcnext-doc-nav a.is-current, .arcnext-doc-nav a:hover {
  border-color: #0057ff;
  background: #0057ff;
  color: #060606;
}

.arcnext-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media screen and (max-width: 720px) {
  .arcnext-card-grid {
    grid-template-columns: 1fr;
  }
}

.arcnext-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(220, 255, 33, 0.08), rgba(255, 255, 255, 0.03) 42%, rgba(255, 255, 255, 0.015));
}
.arcnext-card span {
  display: inline-block;
  margin-bottom: 20px;
  color: #0057ff;
  font-size: 1.15rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.arcnext-card h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  line-height: 1.15;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.arcnext-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.arcnext-document {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(12, 12, 12, 0.92);
}

.arcnext-document-head {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.arcnext-document-head p {
  margin: 0 0 12px;
  color: #0057ff;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.arcnext-document-head h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 1.08;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.arcnext-document-head span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}

.arcnext-lead,
.arcnext-section p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.52rem;
  line-height: 1.95;
  letter-spacing: 0.04em;
}

.arcnext-lead {
  margin: 0 0 30px;
}

.arcnext-section {
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.arcnext-section h3 {
  margin: 0 0 14px;
  color: #0057ff;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  line-height: 1.35;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.arcnext-section h4 {
  margin: 20px 0 8px;
  color: #fff;
  font-size: 1.7rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.arcnext-section ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 18px;
  padding-left: 1.2em;
  list-style: disc;
}
.arcnext-section li {
  color: rgba(255, 255, 255, 0.82);
}
.arcnext-section a {
  color: #0057ff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.arcnext-table-wrap {
  margin: 16px 0 20px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.arcnext-section table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.arcnext-section table th,
.arcnext-section table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.35rem;
  line-height: 1.6;
  text-align: left;
}
.arcnext-section table th {
  background: rgba(220, 255, 33, 0.12);
  color: #0057ff;
  letter-spacing: 0.08em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 650px) {
  .arcnext-page {
    margin-bottom: 64px;
  }
  .arcnext-document {
    padding: 22px 18px;
  }
  .arcnext-doc-nav a {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    padding: 0 10px;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .arcnext-product-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 42px 22px 48px;
  }
  .arcnext-product-screens {
    min-height: 480px;
  }
  .arcnext-feature-grid,
  .arcnext-ecosystem {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 650px) {
  .arcnext-product-copy h1 {
    font-size: clamp(2.45rem, 8.2vw, 3.4rem);
    line-height: 1.16;
  }
  .arcnext-product-copy h1 .arcnext-headline-main,
  .arcnext-product-copy h1 .arcnext-headline-accent > span {
    display: block;
    white-space: nowrap;
  }
  .arcnext-product-actions {
    display: grid;
  }
  .arcnext-product-screens {
    min-height: 410px;
  }
  .arcnext-product-screens img {
    width: 53%;
    border-radius: 24px;
  }
  .arcnext-feature-grid article {
    min-height: 240px;
  }
  .arcnext-ecosystem {
    padding: 42px 20px;
  }
  .arcnext-ecosystem h2 {
    font-size: clamp(2.35rem, 7.8vw, 3.4rem);
    line-height: 1.15;
  }
  .arcnext-ecosystem h2 span {
    white-space: nowrap;
  }
  .arcnext-ecosystem .arcnext-button--dark {
    width: 100%;
    color: #fff;
  }
  .arcnext-safety {
    padding-right: 10px;
    padding-left: 10px;
  }
}
body {
  background: #ffffff;
  color: #101828;
}

#wrapper {
  background: #ffffff;
}

#global-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e4e7ec;
}

.header-shell {
  border-bottom-color: #e4e7ec;
}

.brand-mark small {
  color: #667085;
}

.brand-nines img,
.header-search-link img {
  filter: none;
}

.float-links a,
.header-search-link {
  border-color: #e4e7ec;
  background: #ffffff;
  color: #101828;
  box-shadow: none;
}
.float-links a:hover, .float-links a:focus-visible,
.header-search-link:hover,
.header-search-link:focus-visible {
  border-color: #0b4dff;
  background: #0b4dff;
  color: #ffffff;
}

.header-search-link:hover img, .header-search-link:focus-visible img {
  filter: brightness(0) invert(1);
}

#global-navi a .en {
  color: #101828;
}
#global-navi a .ja {
  color: #667085;
}
#global-navi a.is-current, #global-navi a:hover, #global-navi a:focus-visible {
  border-color: #0b4dff;
}
#global-navi a.is-current .en, #global-navi a:hover .en, #global-navi a:focus-visible .en {
  color: #0b4dff;
}
#global-navi a.is-current .ja, #global-navi a:hover .ja, #global-navi a:focus-visible .ja {
  color: #101828;
}

#container .page_title span {
  color: #101828;
}
#container .subtitle span {
  border-color: #e4e7ec;
  background: #ffffff;
  color: #667085;
}

.section-heading,
.archive-hero,
.article-hero-panel,
.work-detail-body {
  border-color: #e4e7ec;
}

.section-heading .section-label,
.section-heading .section-link {
  color: #0b4dff;
}
.section-heading h2 {
  color: #101828;
}
.section-heading p {
  color: #667085;
}

.archive-hero .archive-kicker {
  color: #0b4dff;
}
.archive-hero h2 {
  color: #101828;
}
.archive-hero .archive-copy {
  color: #344054;
}

.card-badge {
  background: #101828;
  color: #ffffff;
}

.neon-button,
.ghost-button {
  border: 1px solid #0b4dff;
  box-shadow: none;
}

.neon-button {
  background: #0b4dff;
  color: #ffffff;
}
.neon-button:hover, .neon-button:focus-visible {
  border-color: #0738bd;
  background: #0738bd;
  color: #ffffff;
}

.ghost-button {
  background: #ffffff;
  color: #0b4dff;
}
.ghost-button:hover, .ghost-button:focus-visible {
  background: #eef4ff;
  color: #0738bd;
}

.feature-card,
.latest-card,
.tool-callout,
.category-link-card,
.archive-featured,
.archive-card,
.related-post-card,
.search-form-panel,
.search-empty,
.article-side-card,
.single_body_wrap,
#about,
#privacy_content_wrap,
#contact_content_wrap,
#contact_form_wrap,
.simulator-card,
.arcnext-card,
.arcnext-document,
.tool-stage,
#toolfour_contents,
.tool-side-card,
.work-detail-meta,
.work-detail-visual {
  border-color: #e4e7ec;
  background: #ffffff;
  color: #101828;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}

.feature-card,
.latest-card,
.archive-card,
.related-post-card {
  border-top: 0;
}

.feature-card h3,
.feature-card h4,
.latest-card h3,
.latest-card h4,
.category-link-card h3,
.category-link-card h4,
.archive-featured h3,
.archive-featured h4,
.archive-card h3,
.archive-card h4,
.related-post-card h3,
.related-post-card h4,
.tool-callout h3,
.tool-callout h4 {
  color: #101828;
}
.feature-card p,
.latest-card p,
.category-link-card p,
.archive-featured p,
.archive-card p,
.related-post-card p,
.tool-callout p {
  color: #344054;
}
.feature-card time,
.feature-card .archive-meta,
.feature-card .related-date,
.latest-card time,
.latest-card .archive-meta,
.latest-card .related-date,
.category-link-card time,
.category-link-card .archive-meta,
.category-link-card .related-date,
.archive-featured time,
.archive-featured .archive-meta,
.archive-featured .related-date,
.archive-card time,
.archive-card .archive-meta,
.archive-card .related-date,
.related-post-card time,
.related-post-card .archive-meta,
.related-post-card .related-date,
.tool-callout time,
.tool-callout .archive-meta,
.tool-callout .related-date {
  color: #667085;
}

.archive-featured .archive-featured-body h1,
.archive-featured .archive-featured-body h2,
.archive-featured .archive-featured-body h3,
.archive-featured .archive-featured-body h4,
.archive-card .archive-card-body h1,
.archive-card .archive-card-body h2,
.archive-card .archive-card-body h3,
.archive-card .archive-card-body h4,
.feature-card .feature-body h1,
.feature-card .feature-body h2,
.feature-card .feature-body h3,
.feature-card .feature-body h4,
.latest-card .latest-body h1,
.latest-card .latest-body h2,
.latest-card .latest-body h3,
.latest-card .latest-body h4 {
  color: #101828;
}
.archive-featured .archive-featured-body p,
.archive-featured .archive-featured-body li,
.archive-card .archive-card-body p,
.archive-card .archive-card-body li,
.feature-card .feature-body p,
.feature-card .feature-body li,
.latest-card .latest-body p,
.latest-card .latest-body li {
  color: #344054;
}
.archive-featured .archive-featured-body time,
.archive-featured .archive-featured-body .archive-meta,
.archive-featured .archive-featured-body .related-date,
.archive-card .archive-card-body time,
.archive-card .archive-card-body .archive-meta,
.archive-card .archive-card-body .related-date,
.feature-card .feature-body time,
.feature-card .feature-body .archive-meta,
.feature-card .feature-body .related-date,
.latest-card .latest-body time,
.latest-card .latest-body .archive-meta,
.latest-card .latest-body .related-date {
  color: #667085;
}

.category-link-card {
  background: #ffffff;
}
.category-link-card .category-icon {
  border: 1px solid #e4e7ec;
  background: #f8fafc;
  color: #0b4dff;
}
.category-link-card .category-arrow {
  color: #e31b3c;
}

.archive-featured,
.archive-card,
.feature-card,
.latest-card,
.works-home-card,
.related-post-card {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.archive-featured:hover, .archive-featured:focus-visible,
.archive-card:hover,
.archive-card:focus-visible,
.feature-card:hover,
.feature-card:focus-visible,
.latest-card:hover,
.latest-card:focus-visible,
.works-home-card:hover,
.works-home-card:focus-visible,
.related-post-card:hover,
.related-post-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(11, 77, 255, 0.32);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.1);
}

.archive-featured-media,
.archive-card-media {
  background: #eef2f7;
}

.work-piece {
  border-color: rgba(255, 255, 255, 0.22);
  background: #101828;
}
.work-piece::before {
  background: linear-gradient(180deg, rgba(16, 24, 40, 0.08), rgba(16, 24, 40, 0.78)), linear-gradient(90deg, rgba(11, 77, 255, 0.2), transparent 52%);
}
.work-piece span {
  background: #ffffff;
  color: #101828;
}
.work-piece b {
  color: #b7c8ff;
}
.work-piece:hover::after, .work-piece:focus-visible::after {
  border-color: rgba(255, 255, 255, 0.5);
}

.work-detail-copy h2 {
  color: #101828;
}
.work-detail-copy p:last-child {
  color: #344054;
}

.work-detail-hero,
.work-detail-body {
  border-color: #e4e7ec;
}

.work-detail-meta div {
  background: #ffffff;
}
.work-detail-meta dt {
  color: #0b4dff;
}
.work-detail-meta dd {
  color: #344054;
}

.work-detail-visual img {
  background: #f8fafc;
}

.work-detail-body p:last-child {
  color: #344054;
}

.work-detail-label {
  color: #0b4dff;
}

.archive-tabs a,
.archive-pagination a,
.archive-pagination span,
.archive-pagination .page-numbers,
.pagination a,
.pagination span,
.pagination .page-numbers {
  border-color: #e4e7ec;
  background: #ffffff;
  color: #101828;
}

.archive-tabs a.is-current,
.archive-tabs a:hover,
.archive-tabs a:focus-visible,
.archive-pagination .current,
.archive-pagination a:hover,
.archive-pagination a:focus-visible,
.pagination .current,
.pagination a:hover,
.pagination a:focus-visible {
  border-color: #0b4dff;
  background: #0b4dff;
  color: #ffffff;
}

.search-form-panel input[type=text] {
  border: 1px solid #e4e7ec;
  background: #ffffff;
  color: #101828;
}
.search-form-panel input[type=text]:focus {
  border-color: #0b4dff;
  box-shadow: 0 0 0 4px rgba(11, 77, 255, 0.12);
}
.search-form-panel button {
  border: 1px solid #0b4dff;
  background: #0b4dff;
  color: #ffffff;
}

.search-empty h3 {
  color: #101828;
}
.search-empty p {
  color: #344054;
}

.article-breadcrumb,
.work-breadcrumb {
  color: #667085;
}
.article-breadcrumb a,
.work-breadcrumb a {
  color: #0b4dff;
}

.article-hero-copy h1 {
  color: #101828;
}

.article-meta-line,
.works-single-lead {
  color: #667085;
}

.posttag .tag_wrap a,
.single-key {
  border-color: #e4e7ec;
  background: #ffffff;
  color: #101828;
}

.single_body_wrap {
  border-top: 0;
}

.single_body {
  color: #344054;
}
.single_body h2,
.single_body h3,
.single_body h4,
.single_body h5,
.single_body h6 {
  color: #101828;
}
.single_body h2 {
  border-top-color: rgba(11, 77, 255, 0.36);
  border-bottom-color: #e4e7ec;
}
.single_body h2::before {
  background: #0b4dff;
  box-shadow: none;
}
.single_body h3::after {
  background: linear-gradient(90deg, #0b4dff, rgba(11, 77, 255, 0));
}
.single_body h4 {
  border-left-color: #0b4dff;
}
.single_body p,
.single_body li {
  color: #344054;
}
.single_body strong,
.single_body b {
  background: linear-gradient(transparent 58%, rgba(11, 77, 255, 0.12) 58%);
  color: #101828;
}
.single_body ul,
.single_body ol {
  border-color: #e4e7ec;
  background: #f8fafc;
}
.single_body ul li::before {
  border-color: #0b4dff;
}
.single_body ol li::before {
  border-color: rgba(11, 77, 255, 0.5);
  color: #0b4dff;
}
.single_body code {
  border-color: rgba(11, 77, 255, 0.2);
  background: rgba(11, 77, 255, 0.08);
  color: #0738bd;
}
.single_body pre,
.single_body .wp-block-code {
  border-color: #1d2939;
  background: #101828;
}
.single_body pre code,
.single_body .wp-block-code code {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
}
.single_body table,
.single_body .wp-block-table table,
.single_body th,
.single_body td {
  border-color: #e4e7ec;
}
.single_body th {
  background: #f8fafc;
  color: #101828;
}
.single_body blockquote,
.single_body .wp-block-quote {
  border-left-color: #0b4dff;
  background: #f8fafc;
  color: #344054;
}
.single_body blockquote::before,
.single_body .wp-block-quote::before {
  color: #0b4dff;
}
.single_body cite,
.single_body figcaption,
.single_body .wp-element-caption {
  color: #667085;
}
.single_body a {
  color: #0b4dff;
  text-decoration-color: rgba(11, 77, 255, 0.35);
}
.single_body a:hover, .single_body a:focus-visible {
  color: #e31b3c;
  text-decoration-color: #e31b3c;
}
.single_body .wp-block-button__link {
  border-color: #0b4dff;
  background: #0b4dff;
  color: #ffffff;
}

.article-side-card h2 {
  color: #101828;
}
.article-side-card li,
.article-side-card a {
  color: #344054;
}
.article-side-card a {
  color: #0b4dff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-side-card--analyze a {
  color: #0b4dff;
  text-decoration: none;
}

.related-posts h3 {
  color: #101828;
}

.next-prev a,
.work-detail-nav a {
  border-color: #e4e7ec;
  background: #ffffff;
  color: #101828;
}
.next-prev a:hover, .next-prev a:focus-visible,
.work-detail-nav a:hover,
.work-detail-nav a:focus-visible {
  border-color: #0b4dff;
  background: #0b4dff;
  color: #ffffff;
}

#about h1,
#about h2,
#about h3,
#privacy_content_wrap h1,
#privacy_content_wrap h2,
#privacy_content_wrap h3,
#contact_content_wrap h1,
#contact_content_wrap h2,
#contact_content_wrap h3 {
  color: #101828;
}
#about p,
#about li,
#about label,
#about dd,
#privacy_content_wrap p,
#privacy_content_wrap li,
#privacy_content_wrap label,
#privacy_content_wrap dd,
#contact_content_wrap p,
#contact_content_wrap li,
#contact_content_wrap label,
#contact_content_wrap dd {
  color: #344054;
}
#about a,
#privacy_content_wrap a,
#contact_content_wrap a {
  color: #0b4dff;
}

#contact_form_wrap label {
  color: #101828;
}
#contact_form_wrap .wpcf7 form .submit_btn input[type=submit] {
  border-color: #0b4dff;
  background: #0b4dff;
  color: #ffffff;
}
#contact_form_wrap .wpcf7 form .submit_btn input[type=submit]:hover, #contact_form_wrap .wpcf7 form .submit_btn input[type=submit]:focus-visible {
  border-color: #0738bd;
  background: #0738bd;
  color: #ffffff;
}

.tool_description,
#tool_contents p,
#tool_contents label,
#tool_contents #result,
#toolfour_contents,
#toolfour_contents h1,
#toolfour_contents .label {
  color: #101828;
}

#toolfour_contents .lead,
#toolfour_contents .unit,
#toolfour_contents .small,
#toolfour_contents #catResults,
#toolfour_contents #summary,
.tool-side-card li {
  color: #667085;
}

.tool-side-card h3,
#toolfour_contents h3 {
  color: #0b4dff;
}

#tool_contents button,
#toolfour_contents .btn-primary {
  border-color: #0b4dff;
  background: #0b4dff;
  color: #ffffff;
}

#toolfour_contents .btn-ghost {
  border-color: #e4e7ec;
  background: #ffffff;
  color: #0b4dff;
}

#toolfour_contents .row,
#toolfour_contents .panel {
  border-color: #e4e7ec;
  background: #f8fafc;
}

input,
select,
textarea {
  border-color: #e4e7ec !important;
  background: #ffffff !important;
  color: #101828 !important;
}

#contact_form_wrap .wpcf7 form .submit_btn input[type=submit] {
  border-color: #0b4dff !important;
  background: #0b4dff !important;
  color: #ffffff !important;
}
#contact_form_wrap .wpcf7 form .submit_btn input[type=submit]:hover, #contact_form_wrap .wpcf7 form .submit_btn input[type=submit]:focus-visible {
  border-color: #0738bd !important;
  background: #0738bd !important;
  color: #ffffff !important;
}

.arcnext-hero {
  border-color: #e4e7ec;
}
.arcnext-hero h1 {
  color: #101828;
}
.arcnext-hero p:last-child {
  color: #344054;
}

.arcnext-doc-nav a {
  border-color: #e4e7ec;
  background: #ffffff;
  color: #101828;
}
.arcnext-doc-nav a.is-current, .arcnext-doc-nav a:hover, .arcnext-doc-nav a:focus-visible {
  border-color: #0b4dff;
  background: #0b4dff;
  color: #ffffff;
}

.arcnext-document h2,
.arcnext-document h3,
.arcnext-document h4,
.arcnext-card h2,
.arcnext-card h3,
.arcnext-card h4 {
  color: #101828;
}
.arcnext-document p,
.arcnext-document li,
.arcnext-document td,
.arcnext-card p,
.arcnext-card li,
.arcnext-card td {
  color: #344054;
}

.arcnext-card {
  background: #ffffff;
}

.arcnext-document-head,
.arcnext-section,
.arcnext-table-wrap,
.arcnext-section th,
.arcnext-section td {
  border-color: #e4e7ec;
}

.arcnext-document-head p,
.arcnext-section h3,
.arcnext-section a {
  color: #0b4dff;
}

.arcnext-document-head span,
.arcnext-lead,
.arcnext-section p {
  color: #344054;
}

.arcnext-section h4 {
  color: #101828;
}

.arcnext-section th {
  background: #f8fafc;
  color: #101828;
}

#global-footer {
  background: #ffffff;
  border-top: 1px solid #e4e7ec;
}
#global-footer .footer_up_title span {
  color: #101828;
  border-bottom-color: #e4e7ec;
}
#global-footer .brand-mark small,
#global-footer .footer-main-nav a,
#global-footer .footer-utility-nav a,
#global-footer .footer_category_wrap .cat_list li a,
#global-footer .footer_tag_wrap li a,
#global-footer .copy {
  color: #344054;
}
#global-footer .footer-main-nav a,
#global-footer .footer_tag_wrap li a {
  border-color: #e4e7ec;
  background: #ffffff;
}
#global-footer .footer-main-nav a .ja {
  color: #667085;
}
#global-footer .footer-main-nav a:hover,
#global-footer .footer-main-nav a:focus-visible,
#global-footer .footer-main-nav a.is-current,
#global-footer .footer_tag_wrap li a:hover,
#global-footer .footer_tag_wrap li a:focus-visible {
  border-color: #0b4dff;
  color: #0b4dff;
}

#container {
  color: #101828;
}
#container .content-header h2,
#container .content-header h2 span,
#container .content-header p,
#container .content-header li {
  color: #101828;
}
#container .content-header h2 span {
  color: #667085;
}

#global-footer .inner .footer-brand .brand-mark small {
  color: #667085;
}
#global-footer .inner .footer-up .footer_up_title span {
  color: #101828;
  border-bottom-color: #e4e7ec;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list li a,
#global-footer .inner .footer-up .footer_tag_wrap li a {
  border-color: #e4e7ec;
  background: #ffffff;
  color: #344054;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list li a:hover, #global-footer .inner .footer-up .footer_category_wrap .cat_list li a:focus-visible,
#global-footer .inner .footer-up .footer_tag_wrap li a:hover,
#global-footer .inner .footer-up .footer_tag_wrap li a:focus-visible {
  border-color: #0b4dff;
  background: #0b4dff;
  color: #ffffff;
}
#global-footer .inner .footer_middle {
  color: #344054;
}
#global-footer .inner .footer_middle .footer-main-nav a {
  border-color: #e4e7ec;
  background: #ffffff;
  color: #101828;
}
#global-footer .inner .footer_middle .footer-main-nav a .ja {
  color: #667085;
}
#global-footer .inner .footer_middle .footer-main-nav a:hover, #global-footer .inner .footer_middle .footer-main-nav a:focus-visible, #global-footer .inner .footer_middle .footer-main-nav a.is-current {
  border-color: #0b4dff;
  color: #0b4dff;
}
#global-footer .inner .footer_middle .footer-utility-nav a {
  color: #344054;
}
#global-footer .inner .footer_middle .footer-utility-nav a:hover, #global-footer .inner .footer_middle .footer-utility-nav a:focus-visible {
  color: #0b4dff;
}
#global-footer .inner .footer-sns a img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(11%) saturate(1238%) hue-rotate(182deg) brightness(94%) contrast(92%);
  opacity: 0.9;
}
#global-footer .copy small {
  color: #667085;
}

#contact_form_wrap .wpcf7 form label,
#contact_form_wrap .wpcf7 form p {
  color: #101828;
}
#contact_form_wrap .wpcf7 form input,
#contact_form_wrap .wpcf7 form textarea {
  border-color: #e4e7ec;
  background: #ffffff;
  color: #101828;
}

#privacy_content_wrap h1,
#privacy_content_wrap h2,
#privacy_content_wrap h3,
#privacy_content_wrap h4,
#privacy_content_wrap h5,
#privacy_content_wrap h6,
#privacy_content_wrap p,
#privacy_content_wrap li,
#privacy_content_wrap dt,
#privacy_content_wrap dd,
#privacy_content_wrap label,
#privacy_content_wrap td,
#about h1,
#about h2,
#about h3,
#about h4,
#about h5,
#about h6,
#about p,
#about li,
#about dt,
#about dd,
#about label,
#about td,
#contact_content_wrap h1,
#contact_content_wrap h2,
#contact_content_wrap h3,
#contact_content_wrap h4,
#contact_content_wrap h5,
#contact_content_wrap h6,
#contact_content_wrap p,
#contact_content_wrap li,
#contact_content_wrap dt,
#contact_content_wrap dd,
#contact_content_wrap label,
#contact_content_wrap td,
.arcnext-document h1,
.arcnext-document h2,
.arcnext-document h3,
.arcnext-document h4,
.arcnext-document h5,
.arcnext-document h6,
.arcnext-document p,
.arcnext-document li,
.arcnext-document dt,
.arcnext-document dd,
.arcnext-document label,
.arcnext-document td,
.arcnext-card h1,
.arcnext-card h2,
.arcnext-card h3,
.arcnext-card h4,
.arcnext-card h5,
.arcnext-card h6,
.arcnext-card p,
.arcnext-card li,
.arcnext-card dt,
.arcnext-card dd,
.arcnext-card label,
.arcnext-card td,
.tool-stage h1,
.tool-stage h2,
.tool-stage h3,
.tool-stage h4,
.tool-stage h5,
.tool-stage h6,
.tool-stage p,
.tool-stage li,
.tool-stage dt,
.tool-stage dd,
.tool-stage label,
.tool-stage td,
#toolfour_contents h1,
#toolfour_contents h2,
#toolfour_contents h3,
#toolfour_contents h4,
#toolfour_contents h5,
#toolfour_contents h6,
#toolfour_contents p,
#toolfour_contents li,
#toolfour_contents dt,
#toolfour_contents dd,
#toolfour_contents label,
#toolfour_contents td,
.tool-side-card h1,
.tool-side-card h2,
.tool-side-card h3,
.tool-side-card h4,
.tool-side-card h5,
.tool-side-card h6,
.tool-side-card p,
.tool-side-card li,
.tool-side-card dt,
.tool-side-card dd,
.tool-side-card label,
.tool-side-card td,
.article-side-card h1,
.article-side-card h2,
.article-side-card h3,
.article-side-card h4,
.article-side-card h5,
.article-side-card h6,
.article-side-card p,
.article-side-card li,
.article-side-card dt,
.article-side-card dd,
.article-side-card label,
.article-side-card td,
.single_body_wrap h1,
.single_body_wrap h2,
.single_body_wrap h3,
.single_body_wrap h4,
.single_body_wrap h5,
.single_body_wrap h6,
.single_body_wrap p,
.single_body_wrap li,
.single_body_wrap dt,
.single_body_wrap dd,
.single_body_wrap label,
.single_body_wrap td {
  color: #344054;
}
#privacy_content_wrap h1,
#privacy_content_wrap h2,
#privacy_content_wrap h3,
#privacy_content_wrap h4,
#privacy_content_wrap h5,
#privacy_content_wrap h6,
#privacy_content_wrap dt,
#about h1,
#about h2,
#about h3,
#about h4,
#about h5,
#about h6,
#about dt,
#contact_content_wrap h1,
#contact_content_wrap h2,
#contact_content_wrap h3,
#contact_content_wrap h4,
#contact_content_wrap h5,
#contact_content_wrap h6,
#contact_content_wrap dt,
.arcnext-document h1,
.arcnext-document h2,
.arcnext-document h3,
.arcnext-document h4,
.arcnext-document h5,
.arcnext-document h6,
.arcnext-document dt,
.arcnext-card h1,
.arcnext-card h2,
.arcnext-card h3,
.arcnext-card h4,
.arcnext-card h5,
.arcnext-card h6,
.arcnext-card dt,
.tool-stage h1,
.tool-stage h2,
.tool-stage h3,
.tool-stage h4,
.tool-stage h5,
.tool-stage h6,
.tool-stage dt,
#toolfour_contents h1,
#toolfour_contents h2,
#toolfour_contents h3,
#toolfour_contents h4,
#toolfour_contents h5,
#toolfour_contents h6,
#toolfour_contents dt,
.tool-side-card h1,
.tool-side-card h2,
.tool-side-card h3,
.tool-side-card h4,
.tool-side-card h5,
.tool-side-card h6,
.tool-side-card dt,
.article-side-card h1,
.article-side-card h2,
.article-side-card h3,
.article-side-card h4,
.article-side-card h5,
.article-side-card h6,
.article-side-card dt,
.single_body_wrap h1,
.single_body_wrap h2,
.single_body_wrap h3,
.single_body_wrap h4,
.single_body_wrap h5,
.single_body_wrap h6,
.single_body_wrap dt {
  color: #101828;
}

.archive-featured h1,
.archive-featured h2,
.archive-featured h3,
.archive-featured h4,
.archive-featured p,
.archive-featured time,
.archive-featured li,
.archive-card h1,
.archive-card h2,
.archive-card h3,
.archive-card h4,
.archive-card p,
.archive-card time,
.archive-card li,
.feature-card h1,
.feature-card h2,
.feature-card h3,
.feature-card h4,
.feature-card p,
.feature-card time,
.feature-card li,
.latest-card h1,
.latest-card h2,
.latest-card h3,
.latest-card h4,
.latest-card p,
.latest-card time,
.latest-card li,
.category-link-card h1,
.category-link-card h2,
.category-link-card h3,
.category-link-card h4,
.category-link-card p,
.category-link-card time,
.category-link-card li,
.related-post-card h1,
.related-post-card h2,
.related-post-card h3,
.related-post-card h4,
.related-post-card p,
.related-post-card time,
.related-post-card li,
.tool-callout h1,
.tool-callout h2,
.tool-callout h3,
.tool-callout h4,
.tool-callout p,
.tool-callout time,
.tool-callout li,
.works-home-card h1,
.works-home-card h2,
.works-home-card h3,
.works-home-card h4,
.works-home-card p,
.works-home-card time,
.works-home-card li {
  color: #344054;
}
.archive-featured h1,
.archive-featured h2,
.archive-featured h3,
.archive-featured h4,
.archive-card h1,
.archive-card h2,
.archive-card h3,
.archive-card h4,
.feature-card h1,
.feature-card h2,
.feature-card h3,
.feature-card h4,
.latest-card h1,
.latest-card h2,
.latest-card h3,
.latest-card h4,
.category-link-card h1,
.category-link-card h2,
.category-link-card h3,
.category-link-card h4,
.related-post-card h1,
.related-post-card h2,
.related-post-card h3,
.related-post-card h4,
.tool-callout h1,
.tool-callout h2,
.tool-callout h3,
.tool-callout h4,
.works-home-card h1,
.works-home-card h2,
.works-home-card h3,
.works-home-card h4 {
  color: #101828;
}

.archive-featured .archive-featured-body h1,
.archive-featured .archive-featured-body h2,
.archive-featured .archive-featured-body h3,
.archive-featured .archive-featured-body h4,
.archive-card .archive-card-body h1,
.archive-card .archive-card-body h2,
.archive-card .archive-card-body h3,
.archive-card .archive-card-body h4,
.feature-card .feature-body h1,
.feature-card .feature-body h2,
.feature-card .feature-body h3,
.feature-card .feature-body h4,
.latest-card .latest-body h1,
.latest-card .latest-body h2,
.latest-card .latest-body h3,
.latest-card .latest-body h4,
.works-home-card .works-home-body h1,
.works-home-card .works-home-body h2,
.works-home-card .works-home-body h3,
.works-home-card .works-home-body h4,
.popular-card h1,
.popular-card h2,
.popular-card h3,
.popular-card h4 {
  color: #101828;
}
.archive-featured .archive-featured-body p,
.archive-featured .archive-featured-body li,
.archive-card .archive-card-body p,
.archive-card .archive-card-body li,
.feature-card .feature-body p,
.feature-card .feature-body li,
.latest-card .latest-body p,
.latest-card .latest-body li,
.works-home-card .works-home-body p,
.works-home-card .works-home-body li,
.popular-card p,
.popular-card li {
  color: #344054;
}
.archive-featured .archive-featured-body time,
.archive-featured .archive-featured-body .archive-meta,
.archive-featured .archive-featured-body .related-date,
.archive-card .archive-card-body time,
.archive-card .archive-card-body .archive-meta,
.archive-card .archive-card-body .related-date,
.feature-card .feature-body time,
.feature-card .feature-body .archive-meta,
.feature-card .feature-body .related-date,
.latest-card .latest-body time,
.latest-card .latest-body .archive-meta,
.latest-card .latest-body .related-date,
.works-home-card .works-home-body time,
.works-home-card .works-home-body .archive-meta,
.works-home-card .works-home-body .related-date,
.popular-card time,
.popular-card .archive-meta,
.popular-card .related-date {
  color: #667085;
}

/*# sourceMappingURL=arcnext.css.map */
