@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 {
    justify-content: flex-start;
    gap: 14px 18px;
    overflow-x: auto;
    padding-bottom: 2px;
    flex-wrap: nowrap;
  }
  #global-navi a {
    align-items: flex-start;
    min-width: max-content;
  }
  #global-navi a .en {
    font-size: 1.15rem;
  }
}

#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);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 650px) {
  .section-heading {
    display: block;
    margin-bottom: 18px;
  }
}
.section-heading .section-label {
  display: inline-block;
  margin-bottom: 6px;
  color: #0057ff;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.6rem, 4vw, 4.6rem);
  line-height: 0.98;
  text-transform: uppercase;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.section-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.3rem;
  line-height: 1.7;
}
.section-heading .section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0057ff;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.section-heading .section-link::after {
  content: "→";
  font-size: 1.3rem;
}

.card-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  background: #0057ff;
  color: #060606;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.neon-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid #0057ff;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.neon-button::after,
.ghost-button::after {
  content: "→";
  font-size: 1.35rem;
}
.neon-button:hover,
.ghost-button:hover {
  transform: translateY(-1px);
}

.neon-button {
  background: #0057ff;
  color: #060606;
}
.neon-button:hover {
  background: #f3ffd1;
  border-color: #f3ffd1;
}

.ghost-button {
  background: transparent;
  color: #fff;
}
.ghost-button:hover {
  background: rgba(220, 255, 33, 0.1);
  color: #0057ff;
}

.archive-page {
  width: min(1240px, 100%);
  margin: 0 auto 96px;
}
@media screen and (max-width: 650px) {
  .archive-page {
    margin-bottom: 72px;
  }
}

.archive-hero {
  margin-bottom: 28px;
  padding: 28px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 650px) {
  .archive-hero {
    padding: 18px 0;
    margin-bottom: 20px;
  }
}
.archive-hero .archive-kicker {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.archive-hero h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  line-height: 0.92;
  text-transform: uppercase;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.archive-hero .archive-copy {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.45rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 650px) {
  .archive-hero .archive-copy {
    font-size: 1.3rem;
  }
}

.archive-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.archive-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: all 0.2s ease;
}
.archive-tabs a.is-current, .archive-tabs a:hover {
  background: #0057ff;
  border-color: #0057ff;
  color: #060606;
}

.archive-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  margin-bottom: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0d0d0d;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 900px) {
  .archive-featured {
    grid-template-columns: 1fr;
  }
}
.archive-featured:hover {
  transform: translateY(-2px);
  border-color: rgba(220, 255, 33, 0.55);
}

.archive-featured-media,
.archive-card-media {
  background: #111;
  overflow: hidden;
}
.archive-featured-media img,
.archive-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.archive-featured-media {
  aspect-ratio: 16/9;
}

.archive-featured:hover .archive-featured-media img,
.archive-card:hover .archive-card-media img {
  transform: scale(1.035);
  opacity: 0.92;
}

.archive-featured-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 28px;
}
.archive-featured-body h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.18;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.archive-featured-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.35rem;
  line-height: 1.8;
}
.archive-featured-body time {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media screen and (max-width: 980px) {
  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 650px) {
  .archive-grid {
    grid-template-columns: 1fr;
  }
}

.archive-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d0d0d;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.archive-card:hover {
  transform: translateY(-2px);
  border-color: rgba(220, 255, 33, 0.55);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.archive-card .archive-card-media {
  aspect-ratio: 16/10;
}
.archive-card .archive-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}
.archive-card .archive-card-body h3 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.35;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 650px) {
  .archive-card .archive-card-body h3 {
    font-size: 1.75rem;
  }
}
.archive-card .archive-card-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.archive-card .archive-card-body time,
.archive-card .archive-card-body .archive-meta {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.52);
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.archive-pagination {
  margin-top: 32px;
}
.archive-pagination .nav-links,
.archive-pagination .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.archive-pagination a,
.archive-pagination span {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.2rem;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.archive-pagination .current,
.archive-pagination a:hover {
  background: #0057ff;
  border-color: #0057ff;
  color: #060606;
}

.search-form-panel {
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d0d0d;
}
.search-form-panel #searchform {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
@media screen and (max-width: 650px) {
  .search-form-panel #searchform {
    grid-template-columns: 1fr;
  }
}
.search-form-panel input[type=text] {
  min-width: 0;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #141414;
  color: #fff;
  font-size: 1.45rem;
  outline: 0;
}
.search-form-panel input[type=text]:focus {
  border-color: rgba(220, 255, 33, 0.6);
  box-shadow: 0 0 0 4px rgba(220, 255, 33, 0.08);
}
.search-form-panel button {
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid #0057ff;
  background: #0057ff;
  color: #060606;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
}

.search-empty {
  padding: 32px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d0d0d;
}
.search-empty h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 2.2rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.search-empty p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.35rem;
  line-height: 1.8;
}

.related-posts {
  margin-top: 48px;
}
.related-posts + .related-posts {
  margin-top: 34px;
}
.related-posts h3 {
  margin: 0 0 18px;
  color: #0057ff;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media screen and (max-width: 900px) {
  .related-posts-grid {
    grid-template-columns: 1fr;
  }
}

.related-post-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d0d0d;
}
.related-post-card a {
  display: block;
  color: inherit;
}
.related-post-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  vertical-align: bottom;
}
.related-post-card .related-card-label {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin: 14px 16px 0;
  padding: 0 8px;
  background: rgba(0, 87, 255, 0.1);
  color: #0057ff;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.related-post-card h4 {
  margin: 0;
  padding: 14px 16px 8px;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.45;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.related-post-card .related-date {
  padding: 0 16px 16px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.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;
}

.search-post-list {
  grid-template-columns: 1fr;
}

.search-post-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
}
@media screen and (max-width: 760px) {
  .search-post-card {
    grid-template-columns: 1fr;
  }
}
.search-post-card .archive-card-media {
  aspect-ratio: auto;
}
.search-post-card .archive-card-media img {
  min-height: 100%;
}
@media screen and (max-width: 760px) {
  .search-post-card .archive-card-media img {
    aspect-ratio: 16/9;
  }
}

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;
}

.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=search.css.map */
