@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
  position: relative;
}
html::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../../assets/image/contact/privacy-cover-pc.webp) !important;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-attachment: fixed;
  z-index: -1;
}

body,
a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: normal;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 599px) {
  body,
  a {
    font-size: 16px;
  }
}

body {
  max-width: 1920px;
  margin-inline: auto !important;
  background-color: #fff;
}
body.open {
  height: 100vh;
  overflow: hidden;
}

main {
  position: relative;
}

header {
  max-width: 1920px;
  margin-inline: auto;
}

a {
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  color: #333;
}

li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  color: #333;
}

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

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

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

.tb-br {
  display: none;
}
@media screen and (max-width: 991px) {
  .tb-br {
    display: block;
  }
}

.fixed-container {
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1520px) {
  .fixed-container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1300px) {
  .fixed-container {
    padding-inline: 5%;
    max-width: auto;
  }
}

.top__title {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-size: 64px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.top__title--bottom-bar {
  padding-bottom: 40px;
  border-bottom: 1px solid #9a2b2b;
}
@media screen and (max-width: 599px) {
  .top__title--bottom-bar {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  .top__title {
    font-size: 48px;
  }
}

.page-title {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.common-btn {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
@media screen and (max-width: 599px) {
  .common-btn {
    margin-top: 40px;
  }
}
.common-btn a {
  background-color: #6d1e1e;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 280px;
  border: 1px solid #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
.common-btn a:hover {
  background-color: #b83b3b;
  color: #fff;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.9), 0 0 10px rgba(76, 195, 238, 0.7);
  opacity: 1;
}

header {
  width: 100%;
  z-index: 100000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 4%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  header {
    height: 112px;
  }
}
@media screen and (max-width: 599px) {
  header {
    padding-left: 2%;
  }
}
header .header__logo {
  height: 90%;
}
@media screen and (max-width: 450px) {
  header .header__logo {
    height: 72%;
  }
}
header .header__logo img {
  width: auto;
  height: 100%;
}
header .header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  height: 100%;
}
header .header__right ul {
  display: flex;
  column-gap: 56px;
  list-style-type: none;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-right: 6%;
}
@media screen and (max-width: 1520px) {
  header .header__right ul {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  header .header__right ul {
    display: none;
  }
}
header .header__right ul li a {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  transition: color 0.32s cubic-bezier(0.16, 1, 0.3, 1), text-shadow 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
header .header__right ul li.is-current a {
  color: #4cc3ee;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
header .header__right ul li.is-current--top a {
  color: #fff;
  text-shadow: none;
}
body.is-header-compact header .header__right ul li.is-current--top a {
  color: #4cc3ee;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
header .header__right__contact {
  background-color: #6d1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 220px;
  border: 1px solid #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
header .header__right__contact:hover {
  background-color: #b83b3b;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.9), 0 0 10px rgba(76, 195, 238, 0.7);
  opacity: 1;
}
header .header__right__contact.is-current {
  background-color: #9a2b2b;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.9), 0 0 12px rgba(76, 195, 238, 0.7);
}
header .header__right__contact.is-current p {
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
@media screen and (max-width: 1200px) {
  header .header__right__contact {
    display: none;
  }
}
header .header__right__contact p {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

/* =========================================
   ボタン (SYS_MENU)
========================================= */
.g11-sys-btn {
  display: none;
}
@media screen and (max-width: 1200px) {
  .g11-sys-btn {
    position: fixed;
    top: 28px;
    right: 28px;
    z-index: 9999;
    background: transparent;
    border: 1px solid rgba(76, 195, 238, 0.3);
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
  }
}
.g11-sys-btn:hover {
  background: rgba(76, 195, 238, 0.1);
  border-color: #4cc3ee;
}
.g11-sys-btn__icon {
  width: 30px;
  height: 18px;
  position: relative;
}
.g11-sys-btn__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4cc3ee;
  transition: all 0.3s ease;
}
.g11-sys-btn__icon span:nth-child(1) {
  top: 0;
}
.g11-sys-btn__icon span:nth-child(2) {
  top: 8px;
}
.g11-sys-btn__icon span:nth-child(3) {
  top: 16px;
  width: 60%;
  right: 0;
  left: auto;
}
.g11-sys-btn__text {
  color: #4cc3ee;
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.g11-sys-btn.is-active {
  border-color: #4cc3ee;
  background: rgba(76, 195, 238, 0.2);
}
.g11-sys-btn.is-active .g11-sys-btn__icon span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.g11-sys-btn.is-active .g11-sys-btn__icon span:nth-child(2) {
  opacity: 0;
}
.g11-sys-btn.is-active .g11-sys-btn__icon span:nth-child(3) {
  width: 100%;
  transform: translateY(-8px) rotate(-45deg);
}

/* =========================================
   全画面メニュー本体
========================================= */
.g11-sys-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 5, 10, 0.95);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgba(76, 195, 238, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(76, 195, 238, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
}
.g11-sys-menu.is-active {
  opacity: 1;
  visibility: visible;
}
.g11-sys-menu.is-active .g11-sys-menu__nav ul li {
  transform: translateY(0);
  opacity: 1;
}
.g11-sys-menu__inner {
  width: 80%;
  max-width: 600px;
  position: relative;
}
.g11-sys-menu__title {
  color: #4cc3ee;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  opacity: 0.7;
}
.g11-sys-menu__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.g11-sys-menu__nav ul li {
  margin-bottom: 20px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.g11-sys-menu__nav ul li:nth-child(1) {
  transition-delay: 0.25s;
}
.g11-sys-menu__nav ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.g11-sys-menu__nav ul li:nth-child(3) {
  transition-delay: 0.35s;
}
.g11-sys-menu__nav ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.g11-sys-menu__nav ul li:nth-child(5) {
  transition-delay: 0.45s;
}
.g11-sys-menu__nav ul li a {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  transition: color 0.2s, padding-left 0.2s;
}
.g11-sys-menu__nav ul li a .code {
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  margin-right: 15px;
  opacity: 0.8;
  margin-top: 2.5px;
}
.g11-sys-menu__nav ul li a:hover {
  color: #4cc3ee;
  padding-left: 10px;
}
.g11-sys-menu__nav ul li a:hover::before {
  content: ">";
  position: absolute;
  left: -20px;
  color: #4cc3ee;
}
.g11-sys-menu__nav ul li.is-current a {
  color: #4cc3ee;
  padding-left: 10px;
}
.g11-sys-menu__nav ul li.is-current a::before {
  content: ">";
  position: absolute;
  left: -20px;
  color: #4cc3ee;
}
.g11-sys-menu__status {
  margin-top: 50px;
  border-top: 1px dashed rgba(76, 195, 238, 0.3);
  padding-top: 20px;
}
.g11-sys-menu__status p {
  color: rgba(76, 195, 238, 0.5);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
}
.g11-sys-menu__scanline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: rgba(76, 195, 238, 0.3);
  opacity: 0.4;
  animation: scanline 4s linear infinite;
  pointer-events: none;
}

@keyframes scanline {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100vh);
  }
}
/* =========================================
   ヘッダーの縮小（HUDバーモード）
   スクロールを始めると装甲を畳んで細いバーになり、視界を確保する。
   最上部へ戻すとフルサイズへ展開する。
========================================= */
header {
  border-bottom: 1px solid transparent;
  transition: height 0.32s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.32s linear, border-color 0.32s linear;
}

body.is-header-compact header {
  height: 64px;
  background-color: rgba(26, 31, 40, 0.9);
  border-bottom-color: rgba(76, 195, 238, 0.4);
}
@media screen and (max-width: 1200px) {
  body.is-header-compact header {
    background-color: transparent;
    border-bottom-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  body.is-header-compact header {
    height: 72px;
  }
}
body.is-header-compact .header__right__contact {
  height: 40px;
  width: 168px;
  transition: height 0.32s cubic-bezier(0.16, 1, 0.3, 1), width 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 1200px) {
  body.is-header-compact .g11-sys-btn {
    top: 12px;
    padding: 8px;
    gap: 5px;
  }
}
body.is-header-compact:has(#content.site-content--doc) header, body.is-header-compact:has(#js-sys-menu.is-active) header {
  background-color: transparent;
  border-bottom-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  header,
  header .header__right ul li a,
  body.is-header-compact .header__right__contact {
    transition: none;
  }
}
.footer {
  background-color: #161719 !important;
  padding-block: 56px 20px !important;
  margin-top: 0px !important;
  position: relative;
}
.footer .fixed-container {
  max-width: 1280px;
}
.footer__columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .footer__columns {
    flex-direction: column;
    row-gap: 32px;
  }
}
.footer__columns__logo {
  width: 240px;
}
@media screen and (max-width: 1400px) {
  .footer__columns__right {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 500px) {
  .footer__columns__right {
    width: 80%;
  }
}
.footer__columns__right ul {
  list-style: none;
  display: flex;
  column-gap: 56px;
  padding-left: 0px;
}
@media screen and (max-width: 1400px) {
  .footer__columns__right ul {
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 768px) {
  .footer__columns__right ul {
    row-gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer__columns__right ul {
    column-gap: 24px;
  }
}
.footer__columns__right ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
}
.footer__copyright {
  margin-top: 64px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  color: #5a5d61;
  text-align: center;
}

.top::before {
  content: "";
  background-image: url(../../assets/image/front/fv-cover-pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 1920px;
  margin-inline: auto !important;
}
@media screen and (max-width: 1200px) {
  .top::before {
    background-position: left;
  }
}
@media screen and (max-width: 768px) {
  .top::before {
    background-image: url(../../assets/image/front/fv-cover-sp.webp);
    background-position: center;
  }
}
.top::after {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100lvh;
  background-color: #000;
  opacity: var(--mask-opacity, 0);
  z-index: -1;
  pointer-events: none;
  max-width: 1920px;
  margin-inline: auto !important;
}

.top-fv {
  width: 100%;
  height: 100lvh;
}
.top-fv .fixed-container {
  width: 100%;
  height: 100%;
}
.top-fv__wrap {
  width: fit-content;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  will-change: opacity, transform;
}
@media screen and (max-width: 1200px) {
  .top-fv__wrap {
    right: auto;
    top: auto;
    bottom: 4%;
    left: 8%;
  }
}
.top-fv__wrap span {
  display: inline-block;
  will-change: opacity, transform, filter;
  transition: opacity 0.1s linear, transform 0.1s linear, filter 0.1s linear;
}
.top-fv__wrap__catch {
  color: #fff;
  font-weight: 900;
  font-size: 72px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 4%;
  line-height: 128%;
}
@media screen and (max-width: 768px) {
  .top-fv__wrap__catch {
    font-size: 64px;
  }
}
@media screen and (max-width: 599px) {
  .top-fv__wrap__catch {
    font-size: 56px;
  }
}
@media screen and (max-width: 450px) {
  .top-fv__wrap__catch {
    font-size: 13.8vw;
  }
}
.top-fv__wrap__sub-catch {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 4%;
  margin-top: 24px;
  margin-left: 1%;
}
@media screen and (max-width: 768px) {
  .top-fv__wrap__sub-catch {
    font-size: 20px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-fv__wrap__sub-catch {
    font-size: 18px;
  }
}

.top-story {
  padding-block: 80px;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .top-story {
    padding-block: 64px;
  }
}
.top-story__text {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 4%;
  line-height: 320%;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .top-story__text {
    margin-top: 24px;
    line-height: 280%;
    font-size: 16px;
  }
}

.top-unit {
  padding-block: 80px;
  max-width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .top-unit {
    padding-block: 64px;
  }
}
.top-unit__image {
  margin-top: 56px;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .top-unit__image {
    margin-top: 40px;
  }
}
.top-unit__text {
  margin-top: 56px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 4%;
  line-height: 200%;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .top-unit__text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-unit__text {
    margin-top: 32px;
  }
}

.top-armaments {
  padding-block: 80px;
}
@media screen and (max-width: 991px) {
  .top-armaments {
    padding-block: 64px;
  }
}
.top-armaments__columns {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .top-armaments__columns {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .top-armaments__columns {
    margin-top: 40px;
  }
}
.top-armaments__columns__column {
  width: 30%;
  border: 0.5px solid #fff;
  padding: 24px 28px;
}
@media screen and (max-width: 991px) {
  .top-armaments__columns__column {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-armaments__columns__column {
    padding: 24px 24px;
  }
}
.top-armaments__columns__column__code {
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  color: #fff;
  font-weight: 400;
  width: 100%;
  text-align: left;
}
.top-armaments__columns__column__image {
  margin-top: 20px;
  width: 60%;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .top-armaments__columns__column__image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .top-armaments__columns__column__image {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .top-armaments__columns__column__image {
    width: 60%;
  }
}
.top-armaments__columns__column__title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.top-armaments__columns__column__text {
  margin-top: 12px;
  font-size: 16px;
  letter-spacing: 4%;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
}

.top-blog {
  padding-block: 80px;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .top-blog {
    padding-block: 64px;
  }
}
.top-blog__list {
  margin-top: 56px;
}
@media screen and (max-width: 599px) {
  .top-blog__list {
    margin-top: 40px;
  }
}
.top-blog__list__item {
  width: 100%;
  border: 0.5px solid #fff;
  padding-block: 20px;
  padding-inline: 20px 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
.top-blog__list__item:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .top-blog__list__item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 6px;
    padding-inline: 20px 20px;
    padding-bottom: 48px;
  }
}
.top-blog__list__item::before {
  content: "VIEW";
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  padding-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .top-blog__list__item::before {
    top: auto;
    bottom: 4px;
  }
}
.top-blog__list__item::after {
  content: "▶︎";
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
@media screen and (max-width: 768px) {
  .top-blog__list__item::after {
    top: auto;
    bottom: 4px;
  }
}
.top-blog__list__item:hover {
  opacity: 1;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.9), 0 0 10px rgba(76, 195, 238, 0.7);
}
.top-blog__list__item__date {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 400;
  font-size: 16px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .top-blog__list__item__date {
    margin-right: 12px;
  }
}
.top-blog__list__item__category {
  display: inline-block;
  border: 1px solid #b83b3b;
  color: #b83b3b;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
  font-size: 16px;
  padding-inline: 4px 3px;
  height: 23px;
  width: 80px;
  text-align: center;
  margin-right: 20px;
}
.top-blog__list__item__category--briefing {
  border-color: #cc8f33;
  color: #cc8f33;
}
.top-blog__list__item__category--notice {
  border-color: #458bc4;
  color: #458bc4;
}
.top-blog__list__item__category--report {
  border-color: #bb4444;
  color: #bb4444;
}
.top-blog__list__item__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 12%;
  color: #fff;
  /* 1行で省略するための3点セット */
  display: block; /* ブロック要素にする */
  white-space: nowrap; /* 改行を禁止する */
  overflow: hidden; /* 溢れた分を隠す */
  text-overflow: ellipsis; /* 溢れた末尾を「…」にする */
  /* フレックスボックス内での調整 */
  flex: 1;
  min-width: 0; /* 親要素の幅を無視して突き抜けるのを防ぐ */
}
@media screen and (max-width: 768px) {
  .top-blog__list__item__title {
    width: 100%;
    display: block;
    white-space: normal;
    text-overflow: unset;
  }
}

/* ---------------------------------------------------------
   TOOLS 帯
   MISSION LOG と CTA の間。問い合わせの一段手前に置く導線なので、
   セクション見出しもボタンも持たせず、MISSION LOG の行と同じ
   「枠 + VIEW ▶︎」の語彙にそろえて一段低い存在にとどめる。
   ------------------------------------------------------- */
.top-tools {
  max-width: 800px;
  margin-inline: auto;
}
.top-tools__band {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  border: 0.5px solid #fff;
  padding-block: 20px 48px;
  padding-inline: 20px 20px;
}
@media screen and (max-width: 599px) {
  .top-tools__band {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-inline: 20px;
  }
}
.top-tools__band:hover {
  opacity: 1;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.9), 0 0 10px rgba(76, 195, 238, 0.7);
}
.top-tools__band::before {
  content: "VIEW";
  position: absolute;
  right: 32px;
  bottom: 16px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 12%;
  color: #fff;
  padding-bottom: 1px;
}
@media screen and (max-width: 599px) {
  .top-tools__band::before {
    bottom: 16px;
  }
}
.top-tools__band::after {
  content: "▶︎";
  position: absolute;
  right: 12px;
  bottom: 16px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 12%;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .top-tools__band::after {
    bottom: 16px;
  }
}
.top-tools__band__visual {
  width: 240px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .top-tools__band__visual {
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .top-tools__band__visual {
    width: 100%;
  }
}
.top-tools__band__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672/941;
  object-fit: cover;
  border: 0.5px solid rgba(255, 255, 255, 0.35);
}
.top-tools__band__body {
  flex: 1;
  min-width: 0;
}
.top-tools__band__code {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 12%;
  color: #4cc3ee;
}
.top-tools__band__title {
  display: block;
  margin-top: 4px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 8%;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .top-tools__band__title {
    font-size: 24px;
  }
}
.top-tools__band__text {
  display: block;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 4%;
  line-height: 180%;
  color: rgba(255, 255, 255, 0.85);
}

#page-about {
  padding-top: 120px;
  background-color: #1a1f28;
}
@media screen and (max-width: 991px) {
  #page-about {
    padding-top: 112px;
  }
}

.about__profile {
  padding-block: 80px;
}
@media screen and (max-width: 991px) {
  .about__profile {
    padding-block: 56px 64px;
  }
}
.about__profile__columns {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  gap: 3%;
}
@media screen and (max-width: 1300px) {
  .about__profile__columns {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .about__profile__columns {
    flex-direction: column;
    row-gap: 40px;
  }
}
.about__profile__columns__image {
  width: 52%;
}
@media screen and (max-width: 1300px) {
  .about__profile__columns__image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .about__profile__columns__image {
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .about__profile__columns__image {
    width: 100%;
  }
}
.about__profile__columns__content {
  width: 45%;
}
@media screen and (max-width: 1300px) {
  .about__profile__columns__content {
    width: 57%;
  }
}
@media screen and (max-width: 768px) {
  .about__profile__columns__content {
    width: 100%;
  }
}
.about__profile__columns__content__title {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .about__profile__columns__content__title {
    font-size: 20px;
  }
}
.about__profile__columns__content__name {
  margin-top: 8px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
  font-size: 64px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .about__profile__columns__content__name {
    font-size: 48px;
  }
}
.about__profile__columns__content__note {
  margin-top: 28px;
  background-color: #161719;
  padding: 28px;
}
@media screen and (max-width: 991px) {
  .about__profile__columns__content__note {
    padding: 24px;
  }
}
.about__profile__columns__content__note__title {
  margin-top: 8px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
  width: 100%;
  text-align: left;
  color: #5a5d61;
  padding-bottom: 12px;
  border-bottom: 1px solid #5a5d61;
  margin-bottom: 24px;
}
.about__profile__columns__content__note__text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 4%;
  line-height: 200%;
  font-family: "Noto Sans JP", sans-serif;
}
.about__overview {
  padding-block: 40px 120px;
  max-width: 800px;
  margin-inline: auto;
}
.about__overview__lists {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .about__overview__lists {
    margin-top: 24px;
  }
}
.about__overview__lists__list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 28px 24px;
  border-bottom: 1px solid #5a5d61;
}
@media screen and (max-width: 599px) {
  .about__overview__lists__list {
    flex-direction: column;
    padding: 24px 20px;
  }
}
.about__overview__lists__list dt {
  width: 35%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 150%;
  min-width: 160px;
}
@media screen and (max-width: 599px) {
  .about__overview__lists__list dt {
    width: 100%;
    min-width: auto;
  }
}
.about__overview__lists__list dd {
  width: 65%;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .about__overview__lists__list dd {
    width: 100%;
    margin-top: 12px;
  }
}
.about__overview__lists__list dd span {
  display: block;
  font-size: 14px;
}
.about__overview__lists__list dd ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

#page-service::before {
  content: "";
  background-image: url(../../assets/image/service/service-cover-pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 1920px;
  margin-inline: auto !important;
}
@media screen and (max-width: 599px) {
  #page-service::before {
    background-image: url(../../assets/image/service/service-cover-sp.webp);
  }
}

.service__introduce {
  padding-block: 186px 120px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 991px) {
  .service__introduce {
    padding-block: 152px 80px;
  }
}
.service__introduce .fixed-container {
  max-width: 1024px;
}
.service__introduce__subtitle {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 4%;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .service__introduce__subtitle {
    text-align: center;
  }
}
.service__introduce__title {
  margin-top: 0px;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 12%;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .service__introduce__title {
    font-size: 28px;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .service__introduce__title {
    font-size: 24px;
  }
}
.service__introduce__text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 4%;
  color: #fff;
}
.service__introduce__create {
  padding-block: 56px 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
}
@media screen and (max-width: 991px) {
  .service__introduce__create {
    padding-block: 40px 64px;
  }
}
@media screen and (max-width: 599px) {
  .service__introduce__create {
    flex-direction: column;
    row-gap: 20px;
  }
}
.service__introduce__create__image {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .service__introduce__create__image {
    width: 120px;
  }
}
.service__introduce__create__content {
  width: calc(100% - 180px);
}
@media screen and (max-width: 599px) {
  .service__introduce__create__content {
    width: 100%;
  }
}
.service__introduce__media {
  padding-block: 80px;
}
@media screen and (max-width: 991px) {
  .service__introduce__media {
    padding-block: 64px;
  }
}
.service__introduce__media__image {
  width: 400px;
}
@media screen and (max-width: 599px) {
  .service__introduce__media__image {
    width: 280px;
    margin-inline: auto;
  }
}
.service__introduce__media__content {
  width: 100%;
  margin-top: 20px;
}
.service__introduce__support {
  padding-block: 80px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
}
@media screen and (max-width: 991px) {
  .service__introduce__support {
    padding-block: 64px 0px;
  }
}
@media screen and (max-width: 599px) {
  .service__introduce__support {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.service__introduce__support__image {
  width: 280px;
}
@media screen and (max-width: 599px) {
  .service__introduce__support__image {
    width: 200px;
  }
}
.service__introduce__support__content {
  width: calc(100% - 280px);
}
@media screen and (max-width: 599px) {
  .service__introduce__support__content {
    width: 100%;
  }
}

#page-spec {
  padding-top: 120px;
  background-color: #1a1f28;
}
@media screen and (max-width: 991px) {
  #page-spec {
    padding-top: 112px;
  }
}

.spec__wrap {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.spec__wrap__image {
  margin-inline: auto 0;
  height: 1920px;
}
@media screen and (max-width: 1024px) {
  .spec__wrap__image {
    height: 1600px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .spec__wrap__image {
    height: 1200px;
  }
}
.spec__wrap__image--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .spec__wrap__image--pc {
    display: none;
  }
}
.spec__wrap__image--tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .spec__wrap__image--tb {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .spec__wrap__image--tb {
    display: none;
  }
}
.spec__wrap__image--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .spec__wrap__image--sp {
    display: block;
  }
}
.spec__wrap__image img {
  width: auto;
  height: 100%;
  margin-inline: auto 0;
}
.spec__wrap__explanation--brain {
  width: 64%;
  position: absolute;
  top: 1.5%;
  left: 6%;
}
@media screen and (min-width: 1520px) {
  .spec__wrap__explanation--brain {
    width: 68%;
  }
}
@media screen and (max-width: 1300px) {
  .spec__wrap__explanation--brain {
    width: 54%;
  }
}
@media screen and (max-width: 950px) {
  .spec__wrap__explanation--brain {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .spec__wrap__explanation--brain {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .spec__wrap__explanation--brain {
    width: 56%;
  }
}
@media screen and (max-width: 500px) {
  .spec__wrap__explanation--brain {
    width: 53%;
    top: 0.5%;
  }
}
.spec__wrap__explanation--heart {
  width: 60%;
  position: absolute;
  top: 16%;
  left: 6%;
}
@media screen and (min-width: 1520px) {
  .spec__wrap__explanation--heart {
    width: 64%;
  }
}
@media screen and (max-width: 1300px) {
  .spec__wrap__explanation--heart {
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  .spec__wrap__explanation--heart {
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  .spec__wrap__explanation--heart {
    top: 18%;
    width: 44%;
  }
}
@media screen and (max-width: 599px) {
  .spec__wrap__explanation--heart {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .spec__wrap__explanation--heart {
    width: 48%;
    top: 17%;
  }
}
.spec__wrap__explanation--weapon {
  width: 48%;
  position: absolute;
  top: 40%;
  left: 6%;
}
@media screen and (min-width: 1520px) {
  .spec__wrap__explanation--weapon {
    width: 52%;
  }
}
@media screen and (max-width: 1300px) {
  .spec__wrap__explanation--weapon {
    width: 38%;
  }
}
@media screen and (max-width: 950px) {
  .spec__wrap__explanation--weapon {
    top: 38%;
    width: 34%;
  }
}
@media screen and (max-width: 599px) {
  .spec__wrap__explanation--weapon {
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .spec__wrap__explanation--weapon {
    width: 38%;
    top: 37%;
  }
}
.spec__wrap__explanation--foot {
  width: 70%;
  position: absolute;
  top: 82%;
  left: 6%;
}
@media screen and (min-width: 1520px) {
  .spec__wrap__explanation--foot {
    width: 74%;
  }
}
@media screen and (max-width: 1300px) {
  .spec__wrap__explanation--foot {
    width: 60%;
  }
}
@media screen and (max-width: 950px) {
  .spec__wrap__explanation--foot {
    width: 56%;
  }
}
@media screen and (max-width: 768px) {
  .spec__wrap__explanation--foot {
    width: 58%;
  }
}
@media screen and (max-width: 599px) {
  .spec__wrap__explanation--foot {
    width: 64%;
  }
}
@media screen and (max-width: 500px) {
  .spec__wrap__explanation--foot {
    width: 62%;
  }
}
.spec__wrap__explanation__title {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 12px;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #fff;
  position: relative;
}
.spec__wrap__explanation__title::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -36px;
  right: -85px;
  transform: rotate(45deg);
}
@media screen and (max-width: 660px) {
  .spec__wrap__explanation__title::after {
    width: 60px;
    bottom: -22px;
    right: -51px;
  }
}
@media screen and (max-width: 400px) {
  .spec__wrap__explanation__title::after {
    width: 40px;
    bottom: -15px;
    right: -34px;
  }
}
@media screen and (max-width: 599px) {
  .spec__wrap__explanation__title {
    font-size: 24px;
    padding-bottom: 6px;
  }
}
.spec__wrap__explanation__text {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 12%;
  line-height: 150%;
  color: #fff;
  padding-right: 2%;
}
@media screen and (max-width: 599px) {
  .spec__wrap__explanation__text {
    font-size: 12px;
    margin-top: 16px;
    padding-right: 0%;
  }
}

#content {
  padding-block: 186px 120px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 991px) {
  #content {
    padding-block: 152px 80px;
  }
}
#content::before {
  content: "";
  background-image: url(../../assets/image/blog/news-cover-pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 1920px;
  margin-inline: auto !important;
}
@media screen and (max-width: 599px) {
  #content::before {
    background-image: url(../../assets/image/blog/news-cover-sp.webp);
  }
}
#content .page-title {
  color: #4cc3ee;
}
#content .fixed-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2%;
}
@media screen and (max-width: 991px) {
  #content .fixed-container {
    flex-direction: column;
    gap: 0;
  }
}
#content .main {
  border-radius: 0px !important;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 991px) {
  #content .main {
    width: 100%;
  }
}
#content .entry-card-wrap {
  border: 1px solid #4cc3ee;
  font-family: "Noto Sans JP", sans-serif;
  color: #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
#content .entry-card-wrap:hover {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 8px rgba(76, 195, 238, 0.9), 0 0 20px rgba(76, 195, 238, 0.7);
  opacity: 1;
}
#content .cat-label {
  border-radius: 0px !important;
  border: 1px solid #4cc3ee;
}
@media screen and (max-width: 768px) {
  #content .entry-card {
    display: flex;
    flex-direction: column;
  }
  #content .entry-card figure {
    margin-inline: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #content .entry-card-content {
    margin-left: 0;
    margin-top: 12px;
  }
}
#content .entry-card-title {
  font-size: 16px;
}
#content .sidebar {
  border-radius: 0px !important;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 991px) {
  #content .sidebar {
    width: 100%;
    padding-block: 0;
    margin-top: 0;
    margin-inline: 0;
  }
}
#content .sidebar h2,
#content .sidebar h3 {
  font-size: 18px;
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}
#content .sidebar .wp-block-latest-posts li {
  margin-top: 12px;
}
#content .sidebar .wp-block-latest-posts li:first-of-type {
  margin-top: 0;
}
#content .sidebar .wp-block-latest-posts li a {
  border: 1px solid #4cc3ee;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  color: #4cc3ee !important;
  font-size: 14px;
  padding: 10px;
}
#content .sidebar .wp-block-latest-posts li a:hover {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 8px rgba(76, 195, 238, 0.9), 0 0 20px rgba(76, 195, 238, 0.7);
  opacity: 1;
}
#content .sidebar .search-box {
  margin: 1em 0 0;
}
#content .sidebar .widget_block {
  margin-top: 24px;
}
#content .sidebar .widget_block:first-of-type {
  margin-top: 0;
}
#content .sidebar .wp-block-categories-list a {
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
  border: 1px solid #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  padding: 10px;
  font-size: 14px;
}
#content .sidebar .wp-block-categories-list a:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0 8px rgba(76, 195, 238, 0.9), 0 0 20px rgba(76, 195, 238, 0.7);
  opacity: 1;
}
#content .sidebar .wp-block-categories-list li {
  margin-top: 12px;
}
#content .archive-title {
  display: none;
}
#content .breadcrumb,
#content .breadcrumb a {
  color: rgba(76, 195, 238, 0.6);
}
#content .search-box input[type=text] {
  border: 1px solid #4cc3ee !important;
  font-family: "Noto Sans JP", sans-serif;
  color: #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  border-radius: 0 !important;
}
#content .search-box input[type=text]::placeholder {
  color: rgba(76, 195, 238, 0.4);
}
#content .search-box .fa-search:before {
  color: #4cc3ee;
}
#content .search-result {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(76, 195, 238, 0.4);
  color: #4cc3ee;
}
#content .search-result__label {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
  font-size: 13px;
  opacity: 0.7;
}
#content .search-result__query {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  word-break: break-all;
  text-shadow: 0 0 3px rgba(76, 195, 238, 0.5), 0 0 8px rgba(76, 195, 238, 0.3);
}
#content .search-result__count {
  margin-left: auto;
  flex-shrink: 0;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
@media screen and (max-width: 500px) {
  #content .search-result__count {
    margin-left: 0;
  }
}
#content .main .search-box {
  margin: 0 0 28px;
}
#content .posts-not-found {
  border: 1px solid #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  padding: 32px 20px;
  text-align: center;
  color: #4cc3ee;
}
#content .posts-not-found h2 {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
  font-size: 22px;
  color: #4cc3ee;
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  padding: 0;
  margin: 0 0 10px;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.5), 0 0 10px rgba(76, 195, 238, 0.3);
}
#content .posts-not-found p {
  font-size: 14px;
  color: #4cc3ee;
  margin: 0;
}

.site-content--single {
  padding-block: 150px 120px !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
@media screen and (max-width: 991px) {
  .site-content--single {
    padding-block: 140px 80px !important;
  }
}
.site-content--single::before {
  content: "";
  background-image: url(../../assets/image/blog/single-cover-pc.webp) !important;
}
@media screen and (max-width: 599px) {
  .site-content--single::before {
    background-image: url(../../assets/image/blog/single-cover-sp.webp) !important;
  }
}
@media screen and (max-width: 991px) {
  .site-content--single .main {
    padding-block: 0;
    padding-inline: 4%;
  }
}
@media screen and (max-width: 991px) {
  .site-content--single .sidebar {
    padding-inline: 4%;
    margin-top: 48px !important;
  }
}
.site-content--single .wp-block-heading span {
  scroll-margin-top: 120px;
}
.site-content--single .g11-heading-sub__main span {
  scroll-margin-top: 176px;
}
body.is-header-compact .site-content--single .wp-block-heading span {
  scroll-margin-top: 80px;
}
@media screen and (max-width: 991px) {
  body.is-header-compact .site-content--single .wp-block-heading span {
    scroll-margin-top: 88px;
  }
}
body.is-header-compact .site-content--single .g11-heading-sub__main span {
  scroll-margin-top: 122px;
}
@media screen and (max-width: 991px) {
  body.is-header-compact .site-content--single .g11-heading-sub__main span {
    scroll-margin-top: 130px;
  }
}
.site-content--single .article-header {
  display: none;
}
.site-content--single .entry-content {
  margin-top: 1.8em;
}
.site-content--single .page-title {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 3px rgba(76, 195, 238, 0.5), 0 0 8px rgba(76, 195, 238, 0.3);
}
@media screen and (max-width: 599px) {
  .site-content--single .page-title {
    font-size: 20px;
    text-shadow: 0 0 5px rgba(76, 195, 238, 0.5), 0 0 10px rgba(76, 195, 238, 0.3);
  }
}
.site-content--single h2.wp-block-heading {
  background-color: rgba(0, 0, 0, 0) !important;
  border-bottom: 1px solid rgb(76, 195, 238) !important;
  color: #4cc3ee;
  padding: 16px;
}
@media screen and (max-width: 599px) {
  .site-content--single h2.wp-block-heading span {
    font-size: 18px;
  }
}
.site-content--single h3.wp-block-heading {
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-color: #4cc3ee;
  color: #4cc3ee;
}
@media screen and (max-width: 599px) {
  .site-content--single h3.wp-block-heading span {
    font-size: 16px;
  }
}
.site-content--single h4.wp-block-heading {
  border: 0px;
  color: #4cc3ee;
}
@media screen and (max-width: 599px) {
  .site-content--single h4.wp-block-heading span {
    font-size: 16px;
  }
}
.site-content--single p {
  color: #4cc3ee;
}
.site-content--single ul,
.site-content--single ol,
.site-content--single li {
  color: #4cc3ee;
}
.site-content--single table {
  color: #4cc3ee;
  font-size: 16px;
}
.site-content--single table thead {
  border: 1px solid rgb(76, 195, 238) !important;
}
.site-content--single table tr,
.site-content--single table th {
  background-color: rgba(255, 255, 255, 0) !important;
  border: 1px solid rgb(76, 195, 238) !important;
}
.site-content--single table td,
.site-content--single table tr,
.site-content--single table th {
  border: 1px solid rgb(76, 195, 238) !important;
}
.site-content--single .entry-eye-catch {
  margin-bottom: 24px;
}
.site-content--single .cat-link {
  margin-top: 20px;
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
  border: 1px solid #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  padding: 10px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0) !important;
}
.site-content--single .cat-link:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0 8px rgba(76, 195, 238, 0.9), 0 0 20px rgba(76, 195, 238, 0.7);
  opacity: 1;
  color: #4cc3ee;
}
.site-content--single .author-info {
  color: #4cc3ee;
  display: none;
}
.site-content--single .author-info .author-name {
  color: #4cc3ee;
  transition: all 0.3s;
}
.site-content--single .author-info .author-name:hover {
  text-shadow: 0 0 8px rgba(76, 195, 238, 0.9), 0 0 20px rgba(76, 195, 238, 0.7);
  opacity: 1;
  color: #4cc3ee;
}
.site-content--single .author-box {
  border: 1px solid #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  border-radius: 0;
}
.site-content--single .author-box .author-widget-name {
  font-size: 16px;
  color: #4cc3ee;
  font-weight: 500;
  margin-bottom: 12px;
}
.site-content--single .author-box .author-name {
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(76, 195, 238, 0.4);
  width: 100%;
}
.site-content--single .author-box .author-name a {
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
  font-size: 18px;
}
.site-content--single .author-box .sns-buttons {
  display: none;
}
.site-content--single .author-box .author-description p {
  font-size: 14px;
}
.site-content--single .entry-date {
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
  font-size: 14px;
  margin-left: 0px;
  text-shadow: 0 0 3px rgba(76, 195, 238, 0.7), 0 0 8px rgba(76, 195, 238, 0.5);
}
.site-content--single .toc {
  border: 1px solid #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  color: #4cc3ee;
}
.site-content--single .toc .toc-content .toc-list {
  list-style: decimal-leading-zero;
}
.site-content--single .toc .toc-content .toc-list li::marker {
  color: #4cc3ee;
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
}
.site-content--single .toc .toc-content .toc-list a {
  color: #4cc3ee;
}
.site-content--single .g11-heading-sub {
  --g11-hs-text: #4cc3ee;
  --g11-hs-sub: rgba(76, 195, 238, 0.75);
  --g11-hs-accent: #4cc3ee;
  --g11-hs-surface: transparent;
}
.site-content--single .g11-heading-sub .g11-heading-sub__main {
  color: var(--g11-hs-text);
}
.site-content--single .g11-heading-sub .g11-heading-sub__sub {
  color: var(--g11-hs-sub);
  line-height: 1.2;
}
.site-content--single .g11-heading-sub--h2 {
  border-left: 0;
  border-bottom: 1px solid #4cc3ee;
}

#content.site-content--doc {
  background-color: #fff;
  padding-block: 156px 120px;
}
@media screen and (max-width: 991px) {
  #content.site-content--doc {
    padding-block: 142px 80px;
  }
}
#content.site-content--doc::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: 134px;
  max-width: 1920px;
  margin-inline: auto !important;
  pointer-events: none;
  z-index: 9996;
  background-image: none;
  background-color: #9a2b2b;
  transition: height 0.32s cubic-bezier(0.16, 1, 0.3, 1), clip-path 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 38px) 100%, 38px 100%, 0 calc(100% - 22px));
}
@media screen and (max-width: 991px) {
  #content.site-content--doc::before {
    height: 126px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 17px));
  }
}
#content.site-content--doc::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  max-width: 1920px;
  margin-inline: auto;
  pointer-events: none;
  z-index: 9997;
  background-color: #1a1f28;
  background-image: linear-gradient(rgba(76, 195, 238, 0.5), rgba(76, 195, 238, 0.5)), repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.07) 0 5px, rgba(255, 255, 255, 0) 5px 11px);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 1px, 360px 100%;
  background-position: left bottom, right top;
  transition: height 0.32s cubic-bezier(0.16, 1, 0.3, 1), clip-path 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 38px) 100%, 38px 100%, 0 calc(100% - 22px));
}
@media screen and (max-width: 991px) {
  #content.site-content--doc::after {
    height: 122px;
    background-size: 100% 1px, 200px 100%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 17px));
  }
}
body.is-header-compact #content.site-content--doc::before {
  height: 78px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 26px) 100%, 26px 100%, 0 calc(100% - 14px));
}
@media screen and (max-width: 991px) {
  body.is-header-compact #content.site-content--doc::before {
    height: 86px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 11px));
  }
}
body.is-header-compact #content.site-content--doc::after {
  height: 74px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 26px) 100%, 26px 100%, 0 calc(100% - 14px));
}
@media screen and (max-width: 991px) {
  body.is-header-compact #content.site-content--doc::after {
    height: 82px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 11px));
  }
}
@media (prefers-reduced-motion: reduce) {
  #content.site-content--doc::before, #content.site-content--doc::after {
    transition: none;
  }
  #content.site-content--doc .entry-content a,
  #content.site-content--doc .toc .toc-content .toc-list a {
    transition: none;
  }
}
@media screen and (max-width: 991px) {
  #content.site-content--doc .main {
    padding-block: 0;
    padding-inline: 4%;
  }
}
@media screen and (max-width: 991px) {
  #content.site-content--doc .sidebar {
    padding-inline: 4%;
    margin-top: 48px;
  }
}
#content.site-content--doc .wp-block-heading span {
  scroll-margin-top: 146px;
}
@media screen and (max-width: 991px) {
  #content.site-content--doc .wp-block-heading span {
    scroll-margin-top: 138px;
  }
}
#content.site-content--doc .g11-heading-sub__main span {
  scroll-margin-top: 192px;
}
@media screen and (max-width: 991px) {
  #content.site-content--doc .g11-heading-sub__main span {
    scroll-margin-top: 184px;
  }
}
body.is-header-compact #content.site-content--doc .wp-block-heading span {
  scroll-margin-top: 90px;
}
@media screen and (max-width: 991px) {
  body.is-header-compact #content.site-content--doc .wp-block-heading span {
    scroll-margin-top: 98px;
  }
}
body.is-header-compact #content.site-content--doc .g11-heading-sub__main span {
  scroll-margin-top: 136px;
}
@media screen and (max-width: 991px) {
  body.is-header-compact #content.site-content--doc .g11-heading-sub__main span {
    scroll-margin-top: 144px;
  }
}
#content.site-content--doc .article-header {
  display: none;
}
#content.site-content--doc .author-info {
  display: none;
}
#content.site-content--doc .entry-eye-catch {
  position: relative;
  margin-bottom: 32px;
}
#content.site-content--doc .entry-eye-catch::before, #content.site-content--doc .entry-eye-catch::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid #1a1f28;
  pointer-events: none;
}
#content.site-content--doc .entry-eye-catch::before {
  top: -7px;
  left: -7px;
  border-right: 0;
  border-bottom: 0;
}
#content.site-content--doc .entry-eye-catch::after {
  right: -7px;
  bottom: -7px;
  border-left: 0;
  border-top: 0;
}
#content.site-content--doc .doc-file {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
}
#content.site-content--doc .doc-file__no {
  background-color: #1a1f28;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.14em;
  line-height: 1;
  padding: 7px 14px 6px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
}
#content.site-content--doc .doc-file__cat {
  color: #9a2b2b;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.14em;
  line-height: 1;
}
#content.site-content--doc .doc-file::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #c9ced6;
}
#content.site-content--doc .entry-date {
  color: #5a5d61;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-size: 14px;
  margin-left: 0px;
}
#content.site-content--doc .page-title {
  position: relative;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1f28;
  margin-top: 10px;
  padding: 2px 0 20px 22px;
  border-bottom: 2px solid #1a1f28;
}
@media screen and (max-width: 599px) {
  #content.site-content--doc .page-title {
    font-size: 21px;
    padding-left: 16px;
  }
}
#content.site-content--doc .page-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 26px;
  width: 9px;
  background-image: linear-gradient(#9a2b2b, #9a2b2b), linear-gradient(#1a1f28, #1a1f28);
  background-size: 5px 100%, 2px 100%;
  background-position: left top, right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  #content.site-content--doc .page-title::before {
    width: 7px;
    background-size: 4px 100%, 2px 100%;
  }
}
#content.site-content--doc .page-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 11px 11px;
  border-color: transparent transparent #9a2b2b transparent;
}
#content.site-content--doc .entry-content {
  margin-top: 2em;
  color: #333;
  line-height: 1.9;
  counter-reset: g11-sec;
}
#content.site-content--doc .entry-content a {
  color: #9a2b2b;
  text-decoration: underline;
  text-decoration-color: rgba(154, 43, 43, 0.35);
  text-underline-offset: 3px;
  background-image: linear-gradient(#9a2b2b, #9a2b2b);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.25s cubic-bezier(0.16, 1, 0.3, 1), text-decoration-color 0.25s linear;
}
#content.site-content--doc .entry-content a:hover {
  color: #9a2b2b;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  text-decoration-color: transparent;
  background-size: 100% 2px;
}
#content.site-content--doc .entry-content .g11-heading-sub {
  --g11-hs-text: #1a1f28;
  --g11-hs-sub: #9a2b2b;
  --g11-hs-accent: #9a2b2b;
  --g11-hs-surface: #f2f4f7;
}
#content.site-content--doc .entry-content .g11-heading-sub .g11-heading-sub__main {
  color: var(--g11-hs-text);
  font-weight: 700;
}
#content.site-content--doc .entry-content .g11-heading-sub .g11-heading-sub__sub {
  color: var(--g11-hs-sub);
  line-height: 1.2;
  letter-spacing: 0.14em;
}
#content.site-content--doc .entry-content .g11-heading-sub .g11-heading-sub__sub::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  margin-right: 8px;
  vertical-align: 0px;
  background-color: #9a2b2b;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#content.site-content--doc .entry-content .g11-heading-sub--h2 {
  position: relative;
  counter-increment: g11-sec;
  margin-block: 2.6em 1.2em;
  padding: 20px 20px 18px 24px;
  background-color: #f2f4f7;
  border-left: 0;
  border-top: 1px solid #c9ced6;
  border-bottom: 1px solid #c9ced6;
}
#content.site-content--doc .entry-content .g11-heading-sub--h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 9px;
  background-image: linear-gradient(#9a2b2b, #9a2b2b), linear-gradient(#1a1f28, #1a1f28);
  background-size: 5px 100%, 2px 100%;
  background-position: left top, right top;
  background-repeat: no-repeat;
}
#content.site-content--doc .entry-content .g11-heading-sub--h2::after {
  content: "SEC." counter(g11-sec, decimal-leading-zero);
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #1a1f28;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.14em;
  line-height: 1;
  padding: 5px 10px 4px;
  clip-path: polygon(9px 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 599px) {
  #content.site-content--doc .entry-content .g11-heading-sub--h2::after {
    font-size: 10px;
  }
}
#content.site-content--doc .entry-content .g11-heading-sub--h3 {
  position: relative;
  margin-block: 2.2em 1em;
  padding: 2px 0 10px 20px;
  border-left: 0;
  border-bottom: 1px dashed #c9ced6;
}
#content.site-content--doc .entry-content .g11-heading-sub--h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 14px;
  width: 9px;
  background-image: linear-gradient(#9a2b2b, #9a2b2b), linear-gradient(#1a1f28, #1a1f28);
  background-size: 5px 100%, 2px 100%;
  background-position: left top, right top;
  background-repeat: no-repeat;
}
#content.site-content--doc .entry-content .g11-heading-sub--h4 {
  padding-left: 16px;
  position: relative;
}
#content.site-content--doc .entry-content .g11-heading-sub--h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background-color: #9a2b2b;
}
#content.site-content--doc .entry-content h2.wp-block-heading {
  position: relative;
  counter-increment: g11-sec;
  margin-block: 2.6em 1.2em;
  background-color: #f2f4f7 !important;
  border: 0 !important;
  border-top: 1px solid #c9ced6 !important;
  border-bottom: 1px solid #c9ced6 !important;
  color: #1a1f28;
  padding: 20px 20px 18px 24px;
}
#content.site-content--doc .entry-content h2.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 9px;
  background-image: linear-gradient(#9a2b2b, #9a2b2b), linear-gradient(#1a1f28, #1a1f28);
  background-size: 5px 100%, 2px 100%;
  background-position: left top, right top;
  background-repeat: no-repeat;
}
#content.site-content--doc .entry-content h2.wp-block-heading::after {
  content: "SEC." counter(g11-sec, decimal-leading-zero);
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #1a1f28;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.14em;
  line-height: 1;
  padding: 5px 10px 4px;
  clip-path: polygon(9px 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 599px) {
  #content.site-content--doc .entry-content h2.wp-block-heading::after {
    font-size: 10px;
  }
}
@media screen and (max-width: 599px) {
  #content.site-content--doc .entry-content h2.wp-block-heading span {
    font-size: 18px;
  }
}
#content.site-content--doc .entry-content h3.wp-block-heading {
  position: relative;
  margin-block: 2.2em 1em;
  border: 0;
  border-bottom: 1px dashed #c9ced6;
  color: #1a1f28;
  padding: 2px 0 10px 20px;
}
#content.site-content--doc .entry-content h3.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 14px;
  width: 9px;
  background-image: linear-gradient(#9a2b2b, #9a2b2b), linear-gradient(#1a1f28, #1a1f28);
  background-size: 5px 100%, 2px 100%;
  background-position: left top, right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  #content.site-content--doc .entry-content h3.wp-block-heading span {
    font-size: 16px;
  }
}
#content.site-content--doc .entry-content h4.wp-block-heading {
  position: relative;
  border: 0px;
  color: #1a1f28;
  padding-left: 16px;
}
#content.site-content--doc .entry-content h4.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background-color: #9a2b2b;
}
@media screen and (max-width: 599px) {
  #content.site-content--doc .entry-content h4.wp-block-heading span {
    font-size: 16px;
  }
}
#content.site-content--doc .entry-content :not(pre) > code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.875em;
  color: #1a1f28;
  background-color: #f2f4f7;
  border: 1px solid #c9ced6;
  padding: 1px 6px;
  margin-inline: 2px;
  word-break: break-all;
}
#content.site-content--doc .entry-content ol.wp-block-list {
  list-style: decimal;
}
#content.site-content--doc .entry-content ol.wp-block-list li::marker {
  color: #9a2b2b;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
}
#content.site-content--doc p,
#content.site-content--doc ul,
#content.site-content--doc ol,
#content.site-content--doc li,
#content.site-content--doc dt,
#content.site-content--doc dd {
  color: #333;
}
#content.site-content--doc p,
#content.site-content--doc li {
  line-height: 1.9;
}
#content.site-content--doc table {
  color: #333;
  font-size: 16px;
}
#content.site-content--doc table thead {
  border: 1px solid #c9ced6 !important;
}
#content.site-content--doc table th {
  background-color: #f2f4f7 !important;
}
#content.site-content--doc table td,
#content.site-content--doc table tr,
#content.site-content--doc table th {
  border: 1px solid #c9ced6 !important;
}
#content.site-content--doc .toc {
  border: 0;
  border-left: 2px solid #1a1f28;
  background-color: #f2f4f7;
  color: #333;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}
#content.site-content--doc .toc .toc-title {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.14em;
  color: #1a1f28;
}
#content.site-content--doc .toc .toc-content .toc-list {
  list-style: decimal-leading-zero;
}
#content.site-content--doc .toc .toc-content .toc-list li::marker {
  color: #9a2b2b;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 500;
}
#content.site-content--doc .toc .toc-content .toc-list a {
  color: #9a2b2b;
  text-decoration: none;
  background-image: linear-gradient(#9a2b2b, #9a2b2b);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
#content.site-content--doc .toc .toc-content .toc-list a:hover {
  color: #9a2b2b;
  opacity: 1;
  text-decoration: none;
  text-shadow: none;
  background-size: 100% 2px;
}
#content.site-content--doc .cat-link {
  margin-top: 20px;
  color: #1a1f28;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 500;
  border: 1px solid #c9ced6;
  padding: 10px;
  font-size: 14px;
  background-color: #fff !important;
}
#content.site-content--doc .cat-link:hover {
  background-color: #1a1f28 !important;
  color: #fff;
  opacity: 1;
}
#content.site-content--doc .author-box {
  border: 0;
  border-left: 2px solid #1a1f28;
  background-color: #f2f4f7;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}
#content.site-content--doc .author-box .author-widget-name {
  font-size: 16px;
  color: #1a1f28;
  font-weight: 500;
  margin-bottom: 12px;
}
#content.site-content--doc .author-box .author-name {
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid #c9ced6;
  width: 100%;
}
#content.site-content--doc .author-box .author-name a {
  color: #1a1f28;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 500;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
  font-size: 18px;
}
#content.site-content--doc .author-box .sns-buttons {
  display: none;
}
#content.site-content--doc .author-box .author-description p {
  font-size: 14px;
}
#content.site-content--doc .related-entry-heading,
#content.site-content--doc .related-entry-card-title,
#content.site-content--doc .pager-post-navi a {
  color: #1a1f28;
}
#content.site-content--doc .related-entry-heading {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.14em;
  border-bottom: 2px solid #1a1f28;
  padding-bottom: 8px;
}
#content.site-content--doc .entry-card-wrap {
  border: 1px solid #c9ced6;
  color: #333;
  box-shadow: none;
}
#content.site-content--doc .entry-card-wrap:hover {
  background-color: #f2f4f7;
  box-shadow: none;
  opacity: 1;
}
#content.site-content--doc .cat-label {
  border: 1px solid #c9ced6;
}
#content.site-content--doc .sidebar .widget {
  position: relative;
  margin-top: 28px;
  padding: 0;
  background-color: #f2f4f7;
  border-left: 2px solid #1a1f28;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}
#content.site-content--doc .sidebar .widget:first-of-type {
  margin-top: 0;
}
#content.site-content--doc .sidebar .widget-sidebar-title,
#content.site-content--doc .sidebar .wp-block-group > h2.wp-block-heading {
  display: flex;
  align-items: center;
  margin: 0;
  background-color: #1a1f28;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.14em;
  padding: 10px 14px 9px;
  border-radius: 0;
}
#content.site-content--doc .sidebar .widget-sidebar-title::before,
#content.site-content--doc .sidebar .wp-block-group > h2.wp-block-heading::before {
  content: "";
  position: static;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  background-image: none;
  background-color: #9a2b2b;
  flex-shrink: 0;
}
#content.site-content--doc .sidebar .search-box {
  margin: 0;
  padding: 14px;
}
#content.site-content--doc .sidebar input[type=text] {
  border: 1px solid #c9ced6 !important;
  border-radius: 0 !important;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  box-shadow: none;
}
#content.site-content--doc .sidebar input[type=text]::placeholder {
  color: rgba(90, 93, 97, 0.55);
}
#content.site-content--doc .sidebar .search-submit {
  right: 17px;
  background-color: transparent;
}
#content.site-content--doc .sidebar .fa-search:before {
  color: #1a1f28;
}
#content.site-content--doc .sidebar .wp-block-latest-posts {
  counter-reset: g11-log;
  list-style: none;
  padding: 6px 14px 10px;
  margin: 0;
}
#content.site-content--doc .sidebar .wp-block-latest-posts li {
  counter-increment: g11-log;
  position: relative;
  margin: 0;
}
#content.site-content--doc .sidebar .wp-block-latest-posts li::before {
  content: counter(g11-log, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 13px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #9a2b2b;
}
#content.site-content--doc .sidebar .wp-block-latest-posts li:last-child a {
  border-bottom: 0;
}
#content.site-content--doc .sidebar .wp-block-latest-posts li a {
  display: block;
  border: 0;
  border-bottom: 1px dashed #c9ced6;
  box-shadow: none;
  padding: 10px 0 10px 30px;
  color: #1a1f28 !important;
  font-size: 14px;
  line-height: 1.6;
}
#content.site-content--doc .sidebar .wp-block-latest-posts li a:hover {
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  color: #9a2b2b !important;
}
#content.site-content--doc .sidebar .wp-block-categories-list {
  list-style: none;
  padding: 6px 14px 10px;
  margin: 0;
}
#content.site-content--doc .sidebar .wp-block-categories-list li {
  margin: 0;
}
#content.site-content--doc .sidebar .wp-block-categories-list li:last-child a {
  border-bottom: 0;
}
#content.site-content--doc .sidebar .wp-block-categories-list a {
  position: relative;
  display: block;
  border: 0;
  border-bottom: 1px dashed #c9ced6;
  box-shadow: none;
  padding: 11px 8px 11px 22px;
  color: #1a1f28;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
  font-size: 15px;
}
#content.site-content--doc .sidebar .wp-block-categories-list a::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 8px;
  background-color: #9a2b2b;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#content.site-content--doc .sidebar .wp-block-categories-list a:hover {
  background-color: #1a1f28 !important;
  color: #fff;
  box-shadow: none;
  opacity: 1;
}
#content.site-content--doc .breadcrumb,
#content.site-content--doc .breadcrumb a {
  color: #5a5d61;
}

#page-contact::before,
#page-partner-contact::before {
  content: "";
  background-image: url(../../assets/image/contact/contact-cover-pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 1920px;
  margin-inline: auto !important;
}
@media screen and (max-width: 599px) {
  #page-contact::before,
  #page-partner-contact::before {
    background-image: url(../../assets/image/contact/contact-cover-sp.webp);
  }
}

.contact {
  background-color: rgba(0, 0, 0, 0.6);
  padding-block: 186px 120px;
}
@media screen and (max-width: 991px) {
  .contact {
    padding-block: 152px 80px;
  }
}
.contact .page-title {
  color: #4cc3ee;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
@media screen and (max-width: 375px) {
  .contact .page-title--partner-contact {
    line-height: normal;
  }
}
.contact__lead {
  max-width: 100%;
  margin-inline: auto;
  margin-top: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__lead {
    text-align: left;
  }
}
.contact__lead br {
  display: block;
}
@media screen and (max-width: 768px) {
  .contact__lead br {
    display: none;
  }
}
.contact__fallback {
  margin-top: 40px;
  text-align: center;
}
.contact__fallback a {
  color: #4cc3ee;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
.contact__form label {
  cursor: default;
}
.contact__form {
  max-width: 920px;
  width: 100%;
  margin-inline: auto;
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .contact__form {
    margin-top: 40px;
  }
}
.contact__form__input {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .contact__form__input {
    flex-direction: column;
    margin-top: 32px;
  }
}
.contact__form__input:has(.wpcf7-list-item) .contact__form__input__name {
  padding-top: 3px;
}
@media screen and (max-width: 991px) {
  .contact__form__input:has(.wpcf7-list-item) .contact__form__input__name {
    padding-top: 0;
  }
}
.contact__form__input__name {
  width: 25%;
  flex-shrink: 0;
  line-height: 1.8;
  padding-top: 13px;
  color: #4cc3ee;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
@media screen and (max-width: 991px) {
  .contact__form__input__name {
    width: 100%;
    padding-top: 0;
    margin-bottom: 8px;
  }
}
.contact__form__input__name span {
  margin-left: 8px;
  font-size: 12px;
  color: #4cc3ee;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  font-weight: 400;
  vertical-align: 1px;
}
@media screen and (max-width: 599px) {
  .contact__form__input__name span {
    margin-left: 16px;
  }
}
.contact__form__input .wpcf7-form-control-wrap {
  width: 75%;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .contact__form__input .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.contact__form__input .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.contact__form__input .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact__form__input .wpcf7-form-control-wrap .wpcf7-form-control {
    align-items: flex-start;
  }
}
.contact__form__input .wpcf7-form-control-wrap input[type=text],
.contact__form__input .wpcf7-form-control-wrap textarea,
.contact__form__input .wpcf7-form-control-wrap input[type=email],
.contact__form__input .wpcf7-form-control-wrap input[type=tel] {
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  border: 1px solid #4cc3ee;
  font-family: "Noto Sans JP", sans-serif;
  color: #4cc3ee;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  padding-inline: 20px;
  padding-block: 12px 12px;
  font-size: 16px;
}
.contact__form__input .wpcf7-form-control-wrap {
  /* ラジオボタン本体を非表示にする */
}
.contact__form__input .wpcf7-form-control-wrap .wpcf7-list-item input[type=radio],
.contact__form__input .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.contact__form__input .wpcf7-form-control-wrap {
  /* ラベルをボタン風に */
}
.contact__form__input .wpcf7-form-control-wrap .wpcf7-list-item-label {
  display: inline-block;
  padding: 12px 20px;
  color: #4cc3ee;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  border: 1px solid #4cc3ee;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 4px 36px;
}
.contact__form__input .wpcf7-form-control-wrap {
  /* 選択状態の見た目。ラジオもチェックボックスも地をシアンで塗って文字を落とす */
  /* ラジオだけ font-size を上げると選ぶたびにチップの幅が動くので、塗りで表現する */
}
.contact__form__input .wpcf7-form-control-wrap .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label,
.contact__form__input .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  background-color: #4cc3ee;
  color: #1a1f28;
  text-shadow: none;
  box-shadow: 0 0 10px rgba(76, 195, 238, 0.9), 0 0 15px rgba(76, 195, 238, 0.7);
}
.contact__form__acceptance {
  margin-top: 24px;
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .contact__form__acceptance {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form__acceptance {
    margin-top: 24px;
  }
}
.contact__form__acceptance .wpcf7-list-item {
  margin-left: 0;
  width: 100%;
}
.contact__form__acceptance {
  /* 計器のトグルスイッチに見せる。未選択は空きスロット、選択でシアンに塗る */
  /* 選択＝シアン地に濃紺、はチップ（ご相談の種類など）と同じ扱いで揃えている */
}
.contact__form__acceptance input[type=checkbox] {
  -webkit-appearance: none; /* Safari / Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid #4cc3ee;
  background-color: rgba(76, 195, 238, 0.08);
  cursor: pointer;
  position: relative;
  transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  vertical-align: -5px;
  margin-right: 12px;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
.contact__form__acceptance {
  /* 枠の内側にもう一本細い線を入れて、空きスロットらしく見せる */
}
.contact__form__acceptance input[type=checkbox]::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(76, 195, 238, 0.35);
  transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.contact__form__acceptance input[type=checkbox]:hover {
  background-color: rgba(76, 195, 238, 0.16);
  box-shadow: 0 0 8px rgba(76, 195, 238, 0.9), 0 0 18px rgba(76, 195, 238, 0.6);
}
.contact__form__acceptance {
  /* キーボード操作でも位置が分かるようにしておく */
}
.contact__form__acceptance input[type=checkbox]:focus-visible {
  outline: 1px solid #4cc3ee;
  outline-offset: 3px;
}
.contact__form__acceptance {
  /* チェックされた状態。地をシアンで塗りつぶす */
}
.contact__form__acceptance input[type=checkbox]:checked {
  background-color: #4cc3ee;
  box-shadow: 0 0 10px rgba(76, 195, 238, 0.9), 0 0 15px rgba(76, 195, 238, 0.7);
}
.contact__form__acceptance {
  /* 塗ったあとは内側の線が邪魔になるので消す */
}
.contact__form__acceptance input[type=checkbox]:checked::before {
  border-color: transparent;
}
.contact__form__acceptance {
  /* チェックマークを擬似要素で描く */
}
.contact__form__acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 5px;
  height: 11px;
  border: solid #1a1f28;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact__form__acceptance .wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4cc3ee;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  cursor: pointer;
  /* 同意文の中のプライバシーポリシーへのリンク */
  /* ラベルの中に置いているが、aは interactive content なのでチェックは動かない */
}
.contact__form__acceptance .wpcf7-list-item-label a {
  color: #4cc3ee;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.contact__form__acceptance .wpcf7-list-item-label a:hover {
  /* 共通CSSのa:hoverが薄くしてしまうので、発光で反応を返す */
  opacity: 1;
  text-shadow: 0 0 8px rgba(76, 195, 238, 0.9), 0 0 18px rgba(76, 195, 238, 0.6);
}
.contact__form .wpcf7-submit {
  background-color: rgba(0, 0, 0, 0);
  color: #4cc3ee;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 12%;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 280px;
  border: 1px solid #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  font-size: 16px;
  margin-inline: auto;
  transition: all 0.3s;
}
.contact__form .wpcf7-submit:hover {
  box-shadow: 0 0 8px rgba(76, 195, 238, 0.9), 0 0 20px rgba(76, 195, 238, 0.7);
  opacity: 1;
}
.contact__form .wpcf7-submit {
  /* 同意チェックが入るまでCF7がdisabledにするので、押せないことが分かる見た目にする */
  /* 発光を全部落として、点いていない計器に見せる */
}
.contact__form .wpcf7-submit:disabled {
  color: rgba(76, 195, 238, 0.35);
  border-color: rgba(76, 195, 238, 0.25);
  background-color: rgba(76, 195, 238, 0.04);
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  /* 無効中はhoverで反応させない */
}
.contact__form .wpcf7-submit:disabled:hover {
  box-shadow: none;
  opacity: 1;
}

#page-thanks::before {
  content: "";
  background-image: url(../../assets/image/contact/contact-cover-pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 1920px;
  margin-inline: auto !important;
}
@media screen and (max-width: 599px) {
  #page-thanks::before {
    background-image: url(../../assets/image/contact/contact-cover-sp.webp);
  }
}

.thanks {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  padding-block: 186px 120px;
}
@media screen and (max-width: 991px) {
  .thanks {
    padding-block: 152px 80px;
  }
}
.thanks::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(to bottom, rgba(76, 195, 238, 0.07) 0 1px, rgba(76, 195, 238, 0) 1px 4px);
}
.thanks .fixed-container {
  position: relative;
  z-index: 1;
  text-align: center;
}
.thanks__signal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 15px;
  color: #4cc3ee;
  border: 1px solid #4cc3ee;
  padding: 8px 18px;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
@media screen and (max-width: 599px) {
  .thanks__signal {
    font-size: 13px;
    padding: 7px 14px;
  }
}
.thanks__signal::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.9), 0 0 10px rgba(76, 195, 238, 0.7);
  animation: g11-thanks-blink 1.6s steps(1, end) infinite;
}
.thanks .page-title {
  margin-top: 24px;
  color: #4cc3ee;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
@media screen and (max-width: 599px) {
  .thanks .page-title {
    font-size: 32px;
    margin-top: 20px;
  }
}
.thanks__lead {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.5), 0 0 10px rgba(76, 195, 238, 0.3);
}
@media screen and (max-width: 599px) {
  .thanks__lead {
    font-size: 18px;
    margin-top: 16px;
  }
}
.thanks__text {
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 599px) {
  .thanks__text {
    font-size: 14px;
  }
}
.thanks__log {
  max-width: 560px;
  width: 100%;
  margin: 44px auto 0;
  padding: 8px 20px;
  text-align: left;
  border: 1px solid #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
@media screen and (max-width: 599px) {
  .thanks__log {
    margin-top: 32px;
    padding: 6px 14px;
  }
}
.thanks__log__row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(76, 195, 238, 0.3);
}
.thanks__log__row:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 500px) {
  .thanks__log__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
.thanks__log__row dt {
  flex: 0 0 84px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.14em;
  font-weight: 500;
  font-size: 13px;
  color: rgba(76, 195, 238, 0.7);
}
.thanks__log__row dt::before {
  content: "> ";
}
@media screen and (max-width: 500px) {
  .thanks__log__row dt {
    flex: 0 0 auto;
  }
}
.thanks__log__row dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #4cc3ee;
  word-break: break-all;
}
.thanks__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  padding-left: 0;
}
.thanks__nav a {
  display: block;
  padding: 9px 16px;
  border: 1px solid rgba(76, 195, 238, 0.6);
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-size: 14px;
  color: #4cc3ee;
}
.thanks__nav a:hover {
  opacity: 1;
  color: #4cc3ee;
  box-shadow: 0 0 8px rgba(76, 195, 238, 0.9), 0 0 20px rgba(76, 195, 238, 0.7);
}
.thanks .common-btn {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .thanks .common-btn {
    margin-top: 32px;
  }
}

@keyframes g11-thanks-blink {
  0%, 70% {
    opacity: 1;
  }
  71%, 100% {
    opacity: 0.25;
  }
}
@media (prefers-reduced-motion: reduce) {
  .thanks__signal::before {
    animation: none;
  }
}
#page-privacy-policy::before {
  content: "";
  background-image: url(../../assets/image/contact/privacy-cover-pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 1920px;
  margin-inline: auto !important;
}
@media screen and (max-width: 599px) {
  #page-privacy-policy::before {
    background-image: url(../../assets/image/contact/privacy-cover-sp.webp);
  }
}

.privacy {
  padding-block: 186px 120px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 991px) {
  .privacy {
    padding-block: 152px 80px;
  }
}
.privacy__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4%;
  color: #fff;
  margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .privacy__text {
    margin-bottom: 32px;
  }
}
.privacy__text:first-of-type {
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .privacy__text:first-of-type {
    margin-top: 40px;
  }
}
.privacy__text:last-of-type {
  margin-bottom: 0;
}
.privacy__title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 4%;
  color: #fff;
  margin-bottom: 12px;
}

/* =========================================================
   共通CTA
   最後の一手なので、地の上に文字を置くのではなく「通信モニター」を一台置く。
   走査線・掃引線・カーソルはすべてハードストップの線と単色で作り、
   ぼかしたグラデーションは使わない（サイト全体の方針に合わせる）。
   ======================================================= */
.cta {
  padding-block: 80px 120px;
}
@media screen and (max-width: 991px) {
  .cta {
    padding-block: 64px 88px;
  }
}
.cta__monitor {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  padding: 0 10px;
  background-color: rgba(26, 31, 40, 0.94);
  border: 1px solid rgba(76, 195, 238, 0.45);
  box-shadow: 0 0 24px rgba(76, 195, 238, 0.14);
}
@media screen and (max-width: 599px) {
  .cta__monitor {
    padding: 0 6px;
  }
}
.cta__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 14px;
  border-bottom: 1px solid rgba(76, 195, 238, 0.28);
}
@media screen and (max-width: 599px) {
  .cta__bar {
    padding: 7px 10px;
  }
}
.cta__bar > p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #4cc3ee;
}
@media screen and (max-width: 599px) {
  .cta__bar > p {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
.cta__bar__ch {
  white-space: nowrap;
}
.cta__bar__status {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .cta__bar__status__label {
    display: none;
  }
}
.cta__lamp {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #4cc3ee;
  box-shadow: 0 0 6px rgba(76, 195, 238, 0.9);
  animation: cta-lamp 2s steps(1, end) infinite;
}
@media screen and (max-width: 599px) {
  .cta__lamp {
    margin-right: 0;
  }
}
.cta__screen {
  position: relative;
  overflow: hidden;
  padding: 56px 48px;
  background-color: #05131a;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .cta__screen {
    padding: 36px 20px 44px;
  }
}
.cta__screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(to bottom, rgba(76, 195, 238, 0.055) 0, rgba(76, 195, 238, 0.055) 1px, transparent 1px, transparent 4px), repeating-linear-gradient(to right, rgba(76, 195, 238, 0.09) 0, rgba(76, 195, 238, 0.09) 1px, transparent 1px, transparent 44px), repeating-linear-gradient(to bottom, rgba(76, 195, 238, 0.09) 0, rgba(76, 195, 238, 0.09) 1px, transparent 1px, transparent 44px);
}
.cta__screen::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  z-index: 0;
  pointer-events: none;
  background-color: rgba(76, 195, 238, 0.28);
  animation: cta-sweep 7s linear infinite;
}
.cta__screen > * {
  position: relative;
  z-index: 1;
}
.cta__code {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #4cc3ee;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
  animation: cta-code 3.2s steps(1, end) infinite;
}
.cta__title {
  margin-top: 12px;
  font-size: 48px;
}
@media screen and (max-width: 599px) {
  .cta__title {
    font-size: 36px;
  }
}
.cta__text {
  margin-top: 24px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.88);
  line-height: 2;
  text-align: left;
}
.cta__caret {
  display: inline-block;
  width: 9px;
  height: 16px;
  margin-left: 4px;
  vertical-align: -2px;
  background-color: #4cc3ee;
  animation: cta-caret 1.06s steps(1, end) infinite;
}
.cta__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 14px;
  border-top: 1px solid rgba(76, 195, 238, 0.28);
}
@media screen and (max-width: 599px) {
  .cta__foot {
    padding: 8px 10px;
  }
}
.cta__foot > p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.82);
}
@media screen and (max-width: 599px) {
  .cta__foot > p {
    font-size: 11px;
    letter-spacing: 0.04em;
  }
}
.cta__foot__res {
  text-align: left;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
}
.cta__foot__signal {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .cta__foot__signal {
    display: none;
  }
}
.cta__foot__signal__bars {
  width: 34px;
  height: 9px;
  margin-inline: 8px;
  background-image: repeating-linear-gradient(to right, #4cc3ee 0, #4cc3ee 4px, transparent 4px, transparent 7px);
}

@keyframes cta-lamp {
  0%, 74% {
    opacity: 1;
  }
  75%, 100% {
    opacity: 0.15;
  }
}
@keyframes cta-code {
  0%, 66% {
    opacity: 1;
  }
  67%, 72% {
    opacity: 0.18;
  }
  73%, 80% {
    opacity: 1;
  }
  81%, 86% {
    opacity: 0.18;
  }
  87%, 100% {
    opacity: 1;
  }
}
@keyframes cta-caret {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes cta-sweep {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cta__lamp,
  .cta__caret,
  .cta__code {
    animation: none;
  }
  .cta__screen::after {
    animation: none;
    opacity: 0;
  }
}
/* =========================================================
   G11 TOOLS 共通
   ツール系ページは写真ではなく、CSSで組んだ計器盤（コンソール）を地にする。
   数字と入力欄が主役なので、背景で情報量を増やさないための判断。
   ======================================================= */
.tools-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #4cc3ee;
  text-align: center;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}

.tools-breadcrumb {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .tools-breadcrumb {
    margin-bottom: 28px;
  }
}
.tools-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding-left: 0;
}
.tools-breadcrumb li {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 8px;
}
.tools-breadcrumb li:not(:first-child)::before {
  content: "/";
  color: rgba(76, 195, 238, 0.5);
}
.tools-breadcrumb a {
  font-family: inherit;
  font-size: inherit;
  color: rgba(76, 195, 238, 0.85);
}
.tools-breadcrumb a:hover {
  color: #4cc3ee;
  opacity: 1;
}
.tools-breadcrumb span {
  color: rgba(255, 255, 255, 0.88);
}

/* =========================================================
   /tools/ 一覧
   ======================================================= */
#page-tools {
  background-color: #1a1f28;
}
#page-tools::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 1920px;
  margin-inline: auto !important;
  background-color: #1a1f28;
  background-image: repeating-linear-gradient(to right, rgba(76, 195, 238, 0.06) 0, rgba(76, 195, 238, 0.06) 1px, transparent 1px, transparent 64px), repeating-linear-gradient(to bottom, rgba(76, 195, 238, 0.06) 0, rgba(76, 195, 238, 0.06) 1px, transparent 1px, transparent 64px);
}

.tools-index {
  padding-block: 186px 120px;
  background-color: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 991px) {
  .tools-index {
    padding-block: 152px 80px;
  }
}
.tools-index__title {
  margin-top: 12px;
}
.tools-index__lead {
  margin-top: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}
@media screen and (max-width: 599px) {
  .tools-index__lead {
    font-size: 17px;
  }
}
.tools-index__text {
  margin-top: 20px;
  max-width: 760px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
  text-align: left;
}
.tools-index__list {
  list-style: none;
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  max-width: 900px;
  margin-inline: auto;
  padding-left: 0;
}
@media screen and (max-width: 599px) {
  .tools-index__list {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}
.tools-index__policy {
  margin-top: 80px;
  max-width: 900px;
  margin-inline: auto;
  padding: 28px 32px;
  background-color: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(76, 195, 238, 0.28);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
@media screen and (max-width: 599px) {
  .tools-index__policy {
    margin-top: 56px;
    padding: 20px;
  }
}
.tools-index__policy__title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0.16em;
  color: #4cc3ee;
}
.tools-index__policy__text {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.9;
  font-size: 15px;
}
.tools-index__policy__link {
  margin-top: 12px;
}
.tools-index__policy__link a {
  color: #4cc3ee;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tools-index__policy__link a:hover {
  color: #4cc3ee;
  opacity: 1;
  text-shadow: 0 0 8px rgba(76, 195, 238, 0.45);
}
.tools-index__pilot {
  margin-top: 64px;
}
.tools-index__pilot__text {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .tools-index__pilot__text {
    text-align: left;
  }
}

.tools-card {
  background-color: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(76, 195, 238, 0.28);
  padding: 32px;
  display: flex;
  flex-direction: column;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}
@media screen and (max-width: 599px) {
  .tools-card {
    padding: 24px 20px;
  }
}
.tools-card__visual {
  margin: -32px -32px 24px;
  border-bottom: 1px solid rgba(76, 195, 238, 0.28);
}
@media screen and (max-width: 599px) {
  .tools-card__visual {
    margin: -24px -20px 20px;
  }
}
.tools-card__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672/941;
  object-fit: cover;
}
.tools-card__no {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #b83b3b;
}
.tools-card__title {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .tools-card__title {
    font-size: 19px;
  }
}
.tools-card__text {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.9;
  font-size: 15px;
}
.tools-card__meta {
  list-style: none;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-left: 0;
}
.tools-card__meta li {
  font-size: 12px;
  color: rgba(76, 195, 238, 0.9);
  border: 1px solid rgba(76, 195, 238, 0.4);
  padding: 4px 10px;
}
.tools-card__action {
  margin-top: 28px;
}
.tools-card__action a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background-color: #6d1e1e;
  border: 1px solid #4cc3ee;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  font-weight: 500;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
.tools-card__action a:hover {
  color: #fff;
  background-color: #b83b3b;
  opacity: 1;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.9), 0 0 10px rgba(76, 195, 238, 0.7);
}

/* =========================================================
   /tools/web-estimate/ 見積・利益計算ツール

   世界観は既存ページと同じHUD（暗い地／シアンの線と発光／赤の強調）。
   ただし入力欄と数字が主役なので、発光は見出し・結果・枠線に絞り、
   本文と入力文字は白系で可読性を優先している。
   ======================================================= */
#page-web-estimate {
  background-color: #1a1f28;
}
#page-web-estimate::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 1920px;
  margin-inline: auto !important;
  background-color: #1a1f28;
  background-image: repeating-linear-gradient(to right, rgba(76, 195, 238, 0.06) 0, rgba(76, 195, 238, 0.06) 1px, transparent 1px, transparent 64px), repeating-linear-gradient(to bottom, rgba(76, 195, 238, 0.06) 0, rgba(76, 195, 238, 0.06) 1px, transparent 1px, transparent 64px);
}

.we {
  padding-block: 186px 120px;
  background-color: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 991px) {
  .we {
    padding-block: 152px 100px;
  }
}
@media screen and (max-width: 599px) {
  .we {
    padding-bottom: 80px;
  }
}
.we__title {
  margin-top: 12px;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .we__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .we__title {
    font-size: 24px;
  }
}
.we__title br {
  display: none;
}
@media screen and (max-width: 400px) {
  .we__title br {
    display: block;
  }
}
.we__lead {
  margin-top: 20px;
  max-width: 820px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .we__lead {
    text-align: left;
    font-size: 15px;
  }
}
.we {
  /* ------- ページ内メニュー（第二の固定ヘッダーにはしない） ------- */
}
.we__localnav {
  margin-top: 32px;
}
.we__localnav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding-left: 0;
}
@media screen and (max-width: 599px) {
  .we__localnav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
.we__localnav a {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: rgba(76, 195, 238, 0.9);
  border: 1px solid rgba(76, 195, 238, 0.35);
  padding: 8px 18px;
  transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.we__localnav a:hover {
  opacity: 1;
  color: #4cc3ee;
  border-color: #4cc3ee;
  box-shadow: 0 0 8px rgba(76, 195, 238, 0.35);
}
.we {
  /* ------- 入力データの扱い（常設） ------- */
}
.we__notice {
  margin-top: 32px;
  max-width: 980px;
  margin-inline: auto;
  padding: 16px 22px;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
  background-color: rgba(76, 195, 238, 0.07);
  border: 1px solid rgba(76, 195, 238, 0.35);
  border-left-width: 3px;
}
@media screen and (max-width: 599px) {
  .we__notice {
    padding: 14px 16px;
    font-size: 13px;
  }
}
.we__notice__tag {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.14em;
  color: #4cc3ee;
  margin-right: 8px;
  white-space: nowrap;
}
.we__noscript {
  margin-top: 24px;
  padding: 16px 22px;
  color: #fff;
  background-color: rgba(109, 30, 30, 0.6);
  border: 1px solid #b83b3b;
  font-size: 14px;
  line-height: 1.9;
}

/* =========================================================
   コンソール本体
   ======================================================= */
.we-console {
  margin-top: 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  align-items: start;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .we-console {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
  }
}
@media screen and (max-width: 991px) {
  .we-console {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
  }
}
.we-console [hidden] {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .we-console__input {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .we-console__input {
    padding-bottom: 64px;
  }
}

/* ------- 入力ブロック ------- */
.we-block {
  background-color: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(76, 195, 238, 0.28);
  padding: 28px 32px 32px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.we-block + .we-block {
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .we-block {
    padding: 22px 18px 24px;
  }
}
.we-block__title {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .we-block__title {
    font-size: 16px;
    gap: 10px;
  }
}
.we-block__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(76, 195, 238, 0.3);
}
.we-block__no {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #6d1e1e;
  border: 1px solid rgba(76, 195, 238, 0.5);
  padding: 2px 9px;
  flex: none;
}
.we-block__desc {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.6);
}
.we-block__reset {
  margin-top: 24px;
}

/* ------- 汎用フィールド ------- */
.we-field {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .we-field--row {
    margin-top: 16px;
  }
}
.we-field__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 8px;
}
.we-field__opt {
  margin-left: 8px;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 1px 6px;
  vertical-align: 1px;
}
.we-field__control {
  width: 100%;
  height: 48px;
  padding-inline: 14px;
  background-color: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(76, 195, 238, 0.35);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  transition: 0.2s;
}
.we-field__control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.we-field__control:hover {
  border-color: rgba(76, 195, 238, 0.6);
}
.we-field__control:focus {
  outline: none;
  border-color: #4cc3ee;
  box-shadow: 0 0 8px rgba(76, 195, 238, 0.45);
}
.we-field select.we-field__control {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(76, 195, 238, 0.9) 50%), linear-gradient(135deg, rgba(76, 195, 238, 0.9) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 14px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
  cursor: pointer;
}
.we-field select.we-field__control option {
  background-color: #1a1f28;
  color: #fff;
}
.we-field input[type=number].we-field__control {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
}
.we-field__unit {
  display: flex;
  align-items: center;
  gap: 10px;
}
.we-field__suffix {
  flex: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: rgba(76, 195, 238, 0.9);
}
.we-field__help {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
}

/* ------- 計算方式のセグメント ------- */
.we-seg {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media screen and (max-width: 599px) {
  .we-seg {
    grid-template-columns: 1fr;
  }
}
.we-seg--compact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.we-seg__item {
  cursor: pointer;
}
.we-seg__item input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.we-seg__label {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(76, 195, 238, 0.35);
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.we-seg__label__main {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}
.we-seg__label__sub {
  display: block;
  margin-top: 4px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
}
.we-seg__item:hover .we-seg__label {
  border-color: rgba(76, 195, 238, 0.6);
}
input:checked + .we-seg__label {
  border-color: #4cc3ee;
  border-left: 4px solid #b83b3b;
  background-color: rgba(76, 195, 238, 0.1);
  box-shadow: 0 0 10px rgba(76, 195, 238, 0.3);
}
input:checked + .we-seg__label .we-seg__label__main {
  color: #fff;
}
input:checked + .we-seg__label .we-seg__label__sub {
  color: rgba(76, 195, 238, 0.9);
}
.we-seg__item input:focus-visible + .we-seg__label {
  outline: 2px solid #4cc3ee;
  outline-offset: 2px;
}

.we-chip {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(76, 195, 238, 0.35);
  padding: 8px 16px;
  cursor: pointer;
  transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.we-chip:hover {
  border-color: rgba(76, 195, 238, 0.7);
}
.we-chip.is-active {
  border-color: #4cc3ee;
  color: #fff;
  background-color: rgba(76, 195, 238, 0.14);
  box-shadow: 0 0 8px rgba(76, 195, 238, 0.35);
}

/* ------- 作業明細 ------- */
.we-items {
  list-style: none;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
}
.we-items__foot {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.we-items__sum {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.88);
}
.we-items__sum output {
  font-size: 24px;
  font-weight: 600;
  color: #4cc3ee;
  margin-inline: 4px;
}

.we-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-color: rgba(0, 0, 0, 0.3);
  padding: 14px 16px;
  transition: border-color 0.2s;
}
.we-item:hover, .we-item:focus-within {
  border-color: rgba(76, 195, 238, 0.45);
}
.we-item__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.we-item__label {
  flex: 1;
  min-width: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.22);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 2px;
}
.we-item__label:focus {
  outline: none;
  border-bottom-color: #4cc3ee;
}
.we-item__remove {
  flex: none;
  width: 28px;
  height: 28px;
  line-height: 1;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s;
}
.we-item__remove:hover {
  color: #fff;
  border-color: #b83b3b;
  background-color: rgba(109, 30, 30, 0.7);
}
.we-item__fields {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 84px 110px 96px 1fr;
  gap: 10px;
  align-items: end;
}
@media screen and (max-width: 1200px) {
  .we-item__fields {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 991px) {
  .we-item__fields {
    grid-template-columns: 84px 110px 96px 1fr;
  }
}
@media screen and (max-width: 599px) {
  .we-item__fields {
    grid-template-columns: 1fr 1fr;
  }
}
.we-item__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.we-item__field span {
  font-size: 11px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.6);
}
.we-item__field input {
  width: 100%;
  height: 40px;
  padding-inline: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(76, 195, 238, 0.28);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
}
.we-item__field input:focus {
  outline: none;
  border-color: #4cc3ee;
  box-shadow: 0 0 6px rgba(76, 195, 238, 0.4);
}
.we-item__field--out output {
  display: flex;
  align-items: center;
  height: 40px;
  padding-inline: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  color: #4cc3ee;
  border: 1px dashed rgba(76, 195, 238, 0.3);
}

/* =========================================================
   結果パネル
   ======================================================= */
.we-console__result {
  position: sticky;
  top: 84px;
}
@media screen and (max-width: 991px) {
  .we-console__result {
    position: static;
    top: auto;
  }
}

.we-result {
  background-color: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(76, 195, 238, 0.45);
  border-top: 3px solid #9a2b2b;
  padding: 24px 24px 28px;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}
@media screen and (max-width: 599px) {
  .we-result {
    padding: 20px 18px 24px;
  }
}
.we-result__head {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #4cc3ee;
}
.we-result__head--sub {
  color: rgba(255, 255, 255, 0.6);
}
.we-result__final {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(76, 195, 238, 0.45);
}
.we-result__main {
  margin-top: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(76, 195, 238, 0.25);
}
.we-result__main__label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.we-result__main__value {
  margin-top: 4px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #4cc3ee;
  line-height: 1.1;
  text-shadow: 0 0 8px rgba(76, 195, 238, 0.5), 0 0 18px rgba(76, 195, 238, 0.3);
  word-break: break-all;
}
@media screen and (max-width: 599px) {
  .we-result__main__value {
    font-size: 40px;
  }
}
.we-result__main__tax {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.we-result__yen {
  font-size: 18px;
  font-weight: 500;
}
.we-result__pair {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.we-result__pair__item {
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 10px 12px;
}
.we-result__pair__label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.we-result__pair__value {
  margin-top: 4px;
  display: flex;
  align-items: baseline;
  gap: 3px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.88);
  word-break: break-all;
}
.we-result__pair__value .we-result__yen {
  font-size: 13px;
}
.we-result__list {
  margin-top: 14px;
}
.we-result__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-block: 9px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
}
.we-result__row dt {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  flex: none;
}
.we-result__row dd {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.88);
  text-align: right;
  word-break: break-all;
}
.we-result__error {
  margin-top: 16px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
  background-color: rgba(109, 30, 30, 0.55);
  border-left: 3px solid #b83b3b;
}
.we-result__actions {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.we-result__actions__note {
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
}

/* ------- 判定ラベル：色だけに頼らず、記号・枠線・地の模様でも区別する ------- */
.we-judge {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.we-judge__mark {
  flex: none;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  border: 1px solid currentColor;
}
.we-judge__text {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}
.we-judge[data-level=none] {
  color: rgba(255, 255, 255, 0.5);
}
.we-judge[data-level=safe] {
  color: #4cc3ee;
  border-color: rgba(76, 195, 238, 0.7);
  background-color: rgba(76, 195, 238, 0.1);
}
.we-judge[data-level=caution] {
  color: #e8a33d;
  border-color: rgba(232, 163, 61, 0.7);
  background-color: rgba(232, 163, 61, 0.1);
}
.we-judge[data-level=danger] {
  color: #ff7b6b;
  border-color: rgba(255, 123, 107, 0.7);
  background-color: rgba(109, 30, 30, 0.45);
}
.we-judge[data-level=loss] {
  color: #ff9b8d;
  border-color: #ff9b8d;
  background-color: rgba(109, 30, 30, 0.6);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 155, 141, 0.16) 0, rgba(255, 155, 141, 0.16) 2px, transparent 2px, transparent 9px);
}

/* ------- 見落としチェック ------- */
.we-check {
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(232, 163, 61, 0.5);
  border-left: 3px solid #e8a33d;
  padding: 20px 22px;
}
@media screen and (max-width: 599px) {
  .we-check {
    padding: 18px 16px;
  }
}
.we-check__head {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #e8a33d;
}
.we-check__list {
  margin-top: 12px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.we-check__list li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}
.we-check__list li::before {
  content: "!";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #e8a33d;
}

/* =========================================================
   ボタン
   ======================================================= */
.we-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding-inline: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(76, 195, 238, 0.5);
  background-color: transparent;
  color: #4cc3ee;
}
.we-btn:hover {
  opacity: 1;
  border-color: #4cc3ee;
  box-shadow: 0 0 8px rgba(76, 195, 238, 0.4);
}
.we-btn--ghost {
  height: 44px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.25);
}
.we-btn--ghost:hover {
  color: #4cc3ee;
  border-color: rgba(76, 195, 238, 0.7);
}
.we-btn--solid {
  background-color: rgba(76, 195, 238, 0.12);
}
.we-btn--link {
  background-color: #6d1e1e;
  border-color: #4cc3ee;
  color: #fff;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
.we-btn--link:hover {
  background-color: #b83b3b;
  color: #fff;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.9), 0 0 10px rgba(76, 195, 238, 0.7);
}

/* スマホ用の「結果を見る」 */
.we-jump {
  display: none;
}
@media screen and (max-width: 991px) {
  .we-jump {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 16px;
    bottom: 20px;
    z-index: 9990;
    height: 48px;
    padding-inline: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: rgba(109, 30, 30, 0.95);
    border: 1px solid #4cc3ee;
    box-shadow: 0 0 6px rgba(76, 195, 238, 0.7), 0 0 14px rgba(76, 195, 238, 0.4);
    cursor: pointer;
    transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .we-jump.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
  }
}

/* =========================================================
   解説セクション
   ======================================================= */
.we-doc {
  margin-top: 96px;
  max-width: 900px;
  margin-inline: auto;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .we-doc {
    margin-top: 72px;
    scroll-margin-top: 96px;
  }
}
.we-doc__title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 14px;
  border-bottom: 1px solid #9a2b2b;
}
@media screen and (max-width: 599px) {
  .we-doc__title {
    font-size: 21px;
  }
}
.we-doc__subtitle {
  margin-top: 40px;
  font-size: 17px;
  font-weight: 700;
  color: #4cc3ee;
  padding-left: 12px;
  border-left: 3px solid #9a2b2b;
}
@media screen and (max-width: 599px) {
  .we-doc__subtitle {
    font-size: 16px;
  }
}
.we-doc__text {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
  font-size: 15px;
}
.we-doc__code {
  margin-top: 16px;
  padding: 20px 22px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(76, 195, 238, 0.3);
  border-left: 3px solid #4cc3ee;
  color: rgba(76, 195, 238, 0.95);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.9;
  overflow-x: auto;
  white-space: pre;
}
@media screen and (max-width: 599px) {
  .we-doc__code {
    padding: 16px;
    font-size: 14px;
  }
}
.we-doc__steps {
  list-style: none;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .we-doc__steps {
    grid-template-columns: 1fr;
  }
}
.we-doc__steps li {
  background-color: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(76, 195, 238, 0.28);
  padding: 22px;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.we-doc__steps__no {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: #b83b3b;
}
.we-doc__steps__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
}
.we-doc__bullets {
  list-style: none;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0;
}
.we-doc__bullets li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
}
.we-doc__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background-color: #9a2b2b;
  border: 1px solid rgba(76, 195, 238, 0.6);
}
.we-doc__bullets li a {
  color: #4cc3ee;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.we-doc__terms {
  margin-top: 20px;
}
.we-doc__terms div {
  padding-block: 16px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.we-doc__terms dt {
  font-size: 15px;
  font-weight: 700;
  color: #4cc3ee;
}
.we-doc__terms dd {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.6);
}

.we-faq {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.we-faq__item {
  background-color: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(76, 195, 238, 0.28);
  padding: 22px 24px;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
@media screen and (max-width: 599px) {
  .we-faq__item {
    padding: 18px 16px;
  }
}
.we-faq__q {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
}
.we-faq__q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #b83b3b;
}
.we-faq__a {
  position: relative;
  margin-top: 12px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.6);
}
.we-faq__a::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #4cc3ee;
}

.we-cta {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(76, 195, 238, 0.45);
  border-top: 3px solid #9a2b2b;
  padding: 40px;
  text-align: center;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
@media screen and (max-width: 599px) {
  .we-cta {
    padding: 28px 20px;
  }
}
.we-cta__lead {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #4cc3ee;
}
.we-cta__title {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .we-cta__title {
    font-size: 19px;
  }
}
.we-cta__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .we-cta__title br {
    display: block;
  }
}
.we-cta__text {
  margin-top: 18px;
  font-size: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
}

/* 動きを減らす設定では、発光や移動のトランジションを止める */
@media (prefers-reduced-motion: reduce) {
  .we-btn,
  .we-chip,
  .we-jump,
  .we-seg__label,
  .we__localnav a {
    transition: none;
  }
}
#page-404::before {
  content: "";
  background-image: url(../../assets/image/blog/news-cover-pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 1920px;
  margin-inline: auto !important;
}
@media screen and (max-width: 599px) {
  #page-404::before {
    background-image: url(../../assets/image/blog/news-cover-sp.webp);
  }
}

.notfound {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  padding-block: 186px 120px;
}
@media screen and (max-width: 991px) {
  .notfound {
    padding-block: 152px 80px;
  }
}
.notfound::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(to bottom, rgba(76, 195, 238, 0.07) 0 1px, rgba(76, 195, 238, 0) 1px 4px);
}
.notfound .fixed-container {
  position: relative;
  z-index: 1;
  text-align: center;
}
.notfound__signal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 15px;
  color: #4cc3ee;
  border: 1px solid #4cc3ee;
  padding: 8px 18px;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
@media screen and (max-width: 599px) {
  .notfound__signal {
    font-size: 13px;
    padding: 7px 14px;
  }
}
.notfound__signal::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #b83b3b;
  animation: g11-404-blink 1.2s steps(1, end) infinite;
}
.notfound__code {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 160px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #4cc3ee;
  text-shadow: 0 0 8px rgba(76, 195, 238, 0.8), 0 0 24px rgba(76, 195, 238, 0.5), 0 0 48px rgba(76, 195, 238, 0.3);
}
@media screen and (max-width: 991px) {
  .notfound__code {
    font-size: 120px;
  }
}
@media screen and (max-width: 599px) {
  .notfound__code {
    font-size: 84px;
    margin-top: 18px;
  }
}
.notfound__code::before, .notfound__code::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  text-shadow: none;
}
.notfound__code::before {
  color: #b83b3b;
  clip-path: inset(0 0 52% 0);
  animation: g11-404-glitch-top 3.6s steps(1, end) infinite;
}
.notfound__code::after {
  color: rgba(76, 195, 238, 0.9);
  clip-path: inset(52% 0 0 0);
  animation: g11-404-glitch-bottom 3.6s steps(1, end) infinite;
}
.notfound__lead {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.5), 0 0 10px rgba(76, 195, 238, 0.3);
}
@media screen and (max-width: 599px) {
  .notfound__lead {
    font-size: 18px;
    margin-top: 16px;
  }
}
.notfound__text {
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 599px) {
  .notfound__text {
    font-size: 14px;
  }
}
.notfound__log {
  max-width: 560px;
  width: 100%;
  margin: 44px auto 0;
  padding: 8px 20px;
  text-align: left;
  border: 1px solid #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
@media screen and (max-width: 599px) {
  .notfound__log {
    margin-top: 32px;
    padding: 6px 14px;
  }
}
.notfound__log__row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(76, 195, 238, 0.3);
}
.notfound__log__row:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 500px) {
  .notfound__log__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
.notfound__log__row dt {
  flex: 0 0 84px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.14em;
  font-weight: 500;
  font-size: 13px;
  color: rgba(76, 195, 238, 0.7);
}
.notfound__log__row dt::before {
  content: "> ";
}
@media screen and (max-width: 500px) {
  .notfound__log__row dt {
    flex: 0 0 auto;
  }
}
.notfound__log__row dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #4cc3ee;
  word-break: break-all;
}
.notfound__search {
  max-width: 420px;
  width: 100%;
  margin: 28px auto 0;
}
.notfound__search .search-box {
  margin: 0;
}
.notfound__search input[type=text] {
  border: 1px solid #4cc3ee !important;
  border-radius: 0 !important;
  font-family: "Noto Sans JP", sans-serif;
  color: #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
.notfound__search input[type=text]::placeholder {
  color: rgba(76, 195, 238, 0.4);
}
.notfound__search .fa-search:before {
  color: #4cc3ee;
}
.notfound__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  padding-left: 0;
}
.notfound__nav a {
  display: block;
  padding: 9px 16px;
  border: 1px solid rgba(76, 195, 238, 0.6);
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-size: 14px;
  color: #4cc3ee;
}
.notfound__nav a:hover {
  opacity: 1;
  color: #4cc3ee;
  box-shadow: 0 0 8px rgba(76, 195, 238, 0.9), 0 0 20px rgba(76, 195, 238, 0.7);
}
.notfound .common-btn {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .notfound .common-btn {
    margin-top: 32px;
  }
}

@keyframes g11-404-blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0.15;
  }
}
@keyframes g11-404-glitch-top {
  0%, 87%, 100% {
    opacity: 0;
    transform: translateX(0);
  }
  88% {
    opacity: 1;
    transform: translateX(-5px);
  }
  91% {
    opacity: 1;
    transform: translateX(4px);
  }
  94% {
    opacity: 0;
    transform: translateX(0);
  }
}
@keyframes g11-404-glitch-bottom {
  0%, 87%, 100% {
    opacity: 0;
    transform: translateX(0);
  }
  89% {
    opacity: 1;
    transform: translateX(5px);
  }
  92% {
    opacity: 1;
    transform: translateX(-4px);
  }
  95% {
    opacity: 0;
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .notfound__signal::before,
  .notfound__code::before,
  .notfound__code::after {
    animation: none;
  }
}
/* =========================================================
   PARTNER（/partner/）
   制作会社・広告代理店向けの専用ページ。
   支給されたPCデザイン（静的プロトタイプ）をテーマの変数・
   ブレイクポイントに載せ替えたもの。レスポンシブは新規に追加。

   タイポと余白はプロトタイプの数値をそのまま持ち込まず、
   テーマ既存の書き方（_common / _tools / _cta / _web-estimate）へ寄せてある。
   - 和文の最大ウェイトは700。800・900は他ページで使っていないので使わない
   - Barlowのラベルは 14px / 600 / .18em、細字は 12〜13px / 600 / .16em
   - 行間は 1.4・1.5・1.6・1.7・1.8・1.9・2 のいずれか
   - 余白は偶数。40より上は 40 / 48 / 56 / 64 / 80 / 120 の刻み
   - ボタンは .we-btn と同じ配色・同じイージング（$hud-deploy）
   ======================================================= */
#page-partner {
  background-color: #06080b;
}

/* ---------- 共通ボタン ---------- */
.partner-btn {
  min-height: 56px;
  padding-inline: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.partner-btn::after {
  content: "→";
  font-size: 18px;
}
.partner-btn:hover {
  opacity: 1;
}
.partner-btn--primary {
  min-width: 228px;
  color: #fff;
  background-color: #6d1e1e;
  border-color: #4cc3ee;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
.partner-btn--primary:hover {
  color: #fff;
  background-color: #b83b3b;
  box-shadow: 0 0 5px rgba(76, 195, 238, 0.9), 0 0 10px rgba(76, 195, 238, 0.7);
}
.partner-btn--secondary {
  min-width: 216px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.04);
}
.partner-btn--secondary:hover {
  color: #4cc3ee;
  border-color: rgba(76, 195, 238, 0.7);
  box-shadow: 0 0 8px rgba(76, 195, 238, 0.4);
}
@media screen and (max-width: 599px) {
  .partner-btn {
    width: 100%;
    min-width: 0;
  }
}

/* ---------- セクション共通 ---------- */
.partner-sec {
  position: relative;
  padding-block: 120px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .partner-sec {
    padding-block: 80px;
  }
}
@media screen and (max-width: 599px) {
  .partner-sec {
    padding-block: 64px;
  }
}
.partner-sec--light {
  background-color: #dde2ea;
}
.partner-sec--dark {
  color: #fff;
  background-color: #1a1f28;
}
.partner-sec--black {
  color: #fff;
  background-color: #0a0d11;
}
.partner-sec--why {
  color: #fff;
  background: linear-gradient(125deg, #0c1015 0%, #11171f 54%, #381214 100%);
}
.partner-sec--profile {
  color: #fff;
  background-color: #11171f;
}
.partner-sec--grid::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(76, 195, 238, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(76, 195, 238, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.partner-sec__kicker {
  color: #9a2b2b;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .partner-sec__kicker {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .partner-sec__kicker {
    font-size: 14px;
  }
}
.partner-sec--dark .partner-sec__kicker, .partner-sec--black .partner-sec__kicker, .partner-sec--why .partner-sec__kicker, .partner-sec--profile .partner-sec__kicker, .partner-transmission .partner-sec__kicker {
  color: #4cc3ee;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}

.partner-sec__heading {
  max-width: 880px;
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1200px) {
  .partner-sec__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .partner-sec__heading {
    font-size: 34px;
  }
}
@media screen and (max-width: 599px) {
  .partner-sec__heading {
    font-size: 26px;
  }
}

.partner-sec__intro {
  max-width: 100%;
  margin-top: 24px;
  color: #545b65;
  font-size: 16px;
  line-height: 2;
}
.partner-sec--dark .partner-sec__intro, .partner-sec--black .partner-sec__intro, .partner-sec--why .partner-sec__intro, .partner-sec--profile .partner-sec__intro {
  color: rgba(255, 255, 255, 0.62);
}
@media screen and (max-width: 599px) {
  .partner-sec__intro {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.9;
  }
}
.partner-sec__intro br {
  display: block;
}
@media screen and (max-width: 991px) {
  .partner-sec__intro br {
    display: none;
  }
}

.partner-sec__rule {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  background: linear-gradient(90deg, #9a2b2b, rgba(154, 43, 43, 0.08) 72%, transparent);
}

/* =========================================================
   01 HERO
   ======================================================= */
.partner-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-top: 120px;
  background: linear-gradient(90deg, rgba(6, 8, 11, 0.99) 0%, rgba(6, 8, 11, 0.96) 42%, rgba(6, 8, 11, 0.42) 75%, rgba(6, 8, 11, 0.2) 100%), radial-gradient(circle at 82% 28%, rgba(154, 43, 43, 0.24), transparent 34%), #06080b;
}
@media screen and (max-width: 991px) {
  .partner-hero {
    padding-top: 112px;
  }
}
.partner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(76, 195, 238, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(76, 195, 238, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.partner-hero::after {
  content: "";
  position: absolute;
  top: 310px;
  left: -90px;
  width: 430px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #9a2b2b, transparent);
  transform: rotate(-18deg);
  box-shadow: 0 0 20px rgba(184, 59, 59, 0.8);
}
@media screen and (max-width: 1200px) {
  .partner-hero::after {
    display: none;
  }
}

.partner-hero__inner {
  z-index: 2;
  min-height: 754px;
  display: grid;
  grid-template-columns: 54% 46%;
  align-items: center;
  gap: 28px;
  padding-block: 0px 40px;
}
@media screen and (max-width: 1200px) {
  .partner-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: 40px 40px;
  }
}

.partner-hero__copy {
  position: relative;
  z-index: 3;
  padding-right: 18px;
}
@media screen and (max-width: 1200px) {
  .partner-hero__copy {
    padding-right: 0;
  }
}

.partner-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-shadow: 0 0 5px rgba(76, 195, 238, 0.7), 0 0 10px rgba(76, 195, 238, 0.5);
}
.partner-hero__label::before {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #4cc3ee;
  box-shadow: 0 0 10px #4cc3ee;
}
@media screen and (max-width: 599px) {
  .partner-hero__label {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.partner-hero__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1520px) {
  .partner-hero__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 1300px) {
  .partner-hero__title {
    font-size: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .partner-hero__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .partner-hero__title {
    font-size: 7.2vw;
  }
}
.partner-hero__title__accent {
  position: relative;
  display: inline-block;
  color: #fff;
}
.partner-hero__title__accent::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.02em;
  height: 10px;
  z-index: -1;
  background-color: #6d1e1e;
}
@media screen and (max-width: 599px) {
  .partner-hero__title__accent::before {
    height: 6px;
  }
}

.partner-hero__lead {
  max-width: 100%;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .partner-hero__lead {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.9;
  }
}
.partner-hero__lead br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .partner-hero__lead br {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .partner-hero__lead br {
    display: none;
  }
}

.partner-hero__proof {
  max-width: 100%;
  margin-top: 22px;
  padding-left: 18px;
  border-left: 2px solid #9a2b2b;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.9;
}
@media screen and (max-width: 991px) {
  .partner-hero__proof {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .partner-hero__proof {
    padding-left: 14px;
    font-size: 14px;
  }
}
.partner-hero__proof br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .partner-hero__proof br {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .partner-hero__proof br {
    display: none;
  }
}

.partner-hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .partner-hero__actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 30px;
  }
}

.partner-hero__note {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.partner-hero__visual {
  position: relative;
  width: calc(100% + 44px);
  height: 640px;
  border: 1px solid rgba(76, 195, 238, 0.38);
  background-color: #11171f;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24), 0 0 30px rgba(76, 195, 238, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .partner-hero__visual {
    width: 100%;
    height: 520px;
  }
}
@media screen and (max-width: 599px) {
  .partner-hero__visual {
    height: 380px;
  }
}
.partner-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(6, 8, 11, 0.88) 0%, rgba(6, 8, 11, 0.34) 16%, transparent 42%), linear-gradient(0deg, rgba(6, 8, 11, 0.82), transparent 32%);
}
.partner-hero__visual::after {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.12);
  clip-path: polygon(0 0, 92% 0, 100% 8%, 100% 100%, 0 100%);
}
.partner-hero__visual img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: 50% 22%;
  filter: saturate(0.95) contrast(1.04);
}
@media screen and (max-width: 768px) {
  .partner-hero__visual img {
    object-position: 50% 28%;
  }
}

.partner-hero__hud {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 4;
  padding: 12px 14px;
  border-right: 3px solid #4cc3ee;
  color: #4cc3ee;
  background-color: rgba(6, 8, 11, 0.64);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .partner-hero__hud {
    top: 18px;
    right: 18px;
  }
}

.partner-hero__status {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 4;
  width: 258px;
  padding: 18px 20px;
  border-left: 3px solid #9a2b2b;
  background-color: rgba(6, 8, 11, 0.8);
  backdrop-filter: blur(9px);
}
@media screen and (max-width: 599px) {
  .partner-hero__status {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
    padding: 16px;
  }
}
.partner-hero__status__code {
  display: block;
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.partner-hero__status__title {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.partner-hero__status__text {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.7;
}

/* ---------- TRUST BAR ---------- */
.partner-trust {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background-color: rgba(12, 16, 21, 0.92);
}

.partner-trust__list {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  min-height: 80px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
}
@media screen and (max-width: 991px) {
  .partner-trust__list {
    grid-template-columns: repeat(3, 1fr);
    padding-block: 16px;
  }
}
@media screen and (max-width: 599px) {
  .partner-trust__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partner-trust__list li {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}
.partner-trust__list li span {
  width: 120px;
  text-align: left;
  display: flex;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.partner-trust__list li span::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  background-color: #4cc3ee;
  box-shadow: 0 0 9px #4cc3ee;
}
.partner-trust__list li:last-child {
  border-right: 0;
}
@media screen and (max-width: 991px) {
  .partner-trust__list li:nth-child(3n) {
    border-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .partner-trust__list li:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }
  .partner-trust__list li:nth-child(2n) {
    border-right: 0;
  }
}

/* =========================================================
   03 MISSION ALERT
   ======================================================= */
.partner-problem {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-top: 56px;
}
@media screen and (max-width: 991px) {
  .partner-problem {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 44px;
  }
}
@media screen and (max-width: 599px) {
  .partner-problem {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.partner-problem__card {
  grid-column: span 2;
  position: relative;
  min-height: 228px;
  padding: 32px 28px 28px;
  border: 1px solid #c7cbd1;
  border-top: 3px solid #9a2b2b;
  background-color: #fff;
  box-shadow: 0 14px 30px rgba(26, 31, 40, 0.04);
}
.partner-problem__card:nth-child(4) {
  grid-column: 2/span 2;
}
.partner-problem__card:nth-child(5) {
  grid-column: 4/span 2;
}
@media screen and (max-width: 991px) {
  .partner-problem__card {
    grid-column: auto;
  }
  .partner-problem__card:nth-child(4), .partner-problem__card:nth-child(5) {
    grid-column: auto;
  }
}
@media screen and (max-width: 599px) {
  .partner-problem__card {
    min-height: 0;
    padding: 28px 22px 26px;
  }
}
.partner-problem__card__code {
  color: #9a2b2b;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .partner-problem__card__code {
    font-size: 14px;
  }
}
.partner-problem__card__no {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #e7eaee;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
}
.partner-problem__card__title {
  margin-top: 24px;
  padding-right: 34px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .partner-problem__card__title {
    margin-top: 18px;
    font-size: 17px;
  }
}
.partner-problem__card__text {
  margin-top: 14px;
  color: #5e656e;
  font-size: 14px;
  line-height: 1.9;
}

/* =========================================================
   04 SUPPORT MODE
   ======================================================= */
.partner-mode {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 56px;
}
@media screen and (max-width: 991px) {
  .partner-mode {
    grid-template-columns: 1fr;
    margin-top: 44px;
    gap: 16px;
  }
}
.partner-mode__card {
  position: relative;
  min-height: 450px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .partner-mode__card {
    min-height: 0;
  }
}
@media screen and (max-width: 599px) {
  .partner-mode__card {
    padding: 28px 22px 26px;
  }
}
.partner-mode__card::after {
  content: attr(data-mode);
  position: absolute;
  right: -6px;
  bottom: -42px;
  color: rgba(255, 255, 255, 0.035);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
}
.partner-mode__card__code {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
}
.partner-mode__card__code::after {
  content: "";
  flex: 1;
  max-width: 44px;
  height: 1px;
  margin-left: auto;
  background-color: #4cc3ee;
}
.partner-mode__card__title {
  margin-top: 40px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .partner-mode__card__title {
    margin-top: 28px;
  }
}
@media screen and (max-width: 599px) {
  .partner-mode__card__title {
    font-size: 22px;
  }
}
.partner-mode__card__text {
  margin-top: 18px;
  min-height: 116px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (max-width: 991px) {
  .partner-mode__card__text {
    min-height: 0;
  }
}
.partner-mode__card__tags {
  list-style: none;
  padding-left: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.partner-mode__card__tags li {
  padding: 8px 10px;
  border: 1px solid rgba(76, 195, 238, 0.28);
  color: rgba(255, 255, 255, 0.68);
  background-color: rgba(76, 195, 238, 0.05);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

/* =========================================================
   ページ中間のCTA
   ======================================================= */
.partner-midcta {
  padding-block: 0 120px;
  color: #fff;
  background-color: #1a1f28;
}
@media screen and (max-width: 991px) {
  .partner-midcta {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .partner-midcta {
    padding-bottom: 64px;
  }
}
.partner-midcta__inner {
  min-height: 170px;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border: 1px solid rgba(76, 195, 238, 0.36);
  background: linear-gradient(105deg, #6d1e1e, #381214 62%, #11171f 100%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}
.partner-midcta__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 3px;
  background-color: #4cc3ee;
  box-shadow: 0 0 15px #4cc3ee;
}
@media screen and (max-width: 991px) {
  .partner-midcta__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 30px 28px;
  }
}
@media screen and (max-width: 1300px) {
  .partner-midcta__inner {
    margin-inline: 5%;
    padding-inline: 28px;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .partner-midcta__inner {
    padding: 26px 20px;
  }
}
.partner-midcta__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .partner-midcta__title {
    font-size: 20px;
  }
}
.partner-midcta__text {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.8;
}
.partner-midcta .partner-btn {
  flex-shrink: 0;
}

/* =========================================================
   05 WHY G11
   ======================================================= */
.partner-why__lead {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: end;
}
@media screen and (max-width: 1200px) {
  .partner-why__lead {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.partner-why__lead .partner-sec__heading {
  font-size: 44px;
}
@media screen and (max-width: 1300px) {
  .partner-why__lead .partner-sec__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .partner-why__lead .partner-sec__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .partner-why__lead .partner-sec__heading {
    font-size: 34px;
  }
}
@media screen and (max-width: 599px) {
  .partner-why__lead .partner-sec__heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 450px) {
  .partner-why__lead .partner-sec__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .partner-why__lead .partner-sec__heading {
    font-size: 22px;
  }
}

.partner-why__quote {
  padding-left: 28px;
  border-left: 3px solid #9a2b2b;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .partner-why__quote {
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.9;
  }
}

.partner-why__grid {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
@media screen and (max-width: 991px) {
  .partner-why__grid {
    margin-top: 48px;
  }
}
@media screen and (max-width: 599px) {
  .partner-why__grid {
    grid-template-columns: 1fr;
  }
}

.partner-why__item {
  min-height: 240px;
  padding: 36px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
@media screen and (max-width: 991px) {
  .partner-why__item {
    min-height: 0;
    padding: 30px 26px;
  }
}
.partner-why__item__code {
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
}
.partner-why__item__title {
  margin-top: 22px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .partner-why__item__title {
    font-size: 19px;
  }
}
.partner-why__item__text {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.9;
}

/* =========================================================
   06 CAPABILITIES
   ======================================================= */
.partner-cap {
  list-style: none;
  padding-left: 0;
  margin-top: 56px;
  border-top: 1px solid #b9bec6;
}
@media screen and (max-width: 991px) {
  .partner-cap {
    margin-top: 44px;
  }
}
.partner-cap__row {
  display: grid;
  grid-template-columns: 90px 300px 1fr;
  gap: 28px;
  align-items: start;
  padding: 32px 20px;
  border-bottom: 1px solid #b9bec6;
}
@media screen and (max-width: 991px) {
  .partner-cap__row {
    grid-template-columns: 48px 256px 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 660px) {
  .partner-cap__row {
    grid-template-columns: 46px 1fr;
    gap: 8px 12px;
    padding: 26px 0;
  }
}
.partner-cap__row__no {
  color: #9a2b2b;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.6;
}
.partner-cap__row__title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .partner-cap__row__title {
    font-size: 18px;
  }
}
.partner-cap__row__text {
  color: #545b65;
  font-size: 14px;
  line-height: 1.9;
}
@media screen and (max-width: 660px) {
  .partner-cap__row__text {
    grid-column: 2;
  }
}
.partner-cap__note {
  margin-top: 24px;
  color: #5e656e;
  font-size: 13px;
  line-height: 1.9;
}

/* =========================================================
   07 ARCHIVE
   ======================================================= */
.partner-case {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 56px;
}
@media screen and (max-width: 991px) {
  .partner-case {
    margin-top: 44px;
  }
}
@media screen and (max-width: 599px) {
  .partner-case {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.partner-case__card {
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-color: #11171f;
}
@media screen and (max-width: 991px) {
  .partner-case__card {
    min-height: 0;
  }
}
.partner-case__card__visual {
  position: relative;
  height: 150px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(90deg, transparent 49.8%, rgba(76, 195, 238, 0.11) 50%, transparent 50.2%), linear-gradient(transparent 49.8%, rgba(76, 195, 238, 0.11) 50%, transparent 50.2%), radial-gradient(circle at 76% 25%, rgba(154, 43, 43, 0.4), transparent 26%), #0c1015;
}
.partner-case__card__visual::before {
  content: attr(data-case);
  position: absolute;
  left: 30px;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.11);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.partner-case__card__visual::after {
  content: "MISSION ARCHIVE / DECLASSIFIED";
  position: absolute;
  top: 24px;
  right: 26px;
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 599px) {
  .partner-case__card__visual {
    height: 116px;
  }
  .partner-case__card__visual::before {
    left: 20px;
    font-size: 60px;
  }
  .partner-case__card__visual::after {
    top: 16px;
    right: 18px;
    font-size: 10px;
  }
}
.partner-case__card__body {
  padding: 28px 30px 32px;
}
@media screen and (max-width: 599px) {
  .partner-case__card__body {
    padding: 24px 20px 26px;
  }
}
.partner-case__card__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.partner-case__card__title {
  margin-top: 20px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .partner-case__card__title {
    font-size: 18px;
  }
}
.partner-case__card__scope {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  line-height: 1.7;
}
.partner-case__card__text {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 14px;
  line-height: 1.9;
}
.partner-case__note {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  line-height: 1.9;
}

/* =========================================================
   08 ENGAGEMENT
   ======================================================= */
.partner-engage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-top: 56px;
}
@media screen and (max-width: 1400px) {
  .partner-engage {
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .partner-engage {
    grid-template-columns: 1fr;
    gap: 44px;
    margin-top: 44px;
  }
}
.partner-engage__table {
  border-top: 2px solid #1a1f28;
}
.partner-engage__row {
  display: grid;
  grid-template-columns: 142px 1fr;
  border-bottom: 1px solid #b9bec6;
}
@media screen and (max-width: 599px) {
  .partner-engage__row {
    grid-template-columns: 106px 1fr;
  }
}
.partner-engage__row dt,
.partner-engage__row dd {
  padding: 22px 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .partner-engage__row dt,
  .partner-engage__row dd {
    padding: 18px 14px;
    font-size: 14px;
  }
}
.partner-engage__row dt {
  color: #333;
  font-weight: 700;
  background-color: #e7eaee;
}
.partner-engage__row dd {
  color: #545b65;
  background-color: #f2f4f7;
}
.partner-engage__panel {
  padding: 32px 34px;
  color: #fff;
  background-color: #1a1f28;
}
@media screen and (max-width: 599px) {
  .partner-engage__panel {
    padding: 28px 22px;
  }
}
.partner-engage__panel__title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.4;
}
.partner-engage__panel__list {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .partner-engage__panel__list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.partner-engage__panel__list li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.partner-engage__panel__list li::before {
  content: "+";
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.partner-engage__panel__note {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.8;
}

/* =========================================================
   09 MISSION FLOW
   ======================================================= */
.partner-flow {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .partner-flow {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }
}
.partner-flow__item {
  position: relative;
  min-height: 240px;
  padding: 28px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.partner-flow__item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.partner-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 60px;
  right: -5px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #4cc3ee;
  border-right: 1px solid #4cc3ee;
  transform: rotate(45deg);
  background-color: #1a1f28;
}
@media screen and (max-width: 1400px) {
  .partner-flow__item {
    padding-inline: 24px 16px;
  }
}
@media screen and (max-width: 1300px) {
  .partner-flow__item {
    padding-inline: 20px 12px;
  }
}
@media screen and (max-width: 991px) {
  .partner-flow__item {
    min-height: 0;
    padding: 24px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 0;
  }
  .partner-flow__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
  .partner-flow__item:not(:last-child)::after {
    display: none;
  }
}
.partner-flow__item__no {
  display: block;
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.4;
}
.partner-flow__item__title {
  margin-top: 28px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .partner-flow__item__title {
    margin-top: 12px;
  }
}
.partner-flow__item__text {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
  line-height: 1.9;
}
@media screen and (max-width: 991px) {
  .partner-flow__item__text {
    margin-top: 10px;
  }
}

/* =========================================================
   10 PILOT PROFILE
   ======================================================= */
.partner-profile {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .partner-profile {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
.partner-profile .partner-sec__heading {
  font-size: 44px;
}
@media screen and (max-width: 1520px) {
  .partner-profile .partner-sec__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .partner-profile .partner-sec__heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .partner-profile .partner-sec__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .partner-profile .partner-sec__heading {
    font-size: 34px;
  }
}
@media screen and (max-width: 599px) {
  .partner-profile .partner-sec__heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 400px) {
  .partner-profile .partner-sec__heading {
    font-size: 22px;
  }
}
.partner-profile__text {
  margin-top: 32px;
}
.partner-profile__text p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  line-height: 2;
}
.partner-profile__text p + p {
  margin-top: 18px;
}
@media screen and (max-width: 599px) {
  .partner-profile__text {
    margin-top: 24px;
  }
  .partner-profile__text p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.partner-profile__career {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}
@media screen and (max-width: 599px) {
  .partner-profile__career {
    display: none;
  }
}
.partner-profile__career li {
  padding: 8px 10px;
  border: 1px solid rgba(76, 195, 238, 0.25);
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.partner-profile__career li:not(:last-child)::after {
  content: "→";
  position: absolute;
  margin-left: 10px;
  color: #4cc3ee;
}
.partner-profile__career li:not(:last-child) {
  position: relative;
  margin-right: 20px;
}
.partner-profile__visual {
  position: relative;
  min-height: 590px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
  background-color: #0c1015;
}
.partner-profile__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 8, 11, 0.94), transparent 58%), linear-gradient(90deg, rgba(6, 8, 11, 0.52), transparent 62%);
}
@media screen and (max-width: 1200px) {
  .partner-profile__visual {
    min-height: 520px;
  }
}
@media screen and (max-width: 599px) {
  .partner-profile__visual {
    min-height: 440px;
  }
}
.partner-profile__visual__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: 50% 8%;
  opacity: 0.82;
  filter: contrast(1.04) saturate(0.95);
}
.partner-profile__card {
  position: absolute;
  z-index: 3;
  left: 34px;
  right: 34px;
  bottom: 34px;
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(76, 195, 238, 0.35);
  background-color: rgba(6, 8, 11, 0.86);
  backdrop-filter: blur(12px);
}
@media screen and (max-width: 599px) {
  .partner-profile__card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    grid-template-columns: 88px 1fr;
    gap: 16px;
    padding: 16px;
  }
}
.partner-profile__card img {
  width: 122px;
  max-height: none;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
@media screen and (max-width: 599px) {
  .partner-profile__card img {
    width: 88px;
  }
}
.partner-profile__card__role {
  display: block;
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.partner-profile__card__name {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .partner-profile__card__name {
    font-size: 18px;
  }
}
.partner-profile__card__meta {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.6;
}

/* =========================================================
   11 FAQ
   ======================================================= */
.partner-faq {
  margin-top: 56px;
  border-top: 1px solid #b9bec6;
}
@media screen and (max-width: 991px) {
  .partner-faq {
    margin-top: 44px;
  }
}
.partner-faq__item {
  border-bottom: 1px solid #b9bec6;
}
.partner-faq__item summary {
  position: relative;
  padding: 28px 64px 28px 52px;
  cursor: pointer;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  list-style: none;
}
.partner-faq__item summary::-webkit-details-marker {
  display: none;
}
.partner-faq__item summary::before {
  content: "Q";
  position: absolute;
  left: 14px;
  top: 28px;
  color: #9a2b2b;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.partner-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 24px;
  color: #9a2b2b;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .partner-faq__item summary {
    padding: 22px 40px 22px 36px;
    font-size: 15px;
  }
  .partner-faq__item summary::before {
    left: 4px;
    top: 22px;
  }
  .partner-faq__item summary::after {
    right: 8px;
    top: 20px;
  }
}
.partner-faq__item[open] summary::after {
  content: "−";
}
.partner-faq__answer {
  position: relative;
  padding: 0 64px 28px 52px;
  color: #545b65;
  font-size: 14px;
  line-height: 2;
}
.partner-faq__answer::before {
  content: "A";
  position: absolute;
  left: 14px;
  top: 0;
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .partner-faq__answer {
    padding: 0 8px 24px 36px;
    font-size: 13px;
    line-height: 1.9;
  }
  .partner-faq__answer::before {
    left: 4px;
  }
}

/* =========================================================
   12 TRANSMISSION
   ======================================================= */
.partner-transmission {
  position: relative;
  padding-block: 120px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, rgba(6, 8, 11, 0.96), rgba(6, 8, 11, 0.66) 58%, rgba(109, 30, 30, 0.3)), url(../../assets/image/partner/partner-transmission-bg.webp) right center/cover no-repeat;
}
@media screen and (max-width: 991px) {
  .partner-transmission {
    padding-block: 80px;
  }
}
@media screen and (max-width: 599px) {
  .partner-transmission {
    padding-block: 64px;
  }
}
.partner-transmission::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(76, 195, 238, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(76, 195, 238, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
}
.partner-transmission__panel {
  position: relative;
  z-index: 2;
  max-width: 860px;
  padding: 56px;
  border: 1px solid rgba(76, 195, 238, 0.36);
  background-color: rgba(6, 8, 11, 0.76);
  backdrop-filter: blur(10px);
}
.partner-transmission__panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 3px;
  background-color: #4cc3ee;
  box-shadow: 0 0 18px #4cc3ee;
}
@media screen and (max-width: 991px) {
  .partner-transmission__panel {
    padding: 44px 36px;
  }
}
@media screen and (max-width: 599px) {
  .partner-transmission__panel {
    padding: 38px 26px;
  }
}
@media screen and (max-width: 400px) {
  .partner-transmission__panel {
    padding: 32px 20px;
  }
}
.partner-transmission__title {
  margin-top: 14px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .partner-transmission__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .partner-transmission__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 400px) {
  .partner-transmission__title {
    font-size: 24px;
  }
}
.partner-transmission__text {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .partner-transmission__text {
    font-size: 15px;
    line-height: 1.9;
  }
}
.partner-transmission__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 32px;
}
@media screen and (max-width: 599px) {
  .partner-transmission__options {
    grid-template-columns: 1fr;
  }
}
.partner-transmission__option {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  background-color: rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.partner-transmission__option:hover {
  opacity: 1;
  border-color: #4cc3ee;
  background-color: rgba(76, 195, 238, 0.08);
}
@media screen and (max-width: 599px) {
  .partner-transmission__option {
    padding: 20px;
  }
}
.partner-transmission__option__code {
  display: block;
  color: #4cc3ee;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.partner-transmission__option__title {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.partner-transmission__option__text {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.7;
}
.partner-transmission__note {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  line-height: 1.8;
}
.partner-transmission__note span {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.14em;
}

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