/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em;
  /* 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

:root {
  --_background-color: #181818;
  --_color-text: #ccc;
}

body {
  color: var(--_color-text, #ccc);
}

.anime-p-split span {
  display: inline-block;
}
.anime-p-split + .anime-p-split {
  margin-top: 0;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt-sm {
  margin-top: 1.5rem !important;
}

.mb-sm {
  margin-bottom: 1.5rem !important;
}

.p0 {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

br.lg {
  display: none;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  br.lg {
    display: inline;
  }

  br.sm {
    display: none;
  }

  .md-text-center {
    text-align: center;
  }
}
[data-scrolled=false] .l-header--sticky-overlay-colored-sm {
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(black, rgba(0, 0, 0, 0));
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

[data-scrolled=true] .l-header--sticky-overlay-colored-sm {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(black, rgba(0, 0, 0, 0));
  background-color: transparent;
}

.c-site-branding__title .custom-logo {
  height: 32px;
  width: auto;
}

.c-page-header[data-has-image=true] {
  height: clamp(200px, 15.625vw, 300px);
  position: relative;
}
.c-page-header[data-has-image=true] .c-page-header__bgimage::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(rgba(0, 0, 0, 0), black);
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1360px) {
  .c-site-branding__title {
    position: absolute;
    top: 10px;
    left: 50px;
  }
  .c-site-branding__title .custom-logo {
    height: 40px;
  }
}
.l-footer {
  background: url(./images/footer-bg-sm.jpg) no-repeat;
  background-size: cover;
  background-position: 60% 50%;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  border: none;
}
.l-footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.3) 75%), linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.3) 75%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer .l-footer-widget-area__item, .l-footer .c-copyright {
  position: relative;
}
.l-footer .menu li {
  margin-top: 0;
}
.l-footer .menu li a {
  color: #fff;
}
.l-footer .l-footer-widget-area__item:nth-child(2) {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .l-footer {
    background: url(./images/footer-bg-lg.jpg) no-repeat center center;
    background-size: cover;
    background-position: 50% 45%;
  }

  .l-footer--default {
    min-height: 50vh;
  }
  .l-footer--default .l-footer-widget-area {
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: calc(50vh - 51px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-contents {
  z-index: 1;
}
.l-contents .l-contents__body {
  background-color: var(--_background-color, #181818);
}

.fv {
  position: relative;
}
.fv.smb-section--full {
  min-height: calc(100vh - 86px);
}
.fv .smb-section-with-bgimage__bgimage::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.3) 75%), linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.3) 75%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.fv .smb-section__inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fv .smb-section__inner div {
  height: 100%;
}
.fv video {
  -webkit-filter: contrast(1.25);
          filter: contrast(1.25);
}
.fv .icon-scroll {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 100;
}
.fv .icon-scroll span:not(.text) {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: fadeInOut 2s ease infinite;
          animation: fadeInOut 2s ease infinite;
  opacity: 0;
}
.fv .icon-scroll span:not(.text):nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.fv .icon-scroll span:not(.text):nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fv .icon-scroll .text {
  margin-top: 8px;
}
.fv .icon-sound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
  font-weight: 100;
  margin: 0;
  opacity: 0.6;
}
.fv .icon-sound .icon {
  width: 20px;
  height: 20px;
  background: url(./images/icon-sound.svg) no-repeat center center;
  background-size: contain;
  position: relative;
}
.fv .icon-sound .icon::before {
  content: "";
  width: 1px;
  height: 150%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fv .icon-sound.active {
  opacity: 1;
}
.fv .icon-sound.active .icon::before {
  content: none;
}

@media screen and (min-width: 1024px) {
  .fv.smb-section--full {
    min-height: 100vh;
  }
  .fv .icon-sound {
    right: 50px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .fv .icon-sound .icon {
    width: 30px;
    height: 30px;
  }
  .fv .icon-sound:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.page .l-contents__inner {
  padding-bottom: 0;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.required, .any {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.5em;
  color: #fff;
  height: 20px;
  padding: 0 0.5em;
  border-radius: 2px;
  font-size: 13px;
}

.required {
  background: #d70035;
}

.any {
  background: #0073a8;
}

.sm {
  font-size: 0.75em;
}

.smb-btn {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .smb-btn {
    position: relative;
  }
  .smb-btn span {
    z-index: 1;
  }
  .smb-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: inherit;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .smb-btn:hover::before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
h1 {
  font-size: 1.5em;
}

.c-page-header__title {
  text-align: center;
}

.is-style-smb-section-undecorated-title .smb-section__title {
  font-size: 2.5rem;
  color: var(--accent-color, #1e3a93);
}

.smb-section__title span {
  display: inline-block;
}

.smb-section__title span, .smb-section__lede {
  opacity: 0;
}

.p-entry-content > h2 {
  background: #000;
  color: var(--_color-text, #ccc);
}

h2.normal {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }

  .is-style-smb-section-undecorated-title .smb-section__title {
    font-size: 6rem;
    color: var(--accent-color, #1e3a93);
  }
}
a {
  color: inherit;
  text-decoration: none;
}

.link-arrow a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #ce9b0d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-arrow a::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(./images/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  margin-left: 0.5em;
}

a.disabled, .disabled > a {
  pointer-events: none;
}

.l-contents p:not(.link-arrow) > a {
  color: #00a1e9;
}

@media screen and (min-width: 1024px) {
  .link-arrow a {
    font-size: 4rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .link-arrow a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: invert(100%) brightness(80%);
            filter: invert(100%) brightness(80%);
  }
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #111;
}

.wp-block-table.is-style-stripes {
  border-bottom: 1px solid #000;
}

.wp-block-table:not(.is-style-stripes) th, .wp-block-table:not(.is-style-stripes) td {
  border: 1px solid #666;
}
.wp-block-table:not(.is-style-stripes) th {
  font-weight: normal;
  background: #333;
  color: var(--_color-text, #ccc);
}

.wp-block-table.tbl-company table th {
  width: 30%;
}

table.contact th, table.contact td {
  display: block;
}
table.contact th {
  text-align: left;
  font-weight: normal;
  margin-bottom: 0.25em;
}
table.contact td {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  table.contact {
    border-collapse: collapse;
    width: 100%;
  }
  table.contact th, table.contact td {
    display: table-cell;
    margin: 0;
  }
  table.contact tr {
    background: #2a2a2a;
  }
  table.contact tr:nth-child(odd) {
    background-color: #222;
  }
  table.contact th {
    padding: 2em 1em 2em 4em;
  }
  table.contact td {
    padding: 2em 4em 2em 1em;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-table.is-style-stripes table {
    overflow: visible;
  }
  .wp-block-table.is-style-stripes table tr {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wp-block-table.is-style-stripes table tr:hover {
    background-color: #866629;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 1.2em;
  }
}
.smb-section-with-bgimage__bgimage {
  background-color: #111;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image a {
  aspect-ratio: 2/3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wp-block-gallery.has-nested-images figure.wp-block-image a:hover {
  -webkit-filter: contrast(1.3);
          filter: contrast(1.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.smb-section__header {
  position: relative;
  z-index: 2;
}

.wp-block-snow-monkey-blocks-section.particle-bg .smb-section__inner > .c-container {
  z-index: 1;
}

.googlemap.alignfull {
  margin-left: calc((100vw - 100%) / -2) !important;
  width: 100vw !important;
  max-width: none !important;
}

.googlemap {
  aspect-ratio: 1/1;
  -webkit-filter: invert(100%) sepia(100%) hue-rotate(180deg) contrast(120%);
          filter: invert(100%) sepia(100%) hue-rotate(180deg) contrast(120%);
}
.googlemap iframe {
  width: 100%;
  height: 100%;
}

.wp-block-cover {
  padding: 2em;
}

.wp-block-cover.anime-skew {
  overflow: visible;
}

.c-page-header__meta .c-meta__item--modified, .c-page-header__meta .c-meta__item--published, .c-entries-carousel .c-meta__item--modified, .c-entries-carousel .c-meta__item--published {
  display: none;
}

.c-meta__item--author {
  display: none;
}

.smb-recent-posts .c-entries--text, .smb-recent-posts .c-entries__item {
  border-color: #666;
}

.smb-accordion__item__title {
  color: #333;
}

.equipment-blocks .smb-accordion__item__body {
  padding-left: 0;
  padding-right: 0;
}

.c-entries--simple .c-entries__item, .c-entries--text .c-entries__item, .c-entries--text2 .c-entries__item, .c-entries--simple, .c-entries--text, .c-entries--text2 {
  border-color: #666;
}

.parallax-image {
  overflow: hidden;
  position: relative;
}
.parallax-image img {
  display: block;
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
}

@media screen and (min-width: 1024px) {
  .googlemap {
    aspect-ratio: 4/1;
  }

  .wp-block-cover {
    padding: 4em;
  }
}
.p-works {
  position: relative;
  margin-left: calc((100vw - 100%) / -2);
  width: 100vw;
}
.p-works .swiper-main {
  height: 100%;
}
.p-works .p-hero-item {
  width: 29.16666vw;
  margin: 0 6%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: transform 1.2s ease, opacity 1.2s ease;
  transition: transform 1.2s ease, opacity 1.2s ease, -webkit-transform 1.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-works .p-hero-item .c-swipe-block {
  width: 100%;
  aspect-ratio: 2/3;
  position: relative;
}
.p-works .p-hero-item .c-swipe-block a {
  display: block;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-works .p-hero-item .c-swipe-block a:hover {
  -webkit-filter: contrast(1.3);
          filter: contrast(1.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-works .p-hero-item .c-swipe-block .c-hero-name {
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  visibility: hidden;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  text-align: left;
  position: absolute;
  z-index: 1;
  bottom: 13%;
  left: -10%;
  -webkit-transform: translateX(-7%);
          transform: translateX(-7%);
  color: #fff;
}
.p-works .p-hero-item .c-swipe-block .c-hero-name span.c-hero-text {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}
.p-works .p-hero-item .c-swipe-block .c-hero-name span.c-hero-text span {
  display: block;
  font-size: 1.3rem;
  color: var(--accent-color, #1e3a93);
}
.p-works .p-hero-item .c-swipe-block .c-swipe-img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.p-works .p-hero-item .c-swipe-block .c-swipe-img img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 1.2s ease;
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.p-works .p-hero-item.swiper-slide-prev, .p-works .p-hero-item .swiper-slide-duplicate-prev {
  -webkit-transform: rotate(-12.5deg) translateY(5%) scale(0.8);
          transform: rotate(-12.5deg) translateY(5%) scale(0.8);
}
.p-works .p-hero-item.swiper-slide-prev .c-swipe-img img, .p-works .p-hero-item .swiper-slide-duplicate-prev .c-swipe-img img {
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  -webkit-transition: -webkit-transform 1.2s ease;
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.p-works .p-hero-item.swiper-slide-next, .p-works .p-hero-item .swiper-slide-duplicate-next {
  -webkit-transform: rotate(12.5deg) translateY(5%) scale(0.8);
          transform: rotate(12.5deg) translateY(5%) scale(0.8);
}
.p-works .p-hero-item.swiper-slide-next .c-swipe-img img, .p-works .p-hero-item .swiper-slide-duplicate-next .c-swipe-img img {
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  -webkit-transition: -webkit-transform 1.2s ease;
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.p-works .p-hero-item.swiper-slide-active {
  opacity: 1;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.p-works .p-hero-item.swiper-slide-active .c-hero-name {
  visibility: visible;
  -webkit-transition: -webkit-transform 2s cubic-bezier(1, 0, 0, 1) 0s;
  transition: -webkit-transform 2s cubic-bezier(1, 0, 0, 1) 0s;
  transition: transform 2s cubic-bezier(1, 0, 0, 1) 0s;
  transition: transform 2s cubic-bezier(1, 0, 0, 1) 0s, -webkit-transform 2s cubic-bezier(1, 0, 0, 1) 0s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-works .p-hero-item.swiper-slide-active .c-hero-name span.c-hero-text {
  display: block;
  transition: -webkit-clip-path 1.3s cubic-bezier(1, 0, 0, 1) 0.3s;
  -webkit-transition: -webkit-clip-path 1.3s cubic-bezier(1, 0, 0, 1) 0.3s;
  transition: clip-path 1.3s cubic-bezier(1, 0, 0, 1) 0.3s;
  transition: clip-path 1.3s cubic-bezier(1, 0, 0, 1) 0.3s, -webkit-clip-path 1.3s cubic-bezier(1, 0, 0, 1) 0.3s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.p-works .swiper-container .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 15%;
  bottom: 5%;
}
.p-works .swiper-next, .p-works .swiper-prev {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #131313;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.p-works .swiper-next svg, .p-works .swiper-prev svg {
  width: 25px;
  height: 17px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  fill: #666;
}
.p-works .swiper-next:hover, .p-works .swiper-prev:hover {
  background-color: #292929;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 1px solid #292929;
}
.p-works .swiper-next:hover svg, .p-works .swiper-prev:hover svg {
  fill: #131313;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.p-works .swiper-container .swiper-prev {
  left: 19%;
}
.p-works .swiper-container .swiper-next {
  right: 19%;
}
.p-works .swiper-container .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 88px;
  height: 88px;
  border-radius: 0;
  margin: 0;
  padding: 13px 0;
  background-color: transparent;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  display: none;
}
.p-works .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-indent: 0.2em;
}
.p-works .swiper-container .swiper-pagination-bullet .circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-works .circle1 {
  stroke-dasharray: 252px;
  stroke-dashoffset: 252px;
}
.p-works .swiper-pagination-bullet-active .circle {
  -webkit-transform: scale(1) rotate(-90deg);
          transform: scale(1) rotate(-90deg);
}
.p-works .swiper-pagination-bullet-active .circle1 {
  -webkit-animation: sliderPagination 4.2s linear forwards;
  animation: sliderPagination 4.2s linear forwards;
}
.p-works .c-hero-bg-text {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 200px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #292929;
  white-space: nowrap;
  z-index: 0;
  -webkit-transform: translate3d(-25%, -50%, 0);
          transform: translate3d(-25%, -50%, 0);
  opacity: 0;
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite;
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.p-rotate-scroll {
  position: absolute;
  right: 15%;
  top: 15%;
  z-index: 1;
}
.p-rotate-scroll svg {
  width: 160px;
  height: 160px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation: rotate-anotation 20s linear infinite;
  animation: rotate-anotation 20s linear infinite;
}

@media screen and (max-width: 768px) {
  .p-rotate-scroll {
    right: -5%;
    top: -15%;
    -webkit-transform: rotate(0) scale(0.6);
            transform: rotate(0) scale(0.6);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(-25%, -50%, 0);
            transform: translate3d(-25%, -50%, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate3d(-25%, -50%, 0);
            transform: translate3d(-25%, -50%, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}
@-webkit-keyframes marquee2 {
  0% {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes marquee2 {
  0% {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes sliderPagination {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sliderPagination {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes rotate-anotation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-anotation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .p-works .p-hero-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 74%;
    margin: 0 2% 0;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 414px) {
  .p-works .p-hero-item {
    width: 80%;
    margin: 0 2% 0;
  }
}
@media screen and (max-width: 375px) {
  .p-works .p-hero-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    margin: 0 2% 0;
  }
}
@media screen and (max-width: 768px) {
  .p-works .p-hero-item .c-swipe-block .c-hero-name {
    font-size: 1.8rem;
    left: 0;
    bottom: -75px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-works .p-hero-item.swiper-slide-prev, .p-works .p-hero-item .swiper-slide-duplicate-prev {
    -webkit-transform: rotate(-7deg) translateY(10%) scale(0.8);
            transform: rotate(-7deg) translateY(10%) scale(0.8);
  }
  .p-works .p-hero-item.swiper-slide-prev .c-swipe-img img, .p-works .p-hero-item .swiper-slide-duplicate-prev .c-swipe-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
  }
  .p-works .p-hero-item.swiper-slide-next, .p-works .p-hero-item .swiper-slide-duplicate-next {
    -webkit-transform: rotate(7deg) translateY(10%) scale(0.8);
            transform: rotate(7deg) translateY(10%) scale(0.8);
  }
  .p-works .p-hero-item.swiper-slide-next .c-swipe-img img, .p-works .p-hero-item .swiper-slide-duplicate-next .c-swipe-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
  }
}
@media screen and (max-width: 768px) {
  .p-works .swiper-container .swiper-pagination {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: 4%;
    bottom: 15%;
  }
}
@media screen and (max-width: 414px) {
  .p-works .swiper-container .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-works .swiper-next, .p-works .swiper-prev {
    -webkit-transform: translateY(-50%) scale(0.7);
            transform: translateY(-50%) scale(0.7);
  }
}
@media screen and (max-width: 768px) {
  .p-works .swiper-container .swiper-prev {
    left: 1%;
  }
}
@media screen and (max-width: 768px) {
  .p-works .swiper-container .swiper-next {
    right: 1%;
  }
}
ul, li {
  list-style: none;
}

ul, ol {
  padding-left: 0;
}

.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
  width: 100%;
  font-size: 16px;
  padding: calc(var(--_space, 1.8rem) * 0.5) calc(var(--_space, 1.8rem) * 0.5);
  border-radius: 4px;
  background-color: #000;
  border: 1px solid #333;
  color: #fff;
}
.wpcf7-form .wpcf7-text:focus, .wpcf7-form .wpcf7-text:hover, .wpcf7-form .wpcf7-textarea:focus, .wpcf7-form .wpcf7-textarea:hover {
  border-color: #866629;
}
.wpcf7-form .wpcf7-select {
  padding: calc(var(--_space, 1.8rem) * 0.5) calc(var(--_space, 1.8rem) * 0.5);
  background-color: #000;
  border: 1px solid #333;
  border-radius: 4px;
  color: #fff;
}
.wpcf7-form .wpcf7-select:focus, .wpcf7-form .wpcf7-select:hover {
  border-color: #866629;
}
.wpcf7-form .wpcf7-select option {
  color: #ccc;
  background-color: transparent;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
  margin-top: 1em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7-form .wpcf7-submit {
  border-radius: 0;
}
.wpcf7-form .wpcf7-submit:disabled {
  background: #666;
  color: #aaa;
}
.wpcf7-form .wpcf7-response-output {
  padding: 1em 1.5em !important;
  background: #fff;
  color: #333;
}

#drawer-nav .c-drawer__submenu[aria-hidden=true] {
  display: block;
  height: auto;
  visibility: visible;
}
#drawer-nav .c-drawer__toggle {
  display: none;
}

.c-breadcrumbs, .c-breadcrumbs__item:nth-child(n+2):before {
  color: #999;
}

@media screen and (min-width: 1024px) {
  .snow-monkey-mega-menu--mega-menu-1 .c-navbar__submenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}