@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* rem変換
===================================== */
/* clamp
===================================== */
body {
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Noto Sans JP", serif;
}

a {
  text-decoration: none;
}

image {
  width: 100%;
  height: auto;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.l-header-inner {
  padding-inline: 1.875rem;
}
@media (max-width: 1000px) {
  .l-header-inner {
    padding-inline: 0.9375rem;
  }
}

.l-main {
  margin-block-start: 5rem;
}
@media (max-width: 1000px) {
  .l-main {
    margin-block-start: 3.40625rem;
  }
}

.l-fv-inner {
  margin-inline: 1.875rem;
}
@media screen and (max-width: 800px) {
  .l-fv-inner {
    margin-inline: 0.9375rem;
  }
}

.l-section-inner {
  margin-inline: auto;
  max-width: 1500px;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 800px) {
  .l-section-inner {
    padding-inline: 0.9375rem;
    max-width: 630px;
  }
}

.l-home-works-inner {
  margin-inline: auto;
  max-width: 1260px;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 800px) {
  .l-home-works-inner {
    padding-inline: 0.9375rem;
    max-width: 580px;
  }
}

.l-works-inner {
  margin-inline: auto;
  max-width: 1260px;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 800px) {
  .l-works-inner {
    padding-inline: 0.9375rem;
    max-width: 830px;
  }
}
@media (max-width: 1000px) {
  .l-works-inner.l-works-inner--narrow {
    padding-inline: 0.9375rem;
    max-width: 730px;
  }
}

.l-about-inner {
  padding-inline: 1.875rem;
  max-width: 1060px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  .l-about-inner {
    padding-inline: 0.9375rem;
    max-width: 630px;
  }
}
.l-service-inner {
  margin-inline: auto;
  max-width: 1060px;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 800px) {
  .l-service-inner {
    padding-inline: 0.9375rem;
    max-width: 580px;
  }
}

.l-contact-inner {
  margin-inline: auto;
  max-width: 960px;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 800px) {
  .l-contact-inner {
    padding-inline: 0.9375rem;
    max-width: 630px;
  }
}

.c-word-decoration {
  display: inline-block;
  font-size: 2.7777777778vw;
  font-family: "Orbitron", sans-serif;
  padding: 0.3472222222vw 1.3888888889vw;
  border-radius: 5px;
  line-height: 150%;
  border: 2px solid #151515;
  color: #151515;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}
@media screen and (max-width: 800px) {
  .c-word-decoration {
    font-size: 5.3333333333vw;
  }
}
.c-word-decoration.c-word-decoration--html {
  border: 0.1388888889vw solid #E54E26;
  color: #E54E26;
  text-shadow: 0 0 2px #fff, 0 0 6px #E54E26, 0 0 14px #E54E26, 0 0 28px #E54E26, 0 10px 6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 6px rgba(229, 78, 38, 0.6), 0 0 16px rgba(229, 78, 38, 0.6), 0 0 32px rgba(229, 78, 38, 0.5), inset 0 0 8px rgba(229, 78, 38, 0.6), 0 10px 6px rgba(0, 0, 0, 0.8);
}
.c-word-decoration.c-word-decoration--css {
  border: 2px solid #244EE5;
  color: #244EE5;
  text-shadow: 0 0 2px #fff, 0 0 6px #244EE5, 0 0 14px #244EE5, 0 0 28px #244EE5, 0 10px 6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 6px rgba(36, 78, 229, 0.6), 0 0 16px rgba(36, 78, 229, 0.6), 0 0 32px rgba(36, 78, 229, 0.5), inset 0 0 8px rgba(36, 78, 229, 0.6), 0 10px 6px rgba(0, 0, 0, 0.8);
}
.c-word-decoration.c-word-decoration--js {
  border: 2px solid #F0DB4E;
  color: #F0DB4E;
  text-shadow: 0 0 2px #fff, 0 0 6px #F0DB4E, 0 0 14px #F0DB4E, 0 0 28px #F0DB4E, 0 10px 6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 6px rgba(240, 219, 78, 0.55), 0 0 16px rgba(240, 219, 78, 0.55), 0 0 32px rgba(240, 219, 78, 0.45), inset 0 0 8px rgba(240, 219, 78, 0.55), 0 10px 6px rgba(0, 0, 0, 0.8);
}
.c-word-decoration.c-word-decoration--php {
  border: 2px solid #767BB3;
  color: #767BB3;
  text-shadow: 0 0 2px #fff, 0 0 6px #767BB3, 0 0 14px #767BB3, 0 0 28px #767BB3, 0 10px 6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 6px rgba(118, 123, 179, 0.6), 0 0 16px rgba(118, 123, 179, 0.6), 0 0 32px rgba(118, 123, 179, 0.5), inset 0 0 8px rgba(118, 123, 179, 0.6), 0 10px 6px rgba(0, 0, 0, 0.8);
}
.c-word-decoration.c-word-decoration--gsap {
  border: 2px solid #FFFCE1;
  color: #FFFCE1;
  text-shadow: 0 0 2px #fff, 0 0 6px rgba(255, 252, 225, 0.9), 0 0 14px rgba(255, 252, 225, 0.75), 0 0 28px rgba(255, 252, 225, 0.6), 0 10px 6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 6px rgba(255, 252, 225, 0.6), 0 0 16px rgba(255, 252, 225, 0.55), 0 0 32px rgba(255, 252, 225, 0.45), inset 0 0 8px rgba(255, 252, 225, 0.55), 0 10px 6px rgba(0, 0, 0, 0.8);
}
.c-word-decoration.c-word-decoration--jquery {
  border: 2px solid #1A69AD;
  color: #1A69AD;
  text-shadow: 0 0 2px #fff, 0 0 6px #1A69AD, 0 0 14px #1A69AD, 0 0 28px #1A69AD, 0 10px 6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 6px rgba(26, 105, 173, 0.6), 0 0 16px rgba(26, 105, 173, 0.6), 0 0 32px rgba(26, 105, 173, 0.5), inset 0 0 8px rgba(26, 105, 173, 0.6), 0 10px 6px rgba(0, 0, 0, 0.8);
}

.c-word-decoration.is-show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.is-fv-prep .c-word-decoration {
  opacity: 0;
  visibility: hidden;
}

.c-section-lead {
  color: #eee;
  text-align: center;
  margin-inline: auto;
  width: fit-content;
  padding: 0.9375rem 1.25rem;
  border: 2px solid #eee;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0.375rem rgba(255, 255, 255, 0.18), 0 0 1rem rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-section-lead__en {
  font-size: 2.125rem;
  font-family: "Orbitron", sans-serif;
  text-shadow: 0 0 0.375rem rgba(255, 255, 255, 0.22), 0 0 1.125rem rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 800px) {
  .c-section-lead__en {
    font-size: 1.5rem;
  }
}

.c-section-lead__ja {
  font-size: 1rem;
  margin-block-start: 0.625rem;
  text-shadow: 0 0 0.3125rem rgba(255, 255, 255, 0.16), 0 0 0.875rem rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 800px) {
  .c-section-lead__ja {
    font-size: 0.75rem;
    margin-block-start: 0.375rem;
  }
}

.c-work-card {
  color: #eee;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0.9375rem;
  padding: 1.25rem 1.25rem 1.875rem;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .c-work-card {
    gap: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .c-work-card:hover .c-work-card__img img {
    scale: 1.1;
  }
}
.c-work-card.c-work-card--archive {
  padding: 0.9375rem 0.9375rem 1.25rem;
  gap: 0.625rem;
}
@media screen and (max-width: 800px) {
  .c-work-card.c-work-card--archive {
    padding: 0.625rem;
  }
}

.c-work-card__img {
  aspect-ratio: 300/200;
  width: 100%;
  height: auto;
  background: palegreen;
  border: 1.5px solid #dddddd;
  border-radius: 3px;
  overflow: hidden;
}
.c-work-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.c-work-card__meta {
  padding-inline: 1.25rem;
  padding-block-end: 1.25rem;
}

.c-work-card__lead {
  font-size: 1.375rem;
  font-weight: 700;
  margin-block-start: 0.625rem;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  .c-work-card__lead {
    font-size: 1.25rem;
  }
}
.c-work-card__lead.c-work-card__lead--archive {
  font-size: 1.25rem;
}
@media screen and (max-width: 800px) {
  .c-work-card__lead.c-work-card__lead--archive {
    font-size: 1.125rem;
  }
}

.c-work-card__genre {
  font-size: 0.875rem;
}
@media screen and (max-width: 800px) {
  .c-work-card__genre {
    font-size: 0.75rem;
  }
}

.c-work-card__language-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.c-work-card__language {
  font-size: 0.75rem;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 0.3125rem 0.625rem;
  letter-spacing: 1px;
  height: fit-content;
}
@media screen and (max-width: 800px) {
  .c-work-card__language {
    font-size: 0.625rem;
  }
}

.c-work-card__btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-block-start: 0.9375rem;
}
.c-work-card__btn-wrap.c-work-card__btn-wrap--archive {
  margin-block-start: 0.625rem;
}
@media screen and (max-width: 800px) {
  .c-work-card__btn-wrap.c-work-card__btn-wrap--archive {
    margin-block-start: 0.3125rem;
  }
}

.c-work-card__btn {
  display: block;
  width: 45%;
  border: 2px solid #eee;
  text-align: center;
  padding: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.125rem;
}
@media screen and (max-width: 800px) {
  .c-work-card__btn {
    width: 47%;
  }
}
.c-work-card__btn.c-work-card__btn--archive {
  font-size: 1rem;
  padding: 0.625rem;
  border: 1px solid #eee;
}
@media screen and (max-width: 800px) {
  .c-work-card__btn.c-work-card__btn--archive {
    font-size: 0.875rem;
  }
}

.c-footer-card {
  color: #eee;
  width: 21.875rem;
  padding: 1.875rem 1.5625rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.125rem;
  transition: all 0.2s ease;
  background: #222;
}
@media screen and (max-width: 800px) {
  .c-footer-card {
    width: 18.75rem;
  }
}
@media (max-width: 650px) {
  .c-footer-card {
    max-width: 21.875rem;
    width: 100%;
  }
}
.c-footer-card.c-footer-card--contact {
  border: 2px solid #13B8F4;
  box-shadow: 0 0 4px rgba(0, 180, 255, 0.35), 0 0 10px rgba(0, 180, 255, 0.25);
}
.c-footer-card.c-footer-card--contact .c-footer-card__btn {
  border: 2px solid #eee;
}
@media (any-hover: hover) {
  .c-footer-card.c-footer-card--contact .c-footer-card__btn:hover {
    text-shadow: 0 0 1px #fff, 0 0 20px #13B8F4, 0 0 10px #13B8F4, 0 0 10px #13B8F4, 0 0 60px #13B8F4, 0 10px 3px #000;
  }
}
.c-footer-card.c-footer-card--x {
  border: 2px solid #FF00C8;
  box-shadow: 0 0 4px rgba(255, 0, 200, 0.4), 0 0 12px rgba(255, 0, 200, 0.3);
}
.c-footer-card.c-footer-card--x .c-footer-card__btn {
  border: 2px solid #eee;
}
@media (any-hover: hover) {
  .c-footer-card.c-footer-card--x .c-footer-card__btn:hover {
    text-shadow: 0 0 1px #fff, 0 0 20px #FF00C8, 0 0 10px #FF00C8, 0 0 10px #FF00C8, 0 0 60px #FF00C8, 0 10px 3px #000;
  }
}

.c-footer-card--contact:has(.c-footer-card__btn:hover) {
  box-shadow: 0 0 6px rgba(0, 180, 255, 0.45), 0 0 14px rgba(0, 180, 255, 0.35);
}

.c-footer-card--x:has(.c-footer-card__btn:hover) {
  box-shadow: 0 0 6px rgba(255, 0, 200, 0.5), 0 0 16px rgba(255, 0, 200, 0.4);
}

.c-footer-card__text {
  font-size: 1rem;
  line-height: 170%;
  letter-spacing: 1.6px;
}

.c-footer-card__btn {
  display: flex;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  width: 18.75rem;
  height: 3.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  border-radius: 5px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 800px) {
  .c-footer-card__btn {
    width: 15.625rem;
    height: 3.125rem;
    font-size: 1.125rem;
  }
}

.c-page-fv {
  background: #222;
  height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .c-page-fv {
    height: 9.375rem;
  }
}

.c-page-fv__lead {
  --neon: #fff;
  position: relative;
  width: fit-content;
  color: #eee;
}
.c-page-fv__lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 5px;
  width: 2px;
  height: 100%;
  background: var(--neon);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.25), 0 0 10px color-mix(in srgb, var(--neon) 55%, transparent), 0 0 22px color-mix(in srgb, var(--neon) 35%, transparent);
}
.c-page-fv__lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 2px;
  background: var(--neon);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.25), 0 0 10px color-mix(in srgb, var(--neon) 55%, transparent), 0 0 22px color-mix(in srgb, var(--neon) 35%, transparent);
}
.c-page-fv__lead.c-page-fv__lead--service {
  --neon: #FF2327;
}
.c-page-fv__lead.c-page-fv__lead--service .c-page-fv__lead-ja {
  padding-inline-start: 5rem;
}
@media screen and (max-width: 800px) {
  .c-page-fv__lead.c-page-fv__lead--service .c-page-fv__lead-ja {
    padding-inline-start: 3.75rem;
  }
}
.c-page-fv__lead.c-page-fv__lead--works {
  --neon: #00ff9c;
}
.c-page-fv__lead.c-page-fv__lead--about {
  --neon: #F4F724;
}
.c-page-fv__lead.c-page-fv__lead--about .c-page-fv__lead-ja {
  padding-inline-start: 2.8125rem;
}
@media screen and (max-width: 800px) {
  .c-page-fv__lead.c-page-fv__lead--about .c-page-fv__lead-ja {
    padding-inline-start: 2.1875rem;
  }
}
.c-page-fv__lead.c-page-fv__lead--contact {
  --neon: #13B8F4;
}

.c-page-fv__lead-en {
  font-family: "Orbitron", sans-serif;
  font-size: 3rem;
  position: relative;
  padding: 0.625rem 0.625rem 0;
  color: #eee;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.6), 0 0 8px color-mix(in srgb, var(--neon) 45%, transparent), 0 0 14px color-mix(in srgb, var(--neon) 30%, transparent);
}
@media screen and (max-width: 800px) {
  .c-page-fv__lead-en {
    font-size: 2rem;
  }
}
.c-page-fv__lead-en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 2px;
  background: var(--neon);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.25), 0 0 10px color-mix(in srgb, var(--neon) 55%, transparent), 0 0 22px color-mix(in srgb, var(--neon) 35%, transparent);
}
.c-page-fv__lead-en::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--neon);
  border-top-right-radius: 5px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.35), 0 0 8px color-mix(in srgb, var(--neon) 55%, transparent), 0 0 14px color-mix(in srgb, var(--neon) 35%, transparent);
  pointer-events: none;
}

.c-page-fv__lead-ja {
  font-size: 1.25rem;
  padding-block-start: 0.625rem;
  padding-block-end: 0.9375rem;
  padding-inline-start: 4.375rem;
  position: relative;
  color: #eee;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.55), 0 0 10px color-mix(in srgb, var(--neon) 45%, transparent);
}
@media screen and (max-width: 800px) {
  .c-page-fv__lead-ja {
    font-size: 0.875rem;
    padding-inline-start: 3.125rem;
  }
}
.c-page-fv__lead-ja {
  /* 横棒は今まで通り */
}
.c-page-fv__lead-ja::before {
  position: absolute;
  content: "";
  background: var(--neon);
  height: 2px;
  width: 60px;
  right: 0;
  top: 50%;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.35), 0 0 8px color-mix(in srgb, var(--neon) 55%, transparent), 0 0 14px color-mix(in srgb, var(--neon) 35%, transparent);
}
@media screen and (max-width: 800px) {
  .c-page-fv__lead-ja::before {
    width: 30px;
  }
}
.c-page-fv__lead-ja::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 50%;
  background: var(--neon);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.35), 0 0 8px color-mix(in srgb, var(--neon) 55%, transparent), 0 0 14px color-mix(in srgb, var(--neon) 35%, transparent);
}

.c-works-basic {
  color: #eee;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  .c-works-basic {
    font-size: 0.875rem;
  }
}

.c-about-card {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-about-card {
    flex-direction: column;
    gap: 1.5625rem;
  }
}
.c-about-card.c-about-card--career {
  flex-direction: row-reverse;
}
.c-about-card.c-about-card--career::after {
  content: "";
  position: absolute;
  top: -3.125rem;
  left: 50%;
  translate: -50%;
  width: 100%;
  height: 2px;
  background: #13B8F4;
  box-shadow: 0 0 6px rgba(0, 180, 255, 0.6), 0 0 12px rgba(0, 180, 255, 0.5), 0 0 24px rgba(0, 180, 255, 0.4);
}
@media screen and (max-width: 800px) {
  .c-about-card.c-about-card--career::after {
    top: -2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .c-about-card.c-about-card--career {
    flex-direction: column;
  }
}
.c-about-card.c-about-card--favorite::after {
  content: "";
  position: absolute;
  top: -3.125rem;
  left: 50%;
  translate: -50%;
  width: 100%;
  height: 2px;
  background: #FF00C8;
  box-shadow: 0 0 6px rgba(255, 0, 200, 0.7), 0 0 14px rgba(255, 0, 200, 0.6), 0 0 28px rgba(255, 0, 200, 0.5);
}
@media screen and (max-width: 800px) {
  .c-about-card.c-about-card--favorite::after {
    top: -2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .c-about-card.c-about-card--favorite {
    flex-direction: column;
  }
}

.c-about-card__lead {
  color: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border: 1px solid #eee;
  padding: 0.9375rem 1.25rem;
  border-radius: 3px;
  box-shadow: 0 0 3px #eee, 0 0 3px #eee;
  text-shadow: 0 0 2px #eee;
}
@media screen and (max-width: 800px) {
  .c-about-card__lead {
    gap: 0.4375rem;
  }
}

.c-about-card__lead-en {
  font-size: 2.5rem;
  font-family: "Orbitron", sans-serif;
}
@media screen and (max-width: 800px) {
  .c-about-card__lead-en {
    font-size: 1.625rem;
  }
}

.c-about-card__lead-ja {
  font-size: 1.125rem;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 800px) {
  .c-about-card__lead-ja {
    font-size: 0.875rem;
  }
}

.c-about-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  flex-shrink: 1;
  width: 60%;
}
@media screen and (max-width: 800px) {
  .c-about-card__list {
    width: 100%;
    gap: 0.625rem;
  }
}

.c-about-card__item {
  color: #eee;
  position: relative;
  line-height: 170%;
  padding-inline-start: 1.25rem;
  font-size: 1.0625rem;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 800px) {
  .c-about-card__item {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}
.c-about-card__item::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.4375rem;
  width: 2px;
  height: 2px;
  background: #eee;
  border-radius: 50%;
}

.c-about-section {
  background: #151515;
}
.c-about-section.c-about-section--strong {
  padding-block: 6.25rem 3.125rem;
}
@media screen and (max-width: 800px) {
  .c-about-section.c-about-section--strong {
    padding-block: 3.75rem 1.875rem;
  }
}
.c-about-section.c-about-section--career {
  padding-block: 3.125rem;
}
@media screen and (max-width: 800px) {
  .c-about-section.c-about-section--career {
    padding-block: 2.5rem;
  }
}
.c-about-section.c-about-section--favorite {
  padding-block: 3.125rem 6.25rem;
}
@media screen and (max-width: 800px) {
  .c-about-section.c-about-section--favorite {
    padding-block: 2.5rem 3.75rem;
  }
}

.c-service-section {
  background: #111;
}
.c-service-section.c-service-section--job {
  padding-block: 6.25rem 3.125rem;
}
@media screen and (max-width: 800px) {
  .c-service-section.c-service-section--job {
    padding-block: 3.125rem 1.5625rem;
  }
}
.c-service-section.c-service-section--flow {
  padding-block: 3.125rem;
}
@media screen and (max-width: 800px) {
  .c-service-section.c-service-section--flow {
    padding-block: 1.5625rem;
  }
}
.c-service-section.c-service-section--price {
  padding-block: 3.125rem 6.25rem;
}
@media screen and (max-width: 800px) {
  .c-service-section.c-service-section--price {
    padding-block: 1.5625rem 3.125rem;
  }
}

.c-service-section__lead {
  color: #eee;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border: 1px solid #eee;
  padding: 0.625rem 1.25rem;
  border-radius: 3px;
  box-shadow: 0 0 1px #eee, 0 0 3px #FF2327, 0 0 3px #FF2327;
  text-shadow: 0 0 2px #eee, 0 0 5px #FF2327;
}

.c-service-section__lead-en {
  font-size: 2.5rem;
  font-family: "Orbitron", sans-serif;
}
@media screen and (max-width: 800px) {
  .c-service-section__lead-en {
    font-size: 1.625rem;
  }
}

.c-service-section__lead-ja {
  font-size: 1.125rem;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 800px) {
  .c-service-section__lead-ja {
    font-size: 0.875rem;
  }
}

.c-service-section__content {
  margin-block-start: 2.5rem;
}

.c-service-job {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 800px) {
  .c-service-job {
    gap: 1.875rem;
  }
}

.c-service-job__content {
  display: flex;
}
@media screen and (max-width: 800px) {
  .c-service-job__content {
    flex-direction: column;
    gap: 0.9375rem;
  }
}

.c-service-job__lead {
  color: #eee;
  width: 9.375rem;
  font-size: 1.375rem;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .c-service-job__lead {
    font-size: 1.125rem;
  }
}

.c-service-job__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 800px) {
  .c-service-job__list {
    gap: 0.4375rem;
  }
}

.c-service-job__item {
  color: #eee;
  font-size: 1.125rem;
  line-height: 150%;
  position: relative;
  padding-inline-start: 1.25rem;
}
@media screen and (max-width: 800px) {
  .c-service-job__item {
    font-size: 1rem;
  }
}
.c-service-job__item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #eee;
  left: 0.3125rem;
  top: 0.8125rem;
}

.c-service-flow-card {
  display: grid;
  grid-row: span 3;
  color: #eee;
  gap: 1.25rem;
  border: 2px solid #eee;
  padding: 1.25rem;
  border-radius: 5px;
  background: #333;
}
@media screen and (max-width: 800px) {
  .c-service-flow-card {
    padding: 0.9375rem;
  }
}

.c-service-flow-card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #eee;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1.875rem;
  margin-inline: auto;
  font-family: "Orbitron", sans-serif;
}
@media screen and (max-width: 800px) {
  .c-service-flow-card__number {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.375rem;
  }
}

.c-service-flow-card__lead {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .c-service-flow-card__lead {
    font-size: 1rem;
  }
}

.c-service-flow-card__text {
  font-size: 1rem;
  line-height: 150%;
  margin-block-start: 0.3125rem;
}
@media screen and (max-width: 800px) {
  .c-service-flow-card__text {
    font-size: 0.875rem;
    margin-block-start: 0;
  }
}

.c-form {
  width: 100%;
  margin-block-start: 3.125rem;
}
@media screen and (max-width: 800px) {
  .c-form {
    margin-block-start: 2.5rem;
  }
}

.c-form__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 800px) {
  .c-form__list {
    gap: 1.875rem;
  }
}

.c-form__item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.c-form__label {
  color: #eee;
  font-size: 1.25rem;
}
@media screen and (max-width: 800px) {
  .c-form__label {
    font-size: 1.125rem;
  }
}
.c-form__label.c-form__label--require {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.c-form__label span {
  display: inline-block;
  border: 1px solid #FF00C8;
  padding: 0.375rem 0.8125rem;
  font-size: 0.875rem;
  border-radius: 10px;
  color: #FF00C8;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .c-form__label span {
    font-size: 0.75rem;
    padding: 0.25rem 0.625rem;
  }
}

.c-form__body {
  width: 100%;
}
.c-form__body .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-block-start: 0.9375rem;
  display: block;
}

/* --- 入力一覧 --- */
.c-form__text {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0.9375rem 0.9375rem;
  font-size: 1.125rem;
  background: #2f2f2f;
  color: #eee;
  letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
  .c-form__text {
    font-size: 1rem;
    padding: 0.75rem 0.75rem;
  }
}
.c-form__text:focus {
  outline: none;
  border-color: #13B8F4;
}

.c-form__textarea {
  width: 100%;
  height: 12.5rem;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0.9375rem 0.9375rem;
  font-size: 1.125rem;
  background: #2f2f2f;
  color: #eee;
  letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
  .c-form__textarea {
    font-size: 1rem;
    padding: 0.75rem 0.75rem;
  }
}
.c-form__textarea:focus {
  outline: none;
  border-color: #13B8F4;
}

/* チェックボックス
===================================== */
.c-form__checkbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.c-form__checkbox .wpcf7-list-item {
  display: contents;
}

.c-form__checkbox {
  display: flex;
  row-gap: 1.5625rem;
  column-gap: 2.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .c-form__checkbox {
    row-gap: 1.875rem;
    column-gap: 2.5rem;
  }
}
.c-form__checkbox {
  /* CF7が出すspan類は「ただの中身」にする */
}
.c-form__checkbox .wpcf7-list-item {
  margin: 0;
  display: contents;
}
.c-form__checkbox .wpcf7-list-item-label {
  display: inline;
}

/* labelはクリック領域にする（CF7はlabelを出すのでここが効く） */
.c-form__checkbox label {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.c-form__checkbox .wpcf7-list-item-label {
  color: #eee;
  font-size: 1.125rem;
  display: inline-block;
  padding-inline-start: 2.1875rem;
  position: relative;
}
.c-form__checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #eee;
  transition: opacity 0.1s ease;
}
.c-form__checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 9px;
  width: 8px;
  height: 15px;
  rotate: 45deg;
  border-right: 2px solid #13B8F4;
  border-bottom: 2px solid #13B8F4;
  opacity: 0;
  transition: opacity 0.1s ease;
}

.c-form__checkbox-text {
  color: #eee;
  font-size: 1.125rem;
  display: inline-block;
  padding-inline-start: 2.1875rem;
  position: relative;
}
.c-form__checkbox-text::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #eee;
  transition: opacity 0.1s ease;
}
.c-form__checkbox-text::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 9px;
  width: 8px;
  height: 15px;
  rotate: 45deg;
  border-right: 2px solid #13B8F4;
  border-bottom: 2px solid #13B8F4;
  opacity: 0;
  transition: opacity 0.1s ease;
}

/* ✅ checked判定（CF7のDOMでも確実） */
.c-form__checkbox label:has(input[type=checkbox]:checked) .c-form__checkbox-text::before,
.c-form__checkbox label:has(input[type=checkbox]:checked) .wpcf7-list-item-label::before {
  border-color: #13B8F4;
  box-shadow: 0 0 4px #13B8F4, 0 0 4px #13B8F4;
}
.c-form__checkbox label:has(input[type=checkbox]:checked) .c-form__checkbox-text::after,
.c-form__checkbox label:has(input[type=checkbox]:checked) .wpcf7-list-item-label::after {
  opacity: 1;
}

/* プライバシーテキスト
===================================== */
.c-form__privacy {
  margin-block-start: 1.25rem;
  color: #eee;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: fit-content;
  border: 1px solid #eee;
  padding: 1.25rem;
}
@media screen and (max-width: 800px) {
  .c-form__privacy {
    margin-block-start: 0.9375rem;
    gap: 0.9375rem;
  }
}

.c-form__privacy-lead {
  font-size: 1.25rem;
}
@media screen and (max-width: 800px) {
  .c-form__privacy-lead {
    font-size: 1.125rem;
  }
}

.c-form__privacy-text {
  line-height: 180%;
}
@media screen and (max-width: 800px) {
  .c-form__privacy-text {
    font-size: 0.875rem;
  }
}

.c-form__privacy-item {
  line-height: 180%;
  position: relative;
  padding-inline-start: 1.25rem;
}
@media screen and (max-width: 800px) {
  .c-form__privacy-item {
    font-size: 0.875rem;
  }
}
.c-form__privacy-item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #eee;
  top: 0.6875rem;
  left: 0.625rem;
}

/* 確認のチェックボックス
===================================== */
.c-form__confirm {
  margin-block-start: 0rem;
  width: fit-content;
  margin-inline: auto;
}
@media (any-hover: hover) {
  .c-form__confirm label:hover {
    cursor: pointer;
  }
}
.c-form__confirm .wpcf7-list-item {
  margin: unset;
}
.c-form__confirm .wpcf7-list-item-label {
  font-size: 1rem;
  color: #eee;
  display: inline-block;
  position: relative;
  padding-inline-start: 1.875rem;
}
@media screen and (max-width: 800px) {
  .c-form__confirm .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}
.c-form__confirm .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #eee;
  transition: opacity 0.1s ease;
  border-radius: 0.25rem;
}
.c-form__confirm .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 0.625rem;
  height: 0.375rem;
  border-left: 2px solid #13B8F4;
  border-bottom: 2px solid #13B8F4;
  transform: rotate(-45deg);
  transition: opacity 0.1s ease;
  opacity: 0;
}

.c-form__confirm-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.c-form__check {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  column-gap: 0.75rem;
  align-items: start;
  line-height: 1.6;
  cursor: pointer;
}

.c-form__check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.c-form__check-box {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #eee;
  border-radius: 0.25rem;
  display: grid;
  place-items: center;
  margin-top: 0.125rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.c-form__check-box::after {
  content: "";
  width: 0.625rem;
  height: 0.375rem;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.c-form__check-text {
  font-size: 1rem;
  color: #eee;
}
@media screen and (max-width: 800px) {
  .c-form__check-text {
    font-size: 0.875rem;
  }
}

/* checked */
.c-form__confirm-input:checked + .wpcf7-list-item-label::before {
  border-color: #13B8F4;
}
.c-form__confirm-input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.c-form__confirm-input:checked .wpcf7-list-item-label::before {
  border-color: #13B8F4;
}
.c-form__confirm-input:checked .wpcf7-list-item-label::after {
  opacity: 1;
}

/* focus（キーボード操作時） */
.c-form__check-input:focus-visible + .c-form__check-box {
  outline: 2px solid #13B8F4;
  outline-offset: 0.1875rem;
}

/* 送信ボタン
===================================== */
.c-form__btn-wrap {
  text-align: center;
  margin-block-start: 0.9375rem;
}
.c-form__btn-wrap .wpcf7-spinner {
  display: contents;
}

.c-form__btn {
  width: 15.625rem;
  font-size: 1.25rem;
  border: 1px solid #eee;
  height: 3.75rem;
  color: #eee;
}
@media screen and (max-width: 800px) {
  .c-form__btn {
    font-size: 1.125rem;
    width: 13.75rem;
  }
}
@media (any-hover: hover) {
  .c-form__btn:hover {
    cursor: pointer;
    box-shadow: 0 0 5px #13B8F4, 0 0 5px #13B8F4, 0 0 5px #13B8F4;
    text-shadow: 0 0 5px #13B8F4, 0 0 5px #13B8F4, 0 0 5px #13B8F4;
  }
}

.p-header {
  background: #050505;
  position: fixed;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-header__logo a {
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  font-size: 2.5rem;
  color: #eee;
}
@media (any-hover: hover) {
  .p-header__logo a:hover {
    text-shadow: 0 0 3px #eee, 0 0 3px #eee;
  }
}
@media (max-width: 1000px) {
  .p-header__logo a {
    font-size: 1.875rem;
    padding-block: 0.625rem;
  }
}
@media (max-width: 1000px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (any-hover: hover) {
  .p-header__ul .p-header__li:nth-of-type(1) a:hover {
    text-shadow: 0 0 1px #fff, 0 0 20px #FF2327, 0 0 10px #FF2327, 0 0 10px #FF2327, 0 0 60px #FF2327, 0 10px 3px #000;
  }
}
@media (any-hover: hover) {
  .p-header__ul .p-header__li:nth-of-type(2) a:hover {
    text-shadow: 0 0 1px #fff, 0 0 20px #1CFF91, 0 0 10px #1CFF91, 0 0 10px #1CFF91, 0 0 60px #1CFF91, 0 10px 3px #000;
  }
}
@media (any-hover: hover) {
  .p-header__ul .p-header__li:nth-of-type(3) a:hover {
    text-shadow: 0 0 1px #fff, 0 0 20px #F4F724, 0 0 10px #F4F724, 0 0 10px #F4F724, 0 0 60px #F4F724, 0 10px 3px #000;
  }
}
@media (any-hover: hover) {
  .p-header__ul .p-header__li:nth-of-type(4) a:hover {
    text-shadow: 0 0 1px #fff, 0 0 20px #13B8F4, 0 0 10px #13B8F4, 0 0 10px #13B8F4, 0 0 60px #13B8F4, 0 10px 3px #000;
  }
}

.p-header__li a {
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  color: #eee;
  font-family: "Orbitron", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  padding-block: 1.75rem;
  line-height: 100%;
}

/* drawer icon
===================================== */
.p-drawer__icon {
  display: none;
  position: fixed;
  z-index: 110;
  top: 0.6875rem;
  right: 1.25rem;
  width: 2.1875rem;
  height: 2.1875rem;
  border: 1.5px solid #eee;
  border-radius: 3px;
}
@media (max-width: 1000px) {
  .p-drawer__icon {
    display: block;
  }
}

.p-drawer__icon.js-show .p-drawer__icon-bar:nth-of-type(1) {
  left: 0.4375rem;
  rotate: 30deg;
}
.p-drawer__icon.js-show .p-drawer__icon-bar:nth-of-type(2) {
  left: 0.4375rem;
  rotate: -30deg;
}

.p-drawer__icon-bar {
  width: 1.375rem;
  height: 0.125rem;
  background: #eee;
  display: inline-block;
  position: absolute;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.p-drawer__icon-bar:nth-of-type(1) {
  top: 0.625rem;
  left: 0.375rem;
  transform-origin: left;
}
.p-drawer__icon-bar:nth-of-type(2) {
  bottom: 0.625rem;
  left: 0.375rem;
  transform-origin: left;
}

/* drawer menu
===================================== */
.p-drawer {
  position: fixed;
  z-index: 110;
  top: 3.40625rem;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background: #050505;
  overflow-y: scroll;
  translate: 101%;
  transition: translate 0.5s ease;
  display: block;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: fit-content;
  padding-block: 5rem 5rem;
  padding-inline: 1.25rem;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.p-drawer__list .p-drawer__item:nth-of-type(1) a {
  text-shadow: 0 0 1px #fff, 0 0 7px #FF2327, 0 0 7px #FF2327, 0 0 7px #FF2327, 0 10px 3px #000;
}
.p-drawer__list .p-drawer__item:nth-of-type(2) a {
  text-shadow: 0 0 1px #fff, 0 0 5px #1CFF91, 0 0 5px #1CFF91, 0 0 5px #1CFF91, 0 10px 3px #000;
}
.p-drawer__list .p-drawer__item:nth-of-type(3) a {
  text-shadow: 0 0 1px #fff, 0 0 5px #F4F724, 0 0 5px #F4F724, 0 10px 3px #000;
}
.p-drawer__list .p-drawer__item:nth-of-type(4) a {
  text-shadow: 0 0 1px #fff, 0 0 7px #13B8F4, 0 0 7px #13B8F4, 0 10px 3px #000;
}

.p-drawer__item a {
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  color: #eee;
  font-family: "Orbitron", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  padding-block: 1.5625rem;
  line-height: 100%;
}

/* drawer open中は背景を固定（mainを含むページ全体が動かない） */
html.is-drawer-open,
body.is-drawer-open {
  overflow: hidden;
  height: 100%;
}

/* drawerは中だけスクロールできるように（既存の overflow-y: scroll でもOK） */
.p-drawer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.p-fv {
  color: #eee;
  aspect-ratio: 1440/700;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-block: 0.9375rem;
}
@media screen and (max-width: 800px) {
  .p-fv {
    aspect-ratio: 375/350;
    padding-block: 0.625rem;
  }
}

.p-fv__bg {
  position: fixed;
  top: 5rem;
  left: 0;
  aspect-ratio: 1440/700;
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .p-fv__bg {
    top: 3.40625rem;
  }
}
@media screen and (max-width: 800px) {
  .p-fv__bg {
    aspect-ratio: 375/350;
  }
}
.p-fv__bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}
.p-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-fv__inner {
  position: relative;
  height: 100%;
}

.p-fv__border-out {
  width: 90%;
  height: 90%;
  border-radius: 10px;
  border: 2px solid #13B8F4;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  box-shadow: 0 0 6px rgba(0, 180, 255, 0.6), 0 0 12px rgba(0, 180, 255, 0.5), 0 0 24px rgba(0, 180, 255, 0.4);
}
@media screen and (max-width: 800px) {
  .p-fv__border-out {
    width: 100%;
  }
}

.p-fv__border-in {
  width: 85%;
  height: 80%;
  border-radius: 10px;
  border: 2px solid #FF00C8;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  box-shadow: 0 0 6px rgba(255, 0, 200, 0.7), 0 0 14px rgba(255, 0, 200, 0.6), 0 0 28px rgba(255, 0, 200, 0.5);
}
@media screen and (max-width: 800px) {
  .p-fv__border-in {
    width: 95%;
    height: 85%;
  }
}

@keyframes neon-glow-blue {
  0%, 100% {
    box-shadow: none;
    opacity: 0.6;
  }
  50% {
    box-shadow: 0 0 6px rgba(0, 180, 255, 0.6), 0 0 12px rgba(0, 180, 255, 0.5), 0 0 24px rgba(0, 180, 255, 0.4);
    opacity: 1;
  }
}
@keyframes neon-glow-pink {
  0%, 100% {
    box-shadow: none;
    opacity: 0.6;
  }
  50% {
    box-shadow: 0 0 6px rgba(255, 0, 200, 0.7), 0 0 14px rgba(255, 0, 200, 0.6), 0 0 28px rgba(255, 0, 200, 0.5);
    opacity: 1;
  }
}
.p-fv__textarea {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.p-fv__lead {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(32px, 2.7777777778vw, 50px);
  font-weight: 400;
  color: #eee;
  white-space: nowrap;
  text-align: center;
  filter: brightness(1.05);
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9), 0 0 8px rgba(255, 255, 255, 0.35), 0 6px 4px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 800px) {
  .p-fv__lead {
    font-size: clamp(28px, 7.4666666667vw, 32px);
  }
}

.p-fv__text {
  font-size: clamp(20px, 1.5277777778vw, 30px);
  font-weight: 500;
  text-align: center;
  color: #eee;
  font-family: "Orbitron", sans-serif;
  line-height: 150%;
  margin-block-start: 1.3888888889vw;
  filter: brightness(1.05);
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 6px rgba(255, 255, 255, 0.25), 0 4px 3px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 800px) {
  .p-fv__text {
    font-size: clamp(16px, 4.2666666667vw, 20px);
  }
}

.p-fv__lead,
.p-fv__text {
  transition: color 0.6s ease, text-shadow 0.9s ease, filter 0.9s ease;
}

body.is-fv-prep .p-fv__lead,
body.is-fv-prep .p-fv__text {
  color: #000;
  text-shadow: none;
  filter: brightness(1);
}

.p-fv__lead span,
.p-fv__text span {
  opacity: 0;
  transform: translateY(8px);
  display: inline-block;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.p-fv__lead span.is-show,
.p-fv__text span.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* プログラミング言語デコレーション
===================================== */
.p-fv__html {
  position: absolute;
  top: 8.3333333333vw;
  left: 24.3055555556vw;
}
@media screen and (max-width: 800px) {
  .p-fv__html {
    top: 21.3333333333vw;
    left: 6.6666666667vw;
    rotate: -20deg;
  }
}

.p-fv__css {
  position: absolute;
  bottom: 7.6388888889vw;
  right: 27.0833333333vw;
}
@media screen and (max-width: 800px) {
  .p-fv__css {
    bottom: 24vw;
    right: 6.6666666667vw;
  }
}

.p-fv__js {
  position: absolute;
  bottom: 8.3333333333vw;
  left: 18.75vw;
}
@media screen and (max-width: 800px) {
  .p-fv__js {
    bottom: 16vw;
    left: 26.6666666667vw;
    rotate: -5deg;
  }
}

.p-fv__php {
  position: absolute;
  top: 22.2222222222vw;
  left: 13.8888888889vw;
  rotate: -20deg;
}
@media screen and (max-width: 800px) {
  .p-fv__php {
    top: 48vw;
    left: 5.3333333333vw;
    rotate: 15deg;
  }
}

.p-fv__gsap {
  position: absolute;
  top: 24.3055555556vw;
  right: 11.8055555556vw;
}
@media screen and (max-width: 800px) {
  .p-fv__gsap {
    top: 22.6666666667vw;
    right: 38.6666666667vw;
  }
}

.p-fv__jquery {
  position: absolute;
  top: 9.0277777778vw;
  right: 12.5vw;
  rotate: 20deg;
}
@media screen and (max-width: 800px) {
  .p-fv__jquery {
    top: 17.3333333333vw;
    right: 6.6666666667vw;
  }
}

.p-notice {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111;
  padding-block: 0.9375rem;
}
@media screen and (max-width: 800px) {
  .p-notice {
    padding-block: 0.75rem;
  }
}
.p-notice::before, .p-notice::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  /* 🌈 ネオングラデーション */
  background: linear-gradient(90deg, #00c6ff, #00ff9c, #fff86b, #ff9f43, #ff4d4d);
  /* ネオン感の要 */
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.35), 0 0 14px rgba(0, 198, 255, 0.35), 0 0 22px rgba(0, 255, 156, 0.25);
  opacity: 0.85;
  pointer-events: none;
}
.p-notice::before {
  top: 0;
}
.p-notice::after {
  bottom: 0;
}

.p-notice__marquee {
  display: flex;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  animation: notice-marquee 22s linear infinite;
}

.p-notice__text {
  flex-shrink: 0;
  white-space: nowrap;
  padding-inline: 0.625rem;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.3125rem;
  line-height: 1;
  text-shadow: 0 0 0.3125rem rgba(255, 255, 255, 0.14), 0 0 0.75rem rgba(255, 255, 255, 0.06);
}
@media screen and (max-width: 800px) {
  .p-notice__text {
    font-size: 1rem;
  }
}

@keyframes notice-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.p-home-about {
  background: #111;
  position: relative;
  padding-block: 6.25rem;
}
@media screen and (max-width: 800px) {
  .p-home-about {
    padding-block: 3.125rem;
  }
}

.p-home-about__content {
  margin-block-start: 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 800px) {
  .p-home-about__content {
    flex-direction: column;
    margin-block-start: 1.5625rem;
    gap: 0.9375rem;
  }
}

.p-home-about__img {
  aspect-ratio: 450/500;
  width: 28.125rem;
  min-width: 18.75rem;
  height: auto;
}
@media screen and (max-width: 800px) {
  .p-home-about__img {
    width: 21.5625rem;
  }
}
.p-home-about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-about__textarea {
  max-width: 50rem;
}

.p-home-about__text-top {
  color: #eee;
  font-size: 1rem;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  .p-home-about__text-top {
    font-size: 0.875rem;
  }
}

.p-home-about__text-career {
  color: #eee;
  margin-block-start: 1.25rem;
  font-size: 1rem;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  .p-home-about__text-career {
    margin-block-start: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-home-about__text-favorite {
  color: #eee;
  margin-block-start: 0.9375rem;
  font-size: 1rem;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  .p-home-about__text-favorite {
    margin-block-start: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-home-about__btn {
  display: block;
  width: fit-content;
  padding: 0.9375rem 1.875rem;
  color: #eee;
  border: 2px solid #eee;
  margin-block-start: 2.1875rem;
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (max-width: 800px) {
  .p-home-about__btn {
    margin-inline: auto;
    margin-block-start: 1.5625rem;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .p-home-about__btn:hover {
    box-shadow: 0 0 1px #fff, 0 0 10px #F4F724;
    text-shadow: 0 0 1px #fff, 0 0 10px #F4F724, 0 10px 3px #000;
  }
}

.p-home-works {
  background: #111;
  position: relative;
  padding-block: 6.25rem;
}

.p-home-works__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .p-home-works__head {
    flex-direction: column;
    gap: 1.5625rem;
  }
}

.p-home-works__lead {
  margin-inline: unset;
  margin-inline-end: auto;
}
@media (max-width: 950px) {
  .p-home-works__lead {
    margin-inline: auto;
  }
}

.p-home-works__cards {
  margin-block-start: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  padding-block-end: 6.25rem;
}
@media (max-width: 1000px) {
  .p-home-works__cards {
    column-gap: 1.5625rem;
  }
}
@media (max-width: 950px) {
  .p-home-works__cards {
    margin-block-start: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  .p-home-works__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    padding-block-end: 0;
  }
}

.p-home-works__card:nth-of-type(1) {
  margin-block-end: 3.125rem;
  border-color: rgba(19, 184, 244, 0.4);
  box-shadow: 0 0 5px rgb(19, 184, 244);
}
@media screen and (max-width: 800px) {
  .p-home-works__card:nth-of-type(1) {
    margin-block-end: 0;
  }
}
.p-home-works__card:nth-of-type(2) {
  margin-block-end: 3.125rem;
  translate: 0 20%;
  box-shadow: 0 0 5px rgb(255, 0, 200);
}
@media screen and (max-width: 800px) {
  .p-home-works__card:nth-of-type(2) {
    margin-block-end: 0;
    translate: 0 0;
  }
}
.p-home-works__card:nth-of-type(3) {
  box-shadow: 0 0 5px rgb(19, 184, 244);
}
@media screen and (max-width: 800px) {
  .p-home-works__card:nth-of-type(3) {
    margin-block-end: 0;
  }
}
.p-home-works__card:nth-of-type(4) {
  translate: 0 20%;
  box-shadow: 0 0 5px rgb(255, 0, 200);
}
@media screen and (max-width: 800px) {
  .p-home-works__card:nth-of-type(4) {
    translate: 0 0;
  }
}
@media (any-hover: hover) {
  .p-home-works__card:nth-of-type(odd) .c-work-card__btn:hover {
    text-shadow: 0 0 3px #FF00C8, 0 0 5px #FF00C8, 0 0 5px #FF00C8;
    box-shadow: 0 0 3px #FF00C8, 0 0 7px #FF00C8, 0 0 7px #FF00C8;
  }
}
@media (any-hover: hover) {
  .p-home-works__card:nth-of-type(even) .c-work-card__btn:hover {
    text-shadow: 0 0 3px #13B8F4, 0 0 5px #13B8F4, 0 0 5px #13B8F4;
    box-shadow: 0 0 3px #13B8F4, 0 0 7px #13B8F4, 0 0 7px #13B8F4;
  }
}

.p-home-works__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-start: 3.125rem;
}
@media (max-width: 1000px) {
  .p-home-works__bottom {
    flex-direction: column;
    margin-block-start: 1.875rem;
  }
}

.p-home-works__ul {
  color: #eee;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  .p-home-works__ul {
    font-size: 0.875rem;
  }
}

.p-home-works__btn {
  display: block;
  width: fit-content;
  padding: 0.9375rem 1.875rem;
  color: #eee;
  border: 2px solid #eee;
  margin-block-start: 2.1875rem;
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (max-width: 800px) {
  .p-home-works__btn {
    margin-inline: auto;
    margin-block-start: 1.5625rem;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .p-home-works__btn:hover {
    box-shadow: 0 0 1px #fff, 0 0 10px #1CFF91;
    text-shadow: 0 0 1px #fff, 0 0 10px #1CFF91, 0 10px 3px #000;
  }
}

.p-home-service {
  background: #111;
  position: relative;
  padding-block: 6.25rem;
}

.p-footer {
  position: relative;
  background: #090909;
  padding-block: 3.125rem 1.5625rem;
}

.p-footer__cards {
  display: flex;
  width: fit-content;
  margin-inline: auto;
  gap: 2.5rem;
}
@media screen and (max-width: 800px) {
  .p-footer__cards {
    gap: 1.25rem;
  }
}
@media (max-width: 650px) {
  .p-footer__cards {
    flex-direction: column;
  }
}

.p-footer__copyright {
  display: block;
  font-size: 0.875rem;
  color: #eee;
  text-align: center;
  margin-block-start: 2.1875rem;
}
@media (max-width: 650px) {
  .p-footer__copyright {
    margin-block-start: 1.25rem;
  }
}

.p-works {
  background: #111;
  padding-block: 6.25rem;
}
@media screen and (max-width: 800px) {
  .p-works {
    padding-block: 3.125rem;
  }
}

.p-works__basic {
  width: fit-content;
  margin-inline: auto;
}

.p-works__tabs {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  gap: 2.5rem;
  margin-block-start: 1.875rem;
}
@media screen and (max-width: 800px) {
  .p-works__tabs {
    gap: 1.25rem;
  }
}
@media (max-width: 550px) {
  .p-works__tabs {
    flex-direction: column;
  }
}

.p-works__tabs-btn {
  color: #eee;
  border-radius: 5px;
  border: 2px solid #eee;
  width: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 200%;
}
@media screen and (max-width: 800px) {
  .p-works__tabs-btn {
    font-size: 1rem;
    width: 7.5rem;
  }
}
@media (any-hover: hover) {
  .p-works__tabs-btn:hover {
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9), 0 0 8px #1CFF91, 0 0 10px rgba(28, 255, 145, 0.7);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6), 0 0 10px rgba(28, 255, 145, 0.8), 0 0 10px rgba(28, 255, 145, 0.6);
  }
}
.p-works__tabs-btn.is-active {
  border-color: #1CFF91;
  color: #1CFF91;
  text-shadow: 0 0 2px #1CFF91;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.6), 0 0 5px rgba(28, 255, 145, 0.8), 0 0 5px rgba(28, 255, 145, 0.6);
}

.p-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  margin-block-start: 4.375rem;
}
@media (max-width: 1000px) {
  .p-works__list {
    column-gap: 1.5625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .p-works__list {
    column-gap: 1.25rem;
  }
}
@media (max-width: 600px) {
  .p-works__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

.p-works__item {
  margin-block-start: 3.125rem;
}
@media screen and (max-width: 800px) {
  .p-works__item {
    margin-block-start: 1.875rem;
  }
}
.p-works__item.is-top {
  margin-block-start: 0;
}
.p-works__item.is-even {
  box-shadow: 0 0 2px rgb(255, 0, 200);
}
@media (any-hover: hover) {
  .p-works__item.is-even .c-work-card__btn:hover {
    text-shadow: 0 0 3px #13B8F4, 0 0 5px #13B8F4, 0 0 5px #13B8F4;
    box-shadow: 0 0 3px #13B8F4, 0 0 7px #13B8F4, 0 0 7px #13B8F4;
  }
}
.p-works__item.is-odd {
  box-shadow: 0 0 2px rgb(19, 184, 244);
}
@media (any-hover: hover) {
  .p-works__item.is-odd .c-work-card__btn:hover {
    text-shadow: 0 0 3px #FF00C8, 0 0 5px #FF00C8, 0 0 5px #FF00C8;
    box-shadow: 0 0 3px #FF00C8, 0 0 7px #FF00C8, 0 0 7px #FF00C8;
  }
}
.p-works__item.is-hidden {
  display: none !important;
}

.p-works-detail {
  background: #111;
  padding-block: 6.25rem;
}
@media screen and (max-width: 800px) {
  .p-works-detail {
    padding-block: 3.125rem;
  }
}

.p-works-detail__content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 2.5rem;
}
@media (max-width: 1000px) {
  .p-works-detail__content {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.p-works-detail__img {
  aspect-ratio: 300/200;
  min-width: 28.125rem;
  width: 37.5rem;
  height: auto;
  background: #ddd;
  flex-shrink: 1;
}
.p-works-detail__img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .p-works-detail__img {
    order: 2;
    width: 100%;
  }
}

.p-works-detail__meta {
  flex-shrink: 1;
  max-width: 34.375rem;
}
@media (max-width: 1000px) {
  .p-works-detail__meta {
    display: contents;
  }
}

@media (max-width: 1000px) {
  .p-works-detail__head {
    order: 1;
  }
}

.p-works-detail__title {
  font-size: 1.875rem;
  color: #eee;
}
@media screen and (max-width: 800px) {
  .p-works-detail__title {
    font-size: 1.5rem;
  }
}

.p-works-detail__category-list {
  margin-block-start: 1.5625rem;
}
@media screen and (max-width: 800px) {
  .p-works-detail__category-list {
    margin-block-start: 1.25rem;
  }
}

.p-works-detail__category-item {
  border: 1px solid #eee;
  width: fit-content;
  border-radius: 20px;
  display: block;
  color: #eee;
  padding: 0.3125rem 0.9375rem;
  border-radius: 20px;
}
@media (any-hover: hover) {
  .p-works-detail__category-item:hover {
    box-shadow: 0 0 1px #eee, 0 0 3px #1CFF91;
    text-shadow: 0 0 1px #eee, 0 0 3px #1CFF91;
  }
}
@media screen and (max-width: 800px) {
  .p-works-detail__category-item {
    font-size: 0.875rem;
  }
}

.p-works-detail__date {
  display: block;
  color: #eee;
  margin-block-start: 1.25rem;
}
@media screen and (max-width: 800px) {
  .p-works-detail__date {
    margin-block-start: 0.9375rem;
    font-size: 0.875rem;
  }
}

.p-works-detail__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-block-start: 1.875rem;
}
@media (max-width: 1000px) {
  .p-works-detail__list {
    order: 3;
    margin-block-start: 0.625rem;
  }
}

.p-works-detail__item {
  display: flex;
}
.p-works-detail__item.p-works-detail__item--description {
  flex-direction: column;
  row-gap: 1.25rem;
}
.p-works-detail__item.p-works-detail__item--description .p-works-detail__item-body {
  line-height: 170%;
}
.p-works-detail__item.p-works-detail__item--description a {
  color: #1CFF91;
}

.p-works-detail__item-head {
  color: #eee;
  flex-shrink: 0;
  font-size: 1.5rem;
  width: 9.375rem;
}
@media screen and (max-width: 800px) {
  .p-works-detail__item-head {
    font-size: 1.25rem;
  }
}

.p-works-detail__item-body {
  color: #eee;
  flex-shrink: 1;
  line-height: 150%;
  font-size: 1.125rem;
}
@media screen and (max-width: 800px) {
  .p-works-detail__item-body {
    font-size: 1rem;
  }
}
.p-works-detail__item-body.p-works-detail__item-body--language {
  letter-spacing: 1px;
}
.p-works-detail__item-body.p-works-detail__item-body--tool {
  letter-spacing: 1px;
}
.p-works-detail__item-body.p-works-detail__item-body--url {
  display: flex;
  flex-direction: column;
}
.p-works-detail__item-body.p-works-detail__item-body--url a {
  position: relative;
  width: fit-content;
}
@media (any-hover: hover) {
  .p-works-detail__item-body.p-works-detail__item-body--url a:hover {
    text-shadow: 0 0 1px #eee, 0 0 1px #1CFF91;
  }
  .p-works-detail__item-body.p-works-detail__item-body--url a:hover::after {
    box-shadow: 0 0 1px #eee, 0 0 2px #1CFF91, 0 0 2px #1CFF91;
  }
}
.p-works-detail__item-body.p-works-detail__item-body--url a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}
.p-works-detail__item-body.p-works-detail__item-body--url span {
  display: inline-block;
  font-size: 1rem;
  margin-block-start: 0.625rem;
}
@media screen and (max-width: 800px) {
  .p-works-detail__item-body.p-works-detail__item-body--url span {
    font-size: 0.875rem;
    margin-block-start: 0.5rem;
  }
}

.p-about-introduce {
  color: #eee;
  background: #111;
  padding-inline: 1.875rem;
  padding-block-start: 3.125rem;
  padding-block-end: 3.125rem;
}

.p-about-introduce__text {
  width: fit-content;
  margin-inline: auto;
  line-height: 180%;
  font-size: 1.125rem;
  max-width: 1060px;
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .p-about-introduce__text {
    font-size: 1rem;
  }
}

.p-service-flow__lead {
  margin-inline: auto;
}

.p-service-flow_content {
  margin-block-start: 4.375rem;
}
@media screen and (max-width: 800px) {
  .p-service-flow_content {
    margin-block-start: 2.5rem;
  }
}

.p-service-flow__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  column-gap: 1.25rem;
  padding-block-end: 7.5rem;
}
@media (max-width: 1070px) {
  .p-service-flow__cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 35.625rem;
    margin-inline: auto;
    justify-content: space-between;
    column-gap: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  .p-service-flow__cards {
    padding-block-end: 5.625rem;
  }
}
@media (max-width: 600px) {
  .p-service-flow__cards {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    max-width: 18.75rem;
    padding-block-end: 0;
  }
}

.p-service-flow__card:nth-of-type(1) {
  box-shadow: 0 0 1px #eee, 0 0 5px #13B8F4, 0 0 5px #13B8F4, 0 0 5px #13B8F4;
}
.p-service-flow__card:nth-of-type(2) {
  translate: 0 2.5rem;
  box-shadow: 0 0 1px #eee, 0 0 5px #FF00C8, 0 0 5px #FF00C8, 0 0 5px #FF00C8;
}
@media screen and (max-width: 800px) {
  .p-service-flow__card:nth-of-type(2) {
    translate: 0 1.875rem;
  }
}
@media (max-width: 600px) {
  .p-service-flow__card:nth-of-type(2) {
    translate: 0;
  }
}
.p-service-flow__card:nth-of-type(3) {
  translate: 0 5rem;
  box-shadow: 0 0 1px #eee, 0 0 5px #13B8F4, 0 0 5px #13B8F4, 0 0 5px #13B8F4;
}
@media screen and (max-width: 800px) {
  .p-service-flow__card:nth-of-type(3) {
    translate: 0 3.75rem;
  }
}
@media (max-width: 600px) {
  .p-service-flow__card:nth-of-type(3) {
    translate: 0;
  }
}
.p-service-flow__card:nth-of-type(4) {
  translate: 0 7.5rem;
  box-shadow: 0 0 1px #eee, 0 0 5px #FF00C8, 0 0 5px #FF00C8, 0 0 5px #FF00C8;
}
@media screen and (max-width: 800px) {
  .p-service-flow__card:nth-of-type(4) {
    translate: 0 5.625rem;
  }
}
@media (max-width: 600px) {
  .p-service-flow__card:nth-of-type(4) {
    translate: 0;
  }
}

.p-service-price__text {
  color: #eee;
  line-height: 150%;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .p-service-price__text {
    font-size: 0.875rem;
  }
}

.p-service-price__list {
  color: #eee;
  margin-block-start: 1.875rem;
}

.p-service-price__item {
  display: flex;
  padding-block: 1.5625rem;
  position: relative;
}
.p-service-price__item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eee;
  top: 0;
  left: 0;
  box-shadow: 0 0 1px #eee, 0 0 2px #13B8F4, 0 0 2px #13B8F4;
}
.p-service-price__item:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eee;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 1px #eee, 0 0 2px #FF00C8, 0 0 2px #FF00C8;
}
.p-service-price__item:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eee;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 1px #eee, 0 0 2px #13B8F4, 0 0 2px #13B8F4;
}

.p-service-price__head {
  width: 12.5rem;
  font-size: 1.375rem;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-service-price__head {
    width: 11.25rem;
    font-size: 1rem;
  }
}

.p-service-price__body {
  width: calc(100% - 20px);
  flex-shrink: 1;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-service-price__body {
    font-size: 0.875rem;
  }
}

.p-contact {
  background: #111;
  padding-block: 3.125rem;
}
.p-contact.p-contact--thanks {
  padding-block: 6.25rem;
}

.p-contact__introduce {
  color: #eee;
  line-height: 150%;
  font-size: 1.125rem;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .p-contact__introduce {
    font-size: 1rem;
  }
}

.p-contact__form-wrap {
  margin-block-start: 3.125rem;
}

/* --- thanksページ 送信成功時 --- */
.p-contact__thanks-text-wrap {
  width: fit-content;
  margin-inline: auto;
}

.p-contact__thanks-text {
  color: #eee;
  font-size: 1.125rem;
  line-height: 180%;
}
@media screen and (max-width: 800px) {
  .p-contact__thanks-text {
    font-size: 1rem;
  }
}

.p-contact__thanks-btn {
  margin-block-start: 1.875rem;
  margin-inline: auto;
  display: block;
  font-size: 1rem;
  color: #eee;
  width: fit-content;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .p-contact__thanks-btn {
    font-size: 0.875rem;
    text-shadow: 0 0 1px #eee, 0 0 3px #13B8F4, 0 0 3px #13B8F4;
  }
}
@media (any-hover: hover) {
  .p-contact__thanks-btn:hover {
    color: #13B8F4;
  }
}/*# sourceMappingURL=style.css.map */