@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700;900&family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400;700&display=swap");
/*! destyle.css v2.0.2 | 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;
}

/* 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.
 */
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
/**
 * 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.
 */
/**
 * 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; /* 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;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  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;
}

/*------------------------------

  開発環境の初期化

------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  margin: 0;
  overflow-x: hidden;
  background: linear-gradient(180deg, #0085FF, #020C1C) no-repeat;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.l-header__inner {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 10px 0 10px 10px;
  }
}
.l-header__logo {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    font-size: 16px;
    line-height: 1.2;
  }
}
.l-header__logo span {
  color: rgb(250, 101, 225);
}
.l-header__nav ul {
  display: flex;
}
.l-header__nav li > a {
  padding: 10px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__nav li > a {
    font-size: 16px;
  }
}
.l-header__nav li > a span {
  color: rgb(250, 101, 225);
}

@media (any-hover: hover) {
  .l-header__logo:hover {
    color: rgb(250, 101, 225);
  }
  .l-header__nav li > a:hover {
    color: rgb(250, 101, 225);
  }
}
.l-footer__image__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .l-footer__image__wrap {
    margin-bottom: min(26.6666666667vw, 160px);
    gap: min(2.6666666667vw, 16px);
  }
}
.l-footer__image--right {
  width: min(43.6666666667vw, 524px);
  height: auto;
  animation: upDown 3s infinite ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-footer__image--right {
    width: min(45.3333333333vw, 272px);
  }
}
.l-footer__image--right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-footer__image--left {
  width: min(42.5vw, 510px);
  height: auto;
  animation: upDown 4s infinite ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-footer__image--left {
    width: min(45.3333333333vw, 272px);
  }
}
.l-footer__image--left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-footer__bottom {
  width: 100%;
  padding-top: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    padding-top: 100px;
  }
}
.l-footer__bottom:after {
  content: "";
  display: block;
  background-color: #472f2a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer__button {
  transition: transform 0.3s;
}
.l-footer__button svg {
  fill: #fff;
  width: min(8.3333333333vw, 100px);
  height: min(8.3333333333vw, 100px);
}
@media screen and (max-width: 767px) {
  .l-footer__button svg {
    width: min(21.3333333333vw, 128px);
    height: min(21.3333333333vw, 128px);
  }
}
.l-footer__button__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  position: absolute;
  top: max(-5vw, -60px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-footer__button__wrap {
    gap: min(16vw, 96px);
    top: max(-13.3333333333vw, -80px);
  }
}
.l-footer__button:first-child {
  transform: rotate(-20deg);
}
.l-footer__button:last-child {
  transform: rotate(20deg);
}
.l-footer__copyright {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.l-footer__wave {
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: -1;
  transform: rotate(180deg);
}
.l-footer__wave svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: min(9vw, 108px);
  fill: #472f2a;
}
@media screen and (max-width: 767px) {
  .l-footer__wave svg {
    height: min(13.3333333333vw, 80px);
  }
}

@media (any-hover: hover) {
  .l-footer__button:hover {
    transform: translateY(-60px) scale(1.3) rotate(0);
  }
}
@keyframes upDown {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(-30px);
  }
}
.button {
  display: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .button {
    display: inline-block;
  }
}

.hamburger {
  position: fixed;
  top: min(0vw, 0px);
  right: min(5.3333333333vw, 32px);
  z-index: 5;
  width: min(8vw, 48px);
  height: min(16vw, 96px);
  border-radius: 50%;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: min(8vw, 48px);
  height: min(0.5333333333vw, 3.2px);
  border-radius: min(13.3333333333vw, 80px);
  background-color: #1B224C;
  -webkit-transition: inherit;
  transition: inherit;
}
.hamburger__line::before, .hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: min(13.3333333333vw, 80px);
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.drawer-background {
  position: fixed;
  z-index: 3;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  background-color: #F8F8F8;
  visibility: hidden;
  opacity: 0;
}

.is-drawerActive .sp-global-menu {
  transform: translateX(0px);
  transition: 0.3s;
}
.is-drawerActive .drawer-background {
  visibility: visible;
  opacity: 0.8;
  transition: 0.3s;
}

.hamburger__line::before {
  top: min(-2.1333333333vw, -12.8px);
}

.hamburger__line::after {
  top: min(2.1333333333vw, 12.8px);
}

.hamburger[aria-expanded=true] .hamburger__line {
  background-color: transparent;
}
.hamburger[aria-expanded=true] .hamburger__line::before, .hamburger[aria-expanded=true] .hamburger__line::after {
  top: 0;
  background-color: #1B224C;
}

.hamburger[aria-expanded=true] .hamburger__line::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger[aria-expanded=true] .hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp-global-menu {
  position: fixed;
  z-index: 4;
  width: min(90.6666666667vw, 544px);
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  background-color: #fff;
  transform: translateX(min(90.6666666667vw, 544px));
  transition: 0.3s;
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-global-menu {
    display: block;
  }
}

.sp-global-menu {
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sp-global-menu ul {
  padding-top: min(21.3333333333vw, 128px);
  padding-left: min(13.3333333333vw, 80px);
  padding-bottom: min(8vw, 48px);
}
.sp-global-menu li {
  width: 100%;
  margin-bottom: min(8vw, 48px);
}
.sp-global-menu a {
  width: 100%;
  display: block;
  color: #1B224C;
}
@media screen and (max-width: 767px) {
  .sp-global-menu a {
    font-size: min((16 / 375) * 100vw, 25.6px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.sp-global-menu span {
  font-family: "Oswald", sans-serif;
  display: block;
  margin-bottom: min(1.3333333333vw, 8px);
}
@media screen and (max-width: 767px) {
  .sp-global-menu span {
    font-size: min((30 / 375) * 100vw, 48px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

.is-drawerActive {
  overflow: hidden;
}

.l-container {
  width: min(93.3333333333vw, 1120px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: min(93.3333333333vw, 560px);
  }
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
  right: 30px;
}
.c-pagetop a {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    right: 10px;
  }
}

.fadeup {
  opacity: 0;
  transform: translateY(40px);
  transition-property: transform opacity;
  transition-duration: 1.25s;
  transition-timing-function: ease;
}
.fadeup.on {
  opacity: 1;
  transform: translateY(0);
}

.toleft {
  opacity: 0;
  transform: translateX(40px);
  transition-property: transform opacity;
  transition-duration: 1.25s;
  transition-timing-function: ease;
}
.toleft.on {
  opacity: 1;
  transform: translateX(0);
}

.toright {
  opacity: 0;
  transform: translateX(-40px);
  transition-property: transform opacity;
  transition-duration: 1.25s;
  transition-timing-function: ease;
}
.toright.on {
  opacity: 1;
  transform: translateX(0);
}

.zoomin {
  opacity: 0;
  transform: scale(0);
  transition-property: transform opacity;
  transition-duration: 1.25s;
  transition-timing-function: ease;
}
.zoomin.on {
  opacity: 1;
  transform: scale(1);
}

.top .p-kv {
  background: url(../img/top/kv.jpg) no-repeat top/cover;
  width: 100%;
  height: 100dvh;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
	margin-bottom: -2px;
}
.top .p-kv__container {
  background-color: rgba(0, 39, 255, 0.1);
  width: 59.0277777778vw;
  padding: 1.3888888889vw 2.7777777778vw 4.8611111111vw;
}
@media screen and (max-width: 767px) {
  .top .p-kv__container {
    width: min(93.3333333333vw, 560px);
    padding: min(5.3333333333vw, 32px) min(8vw, 48px) min(18.6666666667vw, 112px);
  }
}
.top .p-kv__title {
  font-family: "Lato", sans-serif;
  color: transparent;
  -webkit-text-stroke: 0.1388888889vw #fff;
  font-size: 6.9444444444vw;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .top .p-kv__title {
    -webkit-text-stroke: min(0.5333333333vw, 3.2px) #fff;
    font-size: min(13.3333333333vw, 80px);
  }
}
.top .p-kv__text {
  color: #fff;
  font-size: 1.3888888889vw;
  font-weight: 700;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .top .p-kv__text {
    font-size: min(3.7333333333vw, 22.4px);
    margin-top: min(8vw, 48px);
  }
}
.top .p-kv__wave {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top .p-kv__wave {
    height: 30vh;
  }
}
.top .p-kv__wave svg {
  width: 100%;
  height: 100%;
}
.top .p-about {
  padding: 1000px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .p-about {
    padding: 400px 0 100px;
  }
}
.top .p-about__inner {
  position: relative;
}
.top .p-about__title {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.top .p-about__title__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  fill: none;
  stroke: #fff;
  stroke-width: 3px;
}
.top .p-about__title__image:first-child {
  animation: loop 50s -25s linear infinite;
}
.top .p-about__title__image:last-child {
  animation: loop2 50s linear infinite;
}
.top .p-about__image {
  transition: all 0.6s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .top .p-about__image:first-child {
    animation: rotate2 8s linear infinite;
  }
}
.top .p-about__image:last-child {
  transform: rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .top .p-about__image:last-child {
    animation: rotate 8s linear infinite;
  }
}
.top .p-about__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top .p-about__image__wrap {
  position: relative;
  cursor: pointer;
  width: 80%;
  max-width: 800px;
  aspect-ratio: 1.66;
  margin: 0px auto 0;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .top .p-about__image__wrap {
    width: 90%;
  }
}
.top .p-about__wave {
  width: 100%;
  height: 80vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(-1);
}
@media screen and (max-width: 767px) {
  .top .p-about__wave {
    height: 50vh;
  }
}
.top .p-about__wave svg {
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .top .p-about__image__wrap:hover .p-about__image:first-child {
    transform: rotateY(180deg);
  }
  .top .p-about__image__wrap:hover .p-about__image:last-child {
    transform: rotateY(0deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top .p-works {
  margin-bottom: 800px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .top .p-works {
    margin-bottom: 300px;
    padding: 0 20px;
  }
}
.top .p-works__title {
  height: 100dvh;
  height: 100vh;
  font-family: "Lato", sans-serif;
  font-size: 70px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top .p-works__title {
    height: auto;
    font-size: 35px;
    margin: 100px 0;
  }
}
.top .p-works__title span.smoothText {
  overflow: hidden;
  display: block;
}
.top .p-works__title span.smoothTextTrigger {
  transition: 0.8s ease-in-out;
  transform: translate3d(0, 100%, 0) skewY(12deg);
  transform-origin: left;
  display: block;
}
.top .p-works__title span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0) skewY(0);
}
.top .p-works__container {
  display: flex;
  flex-direction: column;
  gap: 200px;
}
@media screen and (max-width: 767px) {
  .top .p-works__container {
    gap: 100px;
  }
}
.top .p-works__block {
  width: min(62.5vw, 900px);
  height: min(62.5vw, 900px);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  animation: radius 8s infinite linear;
  overflow: hidden;
  transition: border-radius 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .p-works__block {
    width: min(80vw, 480px);
    height: min(80vw, 480px);
  }
}
.top .p-works__block__image {
  width: 100%;
  height: 100%;
}
.top .p-works__block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .p-works__block__detail {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  opacity: 0;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .top .p-works__block__detail {
    background: rgba(0, 0, 0, 0.5);
    padding: min(8vw, 48px);
    gap: min(8vw, 48px);
    opacity: 1;
    transform: scale(1);
    border-radius: 0;
  }
}
.top .p-works__block__title {
  font-size: min(2.9166666667vw, 35px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top .p-works__block__title {
    font-size: min(4.8vw, 28.8px);
  }
}
.top .p-works__block__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.top .p-works__block__cat li {
  display: block;
  padding: min(0.4166666667vw, 5px) min(1.25vw, 15px);
  border: 2px solid #fff;
  font-family: "Lato", sans-serif;
  font-size: min(1.5vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top .p-works__block__cat li {
    padding: min(0.8vw, 4.8px) min(2.6666666667vw, 16px);
    border-width: min(0.5333333333vw, 3.2px);
    font-size: min(3.2vw, 19.2px);
  }
}
.top .p-works__block__button a {
  font-family: "Lato", sans-serif;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(20.8333333333vw, 250px);
  height: min(5vw, 60px);
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .p-works__block__button a {
    font-size: min(3.7333333333vw, 22.4px);
    width: min(42.6666666667vw, 256px);
    height: min(10.6666666667vw, 64px);
    border-width: min(0.5333333333vw, 3.2px);
  }
}
.top .p-works__block__button a:before {
  content: "";
  display: block;
  background-color: #0085FF;
  width: min(41.6666666667vw, 500px);
  height: min(5vw, 60px);
  transform: skewX(45deg);
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  .top .p-works__block__button a:before {
    width: min(85.3333333333vw, 512px);
    height: min(10.6666666667vw, 64px);
  }
}
.top .p-works__block:nth-child(2n) {
  align-self: flex-end;
}
@media (any-hover: hover) {
  .top .p-works__block:hover {
    animation: square 0.3s forwards linear;
  }
  .top .p-works__block:hover .p-works__block__detail {
    transform: scale(1);
    opacity: 1;
    border-radius: 0;
  }
  .top .p-works__block__button a:hover:before {
    right: -50%;
  }
}
@keyframes radius {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@keyframes square {
  0% {
    border-radius: 50%;
  }
  100% {
    border-radius: 30px;
  }
}

.post-works {
  overflow: hidden;
}
.post-works .p-content {
  padding: 250px 0;
}
@media screen and (max-width: 767px) {
  .post-works .p-content {
    padding: 100px 0;
  }
}
.post-works .p-content__header {
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__header {
    margin-bottom: min(8vw, 48px);
  }
}
.post-works .p-content__title {
  font-family: "Lato", sans-serif;
  font-size: 4.1666666667vw;
  color: transparent;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-stroke: #fff 0.1388888889vw;
  text-align: center;
  margin-bottom: 3.4722222222vw;
  padding: 0 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__title {
    font-size: min(6.6666666667vw, 40px);
    margin-bottom: min(8vw, 48px);
    padding: 0 min(2.6666666667vw, 16px);
    -webkit-text-stroke-width: min(0.2666666667vw, 1.6px);
  }
}
.post-works .p-content__title span.smoothText {
  overflow: hidden;
  display: block;
}
.post-works .p-content__title span.smoothTextTrigger {
  transition: 0.8s ease-in-out;
  transform: translate3d(0, 100%, 0) skewY(12deg);
  transform-origin: left;
  display: block;
}
.post-works .p-content__title span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0) skewY(0);
}
.post-works .p-content__link {
  background: rgb(250, 101, 225);
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  border-radius: 50%;
  margin: 0 auto 6.9444444444vw;
  position: relative;
  transition: background-color 0.5s;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__link {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
  }
}
.post-works .p-content__link a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.post-works .p-content__link a:after {
  content: "LINK";
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 2.0833333333vw;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__link a:after {
    font-size: 20px;
  }
}
.post-works .p-content__closed {
  background: #707070;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  border-radius: 50%;
  margin: 0 auto 6.9444444444vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__closed {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
  }
}
.post-works .p-content__closed a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
}
.post-works .p-content__closed a:after {
  content: "Closed";
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 2.0833333333vw;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-60%, -50%);
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__closed a:after {
    font-size: 20px;
  }
}
.post-works .p-content__swiper {
  width: 86.1111111111vw;
  height: 48.6111111111vw;
  position: relative;
  box-shadow: 0.6944444444vw 0.6944444444vw 0 #020C1C;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__swiper {
    width: min(93.3333333333vw, 560px);
    height: min(53.3333333333vw, 320px);
    box-shadow: min(1.3333333333vw, 8px) min(1.3333333333vw, 8px) 0 #020C1C;
  }
}
.post-works .p-content__swiper:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 200vw;
  height: 83.3333333333vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(20deg);
  transform-origin: top left;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__swiper:before {
    height: min(173.3333333333vw, 1040px);
    transform: rotate(20deg);
  }
}
.post-works .p-content__swiper .swiper {
  width: 100%;
  height: 100%;
}
.post-works .p-content__swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.post-works .p-content__swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.post-works .p-content__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-works .p-content__detail {
  width: 70%;
  padding-right: 13.8888888889vw;
  color: #0085FF;
  margin-left: auto;
  margin-bottom: min(9.1666666667vw, 110px);
}
@media screen and (max-width: 767px) {
  .post-works .p-content__detail {
    width: 80%;
    padding-right: min(6.6666666667vw, 40px);
    margin-bottom: min(21.3333333333vw, 128px);
  }
}
.post-works .p-content__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.6944444444vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__cat {
    gap: 0 min(2.6666666667vw, 16px);
    margin-bottom: min(5.3333333333vw, 32px);
  }
}
.post-works .p-content__cat li {
  display: block;
  padding: min(0.4166666667vw, 5px) min(1.25vw, 15px);
  border: min(0.1666666667vw, 2px) solid #0085FF;
  font-family: "Lato", sans-serif;
  font-size: min(1.8333333333vw, 22px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__cat li {
    padding: min(0.8vw, 4.8px) min(2.6666666667vw, 16px);
    border-width: min(0.5333333333vw, 3.2px);
    font-size: min(3.2vw, 19.2px);
  }
}
.post-works .p-content__design {
  margin-bottom: 17.3611111111vw;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__design {
    margin-bottom: min(53.3333333333vw, 320px);
  }
}
.post-works .p-content__image {
  text-align: center;
  margin-bottom: 20.8333333333vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__image {
    margin-bottom: min(40vw, 240px);
  }
}
.post-works .p-content__image:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 200vw;
  height: 52.0833333333vw;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: rotate(-20deg) translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__image:before {
    height: min(80vw, 480px);
  }
}
.post-works .p-content__image img {
  width: min(75vw, 900px);
  height: auto;
  object-fit: contain;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .post-works .p-content__image img {
    width: min(80vw, 480px);
  }
}
.post-works .p-content__mockup {
  width: 80%;
  max-width: 400px;
  aspect-ratio: 400/810;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__mockup {
    width: min(85.3333333333vw, 512px);
    max-width: unset;
  }
}
.post-works .p-content__mockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.post-works .p-content__mockup__wrap {
  position: relative;
}
.post-works .p-content__mockup__text {
  font-family: "Lato", sans-serif;
  color: transparent;
  font-size: min(12.5vw, 180px);
  font-weight: 700;
  text-align: center;
  -webkit-text-stroke: #0085FF min(0.1388888889vw, 2px);
  transform-origin: center;
  transform: rotate(20deg) translateY(min(10vw, 120px));
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__mockup__text {
    font-size: min(14.6666666667vw, 88px);
    padding-left: min(13.3333333333vw, 80px);
    -webkit-text-stroke-width: min(0.5333333333vw, 3.2px);
    transform: rotate(20deg) translateY(min(21.3333333333vw, 128px));
  }
}
.post-works .p-content__mockup__text:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 200vw;
  height: 700px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: bottom center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__mockup__text:before {
    height: min(106.6666666667vw, 640px);
  }
}
.post-works .p-content__image--sp {
  width: 88%;
  height: 630px;
  overflow-y: scroll;
  position: absolute;
  top: 90px;
  left: 21px;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__image--sp {
    height: min(132.8vw, 796.8px);
    top: min(21.0666666667vw, 126.4px);
    left: min(4.5333333333vw, 27.2px);
  }
}
.post-works .p-content__image--sp img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.post-works .p-content__button {
  display: flex;
  justify-content: center;
}
.post-works .p-content__button a {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(20.8333333333vw, 250px);
  height: min(5vw, 60px);
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__button a {
    font-size: min(3.7333333333vw, 22.4px);
    width: min(42.6666666667vw, 256px);
    height: min(10.6666666667vw, 64px);
    border-width: min(0.5333333333vw, 3.2px);
  }
}
.post-works .p-content__button a:before {
  content: "";
  display: block;
  background-color: #0085FF;
  width: min(41.6666666667vw, 500px);
  height: min(5vw, 60px);
  transform: skewX(45deg);
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  .post-works .p-content__button a:before {
    width: min(85.3333333333vw, 512px);
    height: min(10.6666666667vw, 64px);
  }
}
@media (any-hover: hover) {
  .post-works .p-content__link:hover {
    background: #fff;
  }
  .post-works .p-content__link:hover a:after {
    color: rgb(250, 101, 225);
    left: 50%;
  }
  .post-works .p-content__button a:hover:before {
    right: -50%;
  }
}

.works .p-content {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .works .p-content {
    padding: 100px 0;
  }
}
.works .p-content__title {
  font-family: "Lato", sans-serif;
  font-size: 4.1666666667vw;
  color: transparent;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-stroke: #fff 0.1388888889vw;
  text-align: center;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .works .p-content__title {
    font-size: min(13.3333333333vw, 80px);
    -webkit-text-stroke-width: min(0.5333333333vw, 3.2px);
    margin-bottom: min(8vw, 48px);
  }
}
.works .p-content__title span.smoothText {
  overflow: hidden;
  display: block;
}
.works .p-content__title span.smoothTextTrigger {
  transition: 0.8s ease-in-out;
  transform: translate3d(0, 100%, 0) skewY(12deg);
  transform-origin: left;
  display: block;
}
.works .p-content__title span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0) skewY(0);
}
.works .p-content__inner {
  width: 87.5vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .works .p-content__inner {
    width: min(85.3333333333vw, 512px);
    flex-direction: column;
    align-items: center;
    gap: min(8vw, 48px);
  }
}
.works .p-content__block {
  width: 27.7777777778vw;
}
@media screen and (max-width: 767px) {
  .works .p-content__block {
    width: min(85.3333333333vw, 512px);
  }
}
.works .p-content__block a {
  background: url(../img/works/works_bg.png) no-repeat center/contain;
  display: block;
  width: 100%;
  height: 20.8333333333vw;
  aspect-ratio: 4/3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works .p-content__block a {
    height: auto;
  }
}
.works .p-content__block__image {
  width: 27.0138888889vw;
  height: 18.6111111111vw;
  position: absolute;
  bottom: 0.2777777778vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .works .p-content__block__image {
    width: min(82.6666666667vw, 496px);
    height: min(56.8vw, 340.8px);
    bottom: min(1.0666666667vw, 6.4px);
  }
}
.works .p-content__block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0.3472222222vw 0.3472222222vw;
}
@media screen and (max-width: 767px) {
  .works .p-content__block__image img {
    border-radius: 0 0 min(1.0666666667vw, 6.4px) min(1.0666666667vw, 6.4px);
  }
}
.works .p-content__block__detail {
  background: rgba(0, 0, 0, 0.5);
  width: 27.0138888889vw;
  height: 18.6111111111vw;
  padding: 0 0.6944444444vw;
  border-radius: 0 0 0.3472222222vw 0.3472222222vw;
  position: absolute;
  bottom: 0.2777777778vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .works .p-content__block__detail {
    width: min(82.6666666667vw, 496px);
    height: min(56.8vw, 340.8px);
    bottom: min(1.0666666667vw, 6.4px);
    padding: 0 min(2.6666666667vw, 16px);
    border-radius: 0 0 min(1.0666666667vw, 6.4px) min(1.0666666667vw, 6.4px);
    opacity: 1;
  }
}
.works .p-content__block__title {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.3472222222vw 0.6944444444vw;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .works .p-content__block__title {
    padding: min(1.3333333333vw, 8px) min(2.6666666667vw, 16px);
    font-size: min(3.7333333333vw, 22.4px);
  }
}
.works .p-content__block__cat {
  margin-top: 0.6944444444vw;
  padding: 0 0.3472222222vw;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .works .p-content__block__cat {
    margin-top: min(1.3333333333vw, 8px);
    padding: 0 min(1.3333333333vw, 8px);
    gap: min(1.3333333333vw, 8px);
  }
}
.works .p-content__block__cat li {
  font-family: "Lato", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  padding: 0.3472222222vw 0.6944444444vw;
  border: 0.1388888889vw solid #fff;
}
@media screen and (max-width: 767px) {
  .works .p-content__block__cat li {
    font-size: min(3.4666666667vw, 20.8px);
    padding: min(1.3333333333vw, 8px) min(2.6666666667vw, 16px);
    border-width: min(0.2666666667vw, 1.6px);
  }
}
@media (any-hover: hover) {
  .works .p-content__block a:hover .p-content__block__detail {
    opacity: 1;
  }
}

.contact .p-form {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .contact .p-form {
    padding: 100px 0;
  }
}
.contact .p-form__title {
  font-family: "Lato", sans-serif;
  font-size: 4.1666666667vw;
  color: transparent;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-stroke: #fff 0.1388888889vw;
  text-align: center;
  margin-bottom: 3.4722222222vw;
  padding: 0 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .contact .p-form__title {
    font-size: min(13.3333333333vw, 80px);
    -webkit-text-stroke-width: min(0.5333333333vw, 3.2px);
    margin-bottom: min(8vw, 48px);
  }
}
.contact .p-form__title span.smoothText {
  overflow: hidden;
  display: block;
}
.contact .p-form__title span.smoothTextTrigger {
  transition: 0.8s ease-in-out;
  transform: translate3d(0, 100%, 0) skewY(12deg);
  transform-origin: left;
  display: block;
}
.contact .p-form__title span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0) skewY(0);
}
.contact .p-form__text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contact .p-form__text {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.contact .p-form__body {
  background: #fff;
  width: 100%;
  box-shadow: 10px 10px 0 #d5d5d5;
  padding: 60px;
  color: #0085FF;
}
@media screen and (max-width: 767px) {
  .contact .p-form__body {
    box-shadow: 5px 5px 0 #d5d5d5;
    padding: 40px 20px;
  }
}
.contact .p-form__body table {
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .contact .p-form__body table {
    margin-bottom: 50px;
  }
}
.contact .p-form__body tr {
  display: block;
  margin-bottom: 40px;
}
.contact .p-form__body th {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact .p-form__body th {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.contact .p-form__body th .required {
  background: rgb(250, 101, 225);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0 5px;
  border-radius: 5px;
  margin-left: 10px;
}
.contact .p-form__body td {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact .p-form__body td {
    font-size: 14px;
  }
}
.contact .p-form__body td p {
  margin-bottom: 10px;
}
.contact .p-form__body input[type=text] {
  width: 50%;
  padding: 10px 10px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contact .p-form__body input[type=text] {
    width: 100%;
    max-width: 400px;
    font-size: 14px;
  }
}
.contact .p-form__body input[type=text]::placeholder {
  color: #d5d5d5;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact .p-form__body input[type=text]::placeholder {
    font-size: 14px;
  }
}
.contact .p-form__body input[type=radio] {
  margin-right: 5px;
  vertical-align: middle;
}
.contact .p-form__body textarea {
  width: 80%;
  height: 250px;
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  resize: none;
}
@media screen and (max-width: 767px) {
  .contact .p-form__body textarea {
    width: 100%;
    font-size: 14px;
  }
}
.contact .p-form__privacypolicy {
  width: 100%;
  height: 250px;
  padding: 20px;
  color: #707070;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #d5d5d5;
  overflow-y: scroll;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .contact .p-form__privacypolicy {
    font-size: 12px;
  }
}
.contact .p-form__privacypolicy p {
  margin-bottom: 1em;
}
.contact .p-form__consent {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact .p-form__consent {
    font-size: 14px;
  }
}
.contact .p-form__consent input {
  margin-right: 5px;
  vertical-align: baseline;
}
.contact .p-form__button {
  color: #0085FF;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  border: 2px solid #0085FF;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .contact .p-form__button {
    font-size: 14px;
    width: 200px;
    height: 50px;
    border-width: 2px;
  }
}
.contact .p-form__button:before {
  content: "";
  display: block;
  background-color: #0085FF;
  width: 500px;
  height: 60px;
  transform: skewX(45deg);
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  .contact .p-form__button:before {
    width: 400px;
    height: 50px;
  }
}
.contact .p-form__button--center {
  display: flex;
  justify-content: center;
}
@media (any-hover: hover) {
  .contact .p-form__button:hover {
    color: #fff;
  }
  .contact .p-form__button:hover:before {
    right: -50%;
  }
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  z-index: -2;
}/*# sourceMappingURL=style.css.map */