@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* common */
/* =============================
 base
============================= */
html {
  font-size: min(0.6944444444vw, 11.111111px);
  scroll-behavior: smooth;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 2.3255813953vw;
  }
}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  color: #585858;
}

@font-face {
  font-family: "Mont";
  src: url("../fonts/mont.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Mont-bold";
  src: url("../fonts/mont-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/* =============================
 reset
============================= */
*, :before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #585858;
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

em {
  font-style: normal;
}

.heading-shuffle__char {
  display: inline-block;
}

.js-heading-shuffle {
  white-space: nowrap;
}

.heading-shuffle__space {
  white-space: pre;
}

.heading-shuffle__char.is-image-glyph {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(0.9em * var(--heading-glyph-scale, 1));
  height: calc(0.9em * var(--heading-glyph-scale, 1));
  margin: 0 0.08em;
  line-height: 1;
  vertical-align: middle;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: heading-glyph-breathe var(--heading-glyph-duration, 1.2s) ease-in-out var(--heading-glyph-delay, 0s) infinite alternate;
          animation: heading-glyph-breathe var(--heading-glyph-duration, 1.2s) ease-in-out var(--heading-glyph-delay, 0s) infinite alternate;
}

@-webkit-keyframes heading-glyph-breathe {
  0% {
    -webkit-transform: translateY(var(--heading-glyph-y, 0)) rotate(var(--heading-glyph-rotate, 0deg)) scale(0.88);
            transform: translateY(var(--heading-glyph-y, 0)) rotate(var(--heading-glyph-rotate, 0deg)) scale(0.88);
  }
  100% {
    -webkit-transform: translateY(var(--heading-glyph-y, 0)) rotate(var(--heading-glyph-rotate, 0deg)) scale(1.08);
            transform: translateY(var(--heading-glyph-y, 0)) rotate(var(--heading-glyph-rotate, 0deg)) scale(1.08);
  }
}

@keyframes heading-glyph-breathe {
  0% {
    -webkit-transform: translateY(var(--heading-glyph-y, 0)) rotate(var(--heading-glyph-rotate, 0deg)) scale(0.88);
            transform: translateY(var(--heading-glyph-y, 0)) rotate(var(--heading-glyph-rotate, 0deg)) scale(0.88);
  }
  100% {
    -webkit-transform: translateY(var(--heading-glyph-y, 0)) rotate(var(--heading-glyph-rotate, 0deg)) scale(1.08);
            transform: translateY(var(--heading-glyph-y, 0)) rotate(var(--heading-glyph-rotate, 0deg)) scale(1.08);
  }
}
.js-heading-shuffle.is-page-title-heading .heading-shuffle__char.is-image-glyph {
  width: calc(1.12em * var(--heading-glyph-scale, 1));
  height: calc(1.12em * var(--heading-glyph-scale, 1));
}

.heading-shuffle__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  opacity: 0;
}
.heading-shuffle__image.is-loaded {
  opacity: 1;
}

/* =============================
 responsive utility
============================= */
._sp {
  display: none;
}
@media screen and (max-width: 640px) {
  ._sp {
    display: block;
  }
}

._pc {
  display: block;
}
@media screen and (max-width: 640px) {
  ._pc {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 142rem;
  padding: 0 4.6rem;
  margin: 0 auto;
  z-index: 1001;
}
@media screen and (max-width: 640px) {
  .header {
    width: 100%;
    padding: 15px 20px;
  }
}
.header-inner {
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .header-inner {
    padding-top: 0;
  }
}
.header-logo {
  width: 13.5rem;
}
@media screen and (max-width: 640px) {
  .header-logo {
    width: 120px;
  }
}
.header-menu__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.header-menu__text {
  font-size: 1.2rem;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-family: "Mont", sans-serif;
  font-weight: 600;
}
.header-menu__logo {
  width: 2.5rem;
}
@media screen and (max-width: 640px) {
  .header-menu__logo {
    width: 3rem;
  }
}
.header-menu.is-open .header-menu__text {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .header-menu.is-open .header-menu__logo {
    width: 1.5rem;
  }
}

.nav-contents {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100%;
  height: 100dvh;
  padding: clamp(5rem, 8dvh, 11rem) 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: url(../img/menu-back.png) center center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-transition: opacity 0.45s ease, visibility 0s linear 0.45s;
  transition: opacity 0.45s ease, visibility 0s linear 0.45s;
}
@media screen and (max-width: 640px) {
  .nav-contents {
    background: url(../img/menu-back-sp.png);
    padding: clamp(120px, 17dvh, 200px) 0 30px;
    background-size: cover;
  }
}
.nav-contents.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.nav-contents__inner {
  width: min(112rem, 100% - 12rem);
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .nav-contents__inner {
    width: 100%;
    padding: 0 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
}
.nav-contents__logo {
  width: 30rem;
}
@media screen and (max-width: 640px) {
  .nav-contents__logo {
    display: none;
  }
}
.nav-contents__ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .nav-contents__ul {
    text-align: right;
  }
}
.nav-contents__ul li + li {
  margin-top: clamp(1.4rem, 4dvh, 5.5rem);
}
@media screen and (max-width: 640px) {
  .nav-contents__ul li + li {
    margin-top: clamp(50px, 5.7dvh, 70px);
  }
}
.nav-contents__ul a {
  font-size: clamp(2.4rem, 5dvh, 4rem);
  line-height: 1.1;
  color: #fff;
  font-family: "Mont-bold", sans-serif;
}
@media screen and (max-width: 640px) {
  .nav-contents__ul a {
    font-size: clamp(1.7rem, 3.8dvh, 2.7rem);
  }
}

body.is-menu-open {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.main .breadlist {
  width: 142rem;
  padding: 0 4.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .main .breadlist {
    width: 100%;
    padding: 0 20px;
  }
}
.main .breadlist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.main .breadlist ul li {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
  color: #AAAAAA;
}
@media screen and (max-width: 640px) {
  .main .breadlist ul li {
    font-size: 1.4rem;
  }
}
.main .breadlist ul li + li {
  position: relative;
}
.main .breadlist ul li + li::before {
  content: "・";
}
.main .breadlist ul li a {
  color: #585858;
  display: inline-block;
}
.main .view-button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main .view-button__icon {
  width: 4.2rem;
  height: 4.2rem;
  margin-right: -3rem;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  display: grid;
  place-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #EBB918;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.main .view-button__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 3px;
  z-index: 2;
  background: url("../img/view-icon.png") center/1.3rem no-repeat;
  -webkit-transform: translateX(-160%);
          transform: translateX(-160%);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}
.main .view-button__icon img {
  position: relative;
  left: 2px;
  z-index: 1;
  display: block;
  width: 1.3rem;
  -webkit-transition: opacity 0.01s linear, -webkit-transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.01s linear, -webkit-transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.01s linear;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.01s linear, -webkit-transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}
.main .view-button__text {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  background-color: #EBB918;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(50%, #EBB918));
  background-image: -webkit-linear-gradient(left, #fff 0 50%, #EBB918 50% 100%);
  background-image: linear-gradient(to right, #fff 0 50%, #EBB918 50% 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  width: 16rem;
  border-radius: 2rem;
  padding: 0.5rem 0 0.5rem 1.3rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid transparent;
  -webkit-transition: color 0.25s ease, background-position 0.45s cubic-bezier(0.65, 0, 0.35, 1), border-color 0.3s ease;
  transition: color 0.25s ease, background-position 0.45s cubic-bezier(0.65, 0, 0.35, 1), border-color 0.3s ease;
  position: relative;
  z-index: 5;
  font-family: "Mont", sans-serif;
}
@media (hover: hover) {
  .main .view-button a:hover .view-button__icon::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main .view-button a:hover .view-button__icon img {
    -webkit-transform: translateX(420%);
            transform: translateX(420%);
    opacity: 0;
  }
  .main .view-button a:hover .view-button__text {
    color: #EBB918;
    background-position: 0 0;
    border-color: #EBB918;
  }
}
@media (prefers-reduced-motion: reduce) {
  .main .view-button__icon::before,
  .main .view-button__icon img {
    -webkit-transition: none;
    transition: none;
  }
  .main .view-button__text {
    -webkit-transition: none;
    transition: none;
  }
}

.footer {
  background: url(../img/footer-bg.png) center center no-repeat;
  padding: 6.4rem 3rem;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 55px 45px 30px 35px;
    background: url(../img/footer-bg-sp.png);
    background-size: cover;
  }
}
.footer-inner {
  width: 129.3rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .footer-inner {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-logo {
  width: 25.6rem;
}
@media screen and (max-width: 640px) {
  .footer-logo {
    width: 167px;
    margin-top: -15px;
  }
}
.footer-nav {
  position: relative;
}
@media screen and (max-width: 640px) {
  .footer-nav {
    padding-bottom: 48px;
  }
}
.footer-nav__list {
  font-size: 1.1rem;
  text-align: right;
}
.footer-nav__list li + li {
  margin-top: 1.5rem;
}
.footer-nav__list a {
  color: #fff;
  font-weight: 600;
  font-family: "Mont", sans-serif;
}
.footer-nav__icon {
  width: 2.7rem;
  margin: 2.6rem 0 0 auto;
}
.footer-copy {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Mont", sans-serif;
  margin-top: 4.4rem;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .footer-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
  }
}

#page-home .sec-kv-sp {
  display: none;
}
#page-home .main {
  padding-top: 1.6rem;
  overflow-x: clip;
  --home-canvas-safe-y: 10rem;
  --home-canvas-width: min(
      144rem,
      calc(100vw - 7.2rem),
      calc((100svh - var(--home-canvas-safe-y)) * 1.7777778)
  );
}
@media screen and (max-width: 640px) {
  #page-home .main {
    --home-canvas-safe-y: 7rem;
    --home-canvas-width: 100vw;
    --sp-layout-height: min(100svh, 844px);
  }
}
#page-home .main-wrapper {
  width: min(144rem, 100%);
  margin: 0 auto;
}
#page-home .main .sec-wrapper {
  padding: 4.3rem;
  height: 69rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #EBB918;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-wrapper {
    padding: 24px;
    height: 100svh;
  }
}
#page-home .main .sec-wrapper::before, #page-home .main .sec-wrapper::after {
  content: "";
  width: 1px;
  height: 7.5rem;
  background-color: #EBB918;
  display: block;
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-wrapper::before, #page-home .main .sec-wrapper::after {
    height: 43px;
  }
}
#page-home .main .sec-wrapper::before {
  top: 0;
}
#page-home .main .sec-wrapper::after {
  bottom: 0;
}
#page-home .main .sec-inner {
  border: 1px solid #EBB918;
  position: relative;
  height: 60.5rem;
}
#page-home .main .sec-inner::before, #page-home .main .sec-inner::after {
  content: "";
  width: 7.5rem;
  height: 1px;
  background-color: #EBB918;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-inner::before, #page-home .main .sec-inner::after {
    width: 43px;
  }
}
#page-home .main .sec-inner::before {
  left: -4.3rem;
}
#page-home .main .sec-inner::after {
  right: -4.3rem;
}
#page-home .main .parallax {
  --kv-scale: 1;
  position: relative;
  display: flow-root;
  min-height: 100svh;
}
#page-home .main .parallax-wrap {
  width: calc(100% - 9.2rem);
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #page-home .main .parallax-wrap {
    width: 100%;
  }
}
#page-home .main .sec-about {
  --about-frame-visual-opacity: 0;
  width: 100%;
  margin: max(80rem * var(--kv-scale), var(--sp-layout-height, 100svh) - 7.5rem) auto 0;
  position: relative;
  z-index: 1;
  min-height: var(--sp-layout-height, 100svh);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-about {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#page-home .main .sec-about .sec-wrapper {
  width: var(--home-canvas-width);
  height: auto;
  aspect-ratio: 16/9;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  container-type: inline-size;
  border-color: rgb(235, 185, 24, var(--about-frame-visual-opacity));
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-about .sec-wrapper {
    margin-top: 55px;
  }
}
#page-home .main .sec-about .sec-wrapper::before, #page-home .main .sec-about .sec-wrapper::after {
  background-color: rgb(235, 185, 24, var(--about-frame-visual-opacity));
}
#page-home .main .sec-about .sec-inner {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: rgb(235, 185, 24, var(--about-frame-visual-opacity));
}
#page-home .main .sec-about .sec-inner::before, #page-home .main .sec-about .sec-inner::after {
  background-color: rgb(235, 185, 24, var(--about-frame-visual-opacity));
}
#page-home .main .sec-about__head {
  width: min(75.3rem, 100%);
  margin: 0 auto;
  padding-top: 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-home .main .sec-about__kv {
  width: 29.9rem;
  position: relative;
  z-index: 3;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  overflow: hidden;
}
#page-home .main .sec-about__kv-image {
  aspect-ratio: 1328/747;
  overflow: hidden;
}
#page-home .main .sec-about__kv-image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-home .main .sec-about__kv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-home .main .sec-about__kv h2 {
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  position: absolute;
  top: var(--kv-content-center, 50%);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-about__kv h2 {
    width: 93%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#page-home .main .sec-about__kv-side {
  color: #EBB918;
  font-size: 0.36rem;
  font-family: "Mont", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  position: absolute;
  top: var(--kv-content-center, 50%);
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-home .main .sec-about__kv-side--left {
  left: 0.5rem;
}
#page-home .main .sec-about__kv-side--right {
  right: 0.5rem;
}
#page-home .main .sec-about__label {
  opacity: 0;
  visibility: hidden;
  font-size: 2.6rem;
  color: #EBB918;
  font-family: "Mont", sans-serif;
  font-weight: 600;
  position: relative;
  padding-top: 1.5rem;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-about__label {
    padding-top: 0;
  }
}
#page-home .main .sec-about__label--left {
  padding-right: 15.8rem;
}
#page-home .main .sec-about__label--left::after {
  content: "";
  width: 15.7rem;
  height: 1px;
  background-color: #EBB918;
  position: absolute;
  right: -1.5rem;
  bottom: 1rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-about__label--left::after {
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#page-home .main .sec-about__label--right {
  padding-left: 15.8rem;
}
#page-home .main .sec-about__label--right::before {
  content: "";
  width: 13.7rem;
  height: 1px;
  background-color: #EBB918;
  position: absolute;
  left: 0;
  bottom: 1rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-about__label--right::before {
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#page-home .main .sec-about__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 21rem;
  margin-top: 1rem;
}
@media (max-width: 1100px) {
  #page-home .main .sec-about__body {
    padding: 0 clamp(2rem, 4vw, 6rem);
    gap: clamp(3rem, 7vw, 10rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-about__body {
    display: block;
    padding: 20px 28px 40px;
    margin-top: 0;
  }
}
#page-home .main .sec-about__logo {
  opacity: 0;
  visibility: hidden;
  width: 30.2rem;
}
@media (max-width: 1100px) {
  #page-home .main .sec-about__logo {
    width: min(40rem, 35vw);
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-about__logo {
    width: 100%;
    padding: 0 15px;
  }
}
#page-home .main .sec-about__content {
  opacity: 0;
  visibility: hidden;
  width: 51.1rem;
}
@media (max-width: 1100px) {
  #page-home .main .sec-about__content {
    width: min(51.1rem, 45vw);
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-about__content {
    width: 100%;
    margin-top: 0;
  }
}
#page-home .main .sec-about__title {
  font-size: 2.9rem;
  font-weight: 600;
  font-family: "Mont-bold", sans-serif;
  color: #EBB918;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-about__title {
    background: unset;
    font-size: 2.7rem;
    line-height: 1.48;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
}
#page-home .main .sec-about__text {
  margin-top: 3.5rem;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-about__text {
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 2.6;
  }
}
@media (min-width: 641px) {
  #page-home .main .sec-about__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }
  #page-home .main .sec-about__kv {
    grid-column: 2;
  }
  #page-home .main .sec-about__label--left {
    grid-column: 1;
    justify-self: end;
  }
  #page-home .main .sec-about__label--right {
    grid-column: 3;
    justify-self: start;
  }
}
@media (min-width: 641px) and (min-width: 1101px) {
  #page-home .main .sec-about__body {
    gap: min(100cqw * 210 / 1440, 233.3333333333px);
    margin-top: min(100cqw * 50 / 1440, 55.5555555556px);
  }
  #page-home .main .sec-about__logo {
    width: min(100cqw * 330 / 1440, 366.6666666667px);
  }
  #page-home .main .sec-about__content {
    width: min(100cqw * 580 / 1440, 644.4444444444px);
  }
  #page-home .main .sec-about__title {
    font-size: min(100cqw * 38 / 1440, 42.2222222222px);
  }
  #page-home .main .sec-about__text {
    margin-top: min(100cqw * 35 / 1440, 38.8888888889px);
    font-size: min(100cqw * 20 / 1440, 22.2222222222px);
  }
}
@media (min-width: 641px) and (max-width: 1100px) {
  #page-home .main .sec-about__body {
    margin-top: min(100cqw * 50 / 1440, 55.5555555556px);
  }
  #page-home .main .sec-about__title {
    font-size: min(100cqw * 31 / 1440, 34.4444444444px);
  }
  #page-home .main .sec-about__text {
    margin-top: min(100cqw * 35 / 1440, 38.8888888889px);
    font-size: min(100cqw * 20 / 1440, 22.2222222222px);
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-about {
    --sp-kv-header-height: 55px;
  }
  #page-home .main .sec-about .sec-wrapper {
    width: 100vw;
    height: var(--sp-layout-height, 100svh);
    aspect-ratio: auto;
  }
  #page-home .main .sec-about__head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100vw;
    height: 100svh;
    margin: 0;
    padding: 0;
    display: block;
    pointer-events: none;
  }
  #page-home .main .sec-about__kv {
    width: 50vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: hidden;
    visibility: hidden;
  }
  #page-home .main .sec-about__kv-image {
    width: 100%;
    aspect-ratio: 9/16;
    overflow: hidden;
  }
  #page-home .main .sec-about__kv h2 {
    font-size: 3.3rem;
    line-height: 1.6;
    translate: 3px 0;
  }
  #page-home .main .sec-about__label {
    position: absolute;
    top: var(--mobile-kv-label-center-y, calc(50% + 27.5px));
    font-size: 1.7rem;
    line-height: 1;
    translate: 0 -50%;
  }
  #page-home .main .sec-about__label--left {
    right: calc(50% + 23vw + 40px);
    padding: 0;
  }
  #page-home .main .sec-about__label--left::after {
    width: 20px;
    right: -35px;
  }
  #page-home .main .sec-about__label--right {
    left: calc(50% + 23vw + 40px);
    padding: 0;
  }
  #page-home .main .sec-about__label--right::before {
    width: 20px;
    left: -35px;
  }
}
#page-home .main .sec-story {
  width: 100%;
  margin: 0;
  min-height: var(--sp-layout-height, 100svh);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-story {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#page-home .main .sec-story .sec-wrapper {
  width: var(--home-canvas-width);
  height: auto;
  aspect-ratio: 16/9;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  container-type: inline-size;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-story .sec-wrapper {
    margin-top: 40px;
    height: auto;
    min-height: var(--sp-layout-height, 100svh);
    border: none;
  }
  #page-home .main .sec-story .sec-wrapper::before, #page-home .main .sec-story .sec-wrapper::after {
    content: none;
  }
}
#page-home .main .sec-story__des {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#page-home .main .sec-story__des::before, #page-home .main .sec-story__des::after {
  content: "";
  width: 7.5rem;
  height: 1px;
  background-color: #EBB918;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-story__des::before, #page-home .main .sec-story__des::after {
    content: none;
  }
}
#page-home .main .sec-story__des::before {
  left: 0;
}
#page-home .main .sec-story__des::after {
  right: 0;
}
#page-home .main .sec-story .sec-inner {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7.2rem 4.5rem 7.2rem 8.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11rem;
  overflow: hidden;
}
@media (max-width: 1100px) {
  #page-home .main .sec-story .sec-inner {
    padding-left: clamp(2rem, 4vw, 4.3rem);
    padding-right: clamp(2rem, 4vw, 4.3rem);
    gap: clamp(3.5rem, 7vw, 12.7rem);
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-story .sec-inner {
    display: block;
    height: auto;
    min-height: var(--sp-layout-height, 100svh);
    padding: 0;
    border: unset;
  }
}
#page-home .main .sec-story .sec-inner::before, #page-home .main .sec-story .sec-inner::after {
  content: none;
}
#page-home .main .sec-story__left {
  font-size: 5.5rem;
  color: #EBB918;
  line-height: 1.63;
  font-family: "Mont-bold", sans-serif;
  position: relative;
}
@media (max-width: 1100px) {
  #page-home .main .sec-story__left {
    font-size: clamp(3.6rem, 5vw, 5.7rem);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-story__left {
    font-size: 4rem;
    line-height: 1.39;
  }
}
#page-home .main .sec-story__left-line {
  display: block;
  white-space: nowrap;
}
#page-home .main .sec-story__left-char {
  display: inline-block;
}
#page-home .main .sec-story__right {
  line-height: 2.25;
}
@media (max-width: 1100px) {
  #page-home .main .sec-story__right {
    font-size: clamp(1.3rem, 1.5vw, 1.6rem);
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-story__right {
    margin-top: 45px;
    overflow: visible;
  }
}
#page-home .main .sec-story__right p + p {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-story__right p + p {
    margin-top: 20px;
  }
}
#page-home .main .sec-story__right span {
  font-weight: 600;
}
@media (min-width: 641px) and (min-width: 1101px) {
  #page-home .main .sec-story__right {
    font-size: min(100cqw * 16 / 1440, 17.7777777778px);
  }
  #page-home .main .sec-story__right p + p {
    margin-top: min(100cqw * 30 / 1440, 33.3333333333px);
  }
}
@media (min-width: 641px) and (max-width: 1100px) {
  #page-home .main .sec-story__right p + p {
    margin-top: min(100cqw * 40 / 1440, 44.4444444444px);
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-story .sec-wrapper {
    width: 100vw;
    height: auto;
    min-height: var(--sp-layout-height, 100svh);
    aspect-ratio: auto;
  }
}
#page-home .main .sec-service {
  width: 100%;
  background: url(../img/top/service.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100svh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service {
    margin-top: 40px;
  }
}
#page-home .main .sec-service__content {
  width: var(--home-canvas-width);
  height: auto;
  aspect-ratio: 16/9;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.6rem;
  container-type: inline-size;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service__content {
    width: 100%;
    height: auto;
    min-height: 100svh;
    aspect-ratio: auto;
    padding: 55px 26px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
}
#page-home .main .sec-service__inner {
  width: min(130.3rem, 100% - 2.7rem);
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  background-color: #fff;
  padding: 5.8rem 7.6rem 5.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1100px) {
  #page-home .main .sec-service__inner {
    padding-left: clamp(3rem, 5vw, 7.6rem);
    padding-right: clamp(3rem, 5vw, 7.6rem);
  }
}
@media (max-height: 800px) {
  #page-home .main .sec-service__inner {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service__inner {
    padding: 32px 0 0;
    height: auto;
    min-height: 100svh;
    width: 100%;
    background-color: unset;
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service__heading {
    width: 100%;
    background-color: #fff;
    padding: 20px 20px 50px;
    position: relative;
    z-index: 10;
  }
}
#page-home .main .sec-service__heading h2 {
  font-size: 3.7rem;
  font-weight: 500;
  font-family: "Mont", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service__heading h2 {
    font-size: 3rem;
  }
}
#page-home .main .sec-service__heading--label {
  width: 100%;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service__heading--label {
    margin-top: 10px;
    margin-right: 0;
  }
}
#page-home .main .sec-service__body {
  position: relative;
  margin-top: 3.3rem;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
@media (min-width: 641px) {
  #page-home .main .sec-service__body {
    overflow: visible;
    -webkit-clip-path: inset(0 0 calc(0px - var(--service-stack-offset, 0px)) 0);
            clip-path: inset(0 0 calc(0px - var(--service-stack-offset, 0px)) 0);
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service__body {
    position: relative;
    margin-top: -25px;
    z-index: 50;
    height: auto;
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
#page-home .main .sec-service .service-card {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #EBB918;
  border-radius: 2rem;
  background: #F7F7F7;
  overflow: hidden;
  will-change: transform;
  width: 100%;
  height: 100%;
}
@media (min-width: 641px) {
  #page-home .main .sec-service .service-card {
    height: calc(100% - 36px);
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service .service-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-transform: none !important;
            transform: none !important;
    z-index: auto;
    padding-bottom: 40px;
    border-radius: 20px;
  }
}
#page-home .main .sec-service .service-card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6rem 6.4rem;
}
@media (max-width: 1100px) {
  #page-home .main .sec-service .service-card__inner {
    padding-left: clamp(3rem, 4vw, 6.4rem);
    padding-right: clamp(3rem, 4vw, 6.4rem);
    gap: clamp(2.5rem, 5vw, 8rem);
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service .service-card__inner {
    padding: 0;
    display: block;
  }
}
#page-home .main .sec-service .service-card__motion01 {
  width: 36.3rem;
  margin-right: 9rem;
  margin-top: 10.5rem;
}
@media (max-width: 1100px) {
  #page-home .main .sec-service .service-card__motion01 {
    width: min(34vw, 45.5rem);
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service .service-card__motion01 {
    width: 100%;
    margin: 60px auto 60px;
    padding: 0 28px;
  }
}
#page-home .main .sec-service .service-card__motion01 img {
  width: 36.3rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service .service-card__motion01 img {
    width: 100%;
  }
}
#page-home .main .sec-service .service-card__motion02 {
  width: 36.3rem;
  margin-right: 10rem;
  margin-top: 1rem;
}
@media (max-width: 1100px) {
  #page-home .main .sec-service .service-card__motion02 {
    width: min(34vw, 45.5rem);
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service .service-card__motion02 {
    width: 100%;
    margin: 31px auto 20px;
    padding: 0 84px;
  }
}
#page-home .main .sec-service .service-card__motion02 img {
  width: 30rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service .service-card__motion02 img {
    width: 100%;
  }
}
#page-home .main .sec-service .service-card__motion03 {
  width: 36.3rem;
  margin-right: 11rem;
  margin-top: 11rem;
}
@media (max-width: 1100px) {
  #page-home .main .sec-service .service-card__motion03 {
    width: min(34vw, 45.5rem);
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service .service-card__motion03 {
    width: 100%;
    margin: 80px auto 90px;
    padding: 0 34px;
  }
}
#page-home .main .sec-service .service-card__motion03 img {
  width: 31.7rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service .service-card__motion03 img {
    width: 100%;
  }
}
#page-home .main .sec-service .service-card__text {
  margin-top: 3.9rem;
  font-size: 1.6rem;
  line-height: 2.14;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service .service-card__text {
    margin-top: 34px;
    line-height: 1.856;
    font-size: 1.4rem;
  }
}
#page-home .main .sec-service .service-card01 {
  z-index: 1;
}
#page-home .main .sec-service .service-card02 {
  z-index: 2;
}
#page-home .main .sec-service .service-card03 {
  z-index: 3;
}
#page-home .main .sec-service .service-detail {
  width: 56.6rem;
}
@media (max-width: 1100px) {
  #page-home .main .sec-service .service-detail {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service .service-detail {
    width: 100%;
    padding: 0 25px;
  }
}
#page-home .main .sec-service .service-detail__head {
  position: relative;
  z-index: 5;
}
#page-home .main .sec-service .service-detail .num01 {
  width: 3.5rem;
}
#page-home .main .sec-service .service-detail .num02 {
  width: 4.3rem;
}
#page-home .main .sec-service .service-detail .num03 {
  width: 4.3rem;
}
#page-home .main .sec-service .service-detail__title {
  font-size: 4rem;
  color: #EBB918;
  font-family: "Mont", sans-serif;
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 1100px) {
  #page-home .main .sec-service .service-detail__title {
    font-size: clamp(2.5rem, 3.2vw, 3.7rem);
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service .service-detail__title {
    font-size: 3rem;
    margin-top: 5px;
    letter-spacing: 0.03em;
    line-height: 1.3;
  }
}
#page-home .main .sec-service .service-detail__ja {
  margin-top: 1.7rem;
  font-size: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service .service-detail__ja {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}
#page-home .main .sec-service__nav {
  width: 1.1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.1rem;
      -ms-flex: 0 0 1.1rem;
          flex: 0 0 1.1rem;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service__nav {
    display: none;
    width: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8px;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    padding-bottom: 67px;
  }
}
#page-home .main .sec-service__nav-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#page-home .main .sec-service__nav .navigation {
  width: 1.1rem;
  height: 1.1rem;
  background-color: #fff;
  display: block;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service__nav .navigation {
    width: 8px;
    height: 8px;
  }
}
#page-home .main .sec-service__nav .navigation + .navigation {
  margin-top: 1.1rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-service__nav .navigation + .navigation {
    margin-top: 9px;
  }
}
#page-home .main .sec-service__nav .navigation.is-active {
  background-color: #005725;
}
@media (min-width: 641px) {
  #page-home .main .sec-service__content {
    width: var(--home-canvas-width);
    height: auto;
    aspect-ratio: auto;
    display: block;
    position: relative;
    container-type: normal;
  }
  #page-home .main .sec-service__inner {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    container-type: inline-size;
  }
  #page-home .main .sec-service__nav {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: calc(100% + 1.6rem);
  }
  #page-home .main .sec-service .service-card__inner {
    padding: min(100cqw * 100 / 1440, 111.1111111111px) min(100cqw * 64 / 1440, 71.1111111111px) 0;
  }
  #page-home .main .sec-service .service-card__motion01 {
    width: min(100cqw * 500 / 1440, 555.5555555556px);
    margin-right: min(100cqw * 90 / 1440, 100px);
    margin-top: min(100cqw * 125 / 1440, 138.8888888889px);
  }
  #page-home .main .sec-service .service-card__motion01 img {
    width: min(100cqw * 450 / 1440, 500px);
  }
  #page-home .main .sec-service .service-card__motion02 {
    width: min(100cqw * 500 / 1440, 555.5555555556px);
    margin-right: min(100cqw * 100 / 1440, 111.1111111111px);
    margin-top: min(100cqw * 50 / 1440, 55.5555555556px);
  }
  #page-home .main .sec-service .service-card__motion02 img {
    width: min(100cqw * 350 / 1440, 388.8888888889px);
  }
  #page-home .main .sec-service .service-card__motion03 {
    width: min(100cqw * 500 / 1440, 555.5555555556px);
    margin-right: min(100cqw * 110 / 1440, 122.2222222222px);
    margin-top: min(100cqw * 170 / 1440, 188.8888888889px);
  }
  #page-home .main .sec-service .service-card__motion03 img {
    width: min(100cqw * 450 / 1440, 500px);
  }
  #page-home .main .sec-service .service-card__text {
    margin-top: min(100cqw * 60 / 1440, 66.6666666667px);
    font-size: min(100cqw * 18 / 1440, 20px);
  }
  #page-home .main .sec-service .service-card__button a {
    margin-top: min(100cqw * 30 / 1440, 33.3333333333px);
  }
  #page-home .main .sec-service .service-card__button .view-button__icon {
    width: min(100cqw * 42 / 1440, 46.6666666667px);
    height: min(100cqw * 42 / 1440, 46.6666666667px);
    margin-right: max(100cqw * -19 / 1440, -21.1111111111px);
  }
  #page-home .main .sec-service .service-card__button .view-button__icon::before {
    background-size: min(100cqw * 16 / 1440, 17.7777777778px);
  }
  #page-home .main .sec-service .service-card__button .view-button__icon img {
    width: min(100cqw * 16 / 1440, 17.7777777778px);
  }
  #page-home .main .sec-service .service-card__button .view-button__text {
    width: min(100cqw * 148 / 1440, 164.4444444444px);
    border-radius: min(100cqw * 14 / 1440, 15.5555555556px);
    padding: min(100cqw * 7 / 1440, 7.7777777778px) min(100cqw * 24 / 1440, 26.6666666667px) min(100cqw * 7 / 1440, 7.7777777778px) 0;
    margin-right: max(100cqw * -19 / 1440, -21.1111111111px);
    font-size: min(100cqw * 14 / 1440, 15.5555555556px);
  }
  #page-home .main .sec-service .service-detail {
    width: min(100cqw * 665 / 1440, 738.8888888889px);
  }
  #page-home .main .sec-service .service-detail__num {
    font-size: min(100cqw * 22 / 1440, 24.4444444444px);
  }
  #page-home .main .sec-service .service-detail__title {
    margin-top: min(100cqw * 15 / 1440, 16.6666666667px);
    font-size: min(100cqw * 43 / 1440, 47.7777777778px);
  }
  #page-home .main .sec-service .service-detail__ja {
    margin-top: min(100cqw * 17 / 1440, 18.8888888889px);
    font-size: min(100cqw * 22 / 1440, 24.4444444444px);
  }
}
#page-home .main .sec-works {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#page-home .main .sec-works__pin {
  min-height: 110svh;
  background: url(../img/top/works.jpg) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 6.7rem 0;
}
@media (max-height: 800px) {
  #page-home .main .sec-works__pin {
    padding: 6.7rem 0;
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-works__pin {
    min-height: 100svh;
    padding: 40px 26px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#page-home .main .sec-works__inner {
  width: var(--home-canvas-width);
  height: auto;
  min-height: 0;
  aspect-ratio: 16/9;
  margin: 0 auto;
  background-color: #454545;
  color: #fff;
  padding: clamp(2.4rem, 5svh, 4.5rem) 0 clamp(3.2rem, 6svh, 8rem) 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  container-type: inline-size;
}
@media (max-width: 1100px) {
  #page-home .main .sec-works__inner {
    padding-left: clamp(3rem, 5vw, 8rem);
  }
}
@media (max-height: 800px) {
  #page-home .main .sec-works__inner {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-works__inner {
    width: 100%;
    height: calc(107svh - 7rem - 15px);
    aspect-ratio: auto;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 34px 22px 30px;
  }
}
#page-home .main .sec-works__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12.8rem;
}
@media (max-width: 1100px) {
  #page-home .main .sec-works__head {
    gap: clamp(4rem, 8vw, 12.8rem);
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-works__head {
    display: block;
  }
}
#page-home .main .sec-works__title h2 {
  font-size: 3.7rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-works__title h2 {
    font-size: 3rem;
  }
}
#page-home .main .sec-works__title--label {
  font-size: 1.2rem;
  margin-top: 10px;
}
#page-home .main .sec-works__read {
  font-size: 1.4rem;
  line-height: 1.78;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-works__read {
    margin-top: 40px;
    font-size: 1.3rem;
  }
}
#page-home .main .sec-works__contents {
  overflow: hidden;
  position: relative;
  margin-top: 6rem;
}
@media (max-height: 800px) {
  #page-home .main .sec-works__contents {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-works__contents {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    margin-top: 0;
    padding-top: 35px;
  }
}
#page-home .main .sec-works__viewport {
  overflow: hidden;
  width: 100%;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-works__viewport {
    height: 100%;
  }
}
#page-home .main .sec-works__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  will-change: transform;
}
#page-home .main .sec-works .works {
  max-width: 760px;
  width: calc((100vw - 6rem) / 1.9);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-works .works {
    width: 84%;
  }
}
#page-home .main .sec-works .works-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-works .works-head {
    display: block;
  }
}
#page-home .main .sec-works .works-head__detail {
  font-size: 1.1rem;
  line-height: 1.63;
}
#page-home .main .sec-works .works-head__cat {
  font-size: 1.1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #EBB918;
  color: #585858;
  border-radius: 1.1rem;
  line-height: 1;
  text-align: center;
  padding: 0.5rem 3rem 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-works .works-head__cat {
    font-size: 1rem;
    padding: 4px 20px 5px;
    margin-top: 15px;
  }
}
#page-home .main .sec-works .works-thumb {
  margin-top: 1.1rem;
  aspect-ratio: 16/9;
  overflow: hidden;
}
#page-home .main .sec-works .works-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
#page-home .main .sec-works .works a:hover .works-thumb img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
#page-home .main .sec-works .works-title {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.9rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-works .works-title {
    margin-top: 24px;
    font-size: 1.5rem;
  }
}
#page-home .main .sec-works__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.4rem;
  margin-top: min(100cqw * 50 / 1440, 55.5555555556px);
}
@media (max-height: 800px) {
  #page-home .main .sec-works__bottom {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-works__bottom {
    display: block;
    margin-top: 30px;
  }
}
#page-home .main .sec-works__gauge {
  width: 94rem;
  height: 4px;
  background: #939393;
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  #page-home .main .sec-works__gauge {
    width: min(94rem, 100% - 25rem);
  }
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-works__gauge {
    width: 100%;
  }
}
#page-home .main .sec-works__gauge .bar {
  width: 100%;
  height: 100%;
  background: #F4E200;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  will-change: transform;
}
@media screen and (max-width: 640px) {
  #page-home .main .sec-works__button {
    margin: 30px auto 0;
  }
  #page-home .main .sec-works__button a {
    margin: 0 auto;
  }
}
@media (min-width: 641px) {
  #page-home .main .sec-works .works__visual {
    width: min(100%, min(100cqw * 800 / 1440, 888.8888888889px));
  }
  #page-home .main .sec-works .works-thumb {
    margin-top: min(100cqw * 11 / 1440, 12.2222222222px);
    aspect-ratio: 16/9;
  }
  #page-home .main .sec-works .works-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page-home .main .sec-works .works-title {
    margin-top: min(100cqw * 15 / 1440, 16.6666666667px);
    font-size: min(100cqw * 19 / 1440, 21.1111111111px);
  }
  #page-home .main .sec-works__gauge {
    width: min(100cqw * 1070 / 1440, 1188.8888888889px);
  }
}
#page-home .main .normal-wrapper {
  background: url(../img/top/normal-wrapper.jpg) center center no-repeat;
  background-size: cover;
  padding: 12rem 0 20.8rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper {
    padding: 100px 0 86px;
  }
}
#page-home .main .normal-wrapper .sec-clients h2 {
  text-align: center;
  font-size: 3.7rem;
  color: #EBB918;
  font-family: "Mont", sans-serif;
}
#page-home .main .normal-wrapper .sec-clients__label {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-clients__label {
    margin-top: 10px;
    margin-right: 0;
  }
}
#page-home .main .normal-wrapper .sec-clients__list {
  width: 114.1rem;
  margin: 7.8rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.6rem 1.5rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-clients__list {
    width: 100%;
    padding: 0 26px;
    margin: 52px auto 0;
    gap: 14px 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#page-home .main .normal-wrapper .sec-clients__list li {
  width: calc(20% - 1.2rem);
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-clients__list li {
    width: calc(50% - 6px);
  }
}
#page-home .main .normal-wrapper .sec-clients__list li a {
  display: block;
  overflow: hidden;
}
#page-home .main .normal-wrapper .sec-clients__list li img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
#page-home .main .normal-wrapper .sec-clients__list li a:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
#page-home .main .normal-wrapper .sec-clients__contents {
  margin-top: 10.3rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-clients__contents {
    margin-top: 48px;
  }
}
#page-home .main .normal-wrapper .sec-clients .contents {
  padding: 0 1.5rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-clients .contents {
    padding: 0 26px;
  }
}
#page-home .main .normal-wrapper .sec-clients .contents-list {
  background-color: #fff;
  padding: 4.5rem 0;
}
#page-home .main .normal-wrapper .sec-clients .contents-list + .contents-list {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-clients .contents-list {
    padding: 47px 30px 35px;
  }
}
#page-home .main .normal-wrapper .sec-clients .contents-list a {
  width: 126.5rem;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 4.5rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-clients .contents-list a {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-right: unset;
  }
}
#page-home .main .normal-wrapper .sec-clients .contents-list__logo {
  width: 21.1rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-clients .contents-list__logo {
    width: 100%;
    padding: 0 50px;
  }
}
#page-home .main .normal-wrapper .sec-clients .contents-list__text {
  margin-left: 10.2rem;
  font-size: 1.5rem;
  line-height: 2;
  width: 53rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-clients .contents-list__text {
    margin: 40px auto 0;
    width: 100%;
    font-weight: 500;
  }
}
#page-home .main .normal-wrapper .sec-clients .contents-list__icon {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #EBB918;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-clients .contents-list__icon {
    width: 36px;
    height: 36px;
    margin: 25px auto 0;
  }
}
#page-home .main .normal-wrapper .sec-clients .contents-list__icon img {
  width: 1.6rem;
  margin-left: 3px;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-clients .contents-list__icon img {
    width: 13px;
  }
}
#page-home .main .normal-wrapper .sec-news {
  margin-top: 13.8rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-news {
    margin-top: 55px;
  }
}
#page-home .main .normal-wrapper .sec-news h2 {
  text-align: center;
  font-size: 3.7rem;
  color: #EBB918;
  font-family: "Mont", sans-serif;
}
#page-home .main .normal-wrapper .sec-news__label {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-news__label {
    margin-top: 10px;
    margin-right: 0;
  }
}
#page-home .main .normal-wrapper .sec-news__contents {
  margin: 6.7rem auto 0;
  width: 114rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.2rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-news__contents {
    width: 100%;
    padding: 0 60px;
    margin: 40px auto 0;
    display: block;
  }
}
#page-home .main .normal-wrapper .sec-news .news {
  width: calc(33.3333333333% - 1.6rem);
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-news .news {
    width: 100%;
  }
  #page-home .main .normal-wrapper .sec-news .news + .news {
    margin-top: 40px;
  }
}
#page-home .main .normal-wrapper .sec-news .news__link {
  display: block;
}
#page-home .main .normal-wrapper .sec-news .news-date {
  color: #EBB918;
  font-size: 1.9rem;
  text-align: center;
  font-family: "Mont", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-news .news-date {
    font-size: 1.5rem;
  }
}
#page-home .main .normal-wrapper .sec-news .news-thumb {
  margin-top: 1.5rem;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-news .news-thumb {
    margin-top: 13px;
  }
}
#page-home .main .normal-wrapper .sec-news .news-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
#page-home .main .normal-wrapper .sec-news .news-title {
  margin: 2.8rem auto 0;
  color: #454545;
  font-size: 1.7rem;
  padding-bottom: 2px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-news .news-title {
    margin-top: 23px;
    font-size: 1.5rem;
  }
}
#page-home .main .normal-wrapper .sec-news .news-exp {
  margin-top: 2.2rem;
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-news .news-exp {
    margin-top: 20px;
  }
}
@media (hover: hover) {
  #page-home .main .normal-wrapper .sec-news .news:hover .news-thumb img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
#page-home .main .normal-wrapper .sec-news .link .news-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #EBB918;
}
#page-home .main .normal-wrapper .sec-news__button {
  width: 114rem;
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-news__button {
    width: 100%;
    margin: 50px auto 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#page-home .main .normal-wrapper .sec-contact {
  margin-top: 13rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-contact {
    margin-top: 92px;
  }
}
#page-home .main .normal-wrapper .sec-contact__wrapper {
  width: 94rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17.3rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    padding: 0 45px;
    gap: 80px;
  }
}
#page-home .main .normal-wrapper .sec-contact__button a {
  width: 29rem;
  height: 29rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-contact__button a {
    width: 237px;
    height: 237px;
  }
}
#page-home .main .normal-wrapper .sec-contact__button a::before {
  content: "";
  width: 88%;
  height: 88%;
  background: url(../img/contact-text.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-animation: rotateLoop 20s linear infinite;
          animation: rotateLoop 20s linear infinite;
  z-index: 5;
}
@-webkit-keyframes rotateLoop {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateLoop {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
#page-home .main .normal-wrapper .sec-contact__button .icon {
  width: 13rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-contact__button .icon {
    width: 107px;
  }
}
#page-home .main .normal-wrapper .sec-contact__text h2 {
  color: #EBB918;
  font-size: 3.7rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-contact__text h2 {
    text-align: center;
  }
}
#page-home .main .normal-wrapper .sec-contact__read {
  margin-top: 6rem;
  font-size: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-contact__read {
    text-align: center;
    margin-top: 50px;
  }
}
#page-home .main .normal-wrapper .sec-contact__read span {
  font-size: 3.1rem;
  font-family: "Mont", sans-serif;
  display: inline-block;
  margin-right: 2.5rem;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-contact__read span {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#page-home .main .normal-wrapper .sec-contact__detail {
  margin-top: 3.6rem;
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (max-width: 640px) {
  #page-home .main .normal-wrapper .sec-contact__detail {
    margin-top: 45px;
  }
}

@media screen and (max-width: 640px) {
  html.is-sp-simple-home #page-home .sec-kv-sp {
    display: block;
    position: relative;
    width: 100%;
    height: calc(100svh - 55px);
    padding-top: 39px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html.is-sp-simple-home #page-home .sec-kv-sp .sec-about__kv {
    visibility: visible !important;
    position: relative;
    inset: auto;
    width: 100%;
    height: 100svh;
    margin: 0 auto;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-clip-path: none !important;
            clip-path: none !important;
  }
  html.is-sp-simple-home #page-home .sec-kv-sp .sec-about__kv-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 9/16;
  }
  html.is-sp-simple-home #page-home .parallax {
    min-height: 0;
  }
  html.is-sp-simple-home #page-home .sec-about {
    margin-top: 170px;
    min-height: 0;
    display: block;
  }
  html.is-sp-simple-home #page-home .sec-about .sec-wrapper {
    width: 100vw;
    margin-top: 65px;
    aspect-ratio: auto;
  }
  html.is-sp-simple-home #page-home .sec-about__head {
    display: none;
  }
  html.is-sp-simple-home #page-home .sec-about__body {
    min-height: 100svh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html.is-sp-simple-home #page-home .sec-about__label {
    display: none !important;
  }
  html.is-sp-kv-restoring #page-home .sec-about__kv {
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
#page-about {
  position: relative;
  overflow-x: clip;
}
#page-about .main {
  padding-top: 11.6rem;
  padding-bottom: 218px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-about .main {
    padding-top: 9.2rem;
  }
}
#page-about .main::before {
  content: "";
  background: url(../img/head-back.webp) center center no-repeat;
  width: 217.8rem;
  height: 217.8rem;
  background-size: cover;
  position: absolute;
  top: -115.8rem;
  right: -100.5rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #page-about .main::before {
    width: 1392px;
    height: 1393px;
    background-size: cover;
    top: -590px;
    right: unset;
    left: -85px;
  }
}
#page-about .sec-about {
  width: 142rem;
  padding: 0 4.6rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-about .sec-about {
    width: 100%;
    padding: 0;
    margin: 15px auto 0;
  }
}
#page-about .sec-about h2 {
  font-size: 6.3rem;
  font-weight: 600;
  margin-left: 4.3rem;
  font-family: "Mont-bold", sans-serif;
  color: #EBB918;
}
@media screen and (max-width: 640px) {
  #page-about .sec-about h2 {
    font-size: 3.3rem;
    margin-left: unset;
    padding: 0 20px;
  }
}
#page-about .sec-about .sub-title {
  font-size: 1.3rem;
  margin-left: 4.3rem;
  color: #EBB918;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-about .sub-title {
    margin-left: unset;
    padding: 0 20px;
  }
}
#page-about .sec-about__flex {
  margin-top: 15.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13.6rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-about__flex {
    display: block;
    margin-top: 57px;
  }
}
#page-about .sec-about__animation {
  width: 48.8rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-about__animation {
    width: 100%;
    padding: 0 51px;
  }
}
#page-about .sec-about__animation video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-about .sec-about__text {
  width: 60.6rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-about__text {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }
}
#page-about .sec-about__point {
  width: 28rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-about__point {
    line-height: 1.5;
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  #page-about .sec-about__point-span {
    margin-left: -16px;
  }
}
#page-about .sec-about__detail {
  margin-top: 7rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-about__detail {
    margin-top: 30px;
  }
}
#page-about .sec-about__detail p {
  font-size: 1.6rem;
  line-height: 2.22;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-about .sec-about__detail p {
    line-height: 2;
    font-size: 1.5rem;
  }
}
#page-about .sec-about__detail p + p {
  margin-top: 3rem;
}
#page-about .middle-back {
  position: absolute;
  width: 155.4rem;
  height: 155.4rem;
  left: -63.1rem;
  z-index: -1;
  top: 19%;
}
@media screen and (max-width: 640px) {
  #page-about .middle-back {
    width: 1142px;
    height: 1142px;
    top: 13%;
    left: 30%;
  }
}
#page-about .middle-back02 {
  display: none;
}
@media screen and (max-width: 640px) {
  #page-about .middle-back02 {
    display: block;
    position: absolute;
    z-index: -1;
    width: 1142px;
    height: 1142px;
    top: 30%;
    right: -30%;
  }
}
#page-about .sec-team {
  margin: 18rem auto 0;
  width: 142rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team {
    margin: 85px auto 0;
    width: 100%;
  }
}
#page-about .sec-team__wrapper {
  width: 142rem;
  padding: 0 14.4rem 0 4.6rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team__wrapper {
    width: 100%;
    padding: 0;
  }
}
#page-about .sec-team__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 11rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team__inner {
    display: block;
  }
}
#page-about .sec-team__left {
  width: 64.2rem;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team__left {
    width: 100%;
    position: relative;
    z-index: 80;
  }
}
#page-about .sec-team__left h2 {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
  color: #EBB918;
}
#page-about .sec-team__left-head {
  padding: 0 20px;
}
#page-about .sec-team__left-label {
  font-size: 1.3rem;
  color: #EBB918;
  font-weight: 600;
  margin-top: 0.8rem;
}
#page-about .sec-team__left-image {
  width: 57.8rem;
  margin: 7.3rem auto 0 2rem;
}
#page-about .sec-team__left-image .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team__left-image {
    width: 100%;
    margin: 44px auto 0;
    padding: 0 32px;
  }
}
#page-about .sec-team__right {
  width: 47.7rem;
  margin-top: 13.5rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team__right {
    width: 100%;
    margin-top: 79px;
    position: relative;
  }
}
#page-about .sec-team .profile-image {
  width: 38.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-image {
    width: 100%;
    padding: 0 32px;
  }
}
#page-about .sec-team .profile-head {
  margin-top: 4.9rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-head {
    margin-top: 47px;
  }
}
#page-about .sec-team .profile-head__position {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
  color: #EBB918;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-head__position {
    font-size: 1.4rem;
  }
}
#page-about .sec-team .profile-head__name {
  font-size: 2.1rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
  margin-top: 2.6rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-head__name {
    font-size: 1.9rem;
    margin-top: 26px;
  }
}
#page-about .sec-team .profile-head__en {
  margin-top: 0.6rem;
  font-family: "Mont", sans-serif;
  font-size: 1.3rem;
  color: #AAAAAA;
}
#page-about .sec-team .profile-text {
  margin-top: 7rem;
  padding-top: 8.3rem;
  border-top: 1px solid #EBB918;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-text {
    margin-top: 68px;
    padding-top: 79px;
  }
}
#page-about .sec-team .profile-text h3 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-text h3 {
    font-size: 1.7rem;
  }
}
#page-about .sec-team .profile-text__message {
  margin-top: 4.8rem;
  font-size: 1.6rem;
  line-height: 2.18;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-text__message {
    margin-top: 25px;
    padding: 0 32px;
  }
}
#page-about .sec-team .profile-career {
  margin-top: 7rem;
  padding-top: 6rem;
  border-top: 1px solid #EBB918;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-career {
    margin-top: 65px;
    padding-top: 55px;
  }
}
#page-about .sec-team .profile-career__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.2rem 2.5rem 0.9rem;
  width: 37.9rem;
  border: 1px solid #F4E200;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-career__list li {
    padding: 12px 25px;
    width: 36rem;
  }
}
#page-about .sec-team .profile-career__list li + li {
  margin-top: 3rem;
  position: relative;
}
#page-about .sec-team .profile-career__list li + li::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.1rem;
  height: 3rem;
  background-color: #F4E200;
}
#page-about .sec-team .profile-career__year {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6rem;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  width: 6rem;
  white-space: nowrap;
  text-align: left;
}
#page-about .sec-team .profile-career__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
#page-about .sec-team .profile-sns {
  margin-top: 5rem;
  padding-top: 6rem;
  border-top: 1px solid #EBB918;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-sns {
    margin-top: 57px;
    padding-top: 57px;
  }
}
#page-about .sec-team .profile-sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.3rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-sns__list {
    gap: 26px;
  }
}
#page-about .sec-team .profile-sns .insta {
  width: 2.8rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-sns .insta {
    width: 26px;
  }
}
#page-about .sec-team .profile-sns .x {
  width: 2.8rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-sns .x {
    width: 25px;
  }
}
#page-about .sec-team .profile-sns .threads {
  width: 2.5rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-sns .threads {
    width: 24px;
  }
}
#page-about .sec-team .profile-sns .note {
  width: 9rem;
  margin-left: -1rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile-sns .note {
    width: 75px;
  }
}
#page-about .sec-team .profile02 {
  margin-top: 20.5rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .profile02 {
    margin-top: 195px;
  }
}
#page-about .sec-team .award {
  margin-top: 20.5rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .award {
    margin-top: 145px;
  }
}
#page-about .sec-team .award h3 {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .award h3 {
    font-size: 1.9rem;
  }
}
#page-about .sec-team .award__list {
  margin-top: 4.2rem;
  padding-top: 6rem;
  border-top: 1px solid #EBB918;
  line-height: 2.18;
}
#page-about .sec-team .award__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .award__list {
    margin-top: 27px;
    padding: 55px 32px 0;
  }
}
#page-about .sec-team .award__year {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6rem;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  width: 6rem;
  white-space: nowrap;
}
#page-about .sec-team .award__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
#page-about .sec-team .speak {
  margin-top: 7rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .speak {
    margin-top: 85px;
  }
}
#page-about .sec-team .speak h3 {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .speak h3 {
    font-size: 1.8rem;
  }
}
#page-about .sec-team .speak__list {
  margin-top: 4.2rem;
  padding-top: 6rem;
  border-top: 1px solid #EBB918;
  line-height: 2.18;
}
#page-about .sec-team .speak__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  #page-about .sec-team .speak__list {
    margin-top: 28px;
    padding: 55px 32px 0;
  }
}
#page-about .sec-team .speak__year {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6rem;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  width: 6rem;
  white-space: nowrap;
}
#page-about .sec-team .speak__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
#page-about .mvv-back {
  margin-top: 20.5rem;
  padding: 9.5rem 0 14rem;
  background: url("../img/about/mvv-back.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  #page-about .mvv-back {
    margin-top: 85px;
    padding: 64px 0 106px;
    background: url("../img/about/mvv-back.jpg") center center no-repeat;
    background-size: cover;
  }
}
#page-about .mvv-inner {
  width: 142rem;
  padding: 0 4.6rem 0 7.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #page-about .mvv-inner {
    width: 100%;
    padding: 0 28px;
  }
}
#page-about .mvv-wrapper {
  margin-top: 15.4rem;
}
@media screen and (max-width: 640px) {
  #page-about .mvv-wrapper {
    margin-top: 0;
  }
}
#page-about .section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-about .section {
    display: block;
  }
}
#page-about .section h2 {
  width: 41.5rem;
  font-size: 4rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
  color: #EBB918;
}
@media screen and (max-width: 640px) {
  #page-about .section h2 {
    width: 100%;
  }
}
#page-about .section-flex {
  width: calc(100% - 41.5rem);
}
@media screen and (max-width: 640px) {
  #page-about .section-flex {
    width: 100%;
    margin-top: 55px;
    display: block;
  }
}
#page-about .section-flex h3 {
  font-size: 2.8rem;
  padding-bottom: 1rem;
  font-family: "Mont", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#page-about .section-flex h3::after {
  content: "";
  background: url(../img/about/line.png) center center no-repeat;
  width: 100%;
  height: 0.8rem;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  #page-about .section-flex h3::after {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  #page-about .section-flex h3 {
    width: 100%;
    padding-bottom: 0;
    line-height: 1.89;
  }
  #page-about .section-flex h3 .under {
    padding-bottom: 0.6rem;
    background-image: url(../img/about/line-sp.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 8px;
  }
  #page-about .section-flex h3 .under01 {
    padding-bottom: 0.6rem;
    background-image: url(../img/about/line.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 8px;
  }
}
#page-about .section-flex h3 .big {
  font-size: 3.3rem;
}
#page-about .section-flex__text {
  font-size: 1.6rem;
  line-height: 2.18;
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-about .section-flex__text {
    width: 100%;
    margin-top: 40px;
    font-size: 1.5rem;
  }
}
#page-about .section-flex__subtitle {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
  margin-top: 3rem;
}
@media screen and (max-width: 640px) {
  #page-about .section-flex__subtitle {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
#page-about .section-flex__box + .section-flex__box {
  margin-top: 8.5rem;
}
#page-about .section-flex + .section-flex {
  margin-top: 9rem;
}
#page-about .section + .section {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-about .section + .section {
    margin-top: 100px;
  }
}
#page-about .sec-company {
  width: 142rem;
  padding: 0 4.6rem 0 7.6rem;
  margin: 18rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-about .sec-company {
    width: 100%;
    padding: 0 32px;
    margin: 40px auto 0;
  }
}
#page-about .sec-company__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-about .sec-company__wrapper {
    display: block;
  }
}
#page-about .sec-company h2 {
  width: 41.5rem;
  font-size: 4rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
  color: #EBB918;
}
#page-about .sec-company__label {
  font-size: 1.3rem;
  color: #EBB918;
  font-weight: 600;
  margin-top: 0.8rem;
}
#page-about .sec-company__contents {
  width: 66rem;
  margin-top: -4rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-company__contents {
    width: 100%;
    margin-top: 65px;
  }
}
#page-about .sec-company__contents dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-about .sec-company__contents dl dt {
  width: 18rem;
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 2px solid #EBB918;
  padding: 4rem 0;
  line-height: 2.33;
}
@media screen and (max-width: 640px) {
  #page-about .sec-company__contents dl dt {
    width: 125px;
    padding: 35px 0;
  }
}
#page-about .sec-company__contents dl dd {
  width: 48rem;
  font-size: 1.5rem;
  border-bottom: 1px solid #F1CD12;
  padding: 4rem 0;
  line-height: 2.33;
}
@media screen and (max-width: 640px) {
  #page-about .sec-company__contents dl dd {
    width: calc(100% - 125px);
    padding: 35px 0;
  }
}
#page-about .sec-company__contents dl .label {
  margin-top: 1.5rem;
}

#page-service {
  position: relative;
  overflow-x: clip;
}
#page-service .main {
  padding-top: 11.6rem;
  padding-bottom: 17.3rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-service .main {
    padding-top: 92px;
    padding-bottom: 125px;
  }
}
#page-service .main::before {
  content: "";
  background: url(../img/head-back.webp) center center no-repeat;
  width: 217.8rem;
  height: 217.8rem;
  background-size: cover;
  position: absolute;
  top: -115.8rem;
  right: -100.5rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #page-service .main::before {
    width: 1392px;
    height: 1393px;
    background-size: cover;
    top: -590px;
    right: unset;
    left: -85px;
  }
}
#page-service .main::after {
  content: "";
  background: url(../img/middle-back.webp) center center no-repeat;
  width: 155.4rem;
  height: 155.4rem;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -101.5rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #page-service .main::after {
    width: 1142px;
    height: 1143px;
    background-size: cover;
    left: unset;
    right: 123px;
    top: 52%;
  }
}
#page-service .sec-service {
  width: 142rem;
  padding: 0 8rem 0 4.6rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service {
    width: 100%;
    padding: 0;
    margin: 15px auto 0;
  }
}
#page-service .sec-service__head {
  margin-left: 7rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service__head {
    margin-left: unset;
    padding: 0 20px;
  }
}
#page-service .sec-service h2 {
  font-size: 6.3rem;
  font-weight: 600;
  font-family: "Mont-bold", sans-serif;
  color: #EBB918;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service h2 {
    font-size: 3.3rem;
  }
}
#page-service .sec-service .sub-title {
  font-size: 1.3rem;
  color: #EBB918;
  font-weight: 600;
  margin-top: 10px;
}
#page-service .sec-service__subtitle {
  margin-top: 10rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service__subtitle {
    margin-top: 48px;
    font-size: 1.5rem;
  }
}
#page-service .sec-service__wrapper {
  margin-top: 13.5rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service__wrapper {
    margin-top: 85px;
    padding: 0 26px;
  }
}
#page-service .sec-service .service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .service {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
}
#page-service .sec-service .service-movie {
  width: 62.5rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .service-movie {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 60px;
  }
}
#page-service .sec-service .service-movie .movie01 {
  width: 16rem;
  margin: 0 auto;
}
#page-service .sec-service .service-movie .movie02 {
  width: 30.5rem;
  margin: 0 auto;
}
#page-service .sec-service .service-movie .movie03 {
  width: 23.5rem;
  margin: 0 auto;
}
#page-service .sec-service .service-movie .movie04 {
  width: 23rem;
  margin: 0 auto;
}
#page-service .sec-service .service-box {
  width: 66.7rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .service-box {
    width: 100%;
    display: contents;
  }
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .service-box__head {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
#page-service .sec-service .service-box__head .num01 {
  width: 3.2rem;
}
#page-service .sec-service .service-box__head .num02 {
  width: 3.8rem;
}
#page-service .sec-service .service-box__head .num03 {
  width: 3.9rem;
}
#page-service .sec-service .service-box__head .num04 {
  width: 3.9rem;
}
#page-service .sec-service .service-box__head h3 {
  margin-top: 0.8rem;
  font-size: 2.4rem;
}
#page-service .sec-service .service-box__head h3 span {
  font-size: 3rem;
  display: inline-block;
  border: 1.5px solid #EBB918;
  padding: 0.8rem;
  margin-right: 5px;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .service-box__head h3 span {
    padding: 6px 8px;
  }
}
#page-service .sec-service .service-box__detail {
  margin-top: 3.8rem;
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .service-box__detail {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 60px;
  }
}
#page-service .sec-service .service-box__list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.8rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .service-box__list {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 35px;
    gap: 2rem 1.5rem;
  }
}
#page-service .sec-service .service-box__list li {
  border: 1px solid #EBB918;
  font-size: 1.4rem;
  padding: 1.4rem 1.6rem 1.3rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .service-box__list li {
    font-size: 1rem;
    padding: 10px 15px;
  }
}
#page-service .sec-service .service-box .service-list01 {
  width: 45.3rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .service-box .service-list01 {
    width: 100%;
  }
}
#page-service .sec-service .service + .service {
  margin-top: 15.2rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .service + .service {
    margin-top: 90px;
  }
}
#page-service .sec-service .process {
  margin: 22.5rem auto 0;
  width: 120.8rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process {
    width: 100%;
    margin: 127px auto 0;
  }
}
#page-service .sec-service .process h3 {
  font-size: 4rem;
  font-family: "Mont", sans-serif;
  font-weight: 600;
  color: #EBB918;
  margin-bottom: 8rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process h3 {
    margin-bottom: 40px;
  }
}
#page-service .sec-service .process-box {
  border: 1px solid #EBB918;
  border-radius: 0.6rem;
  padding: 2.3rem 3.4rem 2.3rem 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box {
    padding: 23px 21px 40px 20px;
    display: block;
  }
}
#page-service .sec-service .process-box::after {
  content: "";
  background: url(../img/mimosa.png) center center no-repeat;
  width: 2.3rem;
  height: 2.3rem;
  background-size: contain;
  position: absolute;
  top: -1.2rem;
  left: -1.2rem;
}
#page-service .sec-service .process-box + .process-box {
  margin-top: 6.5rem;
}
#page-service .sec-service .process-box__num {
  font-size: 2.7rem;
  color: #EBB918;
  font-family: "Mont", sans-serif;
  font-weight: 600;
}
#page-service .sec-service .process-box__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box__label {
    display: block;
    margin: 5px auto 0;
  }
}
#page-service .sec-service .process-box__contents {
  width: 42rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box__contents {
    width: 100%;
  }
}
#page-service .sec-service .process-box__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
#page-service .sec-service .process-box .title01 {
  margin-left: 5.7rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box .title01 {
    margin: 0 auto;
  }
}
#page-service .sec-service .process-box .title02 {
  margin-left: 6rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box .title02 {
    margin: 0 auto;
  }
}
#page-service .sec-service .process-box .title03 {
  margin-left: -1rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box .title03 {
    margin: 0 auto;
  }
}
#page-service .sec-service .process-box .title04 {
  margin-left: 4.6rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box .title04 {
    margin: 0 auto;
  }
}
#page-service .sec-service .process-box .title05 {
  margin-left: 3.9rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box .title05 {
    margin: 0 auto;
  }
}
#page-service .sec-service .process-box__image {
  margin: 0 auto;
}
#page-service .sec-service .process-box .image01 {
  width: 10.9rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box .image01 {
    width: 109px;
  }
}
#page-service .sec-service .process-box .image02 {
  width: 5.6rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box .image02 {
    width: 56px;
  }
}
#page-service .sec-service .process-box .image03 {
  width: 5.6rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box .image03 {
    width: 56px;
  }
}
#page-service .sec-service .process-box .image04 {
  width: 10.5rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box .image04 {
    width: 105px;
  }
}
#page-service .sec-service .process-box .image05 {
  width: 13.4rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box .image05 {
    width: 134px;
  }
}
#page-service .sec-service .process-box__point {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Mont", sans-serif;
  margin-top: 2.5rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box__point {
    width: 100%;
    margin-top: 17px;
  }
}
#page-service .sec-service .process-box .story {
  background: #F4E200;
  background: -webkit-linear-gradient(336deg, rgb(244, 226, 0) 0%, rgb(241, 205, 18) 100%);
  background: linear-gradient(114deg, rgb(244, 226, 0) 0%, rgb(241, 205, 18) 100%);
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box .story {
    font-size: 3.4rem !important;
    padding: 5px 15px 3px;
  }
}
#page-service .sec-service .process-box__text {
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box__text {
    margin-top: 50px;
  }
}
#page-service .sec-service .process-box + .process-box {
  position: relative;
}
#page-service .sec-service .process-box + .process-box::before {
  content: "";
  width: 1px;
  height: 6.5rem;
  position: absolute;
  left: 10.5rem;
  top: -6.5rem;
  display: block;
  background-color: #EBB918;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process-box + .process-box::before {
    left: 54px;
  }
}
#page-service .sec-service .process .process-box01 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process .process-box01 {
    padding-bottom: 40px;
  }
}
#page-service .sec-service .process .process-box02 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process .process-box02 {
    padding-bottom: 40px;
  }
}
#page-service .sec-service .process .process-box03 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process .process-box03 {
    padding-bottom: 40px;
  }
}
#page-service .sec-service .process .process-box04 {
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process .process-box04 {
    padding-bottom: 40px;
  }
}
#page-service .sec-service .process .process-box05 {
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 640px) {
  #page-service .sec-service .process .process-box05 {
    padding-bottom: 40px;
  }
}
#page-service .sec-service .process-box03 .process-box__point {
  font-size: 2.8rem;
}

#page-works {
  position: relative;
  overflow-x: clip;
}
#page-works .main {
  padding-top: 11.6rem;
  padding-bottom: 8.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-works .main {
    padding-top: 92px;
    padding-bottom: 53px;
  }
}
#page-works .main::before {
  content: "";
  background: url(../img/head-back.webp) center center no-repeat;
  width: 217.8rem;
  height: 217.8rem;
  background-size: cover;
  position: absolute;
  top: -115.8rem;
  right: -100.5rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #page-works .main::before {
    width: 1392px;
    height: 1393px;
    background-size: cover;
    top: -590px;
    right: unset;
    left: -85px;
  }
}
#page-works .main::after {
  content: "";
  background: url(../img/middle-back.webp) center center no-repeat;
  width: 155.4rem;
  height: 155.4rem;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -101.5rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #page-works .main::after {
    content: none;
  }
}
#page-works .sec-works {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works {
    margin-top: 15px;
  }
}
#page-works .sec-works__title {
  margin-left: 10.7rem;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works__title {
    margin-left: unset;
    padding: 0 20px;
  }
}
#page-works .sec-works__title h2 {
  font-size: 6.3rem;
  font-weight: 600;
  font-family: "Mont-bold", sans-serif;
  color: #EBB918;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works__title h2 {
    font-size: 3.3rem;
  }
}
#page-works .sec-works__head {
  margin-top: 6rem;
}
#page-works .sec-works__head .category {
  border-top: 1px solid #EBB918;
  padding: 2.8rem 0;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works__head .category {
    padding: 20px 0;
  }
}
#page-works .sec-works__head .category-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  padding: 0 2rem 0 11.7rem;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works__head .category-inner {
    display: block;
    padding-left: 28px;
  }
}
#page-works .sec-works__head .category-title {
  width: 15rem;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works__head .category-title {
    width: 100%;
  }
}
#page-works .sec-works__head .category-title h3 {
  font-size: 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works__head .category-title h3 {
    font-size: 1rem;
  }
}
#page-works .sec-works__head .category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  width: calc(100% - 15rem);
}
@media screen and (max-width: 640px) {
  #page-works .sec-works__head .category-list {
    margin-top: 15px;
    gap: 13px 11px;
    width: 100%;
  }
}
#page-works .sec-works__head .category-list a {
  font-size: 1.4rem;
  padding: 0.8rem 2rem;
  border: 1px solid #F1CD12;
  border-radius: 1.8rem;
  line-height: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works__head .category-list a {
    font-size: 1rem;
    padding: 7px 15px;
  }
}
#page-works .sec-works__head .category-list a:hover {
  background-color: #F1CD12;
  color: #fff;
}
#page-works .sec-works__head .category-list .current {
  background-color: #F1CD12;
  color: #fff;
  font-weight: 600;
}
#page-works .sec-works__head .category + .category {
  border-bottom: 1px solid #EBB918;
}
#page-works .sec-works__contents {
  width: 117.4rem;
  margin: 20rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works__contents {
    width: 100%;
    margin: 60px auto 0;
    padding: 0 27px;
  }
}
#page-works .sec-works .works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4rem 3.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works .works {
    width: 100%;
    display: block;
  }
}
#page-works .sec-works .works-list {
  width: calc(50% - 1.8rem);
}
@media screen and (max-width: 640px) {
  #page-works .sec-works .works-list {
    width: 100%;
  }
  #page-works .sec-works .works-list + .works-list {
    margin-top: 34px;
  }
}
@media (hover: hover) {
  #page-works .sec-works .works-list:hover .works-thumb img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
#page-works .sec-works .works-thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
}
#page-works .sec-works .works-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
#page-works .sec-works .works-title {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works .works-title {
    margin-top: 13px;
    font-size: 1.2rem;
  }
}
#page-works .sec-works .works-cat {
  margin-top: 1.1rem;
  color: #EBB918;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works .works-cat {
    margin-top: 7px;
    font-size: 0.9rem;
  }
}
#page-works .sec-works .works-cat li + li {
  position: relative;
}
#page-works .sec-works .works-cat li + li::before {
  content: " / ";
  margin: 0 1px;
}
#page-works .sec-works .pagenation {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works .pagenation {
    margin-top: 74px;
  }
}
#page-works .sec-works .pagenation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3rem;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works .pagenation ul {
    gap: 12px;
  }
}
#page-works .sec-works .pagenation li a {
  padding-top: 2px;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 1px solid #F1CD12;
  color: #F1CD12;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works .pagenation li a {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}
#page-works .sec-works .pagenation li a:hover {
  background-color: #F1CD12;
  color: #fff;
}
#page-works .sec-works .pagenation .current {
  padding-top: 2px;
  background-color: #F1CD12;
  color: #fff;
  width: 3.4rem;
  height: 3.4rem;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-works .sec-works .pagenation .current {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}

#page-works-detail {
  position: relative;
  overflow-x: clip;
}
#page-works-detail .main {
  padding-top: 11.6rem;
  padding-bottom: 8.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-works-detail .main {
    padding-top: 92px;
    padding-bottom: 68px;
  }
}
#page-works-detail .main::before {
  content: "";
  background: url(../img/head-back.webp) center center no-repeat;
  width: 217.8rem;
  height: 217.8rem;
  background-size: cover;
  position: absolute;
  top: -115.8rem;
  right: -100.5rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #page-works-detail .main::before {
    width: 1392px;
    height: 1393px;
    background-size: cover;
    top: -590px;
    right: unset;
    left: -85px;
  }
}
#page-works-detail .main::after {
  content: "";
  background: url(../img/middle-back.webp) center center no-repeat;
  width: 155.4rem;
  height: 155.4rem;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -101.5rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #page-works-detail .main::after {
    content: none;
  }
}
#page-works-detail .sec-works {
  width: 116rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works {
    width: 100%;
    margin-top: 15px;
  }
}
#page-works-detail .sec-works__title h2 {
  font-size: 6.3rem;
  font-weight: 600;
  font-family: "Mont-bold", sans-serif;
  color: #EBB918;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works__title h2 {
    font-size: 3.3rem;
    padding: 0 20px;
  }
}
#page-works-detail .sec-works__contents {
  width: 110.5rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works__contents {
    width: 100%;
    margin: 32px auto 0;
  }
}
#page-works-detail .sec-works__contents h3 {
  font-size: 4.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works__contents h3 {
    font-size: 1.5rem;
    padding: 0 22px;
  }
}
#page-works-detail .sec-works__cat {
  margin-top: 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #EBB918;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works__cat {
    margin-top: 8px;
    font-size: 0.9rem;
    padding: 0 22px;
  }
}
#page-works-detail .sec-works__cat li + li {
  position: relative;
}
#page-works-detail .sec-works__cat li + li::before {
  content: " / ";
  margin: 0 1px;
}
#page-works-detail .sec-works__you {
  position: relative;
  margin-top: 4rem;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works__you {
    margin-top: 20px;
  }
}
#page-works-detail .sec-works__you-links {
  width: 100%;
  height: 100%;
}
#page-works-detail .sec-works__you-links iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#page-works-detail .sec-works__you-cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
}
#page-works-detail .sec-works__you-cover img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-works-detail .sec-works__you-cover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11.7rem;
  height: 11.7rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/play.png") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works__you-cover::after {
    width: 45px;
    height: 45px;
  }
}
#page-works-detail .sec-works__thumb {
  margin-top: 4rem;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works__thumb {
    margin-top: 20px;
  }
}
#page-works-detail .sec-works__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-works-detail .sec-works__detail {
  margin-top: 11.3rem;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works__detail {
    margin-top: 74px;
    margin-left: 28px;
  }
}
#page-works-detail .sec-works__detail .label {
  width: 50rem;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works__detail .label {
    width: 100%;
  }
}
#page-works-detail .sec-works__detail .label-text {
  font-size: 1.7rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works__detail .label-text {
    font-size: 1.6rem;
  }
}
#page-works-detail .sec-works__detail .label-text::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #EBB918;
  position: absolute;
  left: 0;
  top: -4.8rem;
}
#page-works-detail .sec-works__detail .detail {
  width: calc(100% - 50rem);
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works__detail .detail {
    width: 100%;
    margin-top: 30px;
    padding-right: 22px;
  }
}
#page-works-detail .sec-works__detail .detail-title {
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works__detail .detail-title {
    font-size: 1.9rem;
  }
}
#page-works-detail .sec-works__detail .detail-text a {
  display: inline;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #EBB918;
          text-decoration-color: #EBB918;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-all;
  overflow-wrap: break-word;
}
#page-works-detail .sec-works__detail .detail-text a:hover {
  opacity: 0.6;
}
#page-works-detail .sec-works__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #F1CD12;
  padding: 4.5rem 0;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works__list {
    width: 100%;
    display: block;
  }
}
#page-works-detail .sec-works__back {
  margin: 11rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-works-detail .sec-works__back {
    margin: 110px auto 0;
  }
}
#page-works-detail .sec-works__back .view-button__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page-works-detail .sec-works__back a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
#page-works-detail .sec-works__back .view-button__text {
  margin-left: -1rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #EBB918), color-stop(50%, #fff));
  background-image: -webkit-linear-gradient(left, #EBB918 0 50%, #fff 50% 100%);
  background-image: linear-gradient(to right, #EBB918 0 50%, #fff 50% 100%);
  background-size: 205% 100%;
  background-position: 0 0;
  border-radius: 3rem;
  line-height: 1;
  padding: 0.7rem 0 0.2rem 2rem;
}
@media (hover: hover) {
  #page-works-detail .sec-works__back a:hover .view-button__text {
    background-position: 100% 0;
  }
}

#page-news {
  position: relative;
  overflow-x: clip;
  background-image: url(../img/news-back.webp);
  background-repeat: no-repeat;
  background-position: 3rem -110.5rem;
  background-size: 217.8rem auto;
}
@media screen and (max-width: 640px) {
  #page-news {
    background-size: 1010px;
    background-position: -9rem -65rem;
  }
}
#page-news .main {
  padding-top: 11.6rem;
  padding-bottom: 15rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-news .main {
    padding-top: 9.2rem;
  }
}
#page-news .sec-news {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news {
    margin-top: 15px;
  }
}
#page-news .sec-news__title {
  margin-left: 10.7rem;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news__title {
    margin-left: unset;
    padding: 0 20px;
  }
}
#page-news .sec-news__title h2 {
  font-size: 6.3rem;
  font-weight: 600;
  font-family: "Mont-bold", sans-serif;
  color: #EBB918;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news__title h2 {
    font-size: 3.3rem;
  }
}
#page-news .sec-news__contents {
  width: 114rem;
  margin: 11rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news__contents {
    width: 100%;
    margin: 55px auto 0;
    padding: 0 59px;
  }
}
#page-news .sec-news .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem 3rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news .news {
    display: block;
  }
}
#page-news .sec-news .news-list {
  width: calc(33.3333333333% - 2rem);
}
@media screen and (max-width: 640px) {
  #page-news .sec-news .news-list {
    width: 100%;
  }
  #page-news .sec-news .news-list + .news-list {
    margin-top: 28px;
  }
}
@media (hover: hover) {
  #page-news .sec-news .news-list:hover .news-thumb img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
#page-news .sec-news .news__link {
  display: block;
}
#page-news .sec-news .news-date {
  font-size: 1.9rem;
  color: #EBB918;
  font-family: "Mont", sans-serif;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news .news-date {
    font-size: 1.5rem;
  }
}
#page-news .sec-news .news-thumb {
  aspect-ratio: 16/9;
  margin-top: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news .news-thumb {
    margin-top: 13px;
  }
}
#page-news .sec-news .news-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
#page-news .sec-news .news-title {
  margin: 2.8rem auto 0;
  padding-bottom: 2px;
  font-size: 1.9rem;
  text-align: center;
  font-family: "Mont", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news .news-title {
    margin: 24px auto 0;
    font-size: 1.5rem;
  }
}
#page-news .sec-news .news-exp {
  margin-top: 2.2rem;
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news .news-exp {
    margin-top: 20px;
  }
}
#page-news .sec-news .link .news-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #EBB918;
}
#page-news .sec-news .pagenation {
  margin-top: 10.6rem;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news .pagenation {
    margin-top: 74px;
  }
}
#page-news .sec-news .pagenation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3rem;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news .pagenation ul {
    gap: 12px;
  }
}
#page-news .sec-news .pagenation li a {
  padding-top: 2px;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 1px solid #F1CD12;
  color: #F1CD12;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news .pagenation li a {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}
#page-news .sec-news .pagenation li a:hover {
  background-color: #F1CD12;
  color: #fff;
}
#page-news .sec-news .pagenation .current {
  padding-top: 2px;
  background-color: #F1CD12;
  color: #fff;
  width: 3.4rem;
  height: 3.4rem;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Mont", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news .pagenation .current {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}

#page-news-detail {
  position: relative;
  overflow-x: clip;
}
#page-news-detail .main {
  padding-top: 11.6rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 13.5rem;
}
@media screen and (max-width: 640px) {
  #page-news-detail .main {
    padding-top: 9.2rem;
    padding-bottom: 70px;
  }
}
#page-news-detail .main::before {
  content: "";
  background: url(../img/head-back.webp) center center no-repeat;
  width: 217.8rem;
  height: 217.8rem;
  background-size: cover;
  position: absolute;
  top: -115.8rem;
  right: -100.5rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #page-news-detail .main::before {
    width: 1392px;
    height: 1393px;
    background-size: cover;
    top: -590px;
    right: unset;
    left: -85px;
  }
}
#page-news-detail .main::after {
  content: "";
  background: url(../img/middle-back.webp) center center no-repeat;
  width: 155.4rem;
  height: 155.4rem;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -101.5rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #page-news-detail .main::after {
    content: none;
  }
}
#page-news-detail .sec-news {
  width: 116rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news {
    width: 100%;
    margin-top: 15px;
  }
}
#page-news-detail .sec-news__title h2 {
  font-size: 6.3rem;
  font-weight: 600;
  font-family: "Mont-bold", sans-serif;
  color: #EBB918;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news__title h2 {
    font-size: 3.3rem;
    margin-left: unset;
    padding: 0 20px;
  }
}
#page-news-detail .sec-news__contents {
  width: 110.5rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news__contents {
    width: 100%;
    margin: 30px auto 0;
  }
}
#page-news-detail .sec-news__contents h3 {
  font-size: 4.4rem;
}
#page-news-detail .sec-news__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news__head {
    display: block;
    padding: 0 25px;
  }
}
#page-news-detail .sec-news__head .date {
  font-size: 2.2rem;
  color: #EBB918;
  font-family: "Mont", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news__head .date {
    font-size: 1.8rem;
  }
}
#page-news-detail .sec-news__head .thumb {
  width: 70rem;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news__head .thumb {
    width: 100%;
    margin-top: 20px;
  }
}
#page-news-detail .sec-news__head .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-news-detail .sec-news .news {
  margin-top: 6.5rem;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news .news {
    margin-top: 40px;
  }
}
#page-news-detail .sec-news .news-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.2rem 0;
  gap: 10rem;
  border-top: 1px solid #F1CD12;
  border-bottom: 1px solid #F1CD12;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news .news-title {
    display: block;
    margin-left: 25px;
    width: calc(100% - 25px);
    padding: 30px 25px 30px 0;
  }
}
#page-news-detail .sec-news .news-title__h2 {
  width: 30rem;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news .news-title__h2 {
    width: 100%;
  }
}
#page-news-detail .sec-news .news-title h2 {
  font-size: 2rem;
  position: relative;
  line-height: 1.5;
}
#page-news-detail .sec-news .news-title h2::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #F1CD12;
  position: absolute;
  left: 0;
  top: -3.4rem;
}
#page-news-detail .sec-news .news-title__read {
  font-size: 1.4rem;
  line-height: 2.11;
  width: calc(100% - 30rem);
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news .news-title__read {
    width: 100%;
    margin-top: 30px;
  }
}
#page-news-detail .sec-news .news-contents {
  width: 70rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news .news-contents {
    width: 100%;
    padding: 0 25px;
    margin-top: 40px;
  }
}
#page-news-detail .sec-news .news-contents h2 {
  line-height: 1.7;
  margin: 4rem auto;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news .news-contents h2 {
    margin: 30px auto;
  }
}
#page-news-detail .sec-news .news-contents > p {
  font-size: 1.4rem;
  line-height: 1.71;
  width: 53.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news .news-contents > p {
    width: 100%;
  }
}
#page-news-detail .sec-news .news-contents a {
  display: inline-block;
  color: #EBB918;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page-news-detail .sec-news .news-contents a:hover {
  opacity: 0.6;
}
#page-news-detail .sec-news .news-contents .image {
  width: 70rem;
  margin: 8rem auto;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news .news-contents .image {
    width: 100%;
    margin: 40px auto 0;
  }
}
#page-news-detail .sec-news .news-contents .image img {
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#page-news-detail .sec-news__back {
  margin: 11rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news__back {
    margin: 70px auto 0;
  }
}
#page-news-detail .sec-news__back .view-button__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page-news-detail .sec-news__back a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#page-news-detail .sec-news__back .view-button__text {
  margin-left: -1rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #EBB918), color-stop(50%, #fff));
  background-image: -webkit-linear-gradient(left, #EBB918 0 50%, #fff 50% 100%);
  background-image: linear-gradient(to right, #EBB918 0 50%, #fff 50% 100%);
  background-size: 205% 100%;
  background-position: 0 0;
  border-radius: 3rem;
  line-height: 1;
  padding: 0.7rem 0 0.2rem 2rem;
}
@media (hover: hover) {
  #page-news-detail .sec-news__back a:hover .view-button__text {
    background-position: 100% 0;
  }
}

#page-contact {
  position: relative;
  overflow-x: clip;
}
#page-contact .main {
  padding-top: 11.6rem;
  padding-bottom: 11.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-contact .main {
    padding-top: 9.2rem;
    padding-bottom: 125px;
  }
}
#page-contact .main::before {
  content: "";
  background: url(../img/head-back.webp) center center no-repeat;
  width: 217.8rem;
  height: 217.8rem;
  background-size: cover;
  position: absolute;
  top: -115.8rem;
  right: -100.5rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #page-contact .main::before {
    width: 1392px;
    height: 1393px;
    background-size: cover;
    top: -590px;
    right: unset;
    left: -85px;
  }
}
#page-contact .sec-contact {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact {
    margin-top: 15px;
  }
}
#page-contact .sec-contact__title {
  margin-left: 10.7rem;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact__title {
    margin-left: unset;
    padding: 0 20px;
  }
}
#page-contact .sec-contact__title h2 {
  font-size: 6.3rem;
  font-weight: 600;
  font-family: "Mont-bold", sans-serif;
  color: #EBB918;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact__title h2 {
    font-size: 3.3rem;
  }
}
#page-contact .sec-contact__contents {
  width: 90.5rem;
  margin: 8.2rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact__contents {
    width: 100%;
    padding: 0 26px 0 15px;
    margin: 42px auto 0;
  }
}
#page-contact .sec-contact__read {
  font-size: 1.4rem;
  line-height: 1.71;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact__read {
    padding-left: 11px;
    line-height: 2.14;
  }
}
#page-contact .sec-contact .contact {
  width: 90rem;
  margin: 9rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact {
    width: 100%;
    margin: 45px auto 0;
  }
}
#page-contact .sec-contact .contact-group {
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-group {
    margin-bottom: 20px;
  }
}
#page-contact .sec-contact .contact-group > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-group > p {
    gap: 5px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#page-contact .sec-contact .contact-group input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6rem;
  padding: 0 2.5rem;
  border: 1px solid #EBB918;
  font-size: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-group input {
    padding: 0 20px;
  }
}
#page-contact .sec-contact .contact-group input::-webkit-input-placeholder {
  color: #A0A0A0;
}
#page-contact .sec-contact .contact-group input::-moz-placeholder {
  color: #A0A0A0;
}
#page-contact .sec-contact .contact-group input:-ms-input-placeholder {
  color: #A0A0A0;
}
#page-contact .sec-contact .contact-group input::-ms-input-placeholder {
  color: #A0A0A0;
}
#page-contact .sec-contact .contact-group input::placeholder {
  color: #A0A0A0;
}
#page-contact .sec-contact .contact-group input:focus {
  outline: none;
  border-color: #EBB918;
}
#page-contact .sec-contact .contact-group textarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 22.8rem;
  padding: 2.5rem;
  border: 1px solid #EBB918;
  font-size: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-group textarea {
    padding: 20px;
  }
}
#page-contact .sec-contact .contact-group textarea::-webkit-input-placeholder {
  color: #A0A0A0;
}
#page-contact .sec-contact .contact-group textarea::-moz-placeholder {
  color: #A0A0A0;
}
#page-contact .sec-contact .contact-group textarea:-ms-input-placeholder {
  color: #A0A0A0;
}
#page-contact .sec-contact .contact-group textarea::-ms-input-placeholder {
  color: #A0A0A0;
}
#page-contact .sec-contact .contact-group textarea::placeholder {
  color: #A0A0A0;
}
#page-contact .sec-contact .contact-group textarea:focus {
  outline: none;
  border-color: #EBB918;
}
#page-contact .sec-contact .contact-required {
  font-size: 1.2rem;
  width: 1.2rem;
  color: #FB2626;
  display: inline-block;
}
#page-contact .sec-contact .contact .wpcf7-form-control-wrap {
  display: inline-block;
  width: calc(100% - 1.2rem);
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact .wpcf7-form-control-wrap {
    width: calc(100% - 16px);
  }
}
#page-contact .sec-contact .contact-select {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0;
}
#page-contact .sec-contact .contact-select > p {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-contact .sec-contact .contact-select label {
  width: 18rem;
  font-size: 1.5rem;
}
#page-contact .sec-contact .contact-select .wpcf7-form-control-wrap {
  width: 22.5rem;
}
#page-contact .sec-contact .contact-select select {
  width: 22.5rem;
  height: 3.8rem;
  padding: 0 2rem;
  border: 1px solid #EBB918;
  border-radius: 1.9rem;
  font-size: 1.5rem;
  background: #fff;
  color: #585858;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-select select {
    width: 225px;
    margin-top: 20px;
    margin-left: 15px;
  }
}
#page-contact .sec-contact .contact-select select:focus {
  outline: none;
  border-color: #EBB918;
}
#page-contact .sec-contact .contact-check {
  margin-top: 6rem;
  margin-left: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-check {
    margin-left: 15px;
    margin-top: 60px;
  }
}
#page-contact .sec-contact .contact-check__point {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-check__point {
    font-size: 1.4rem;
  }
}
#page-contact .sec-contact .contact-check__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9rem;
  margin-top: 1.5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-check__box {
    margin-top: 20px;
    gap: 9px;
  }
}
#page-contact .sec-contact .contact-check__box + .contact-check__box {
  margin-top: 1.5rem;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-check__box + .contact-check__box {
    margin-top: 20px;
  }
}
#page-contact .sec-contact .contact-check__box > p {
  margin: 0.3rem 0 0;
  padding: 0;
  line-height: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-check__box > p {
    margin-top: 3px;
  }
}
#page-contact .sec-contact .contact-check__box > div {
  width: calc(100% - 2.7rem);
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-check__box > div {
    width: calc(100% - 20px);
    margin-top: 5px;
  }
}
#page-contact .sec-contact .contact-check__box .wpcf7-form-control-wrap,
#page-contact .sec-contact .contact-check__box .wpcf7-acceptance,
#page-contact .sec-contact .contact-check__box .wpcf7-list-item {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#page-contact .sec-contact .contact-check__box input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 1.9rem;
  height: 1.8rem;
  margin: 0;
  padding: 0;
  border: 1px solid #585858;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-check__box input[type=checkbox] {
    width: 13px;
    height: 13px;
  }
}
#page-contact .sec-contact .contact-check__box input[type=checkbox]:checked {
  background: #EBB918;
  border-color: #EBB918;
}
#page-contact .sec-contact .contact-check__box input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.5rem;
  height: 0.9rem;
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-check__box input[type=checkbox]:checked::after {
    width: 5px;
    height: 9px;
    border-width: 0 2px 2px 0;
  }
}
#page-contact .sec-contact .contact-check__text {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
#page-contact .sec-contact .contact-check__detail {
  margin-top: 3rem;
  font-size: 1.2rem;
  line-height: 1.83;
  letter-spacing: 0.05em;
}
#page-contact .sec-contact .contact-check__detail a {
  font-size: 1.2rem;
  border-bottom: 1px solid #EBB918;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-check__detail a {
    margin-top: 10px;
  }
}
#page-contact .sec-contact .contact-check__detail img {
  display: inline-block;
  width: 1.3rem;
  vertical-align: sub;
  margin-right: 0.4rem;
}
#page-contact .sec-contact .contact-submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 13rem auto 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-submit {
    margin: 100px auto 0;
  }
}
#page-contact .sec-contact .contact-submit > p {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  z-index: 20;
}
#page-contact .sec-contact .contact-submit .contact-submit__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
  z-index: 20;
}
#page-contact .sec-contact .contact-submit .wpcf7-spinner {
  display: none;
}
#page-contact .sec-contact .contact-submit .view-button {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
#page-contact .sec-contact .contact-submit .view-button__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-contact .sec-contact .contact-submit .view-button__icon {
  width: 6.2rem;
  height: 6.2rem;
  margin-right: -3.5rem;
  position: relative;
}
#page-contact .sec-contact .contact-submit .view-button__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 3px;
  z-index: 2;
  background: url("../img/view-icon.png") center/1.5rem no-repeat;
  -webkit-transform: translateX(-160%);
          transform: translateX(-160%);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-submit .view-button__icon {
    width: 42px;
    height: 42px;
    margin-right: -20px;
  }
}
#page-contact .sec-contact .contact-submit .view-button__icon img {
  position: relative;
  left: 2px;
  z-index: 1;
  display: block;
  width: 1.5rem;
  -webkit-transition: opacity 0.01s linear, -webkit-transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.01s linear, -webkit-transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.01s linear;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.01s linear, -webkit-transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-submit .view-button__icon img {
    width: 13px;
  }
}
#page-contact .sec-contact .contact-submit .view-button__text {
  font-family: "Mont", sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
  width: 22rem;
  padding: 1.1rem 2rem 1rem 8rem;
  border-radius: 3rem;
  line-height: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  background-color: #EBB918;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(50%, #EBB918));
  background-image: -webkit-linear-gradient(left, #fff 0 50%, #EBB918 50% 100%);
  background-image: linear-gradient(to right, #fff 0 50%, #EBB918 50% 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid transparent;
  -webkit-transition: color 0.25s ease, background-position 0.45s cubic-bezier(0.65, 0, 0.35, 1), border-color 0.3s ease;
  transition: color 0.25s ease, background-position 0.45s cubic-bezier(0.65, 0, 0.35, 1), border-color 0.3s ease;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  #page-contact .sec-contact .contact-submit .view-button__text {
    width: 148px;
    font-size: 1.6rem;
    text-align: center;
    padding: 6px 0 3px;
  }
}
@media (hover: hover) {
  #page-contact .sec-contact .contact-submit:hover .view-button__icon::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #page-contact .sec-contact .contact-submit:hover .view-button__icon img {
    -webkit-transform: translateX(420%);
            transform: translateX(420%);
    opacity: 0;
  }
  #page-contact .sec-contact .contact-submit:hover .view-button__text {
    color: #EBB918;
    background-position: 0 0;
    border-color: #EBB918;
  }
}
#page-contact .sec-contact .contact .wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
}

#page-studio {
  position: relative;
  overflow-x: clip;
}
#page-studio .main {
  padding-top: 11.6rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 18.5rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main {
    padding-bottom: 145px;
    padding-top: 92px;
  }
}
#page-studio .main::before {
  content: "";
  background: url(../img/studio/head-back.webp) center center no-repeat;
  width: 100%;
  height: 270.6rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  #page-studio .main::before {
    background: url(../img/studio/head-back-sp.webp) center center no-repeat;
    width: 100%;
    height: 1025px;
    background-size: cover;
    top: 0;
    right: 0;
  }
}
#page-studio .main .title {
  width: 122rem;
  margin: 8.3rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-studio .main .title {
    width: 100%;
    padding: 0 40px 0 26px;
    margin: 40px auto 0;
  }
}
#page-studio .main .title h2 {
  width: 82rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .title h2 {
    width: 100%;
  }
}
#page-studio .main .read {
  width: 98.1rem;
  margin: 8.7rem auto 0;
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (max-width: 640px) {
  #page-studio .main .read {
    font-size: 1.5rem;
    width: 100%;
    padding: 0 20px 0 28px;
    margin: 40px auto 0;
  }
}
#page-studio .main .read p + p {
  margin-top: 2.5rem;
}
#page-studio .main .read span {
  font-weight: 600;
}
#page-studio .main .sec-studio {
  position: relative;
  z-index: 0;
  height: 83.2rem;
  background-color: #F1CD12;
  overflow: hidden;
  margin-top: 11rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-studio {
    height: 85vh;
    margin-top: 60px;
  }
}
#page-studio .main .sec-studio__bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 83.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  z-index: -1;
  gap: 1rem;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-studio__bg {
    height: 85vh;
    width: 165%;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    gap: 5px;
  }
}
#page-studio .main .sec-studio__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-studio__inner {
    gap: 5px;
  }
}
#page-studio .main .sec-studio__col {
  width: 33%;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-studio__col {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 50%;
  }
}
#page-studio .main .sec-studio__col--1 .img1 {
  background: url("../img/studio/parallax01.jpg") center top no-repeat;
  background-size: cover;
}
#page-studio .main .sec-studio__col--1 .img2 {
  background: url("../img/studio/parallax02.jpg") center top no-repeat;
  background-size: cover;
}
#page-studio .main .sec-studio__col--1 .img3 {
  background: url("../img/studio/parallax03.jpg") center top no-repeat;
  background-size: cover;
}
#page-studio .main .sec-studio__col--2 .img4 {
  background: url("../img/studio/parallax04.jpg") center top no-repeat;
  background-size: cover;
}
#page-studio .main .sec-studio__col--2 .img5 {
  background: url("../img/studio/parallax05.jpg") center top no-repeat;
  background-size: cover;
}
#page-studio .main .sec-studio__col--2 .img6 {
  background: url("../img/studio/parallax06.jpg") center top no-repeat;
  background-size: cover;
}
#page-studio .main .sec-studio__col--2 .img7 {
  background: url("../img/studio/parallax07.jpg") center top no-repeat;
  background-size: cover;
}
#page-studio .main .sec-studio__col--3 .img8 {
  background: url("../img/studio/parallax08.jpg") center top no-repeat;
  background-size: cover;
}
#page-studio .main .sec-studio__col--3 .img9 {
  background: url("../img/studio/parallax09.jpg") center top no-repeat;
  background-size: cover;
}
#page-studio .main .sec-studio__col--3 .img10 {
  background: url("../img/studio/parallax10.jpg") center top no-repeat;
  background-size: cover;
}
#page-studio .main .sec-studio__img {
  height: 31.2rem;
  aspect-ratio: 468/312;
  border-radius: 20px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-studio__img {
    height: 171px;
    aspect-ratio: 258/171;
  }
}
#page-studio .main .sec-studio__message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  font-size: 11.2rem;
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.0862745098);
  font-family: "Mont-bold", sans-serif;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-studio__message {
    font-size: 8.2rem;
  }
}
#page-studio .main .inner {
  width: 98.1rem;
  margin: 10.5rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-studio .main .inner {
    width: 100%;
    margin: 85px auto 0;
  }
}
#page-studio .main .inner section + section {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .inner section + section {
    margin-top: 60px;
  }
}
#page-studio .main .sec-text01 {
  font-size: 1.4rem;
  line-height: 2.1;
  margin-top: 3rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-text01 {
    margin-top: 50px;
  }
}
#page-studio .main .sec-text02 {
  font-size: 1.4rem;
  line-height: 2.1;
  margin-top: 7rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-text02 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-01 {
    position: relative;
    padding: 0 20px 0 26px;
  }
  #page-studio .main .sec-01::before {
    content: "";
    background: url(../img/middle-back.webp) center center no-repeat;
    width: 1142px;
    height: 1142px;
    position: absolute;
    background-size: cover;
    top: -500px;
    left: 0;
    z-index: -1;
  }
}
#page-studio .main .sec-01 h2 {
  width: 26.6rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-01 h2 {
    width: 266px;
  }
}
#page-studio .main .sec-01__sub {
  width: 43.2rem;
  margin-top: 4.9rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-01__sub {
    width: 216px;
    margin-top: 49px;
  }
}
#page-studio .main .sec-01__image {
  width: 85.8rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-01__image {
    width: 226px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-02 {
    padding: 0 20px 0 26px;
  }
}
#page-studio .main .sec-02 h2 {
  width: 20.5rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-02 h2 {
    width: 205px;
  }
}
#page-studio .main .sec-02__sub {
  width: 57.6rem;
  margin-top: 4.9rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-02__sub {
    width: 324px;
  }
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-03 {
    padding: 0 20px 0 26px;
  }
}
#page-studio .main .sec-03 h2 {
  width: 16.1rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-03 h2 {
    width: 161px;
  }
}
#page-studio .main .sec-03__sub {
  width: 54rem;
  margin-top: 4.9rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-03__sub {
    width: 358px;
  }
}
#page-studio .main .sec-03__image {
  width: 96.3rem;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-03__image {
    width: 100%;
    margin: 50px auto 0;
  }
}
#page-studio .main .sec-04 {
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-04 {
    padding: 0 20px 0 26px;
  }
}
#page-studio .main .sec-04::before {
  content: "";
  background: url(../img/middle-back.webp) center center no-repeat;
  width: 155.4rem;
  height: 155.4rem;
  position: absolute;
  top: -23rem;
  right: 48rem;
  z-index: -1;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-04::before {
    width: 1142px;
    height: 1142px;
    background-size: cover;
    top: -325px;
    right: 175px;
  }
}
#page-studio .main .sec-04 h2 {
  width: 29.6rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-04 h2 {
    width: 296px;
  }
}
#page-studio .main .sec-04__sub {
  width: 75.6rem;
  margin-top: 4.9rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-04__sub {
    width: 324px;
    margin-top: 49px;
  }
}
#page-studio .main .sec-04__list {
  width: 97rem;
  margin: 5rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.8rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-04__list {
    width: 100%;
    margin: 50px auto 0;
    display: block;
  }
}
#page-studio .main .sec-04__list li {
  width: calc(50% - 1.4rem);
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-04__list li {
    width: 100%;
  }
  #page-studio .main .sec-04__list li + li {
    margin-top: 20px;
  }
}
#page-studio .main .sec-05 {
  padding: 0 20px 0 26px;
}
#page-studio .main .sec-05 h2 {
  width: 21.5rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-05 h2 {
    width: 215px;
  }
}
#page-studio .main .sec-05__sub {
  width: 57.6rem;
  margin-top: 4.9rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-05__sub {
    width: 288px;
  }
}
#page-studio .main .sec-05__image01 {
  width: 85.8rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-05__image01 {
    width: 230px;
    margin: 50px auto 0;
  }
}
#page-studio .main .sec-05__image02 {
  width: 96rem;
  margin: 10.4rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-05__image02 {
    width: 100%;
    padding: 0 10px 0 4px;
    margin: 90px auto 0;
  }
}
#page-studio .main .sec-06 h2 {
  width: 31.4rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-06 h2 {
    width: 314px;
    padding: 0 20px 0 26px;
  }
}
#page-studio .main .sec-06__sub {
  width: 53.9rem;
  margin-top: 4.9rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-06__sub {
    width: 370px;
    padding-left: 26px;
  }
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-06 .sec-text01 {
    padding: 0 20px 0 26px;
  }
}
#page-studio .main .sec-06__image01 {
  width: 80.8rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-06__image01 {
    width: 100%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-06 .sec-text02 {
    padding: 0 20px 0 26px;
  }
}
#page-studio .main .sec-07 h2 {
  width: 31.6rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-07 h2 {
    width: 316px;
    padding: 0 20px 0 26px;
  }
}
#page-studio .main .sec-07__sub {
  width: 50.4rem;
  margin-top: 4.9rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-07__sub {
    width: 288px;
    padding: 0 20px 0 26px;
  }
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-07 .sec-text01 {
    padding: 0 20px 0 26px;
  }
}
#page-studio .main .sec-07__image01 {
  width: 85.8rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-07__image01 {
    width: 232px;
    margin: 70px auto 0;
  }
}
#page-studio .main .sec-07__list {
  width: 98rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-07__list {
    width: 100%;
    margin: 80px auto 0;
  }
}
#page-studio .main .sec-07__list li + li {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-07__list li + li {
    margin-top: 60px;
  }
}
#page-studio .main .sec-07__box + p {
  display: none;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-07__box + p {
    display: block;
    margin-top: 40px;
    padding: 0 20px 0 26px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
#page-studio .main .sec-07__image02 {
  width: 98rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-07__image02 {
    width: 100%;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-08 {
    padding: 0 20px 0 26px;
  }
}
#page-studio .main .sec-08 h2 {
  width: 13.9rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-08 h2 {
    width: 139px;
  }
}
#page-studio .main .sec-08__sub {
  width: 82.5rem;
  margin-top: 4.9rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-08__sub {
    width: 288px;
  }
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-09 {
    padding: 0 20px 0 26px;
  }
}
#page-studio .main .sec-09 h2 {
  width: 18rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-09 h2 {
    width: 180px;
  }
}
#page-studio .main .sec-09__sub {
  width: 68rem;
  margin-top: 4.9rem;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-09__sub {
    width: 322px;
  }
}
#page-studio .main .sec-cta {
  --cta-overlay: 0;
  margin-top: 10rem;
  width: 100%;
  height: 45rem;
  background: url(../img/studio/cta-back.jpg) center center no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-cta {
    margin-top: 55px;
    height: 350px;
    background: url(../img/studio/cta-back-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
#page-studio .main .sec-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: var(--cta-overlay);
  pointer-events: none;
  z-index: 1;
}
#page-studio .main .sec-cta__button {
  width: 38rem;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
@media screen and (max-width: 640px) {
  #page-studio .main .sec-cta__button {
    width: 300px;
  }
}
#page-studio .main .sec-cta__button a {
  display: block;
}
#page-studio .main .sec-cta__button a:hover img {
  opacity: 0.8;
}
#page-studio .main .sec-cta__button img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#page-privacy {
  position: relative;
  overflow-x: clip;
}
#page-privacy .main {
  padding-top: 11.6rem;
  padding-bottom: 11.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-privacy .main {
    padding-top: 9.2rem;
    padding-bottom: 125px;
  }
}
#page-privacy .main::before {
  content: "";
  background: url(../img/head-back.webp) center center no-repeat;
  width: 217.8rem;
  height: 217.8rem;
  background-size: cover;
  position: absolute;
  top: -115.8rem;
  right: -100.5rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #page-privacy .main::before {
    width: 1392px;
    height: 1393px;
    background-size: cover;
    top: -590px;
    right: unset;
    left: -85px;
  }
}
#page-privacy .sec-contact {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-privacy .sec-contact {
    margin-top: 15px;
  }
}
#page-privacy .sec-contact__title {
  margin-left: 10.7rem;
}
@media screen and (max-width: 640px) {
  #page-privacy .sec-contact__title {
    margin-left: unset;
    padding: 0 20px;
  }
}
#page-privacy .sec-contact__title h2 {
  font-size: 6.3rem;
  font-weight: 600;
  font-family: "Mont-bold", sans-serif;
  color: #EBB918;
}
@media screen and (max-width: 640px) {
  #page-privacy .sec-contact__title h2 {
    font-size: 3.3rem;
  }
}
#page-privacy .sec-contact__contents {
  width: 90.5rem;
  margin: 8.2rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-privacy .sec-contact__contents {
    width: 100%;
    padding: 0 32px;
    margin: 42px auto 0;
  }
}
#page-privacy .sec-contact__read {
  font-size: 1.5rem;
  line-height: 1.71;
}
@media screen and (max-width: 640px) {
  #page-privacy .sec-contact__read {
    line-height: 2.14;
  }
}
#page-privacy .sec-contact .privacy {
  width: 90rem;
  margin: 9rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-privacy .sec-contact .privacy {
    width: 100%;
    margin: 45px auto 0;
  }
}
#page-privacy .sec-contact .privacy h3 {
  font-size: 1.8rem;
}
#page-privacy .sec-contact .privacy p {
  margin-top: 2rem;
  line-height: 1.65;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  #page-privacy .sec-contact .privacy p {
    line-height: 2.14;
  }
}/*# sourceMappingURL=style.css.map */