@charset "UTF-8";
* {
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  max-width: 100%;
  height: auto;
  color: #FFFFFF;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: linear-gradient(rgb(0, 0, 0), rgba(51, 0, 51, 0.9)), url(../image/main-visial.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-blend-mode: screen;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body::before {
    width: 100%;
    height: 100vh;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(51, 0, 51, 0.25)), url(../image/main-visial.jpg) no-repeat center;
    background-size: cover;
  }
}

.f-body {
  position: relative;
}
.f-body__background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#f-body__load {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: radial-gradient(rgba(87, 3, 92, 0.8), rgb(0, 0, 0)), url(../image/main-visial.jpg) no-repeat center;
}

.f-body__loaded {
  opacity: 0;
  visibility: hidden;
}

.f-body__cursor {
  cursor: none;
}
@media screen and (max-width: 1024px) {
  .f-body__cursor {
    cursor: auto;
  }
}
.f-body__cursor--smail, .f-body__cursor--large {
  position: absolute;
  z-index: 10000;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .f-body__cursor--smail, .f-body__cursor--large {
    display: none;
  }
}
.f-body__cursor--smail {
  width: 25px;
  height: 25px;
  background: #00dda2;
  transition: width 0.05s, height 0.05s;
}
.f-body__cursor .f-body__cursor--smail.is-active {
  width: 40px;
  height: 40px;
  background: #00dda2;
}
.f-body__cursor--large {
  width: 40px;
  height: 40px;
  border: solid 1px #00dda2;
  transition: top 0.05s, left 0.05s, width 0.5s, height 0.5s;
  transition-timing-function: ease-out;
}
.f-body__cursor .f-body__cursor--large.is-active {
  width: 75px;
  height: 75px;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-width: 0;
  box-sizing: border-box;
  border-style: solid;
}

/* 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;
  line-height: 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 {
  height: 0; /* 1 */
  color: inherit;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  margin: 0;
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 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; /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  padding: 0;
  margin: 0;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  max-width: 100%; /* 1 */
  display: table; /* 1 */
  color: inherit; /* 2 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes caret {
  10% {
    border-right-color: currentColor;
  }
}
.l-header {
  position: relative;
  height: 12.5rem;
}

.l-main {
  width: 100%;
  height: auto;
  position: relative;
}

.c-header__menu--bg {
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .c-header__menu--bg img {
    background-color: rgba(0, 0, 0, 0.125);
  }
}
.c-header__menu--bg li {
  background-color: rgba(0, 0, 0, 0.1);
}
.l-footer {
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer p {
  width: 31ch;
  text-align: center;
  color: #B384FF;
  font: bold 200% Consolas, Monaco, monospace;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid transparent;
  animation: typing 5s steps(23) infinite, caret 1s steps(1) infinite;
}
@media screen and (max-width: 1024px) {
  .l-footer p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .l-footer p {
    font-size: 1rem;
  }
}

.c-box__background {
  background-image: url(../image/box__background.jpg);
  background-size: cover;
}

.c-leftbox__background {
  background-color: rgba(255, 255, 255, 0.4);
}

.c-rightbox__background {
  background-color: rgba(0, 0, 0, 0.7);
}

.c-hamburger {
  display: block;
}
.c-hamburger__text {
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  -webkit-text-stroke: 1px #FFCCFF;
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .c-hamburger__text {
    font-size: 1.5rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .c-hamburger__text {
    font-size: 1rem;
    margin-top: 3.5rem;
  }
}
.c-hamburger .is-active {
  display: none;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  -webkit-text-stroke: 1px #FFCCFF;
  margin-top: 5rem;
}
.c-hamburger__line > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background: radial-gradient(rgb(235, 185, 238), rgb(203, 64, 231));
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.c-hamburger__line > span:nth-child(1) {
  width: 33%;
  top: 0;
}
.c-hamburger__line > span:nth-child(2) {
  width: 66%;
  top: 50%;
}
.c-hamburger__line > span:nth-child(3) {
  width: 100%;
  top: 100%;
}
.c-hamburger__line.is-click {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.c-hamburger__line.is-click span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-30deg);
  transform: translateY(20px) rotate(-30deg);
  width: 100%;
}
.c-hamburger__line.is-click span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger__line.is-click span:nth-of-type(3) {
  -webkit-transform: translateY(20px) rotate(30deg);
  transform: translateY(20px) rotate(30deg);
  width: 100%;
}

.c-section__botton a {
  position: relative;
  z-index: 1;
  color: #FF55FF;
  font-size: 3rem;
  padding: 2rem 5rem;
}
@media screen and (max-width: 600px) {
  .c-section__botton a {
    font-size: 2rem;
    padding: 1.25rem 3.5rem;
  }
}
.c-section__botton a:hover {
  color: #FF55FF;
  font-weight: bold;
}
.c-section__botton a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skewX(-15deg);
  z-index: -1;
  border: 2.5px solid #00FFFF;
  background: url(../image/main_botton.jpg) no-repeat center;
}

.c-section__botton--purple a::before {
  content: ""; /*ボックスを作る*/
  border: 2.5px solid #9966CC;
}

@media screen and (max-width: 1024px) {
  .c-circle {
    display: none;
  }
}
.c-circle__leftimage {
  width: 40vw;
  height: auto;
  opacity: 0.35;
  animation: 20s linear infinite rotation1;
}
.c-circle__rightimage {
  width: 50vw;
  height: auto;
  position: absolute;
  top: 20%;
  left: 25%;
  z-index: -1;
  opacity: 0.3;
  animation: 20s linear infinite rotation2;
}

.c-center__title--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-center__title--sp {
    display: block;
    text-align: center;
  }
}
.c-center__title--sp img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-center__title--sp img {
    width: 30%;
    height: auto;
    display: inline-block;
    margin: 2rem 0 3rem 0;
  }
}
@media screen and (max-width: 600px) {
  .c-center__title--sp img {
    width: 40%;
  }
}

.is-click {
  display: block;
}

.p-circle1,
.p-circle2,
.p-circle3,
.p-circle4,
.p-circle5,
.p-circle6,
.p-circle7,
.p-circle8 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .p-circle1,
.p-circle2,
.p-circle3,
.p-circle4,
.p-circle5,
.p-circle6,
.p-circle7,
.p-circle8 {
    position: static;
    display: flex;
    justify-content: center;
    -webkit-perspective: 500px;
    perspective: 500px;
  }
}

.p-circle1 {
  top: 51%;
  left: 20.5%;
}

.p-circle2 {
  top: 18.5%;
  left: 10%;
}

.p-circle3 {
  top: 28.5%;
  left: 25%;
}

.p-circle4 {
  top: 49%;
  left: 37%;
}

.p-circle5 {
  top: 52.5%;
  left: 53%;
}

.p-circle6 {
  top: 70%;
  left: 30%;
}

.p-circle7 {
  top: 65%;
  left: 7.5%;
}

.p-circle8 {
  top: 85%;
  left: 0%;
}

.c-circle1__image,
.c-circle2__image,
.c-circle3__image,
.c-circle4__image,
.c-circle5__image,
.c-circle6__image,
.c-circle7__image,
.c-circle8__image {
  width: 11vw;
  height: auto;
  animation: 20s linear infinite rotation1;
}
@media screen and (max-width: 1024px) {
  .c-circle1__image,
.c-circle2__image,
.c-circle3__image,
.c-circle4__image,
.c-circle5__image,
.c-circle6__image,
.c-circle7__image,
.c-circle8__image {
    width: 12.5rem;
    margin-top: 5rem;
    animation: 0s linear infinite rotation1;
    transform: rotateX(75deg);
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.c-skill__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 50%;
  background: linear-gradient(-135deg, #333333, #9966CC);
  padding: 8px;
  animation: wave 2s linear infinite;
}
@media screen and (max-width: 1024px) {
  .c-skill__center {
    top: 90%;
    left: 21%;
    padding: 30px;
    transform: rotateX(75deg);
  }
}
.c-skill__center:hover {
  position: absolute;
  top: 20%;
  left: 20%;
  transform: translate(-50%, -50%);
  padding: 3.5vw;
  transform: scaleY(0.2);
}
@media screen and (max-width: 1024px) {
  .c-skill__center:hover {
    display: none;
  }
}
.c-skill__center:hover + .c-skill__shape {
  display: block;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .c-skill__center:hover + .c-skill__shape {
    display: none;
  }
}
.c-skill__center:hover ~ .p-center__box {
  display: block;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c-skill__center:hover ~ .p-center__box {
    display: none;
  }
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0 0 rgba(207, 135, 237, 0.6), 0 0 0 0 rgba(207, 135, 237, 0.6);
  }
  30% {
    box-shadow: 0 0 0 9px rgba(29, 171, 209, 0), 0 0 0 0 rgba(207, 135, 237, 0.6);
  }
  65% {
    box-shadow: 0 0 0 9px rgba(29, 171, 209, 0), 0 0 0 10px rgba(29, 171, 209, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(29, 171, 209, 0), 0 0 0 10px rgba(29, 171, 209, 0);
  }
}
.c-form {
  width: 100%;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  border: 1px solid #CC99FF;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .c-form {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-form {
    height: 3rem;
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.c-form:hover > .c-form__left {
  background: linear-gradient(-135deg, rgb(235, 3, 235), rgb(68, 4, 68));
}
.c-form__left {
  width: 50%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.c-form__left p {
  padding-left: 1vw;
}
@media screen and (max-width: 1024px) {
  .c-form__left p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-form__left p {
    font-size: 1rem;
  }
}
.c-form__right {
  width: 50%;
  display: flex;
  text-align: left;
  border-left: 1px solid #DCC2FF;
  padding-left: 1vw;
}

.c-contact__submit {
  width: 60%;
  height: 6rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  border: 1.5px solid #CC99FF;
  margin: 5rem auto;
}
@media screen and (max-width: 1024px) {
  .c-contact__submit {
    height: 4rem;
    font-size: 2rem;
    margin: 3rem auto;
  }
}
@media screen and (max-width: 600px) {
  .c-contact__submit {
    font-size: 1.25rem;
  }
}
.c-contact__submit:hover {
  background: linear-gradient(-135deg, rgb(235, 3, 235), rgb(68, 4, 68));
}

.c-contact__message {
  height: 7.5rem;
}

.wpcf7-form-control {
  width: 100%;
  height: 100%;
}

.wpcf7-form-control-wrap {
  width: 100%;
  overflow: hidden;
}

.wpcf7-response-output {
  font-size: 2rem;
}

::placeholder {
  color: #DCC2FF;
}

.wpcf7-textarea {
  padding: 2.5rem 0;
}
@media screen and (max-width: 1024px) {
  .wpcf7-textarea {
    padding: 2.75rem 0;
  }
}
@media screen and (max-width: 600px) {
  .wpcf7-textarea {
    padding: 3rem 0;
  }
}

.c-hexagon {
  position: relative;
  width: 100px;
  height: 86.67px;
}
.c-hexagon div {
  width: 50px;
  height: 86.5px;
  position: absolute;
  left: 25px;
  transform-origin: center;
  box-sizing: border-box;
  background-color: #c0c0c0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.c-hexagon div:nth-of-type(1) {
  transform: rotate(0deg);
  border-color: #9966FF;
}

.c-hexagon div:nth-of-type(2) {
  transform: rotate(60deg);
  border-color: #9966FF;
}

.c-hexagon div:nth-of-type(3) {
  transform: rotate(120deg);
  border-color: #9966FF;
}

.c-skill__shape {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-skill__shape {
    display: block;
  }
}
.c-skill__shape--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}
.c-skill__shape--icon1 img {
  width: 7.5rem;
  height: 7.5rem;
}
.c-skill__shape--icon2 img {
  width: 8.5rem;
  height: 8.5rem;
}
.c-skill__shape--icon3 img {
  width: 8.5rem;
  height: 8.5rem;
}
.c-skill__shape--icon4 img {
  width: 8.5rem;
  height: 8.5rem;
}
.c-skill__shape--icon5 img {
  width: 8rem;
  height: 8rem;
}
.c-skill__shape--icon6 img {
  width: 7rem;
  height: 7rem;
}
.c-skill__shape--icon7 img {
  width: 6rem;
  height: 6rem;
}
.c-skill__shape--icon8 img {
  width: 6rem;
  height: 6rem;
}

.c-leftbox__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.c-leftbox__icon1 {
  width: 8.5rem;
  height: 8.5rem;
}
@media screen and (max-width: 1024px) {
  .c-leftbox__icon1 {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-leftbox__icon1 {
    width: 3rem;
    height: 3rem;
  }
}
.c-leftbox__icon2 {
  width: 9.5rem;
  height: 9.5rem;
}
@media screen and (max-width: 1024px) {
  .c-leftbox__icon2 {
    width: 6rem;
    height: 6rem;
    left: 75%;
  }
}
@media screen and (max-width: 600px) {
  .c-leftbox__icon2 {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.c-leftbox__icon3 {
  width: 12rem;
  height: 12rem;
}
@media screen and (max-width: 1024px) {
  .c-leftbox__icon3 {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 600px) {
  .c-leftbox__icon3 {
    width: 5rem;
    height: 5rem;
  }
}
.c-leftbox__icon4 {
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 1024px) {
  .c-leftbox__icon4 {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-leftbox__icon4 {
    width: 3rem;
    height: 3rem;
  }
}
.c-leftbox__icon5 {
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 1024px) {
  .c-leftbox__icon5 {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-leftbox__icon5 {
    width: 3rem;
    height: 3rem;
  }
}
.c-leftbox__icon6 {
  width: 8.5rem;
  height: 8.5rem;
}
@media screen and (max-width: 1024px) {
  .c-leftbox__icon6 {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-leftbox__icon6 {
    width: 3rem;
    height: 3rem;
  }
}
.c-leftbox__icon7 {
  width: 8.5rem;
  height: 8.5rem;
}
@media screen and (max-width: 1024px) {
  .c-leftbox__icon7 {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-leftbox__icon7 {
    width: 3rem;
    height: 3rem;
  }
}
.c-leftbox__icon8 {
  width: 8.5rem;
  height: 8.5rem;
}
@media screen and (max-width: 1024px) {
  .c-leftbox__icon8 {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-leftbox__icon8 {
    width: 3rem;
    height: 3rem;
  }
}

.c-leftside__text {
  color: #FFF;
  font-size: 1.5rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  .c-leftside__text {
    font-size: 1rem;
  }
}
.c-leftside__line {
  width: 90px;
  height: 10px;
  border-right: 2px solid #FF3366;
  border-bottom: 2px solid #FF3366;
  transform: skew(45deg);
}
@media screen and (max-width: 1024px) {
  .c-leftside__line {
    width: 70px;
    height: 5px;
  }
}
@media screen and (max-width: 600px) {
  .c-leftside__line {
    width: 60px;
    height: 5px;
  }
}

.c-load__text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 7.5rem;
  font-weight: bold;
}
.c-load__text span {
  display: inline-block;
  margin: 0 5px 15rem 5px;
}
@media screen and (max-width: 1024px) {
  .c-load__text span {
    font-size: 3rem;
  }
}
.c-load__text span:nth-child(1) {
  filter: blur(0px);
  animation: blur-text 1.5s 0s infinite linear alternate;
}
.c-load__text span:nth-child(2) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.c-load__text span:nth-child(3) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.c-load__text span:nth-child(4) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.c-load__text span:nth-child(5) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.c-load__text span:nth-child(6) {
  filter: blur(0px);
  animation: blur-text 1.5s 1s infinite linear alternate;
}
.c-load__text span:nth-child(7) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}
.c-load__text span:nth-child(8) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.4s infinite linear alternate;
}
.c-load__text span:nth-child(9) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.6s infinite linear alternate;
}
.c-load__text span:nth-child(10) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.8s infinite linear alternate;
}
.c-load__text span:nth-child(11) {
  filter: blur(0px);
  animation: blur-text 1.5s 2s infinite linear alternate;
}

@keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(7px);
  }
}
@keyframes animateTheBodyBg {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
.c-section__topimage {
  width: 100%;
  height: auto;
  position: relative;
}
.c-section__topimage--pc {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .c-section__topimage--pc {
    display: none;
  }
}
.c-section__topimage--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-section__topimage--sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

.p-profile__image--pc {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-profile__image--pc {
    display: none;
  }
}
.p-profile__image--pc img {
  width: 100%;
  height: auto;
}
.p-profile__image--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-profile__image--sp {
    display: block;
  }
  .p-profile__image--sp img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10rem;
  }
}

.c-header__menu img {
  width: 50%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .c-header__menu img {
    width: 75%;
  }
}
.c-header__menu ul {
  display: flex;
  justify-content: space-between;
  margin-top: 15rem;
}
@media screen and (max-width: 1024px) {
  .c-header__menu ul {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 600px) {
  .c-header__menu ul {
    display: block;
    margin-top: 7.5rem;
  }
}
.c-header__menu ul li {
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-header__menu ul li {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .c-header__menu ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4rem;
    transform: translateY(-50%);
    border: 15px solid transparent;
    border-left: 24px solid #00FFFF;
  }
}
.c-header__menu ul li a {
  position: relative;
  font-size: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .c-header__menu ul li a {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .c-header__menu ul li a {
    font-size: 4rem;
  }
}
.c-header__menu ul li a:hover::before {
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  left: -4rem;
  transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 12.5px solid transparent;
  border-left: 20px solid #00FFFF; /* 好みで色を変えてください */
}
@media screen and (max-width: 1024px) {
  .c-header__menu ul li a:hover::before {
    display: none;
  }
}

.p-header__container {
  display: none;
}

.p-header__container.is-active {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-header__menu {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100;
}

.c-header__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(rgb(0, 0, 0), rgb(51, 0, 51)), url(../image/main-visial.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-blend-mode: screen;
  opacity: 0.99;
}
@media screen and (max-width: 1024px) {
  .c-header__image::before {
    content: "";
    width: 100%; /* 横幅いっぱい */
    height: 100vh; /* 縦幅いっぱい */
    position: fixed; /* 擬似要素ごと固定 */
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(51, 0, 51, 0.25)), url(../image/main-visial.gif) no-repeat center;
    background-size: cover; /* cover指定できる */
  }
}

.c-select__introduction,
.c-select__career,
.c-select__vision {
  width: 40%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 12.5%;
  z-index: 10;
  font-size: 1.5rem;
  background-color: rgba(87, 3, 92, 0.75);
  padding-top: 3rem;
  margin: 0 auto;
  overflow-y: auto;
  border-left: 4px solid #439bb5;
  border-right: 4px solid #439bb5;
}
@media screen and (max-width: 1024px) {
  .c-select__introduction,
.c-select__career,
.c-select__vision {
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    background-color: rgba(87, 3, 92, 0);
    border: none;
    padding: 0;
    margin-bottom: 3rem;
  }
  .c-select__introduction::before, .c-select__introduction::after,
.c-select__career::before,
.c-select__career::after,
.c-select__vision::before,
.c-select__vision::after {
    display: none;
  }
  .c-select__introduction img,
.c-select__career img,
.c-select__vision img {
    display: none;
  }
}

.c-select__introduction h2 {
  width: 100%;
  -webkit-text-stroke: 1px #CC99FF;
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media screen and (max-width: 600px) {
  .c-select__introduction h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.c-select__introduction .wp-block-group {
  padding: 0 10%;
}
@media screen and (max-width: 1024px) {
  .c-select__introduction .wp-block-group {
    padding: 0;
  }
}
.c-select__introduction .wp-block-group h3 {
  font-size: 2.5rem;
  font-family: “游明朝”, YuMincho, “Hiragino Mincho ProN W3”, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “ＭＳ Ｐ明朝”, “ＭＳ 明朝”, serif;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  .c-select__introduction .wp-block-group h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-select__introduction .wp-block-group h4 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 600px) {
  .c-select__introduction .wp-block-group h4 {
    font-size: 1.25rem;
  }
}
.c-select__introduction .wp-block-group h5 {
  font-size: 5rem;
  margin: 1.5rem 0 3rem 0;
}
@media screen and (max-width: 1024px) {
  .c-select__introduction .wp-block-group h5 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .c-select__introduction .wp-block-group h5 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.c-select__introduction .wp-block-group p {
  font-size: 1.75rem;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .c-select__introduction .wp-block-group p {
    position: relative;
    font-size: 1.4rem;
    line-height: 2;
    padding: 1rem 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-select__introduction .wp-block-group p::before, .c-select__introduction .wp-block-group p::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    border-top: 1px solid #9966FF;
    border-bottom: 1px solid #9966FF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-select__introduction .wp-block-group p::before {
    left: 0;
    border-left: 4px solid #9966FF;
  }
  .c-select__introduction .wp-block-group p::after {
    right: 0;
    border-right: 4px solid #9966FF;
  }
}

.c-select__career .wp-block-columns {
  margin-bottom: 1.25rem;
}
.c-select__career h2 {
  width: 100%;
  -webkit-text-stroke: 1px #CC99FF;
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media screen and (max-width: 600px) {
  .c-select__career h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.c-select__career .wp-block-group {
  padding: 0 10%;
}
@media screen and (max-width: 1024px) {
  .c-select__career .wp-block-group {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 1rem 2rem;
  }
  .c-select__career .wp-block-group::before, .c-select__career .wp-block-group::after {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    border-top: 1px solid #9966FF;
    border-bottom: 1px solid #9966FF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-select__career .wp-block-group::before {
    left: 0;
    border-left: 4px solid #9966FF;
  }
  .c-select__career .wp-block-group::after {
    right: 0;
    border-right: 4px solid #9966FF;
  }
}
.c-select__career p {
  font-size: 1.75rem;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .c-select__career p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 600px) {
  .c-select__career p {
    text-align: center;
  }
}

.c-select__vision h2 {
  width: 100%;
  text-align: center;
  -webkit-text-stroke: 1px #CC99FF;
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media screen and (max-width: 600px) {
  .c-select__vision h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.c-select__vision .wp-block-group {
  padding: 0 10%;
}
@media screen and (max-width: 1024px) {
  .c-select__vision .wp-block-group {
    padding: 0;
  }
}
.c-select__vision .wp-block-group h3 {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 600px) {
  .c-select__vision .wp-block-group h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-select__vision .wp-block-group h4 {
  font-size: 1.25rem;
  margin-bottom: 3rem;
}
.c-select__vision .wp-block-group p {
  text-align: left;
  font-size: 1.75rem;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .c-select__vision .wp-block-group p {
    position: relative;
    font-size: 1.4rem;
    line-height: 2;
    padding: 1rem 2rem;
  }
  .c-select__vision .wp-block-group p::before, .c-select__vision .wp-block-group p::after {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    border-top: 1px solid #9966FF;
    border-bottom: 1px solid #9966FF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-select__vision .wp-block-group p::before {
    left: 0;
    border-left: 4px solid #9966FF;
  }
  .c-select__vision .wp-block-group p::after {
    right: 0;
    border-right: 4px solid #9966FF;
  }
}

.is-open {
  display: block;
}

.has-text-align-left {
  display: flex;
  justify-content: center;
}

.c-rightside__botton {
  position: fixed;
  top: 90%;
  right: 4%;
  z-index: 1100;
  display: flex;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 1024px) {
  .c-rightside__botton {
    right: 1.5%;
  }
}
@media screen and (max-width: 600px) {
  .c-rightside__botton {
    right: -1%;
  }
}
.c-rightside__botton img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-rightside__botton img {
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .c-rightside__botton img {
    width: 50%;
  }
}
.c-rightside__botton img:hover {
  background-color: #FFCCFF;
  border-radius: 50%;
}

.c-section__toptext {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12.5rem;
  font-weight: bold;
  letter-spacing: 1vw;
}
@media screen and (max-width: 1024px) {
  .c-section__toptext {
    top: 40%;
    font-size: 15vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.c-section__toptext--glitch {
  position: relative;
  margin: 0 auto;
}
.c-section__toptext--glitch::before {
  content: "ERROR";
  position: absolute;
  top: 0;
  left: -2px;
  text-shadow: 1px 0 blue;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}
@media screen and (max-width: 1024px) {
  .c-section__toptext--glitch::before {
    display: none;
  }
}
.c-section__toptext--glitch::after {
  content: "ERROR";
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}
@media screen and (max-width: 1024px) {
  .c-section__toptext--glitch::after {
    display: none;
  }
}

@keyframes noise-anim {
  0% {
    clip: rect(79px, 9999px, 51px, 0);
  }
  5% {
    clip: rect(92px, 9999px, 99px, 0);
  }
  10% {
    clip: rect(91px, 9999px, 36px, 0);
  }
  15% {
    clip: rect(66px, 9999px, 1px, 0);
  }
  20% {
    clip: rect(42px, 9999px, 5px, 0);
  }
  25% {
    clip: rect(2px, 9999px, 48px, 0);
  }
  30% {
    clip: rect(74px, 9999px, 32px, 0);
  }
  35% {
    clip: rect(92px, 9999px, 20px, 0);
  }
  40% {
    clip: rect(82px, 9999px, 12px, 0);
  }
  45% {
    clip: rect(72px, 9999px, 75px, 0);
  }
  50% {
    clip: rect(31px, 9999px, 99px, 0);
  }
  55% {
    clip: rect(85px, 9999px, 75px, 0);
  }
  60% {
    clip: rect(51px, 9999px, 21px, 0);
  }
  65% {
    clip: rect(63px, 9999px, 33px, 0);
  }
  70% {
    clip: rect(40px, 9999px, 85px, 0);
  }
  75% {
    clip: rect(90px, 9999px, 79px, 0);
  }
  80% {
    clip: rect(40px, 9999px, 74px, 0);
  }
  85% {
    clip: rect(36px, 9999px, 35px, 0);
  }
  90% {
    clip: rect(22px, 9999px, 35px, 0);
  }
  95% {
    clip: rect(75px, 9999px, 61px, 0);
  }
  100% {
    clip: rect(78px, 9999px, 27px, 0);
  }
}
@keyframes noise-anim-2 {
  0% {
    clip: rect(72px, 9999px, 79px, 0);
  }
  5% {
    clip: rect(3px, 9999px, 37px, 0);
  }
  10% {
    clip: rect(87px, 9999px, 94px, 0);
  }
  15% {
    clip: rect(43px, 9999px, 69px, 0);
  }
  20% {
    clip: rect(12px, 9999px, 12px, 0);
  }
  25% {
    clip: rect(83px, 9999px, 4px, 0);
  }
  30% {
    clip: rect(51px, 9999px, 39px, 0);
  }
  35% {
    clip: rect(50px, 9999px, 66px, 0);
  }
  40% {
    clip: rect(74px, 9999px, 6px, 0);
  }
  45% {
    clip: rect(15px, 9999px, 21px, 0);
  }
  50% {
    clip: rect(18px, 9999px, 88px, 0);
  }
  55% {
    clip: rect(63px, 9999px, 86px, 0);
  }
  60% {
    clip: rect(88px, 9999px, 24px, 0);
  }
  65% {
    clip: rect(76px, 9999px, 43px, 0);
  }
  70% {
    clip: rect(6px, 9999px, 63px, 0);
  }
  75% {
    clip: rect(68px, 9999px, 37px, 0);
  }
  80% {
    clip: rect(62px, 9999px, 68px, 0);
  }
  85% {
    clip: rect(58px, 9999px, 19px, 0);
  }
  90% {
    clip: rect(74px, 9999px, 31px, 0);
  }
  95% {
    clip: rect(88px, 9999px, 5px, 0);
  }
  100% {
    clip: rect(94px, 9999px, 42px, 0);
  }
}
.c-center__text--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-center__text--sp {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    border-bottom: 1px solid #B2B2B2;
    padding-bottom: 3rem;
  }
}

.c-slider__image {
  width: 60%;
  height: 100%;
  margin: 0 auto;
  border: 2px solid #9966CC;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .c-slider__image {
    max-width: 60%;
    margin-bottom: 3rem;
  }
}
.c-slider__image img {
  width: 100%;
  height: 20vw;
  object-fit: cover;
  border-right: 1.5px solid #CCCCFF;
}
.c-slider__nav {
  width: 80%;
  min-height: auto;
  margin: 0 auto;
}
.c-slider__nav .slick-slide {
  width: 100%;
  height: 100%;
  margin: 0 1rem;
  border: 2px solid #9966CC;
}
@media screen and (max-width: 1024px) {
  .c-slider__nav .slick-slide {
    margin: 0 0.5rem;
  }
}
.c-slider__nav .slick-slide:hover {
  box-shadow: 0 0 1rem 0.5rem #9966CC; /*ボタンの外側に*/
}
@media screen and (max-width: 1024px) {
  .c-slider__nav .slick-slide:hover {
    box-shadow: 0 0 0.5rem 0.25rem;
  }
}
.c-slider__nav img {
  width: 100%;
  height: 7.5vw;
  object-fit: cover;
  border: 1.5px solid #CCCCFF;
}
@media screen and (max-width: 1024px) {
  .c-slider__nav img {
    height: 15vw;
  }
}

.slide-arrow {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.prev-arrow {
  border-top: solid 5px #CC33FF;
  border-right: solid 5px #CC33FF;
  width: 45px;
  height: 45px;
  transform: rotate(225deg);
  left: -70px;
}
@media screen and (max-width: 1024px) {
  .prev-arrow {
    width: 30px;
    height: 30px;
    left: -60px;
  }
}
@media screen and (max-width: 0px) {
  .prev-arrow {
    width: 25px;
    height: 25px;
    left: -45px;
  }
}
@media screen and (max-width: 600px) {
  .prev-arrow {
    border-top: solid 3px #CC33FF;
    border-right: solid 3px #CC33FF;
    width: 15px;
    height: 15px;
    left: -25px;
  }
}

.next-arrow {
  border-top: solid 5px #CC33FF;
  border-right: solid 5px #CC33FF;
  width: 45px;
  height: 45px;
  transform: rotate(45deg);
  right: -70px;
}
@media screen and (max-width: 1024px) {
  .next-arrow {
    width: 30px;
    height: 30px;
    right: -60px;
  }
}
@media screen and (max-width: 0px) {
  .next-arrow {
    width: 25px;
    height: 25px;
    right: -45px;
  }
}
@media screen and (max-width: 600px) {
  .next-arrow {
    border-top: solid 3px #CC33FF;
    border-right: solid 3px #CC33FF;
    width: 15px;
    height: 15px;
    right: -25px;
  }
}

.c-title img {
  width: 60vw;
  height: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .c-title img {
    top: 30%;
  }
}

@media screen and (max-width: 1024px) {
  .c-title__center--pc {
    display: none;
  }
}

.c-title__center--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-title__center--sp {
    display: block;
  }
}

.c-scrool__arrow path {
  stroke: #FF77FF;
  fill: transparent;
  stroke-width: 7.5px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

.c-scrool__arrow path.c-scrool__arrow--first {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.c-scrool__arrow path.c-scrool__arrow--second {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.c-scrool__arrow path.c-scrool__arrow--third {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.c-work__image::before, .c-work__image::after {
  content: "";
  position: absolute;
  z-index: 10;
  background-image: url(../image/work-borderright.jpg);
  background-size: cover;
}
.c-work__image::before {
  width: 3%;
  height: 100%;
  top: 0;
  right: 0;
}
.c-work__image::after {
  width: 100%;
  height: 4%;
  top: 0;
  left: 0;
}

.c-section__works__image1 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  margin-bottom: 15%;
}
.c-section__works__image1::before, .c-section__works__image1::after {
  content: "";
  position: absolute;
  z-index: 10;
  background-image: url(../image/work-borderleft.jpg);
  background-size: cover;
}
.c-section__works__image1::before {
  width: 3%;
  height: 100%;
  top: 0%;
  left: 0%;
}
.c-section__works__image1::after {
  width: 100%;
  height: 4%;
  top: 97.5%;
  left: 0;
}

.wp-image-889, .wp-image-891, .wp-image-957 {
  width: 70%;
  height: 100%;
}

.wp-block-image {
  margin: 0;
}

.wp-block-columns {
  margin-bottom: 0;
}

.c-work__link {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #439bb5;
}
@media screen and (max-width: 1024px) {
  .c-work__link {
    border-bottom: 1px solid #439bb5;
  }
}
.c-work__link:hover::before {
  content: "";
  position: absolute;
  top: 47.5%;
  left: -2vw;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 16px solid #00FFFF;
}
@media screen and (max-width: 1024px) {
  .c-work__link:hover::before {
    display: none;
  }
}

.p-title {
  position: relative;
  width: 100%;
  height: 70rem;
}

.p-scrool {
  width: 60px;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -30px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 600px) {
  .p-scrool {
    margin-bottom: 15rem;
  }
}

.p-section {
  position: relative;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-section {
    width: 90%;
  }
}
.p-section__inner {
  position: relative;
  z-index: 500;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(87, 3, 92, 0.8), rgb(11, 11, 11));
  border-radius: 30px;
  padding-bottom: 2.5rem;
}
.p-section__inner h1 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-section__inner h1 {
    text-align: center;
  }
}
.p-section__inner h1 img {
  width: 40%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-section__inner h1 img {
    width: 50%;
    height: auto;
  }
}

.p-center__box {
  width: 80%;
  position: fixed;
  top: 92.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
  text-align: center;
  color: #FFFFFF;
  border: 3px double #CC99FF;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .p-center__box {
    display: none;
  }
}

.p-center__leftbox {
  position: relative;
  width: 30%;
}

.p-center__rightbox {
  width: 70%;
  height: 100%;
}
.p-center__rightbox h3 {
  padding: 0.5rem 0 1rem 0;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-center__rightbox h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-center__rightbox h3 {
    font-size: 1.5rem;
  }
}
.p-center__rightbox p {
  font-size: 1.75rem;
  padding: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-center__rightbox p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-center__rightbox p {
    font-size: 1.35rem;
  }
}

.p-contact h1 img {
  padding: 5% 0 0 5%;
}
@media screen and (max-width: 1024px) {
  .p-contact h1 img {
    width: 50%;
    padding: 5rem 0 0 0;
  }
}
.p-contact__form {
  max-width: 80%;
  height: 100%;
  margin: 0 auto;
  display: block;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-contact__form {
    padding-bottom: 0;
  }
}

.p-load__container {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 42.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: animateTheBodyBg 10s linear infinite;
}
@media screen and (max-width: 1024px) {
  .p-load__container {
    top: 42.5%;
  }
}

.p-load__container span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(calc(18deg * var(--i)));
}

.p-load__container span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00ff0a;
  box-shadow: 0 0 10px #00ff0a, 0 0 20px #00ff0a, 0 0 30px #00ff0a, 0 0 40px #00ff0a, 0 0 60px #00ff0a, 0 0 80px #00ff0a, 0 0 100px #00ff0a;
  animation: animateTheSpan 2s linear infinite calc(0.1s * var(--i));
}

@keyframes animateTheSpan {
  0% {
    transform: scale(1);
  }
  80%, 90% {
    transform: scale(0);
  }
}
.p-profile h1 img {
  padding: 5% 0 0 5%;
}
@media screen and (max-width: 1024px) {
  .p-profile h1 img {
    width: 50%;
    padding: 5rem 0 0 0;
  }
}
.p-profile__content {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}
.p-profile__text {
  position: absolute;
  top: 3%;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-profile__text {
    width: 100%;
    position: static;
    display: inline-block;
    text-align: center;
  }
}
.p-profile__text img {
  width: 25vw;
  height: auto;
  margin-bottom: 2.5vh;
}
@media screen and (max-width: 1024px) {
  .p-profile__text img {
    display: none;
  }
}

.wp-block-image {
  margin: 0;
}

.c-select {
  position: relative;
  font-size: 2vw;
  margin-left: 3.5vw;
}
@media screen and (max-width: 1024px) {
  .c-select {
    margin-left: 0;
  }
}
.c-select__top, .c-select__center, .c-select__bottom {
  width: 75%;
  height: 100%;
  position: relative;
  border-bottom: 1px solid #439bb5;
  padding: 0.5rem 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .c-select__top, .c-select__center, .c-select__bottom {
    display: none;
  }
}
.c-select__top:hover::before, .c-select__center:hover::before, .c-select__bottom:hover::before {
  content: "";
  position: absolute;
  top: 47.5%;
  left: -2vw;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 16px solid #00FFFF;
}

.c-profile__botton {
  position: relative;
  z-index: 1;
  display: block;
  text-align: right;
  padding: 5% 5% 0 0;
}
@media screen and (max-width: 1024px) {
  .c-profile__botton {
    padding: 0;
  }
}
.c-profile__botton img {
  width: 3rem;
  height: auto;
}

.p-hamburger {
  width: 8rem;
  height: 4rem;
  position: fixed;
  top: 5%;
  right: 2.5%;
  z-index: 1100;
}
@media screen and (max-width: 1024px) {
  .p-hamburger {
    width: 6rem;
    height: 3rem;
    right: 1%;
  }
}
@media screen and (max-width: 600px) {
  .p-hamburger {
    width: 4rem;
    height: 2rem;
  }
}

.p-section__bottom {
  position: relative;
  width: 90%;
  height: 100%;
  z-index: -1;
  padding-bottom: 12.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-section__bottom {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .p-section__bottom {
    padding-bottom: 5rem;
  }
}
.p-section__bottom h1 {
  padding-top: 0;
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .p-section__bottom h1 {
    margin: 7.5rem 0 5rem 0;
  }
}
.p-section__bottom h1 img {
  width: 100%;
}
.p-section__bottom--slider {
  max-width: 100%;
  width: 100%;
  min-height: auto;
  margin: 0 auto;
}

.p-botton__top {
  position: absolute;
  top: 80%;
  left: 48.5%;
  z-index: 100;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .p-botton__top {
    position: static;
    display: flex;
    justify-content: center;
    transform: translate(0);
    margin-top: 5rem;
  }
}

.p-botton__bottom {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  .p-botton__bottom {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 0px) {
  .p-botton__bottom {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-botton__bottom {
    margin-top: 5rem;
  }
}

.p-section__center {
  position: relative;
  width: 90%;
  height: 100%;
  margin-bottom: 15rem;
  margin: 0 auto;
}
.p-section__center h1 img {
  width: 80%;
  margin-top: -5rem;
}
@media screen and (max-width: 1024px) {
  .p-section__center h1 img {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-section__center h1 img {
    width: 65%;
  }
}

@media screen and (max-width: 1024px) {
  .p-skill {
    position: absolute;
  }
}

.p-section__top {
  position: relative;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 10rem;
}
.p-section__top h1 {
  padding-top: 5rem;
}

.p-leftside {
  position: fixed;
  top: 25%;
  left: 0vw;
  z-index: 10;
  transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .p-leftside {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-leftside {
    left: -2%;
  }
}

.p-work h1 {
  padding: 5% 5% 0 5%;
  margin-bottom: 5rem;
}
.p-work h1 img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-work h1 {
    padding: 5rem 5% 0 5%;
  }
}
.p-work__content {
  width: 80%;
  margin: 0 auto;
}
.p-work__content h2 {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 5vh;
}
@media screen and (max-width: 600px) {
  .p-work__content h2 {
    font-size: 4vw;
    margin-bottom: 3vh;
  }
}
@media screen and (max-width: 450px) {
  .p-work__content h2 {
    font-size: 3vw;
    margin-bottom: 2vh;
  }
}
.p-work__content p {
  font-size: 1.5vw;
  margin-bottom: 1.5vh;
}
@media screen and (max-width: 600px) {
  .p-work__content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .p-work__content p {
    margin-bottom: 1vh;
  }
}
.p-work__text {
  width: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 10;
  text-align: left;
}
.p-work__text img {
  width: 7.5vw;
  height: 7.5vw;
  margin-top: 3vh;
  margin-left: 2.5vw;
}
@media screen and (max-width: 1024px) {
  .p-work__text img {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (max-width: 450px) {
  .p-work__text img {
    width: 8vw;
    height: 8vw;
    margin-top: 1vh;
  }
}

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