@charset "UTF-8";
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
/*! normalize.css v8.0.1 | 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;
}

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

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

@font-face {
  font-family: Bebas Neue;
  src: url("../fonts/Bebas%20Neue%20Pro%20Light.otf") format("OpenType");
  font-weight: light;
  unicode-range: U+00-024F;
  font-display: swap;
}
@font-face {
  font-family: Bebas Neue;
  src: url("../fonts/Bebas%20Neue%20Pro%20Regular.otf") format("OpenType");
  font-weight: normal;
  unicode-range: U+00-024F;
  font-display: swap;
}
@font-face {
  font-family: Bebas Neue;
  src: url("../fonts/Bebas%20Neue%20Pro%20Book.otf") format("OpenType");
  font-weight: bold;
  unicode-range: U+00-024F;
  font-display: swap;
}
@font-face {
  font-family: Bebas Neue;
  src: url("../fonts/Bebas%20Neue%20Pro%20Light.otf") format("OpenType");
  font-weight: 100;
  unicode-range: U+00-024F;
  font-display: swap;
}
@font-face {
  font-family: Bebas Neue;
  src: url("../fonts/Bebas%20Neue%20Pro%20Light.otf") format("OpenType");
  font-weight: 200;
  unicode-range: U+00-024F;
  font-display: swap;
}
@font-face {
  font-family: Bebas Neue;
  src: url("../fonts/Bebas%20Neue%20Pro%20Light.otf") format("OpenType");
  font-weight: 300;
  unicode-range: U+00-024F;
  font-display: swap;
}
@font-face {
  font-family: Bebas Neue;
  src: url("../fonts/Bebas%20Neue%20Pro%20Regular.otf") format("OpenType");
  font-weight: 400;
  unicode-range: U+00-024F;
  font-display: swap;
}
@font-face {
  font-family: Bebas Neue;
  src: url("../fonts/Bebas%20Neue%20Pro%20Regular.otf") format("OpenType");
  font-weight: 500;
  unicode-range: U+00-024F;
  font-display: swap;
}
@font-face {
  font-family: Bebas Neue;
  src: url("../fonts/Bebas%20Neue%20Pro%20Regular.otf") format("OpenType");
  font-weight: 600;
  unicode-range: U+00-024F;
  font-display: swap;
}
@font-face {
  font-family: Bebas Neue;
  src: url("../fonts/Bebas%20Neue%20Pro%20Bold.otf") format("OpenType");
  font-weight: 700;
  unicode-range: U+00-024F;
  font-display: swap;
}
@font-face {
  font-family: Bebas Neue;
  src: url("../fonts/Bebas%20Neue%20Pro%20Book.otf") format("OpenType");
  font-weight: 800;
  unicode-range: U+00-024F;
  font-display: swap;
}
@font-face {
  font-family: Bebas Neue;
  src: url("../fonts/Bebas%20Neue%20Pro%20Book.otf") format("OpenType");
  font-weight: 900;
  unicode-range: U+00-024F;
  font-display: swap;
}
@font-face {
  font-family: Bebas Neue;
  src: local("Noto Sans TC"), local("微軟正黑體"), local("Microsoft JhengHei");
  unicode-range: U+4E00-9FFF;
  font-display: swap;
}
html,
body {
  font-family: Bebas Neue, "Noto Sans TC", "微軟正黑體", Microsoft JhengHei, PingFang T, Arial, sans-serif;
}
@media (min-width: 768px) {
  html,
  body {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  html,
  body {
    font-size: 16px;
  }
}

main {
  overflow-y: auto;
  padding-top: 5.3125rem;
}
@media (min-width: 768px) {
  main {
    padding-top: 0;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.acc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.l-grid-container {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .l-grid-container {
    max-width: 780px;
  }
}
@media (min-width: 1200px) {
  .l-grid-container {
    max-width: 1120px;
  }
}

.l-header {
  background-color: #000000;
  color: #fff;
  font-weight: normal;
  position: fixed;
  z-index: 1002;
  width: 100%;
  top: 0;
}
@media (min-width: 768px) {
  .l-header {
    position: inherit;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    width: 80px;
    max-width: 80px;
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  .l-header nav {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.l-header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #000000;
  height: 85px;
  box-sizing: border-box;
  position: relative;
  z-index: 1001;
}
@media (min-width: 768px) {
  .l-header-navbar {
    flex-direction: column;
    justify-content: start;
    flex: 1 0 auto;
  }
}
.l-header-logo img {
  width: 44px;
  height: auto;
}
.l-header-menu {
  background-color: #000000;
  position: absolute;
  top: -1000px;
  width: 100%;
  transition: top 0.3s ease-in;
}
@media (min-width: 768px) {
  .l-header-menu {
    position: inherit;
    width: auto;
  }
}
.l-header-menu.js-menuOpend {
  top: 85px;
}
.l-header-menu.js-menuOpend .l-header-content {
  left: 80px;
}
.l-header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  height: 100%;
  width: 100%;
  min-width: 130px;
  top: 0;
  transition: left 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .l-header-content {
    position: absolute;
    width: 38%;
    left: -720px;
    max-width: 720px;
  }
}
.l-header-content h2 {
  font-family: Bebas Neue;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 1rem;
}
@media (min-width: 768px) {
  .l-header-content h2 {
    margin: 1rem 0;
  }
}
.l-header-content ul {
  list-style: none;
  margin-left: 0;
  padding-inline-start: 0;
  display: inline-block;
}
.l-header-content ul li {
  margin-bottom: 2rem;
}
.l-header-content ul a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.5;
}
.l-header-content ul a:hover, .l-header-content ul a.js-active {
  opacity: 1;
}
.l-header-content ul a:hover span:nth-child(2)::before {
  width: 100%;
}
.l-header-content ul a span {
  display: inline-block;
}
.l-header-content ul a span:nth-child(1) {
  font-weight: 300;
}
.l-header-content ul a span:nth-child(2) {
  font-family: Bebas Neue;
  font-weight: 400;
  font-size: 2.25rem;
  position: relative;
}
.l-header-content ul a span:nth-child(2)::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  background-color: #fff;
  bottom: 0;
  transition: width 0.3s ease-in-out;
}
.l-header-content-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header-social {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  position: relative;
  z-index: 1001;
  height: 100%;
}
@media (min-width: 768px) {
  .l-header-social {
    flex-direction: column;
    justify-content: start;
  }
}
.l-header-social-item {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  margin: 0.5rem;
}
.l-header-social-item:hover {
  opacity: 1;
}
.l-header-social-item img {
  aspect-ratio: 1/1;
  height: auto;
  width: 32px;
}
@media (min-width: 768px) {
  .l-header-social-item img {
    width: 22px;
  }
}
.l-header-copyright {
  text-align: center;
}
@media (min-width: 768px) {
  .l-header-copyright {
    display: none;
  }
}
.l-header-copyright p {
  opacity: 0.5;
  font-size: 1.5rem;
}
.l-header-copyright span:nth-child(2) {
  font-family: Bebas Neue;
}

@media (min-width: 768px) {
  body {
    display: flex;
    justify-content: space-between;
  }
}

html::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
}
html.js-menuOpend, html.js-modalOpend {
  overflow: hidden;
}
html.js-menuOpend::before, html.js-modalOpend::before {
  display: block;
}

.l-footer {
  background-color: #000000;
  color: #fff;
  flex: 1 0 auto;
  width: 80px;
  max-width: 80px;
  min-height: 100%;
  position: relative;
  display: none;
  z-index: 1001;
}
@media (min-width: 768px) {
  .l-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.l-footer-copyright {
  display: flex;
  justify-content: center;
}
.l-footer-copyright p {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  opacity: 0.5;
}
.l-footer-copyright span {
  display: inline-block;
}
.l-footer-copyright span:nth-child(1) {
  rotate: 90deg;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 7rem;
  transform-origin: 0 100%;
}
.l-footer-copyright span:nth-child(2) {
  font-family: Bebas Neue;
  writing-mode: vertical-lr;
  margin-top: 7rem;
  line-height: 1;
}
.l-footer-mail {
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.l-footer-mail:hover {
  opacity: 1;
}
.l-footer-mail img {
  aspect-ratio: 1/1;
  height: auto;
  width: 2rem;
}

.c-button {
  cursor: pointer;
}
.c-button > * {
  box-sizing: border-box;
}
.c-button a {
  text-decoration: none;
}
.c-button button {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .c-button-humberger {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.c-button-humberger button {
  width: 2.25rem;
  height: 1.25rem;
  opacity: 0.5;
}
.c-button-humberger button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.15rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  translate: 0 -50%;
}
.c-button-humberger button span:nth-child(1) {
  top: 0;
}
.c-button-humberger button span:nth-child(2) {
  top: 50%;
}
.c-button-humberger button span:nth-child(3) {
  top: 100%;
}
.c-button-humberger button:hover {
  opacity: 1;
}
.c-button-humberger.js-menuOpend button span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.c-button-humberger.js-menuOpend button span:nth-child(2) {
  opacity: 0;
}
.c-button-humberger.js-menuOpend button span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}
.c-button-close button {
  width: 2.25rem;
  height: 2.25rem;
}
@media (min-width: 576px) {
  .c-button-close button {
    width: 2.625rem;
    height: 2.625rem;
  }
}
.c-button-close button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.15rem;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  translate: 0 -50%;
}
.c-button-close button span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.c-button-close button span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg);
}
.c-button-close--white button span {
  background-color: #fff;
}
.c-button-back button {
  width: 40px;
  height: 40px;
  opacity: 0.5;
}
.c-button-back button img {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
}
.c-button-back button:hover {
  opacity: 1;
}
.c-button-more {
  background-color: #fff;
  color: #000000;
  font-size: 1.125rem;
}
.c-button-more > * {
  height: 3.125rem;
  padding: 1rem;
}
.c-button-more img {
  aspect-ratio: 1/1;
  height: auto;
  width: 0.875rem;
}
.c-button-normal {
  color: #fff;
  font-size: 1.875rem;
  font-family: Bebas Neue;
  background-color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-button-normal > * {
  width: 100%;
  height: 5rem;
  color: inherit;
  line-height: 1;
}
.c-button-submit {
  color: #fff;
  font-size: 1.875rem;
  font-family: Bebas Neue;
  background-color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-button-submit > * {
  width: 100%;
  height: 5rem;
  color: inherit;
  line-height: 1;
}
.c-button-submit img {
  aspect-ratio: 1/1;
  height: auto;
  width: 2.25rem;
}
.c-button-filter {
  width: 2.25rem;
  height: 2.25rem;
  max-width: 2.25rem;
  flex: 1 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0.125rem;
}
.c-button-filter > * {
  width: 100%;
}
.c-button-filter img {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
  display: block;
}
.c-button-filter-icon--open {
  display: block;
}
.c-button-filter-icon--close {
  display: none;
  padding: 0.2rem;
}
.c-button-filter.js-filterOpend .c-button-filter-icon--open {
  display: none;
}
.c-button-filter.js-filterOpend .c-button-filter-icon--close {
  display: block;
}
.c-button-search {
  flex: 1 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  max-width: 2.5rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: invert(1);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.c-button-search img {
  aspect-ratio: 1/1;
  height: auto;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.c-button-search:hover {
  opacity: 0.2;
}
@media (min-width: 768px) {
  .c-button-search:hover {
    opacity: 0.5;
  }
}
.c-button-tagclose {
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.c-button-tagclose::before, .c-button-tagclose::after {
  content: "";
  display: block;
  width: 60%;
  height: 0.1875rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.c-button-tagclose::before {
  rotate: 45deg;
}
.c-button-tagclose::after {
  rotate: -45deg;
}
.c-button-tagclose:hover {
  opacity: 0.7;
}
.c-button--deco--icon > * {
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-button--deco--icon img {
  aspect-ratio: 1/1;
  height: auto;
  max-width: 100%;
}
.c-button--deco--icon span {
  line-height: 1;
}
.c-button--deco--icon span:nth-child(1) {
  margin-right: 0.5rem;
}
.c-button--hover--opacity > * {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.c-button--hover--opacity:hover > * {
  opacity: 0.5;
}
.c-button--hover--circle {
  position: relative;
  overflow: hidden;
}
.c-button--hover--circle::before {
  content: "";
  background-color: #666666;
  border-radius: 100%;
  display: block;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out;
  width: 0px;
  height: 0px;
  opacity: 0;
}
.c-button--hover--circle:hover span {
  filter: invert(1);
}
.c-button--hover--circle:hover::before {
  width: 75rem;
  height: 75rem;
  opacity: 1;
}

.c-title-pages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 2px solid #000000;
  padding-left: 2rem;
  margin-top: 2rem;
}
.c-title-pages span:nth-child(1) {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
}
.c-title-pages span:nth-child(2) {
  font-family: Bebas Neue;
  font-size: 3rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.75;
  margin-top: 1rem;
}
.c-title-works {
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
  margin: 0;
}
.c-title-works span {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
  position: relative;
  top: 1px;
}
.c-title-works::before, .c-title-works::after {
  content: "";
  display: block;
  width: 13px;
  height: 4px;
  background-color: #000000;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
}
.c-title-works::after {
  rotate: 90deg;
}
.c-title-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.c-title-center::before {
  content: "";
  width: 1.5rem;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.c-title-center span:nth-child(1) {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
}
.c-title-center span:nth-child(2) {
  font-family: Bebas Neue;
  font-size: 3rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.75;
  margin-top: 1rem;
}

.c-form label {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #000000;
  margin-bottom: 1rem;
}
.c-form label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 3px;
  background-color: #000000;
  margin-right: 1rem;
}
.c-form input,
.c-form textarea,
.c-form select {
  width: 100%;
  border: 0;
  background-color: #e7e7e7;
  font-size: 1.875rem;
  font-family: Bebas Neue;
  padding: 1rem;
  box-sizing: border-box;
  box-shadow: 0 0 0px 1000px #e7e7e7 inset;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.c-form input::placeholder,
.c-form textarea::placeholder,
.c-form select::placeholder {
  color: inherit;
  color: #999999;
}
.c-form input:focus-visible,
.c-form textarea:focus-visible,
.c-form select:focus-visible {
  border-radius: 0;
}
.c-form select {
  background-image: url("../images/icon/icon_arrow--gray.png");
  background-size: 23px 13px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center right 1.5rem;
}
.c-form select:invalid {
  color: #999999;
}
.c-form input {
  height: 80px;
}
.c-form-group + .c-form-group {
  margin-top: 2rem;
}
.c-form .js-invalid {
  border: 2px solid #dc3644;
}
.c-form .js-invalid + .c-form-validfeedback {
  display: flex;
}
.c-form .js-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.c-form .js-invalid:focus-visible {
  outline: 0;
}
.c-form-validfeedback {
  display: none;
  font-size: 1.125rem;
  margin: 1rem 0;
  color: #dc3644;
  align-items: center;
}
.c-form-validfeedback::before {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: block;
  margin-right: 0.25em;
}

.c-accordion-grop {
  border: 2px solid #e5e5e5;
  padding: 0 1.5rem;
}
.c-accordion-grop + .c-accordion-grop {
  margin-top: 1.5rem;
}
.c-accordion-header {
  position: relative;
}
.c-accordion-header button {
  width: 100%;
  border: 0;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.c-accordion-header::before {
  content: "";
  width: 23px;
  height: 13px;
  display: block;
  background-image: url("../images/icon/icon_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.3;
  rotate: 0deg;
  transition: rotate 0.3s ease-in-out;
}
.c-accordion-header.js-accordionOpened::before {
  rotate: 180deg;
}
.c-accordion-body {
  max-height: 0;
  font-size: 1.125rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.c-accordion-body::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  display: block;
}
.c-accordion-body h3 {
  font-size: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
}
.c-accordion-body h3::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000000;
  display: inline-block;
  margin-right: 1rem;
}
.c-accordion-body ul {
  list-style: none;
  padding-inline-start: 0px;
}
.c-accordion-body ul li {
  position: relative;
  padding-left: 1rem;
}
.c-accordion-body ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000000;
  display: inline-block;
  margin-right: 1rem;
  position: absolute;
  left: 0;
  top: 1rem;
}
.c-accordion-body p,
.c-accordion-body ul {
  padding-left: 1.5rem;
  line-height: 2;
}

.c-tag-item {
  font-size: 1.125rem;
  display: inline-block;
  padding: 0.5rem 1rem;
}

.c-modal {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  inset: 0;
  z-index: 1003;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-modal .c-button-close {
  display: flex;
  justify-content: flex-end;
}
.c-modal-body {
  background-color: #fff;
  width: 100%;
  min-width: 22.5rem;
  min-height: 6.25rem;
  padding: 2rem;
  box-sizing: border-box;
  color: #000000;
  text-align: center;
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.3s ease-in-out, translate 0.3s ease-in-out;
}
.c-modal-body-content {
  font-size: 1.5rem;
}
.c-modal-body-img {
  padding: 1rem 0;
  width: 9.375rem;
  height: 9.375rem;
  max-width: 100%;
  margin: 0 auto;
}
.c-modal.js-modalOpened {
  display: flex;
}
.c-modal.js-fadeOut {
  opacity: 1;
}
.c-modal.js-fadeOut .c-modal-body {
  opacity: 1;
  translate: 0 0;
}

.c-loading {
  position: absolute;
  inset: 0;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1005;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-loading img {
  animation: flash 3s ease-in-out infinite;
  width: 6.25rem;
  height: auto;
}
.c-loading.js-show {
  opacity: 1;
  pointer-events: auto;
}

.p-index {
  width: 100%;
}
.p-index-carousel {
  color: #fff;
  overflow: hidden;
  position: relative;
}
.p-index-carousel-img {
  transform: translate3d(0px, 0, 0);
}
.p-index-carousel-img-item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-index-carousel-info {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.p-index-carousel-counter {
  white-space: nowrap;
  margin-right: 1rem;
}
.p-index-carousel-counter-now {
  font-size: 3.75rem;
}
.p-index-carousel-counter-total {
  font-size: 1.875rem;
}
.p-index-carousel-counter-total::before {
  content: "/";
  margin: 0 0.5rem;
}
.p-index-carousel-title {
  font-size: 1.875rem;
  font-weight: 400;
  overflow: hidden;
}
.p-index-carousel-title h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
.p-index-carousel-btngroup-item {
  display: flex;
}
@media (min-width: 768px) {
  .p-index-carousel-btngroup-item {
    width: 50%;
  }
}
.p-index-carousel-btngroup-item > * {
  flex: 1 0 auto;
}
.p-index-carousel-btngroup-item > * + * {
  margin-left: 0.5rem;
}
.p-index-carousel-card {
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  translate: -50% 0;
  left: 50%;
  bottom: 0;
  width: 85%;
  padding: 5% 6%;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-index-carousel-card {
    translate: 0 0;
    left: auto;
    right: 0;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .p-index-carousel-card {
    width: 40%;
  }
}
.p-index-carousel-dots {
  list-style: none;
  padding-inline-start: 0px;
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-index-carousel-dots li {
  flex: 1 0 auto;
  height: 2px;
  background-color: #999999;
  margin: 0 0.5rem;
  cursor: pointer;
  border-radius: 0;
  opacity: 1;
}
.p-index-carousel-dots li span {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
}

.p-contactus {
  position: absolute;
  left: 0;
  right: 0;
  top: 2000px;
  bottom: 0;
  overflow-y: scroll;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  opacity: 0;
  display: none;
}
.p-contactus.js-menuOpend {
  display: block;
}
.p-contactus.js-show {
  opacity: 1;
  top: 0;
  height: 100vh;
}
.p-contactus-modal {
  background-color: #fff;
  padding: 7rem 1rem;
}
@media (min-width: 768px) {
  .p-contactus-modal {
    padding: 7rem;
  }
}
.p-contactus-info {
  padding-left: 2rem;
}
.p-contactus-info h3 span:nth-child(1) {
  font-size: 2.25rem;
  font-weight: 400;
  margin-right: 1rem;
  color: #000000;
}
.p-contactus-info h3 span:nth-child(2) {
  font-family: Bebas Neue;
  font-size: 2.625rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.75;
  translate: 0px 1px;
}
.p-contactus-info ul {
  list-style: none;
  padding-inline-start: 0px;
  font-family: Bebas Neue;
  font-size: 1.5rem;
}
.p-contactus-info ul li {
  display: flex;
  align-items: center;
}
.p-contactus-info ul li h4 {
  margin: 1rem 0;
  margin-right: 1rem;
  color: #000000;
}
.p-contactus-info ul li span {
  color: #999999;
  font-weight: 700;
}
.p-contactus .l-grid-container {
  position: relative;
}
.p-contactus .c-button-close {
  position: absolute;
  top: 0;
  right: 0;
}

.p-aboutus {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  height: calc(100vh - 85px);
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .p-aboutus {
    flex-direction: row;
    height: auto;
    background-color: #151311;
    overflow: hidden;
  }
}
.p-aboutus-content {
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  flex-direction: column;
  height: 0;
  transition: height 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .p-aboutus-content {
    height: auto;
    width: 33.3333%;
    flex-direction: row;
    transition: width 0.3s ease-in-out;
  }
}
.p-aboutus-kv {
  background-color: #151311;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  margin: -1px;
}
.p-aboutus-kv img {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  height: auto;
  max-width: 100%;
}
.p-aboutus-kv::before, .p-aboutus-kv::after {
  content: "";
  display: block;
  position: absolute;
}
.p-aboutus-kv::after {
  background-color: #000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.p-aboutus-kv:hover::after {
  opacity: 0;
}
.p-aboutus-kv-light {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: radial-gradient(circle, #fff7df 0%, transparent 70%);
  opacity: 0.5;
  translate: -50% -50%;
  left: 50%;
  top: 50%;
  border-radius: 100%;
}
.p-aboutus-txt {
  width: 0;
  position: relative;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}
.p-aboutus-txt h3 {
  font-size: 1.5rem;
  margin: 2rem 0;
}
.p-aboutus-txt h3 span:nth-child(1) {
  margin-right: 1rem;
}
.p-aboutus-txt h3 span:nth-child(2) {
  color: #999999;
  font-family: Bebas Neue;
}
.p-aboutus-txt p {
  line-height: 1.5;
}
.p-aboutus-txt .c-title-pages {
  margin-bottom: 3rem;
}
.p-aboutus-txt .c-button-back {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.p-aboutus-txt-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  padding: 4rem;
  z-index: -1;
}
.p-aboutus-txt-group h4 {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #000000;
  margin-bottom: 0.5rem;
}
.p-aboutus-txt-group h4::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 3px;
  background-color: #000000;
  margin-right: 1rem;
}
.p-aboutus-txt-group p {
  padding-left: 2rem;
  margin-top: 0;
}

.js-opened.p-aboutus-content {
  width: 100%;
  height: 100%;
}
.js-opened .p-aboutus-kv {
  max-height: 33.3333%;
  min-height: 300px;
}
@media (min-width: 768px) {
  .js-opened .p-aboutus-kv {
    max-height: unset;
    min-height: unset;
  }
}
.js-opened .p-aboutus-kv::after {
  opacity: 0;
}
.js-opened .p-aboutus-txt {
  overflow: unset;
  width: auto;
}
@media (min-width: 768px) {
  .js-opened .p-aboutus-txt {
    overflow: auto;
    width: 50%;
  }
}
.js-opened .p-aboutus-txt-wrapper {
  position: relative;
}

.js-closed.p-aboutus-content {
  overflow: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .js-closed.p-aboutus-content {
    width: 0;
    max-height: unset;
  }
}
.js-closed .p-aboutus-txt {
  overflow: hidden;
}

.p-works {
  width: 100%;
  position: relative;
}
.p-works .l-grid-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .p-works .l-grid-container {
    padding: 3rem 4rem;
  }
}
.p-works-content {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .p-works-content {
    position: absolute;
  }
}
.p-works-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.p-works-filter {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 1.5rem;
}
.p-works-filter-icon {
  height: 28px;
  border-right: 2px solid #a3a3a3;
  padding: 0 1rem;
}
.p-works-filter-icon img {
  width: auto;
  height: 100%;
  opacity: 0.4;
}
.p-works-filter-text {
  color: #a3a3a3;
  padding: 0 1rem;
}
.p-works-filter-text span {
  position: relative;
  top: 3px;
}
.p-works-filter .c-button-filter {
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
}
.p-works-filter .c-button-filter:hover {
  opacity: 0.2;
}
.p-works-filter-search {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border: 2px solid #ccc;
  padding: 1rem 1.5rem;
  width: auto;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  display: none;
}
@media (min-width: 992px) {
  .p-works-filter-search {
    display: flex;
    justify-content: flex-end;
    border: 0;
    padding: 0;
    margin-right: 0.5rem;
    position: relative;
    width: 0;
  }
}
.p-works-filter-search input {
  border: 0;
  padding: 0.5rem 1rem;
  margin: 0 1rem;
  background-color: #ccc;
  height: 40px;
  box-sizing: border-box;
  width: 53%;
}
@media (min-width: 992px) {
  .p-works-filter-search input {
    width: 100%;
  }
}
.p-works-filter-search.js-filterOpend {
  display: flex;
  width: auto;
}
@media (min-width: 992px) {
  .p-works-filter-search.js-filterOpend {
    width: 100%;
  }
}
.p-works-typewrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
}
.p-works-type ul {
  list-style: none;
  padding-inline-start: 0px;
  height: 40px;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-works-type li {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.p-works-type li:hover, .p-works-type li[aria-selected=true] {
  opacity: 1;
}
.p-works-subtype {
  display: none;
}
.p-works-subtype ul {
  list-style: none;
  padding-inline-start: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-works-subtype [data-type=subtype] {
  color: #000;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.p-works-subtype [data-type=subtype]:hover, .p-works-subtype [data-type=subtype][aria-selected=true] {
  color: #fff;
  background-color: #666;
}
.p-works-subtype.js-active {
  display: block;
}
.p-works-searchtag {
  background-color: #ccc;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-works-searchtag {
    flex-direction: row;
  }
}
.p-works-searchtag .c-title-works {
  margin-right: 1rem;
  white-space: nowrap;
}
.p-works-searchtag .c-button-tagclose {
  width: 36px;
}
.p-works-searchtag [data-type=subtype] {
  color: #fff;
  background-color: #666;
}
.p-works-searchtag [data-type=subtype] + .c-button-tagclose {
  background-color: #666;
}
.p-works-searchtag [data-type=keyword] {
  color: #fff;
  background-color: #000000;
}
.p-works-searchtag [data-type=keyword] + .c-button-tagclose {
  background-color: #000000;
}
.p-works-searchtag-tag_content {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0.5rem;
}
.p-works-searchtag-tag_group {
  display: flex;
  align-content: center;
  margin: 0.5rem 0;
  margin-right: 0.5rem;
}
.p-works-list {
  display: flex;
  flex-wrap: wrap;
}
.p-works-list-item {
  width: 50%;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .p-works-list-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .p-works-list-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .p-works-list-item {
    width: 20%;
  }
}
.p-works-thumbwrapper {
  position: relative;
  overflow: hidden;
  margin: 1rem 0;
}
.p-works-thumbwrapper:hover .p-works-btngroup {
  translate: 0 0;
}
.p-works-thumbimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-works-btngroup {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 5%;
  box-sizing: border-box;
  translate: 0 100%;
  transition: translate 0.3s ease-in-out;
}
.p-works-btngroup-item {
  width: 100%;
  display: flex;
}
.p-works-btngroup-item > * {
  flex: 1 0 auto;
}
.p-works-btngroup-item > * + * {
  margin-left: 0.5rem;
}
.p-works-btngroup-item .c-button-more > * {
  padding: 0;
}
.p-works-title {
  font-size: 1.125rem;
  font-weight: 400;
  overflow: hidden;
}
.p-works-title > * {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
@media (min-width: 768px) {
  .p-works-title > * {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.p-works-carousel-img {
  position: relative;
  overflow: hidden;
  height: 44.7916666667vw;
}
@media (min-width: 768px) {
  .p-works-carousel-img {
    height: 39.375vw;
  }
}
.p-works-carousel-img-item {
  width: 100%;
  height: 100%;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.p-works-carousel-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-works-carousel-img-item iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.p-works-carousel-nav {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.p-works-carousel-nav-thumb {
  display: flex;
  overflow: hidden;
  max-width: calc(100% - 80px);
}
@media (min-width: 768px) {
  .p-works-carousel-nav-thumb {
    max-width: calc(100% - 120px);
  }
}
.p-works-carousel-nav-thumb-item {
  width: clamp(69.33px, 69.33px + (100vw - 320px) * 0.33346, 218.33px);
  flex: 1 0 auto;
  padding: 0 1vw;
  cursor: pointer;
  box-sizing: border-box;
  transition: translate 0.3s ease-in-out, filter 0.3s ease-in-out;
  filter: brightness(0.5);
}
@media (min-width: 768px) {
  .p-works-carousel-nav-thumb-item {
    padding: 0 0.5rem;
    width: clamp(151.98px, 151.98px + (100vw - 768px) * 0.33042, 226.33px);
  }
}
@media (min-width: 992px) {
  .p-works-carousel-nav-thumb-item {
    width: clamp(117px, 117px + (100vw - 992px) * 0.19913, 231px);
  }
}
@media (min-width: 1566px) {
  .p-works-carousel-nav-thumb-item {
    width: 232px;
  }
}
.p-works-carousel-nav-thumb-item img {
  display: block;
  width: 100%;
  height: auto;
}
.p-works-carousel-nav-thumb-item:hover, .p-works-carousel-nav-thumb-item.js-active {
  filter: brightness(1);
}
.p-works-carousel-nav-btn {
  background-color: #cccccc;
  width: 2.5rem;
  max-width: 2.5rem;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .p-works-carousel-nav-btn {
    width: 3.75rem;
    max-width: 3.75rem;
  }
}
.p-works-carousel-nav-btn button {
  width: 100%;
  height: 100%;
}
.p-works-carousel-nav-btn::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  border-width: 3px 3px 0 0;
  border-color: #999999;
  border-style: solid;
  rotate: -135deg;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.p-works-carousel-nav-btn--prev::before {
  margin-left: 6px;
}
.p-works-carousel-nav-btn--next::before {
  scale: -1 -1;
  margin-left: -6px;
}
.p-works-carousel-nav-btn:hover {
  background-color: #666666;
}
.p-works-carousel-nav-btn.js-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.p-works-carousel-nav-btn.js-disabled button {
  cursor: default;
}
.p-works-carousel-nav-btn.js-disabled:hover {
  background-color: #cccccc;
}
.p-works-pagination {
  background-color: #ccc;
  display: flex;
  margin: 1.5rem 0;
}
.p-works-pagination-num ul {
  list-style: none;
  padding-inline-start: 0px;
  font-size: 1.875rem;
  color: #999999;
  display: flex;
  line-height: 1;
  margin: 0;
}
.p-works-pagination-num ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  cursor: pointer;
}
.p-works-pagination-num ul li:hover, .p-works-pagination-num ul li.js-active {
  background-color: #666666;
  color: #fff;
}
.p-works-pagination-btn {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
}
.p-works-pagination-btn::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  border-width: 3px 3px 0 0;
  border-color: #999999;
  border-style: solid;
  rotate: -135deg;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.p-works-pagination-btn--prev::before {
  margin-left: 2px;
}
.p-works-pagination-btn--next::before {
  scale: -1 -1;
  margin-right: -2px;
}
.p-works-pagination-btn:hover {
  background-color: #666666;
  color: #fff;
}
.p-works-pagination-btn.js-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.p-works-pagination-btn.js-disabled button {
  cursor: default;
}
.p-works-pagination-btn.js-disabled:hover {
  background-color: #ccc;
}
.p-works-pagination-btn button {
  width: 100%;
  height: 100%;
}
.p-works-modal .l-grid-container {
  position: relative;
}
.p-works-modal .c-button-close {
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 1;
}
@media (min-width: 992px) {
  .p-works-modal .c-button-close {
    top: 2rem;
    right: 3rem;
  }
}
.p-works-modal .p-works-detailtitle h2 {
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding-left: 1rem;
  color: #999999;
  position: relative;
  line-height: 1;
}
.p-works-modal .p-works-detailtitle h2 span {
  position: relative;
  top: 2px;
}
.p-works-modal .p-works-detailtitle h2::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #000000;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
}
.p-works-modal .p-works-detailcontent {
  line-height: 1.5;
}
.p-works-modal .p-works-detailcontent .c-button-more {
  width: 6.25rem;
  background-color: #999999;
  margin-left: auto;
  transition: opacity 0.3s ease-in-out;
}
.p-works-modal .p-works-detailcontent .c-button-more a {
  filter: invert(1);
}
.p-works-modal .p-works-detailcontent .c-button-more:hover {
  opacity: 0.5;
}
.p-works-modal .p-works-detailcontent .c-button-more:hover > * {
  opacity: 1;
}
.p-works-modal .p-works-detailcontent h3 {
  display: flex;
  align-items: end;
  position: relative;
  padding-left: 1rem;
}
.p-works-modal .p-works-detailcontent h3 span:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.8;
  position: relative;
  top: 2px;
  margin-right: 0.5rem;
}
.p-works-modal .p-works-detailcontent h3 span:nth-child(2) {
  font-size: 1.3125rem;
  color: #000000;
  line-height: 1;
}
.p-works-modal .p-works-detailcontent h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #000000;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
}
.p-works-modal .p-works-detailcontent p,
.p-works-modal .p-works-detailcontent ul {
  line-height: 1.8;
  margin-left: 1rem;
}
.p-works-modal .p-works-detailcontent ul {
  padding-inline-start: 1rem;
}
.p-works-modal .p-works-detailcontent-item {
  margin-bottom: 2rem;
}

.p-works-pagination-num ul li,
.p-works-pagination-btn {
  width: 13.5652173913vw;
}
@media (min-width: 576px) {
  .p-works-pagination-num ul li,
  .p-works-pagination-btn {
    width: 7.8226857888vw;
  }
}
@media (min-width: 768px) {
  .p-works-pagination-num ul li,
  .p-works-pagination-btn {
    width: 6.2563067608vw;
  }
}
@media (min-width: 992px) {
  .p-works-pagination-num ul li,
  .p-works-pagination-btn {
    width: 5.5833333333vw;
  }
}
@media (min-width: 1200px) {
  .p-works-pagination-num ul li,
  .p-works-pagination-btn {
    width: 4.0625vw;
  }
}
@media (min-width: 1490px) {
  .p-works-pagination-num ul li,
  .p-works-pagination-btn {
    width: min(4.296875vw, 61px);
  }
}

.p-joinus {
  padding: 4rem 0;
  width: 100%;
}
.p-joinus .c-accordion {
  margin-top: 4rem;
}
.p-joinus .c-form {
  margin-top: 4rem;
}
.p-joinus .c-button-submit button {
  width: 100%;
}