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

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  padding-top: 15.8rem;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-style: normal;
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  body {
    padding-top: 6rem;
  }
}
body.page-template-page-special {
  padding-bottom: 0;
}

body.is-fixed {
  overflow: hidden;
}

.js-text-loader {
  --anim-delay: 0s;
  mask-image: linear-gradient(to right, var(--wp--preset--color--primary) 50%, transparent 50%);
  mask-size: 200% 100%;
  mask-position: 100% 0;
  transition: -webkit-mask-position 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--anim-delay);
  will-change: -webkit-mask-position;
}
.js-text-loader.is-active {
  mask-position: 0 0;
}

.js-underline-anim {
  display: block;
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.is-active .js-underline-anim,
.is-active.js-underline-anim {
  transform: scaleX(1);
}

strong,
b {
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  .pc,
  .pc-only,
  .is-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp,
  .sp-only,
  .is-sp {
    display: none !important;
  }
}

.container {
  width: 100%;
  max-width: 108rem;
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.container-sm {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.container-lg {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.container-2lg {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.container-xl {
  width: 100%;
  max-width: 131.2rem;
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.container-full {
  width: 100%;
  max-width: 100%;
}

.mt-10 {
  margin-top: 1rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 9rem;
  background: var(--wp--preset--color--white);
  outline: 1px solid var(--wp--preset--color--gray);
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .header {
    height: 6rem;
    overflow: visible !important;
  }
  .header.is-hide {
    transform: translateY(-100%);
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 1.6rem;
}
@media (max-width: 768px) {
  .header__inner {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
.header__logo .wp-block-site-logo {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.header__logo .wp-block-site-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo .wp-block-site-logo img {
  display: block;
  width: var(--logo-width-pc, 360px);
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .header__logo .wp-block-site-logo img {
    width: var(--logo-width-sp, 200px);
  }
}
.header__btn-entry {
  margin: 0;
}
.header__btn-entry .wp-block-button__link {
  position: relative;
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 9rem;
  padding: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 2rem;
  font-weight: 700;
  color: var(--wp--preset--color--white);
  text-decoration: none;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, var(--wp--preset--color--blue) 0%, var(--wp--preset--color--blue-2) 50%, var(--wp--preset--color--blue) 100%);
  background-position: 0% 0%;
  background-size: 200% 100%;
  border-radius: 0;
  transition: background-position 0.4s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .header__btn-entry .wp-block-button__link:hover {
    background-position: 100% 0%;
  }
}
.header__btn-entry .wp-block-button__link::after {
  position: absolute;
  right: 2.4rem;
  width: 1rem;
  height: 1.8rem;
  content: "";
  background-color: var(--wp--preset--color--white);
  transform: translateY(-50%);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1 1L9 9' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 17L9 9' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  animation: header-arrow-move 1.5s infinite;
}
@media (max-width: 768px) {
  .header__btn-entry .wp-block-button__link::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1 1L9 9' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3Cpath d='M1 17L9 9' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
.header__hamburger {
  display: none;
}
@media (max-width: 768px) {
  .header__hamburger {
    z-index: 99999 !important;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    width: 30px;
    height: 40px;
    padding: 0;
    margin-left: auto;
    pointer-events: auto !important;
    cursor: pointer;
    background: transparent;
    border: none;
  }
  .header__hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--wp--preset--color--blue);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .header__hamburger span :nth-child(2) {
    transform-origin: center;
  }
  .header__hamburger.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .header__hamburger.is-active span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
    transform: scaleX(0);
  }
  .header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes header-arrow-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.8rem);
  }
  100% {
    transform: translateX(0);
  }
}
.breadcrumbs {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 2.4rem 0;
  background: var(--wp--preset--color--white);
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 1.6rem 3.2rem;
  }
}
.breadcrumbs__inner {
  max-width: 123.2rem;
  padding: 0 1.6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .breadcrumbs__inner {
    max-width: none;
    padding: 0;
  }
}
.breadcrumbs p,
.breadcrumbs .wp-block-shortcode,
.breadcrumbs .wp-block-shortcode > p {
  margin: 0 !important;
}
.breadcrumbs .breadcrumbs_list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  width: 100%;
  max-height: 2rem;
  margin: 0;
}
@media (max-width: 768px) {
  .breadcrumbs .breadcrumbs_list {
    height: 2rem;
  }
}
.breadcrumbs__item {
  display: flex;
  flex: none;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.breadcrumbs__link, .breadcrumbs__separator {
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  color: var(--wp--preset--color--gray-2);
  text-decoration: none;
  letter-spacing: 0.1em;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs__link:hover {
    opacity: 0.7;
  }
}
.breadcrumbs__current {
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  color: var(--wp--preset--color--primary);
  letter-spacing: 0.1em;
}

.footer {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 6.4rem 0 0;
  background: var(--wp--preset--color--white);
}
@media (max-width: 768px) {
  .footer {
    padding: 6.4rem 0 0;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 123.2rem;
  padding: 0 1.6rem;
  padding-bottom: 6.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer__inner {
    gap: 3rem;
    padding: 0 3.2rem 3.2rem;
  }
}
.footer__menus {
  gap: 5rem !important;
  justify-content: flex-end;
  margin: 0;
}
@media (max-width: 768px) {
  .footer__menus {
    flex-direction: column;
    gap: 2rem !important;
    justify-content: flex-start;
  }
}
.footer__menu-col {
  display: flex;
  flex: none !important;
  flex-direction: column;
  gap: 1.6rem;
  width: fit-content !important;
  height: fit-content;
  padding-left: 2rem;
  margin-left: 0 !important;
  border-left: 0.1rem solid var(--wp--preset--color--gray-2);
}
@media (max-width: 768px) {
  .footer__menu-col {
    width: 100% !important;
    padding-bottom: 2rem;
    padding-left: 0;
    border-bottom: 0.1rem solid var(--wp--preset--color--gray);
    border-left: none;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .footer__menu-col:last-child {
    margin-bottom: 0;
  }
}
.footer__menu-title {
  margin: 0;
}
@media (max-width: 768px) {
  .footer__menu-title, .footer__menu-title a {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.footer__menu-title, .footer__menu-title a {
  padding: 0;
  margin-bottom: 0.6rem;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
  color: var(--wp--preset--color--primary) !important;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer__menu-title:hover, .footer__menu-title a:hover {
    color: var(--wp--preset--color--blue) !important;
  }
}
.footer {
  /* When the title is inside the navigation list, add extra margin below it */
}
.footer .wp-block-navigation-item.footer__menu-title {
  margin-bottom: 0.6rem;
}
.footer__menu-list .wp-block-navigation__responsive-container-open,
.footer__menu-list .wp-block-navigation__responsive-container-close {
  display: none !important;
}
.footer__menu-list .wp-block-navigation__responsive-container {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  visibility: visible !important;
  background: transparent !important;
  opacity: 1 !important;
}
.footer__menu-list .wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__menu-list .wp-block-navigation__container .wp-block-navigation-item {
  padding: 0;
  margin: 0;
}
.footer__menu-list .wp-block-navigation__container .wp-block-navigation-item.footer__menu-title .wp-block-navigation-item__content {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
  color: var(--wp--preset--color--primary) !important;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer__menu-list .wp-block-navigation__container .wp-block-navigation-item.footer__menu-title .wp-block-navigation-item__content {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__menu-list .wp-block-navigation__container .wp-block-navigation-item.footer__menu-title .wp-block-navigation-item__content:hover {
    color: var(--wp--preset--color--blue) !important;
  }
}
.footer__menu-list .wp-block-navigation__container .wp-block-navigation-item__content {
  padding: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: var(--wp--preset--color--gray-3);
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer__menu-list .wp-block-navigation__container .wp-block-navigation-item__content {
    max-height: 2.2rem;
    font-size: 1.5rem;
    line-height: 1.6;
    color: var(--wp--preset--color--gray-3);
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__menu-list .wp-block-navigation__container .wp-block-navigation-item__content:hover {
    color: var(--wp--preset--color--blue);
  }
}
.footer__bottom {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .footer__bottom {
    justify-content: center;
  }
}
.footer__logo .wp-block-site-logo {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.footer__logo .wp-block-site-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__logo .wp-block-site-logo img {
  display: block;
  width: var(--logo-width-pc, 300px);
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .footer__logo .wp-block-site-logo img {
    width: var(--logo-width-sp, 200px);
  }
}
.footer__pagetop-wrapper {
  position: fixed;
  right: 2.7rem;
  bottom: 2.9rem;
  z-index: 100;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: bottom 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 768px) {
  .footer__pagetop-wrapper {
    right: 1.6rem;
    bottom: 2.9rem;
  }
  body:has(.btn-entry:not(.is-hidden)) .footer__pagetop-wrapper {
    bottom: 7.9rem;
  }
  body:has(.top-banner__container.is-scrollIn) .footer__pagetop-wrapper {
    bottom: calc(6.6rem + var(--banner-height, 0px) + 2.1rem);
  }
}
.footer__pagetop-wrapper.is-show {
  visibility: visible;
  opacity: 1;
}
.footer__pagetop .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  padding: 0 !important;
  text-decoration: none;
  background: var(--wp--preset--color--white);
  border: 0.2rem solid var(--wp--preset--color--blue);
  border-radius: 50% !important;
  transition: background 0.3s ease;
}
@media (max-width: 768px) {
  .footer__pagetop .wp-block-button__link {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__pagetop .wp-block-button__link:hover {
    background: var(--wp--preset--color--blue);
  }
  .footer__pagetop .wp-block-button__link:hover .footer__pagetop-icon {
    background-color: var(--wp--preset--color--white);
  }
}
.footer__pagetop .wp-block-button__link .footer__pagetop-icon {
  display: block;
  width: 1.8rem;
  height: 1rem;
  margin-top: -0.2rem;
  background-color: var(--wp--preset--color--blue);
  transition: background-color 0.3s ease;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10' fill='none'%3E%3Cpath d='M1 9L9 1' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17 9L9 1' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .footer__pagetop .wp-block-button__link .footer__pagetop-icon {
    width: 1.28rem;
    height: 0.64rem;
    margin-top: -0.1rem;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10' fill='none'%3E%3Cpath d='M1 9L9 1' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3Cpath d='M17 9L9 1' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
.footer__copyright {
  display: flex;
  align-items: center;
  width: 100%;
  height: 9rem;
  background: linear-gradient(90deg, var(--wp--preset--color--blue) 0%, var(--wp--preset--color--blue-2) 100%);
}
@media (max-width: 768px) {
  .footer__copyright {
    height: 8rem;
  }
}
.footer__copyright-inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 120rem;
  padding: 0 1.6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer__copyright-inner {
    justify-content: center;
  }
}
.footer__copyright p {
  margin: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: var(--wp--preset--color--white);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .footer__copyright p {
    font-size: 1.2rem;
  }
}

.main-nav {
  position: fixed;
  top: 9rem;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  background: var(--wp--preset--color--white);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .main-nav {
    position: fixed !important;
    top: 6rem;
    bottom: 0;
    left: 0;
    z-index: 999 !important;
    display: flex !important;
    flex-direction: column;
    width: 100%;
    height: calc(100dvh - 6rem);
    padding: 3.2rem;
    overflow-y: auto;
    visibility: hidden;
    background: var(--wp--preset--color--white) !important;
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.3s ease, visibility 0.35s;
    transform: translateY(-100%);
  }
  .main-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .main-nav .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    height: auto !important;
  }
  .main-nav .wp-block-navigation__responsive-container,
  .main-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    visibility: visible !important;
    background: transparent !important;
    opacity: 1 !important;
  }
  .main-nav .wp-block-navigation__responsive-container-content {
    display: block !important;
  }
  .main-nav {
    /* Force submenus always visible on mobile - override WP core */
  }
  .main-nav .wp-block-navigation__submenu-container {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    padding: 1.6rem 0 0 !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    visibility: visible !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .main-nav .wp-block-navigation__submenu-container .wp-block-navigation-item {
    flex: none !important;
    justify-content: flex-start;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
  }
  .main-nav .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
    font-size: 1.5rem !important;
    line-height: 2.2rem !important;
    color: var(--wp--preset--color--gray-3) !important;
  }
  .main-nav {
    /* Hide WP toggle button/arrow on mobile */
  }
  .main-nav .wp-block-navigation-submenu__toggle {
    display: none !important;
  }
  .main-nav {
    /* Submenu parent items on mobile */
  }
  .main-nav .wp-block-navigation-item.has-child {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100%;
    height: auto !important;
    padding-bottom: 2rem;
    border: none !important;
    border-bottom: 1px solid var(--wp--preset--color--gray-2) !important;
  }
  .main-nav .wp-block-navigation-item.has-child > .wp-block-navigation-item__content {
    font-size: 1.6rem !important;
    font-weight: 700;
    color: var(--wp--preset--color--primary) !important;
  }
  .main-nav .wp-block-navigation-item.has-child > .wp-block-navigation-item__content::after {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .main-nav.is-hide {
    transform: translateY(-100%);
  }
}
.main-nav nav {
  width: 100%;
}
@media (max-width: 768px) {
  .main-nav nav {
    gap: 3.2rem;
  }
}
.main-nav {
  /* Hide the auto-generated WP button */
}
.main-nav .wp-block-navigation__responsive-container-open {
  display: none !important;
}
.main-nav {
  /* PC Container (Horizontal) */
}
.main-nav .wp-block-navigation__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .main-nav .wp-block-navigation__container {
    display: none;
  }
}
.main-nav .wp-block-navigation__container .wp-block-navigation-item {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 6.8rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .main-nav .wp-block-navigation__container .wp-block-navigation-item::before {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .main-nav .wp-block-navigation__container .wp-block-navigation-item:hover .wp-block-navigation-item__content {
    color: var(--wp--preset--color--blue);
  }
}
.main-nav .wp-block-navigation__container .wp-block-navigation-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 2.2rem;
  content: "";
  background-color: var(--wp--preset--color--gray-2);
  transform: translateY(-50%);
}
.main-nav .wp-block-navigation__container .wp-block-navigation-item:first-child::before {
  display: none;
}
.main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-icon {
  display: none !important;
}
.main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
    padding: 0 !important;
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
.main-nav .wp-block-navigation__container .wp-block-navigation-item.has-child > .wp-block-navigation-item__content::after {
  display: block;
  width: 1.4rem;
  height: 0.8rem;
  content: "";
  background-color: var(--wp--preset--color--blue);
  transition: transform 0.3s ease;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M13 1L7 7' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 1L7 7' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .main-nav .wp-block-navigation__container .wp-block-navigation-item.has-child > .wp-block-navigation-item__content::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M13 1L7 7' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3Cpath d='M1 1L7 7' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
.main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container {
  top: 100%;
  right: auto !important;
  left: 50% !important;
  display: block !important;
  min-width: 19.8vw !important;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transform: translateX(-50%) translateY(10px) !important;
}
@media (max-width: 768px) {
  .main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container {
    left: 0;
    display: flex !important;
    pointer-events: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item {
  justify-content: flex-start;
  height: 6rem;
  padding: 0 1.6rem;
  background-color: var(--wp--preset--color--blue);
  border-right: none;
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--secondary) 40%, transparent);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item {
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item:hover {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content::after {
    display: none;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item:hover {
    background-color: var(--wp--preset--color--blue-2);
  }
  .main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item:hover .wp-block-navigation-item__content::after {
    transform: translateX(0.5rem);
  }
}
.main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item::before {
  display: none;
}
.main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  font-weight: 500;
  color: var(--wp--preset--color--white);
}
.main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content::after {
  display: block;
  width: 0.6rem;
  height: 1rem;
  content: "";
  background-color: var(--wp--preset--color--white);
  transition: transform 0.3s ease;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M0.75 0.75L4.75 4.75' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M0.75 8.75L4.75 4.75' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .main-nav .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M0.75 0.75L4.75 4.75' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3Cpath d='M0.75 8.75L4.75 4.75' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
.main-nav .wp-block-navigation__container .wp-block-navigation-item.has-child:hover > .wp-block-navigation-item__content, .main-nav .wp-block-navigation__container .wp-block-navigation-item.has-child.is-touch-open > .wp-block-navigation-item__content {
  color: var(--wp--preset--color--blue);
}
.main-nav .wp-block-navigation__container .wp-block-navigation-item.has-child:hover > .wp-block-navigation-item__content::after, .main-nav .wp-block-navigation__container .wp-block-navigation-item.has-child.is-touch-open > .wp-block-navigation-item__content::after {
  transform: rotate(180deg);
}
.main-nav .wp-block-navigation__container .wp-block-navigation-item.has-child:hover .wp-block-navigation__submenu-container, .main-nav .wp-block-navigation__container .wp-block-navigation-item.has-child.is-touch-open .wp-block-navigation__submenu-container {
  top: 100%;
  pointer-events: auto;
  visibility: visible;
  border: none;
  border-top: 0.4rem solid var(--wp--preset--color--secondary);
  opacity: 1;
  transform: translateX(-50%) translateY(0) !important;
}
@media (min-width: 769px) {
  .main-nav .wp-block-navigation__container .wp-block-navigation-item.has-child:hover .wp-block-navigation__submenu-container, .main-nav .wp-block-navigation__container .wp-block-navigation-item.has-child.is-touch-open .wp-block-navigation__submenu-container {
    margin-top: -0.4rem;
  }
}
@media (max-width: 768px) {
  .main-nav .wp-block-navigation__container .wp-block-navigation-item.has-child:hover .wp-block-navigation__submenu-container, .main-nav .wp-block-navigation__container .wp-block-navigation-item.has-child.is-touch-open .wp-block-navigation__submenu-container {
    display: flex !important;
    transform: none !important;
  }
}
.main-nav__sp-btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.main-nav__sp-btn .c-btn {
  width: 27rem;
  height: 6.6rem;
}

.btn-entry {
  display: none;
}
@media (max-width: 768px) {
  .btn-entry {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: block;
    width: 100%;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  .btn-entry.is-hidden {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
  }
}
.btn-entry__buttons {
  margin: 0 !important;
}
.btn-entry__button {
  display: flex;
  width: 100%;
}
.btn-entry__button .wp-block-button__link {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7rem;
  padding: 2rem 3.2rem;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: var(--wp--preset--color--white);
  text-align: center;
  text-decoration: none;
  letter-spacing: 10%;
  background: linear-gradient(90deg, var(--wp--preset--color--blue) 0%, var(--wp--preset--color--blue-2) 50%, var(--wp--preset--color--blue) 100%) !important;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .btn-entry__button .wp-block-button__link {
    height: 5rem;
    font-size: 1.4rem;
    letter-spacing: 1.4px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn-entry__button .wp-block-button__link:hover {
    background-position: 100% 0% !important;
  }
}
.btn-entry__button .wp-block-button__link::after {
  display: block;
  width: 0.7rem;
  height: 1.26rem;
  content: "";
  background-color: var(--wp--preset--color--white);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1 1L9 9' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 17L9 9' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .btn-entry__button .wp-block-button__link::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1 1L9 9' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3Cpath d='M1 17L9 9' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
@media (min-width: 769px) {
  .btn-entry__button .wp-block-button__link::after {
    animation: btn-entry-arrow-move 1.5s infinite;
  }
}
.btn-entry__button .wp-block-button__link--white {
  color: var(--wp--preset--color--blue);
  background: var(--wp--preset--color--white) !important;
  border-top: 1px solid var(--wp--preset--color--blue);
  border-bottom: 1px solid var(--wp--preset--color--blue);
}
.btn-entry__button .wp-block-button__link--white::after {
  background-color: var(--wp--preset--color--blue);
}

@keyframes btn-entry-arrow-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.6rem);
  }
  100% {
    transform: translateX(0);
  }
}
.c-btn {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 32rem;
  height: 7.5rem;
  padding: 1rem;
  text-decoration: none;
  border-radius: 4rem;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .c-btn {
    width: 27rem;
    height: 6.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover::before {
    background-position: 100% 0%;
    opacity: 1;
    transform: scale(1.02);
  }
  .c-btn:hover::after {
    transform: scale(1.02);
  }
  .c-btn:hover .c-btn__arrow {
    transform: translate(0.8rem, -50%);
  }
}
.c-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, var(--wp--preset--color--blue) 0%, var(--wp--preset--color--blue-2) 50%, var(--wp--preset--color--blue) 100%);
  background-position: 0% 0%;
  background-size: 200% 100%;
  border-radius: 4rem;
  transition: background-position 0.4s ease-in-out, opacity 0.4s ease, transform 0.3s ease;
  transform: scale(1);
  will-change: transform;
  backface-visibility: hidden;
}
.c-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 4rem;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.3s ease;
  transform: scale(1);
  will-change: transform;
  backface-visibility: hidden;
}
.c-btn__txt {
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  color: var(--wp--preset--color--white);
  text-align: center;
  letter-spacing: 0.1em;
  transition: color 0.4s ease;
}
@media (max-width: 768px) {
  .c-btn__txt {
    font-size: 1.6rem;
  }
}
.c-btn__arrow {
  position: absolute;
  top: 50%;
  right: 3.1rem;
  width: 0.8rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-btn__arrow {
    right: 2.6rem;
  }
}
.c-btn__arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1.6rem;
  content: "";
  background-color: var(--wp--preset--color--white);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M0.900391 0.900391L6.90039 6.90039' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M0.900391 12.9004L6.90039 6.90039' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .c-btn__arrow::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M0.900391 0.900391L6.90039 6.90039' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3Cpath d='M0.900391 12.9004L6.90039 6.90039' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--white:hover::before {
    opacity: 1;
  }
  .c-btn--white:hover::after {
    z-index: -2;
    opacity: 1;
    transform: scale(1);
  }
  .c-btn--white:hover .c-btn__txt {
    color: var(--wp--preset--color--white);
  }
  .c-btn--white:hover .c-btn__arrow::after {
    background-color: var(--wp--preset--color--white);
  }
}
.c-btn--white::before {
  opacity: 0;
}
.c-btn--white::after {
  background: var(--wp--preset--color--white);
  opacity: 1;
}
.c-btn--white .c-btn__txt {
  color: var(--wp--preset--color--blue);
}
.c-btn--white .c-btn__arrow::after {
  background-color: var(--wp--preset--color--blue);
}
.c-btn--white-outline {
  border: 2px solid var(--wp--preset--color--blue);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--white-outline:hover {
    border-color: transparent;
  }
  .c-btn--white-outline:hover::before {
    opacity: 1;
  }
}
.c-btn--white-outline::before {
  opacity: 0;
}
.c-btn--white-outline::after {
  background: var(--wp--preset--color--white);
  opacity: 1;
}

.c-page-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 30rem;
  aspect-ratio: 144/36;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 1439px) {
  .c-page-heading {
    max-height: 30rem;
  }
}
@media (max-width: 991px) {
  .c-page-heading {
    max-height: 25rem;
  }
}
@media (max-width: 768px) {
  .c-page-heading {
    min-height: auto;
    aspect-ratio: 375/200;
  }
}
.c-page-heading-min {
  aspect-ratio: 144/18;
}
@media (max-width: 768px) {
  .c-page-heading-min {
    aspect-ratio: 375/100;
  }
}
.c-page-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.c-page-heading__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .c-page-heading__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .c-page-heading__inner {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}
.c-page-heading .wp-block-cover__image-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-page-heading .wp-block-cover__image-background-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-page-heading__txt {
  display: flex;
  flex-direction: column;
}
.c-page-heading__sub {
  margin: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4375;
  color: var(--wp--preset--color--white);
  letter-spacing: 0.1em;
}
@media (max-width: 1439px) {
  .c-page-heading__sub {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .c-page-heading__sub {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .c-page-heading__sub {
    font-size: 1.3rem;
    line-height: 1.1;
  }
}
.c-page-heading__main {
  margin: 0;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 6rem;
  font-weight: 700;
  line-height: 7.3rem;
  color: var(--wp--preset--color--white);
  letter-spacing: 0;
}
@media (max-width: 1439px) {
  .c-page-heading__main {
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .c-page-heading__main {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .c-page-heading__main {
    font-size: 3.2rem;
    line-height: 3.9rem;
  }
}

.top-kv {
  width: 100%;
  height: auto;
  min-height: 43rem;
}
@media (max-width: 768px) {
  .top-kv .wp-block-cover__image-background {
    display: block;
  }
}
.top-kv .wp-block-cover__image-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#fixed_banner {
  position: fixed;
  right: 5.5rem;
  bottom: 13rem;
  z-index: 90;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 768px) {
  #fixed_banner {
    right: 2.5rem;
    bottom: 6.6rem;
    width: 24.5rem;
  }
}
#fixed_banner.is-hidden {
  pointer-events: none;
  opacity: 0;
  transform: translate(0, 2rem);
}
#fixed_banner.is-scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.top-kv + .top-banner {
  position: relative;
  padding: 0;
}
.top-kv + .top-banner .top-banner__box {
  position: absolute;
  right: 5.5rem;
  bottom: 7rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .top-kv + .top-banner .top-banner__box {
    display: none;
  }
}

.top-banner__link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  text-decoration: none !important;
  background: none !important;
}
.top-banner__container {
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  max-width: 40rem;
  padding: 1.6rem 0 1.6rem 2.4rem;
  color: var(--wp--preset--color--blue);
  text-align: center;
  background: var(--wp--preset--color--white);
  filter: drop-shadow(0 0 1rem color-mix(in srgb, var(--wp--preset--color--secondary) 50%, transparent));
  border-radius: 1.6rem;
  transition: color 0.2s ease;
}
@media (max-width: 768px) {
  .top-banner__container {
    max-width: none;
    padding: 0.8rem 0 0.8rem 1.6rem;
    border-radius: 0.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-banner__container:hover {
    background: var(--wp--preset--color--blue);
  }
  .top-banner__container:hover .top-banner__text {
    color: var(--wp--preset--color--white);
  }
  .top-banner__container:hover .top-banner__text-arrow::after {
    background-color: var(--wp--preset--color--white);
  }
  .top-banner__container:hover .top-banner__figure {
    border-color: var(--wp--preset--color--blue);
  }
}
.top-banner__container:not(:has(.top-banner)) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-banner__text {
  display: flex;
  flex: 1;
  align-items: center;
  width: 26.8rem;
  min-height: 7.2rem;
  color: var(--wp--preset--color--blue);
  text-align: left;
  transition: color 0.2s ease;
}
@media (max-width: 768px) {
  .top-banner__text {
    width: auto;
    min-height: 4.2rem;
  }
}
.top-banner__text-main {
  flex: 1;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .top-banner__text-main {
    font-size: 1.4rem;
  }
}
.top-banner__text-arrow {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  content: "";
  transition: background 0.2s ease;
}
.top-banner__text-arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1.8rem;
  content: "";
  background-color: var(--wp--preset--color--blue);
  transition: background-color 0.2s ease;
  transform: translateY(-50%);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1 1L9 9' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 17L9 9' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .top-banner__text-arrow::after {
    width: 0.7rem;
    height: 1.26rem;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1 1L9 9' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3Cpath d='M1 17L9 9' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
.top-banner__figure {
  position: relative;
  right: auto;
  bottom: auto;
  flex-shrink: 0;
  align-self: flex-start;
  width: 11rem;
  height: 11rem;
  margin: -3.8rem -2.3rem -1.5rem 1.5rem;
  overflow: hidden;
  border: 0.2rem solid var(--wp--preset--color--white);
  border-radius: 1.6rem;
  opacity: 0;
  transition: border 0.2s ease;
  transform: scale(0.5);
}
@media (max-width: 768px) {
  .top-banner__figure {
    width: 6rem;
    height: 6rem;
    margin: -1.9rem -1rem -1rem 1rem;
    border-radius: 0.8rem;
  }
}
.top-banner__figure-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.is-active .top-banner__figure {
  animation: zoom-in-banner 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s forwards;
}

@media (min-width: 769px) {
  .is-scrollIn .top-banner__figure {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .is-scrollIn .top-banner__figure {
    animation: zoom-in-banner 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s forwards;
  }
}

@keyframes zoom-in-banner {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.top-about {
  position: relative;
}
.top-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 106rem;
}
@media (max-width: 768px) {
  .top-about__bg {
    height: 79.2rem;
  }
}
.top-about__bg-img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-about__bg-img img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-out;
  object-fit: cover;
  object-position: center;
}
.top-about__bg-img.is-active img {
  opacity: 1;
}
.top-about__bg-gradation {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 20rem;
  background: linear-gradient(180deg, var(--wp--preset--color--white) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .top-about__bg-gradation {
    height: 10rem;
  }
}
.top-about__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 10rem;
  align-items: center;
  justify-content: center;
  padding: 12rem 1.6rem;
}
@media (max-width: 1232px) {
  .top-about__inner {
    gap: 5rem;
    padding: 10rem 1.6rem;
  }
}
@media (max-width: 768px) {
  .top-about__inner {
    flex-direction: column;
    gap: 3.2rem;
    width: 100%;
    padding: 3.2rem 1.6rem;
    margin: 0 auto;
  }
}
.top-about__text {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 3.2rem;
  align-items: flex-start;
  width: 54rem;
}
@media (max-width: 1232px) {
  .top-about__text {
    gap: 2.4rem;
    width: 45%;
    padding: 0 1.6rem;
  }
}
@media (max-width: 768px) {
  .top-about__text {
    gap: 1.6rem;
    width: 100%;
  }
}
.top-about__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.top-about__subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
}
@media (max-width: 768px) {
  .top-about__subtitle {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.top-about__en-title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .top-about__en-title {
    gap: 0.4rem;
  }
}
.top-about__en-title h2 {
  margin: 0;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 100%;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .top-about__en-title h2 {
    font-size: 4.8rem;
    line-height: 5.8rem;
  }
}
@media (max-width: 1232px) {
  .top-about__en-title h2 {
    font-size: 8rem;
  }
}
@media (max-width: 768px) {
  .top-about__en-title h2 {
    font-size: 4.8rem;
  }
}
.top-about__underline {
  width: 32.4rem;
  height: 0.6rem;
  background: var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .top-about__underline {
    width: 16rem;
    height: 0.3rem;
  }
}
.top-about__catchphrase {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 6rem;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .top-about__catchphrase {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 768px) {
  .top-about__catchphrase {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
.top-about__description {
  margin: 0;
  font-size: 1.8rem;
  line-height: 3.6rem;
}
@media (max-width: 1232px) {
  .top-about__description {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 768px) {
  .top-about__description {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.top-about__cards {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  width: 56rem;
}
@media (max-width: 1232px) {
  .top-about__cards {
    gap: 1.5rem;
    width: 46%;
  }
}
@media (max-width: 768px) {
  .top-about__cards {
    gap: 1.2rem;
    width: 100%;
  }
}
.top-about__card {
  position: relative;
  width: 100%;
  padding: 4rem;
  overflow: hidden;
  text-decoration: none;
  touch-action: manipulation;
  background: var(--wp--preset--color--white);
  border-radius: 2rem;
  box-shadow: 0 0 1rem color-mix(in srgb, var(--wp--preset--color--secondary) 50%, transparent);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, box-shadow;
}
@media (max-width: 768px) {
  .top-about__card {
    width: 100%;
    padding: 3rem 2.85rem;
    border-radius: 1.4rem;
  }
}
@media (max-width: 574px) {
  .top-about__card {
    padding: 1.05rem 2.85rem;
  }
}
@media (max-width: 768px) {
  .top-about__card {
    -webkit-tap-highlight-color: transparent;
  }
  .top-about__card,
  .top-about__card .top-about__card-img,
  .top-about__card .top-about__card-title-inner,
  .top-about__card .top-about__card-arrow,
  .top-about__card .top-about__card-num,
  .top-about__card .top-about__card-ensub,
  .top-about__card .top-about__card-line {
    transition: none !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-about__card:hover .top-about__card-img {
    opacity: 1;
  }
  .top-about__card:hover .top-about__card-num,
  .top-about__card:hover .top-about__card-ensub {
    color: var(--wp--preset--color--white);
  }
  .top-about__card:hover .top-about__card-title {
    color: var(--wp--preset--color--white);
  }
  .top-about__card:hover .top-about__card-title-inner {
    background-position: bottom left;
    background-size: 100% 1px;
  }
  .top-about__card:hover .top-about__card-line {
    background: var(--wp--preset--color--white);
  }
  .top-about__card:hover .top-about__card-arrow {
    background-color: var(--wp--preset--color--white);
    transform: translate(0.4rem, -50%);
  }
}
.top-about__card.is-hovered .top-about__card-img {
  opacity: 1;
}
.top-about__card.is-hovered .top-about__card-num,
.top-about__card.is-hovered .top-about__card-ensub {
  color: var(--wp--preset--color--white);
}
.top-about__card.is-hovered .top-about__card-title {
  color: var(--wp--preset--color--white);
}
.top-about__card.is-hovered .top-about__card-title-inner {
  background-position: bottom left;
  background-size: 100% 1px;
}
.top-about__card.is-hovered .top-about__card-line {
  background: var(--wp--preset--color--white);
}
.top-about__card.is-hovered .top-about__card-arrow {
  background-color: var(--wp--preset--color--white);
  transform: translate(0.4rem, -50%);
}
.top-about__card-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateZ(0);
  will-change: opacity;
  backface-visibility: hidden;
}
.top-about__card-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.top-about__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.top-about__card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 1232px) {
  .top-about__card-inner {
    width: 100%;
  }
}
.top-about__card-txt {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .top-about__card-txt {
    gap: 1rem;
  }
}
.top-about__card-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .top-about__card-header {
    gap: 0.25rem;
    justify-content: center;
    height: 2.8rem;
  }
}
.top-about__card-num {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: var(--wp--preset--color--secondary);
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .top-about__card-num {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}
.top-about__card-num-wrap {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .top-about__card-num-wrap {
    gap: 1rem;
  }
}
.top-about__card-ensub {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: var(--wp--preset--color--gray-2);
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .top-about__card-ensub {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.top-about__card-line {
  position: relative;
  left: -0.5px;
  width: 2.4rem;
  height: 1px;
  background: var(--wp--preset--color--secondary);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .top-about__card-line {
    left: 0.5px;
    width: 1.4rem;
  }
}
.top-about__card-title {
  margin: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  color: var(--wp--preset--color--primary);
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .top-about__card-title {
    font-size: 2.2rem;
  }
}
.top-about__card-title-inner {
  display: inline;
  padding-bottom: 3px;
  background-image: linear-gradient(var(--wp--preset--color--white), var(--wp--preset--color--white));
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.5s ease-out;
  box-decoration-break: slice;
}
.top-about__card-icon {
  position: relative;
  width: 8px;
  height: 16px;
}
.top-about__card-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1.8rem;
  content: "";
  background-color: var(--wp--preset--color--blue);
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform: translateY(-50%);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1 1L9 9' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 17L9 9' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .top-about__card-arrow {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1 1L9 9' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3Cpath d='M1 17L9 9' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}

.top-about-work {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6.4rem 0 5.2rem;
  background: var(--wp--preset--color--white);
}
@media (max-width: 768px) {
  .top-about-work {
    padding: 3.2rem 0;
  }
}
.top-about-work__inner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 144rem;
  padding: 0 6.4rem;
}
@media (max-width: 991px) {
  .top-about-work__inner {
    padding: 0 1.6rem;
  }
}
.top-about-work__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 131.2rem;
  min-height: 72rem;
  padding: 12rem 18rem;
  overflow: hidden;
  color: var(--wp--preset--color--white);
  text-align: center;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .top-about-work__card {
    min-height: 50rem;
    padding: 8rem 4rem;
  }
}
@media (max-width: 768px) {
  .top-about-work__card {
    min-height: 42rem;
    padding: 6rem 2rem;
    border-radius: 1.5rem;
  }
}
.top-about-work__card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.top-about-work__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.top-about-work__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-about-work__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
  width: 100%;
  max-width: 95.2rem;
}
@media (max-width: 768px) {
  .top-about-work__content {
    gap: 3.2rem;
  }
}
.top-about-work__text {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .top-about-work__text {
    gap: 1.6rem;
  }
}
.top-about-work__title {
  margin: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .top-about-work__title {
    font-size: 2.4rem;
  }
}
.top-about-work__description {
  margin: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  .top-about-work__description {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.top-about-work__btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.top-environment {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12rem 0;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .top-environment {
    padding: 6rem 0;
  }
}
.top-environment__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.top-environment__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-environment__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-environment__bg-gradation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  background: linear-gradient(180deg, var(--wp--preset--color--white) 0%, rgba(255, 255, 255, 0) 100%);
}
.top-environment__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .top-environment__inner {
    gap: 4.8rem;
  }
}
.top-environment__inner.container-xl, .top-environment__inner.container-sm {
  padding-inline: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-environment__inner.container-xl, .top-environment__inner.container-sm {
    padding-inline: 3.2rem;
  }
}
.top-environment__intro {
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
  align-items: flex-start;
  width: 100%;
  max-width: 99.2rem;
  padding: 0 1.6rem;
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .top-environment__intro {
    gap: 4.8rem;
    padding: 0;
  }
}
.top-environment__txt-area {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  .top-environment__txt-area {
    gap: 3.2rem;
  }
}
.top-environment__txt {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  .top-environment__txt {
    gap: 1.6rem;
  }
}
.top-environment__heading-group {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  .top-environment__heading-group {
    gap: 1.6rem;
  }
}
.top-environment__heading-top {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
  width: 100%;
}
.top-environment__label {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .top-environment__label {
    font-size: 1.4rem;
  }
}
.top-environment__title-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .top-environment__title-block {
    gap: 1.2rem;
  }
}
.top-environment__title {
  margin: 0;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .top-environment__title {
    font-size: 6.4rem;
  }
}
@media (max-width: 768px) {
  .top-environment__title {
    font-size: 4.8rem;
  }
}
.top-environment__underline {
  display: block;
  width: 32rem;
  height: 0.6rem;
  background-color: var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .top-environment__underline {
    width: 16rem;
    height: 0.3rem;
  }
}
.top-environment__subhead {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .top-environment__subhead {
    font-size: 2.4rem;
  }
}
.top-environment__lead {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .top-environment__lead {
    font-size: 1.5rem;
    line-height: 2.4;
    text-align: justify;
  }
}
.top-environment__btn-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .top-environment__btn-wrap {
    display: flex;
    justify-content: center;
  }
}
.top-environment__gallery-wrap {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-environment__gallery-wrap {
    width: calc(100% + 6.3rem);
    margin-right: -3.15rem;
    margin-left: -3.15rem;
  }
}
.top-environment__gallery {
  width: 100%;
}
.top-environment__gallery .swiper-wrapper {
  transition-timing-function: linear !important;
}
.top-environment__gallery-card {
  flex: none !important;
  width: 45rem !important;
  height: 30rem !important;
  overflow: hidden;
  background-color: #EEE;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .top-environment__gallery-card {
    width: 28rem !important;
    height: 18.6rem !important;
    border-radius: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-environment__gallery-card:hover img {
    transform: scale(1.05);
  }
}
.top-environment__gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.c-cta-bnr {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70rem;
  padding: 23.7rem 2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-cta-bnr {
    height: auto;
    min-height: 43rem;
    padding: 6.4rem 2rem;
  }
}
.c-cta-bnr__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.c-cta-bnr__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.c-cta-bnr__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: center;
  width: 100%;
  max-width: 96rem;
}
@media (max-width: 768px) {
  .c-cta-bnr__inner {
    gap: 1.6rem;
  }
}
.c-cta-bnr__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.c-cta-bnr__en {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.22;
  color: var(--wp--preset--color--white);
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-cta-bnr__en {
    font-size: 1.4rem;
  }
}
.c-cta-bnr__ja {
  margin: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 9rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--wp--preset--color--white);
  text-align: center;
}
@media (max-width: 768px) {
  .c-cta-bnr__ja {
    font-size: 3.6rem;
  }
}
.c-cta-bnr__btn {
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-cta-bnr__btn {
    flex-direction: column;
    gap: 1.6rem;
    width: 100%;
  }
}

.c-page-about-concept {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 12rem 0;
  margin: 0 auto;
  overflow: hidden;
  background: var(--wp--preset--color--white);
}
@media (max-width: 1232px) {
  .c-page-about-concept {
    padding: 6rem 3.2rem;
  }
}
@media (max-width: 768px) {
  .c-page-about-concept {
    padding: 6rem 3.2rem;
  }
}
.c-page-about-concept__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.c-page-about-concept__bg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30rem;
  content: "";
  background: linear-gradient(to bottom, transparent, var(--wp--preset--color--white));
}
@media (max-width: 768px) {
  .c-page-about-concept__bg::after {
    height: 15rem;
  }
}
.c-page-about-concept__bg-img {
  position: absolute;
  inset: 0;
}
.c-page-about-concept__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.c-page-about-concept__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .c-page-about-concept__inner {
    gap: 3.2rem;
    padding: 0;
  }
}
.c-page-about-concept__inner.container {
  padding-right: 0;
  padding-left: 0;
}
.c-page-about-concept__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40rem;
  padding: 0;
}
@media (max-width: 1232px) {
  .c-page-about-concept__header {
    height: auto;
  }
}
@media (max-width: 768px) {
  .c-page-about-concept__header {
    flex-direction: column;
    gap: 3.2rem;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
  }
}
.c-page-about-concept__heading {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: flex-start;
  width: 40.3rem;
  max-width: 100%;
  height: 30rem;
  padding: 0;
}
@media (max-width: 1232px) {
  .c-page-about-concept__heading {
    gap: 2.5974025974vw;
    width: 37.31%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .c-page-about-concept__heading {
    gap: 1.6rem;
    width: 100%;
    height: auto;
  }
}
.c-page-about-concept__heading-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .c-page-about-concept__heading-title {
    gap: 0;
  }
}
.c-page-about-concept__heading-jp {
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-page-about-concept__heading-jp {
    font-size: 1.461038961vw;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .c-page-about-concept__heading-jp {
    font-size: 1.4rem;
    line-height: 1.3rem;
  }
}
.c-page-about-concept__heading-en {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}
@media (max-width: 1232px) {
  .c-page-about-concept__heading-en {
    gap: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  .c-page-about-concept__heading-en {
    gap: 0.4rem;
    width: auto;
  }
}
.c-page-about-concept__heading-en span {
  display: block;
  width: 100%;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 1232px) {
  .c-page-about-concept__heading-en span {
    font-size: 7.7922077922vw;
    letter-spacing: 0.275974026vw;
  }
}
@media (max-width: 768px) {
  .c-page-about-concept__heading-en span {
    width: auto;
    font-size: 4.8rem;
    line-height: 6rem;
  }
}
.c-page-about-concept__heading-en::after {
  width: 32rem;
  height: 0.6rem;
  content: "";
  background: var(--wp--preset--color--secondary);
}
@media (max-width: 1232px) {
  .c-page-about-concept__heading-en::after {
    width: 25.974025974vw;
    height: 0.487012987vw;
  }
}
@media (max-width: 768px) {
  .c-page-about-concept__heading-en::after {
    width: 16rem;
    height: 0.3rem;
  }
}
.c-page-about-concept__heading-main {
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-page-about-concept__heading-main {
    font-size: 3.2467532468vw;
  }
}
@media (max-width: 768px) {
  .c-page-about-concept__heading-main {
    width: 100%;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
.c-page-about-concept__image {
  position: relative;
  width: 60rem;
  max-width: 100%;
  aspect-ratio: 600/400;
  overflow: hidden;
  background: var(--wp--preset--color--gray);
  border-radius: 2rem;
}
@media (max-width: 1232px) {
  .c-page-about-concept__image {
    width: 55.55%;
  }
}
@media (max-width: 768px) {
  .c-page-about-concept__image {
    width: 100%;
    aspect-ratio: 311/208;
    border-radius: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-about-concept__image:hover img {
    transform: scale(1.05);
  }
}
.c-page-about-concept__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.c-page-about-concept__text {
  width: 100%;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .c-page-about-concept__text {
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
  }
}

.c-page-about-culture {
  padding: 12rem 0;
  background: var(--wp--preset--color--white);
}
@media (max-width: 768px) {
  .c-page-about-culture {
    padding: 6rem 0;
  }
}
.c-page-about-culture__inner {
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
}
@media (max-width: 768px) {
  .c-page-about-culture__inner {
    gap: 4.8rem;
  }
}
.c-page-about-culture__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.c-page-about-culture__heading .c-page-about-culture__text {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: center;
  width: 100%;
  max-width: 96rem;
}
@media (max-width: 768px) {
  .c-page-about-culture__heading .c-page-about-culture__text {
    gap: 1.6rem;
  }
}
.c-page-about-culture__heading-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.c-page-about-culture__heading-jp {
  width: 100%;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  color: var(--wp--preset--color--primary);
  text-align: center;
}
@media (max-width: 1232px) {
  .c-page-about-culture__heading-jp {
    font-size: 1.461038961vw;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .c-page-about-culture__heading-jp {
    font-size: 1.4rem;
    line-height: 1.3rem;
  }
}
.c-page-about-culture__heading-en {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  width: 100%;
}
@media (max-width: 1232px) {
  .c-page-about-culture__heading-en {
    gap: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  .c-page-about-culture__heading-en {
    gap: 0.8rem;
  }
}
@media (max-width: 574px) {
  .c-page-about-culture__heading-en {
    gap: 0.4rem;
  }
}
.c-page-about-culture__heading-en span {
  display: block;
  width: 100%;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--secondary);
  text-align: center;
  letter-spacing: 0.28rem;
}
@media (max-width: 1232px) {
  .c-page-about-culture__heading-en span {
    font-size: 7.7922077922vw;
    letter-spacing: 0.3246753247vw;
  }
}
@media (max-width: 768px) {
  .c-page-about-culture__heading-en span {
    width: auto;
    font-size: 4.8rem;
    line-height: 6rem;
  }
}
.c-page-about-culture__heading-en::after {
  width: 32rem;
  height: 0.6rem;
  content: "";
  background: var(--wp--preset--color--secondary);
}
@media (max-width: 1232px) {
  .c-page-about-culture__heading-en::after {
    width: 25.974025974vw;
    height: 0.487012987vw;
  }
}
@media (max-width: 768px) {
  .c-page-about-culture__heading-en::after {
    width: 16rem;
    height: 0.3rem;
  }
}
.c-page-about-culture__heading-main {
  max-width: 100%;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  text-align: center;
}
@media (max-width: 1232px) {
  .c-page-about-culture__heading-main {
    font-size: 3.2467532468vw;
  }
}
@media (max-width: 768px) {
  .c-page-about-culture__heading-main {
    font-size: 2.4rem;
  }
}
.c-page-about-culture__image {
  width: 91.66%;
  aspect-ratio: 1320/480;
  overflow: hidden;
  background: var(--wp--preset--color--gray);
  border-radius: 0 2rem 2rem 0;
}
@media (max-width: 768px) {
  .c-page-about-culture__image {
    height: 24rem;
    border-radius: 0 1.4rem 1.4rem 0;
  }
}
@media (max-width: 574px) {
  .c-page-about-culture__image {
    height: 18rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-about-culture__image:hover img {
    transform: scale(1.05);
  }
}
.c-page-about-culture__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.c-page-about-culture__item-list {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  padding: 0;
}
@media (max-width: 1232px) {
  .c-page-about-culture__item-list {
    padding: 0 3.2rem;
  }
}
@media (max-width: 1232px) {
  .c-page-about-culture__item-list {
    gap: 5.6rem;
  }
}
@media (max-width: 768px) {
  .c-page-about-culture__item-list {
    gap: 4rem;
  }
}
@media (max-width: 574px) {
  .c-page-about-culture__item-list {
    gap: 3.2rem;
  }
}

.c-item-content {
  display: flex;
  flex-direction: row;
  gap: 6rem;
  align-items: flex-start;
  margin: 0 !important;
}
@media (max-width: 1232px) {
  .c-item-content {
    gap: 4.8rem;
  }
}
@media (max-width: 991px) {
  .c-item-content {
    gap: 3.2rem;
  }
}
@media (max-width: 768px) {
  .c-item-content {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media (max-width: 574px) {
  .c-item-content {
    gap: 1.6rem;
  }
}
.c-item-content__number {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 12rem;
  height: 8.2rem;
  padding-left: 2.4rem;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2166666667;
  color: var(--wp--preset--color--secondary);
  border-left: 0.4rem solid var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .c-item-content__number {
    width: auto;
    height: 6.6rem;
    padding-left: 1.6rem;
    font-size: 4.8rem;
    border-left-width: 0.3rem;
  }
}
@media (max-width: 574px) {
  .c-item-content__number {
    height: 4.6rem;
    padding-left: 1.2rem;
    font-size: 4.2rem;
    line-height: 0.9;
    border-left-width: 0.2rem;
  }
}
.c-item-content__number::before {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2222222222;
  color: var(--wp--preset--color--secondary);
  content: "Culture";
}
@media (max-width: 768px) {
  .c-item-content__number::before {
    font-size: 1.4rem;
  }
}
@media (max-width: 574px) {
  .c-item-content__number::before {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.c-item-content__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 574px) {
  .c-item-content__body {
    gap: 1.2rem;
  }
}
.c-item-content__title {
  margin: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .c-item-content__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 574px) {
  .c-item-content__title {
    font-size: 2.2rem;
  }
}
.c-item-content__text {
  margin: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .c-item-content__text {
    font-size: 1.5rem;
  }
}

.c-page-about-message {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 12rem 0;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1232px) {
  .c-page-about-message {
    padding: 6rem 3.2rem;
  }
}
@media (max-width: 768px) {
  .c-page-about-message {
    padding: 6rem 3.2rem;
  }
}
.c-page-about-message__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.c-page-about-message__bg-img {
  position: absolute;
  inset: 0;
}
.c-page-about-message__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.c-page-about-message__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 54rem 48rem;
  row-gap: 3.2rem;
  column-gap: 6rem;
  justify-content: center;
  width: 100%;
  max-width: 108rem;
  padding: 0;
}
@media (max-width: 1232px) {
  .c-page-about-message__inner {
    grid-template-columns: 1.125fr 1fr;
    row-gap: 2.5974025974vw;
    column-gap: 4.8701298701vw;
  }
}
@media (max-width: 768px) {
  .c-page-about-message__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .c-page-about-message__inner {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    padding: 0;
  }
}
.c-page-about-message__inner.container {
  padding-right: 0;
  padding-left: 0;
}
.c-page-about-message__header {
  display: contents;
}
@media (max-width: 768px) {
  .c-page-about-message__header {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    width: 100%;
  }
}
.c-page-about-message__heading {
  display: flex;
  flex-direction: column;
  grid-row: 1/2;
  grid-column: 1/2;
  gap: 3.2rem;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}
@media (max-width: 1232px) {
  .c-page-about-message__heading {
    gap: 2.5974025974vw;
  }
}
@media (max-width: 768px) {
  .c-page-about-message__heading {
    gap: 1.6rem;
  }
}
.c-page-about-message__heading-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}
.c-page-about-message__heading-jp {
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-page-about-message__heading-jp {
    font-size: 1.461038961vw;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .c-page-about-message__heading-jp {
    font-size: 1.4rem;
    line-height: 1.3rem;
  }
}
.c-page-about-message__heading-en {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}
@media (max-width: 1232px) {
  .c-page-about-message__heading-en {
    gap: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  .c-page-about-message__heading-en {
    gap: 0.4rem;
  }
}
.c-page-about-message__heading-en span {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--secondary);
  letter-spacing: 0.4rem;
}
@media (max-width: 1232px) {
  .c-page-about-message__heading-en span {
    font-size: 7.7922077922vw;
    letter-spacing: 0.3246753247vw;
  }
}
@media (max-width: 768px) {
  .c-page-about-message__heading-en span {
    font-size: 4.8rem;
    line-height: 5.8rem;
  }
}
.c-page-about-message__heading-en::after {
  width: 32rem;
  height: 0.6rem;
  content: "";
  background: var(--wp--preset--color--secondary);
}
@media (max-width: 1232px) {
  .c-page-about-message__heading-en::after {
    width: 25.974025974vw;
    height: 0.487012987vw;
  }
}
@media (max-width: 768px) {
  .c-page-about-message__heading-en::after {
    width: 16rem;
    height: 0.3rem;
  }
}
.c-page-about-message__heading-main {
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-page-about-message__heading-main {
    font-size: 3.2467532468vw;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .c-page-about-message__heading-main {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
.c-page-about-message__image {
  position: relative;
  grid-row: 1/3;
  grid-column: 2/3;
  width: 48rem;
  height: 63rem;
  overflow: hidden;
  background: var(--wp--preset--color--gray);
  border-radius: 2rem;
}
@media (max-width: 1232px) {
  .c-page-about-message__image {
    width: 100%;
    height: auto;
    aspect-ratio: 480/630;
    border-radius: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-about-message__image:hover img {
    transform: scale(1.05);
  }
}
.c-page-about-message__image img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  object-fit: cover;
}
.c-page-about-message__body {
  display: flex;
  flex-direction: column;
  grid-row: 2/3;
  grid-column: 1/2;
  width: 100%;
}
.c-page-about-message__desc {
  width: 100%;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .c-page-about-message__desc {
    font-size: 1.5rem;
    line-height: 2;
    text-align: justify;
  }
}
.c-page-about-message__signature {
  width: 100%;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: var(--wp--preset--color--primary);
  text-align: right;
}
@media (max-width: 768px) {
  .c-page-about-message__signature {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.c-page-about-message.has-no-image .c-page-about-message__inner {
  grid-template-columns: 1fr;
}

.c-error-404 {
  padding: 5rem 0;
  background-color: var(--wp--preset--color--white);
}
@media (max-width: 768px) {
  .c-error-404 {
    padding: 6rem 0;
  }
}
.c-error-404__row {
  display: flex;
  gap: 8rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-error-404__row {
    flex-direction: column;
    gap: 4rem;
  }
}
.c-error-404__img {
  width: 100%;
  max-width: 50rem;
}
@media (max-width: 768px) {
  .c-error-404__img {
    max-width: 30rem;
  }
}
.c-error-404__img img,
.c-error-404__img svg {
  width: 100%;
  height: auto;
}
.c-error-404__img #spaceman {
  animation: float 6s ease-in-out infinite;
}
.c-error-404__img #starsBig g {
  animation: twinkle 4s ease-in-out infinite;
}
.c-error-404__img #starsBig g:nth-child(2) {
  animation-delay: 1s;
}
.c-error-404__img #starsBig g:nth-child(3) {
  animation-delay: 2s;
}
.c-error-404__img #starsBig g:nth-child(4) {
  animation-delay: 3s;
}
.c-error-404__content {
  max-width: 50rem;
}
@media (max-width: 768px) {
  .c-error-404__content {
    padding: 0 3.2rem;
    text-align: center;
  }
}
.c-error-404__title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 15rem;
  font-weight: 900;
  line-height: 1;
  color: #0E0620;
}
@media (max-width: 768px) {
  .c-error-404__title {
    margin-bottom: 1rem;
    font-size: 8rem;
  }
}
.c-error-404__subtitle {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: #0E0620;
}
@media (max-width: 768px) {
  .c-error-404__subtitle {
    font-size: 2.4rem;
  }
}
.c-error-404__txt {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .c-error-404__txt {
    font-size: 1.6rem;
  }
}
.c-error-404__btn-wrap {
  display: flex;
}
@media (max-width: 768px) {
  .c-error-404__btn-wrap {
    justify-content: center;
  }
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes twinkle {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.c-flow {
  position: relative;
  padding: 12rem 0;
}
@media (max-width: 768px) {
  .c-flow {
    padding: 6rem 3.2rem;
  }
}
.c-flow__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.c-flow__bg-img {
  width: 100%;
  height: 100%;
}
.c-flow__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.c-flow__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  width: 100%;
  max-width: 102.4rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .c-flow__inner {
    gap: 8rem;
  }
}
@media (max-width: 768px) {
  .c-flow__inner {
    gap: 6rem;
    padding: 0;
  }
}
.c-flow__header-sub {
  margin: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1439px) {
  .c-flow__header-sub {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .c-flow__header-sub {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .c-flow__header-sub {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.c-flow__header-title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0;
}
@media (max-width: 768px) {
  .c-flow__header-title {
    gap: 0.4rem;
  }
}
.c-flow__header-main {
  margin: 0;
  font-family: var(--wp--preset--font-family--inter);
  font-size: clamp(4.8rem, 6.66vw, 9.6rem);
  line-height: 1;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 1439px) {
  .c-flow__header-main {
    font-size: 8.4rem;
  }
}
@media (max-width: 991px) {
  .c-flow__header-main {
    font-size: 7.2rem;
  }
}
@media (max-width: 768px) {
  .c-flow__header-main {
    font-size: 4.8rem;
    line-height: 1.1;
  }
}
.c-flow__header-line {
  width: 32rem;
  height: 0.6rem;
  background-color: var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .c-flow__header-line {
    width: 16rem;
    height: 0.3rem;
  }
}
.c-flow__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-flow__item {
  position: relative;
  display: flex;
  gap: 5rem;
  align-items: flex-start;
  min-height: 19.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .c-flow__item {
    gap: 3rem;
    min-height: 17.8rem;
  }
}
@media (max-width: 574px) {
  .c-flow__item {
    gap: 2rem;
    min-height: 14.2rem;
    margin-bottom: 0;
  }
}
.c-flow__item-number {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  width: 9rem;
}
@media (max-width: 768px) {
  .c-flow__item-number {
    width: 6rem;
  }
}
.c-flow__item-label {
  height: 2.2rem;
  margin-bottom: 0.4rem;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: var(--wp--preset--color--secondary);
  text-align: center;
}
@media (max-width: 1439px) {
  .c-flow__item-label {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .c-flow__item-label {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .c-flow__item-label {
    height: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
.c-flow__item-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 9rem;
  background-color: var(--wp--preset--color--secondary);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .c-flow__item-circle {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 768px) {
  .c-flow__item-circle {
    width: 6rem;
    height: 6rem;
  }
}
.c-flow__item-count {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--white);
}
@media (max-width: 1439px) {
  .c-flow__item-count {
    font-size: 3.6rem;
  }
}
@media (max-width: 991px) {
  .c-flow__item-count {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .c-flow__item-count {
    font-size: 3.2rem;
  }
}
.c-flow__item-line {
  position: absolute;
  top: 11.6rem;
  bottom: 0;
  left: 4.5rem;
  z-index: -1;
  width: 0.2rem;
  height: auto;
  background-color: var(--wp--preset--color--secondary);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .c-flow__item-line {
    top: 9.6rem;
  }
}
@media (max-width: 768px) {
  .c-flow__item-line {
    top: 6rem;
    bottom: 0;
    left: 3rem;
    height: auto;
  }
}
.c-flow__item-content {
  padding-top: 4.8rem;
}
@media (max-width: 991px) {
  .c-flow__item-content {
    padding-top: 2.8rem;
  }
}
@media (max-width: 768px) {
  .c-flow__item-content {
    padding-top: 3.2rem;
  }
}
.c-flow__item-title {
  margin: 0;
  margin-bottom: 1.2rem;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1439px) {
  .c-flow__item-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 991px) {
  .c-flow__item-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .c-flow__item-title {
    margin-bottom: 0.6rem;
    font-size: 2rem;
  }
}
.c-flow__item-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1439px) {
  .c-flow__item-text {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .c-flow__item-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  .c-flow__item-text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.c-flow__item:last-child {
  min-height: auto;
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-flow__item:last-child .c-flow__item-line {
  display: none;
}

.c-ease-of-work {
  position: relative;
  padding: 12rem 0;
  overflow: hidden;
  background-color: var(--wp--preset--color--white);
}
@media (max-width: 991px) {
  .c-ease-of-work {
    padding: 5.4rem 0;
  }
}
.c-ease-of-work__bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translateX(-50%);
}
.c-ease-of-work__bg--img {
  width: 100%;
  height: 100%;
}
.c-ease-of-work__bg--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .c-ease-of-work__bg--img img {
    min-height: 80.7rem;
    object-position: top left;
  }
}
.c-ease-of-work__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 11.8rem;
  align-items: center;
  max-width: 111rem;
}
@media (max-width: 991px) {
  .c-ease-of-work__inner {
    gap: 6rem;
    padding: 0 3.2rem;
  }
}
.c-ease-of-work__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  text-align: center;
}
.c-ease-of-work__header-sub {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-ease-of-work__header-sub {
    font-size: clamp(1.4rem, 1.461038961vw, 1.8rem);
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .c-ease-of-work__header-sub {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.c-ease-of-work__header-title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  width: 100%;
}
@media (max-width: 1232px) {
  .c-ease-of-work__header-title {
    gap: clamp(0.4rem, 1.6233766234vw, 2rem);
  }
}
@media (max-width: 768px) {
  .c-ease-of-work__header-title {
    gap: 0.4rem;
  }
}
.c-ease-of-work__header-main {
  width: 100%;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--secondary);
  text-align: center;
}
@media (max-width: 1232px) {
  .c-ease-of-work__header-main {
    font-size: clamp(4.8rem, 7.7922077922vw, 9.6rem);
  }
}
@media (max-width: 768px) {
  .c-ease-of-work__header-main {
    font-size: 4.8rem;
    line-height: 1.2083333333;
  }
}
.c-ease-of-work__header-line {
  width: 32rem;
  height: 0.6rem;
  background: var(--wp--preset--color--secondary);
}
@media (max-width: 1232px) {
  .c-ease-of-work__header-line {
    width: clamp(16rem, 25.974025974vw, 32rem);
    height: clamp(0.3rem, 0.487012987vw, 0.6rem);
  }
}
@media (max-width: 768px) {
  .c-ease-of-work__header-line {
    width: 16rem;
    height: 0.3rem;
  }
}
.c-ease-of-work__list {
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
  width: 100%;
}
@media (max-width: 991px) {
  .c-ease-of-work__list {
    gap: 4.8rem;
  }
}
.c-ease-of-work__item {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1232px) {
  .c-ease-of-work__item {
    gap: clamp(3.2rem, 4.8701298701vw, 6rem);
  }
}
@media (max-width: 991px) {
  .c-ease-of-work__item {
    flex-direction: column-reverse;
    gap: 3.2rem;
  }
}
.c-ease-of-work__item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .c-ease-of-work__item--reverse {
    flex-direction: column-reverse;
  }
}
.c-ease-of-work__item-img {
  position: relative;
  flex-shrink: 0;
  width: 48rem;
  height: 32rem;
  overflow: hidden;
  background: transparent;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .c-ease-of-work__item-img {
    width: 100%;
    height: 40rem;
    border-radius: 1rem;
  }
}
@media (max-width: 574px) {
  .c-ease-of-work__item-img {
    height: 20.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-ease-of-work__item-img:hover img {
    transform: scale(1.05);
  }
}
.c-ease-of-work__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  object-fit: cover;
  object-position: center top;
}
.c-ease-of-work__item-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .c-ease-of-work__item-content {
    gap: 1.2rem;
  }
}
.c-ease-of-work__item-title {
  padding-left: 1.6rem;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
  color: var(--wp--preset--color--primary);
  border-left: 0.4rem solid var(--wp--preset--color--secondary);
}
@media (max-width: 1232px) {
  .c-ease-of-work__item-title {
    font-size: clamp(2.2rem, 2.5974025974vw, 3.2rem);
  }
}
@media (max-width: 991px) {
  .c-ease-of-work__item-title {
    padding-left: 1rem;
    border-left-width: 0.2rem;
  }
}
@media (max-width: 768px) {
  .c-ease-of-work__item-title {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
@media (max-width: 991px) {
  .c-ease-of-work__item-title .u-hide-sp {
    display: none;
  }
}
.c-ease-of-work__item-text {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: var(--wp--preset--color--primary);
  text-align: justify;
}
@media (max-width: 1232px) {
  .c-ease-of-work__item-text {
    font-size: clamp(1.5rem, 1.461038961vw, 1.8rem);
  }
}
@media (max-width: 768px) {
  .c-ease-of-work__item-text {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.c-welfare {
  position: relative;
  padding: 12rem 0;
  overflow: hidden;
  background-color: var(--wp--preset--color--white);
}
@media (max-width: 768px) {
  .c-welfare {
    padding: 6rem 0;
  }
}
.c-welfare__bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translateX(-50%) scaleX(-1);
}
.c-welfare__bg--img {
  width: 100%;
  height: 100%;
}
.c-welfare__bg--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .c-welfare__bg--img img {
    min-height: 80.7rem;
    object-position: top left;
  }
}
.c-welfare__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  align-items: center;
  max-width: 123rem;
}
@media (max-width: 768px) {
  .c-welfare__inner {
    gap: 6rem;
    padding: 0 3.2rem;
  }
}
.c-welfare__txt {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: flex-start;
  width: 100%;
  max-width: 99rem;
}
@media (max-width: 768px) {
  .c-welfare__txt {
    gap: 1.6rem;
    padding: 0;
  }
}
.c-welfare__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.c-welfare__header-sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-welfare__header-sub {
    font-size: clamp(1.4rem, 1.461038961vw, 1.8rem);
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .c-welfare__header-sub {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.c-welfare__header-title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 1232px) {
  .c-welfare__header-title {
    gap: clamp(0.4rem, 1.6233766234vw, 2rem);
  }
}
@media (max-width: 768px) {
  .c-welfare__header-title {
    gap: 0.4rem;
  }
}
.c-welfare__header-main {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 1232px) {
  .c-welfare__header-main {
    font-size: clamp(4.8rem, 7.7922077922vw, 9.6rem);
  }
}
@media (max-width: 768px) {
  .c-welfare__header-main {
    font-size: 4.8rem;
    line-height: 1.2083333333;
  }
}
.c-welfare__header-line {
  width: 32rem;
  height: 0.6rem;
  background: var(--wp--preset--color--secondary);
}
@media (max-width: 1232px) {
  .c-welfare__header-line {
    width: clamp(16rem, 25.974025974vw, 32rem);
    height: clamp(0.3rem, 0.487012987vw, 0.6rem);
  }
}
@media (max-width: 768px) {
  .c-welfare__header-line {
    width: 16rem;
    height: 0.3rem;
  }
}
.c-welfare__lead {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-welfare__lead {
    font-size: clamp(1.5rem, 1.461038961vw, 1.8rem);
  }
}
@media (max-width: 768px) {
  .c-welfare__lead {
    font-size: 1.5rem;
    line-height: 2;
    text-align: justify;
  }
}
.c-welfare__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.2rem;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1232px) {
  .c-welfare__list {
    gap: clamp(1.6rem, 2.5974025974vw, 3.2rem);
  }
}
@media (max-width: 768px) {
  .c-welfare__list {
    flex-direction: column;
    gap: 3.2rem;
    align-items: center;
  }
}
.c-welfare__card {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
  width: calc((100% - 6.4rem) / 3);
  padding: 6.4rem 3.2rem;
  background: var(--wp--preset--color--white);
  border-radius: 2rem;
  box-shadow: 0 0 10px color-mix(in srgb, var(--wp--preset--color--secondary) 50%, transparent);
}
@media (max-width: 1232px) {
  .c-welfare__card {
    gap: clamp(3.2rem, 5.1948051948vw, 6.4rem);
    width: calc((100% - clamp(1.6rem, 2.5974025974vw, 3.2rem) * 2) / 3);
    padding: clamp(3.2rem, 5.1948051948vw, 6.4rem) clamp(1.6rem, 2.5974025974vw, 3.2rem);
  }
}
@media (max-width: 768px) {
  .c-welfare__card {
    gap: 3.2rem;
    width: 100%;
    padding: 3.2rem 3rem;
    border-radius: 1.4rem;
  }
}
.c-welfare__card:first-child:nth-last-child(2), .c-welfare__card:first-child:nth-last-child(2) ~ .c-welfare__card, .c-welfare__card:first-child:nth-last-child(4), .c-welfare__card:first-child:nth-last-child(4) ~ .c-welfare__card {
  width: calc((100% - 6.4rem) / 2);
}
@media (max-width: 1232px) {
  .c-welfare__card:first-child:nth-last-child(2), .c-welfare__card:first-child:nth-last-child(2) ~ .c-welfare__card, .c-welfare__card:first-child:nth-last-child(4), .c-welfare__card:first-child:nth-last-child(4) ~ .c-welfare__card {
    width: calc((100% - clamp(1.6rem, 2.5974025974vw, 3.2rem)) / 2);
  }
}
@media (max-width: 768px) {
  .c-welfare__card:first-child:nth-last-child(2), .c-welfare__card:first-child:nth-last-child(2) ~ .c-welfare__card, .c-welfare__card:first-child:nth-last-child(4), .c-welfare__card:first-child:nth-last-child(4) ~ .c-welfare__card {
    width: 100%;
  }
}
.c-welfare__card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9.2rem;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
  color: var(--wp--preset--color--primary);
  text-align: center;
}
@media (max-width: 1232px) {
  .c-welfare__card-title {
    font-size: clamp(2.2rem, 2.5974025974vw, 3.2rem);
  }
}
@media (max-width: 768px) {
  .c-welfare__card-title {
    min-height: auto;
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
.c-welfare__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
}
.c-welfare__card-icon img {
  width: 100%;
  height: auto;
}
.c-welfare__card-text {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-welfare__card-text {
    font-size: clamp(1.5rem, 1.461038961vw, 1.8rem);
  }
}
@media (max-width: 768px) {
  .c-welfare__card-text {
    font-size: 1.5rem;
    line-height: 2;
    text-align: justify;
  }
}
.c-welfare .u-hide-pc {
  display: none;
}
@media (max-width: 768px) {
  .c-welfare .u-hide-pc {
    display: block;
  }
}
@media (max-width: 768px) {
  .c-welfare .u-hide-sp {
    display: none;
  }
}

.c-faq {
  position: relative;
  padding: 12rem 0;
  overflow: hidden;
  background-color: var(--wp--preset--color--white);
}
@media (max-width: 768px) {
  .c-faq {
    padding: 5.4rem 0;
  }
}
.c-faq__bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translateX(-50%);
}
.c-faq__bg--img {
  width: 100%;
  height: 100%;
}
.c-faq__bg--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .c-faq__bg--img img {
    min-height: 80.7rem;
    object-position: top left;
  }
}
.c-faq__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 11.7rem;
  align-items: center;
  max-width: 99rem;
}
@media (max-width: 768px) {
  .c-faq__inner {
    gap: 6rem;
    padding: 0 3.2rem;
  }
}
.c-faq__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.c-faq__header-sub {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-faq__header-sub {
    font-size: clamp(1.4rem, 1.461038961vw, 1.8rem);
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .c-faq__header-sub {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.c-faq__header-title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 1232px) {
  .c-faq__header-title {
    gap: clamp(0.4rem, 1.6233766234vw, 2rem);
  }
}
@media (max-width: 768px) {
  .c-faq__header-title {
    gap: 0.4rem;
  }
}
.c-faq__header-main {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 1232px) {
  .c-faq__header-main {
    font-size: clamp(4.8rem, 7.7922077922vw, 9.6rem);
  }
}
@media (max-width: 768px) {
  .c-faq__header-main {
    font-size: 4.8rem;
    line-height: 1.2083333333;
  }
}
.c-faq__header-line {
  width: 32rem;
  height: 0.6rem;
  background: var(--wp--preset--color--secondary);
}
@media (max-width: 1232px) {
  .c-faq__header-line {
    width: clamp(16rem, 25.974025974vw, 32rem);
    height: clamp(0.3rem, 0.487012987vw, 0.6rem);
  }
}
@media (max-width: 768px) {
  .c-faq__header-line {
    width: 16rem;
    height: 0.3rem;
  }
}
.c-faq__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}
@media (max-width: 768px) {
  .c-faq__list {
    gap: 2.4rem;
  }
}
.c-faq__item {
  margin-bottom: -1px;
  border-bottom: 1px dashed var(--wp--preset--color--secondary);
}
.c-faq__q {
  position: relative;
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  padding-bottom: 4rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-faq__q {
    gap: 2rem;
    padding-bottom: 2.4rem;
  }
}
.c-faq__q-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background: var(--wp--preset--color--secondary);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .c-faq__q-icon {
    width: 4rem;
    height: 4rem;
  }
  .c-faq__q-icon span {
    font-size: 2.8rem;
  }
}
.c-faq__q-icon span {
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--white);
}
@media (max-width: 1232px) {
  .c-faq__q-icon span {
    font-size: clamp(2.8rem, 2.5974025974vw, 3.2rem);
  }
}
.c-faq__q-text {
  flex: 1;
  max-width: 76rem;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-faq__q-text {
    font-size: clamp(2rem, 2.1103896104vw, 2.6rem);
  }
}
@media (max-width: 768px) {
  .c-faq__q-text {
    flex: 1;
    font-size: 2rem;
    line-height: 1.45;
  }
}
.c-faq__q-btn {
  position: relative;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  margin-top: -0.2em;
}
@media (max-width: 768px) {
  .c-faq__q-btn {
    width: 2rem;
    height: 2rem;
    margin-top: 0;
  }
  .c-faq__q-btn::before {
    top: 1.2rem;
    left: 0.3rem;
    width: 2rem;
    height: 0.2rem;
  }
  .c-faq__q-btn::after {
    top: 0.3rem;
    left: 1.2rem;
    width: 0.2rem;
    height: 2rem;
  }
}
.c-faq__q-btn::before, .c-faq__q-btn::after {
  position: absolute;
  content: "";
  background: var(--wp--preset--color--blue);
  transition: all 0.3s ease;
}
.c-faq__q-btn::before {
  top: 1.85rem;
  left: 0.5rem;
  width: 3rem;
  height: 0.3rem;
}
@media (max-width: 768px) {
  .c-faq__q-btn::before {
    top: 1.4rem;
    left: 0;
    width: 2rem;
    height: 0.2rem;
  }
}
.c-faq__q-btn::after {
  top: 0.5rem;
  left: 1.85rem;
  width: 0.3rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .c-faq__q-btn::after {
    top: 0.5rem;
    left: 0.9rem;
    width: 0.2rem;
    height: 2rem;
  }
}
.c-faq__q.is-active .c-faq__q-btn::after {
  opacity: 0;
  transform: rotate(90deg);
}
.c-faq__a {
  display: none;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .c-faq__a {
    padding-bottom: 2.4rem;
  }
}
.c-faq__a-inner {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .c-faq__a-inner {
    gap: 2rem;
    width: 100%;
  }
}
.c-faq__a-inner::after {
  flex-shrink: 0;
  width: 4rem;
  content: "";
}
@media (max-width: 768px) {
  .c-faq__a-inner::after {
    width: 2rem;
  }
}
.c-faq__a-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background: var(--wp--preset--color--gray-2);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .c-faq__a-icon {
    width: 4rem;
    height: 4rem;
  }
  .c-faq__a-icon span {
    font-size: 2.8rem;
  }
}
.c-faq__a-icon span {
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--white);
}
.c-faq__a-text {
  max-width: 76rem;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-faq__a-text {
    font-size: clamp(1.5rem, 1.461038961vw, 1.8rem);
  }
}
@media (max-width: 768px) {
  .c-faq__a-text {
    flex: 1;
    font-size: 1.5rem;
    line-height: 2;
  }
}

.c-job-info {
  position: relative;
  padding: 12rem 0;
  overflow: hidden;
  background-color: var(--wp--preset--color--white);
}
@media (max-width: 768px) {
  .c-job-info {
    padding: 0;
  }
}
.c-job-info__bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translateX(-50%) scaleX(-1);
}
.c-job-info__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-job-info__bg img {
    min-height: 80.7rem;
    object-position: top left;
  }
}
.c-job-info__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 11.8rem;
  align-items: center;
  max-width: 123rem;
}
@media (max-width: 768px) {
  .c-job-info__inner {
    gap: 6rem;
    padding: 6rem 3.2rem;
  }
}
.c-job-info__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.c-job-info__header-sub {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-job-info__header-sub {
    font-size: clamp(1.4rem, 1.461038961vw, 1.8rem);
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .c-job-info__header-sub {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.c-job-info__header-title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 1232px) {
  .c-job-info__header-title {
    gap: clamp(0.4rem, 1.6233766234vw, 2rem);
  }
}
@media (max-width: 768px) {
  .c-job-info__header-title {
    gap: 0.4rem;
  }
}
.c-job-info__header-main {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 1232px) {
  .c-job-info__header-main {
    font-size: clamp(4.8rem, 7.7922077922vw, 9.6rem);
  }
}
@media (max-width: 768px) {
  .c-job-info__header-main {
    font-size: 4.8rem;
    line-height: 1.2083333333;
  }
}
.c-job-info__header-line {
  width: 32rem;
  height: 0.6rem;
  background: var(--wp--preset--color--secondary);
}
@media (max-width: 1232px) {
  .c-job-info__header-line {
    width: clamp(16rem, 25.974025974vw, 32rem);
    height: clamp(0.3rem, 0.487012987vw, 0.6rem);
  }
}
@media (max-width: 768px) {
  .c-job-info__header-line {
    width: 16rem;
    height: 0.3rem;
  }
}
.c-job-info__card {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  width: 100%;
  padding: 12rem;
  background: var(--wp--preset--color--white);
  border-radius: 2rem;
  box-shadow: 0 0 10px color-mix(in srgb, var(--wp--preset--color--secondary) 50%, transparent);
}
@media (max-width: 1232px) {
  .c-job-info__card {
    gap: 3.2rem;
    padding: 6rem 3.2rem;
  }
}
@media (max-width: 768px) {
  .c-job-info__card {
    gap: 3.2rem;
    padding: 6rem 3.2rem;
    border-radius: 1rem;
  }
}
.c-job-info__title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-job-info__title {
    font-size: clamp(2rem, 2.1103896104vw, 2.6rem);
  }
}
@media (max-width: 768px) {
  .c-job-info__title {
    font-size: 2rem;
  }
}
.c-job-info__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-job-info__item {
  padding-top: 4rem;
  border-bottom: 1px solid var(--wp--preset--color--gray-2);
  transition: padding-bottom 0.3s ease;
}
.c-job-info__item.is-active {
  padding-bottom: 2.4rem;
  border-bottom: none;
}
@media (max-width: 768px) {
  .c-job-info__item.is-active {
    padding-bottom: 0;
  }
}
.c-job-info__item:first-child {
  padding-top: 0;
}
.c-job-info__item:last-child.is-active {
  padding-bottom: 0;
}
.c-job-info__item:last-child.is-active .c-job-info__a-btn {
  margin-bottom: 0;
}
.c-job-info__q {
  position: relative;
  display: flex;
  gap: 5rem;
  align-items: flex-start;
  padding-bottom: 4rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-job-info__q {
    gap: 3.2rem;
    width: 100%;
    padding-bottom: 3.6rem;
  }
}
.c-job-info__q.is-active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 3.2rem);
  height: 1px;
  content: "";
  background: var(--wp--preset--color--gray-2);
}
@media (max-width: 768px) {
  .c-job-info__q.is-active::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-job-info__q-left {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .c-job-info__q-left {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .c-job-info__q-left {
    flex-direction: column;
    gap: 3.2rem;
    width: 100%;
  }
}
.c-job-info__q-name {
  display: block;
  width: 28rem;
  padding-left: 1.6rem;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--wp--preset--color--primary);
  border-left: 0.4rem solid var(--wp--preset--color--secondary);
}
@media (max-width: 1232px) {
  .c-job-info__q-name {
    min-width: calc(clamp(14rem, 19.9675324675vw, 24.6rem) + 3.2rem);
    font-size: clamp(1.8rem, 1.6233766234vw, 2rem);
  }
}
@media (max-width: 768px) {
  .c-job-info__q-name {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: 22.1rem;
    padding-right: 1.6rem;
    padding-left: 1.35rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    border-left-width: 0.3rem;
  }
}
.c-job-info__q-tags {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 54rem;
}
@media (max-width: 768px) {
  .c-job-info__q-tags {
    padding: 0 1.6rem;
  }
}
.c-job-info__q-tag {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.4rem 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--wp--preset--color--primary);
  text-align: center;
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 0.6rem;
}
@media (max-width: 1232px) {
  .c-job-info__q-tag {
    font-size: clamp(1.2rem, 1.1363636364vw, 1.4rem);
  }
}
@media (max-width: 768px) {
  .c-job-info__q-tag {
    min-height: 2.6rem;
    padding: 0.3rem 1.1rem 0.5rem;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.c-job-info__q-btn {
  position: relative;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .c-job-info__q-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
  }
  .c-job-info__q-btn::before {
    top: 1.2rem;
    left: 0.3rem;
    width: 2rem;
    height: 0.2rem;
  }
  .c-job-info__q-btn::after {
    top: 0.3rem;
    left: 1.2rem;
    width: 0.2rem;
    height: 2rem;
  }
}
.c-job-info__q-btn::before, .c-job-info__q-btn::after {
  position: absolute;
  content: "";
  background: var(--wp--preset--color--blue);
  transition: all 0.3s ease;
}
.c-job-info__q-btn::before {
  top: 1.85rem;
  left: 0.5rem;
  width: 3rem;
  height: 0.3rem;
}
@media (max-width: 768px) {
  .c-job-info__q-btn::before {
    top: 1.4rem;
    left: 0;
    width: 2rem;
    height: 0.2rem;
  }
}
.c-job-info__q-btn::after {
  top: 0.5rem;
  left: 1.85rem;
  width: 0.3rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .c-job-info__q-btn::after {
    top: 0.5rem;
    left: 0.9rem;
    width: 0.2rem;
    height: 2rem;
  }
}
.c-job-info__q.is-active .c-job-info__q-btn::after {
  opacity: 0;
  transform: rotate(90deg);
}
.c-job-info__a {
  display: none;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .c-job-info__a {
    padding-top: 2.6rem;
  }
}
.c-job-info__a-table {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 768px) {
  .c-job-info__a-table {
    gap: 2.4rem;
  }
}
.c-job-info__a-row {
  position: relative;
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  padding: 0 8rem 4rem 3.2rem;
}
@media (max-width: 991px) {
  .c-job-info__a-row {
    gap: 2rem;
    padding-right: 6rem;
  }
}
@media (max-width: 768px) {
  .c-job-info__a-row {
    flex-direction: column;
    gap: 1rem;
    padding: 0 1.65rem 3.2rem;
  }
  .c-job-info__a-row:nth-child(-n+2) {
    padding-bottom: 2.3rem;
  }
  .c-job-info__a-row::after {
    left: 1.6rem;
    width: calc(100% - 3.2rem);
  }
}
.c-job-info__a-row::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 3.2rem);
  height: 1px;
  content: "";
  background: var(--wp--preset--color--gray-2);
}
.c-job-info__a-label {
  flex-shrink: 0;
  width: 24.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-job-info__a-label {
    width: clamp(14rem, 19.9675324675vw, 24.6rem);
    font-size: clamp(1.5rem, 1.2987012987vw, 1.6rem);
  }
}
@media (max-width: 768px) {
  .c-job-info__a-label {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.c-job-info__a-content {
  flex: 1;
  max-width: 54rem;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-job-info__a-content {
    font-size: clamp(1.5rem, 1.2987012987vw, 1.6rem);
  }
}
@media (max-width: 768px) {
  .c-job-info__a-content {
    font-size: 1.5rem;
    line-height: 2;
    text-align: justify;
  }
}
.c-job-info__a-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-job-info__a-item {
  position: relative;
  padding-left: 0;
}
.c-job-info__a-btn {
  display: flex;
  justify-content: center;
  margin: 6.4rem 0;
}
@media (max-width: 768px) {
  .c-job-info__a-btn {
    margin: 3.2rem 0;
  }
}
@media (max-width: 768px) {
  .c-job-info__a-btn .c-btn {
    height: 6.3rem;
    padding: 2rem 3rem 2rem 5rem;
  }
}

.c-page-jobs-works {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12rem 8rem;
}
@media (max-width: 768px) {
  .c-page-jobs-works {
    padding: 6rem 3.2rem;
  }
}
.c-page-jobs-works__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.c-page-jobs-works__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-page-jobs-works__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-page-jobs-works__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  align-items: center;
  width: 100%;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .c-page-jobs-works__inner {
    gap: 6rem;
  }
}
.c-page-jobs-works__inner.container-2lg {
  padding-inline: 0;
}
.c-page-jobs-works__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 96rem;
  text-align: center;
}
.c-page-jobs-works__label {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
}
@media (max-width: 1439px) {
  .c-page-jobs-works__label {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-works__label {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-works__label {
    margin-top: -0.9rem;
    font-size: 1.4rem;
  }
}
.c-page-jobs-works__title-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .c-page-jobs-works__title-block {
    gap: 0;
  }
}
.c-page-jobs-works__title {
  margin: 0;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 1439px) {
  .c-page-jobs-works__title {
    font-size: 8.4rem;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-works__title {
    font-size: 7.2rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-works__title {
    font-size: 4.8rem;
    line-height: 5.8rem;
  }
}
.c-page-jobs-works__underline {
  display: block;
  width: 32rem;
  height: 0.6rem;
  background-color: var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .c-page-jobs-works__underline {
    width: 16rem;
    height: 0.3rem;
  }
}
.c-page-jobs-works__items {
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .c-page-jobs-works__items {
    gap: 4.8rem;
  }
}
.c-page-jobs-works__item {
  display: flex;
  flex-direction: row;
  gap: 4.8rem;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .c-page-jobs-works__item {
    flex-direction: column;
    gap: 3.2rem;
    margin-bottom: 0;
  }
}
.c-page-jobs-works__item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .c-page-jobs-works__item--reverse {
    flex-direction: column;
  }
}
.c-page-jobs-works__item--reverse .c-page-jobs-works__body {
  padding: 0 3.2rem 0 0;
}
@media (max-width: 991px) {
  .c-page-jobs-works__item--reverse .c-page-jobs-works__body {
    padding: 0;
  }
}
.c-page-jobs-works__body {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 63.2rem;
  flex-direction: column;
  gap: 3.2rem;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 63.2rem;
  padding: 0 0 0 3.2rem;
}
@media (max-width: 991px) {
  .c-page-jobs-works__body {
    flex: none;
    gap: 1.6rem;
    max-width: none;
    padding: 0;
  }
}
.c-page-jobs-works {
  /* works_number */
}
.c-page-jobs-works__number {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  align-items: flex-start;
  width: auto;
  height: 8.2rem;
  padding: 0 0 0 2rem;
  border-left: 4px solid var(--wp--preset--color--secondary);
}
@media (max-width: 1439px) {
  .c-page-jobs-works__number {
    height: 7.6rem;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-works__number {
    height: 7.1rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-works__number {
    width: auto;
    height: 4.6rem;
    padding: 0 0 0 1rem;
    border-left-width: 0.2rem;
  }
}
.c-page-jobs-works__number-label {
  flex: none;
  flex-grow: 0;
  align-self: stretch;
  order: 0;
  height: 2.2rem;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.2rem;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 1439px) {
  .c-page-jobs-works__number-label {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-works__number-label {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-works__number-label {
    width: auto;
    height: auto;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.c-page-jobs-works__number-value {
  flex: none;
  flex-grow: 0;
  align-self: stretch;
  order: 1;
  height: 6rem;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 7.3rem;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 1439px) {
  .c-page-jobs-works__number-value {
    font-size: 5.5rem;
    line-height: 6.6rem;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-works__number-value {
    font-size: 5rem;
    line-height: 6.1rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-works__number-value {
    width: auto;
    height: auto;
    margin-top: -0.5rem;
    font-size: 4.2rem;
    line-height: 1;
  }
}
.c-page-jobs-works__copy {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  padding: 0;
}
@media (max-width: 991px) {
  .c-page-jobs-works__copy {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-works__copy {
    gap: 1.2rem;
  }
}
.c-page-jobs-works__item-title {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.6rem;
}
@media (max-width: 1439px) {
  .c-page-jobs-works__item-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-works__item-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-works__item-title {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.c-page-jobs-works__text {
  margin: 0;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1439px) {
  .c-page-jobs-works__text {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-works__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-works__text {
    font-size: 1.5rem;
    text-align: justify;
  }
}
.c-page-jobs-works__media {
  flex: 0 0 auto;
  width: 60rem;
  max-width: 100%;
  aspect-ratio: 600/400;
  margin: 0;
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 1232px) {
  .c-page-jobs-works__media {
    width: 55.55%;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-works__media {
    align-self: center;
    width: 100%;
    height: 40rem;
    aspect-ratio: auto;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-works__media {
    width: 100%;
    height: 20.8rem;
    aspect-ratio: auto;
    border-radius: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-jobs-works__media:hover img {
    transform: scale(1.05);
  }
}
.c-page-jobs-works__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.c-page-jobs-satisfaction {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12rem 6.4rem;
}
@media (max-width: 768px) {
  .c-page-jobs-satisfaction {
    padding: 6rem 3.2rem;
  }
}
.c-page-jobs-satisfaction__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.c-page-jobs-satisfaction__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-page-jobs-satisfaction__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .c-page-jobs-satisfaction__bg-img img {
    max-height: 80.7rem;
  }
}
.c-page-jobs-satisfaction__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  align-items: center;
  width: 100%;
  max-width: 131.2rem;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .c-page-jobs-satisfaction__inner {
    gap: 6rem;
  }
}
.c-page-jobs-satisfaction__inner.container-xl {
  padding-inline: 0;
}
.c-page-jobs-satisfaction {
  /* Hero / job_title */
}
.c-page-jobs-satisfaction__hero {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 131.2rem;
  min-height: 50rem;
  padding: 12rem;
  overflow: hidden;
  isolation: isolate;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .c-page-jobs-satisfaction__hero {
    align-items: flex-start;
    justify-content: center;
    width: calc(100% + 3.2rem);
    min-height: 20rem;
    padding: 3.2rem;
    margin-right: -1.6rem;
    margin-left: -1.6rem;
    border-radius: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-jobs-satisfaction__hero:hover .c-page-jobs-satisfaction__hero-img {
    transform: scale(1.05);
  }
}
.c-page-jobs-satisfaction__hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--wp--preset--color--gray);
  border-radius: inherit;
}
.c-page-jobs-satisfaction__hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.c-page-jobs-satisfaction__hero-scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%);
  border-radius: inherit;
}
.c-page-jobs-satisfaction__hero-heading {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  max-width: 55.7rem;
}
.c-page-jobs-satisfaction__label {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: var(--wp--preset--color--white);
}
@media (max-width: 1439px) {
  .c-page-jobs-satisfaction__label {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-satisfaction__label {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-satisfaction__label {
    font-size: 1.4rem;
    line-height: 1.3rem;
  }
}
.c-page-jobs-satisfaction__title-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 0;
}
@media (max-width: 768px) {
  .c-page-jobs-satisfaction__title-block {
    gap: 0.4rem;
  }
}
.c-page-jobs-satisfaction__title {
  margin: 0;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--white);
}
@media (max-width: 1439px) {
  .c-page-jobs-satisfaction__title {
    font-size: 8.4rem;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-satisfaction__title {
    font-size: 7.2rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-satisfaction__title {
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: 0.15rem;
  }
}
.c-page-jobs-satisfaction__underline {
  display: block;
  width: 32rem;
  height: 0.6rem;
  background-color: var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .c-page-jobs-satisfaction__underline {
    width: 16rem;
    height: 0.3rem;
  }
}
.c-page-jobs-satisfaction__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12rem;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 108rem;
}
@media (max-width: 768px) {
  .c-page-jobs-satisfaction__items {
    flex-direction: column;
    gap: 4.8rem;
    align-items: center;
  }
}
.c-page-jobs-satisfaction__item {
  display: flex;
  flex: 0 1 48rem;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-start;
  width: 48rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .c-page-jobs-satisfaction__item {
    flex: 1 1 auto;
    gap: 2.4rem;
    width: 100%;
  }
}
.c-page-jobs-satisfaction__figure {
  position: relative;
  width: 48rem;
  max-width: 100%;
  height: 48rem;
  aspect-ratio: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: var(--wp--preset--color--gray);
  border-radius: 50%;
}
@media (max-width: 1232px) {
  .c-page-jobs-satisfaction__figure {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-satisfaction__figure {
    width: 85%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-satisfaction__figure {
    align-self: center;
    width: 28rem;
    height: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-jobs-satisfaction__figure:hover img {
    transform: scale(1.05);
  }
}
.c-page-jobs-satisfaction__figure img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  transition: transform 0.5s ease;
  object-fit: cover;
  object-position: center;
}
.c-page-jobs-satisfaction__copy {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
}
@media (max-width: 991px) {
  .c-page-jobs-satisfaction__copy {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-satisfaction__copy {
    gap: 1.2rem;
  }
}
.c-page-jobs-satisfaction__item-title {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.6rem;
}
@media (max-width: 1439px) {
  .c-page-jobs-satisfaction__item-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-satisfaction__item-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-satisfaction__item-title {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.c-page-jobs-satisfaction__text {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1439px) {
  .c-page-jobs-satisfaction__text {
    font-size: 1.7rem;
  }
  .c-page-jobs-satisfaction__text br {
    display: none;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-satisfaction__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-satisfaction__text {
    font-size: 1.5rem;
    text-align: justify;
  }
}

.c-page-jobs-personality {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12rem 0;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .c-page-jobs-personality {
    padding: 6rem 0;
  }
}
.c-page-jobs-personality__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.c-page-jobs-personality__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-page-jobs-personality__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__bg-img img {
    max-height: 150rem;
  }
}
.c-page-jobs-personality__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .c-page-jobs-personality__inner {
    gap: 0;
  }
}
.c-page-jobs-personality__inner.container-xl, .c-page-jobs-personality__inner.container-sm {
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__inner.container-xl, .c-page-jobs-personality__inner.container-sm {
    padding-inline: 3.2rem;
  }
  .c-page-jobs-personality__inner.container-xl.container-sm, .c-page-jobs-personality__inner.container-sm.container-sm {
    margin-top: -1.2rem;
  }
}
.c-page-jobs-personality__upper {
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__upper {
    gap: 6rem;
  }
}
.c-page-jobs-personality__lower {
  width: 100%;
}
.c-page-jobs-personality__lower.container-sm {
  max-width: 99.2rem;
  padding: 0 1.6rem;
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__lower.container-sm {
    padding: 0;
  }
}
.c-page-jobs-personality__intro {
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
  align-items: flex-start;
  width: 100%;
  max-width: 99.2rem;
  padding: 0 1.6rem;
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__intro {
    gap: 4.8rem;
    padding: 0;
  }
}
.c-page-jobs-personality__intro.container-sm {
  margin: 0 auto !important;
}
.c-page-jobs-personality__txt-area {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__txt-area {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-personality__txt-area {
    padding-right: 0;
    padding-left: 0;
  }
}
.c-page-jobs-personality__txt {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: flex-start;
  width: 100%;
  max-width: none;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__txt {
    gap: 1.6rem;
  }
}
.c-page-jobs-personality__heading-group {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__heading-group {
    gap: 2rem;
  }
}
.c-page-jobs-personality__heading-top {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  width: 100%;
}
.c-page-jobs-personality__label {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1439px) {
  .c-page-jobs-personality__label {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-personality__label {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-personality__label {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.c-page-jobs-personality__title-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__title-block {
    gap: 1rem;
  }
}
.c-page-jobs-personality__title {
  margin: 0;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 1439px) {
  .c-page-jobs-personality__title {
    font-size: 8.4rem;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-personality__title {
    font-size: 7.2rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-personality__title {
    font-size: 7.2rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-personality__title {
    font-size: 4.8rem;
    line-height: 1;
  }
}
.c-page-jobs-personality__underline {
  display: block;
  width: 32rem;
  height: 0.6rem;
  background-color: var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .c-page-jobs-personality__underline {
    width: 16rem;
    height: 0.3rem;
  }
}
.c-page-jobs-personality__subhead {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 6rem;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1439px) {
  .c-page-jobs-personality__subhead {
    font-size: 3.6rem;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-personality__subhead {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-personality__subhead {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
.c-page-jobs-personality__lead {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1439px) {
  .c-page-jobs-personality__lead {
    font-size: 1.7rem;
  }
  .c-page-jobs-personality__lead br {
    display: none;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-personality__lead {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-personality__lead {
    font-size: 1.5rem;
    line-height: 2.4;
    text-align: justify;
  }
}
.c-page-jobs-personality__gallery-wrap {
  width: 100vw;
  height: 380px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__gallery-wrap {
    height: auto;
  }
}
.c-page-jobs-personality__gallery {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__gallery {
    max-width: 100%;
    padding-bottom: 1rem;
  }
}
.c-page-jobs-personality__gallery .swiper-wrapper {
  transition-timing-function: linear !important;
}
.c-page-jobs-personality__gallery-card {
  flex: none !important;
  width: 570px !important;
  height: 380px !important;
  overflow: hidden;
  background-color: var(--wp--preset--color--gray);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__gallery-card {
    width: 31.1rem !important;
    height: 20.733rem !important;
    border-radius: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-jobs-personality__gallery-card:hover img {
    transform: scale(1.05);
  }
}
.c-page-jobs-personality__gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.c-page-jobs-personality__item-list {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
  align-items: flex-start;
  width: 100%;
  padding: 9.6rem 0 0;
  margin: 0 auto;
  list-style: none;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__item-list {
    gap: 4.8rem;
    padding: 4.8rem 0 0;
  }
}
.c-page-jobs-personality__item {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__item {
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
  }
}
.c-page-jobs-personality__icon {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24rem;
  min-height: 17.4rem;
  padding: 0 6rem;
  border-left: 0.4rem solid var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .c-page-jobs-personality__icon {
    align-items: center;
    align-self: center;
    justify-content: flex-start;
    width: 100%;
    min-height: auto;
    padding: 0 9.5rem;
    border-top: none;
    border-left: 0.2rem solid var(--wp--preset--color--secondary);
  }
}
.c-page-jobs-personality__icon-img {
  display: block;
  flex: none;
  flex-grow: 0;
  order: 0;
  width: 12rem;
  height: 12rem;
  object-fit: contain;
}
.c-page-jobs-personality__item-txt {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2.4rem;
  align-items: flex-start;
  min-width: 0;
  max-width: none;
  padding-left: 0;
}
@media (max-width: 768px) {
  .c-page-jobs-personality__item-txt {
    gap: 1.2rem;
    max-width: 100%;
  }
}
.c-page-jobs-personality__item-title {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.6rem;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1439px) {
  .c-page-jobs-personality__item-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-personality__item-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-personality__item-title {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.c-page-jobs-personality__item-desc {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1439px) {
  .c-page-jobs-personality__item-desc {
    font-size: 1.7rem;
  }
  .c-page-jobs-personality__item-desc br {
    display: none;
  }
}
@media (max-width: 991px) {
  .c-page-jobs-personality__item-desc {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .c-page-jobs-personality__item-desc {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-post-list {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .p-post-list {
    padding: 6rem 0;
  }
}
.p-post-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
}
@media (max-width: 768px) {
  .p-post-list__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.p-post-list__item {
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-post-list__item:hover {
    transform: translateY(-0.5rem);
  }
  .p-post-list__item:hover .p-post-list__img img {
    transform: scale(1.05);
  }
}
.p-post-list__img {
  aspect-ratio: 16/10;
  margin-bottom: 2rem;
  overflow: hidden;
  background: #EEE;
  border-radius: 1rem;
}
.p-post-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.p-post-list__meta {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
.p-post-list__date {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1.4rem;
  color: #888;
}
.p-post-list__cat {
  padding: 0.2rem 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  background: #F0F0F0;
  border-radius: 2rem;
}
.p-post-list__title {
  display: box;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-post-list--list .p-post-list__grid {
  display: block;
}
.p-post-list--list .p-post-list__item {
  display: grid;
  grid-template-columns: 32rem 1fr;
  gap: 4rem;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #EEE;
}
@media (max-width: 768px) {
  .p-post-list--list .p-post-list__item {
    grid-template-columns: 10rem 1fr;
    gap: 2rem;
    padding: 2rem 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-post-list--list .p-post-list__item:hover {
    transform: none;
  }
  .p-post-list--list .p-post-list__item:hover .p-post-list__title {
    color: var(--wp--preset--color--secondary);
  }
}
.p-post-list--list .p-post-list__item:first-child {
  border-top: 1px solid #EEE;
}
.p-post-list--list .p-post-list__img {
  position: relative;
  margin-bottom: 0;
  background-image: url("../../img/blocks/page-heading/heading-bg.png");
  background-position: center;
  background-size: cover;
}
.p-post-list--list .p-post-list__img::before {
  display: block;
  padding-top: 62.5%;
  content: "";
}
.p-post-list--list .p-post-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-post-list--list .p-post-list__title {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .p-post-list--list .p-post-list__title {
    font-size: 1.6rem;
  }
}

.p-search-query {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
}
.p-search-query span {
  margin-left: 1rem;
  color: var(--wp--preset--color--secondary);
}

.p-page, .p-single {
  padding: 6rem 3.2rem;
}

.p-pagination {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-pagination {
    margin-top: 5rem;
  }
}
.p-pagination .wp-block-query-pagination {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.p-pagination .wp-block-query-pagination a, .p-pagination .wp-block-query-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.4rem;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--wp--preset--color--gray);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.p-pagination .wp-block-query-pagination .current {
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
@media (hover: hover) and (pointer: fine) {
  .p-pagination .wp-block-query-pagination a:hover {
    background: #F0F0F0;
  }
}

.c-form-heading {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 60rem;
  padding: 12rem 0 30rem;
  overflow: hidden;
  background: var(--wp--preset--color--white);
  isolation: isolate;
}
@media (max-width: 768px) {
  .c-form-heading {
    height: auto;
    min-height: 30rem;
    padding: 6rem 0 12rem;
  }
}
.c-form-heading__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 96.6rem;
}
.c-form-heading__bg img {
  width: 100%;
  min-height: 60rem;
  filter: brightness(0.5);
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-form-heading__bg img {
    min-height: auto;
  }
}
.c-form-heading__marquee {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 400rem;
  height: 11.6rem;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 11.6rem;
  color: var(--wp--preset--color--secondary);
  text-align: center;
  white-space: nowrap;
  opacity: 0.2;
  transform: translateY(calc(-50% - 2.9rem));
  animation: form-heading-loop 45s linear infinite;
  will-change: transform;
}
@media (max-width: 1439px) {
  .c-form-heading__marquee {
    font-size: 8.4rem;
  }
}
@media (max-width: 991px) {
  .c-form-heading__marquee {
    font-size: 7.2rem;
  }
}
@media (max-width: 768px) {
  .c-form-heading__marquee {
    top: calc(50% - 1.2rem);
    width: 100.6rem;
    height: 5.8rem;
    font-size: 4.8rem;
    line-height: 5.8rem;
    animation: form-heading-loop 25s linear infinite;
  }
}
.c-form-heading__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 108rem;
}
@media (max-width: 768px) {
  .c-form-heading__inner {
    height: auto;
  }
}
.c-form-heading__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .c-form-heading__txt {
    gap: 0.7rem;
    height: auto;
  }
}
.c-form-heading__main-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 100%;
  max-width: 96rem;
}
@media (max-width: 768px) {
  .c-form-heading__main-box {
    gap: 0.8rem;
  }
}
.c-form-heading__en {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 2.2rem;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--white);
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 1439px) {
  .c-form-heading__en {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .c-form-heading__en {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .c-form-heading__en {
    width: auto;
    height: auto;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.c-form-heading__ja {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 9rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--wp--preset--color--white);
  text-align: center;
}
@media (max-width: 1439px) {
  .c-form-heading__ja {
    font-size: 8rem;
  }
}
@media (max-width: 991px) {
  .c-form-heading__ja {
    font-size: 7rem;
  }
}
@media (max-width: 768px) {
  .c-form-heading__ja {
    font-size: 3.6rem;
  }
}
.c-form-heading__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 96rem;
  height: 4.2rem;
  margin: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--white);
  text-align: center;
}
@media (max-width: 1439px) {
  .c-form-heading__sub {
    font-size: 2.4rem;
  }
}
@media (max-width: 991px) {
  .c-form-heading__sub {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .c-form-heading__sub {
    width: auto;
    height: auto;
    font-size: 1.6rem;
  }
}

@keyframes form-heading-loop {
  0% {
    transform: translateY(calc(-50% - 2.9rem)) translateX(0);
  }
  100% {
    transform: translateY(calc(-50% - 2.9rem)) translateX(-50%);
  }
}
@media (max-width: 768px) {
  @keyframes form-heading-loop {
    0% {
      transform: translateY(-50%) translateX(0);
    }
    100% {
      transform: translateY(-50%) translateX(-50%);
    }
  }
}
.c-join-form {
  position: relative;
  z-index: 10;
  padding-bottom: 12rem;
  margin-top: -18rem;
}
@media (max-width: 768px) {
  .c-join-form {
    padding-bottom: 6rem;
    margin-top: -6rem;
  }
}
.c-join-form__inner {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
  width: 100%;
  max-width: 96rem;
  padding: 6.4rem 0;
  margin: 0 auto;
  background: var(--wp--preset--color--white);
  border-radius: 0.8rem;
  box-shadow: 0.6rem 0.6rem 2rem 0.2rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .c-join-form__inner {
    gap: 3.2rem;
    padding: 3.2rem 0;
  }
}
.c-join-form__title {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1439px) {
  .c-join-form__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .c-join-form__title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .c-join-form__title {
    font-size: 2.4rem;
  }
}
.c-join-form__iframe-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50rem;
  overflow: hidden;
  background: var(--wp--preset--color--gray-3);
  border-radius: 0.8rem;
}
.c-join-form__iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.c-join-form__iframe-placeholder {
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.6rem;
  color: var(--wp--preset--color--gray);
  text-align: center;
}
@media (max-width: 1439px) {
  .c-join-form__iframe-placeholder {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .c-join-form__iframe-placeholder {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .c-join-form__iframe-placeholder {
    font-size: 1.3rem;
  }
}

.c-page-special-kv {
  position: relative;
  z-index: 1;
  display: block;
  flex: none;
  width: 100%;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--white);
}
@media (max-width: 1232px) {
  .c-page-special-kv {
    padding-left: 3.2rem;
  }
}
@media (max-width: 768px) {
  .c-page-special-kv {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: clamp(2.4rem, 8.53vw, 3.2rem);
  }
}
@keyframes kv-profile-unmask {
  to {
    mask: none;
  }
}
.c-page-special-kv__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 144rem;
  margin-right: auto;
  margin-bottom: 6rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .c-page-special-kv__inner {
    flex-direction: column;
    gap: clamp(1.2rem, 4.27vw, 3rem);
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }
}
.c-page-special-kv__panel {
  position: relative;
  width: 118rem;
  min-height: 59.2rem;
  margin-left: 0;
  overflow: hidden;
  background: var(--wp--preset--color--white);
  isolation: isolate;
  border-radius: 0 0 0 2rem;
}
@media (max-width: 768px) {
  .c-page-special-kv__panel {
    align-self: stretch;
    width: 100%;
    min-height: 0;
    aspect-ratio: 343/180;
    margin-left: 0;
    border-radius: 0 0 0 clamp(1rem, 3.73vw, 1.4rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-special-kv__panel:hover .c-page-special-kv__visual::before {
    transform: scale(1.05);
  }
}
.c-page-special-kv__visual {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 59.2rem;
  border-radius: 0 0 0 2rem;
}
@media (max-width: 768px) {
  .c-page-special-kv__visual {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .c-page-special-kv__visual::before {
    background-position: center top;
    background-size: cover;
  }
}
.c-page-special-kv__visual::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: var(--special-kv-img);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  transition: transform 0.5s ease;
}
.c-page-special-kv__content {
  position: absolute;
  bottom: 12rem;
  left: 6rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-start;
  justify-content: flex-end;
  width: 58rem;
  max-width: calc(100% - 12rem);
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .c-page-special-kv__content {
    bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .c-page-special-kv__content {
    position: static;
    gap: clamp(1.6rem, 5.33vw, 3rem);
    width: 100%;
    max-width: calc(100% - 3.2rem);
    pointer-events: auto;
  }
}
.c-page-special-kv__content > * {
  pointer-events: auto;
}
.c-page-special-kv__title {
  width: 100%;
  max-width: 58rem;
  margin: 0;
  font-size: 6rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .c-page-special-kv__title {
    max-width: none;
    font-size: clamp(3.2rem, 8.53vw, 5.5rem);
    white-space: nowrap;
  }
}
.c-page-special-kv__profile {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 41.6rem;
  padding: 4rem;
  background: var(--wp--preset--color--white);
  border-radius: 2rem;
  box-shadow: 0 0 10px rgba(255, 151, 203, 0.5);
  mask-size: 250% 100%;
}
@media (max-width: 768px) {
  .c-page-special-kv__profile {
    max-width: 100%;
    min-height: 0;
    padding: clamp(2rem, 6.4vw, 4rem);
    border-radius: clamp(1rem, 3.73vw, 2rem);
  }
}
.c-page-special-kv__profile.is-active {
  animation: kv-profile-unmask 0s calc(var(--anim-delay, 0s) + 0.5s) forwards;
}
.c-page-special-kv__profile-head {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  max-width: 33.6rem;
}
@media (max-width: 768px) {
  .c-page-special-kv__profile-head {
    gap: clamp(1.2rem, 4.27vw, 2.5rem);
    max-width: none;
  }
}
.c-page-special-kv__profile-names {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  align-items: flex-end;
  margin-top: -0.5rem;
}
@media (max-width: 768px) {
  .c-page-special-kv__profile-names {
    gap: clamp(0.6rem, 2.13vw, 1.2rem);
    margin-top: -0.3rem;
  }
}
.c-page-special-kv__name-ja {
  margin-right: -0.1em;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .c-page-special-kv__name-ja {
    font-size: clamp(2rem, 5.33vw, 3.2rem);
  }
}
.c-page-special-kv__name-en {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: var(--wp--preset--color--gray-2);
}
@media (max-width: 768px) {
  .c-page-special-kv__name-en {
    font-size: clamp(1.2rem, 3.2vw, 2rem);
  }
}
.c-page-special-kv__meta {
  margin: 0;
  margin-top: -0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-page-special-kv__meta {
    font-size: clamp(1.2rem, 3.2vw, 2rem);
  }
}
.c-page-special-kv__rule {
  display: block;
  width: 100%;
  max-width: 33.6rem;
  height: 1px;
  margin-top: 1.5rem;
  background: var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .c-page-special-kv__rule {
    max-width: none;
    margin-top: 1.1rem;
  }
}
.c-page-special-kv__quote {
  margin: 0;
  margin-top: 1.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .c-page-special-kv__quote {
    margin-top: clamp(1.2rem, 3.2vw, 2rem);
    font-size: clamp(1.2rem, 3.2vw, 2rem);
  }
}

@media (min-width: 1440px) {
  .c-page-special-kv__inner {
    max-width: none;
  }
  .c-page-special-kv__panel {
    width: calc(100vw - 26rem);
    min-height: auto;
    aspect-ratio: 295/148;
  }
  .c-page-special-kv__visual {
    max-height: none;
  }
  .c-page-special-kv__content {
    left: calc((100vw - 144rem) / 2 + 6rem);
  }
}
.c-page-special-section1 {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 12rem 3.2rem;
}
@media (max-width: 991px) {
  .c-page-special-section1 {
    padding: 9rem 3.2rem;
  }
}
@media (max-width: 768px) {
  .c-page-special-section1 {
    padding: 6rem 3.2rem;
  }
}
.c-page-special-section1__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.c-page-special-section1__bg-img {
  width: 100%;
  height: 100%;
}
.c-page-special-section1__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .c-page-special-section1__bg-img img {
    max-height: 79.2rem;
    object-position: top left;
  }
}
.c-page-special-section1__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .c-page-special-section1__inner {
    gap: 6rem;
    width: 100%;
  }
}
.c-page-special-section1__stack {
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
  width: 100%;
}
@media (max-width: 991px) {
  .c-page-special-section1__stack {
    gap: 6.4rem;
  }
}
@media (max-width: 768px) {
  .c-page-special-section1__stack {
    gap: 4.8rem;
  }
}
.c-page-special-section1__item {
  display: flex;
  flex-wrap: nowrap;
  gap: 6rem;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1439px) {
  .c-page-special-section1__item {
    gap: 4rem;
  }
}
@media (max-width: 991px) {
  .c-page-special-section1__item {
    flex-direction: column-reverse;
    gap: 3.2rem;
    align-items: center;
  }
}
.c-page-special-section1__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .c-page-special-section1__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.c-page-special-section1__item.container {
  padding-right: 0;
  padding-left: 0;
}
.c-page-special-section1__media {
  flex: 1 1 48rem;
  width: 48rem;
  min-width: 28rem;
  max-width: 100%;
  height: 50rem;
  margin: 0;
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .c-page-special-section1__media {
    flex: none;
    align-self: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 50rem;
    aspect-ratio: 480/500;
  }
}
@media (max-width: 768px) {
  .c-page-special-section1__media {
    flex: none;
    width: 100%;
    height: 33rem;
  }
  .c-page-special-section1__media:nth-of-type(even) {
    border-radius: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-special-section1__media:hover img {
    transform: scale(1.05);
  }
}
.c-page-special-section1__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  object-position: top;
}
.c-page-special-section1__text {
  display: flex;
  flex: 1 1 54rem;
  flex-direction: column;
  gap: 2.4rem;
  align-items: flex-start;
  max-width: 100%;
}
@media (max-width: 991px) {
  .c-page-special-section1__text {
    flex: none;
    align-self: center;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .c-page-special-section1__text {
    gap: 1.2rem;
    width: 100%;
  }
}
.c-page-special-section1__heading-rule {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.6rem;
  padding: 0 0 0 1.6rem;
  border-left: 4px solid var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .c-page-special-section1__heading-rule {
    min-height: 3.2rem;
  }
}
.c-page-special-section1__title {
  flex: 1 1 auto;
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.6rem;
}
@media (max-width: 768px) {
  .c-page-special-section1__title {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.c-page-special-section1__body {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  text-align: justify;
}
@media (max-width: 768px) {
  .c-page-special-section1__body {
    font-size: 1.5rem;
  }
}

.c-page-special-section2 {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 12rem 3.2rem;
  background: var(--wp--preset--color--white);
}
@media (max-width: 991px) {
  .c-page-special-section2 {
    padding: 9rem 3.2rem;
  }
}
@media (max-width: 768px) {
  .c-page-special-section2 {
    padding: 6rem 3.2rem;
  }
}
.c-page-special-section2__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.c-page-special-section2__bg-img {
  width: 100%;
  height: 100%;
}
.c-page-special-section2__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .c-page-special-section2__bg-img img {
    max-height: 80.7rem;
    object-position: top left;
  }
}
.c-page-special-section2__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  width: 100%;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .c-page-special-section2__inner {
    gap: 0;
    width: 100%;
  }
}
.c-page-special-section2__inner.container {
  padding-right: 0;
  padding-left: 0;
}
.c-page-special-section2__head {
  width: 100%;
  text-align: center;
}
.c-page-special-section2__title {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .c-page-special-section2__title {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
.c-page-special-section2 .u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .c-page-special-section2 .u-sp-only {
    display: block;
  }
}
.c-page-special-section2__gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 108rem;
  margin-top: 12rem;
}
@media (max-width: 991px) {
  .c-page-special-section2__gallery {
    margin-top: 9rem;
  }
}
@media (max-width: 768px) {
  .c-page-special-section2__gallery {
    gap: 1.2rem;
    margin-top: 6rem;
  }
}
.c-page-special-section2__gallery-cell {
  flex: 1 1 34.4rem;
  width: 34.4rem;
  max-width: 100%;
  height: 25.8rem;
  margin: 0;
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .c-page-special-section2__gallery-cell {
    flex: none;
    width: 100%;
    height: 23.3rem;
    border-radius: 1.4rem;
  }
  .c-page-special-section2__gallery-cell:nth-child(n+2) {
    width: calc(50% - 0.6rem);
    height: 11.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-special-section2__gallery-cell:hover img {
    transform: scale(1.05);
  }
}
.c-page-special-section2__gallery-cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 33%;
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  .c-page-special-section2__gallery-cell img {
    object-position: 50% 10%;
  }
}
.c-page-special-section2__schedule {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
  width: 100%;
  max-width: 108rem;
  padding: 0;
  margin-top: 6.4rem;
}
@media (max-width: 768px) {
  .c-page-special-section2__schedule {
    gap: 4rem;
    padding: 3.2rem 0;
    margin-top: 0;
  }
}
.c-page-special-section2__subhead {
  max-width: 80rem;
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .c-page-special-section2__subhead {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.c-page-special-section2__timeline {
  position: relative;
  width: 100%;
  max-width: 80rem;
  padding: 0;
}
.c-page-special-section2__rail {
  position: absolute;
  top: 2rem;
  bottom: -5.5rem;
  left: 1rem;
  z-index: 0;
  width: 2px;
  margin-left: -1px;
  pointer-events: none;
  background: var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .c-page-special-section2__rail {
    top: 1.4rem;
    bottom: -5.2rem;
    left: 0.8rem;
  }
}
.c-page-special-section2__items {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .c-page-special-section2__items {
    gap: 4.8rem;
  }
}
.c-page-special-section2__item {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .c-page-special-section2__item {
    gap: 1.6rem;
  }
}
.c-page-special-section2__item:last-child .c-page-special-section2__rail {
  display: none;
}
.c-page-special-section2__meta {
  display: flex;
  flex-shrink: 0;
  gap: 1.2rem;
  align-items: center;
  width: 12rem;
  min-width: 12rem;
}
@media (max-width: 768px) {
  .c-page-special-section2__meta {
    gap: 0.6rem;
    width: 8.6rem;
    min-width: 8.6rem;
  }
}
.c-page-special-section2__dot {
  display: block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: var(--wp--preset--color--secondary);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .c-page-special-section2__dot {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.c-page-special-section2__time {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.4rem;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .c-page-special-section2__time {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.c-page-special-section2__text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1.2rem;
  align-items: flex-start;
  min-width: 0;
}
@media (max-width: 768px) {
  .c-page-special-section2__text {
    gap: 0.6rem;
  }
}
.c-page-special-section2__item-title {
  margin: 0;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.4rem;
}
@media (max-width: 768px) {
  .c-page-special-section2__item-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.c-page-special-section2__body {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .c-page-special-section2__body {
    font-size: 1.5rem;
  }
}
.c-page-special-section2__wide {
  width: 100%;
  max-width: 80rem;
  height: 40rem;
  margin: 6.4rem auto 0;
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .c-page-special-section2__wide {
    height: 15.6rem;
    margin-top: 0;
    border-radius: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-special-section2__wide:hover img {
    transform: scale(1.05);
  }
}
.c-page-special-section2__wide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.c-page-special-section3 {
  position: relative;
  z-index: 4;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 12rem 18rem;
  margin-inline: auto;
  overflow: hidden;
  background: var(--wp--preset--color--white);
}
@media (max-width: 1232px) {
  .c-page-special-section3 {
    padding: 10rem;
  }
}
@media (max-width: 991px) {
  .c-page-special-section3 {
    padding: 8rem 4rem;
  }
}
@media (max-width: 768px) {
  .c-page-special-section3 {
    gap: 4.8rem;
    padding: 6rem 0;
  }
}
.c-page-special-section3__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.c-page-special-section3__bg-img {
  width: 100%;
  height: 100%;
}
.c-page-special-section3__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .c-page-special-section3__bg-img img {
    max-height: 65.9rem;
    object-position: top left;
  }
}
.c-page-special-section3__grad {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, var(--wp--preset--color--white) 0%, rgba(255, 255, 255, 0) 100%);
}
.c-page-special-section3__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  align-items: center;
  width: 100%;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1232px) {
  .c-page-special-section3__inner {
    gap: 8.2rem;
  }
}
@media (max-width: 991px) {
  .c-page-special-section3__inner {
    gap: 6.4rem;
  }
}
@media (max-width: 768px) {
  .c-page-special-section3__inner {
    gap: 5.6rem;
  }
}
@media (max-width: 574px) {
  .c-page-special-section3__inner {
    gap: 4.8rem;
  }
}
.c-page-special-section3__inner.container {
  padding-right: 0;
  padding-left: 0;
}
.c-page-special-section3__head {
  width: 100%;
  max-width: 108rem;
  text-align: center;
}
@media (max-width: 768px) {
  .c-page-special-section3__head {
    padding-inline: 3.2rem;
  }
}
.c-page-special-section3__title {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 6rem;
  text-align: center;
}
@media (max-width: 1232px) {
  .c-page-special-section3__title {
    font-size: 2.777vw;
  }
}
@media (max-width: 768px) {
  .c-page-special-section3__title {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
.c-page-special-section3 .u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .c-page-special-section3 .u-sp-only {
    display: block;
  }
}
.c-page-special-section3__stack {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
  width: 100%;
  max-width: 144rem;
}
@media (max-width: 1232px) {
  .c-page-special-section3__stack {
    gap: 4.8rem;
  }
}
@media (max-width: 991px) {
  .c-page-special-section3__stack {
    gap: 4.2rem;
  }
}
@media (max-width: 768px) {
  .c-page-special-section3__stack {
    gap: 3.2rem;
  }
}
.c-page-special-section3__figure {
  align-self: flex-start;
  width: 91.6666666667vw;
  height: 48rem;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  border-radius: 0 2rem 2rem 0;
}
@media (max-width: 1232px) {
  .c-page-special-section3__figure {
    height: auto;
    aspect-ratio: 1320/480;
  }
}
@media (max-width: 768px) {
  .c-page-special-section3__figure {
    width: 91.7333333333vw;
    height: auto;
    aspect-ratio: 344/180;
    margin-left: calc(50% - 50vw);
    border-radius: 0 1.4rem 1.4rem 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-special-section3__figure:hover img {
    transform: scale(1.05);
  }
}
.c-page-special-section3__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease;
}
.c-page-special-section3__text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  width: 100%;
  max-width: 108rem;
  margin-left: 0;
}
@media (max-width: 768px) {
  .c-page-special-section3__text {
    gap: 1.2rem;
    max-width: 100%;
    padding-inline: 3.2rem;
  }
}
.c-page-special-section3__heading-rule {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.6rem;
  padding: 0 0 0 1.6rem;
  border-left: 4px solid var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .c-page-special-section3__heading-rule {
    min-height: 6.4rem;
  }
}
.c-page-special-section3__subhead {
  flex: 1 1 auto;
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.6rem;
}
@media (max-width: 1232px) {
  .c-page-special-section3__subhead {
    font-size: 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .c-page-special-section3__subhead {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.c-page-special-section3__body {
  margin: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  text-align: justify;
}
@media (max-width: 768px) {
  .c-page-special-section3__body {
    font-size: 1.5rem;
  }
}
.c-page-special-section3__actions {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.2rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .c-page-special-section3__actions {
    flex-direction: column;
    gap: 1.6rem;
    padding: 0 3.2rem;
    margin-top: 1.2rem;
  }
}

.c-page-special-section4 {
  position: relative;
  z-index: 4;
  box-sizing: border-box;
  width: 100%;
  padding: 8rem 18rem;
  margin-inline: auto;
  background: var(--wp--preset--color--white);
}
@media (max-width: 1232px) {
  .c-page-special-section4 {
    padding: 6rem 10rem;
  }
}
@media (max-width: 991px) {
  .c-page-special-section4 {
    padding: 5rem 4rem;
  }
}
@media (max-width: 768px) {
  .c-page-special-section4 {
    padding: 4rem;
  }
}
.c-page-special-section4__inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 63rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .c-page-special-section4__inner {
    gap: 1.6rem;
    align-items: flex-start;
  }
}
.c-page-special-section4__inner.container {
  padding-right: 0;
  padding-left: 0;
}
.c-page-special-section4__nav {
  display: flex;
  flex: 1;
  width: 100%;
}
.c-page-special-section4__nav--prev {
  justify-content: flex-start;
}
.c-page-special-section4__nav--next {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .c-page-special-section4__nav--next .c-page-special-section4__row {
    flex-direction: column-reverse;
  }
}
.c-page-special-section4__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-page-special-section4__link:hover .c-page-special-section4__arrow {
    background: var(--wp--preset--color--blue);
  }
  .c-page-special-section4__link:hover .c-page-special-section4__arrow::before {
    background-color: var(--wp--preset--color--white);
  }
  .c-page-special-section4__link:hover .c-page-special-section4__thumb {
    opacity: 0.75;
  }
  .c-page-special-section4__link:hover .c-page-special-section4__thumb img {
    transform: scale(1.05);
  }
}
.c-page-special-section4__row {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
  align-items: center;
}
@media (max-width: 768px) {
  .c-page-special-section4__row {
    flex-direction: column;
    gap: 1.2rem;
    justify-content: center;
  }
}
.c-page-special-section4__arrow {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background: transparent;
  border: 2px solid var(--wp--preset--color--blue);
  border-radius: 50%;
  transition: background 0.3s ease;
}
@media (max-width: 768px) {
  .c-page-special-section4__arrow {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.c-page-special-section4__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 1.4rem;
  content: "";
  background-color: var(--wp--preset--color--blue);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M0.900391 0.900391L6.90039 6.90039' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M0.900391 12.9004L6.90039 6.90039' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .c-page-special-section4__arrow::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M0.900391 0.900391L6.90039 6.90039' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M0.900391 12.9004L6.90039 6.90039' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
.c-page-special-section4__arrow--prev::before {
  transform: translate(calc(-50% - 0.1rem), -50%) rotate(180deg);
}
.c-page-special-section4__arrow--next::before {
  transform: translate(calc(-50% + 0.1rem), -50%);
}
.c-page-special-section4__thumb {
  box-sizing: border-box;
  width: 8rem;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 768px) {
  .c-page-special-section4__thumb {
    width: 6rem;
  }
}
.c-page-special-section4__thumb-img {
  overflow: hidden;
  border-radius: 0.6rem;
}
@media (max-width: 768px) {
  .c-page-special-section4__thumb-img {
    width: 5rem;
    height: auto;
    margin: 0 auto;
  }
}
.c-page-special-section4__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  transition: transform 0.5s ease;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 768px) {
  .c-page-special-section4__thumb img {
    width: 5rem;
    height: auto;
  }
}
.c-page-special-section4__term {
  margin-top: 1.2rem;
  margin-bottom: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .c-page-special-section4__term {
    max-width: 8rem;
    margin-top: 0.6rem;
    font-size: 1.1rem;
    word-break: break-all;
  }
}
.c-page-special-section4__home {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding-inline: 4rem;
}
@media (max-width: 768px) {
  .c-page-special-section4__home {
    align-self: center;
    padding-inline: 0;
  }
}
.c-page-special-section4__btn-back {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16rem;
  height: 5.3rem;
  padding-inline: 2.4rem;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  background: var(--wp--preset--color--white);
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 100vmax;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 768px) {
  .c-page-special-section4__btn-back {
    min-width: 11rem;
    height: 4.5rem;
    padding-inline: 1.2rem;
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-special-section4__btn-back:hover {
    color: var(--wp--preset--color--white);
    background-color: var(--wp--preset--color--primary);
  }
}

.p-people-archive {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.p-people-archive__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 30rem;
  aspect-ratio: 144/36;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 1439px) {
  .p-people-archive__heading {
    max-height: 30rem;
  }
}
@media (max-width: 991px) {
  .p-people-archive__heading {
    max-height: 25rem;
  }
}
@media (max-width: 768px) {
  .p-people-archive__heading {
    min-height: auto;
    aspect-ratio: 375/200;
  }
}
.p-people-archive__heading::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.p-people-archive__heading-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .p-people-archive__heading-inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .p-people-archive__heading-inner {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}
.p-people-archive__heading .wp-block-cover__image-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-people-archive__heading .wp-block-cover__image-background-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-people-archive__heading-txt {
  display: flex;
  flex-direction: column;
}
.p-people-archive__heading-sub {
  margin: 0;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
  color: var(--wp--preset--color--white);
  letter-spacing: 0.1em;
}
@media (max-width: 1439px) {
  .p-people-archive__heading-sub {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .p-people-archive__heading-sub {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .p-people-archive__heading-sub {
    font-size: 1.3rem;
    line-height: 1.1;
  }
}
.p-people-archive__heading-main {
  margin: 0;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 6rem;
  font-weight: 700;
  line-height: 7.3rem;
  color: var(--wp--preset--color--white);
  letter-spacing: 0;
}
@media (max-width: 1439px) {
  .p-people-archive__heading-main {
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .p-people-archive__heading-main {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .p-people-archive__heading-main {
    font-size: 3.2rem;
    line-height: 3.9rem;
  }
}
.p-people-archive__inner {
  position: relative;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
}
.p-people-archive__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 106rem;
}
@media (max-width: 768px) {
  .p-people-archive__bg {
    height: 79.2rem;
  }
}
.p-people-archive__bg-img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-people-archive__bg-img img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-out;
  object-fit: cover;
  object-position: center;
}
.p-people-archive__bg-img.is-active img {
  opacity: 1;
}
.p-people-archive__bg-gradation {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 20rem;
  background: linear-gradient(180deg, var(--wp--preset--color--white) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .p-people-archive__bg-gradation {
    height: 10rem;
  }
}
.p-people-archive__container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  gap: 8rem;
  align-items: flex-start;
  padding-block: 12rem;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .p-people-archive__container {
    gap: 3.2rem;
    padding-block: 8rem;
  }
}
@media (max-width: 768px) {
  .p-people-archive__container {
    flex-direction: column;
    gap: 4.8rem;
    padding-block: 6rem;
  }
}
.p-people-archive__sidebar {
  flex: 0 0 20rem;
  width: 20rem;
}
@media (min-width: 769px) {
  .p-people-archive__sidebar {
    position: sticky;
    top: 21rem;
  }
}
@media (max-width: 768px) {
  .p-people-archive__sidebar {
    flex: none;
    width: 100%;
  }
}
.p-people-archive__sidebar-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--wp--preset--color--gray-2);
}
@media (max-width: 768px) {
  .p-people-archive__sidebar-list {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.6rem;
    border-top: none;
  }
}
@media (max-width: 768px) {
  .p-people-archive__sidebar-item:nth-child(1), .p-people-archive__sidebar-item:nth-child(2) {
    border-top: 1px solid var(--wp--preset--color--gray-2);
  }
}
.p-people-archive__sidebar-link {
  display: block;
  padding: 2.4rem 0.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  border-bottom: 1px solid var(--wp--preset--color--gray-2);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .p-people-archive__sidebar-link {
    padding: 1.6rem 0.4rem;
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-people-archive__sidebar-link:hover {
    color: var(--wp--preset--color--blue);
  }
}
.p-people-archive__sidebar-link.is-active {
  color: var(--wp--preset--color--blue);
}
.p-people-archive__main {
  flex: 1;
  min-width: 0;
}
.p-people-archive__section:nth-child(n+2) {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-people-archive__section:nth-child(n+2) {
    margin-top: 3.2rem;
  }
}
.p-people-archive__term-title {
  padding-left: 1.6rem;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  border-left: 0.2rem solid var(--wp--preset--color--secondary);
}
@media (max-width: 1232px) {
  .p-people-archive__term-title {
    font-size: clamp(2.2rem, 2.5974025974vw, 3.2rem);
  }
}
@media (max-width: 991px) {
  .p-people-archive__term-title {
    padding-left: 1rem;
    border-left-width: 0.2rem;
  }
}
@media (max-width: 768px) {
  .p-people-archive__term-title {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
@media (max-width: 991px) {
  .p-people-archive__term-title .u-hide-sp {
    display: none;
  }
}
.p-people-archive__grid {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .p-people-archive__grid {
    gap: 3rem;
    margin-top: 3.2rem;
  }
}
.p-people-archive__card {
  box-sizing: border-box;
  width: 100%;
  padding-left: 6.5rem;
  margin-top: 3.2rem;
  filter: drop-shadow(0 0 10px color-mix(in srgb, var(--wp--preset--color--secondary) 50%, transparent));
}
@media (max-width: 768px) {
  .p-people-archive__card {
    padding-right: 0.8rem;
    padding-left: 0;
    margin-top: 6.4rem;
  }
}
.p-people-archive__card-link {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  background: var(--wp--preset--color--white);
  border-radius: 2.2rem;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .p-people-archive__card-link {
    flex-direction: column;
    border-radius: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-people-archive__card-link:hover .p-people-archive__card-figure img {
    transform: scale(1.05);
  }
  .p-people-archive__card-link:hover .p-people-archive__card-arrow {
    transform: translateX(4px);
  }
}
.p-people-archive__card-figure {
  flex: 0 0 22.8rem;
  width: 22.8rem;
  height: 24.4rem;
  margin: 0;
  margin-top: -1.6rem;
  margin-bottom: 2rem;
  margin-left: -6.5rem;
  overflow: hidden;
  background: var(--wp--preset--color--white);
  border: 0.4rem solid var(--wp--preset--color--white);
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .p-people-archive__card-figure {
    flex: none;
    width: calc(100% - 0.4rem);
    height: auto;
    aspect-ratio: 29/22;
    margin: -6.4rem -0.8rem 0 1.6rem;
    border-radius: 1.8rem;
  }
}
.p-people-archive__card-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 1.8rem;
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  .p-people-archive__card-figure img {
    border-radius: 1rem;
  }
}
.p-people-archive__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 4.8rem 4.8rem 4.8rem 3.6rem;
}
@media (max-width: 991px) {
  .p-people-archive__card-body {
    padding: 3.2rem;
  }
}
@media (max-width: 768px) {
  .p-people-archive__card-body {
    position: relative;
    gap: 1.6rem;
    padding: 1.8rem 2.4rem 4.8rem;
  }
}
.p-people-archive__card-quote {
  padding-bottom: 1.6rem;
  margin: 0 0 1.6rem;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  border-bottom: 1px solid var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .p-people-archive__card-quote {
    padding-bottom: 1.6rem;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
.p-people-archive__card-footer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.p-people-archive__card-profile {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.p-people-archive__card-names {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  align-items: baseline;
}
@media (max-width: 768px) {
  .p-people-archive__card-names {
    gap: 1.2rem;
  }
}
.p-people-archive__card-name-ja {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .p-people-archive__card-name-ja {
    font-size: 1.5rem;
  }
}
.p-people-archive__card-name-en {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--wp--preset--color--gray-2);
}
@media (max-width: 768px) {
  .p-people-archive__card-name-en {
    font-size: 1.2rem;
  }
}
.p-people-archive__card-meta {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 768px) {
  .p-people-archive__card-meta {
    font-size: 1.2rem;
  }
}
.p-people-archive__card-arrow {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .p-people-archive__card-arrow {
    position: absolute;
    right: 2.4rem;
    bottom: 2.4rem;
  }
}
.p-people-archive__card-arrow::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1.8rem;
  content: "";
  background-color: var(--wp--preset--color--blue);
  transform: translateY(-50%);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1 1L9 9' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 17L9 9' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-people-archive__card-arrow::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1 1L9 9' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3Cpath d='M1 17L9 9' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
.p-people-archive__empty {
  padding-block: 4rem;
  font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
  font-size: 1.6rem;
  color: var(--wp--preset--color--gray-2);
  text-align: center;
}

.p-page :where(.wp-block-post-content) {
  word-break: break-all;
}
.p-page :where(.wp-block-post-content) a:not([class]) {
  text-decoration: underline;
}
.p-page :where(.wp-block-post-content) li > .wp-block-list,
.p-page :where(.wp-block-post-content) li > ul,
.p-page :where(.wp-block-post-content) li > ol {
  margin-block-start: 1rem;
  margin-block-end: 0;
}


.c-ease-of-work__bg img ,
.c-welfare__bg img ,
.c-faq__bg img ,
.c-job-info__bg img,
[class*="__bg-img"] {
  filter: hue-rotate(90deg) saturate(120%);
}