@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: 1200px) {
  header .header__right ul {
    column-gap: 32px;
  }
}
@media screen and (max-width: 991px) {
  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;
}
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;
}
@media screen and (max-width: 991px) {
  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: 991px) {
  .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__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: 991px) {
  body.is-header-compact header {
    height: 72px;
    background-color: transparent;
    border-bottom-color: transparent;
  }
}
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: 991px) {
  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,
  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__columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer__columns {
    flex-direction: column;
    row-gap: 32px;
  }
}
.footer__columns__logo {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .footer__columns__right {
    width: 60%;
    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: 991px) {
  .footer__columns__right ul {
    column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__columns__right ul {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-evenly;
  }
}
@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__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;
  }
}

#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 .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 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 {
  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 {
    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);
}
.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: center;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .contact__form__input {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 32px;
  }
}
.contact__form__input--textarea {
  align-items: flex-start;
}
.contact__form__input--textarea .contact__form__input__name {
  margin-top: 17px;
}
.contact__form__input__name {
  width: 25%;
  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%;
    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%;
}
@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 {
    flex-direction: column;
    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 {
  /* 選択状態の見た目 */
}
.contact__form__input .wpcf7-form-control-wrap .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  box-shadow: 0 0 10px rgba(76, 195, 238, 0.9), 0 0 15px rgba(76, 195, 238, 0.7);
  font-size: 16px;
}
.contact__form__input .wpcf7-form-control-wrap {
  /* チェック済みの状態 */
}
.contact__form__input .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  background-color: #4cc3ee; /* 選択時背景 */
  color: #4cc3ee; /* 選択時文字色 */
}
.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: 20px;
  height: 20px;
  border: 1px solid #4cc3ee;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  vertical-align: -4px;
  margin-right: 6px;
  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 {
  border: 1px solid #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::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #4cc3ee; /* 白いチェックマーク */
  border-width: 0 2px 2px 0;
  box-shadow: 0 0 10px rgba(76, 195, 238, 0.9), 0 0 15px rgba(76, 195, 238, 0.7);
  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);
}
.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;
}

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

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

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