@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);
  }
}
.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.4);
}
@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: 768px) {
  #content .fixed-container {
    flex-direction: column;
  }
}
#content .main {
  border-radius: 0px !important;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 768px) {
  #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: 768px) {
  #content .sidebar {
    padding-block: 0;
    margin-top: 0;
  }
}
#content .sidebar 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 .sidebar input[type=text]::placeholder {
  color: rgba(76, 195, 238, 0.4);
}
#content .sidebar .fa-search:before {
  color: #4cc3ee;
}
#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);
}

.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%;
  }
}
.site-content--single .wp-block-heading span {
  scroll-margin-top: 120px;
}
.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;
}

#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-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;
}/*# sourceMappingURL=style.css.map */