@charset "UTF-8";
/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
body.compensate-for-scrollbar{overflow:hidden}
.fancybox-active{height:auto}
.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}
.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}
.fancybox-container *{-webkit-box-sizing:border-box;box-sizing:border-box}
.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}
.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}
.fancybox-bg{background:#1e1e1e;opacity:0;-webkit-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.47,0,.74,.71);transition-timing-function:cubic-bezier(.47,0,.74,.71)}
.fancybox-is-open .fancybox-bg{opacity:.9;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}
.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;-webkit-transition:opacity .25s ease,visibility 0s ease .25s;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}
.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;-webkit-transition:opacity .25s ease 0s,visibility 0s ease 0s;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}
.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fancybox-toolbar{right:0;top:0}
.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}
.fancybox-is-open .fancybox-stage{overflow:hidden}
.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}
.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}
.fancybox-slide--image{overflow:hidden;padding:44px 0}
.fancybox-slide--image:before{display:none}
.fancybox-slide--html{padding:6px}
.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}
.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}
.fancybox-can-zoomOut .fancybox-content{cursor:-webkit-zoom-out;cursor:zoom-out}
.fancybox-can-zoomIn .fancybox-content{cursor:-webkit-zoom-in;cursor:zoom-in}
.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}
.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}
.fancybox-container [data-selectable=true]{cursor:text}
.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}
.fancybox-spaceball{z-index:1}
.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}
.fancybox-slide--video .fancybox-content{background:#000}
.fancybox-slide--map .fancybox-content{background:#e5e3df}
.fancybox-slide--iframe .fancybox-content{background:#fff}
.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}
.fancybox-iframe{left:0;position:absolute;top:0}
.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}
.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}
.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;-webkit-transition:color .2s;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}
.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}
.fancybox-button:hover{color:#fff}
.fancybox-button:focus{outline:none}
.fancybox-button.fancybox-focus{outline:1px dotted}
.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}
.fancybox-button div{height:100%}
.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}
.fancybox-button svg path{fill:currentColor;stroke-width:0}
.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}
.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;z-index:99998}
.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}
.fancybox-close-small:hover{color:#fff;opacity:1}
.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}
.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}
.fancybox-navigation .fancybox-button div{padding:7px}
.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}
.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}
.fancybox-caption{background:-webkit-gradient(linear,left bottom, left top,color-stop(0, rgba(0,0,0,.85)),color-stop(50%, rgba(0,0,0,.3)),color-stop(65%, rgba(0,0,0,.15)),color-stop(75.5%, rgba(0,0,0,.075)),color-stop(82.85%, rgba(0,0,0,.037)),color-stop(88%, rgba(0,0,0,.019)),to(transparent));background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}
@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}
.fancybox-caption--separate{margin-top:-50px}
.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}
.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}
.fancybox-caption a:hover{color:#fff;text-decoration:underline}
.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}
@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0,0,.25,1);transition-timing-function:cubic-bezier(0,0,.25,1)}
.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}
.fancybox-fx-fade.fancybox-slide--current{opacity:1}
.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}
.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}
.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}
.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}
.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}
.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}
.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}
.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}
.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}
.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}
.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}
.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}
.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}
.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}
.fancybox-share p{margin:0;padding:0}
.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;-webkit-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}
.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}
.fancybox-share__button:hover{text-decoration:none}
.fancybox-share__button--fb{background:#3b5998}
.fancybox-share__button--fb:hover{background:#344e86}
.fancybox-share__button--pt{background:#bd081d}
.fancybox-share__button--pt:hover{background:#aa0719}
.fancybox-share__button--tw{background:#1da1f2}
.fancybox-share__button--tw:hover{background:#0d95e8}
.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}
.fancybox-share__button svg path{fill:#fff}
.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}
.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}
.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}
.fancybox-show-thumbs .fancybox-thumbs{display:block}
.fancybox-show-thumbs .fancybox-inner{right:212px}
.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}
.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3)}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}
.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}
.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}
.fancybox-thumbs__list a:focus:before{opacity:.5}
.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}
@tailwind base;
@tailwind components;
.js-inview[data-inview=fade] {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.js-inview[data-inview=fade].is-inview {
  opacity: 1;
}
.js-inview[data-inview=fade-top] {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js-inview[data-inview=fade-top].is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview[data-inview=fade-left] {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.js-inview[data-inview=fade-left].is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-inview[data-inview=fade-right] {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.js-inview[data-inview=fade-right].is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-inview[data-inview=fade-bottom] {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.js-inview[data-inview=fade-bottom].is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview[data-inview=btn] a::before,
.js-inview[data-inview=btn] button::before {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.js-inview[data-inview=btn] span {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.js-inview[data-inview=btn] i {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.js-inview[data-inview=btn].is-inview a::before,
.js-inview[data-inview=btn].is-inview button::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.js-inview[data-inview=btn].is-inview span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview[data-inview=btn].is-inview i {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview[data-inview=btn-border] a::after,
.js-inview[data-inview=btn-border] button::after {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.js-inview[data-inview=btn-border] span {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.js-inview[data-inview=btn-border].is-inview a::after,
.js-inview[data-inview=btn-border].is-inview button::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.js-inview[data-inview=btn-border].is-inview span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview[data-inview=bg]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.js-inview[data-inview=bg].is-inview::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.js-inview[data-inview=bg-white]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.js-inview[data-inview=bg-white].is-inview::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.js-inview[data-inview=bg-scale]::before {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.js-inview[data-inview=bg-scale].is-inview::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.js-inview-photo[data-inview=scale-small] {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.is-inview .js-inview-photo[data-inview=scale-small] {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js-inview-photo-img[data-inview=scale-small] {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-50%) scale(1.5);
          transform: translateX(-50%) scale(1.5);
}
.is-inview .js-inview-photo-img[data-inview=scale-small] {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.js-inview-eachItem[data-inview=fade] {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.js-inview-eachItem[data-inview=fade].is-inview {
  opacity: 1;
}
.js-inview-eachItem[data-inview=fade-top] {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js-inview-eachItem[data-inview=fade-top].is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview-eachItem[data-inview=fade-bottom] {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.js-inview-eachItem[data-inview=fade-bottom].is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview-eachItem[data-inview=fade-right] {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.js-inview-eachItem[data-inview=fade-right].is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-inview-eachItem[data-inview=btn] a::before,
.js-inview-eachItem[data-inview=btn] button::before {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.js-inview-eachItem[data-inview=btn] span {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.js-inview-eachItem[data-inview=btn].is-inview a::before,
.js-inview-eachItem[data-inview=btn].is-inview button::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.js-inview-eachItem[data-inview=btn].is-inview span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview-eachItem[data-inview=btn-border] a::after,
.js-inview-eachItem[data-inview=btn-border] button::after {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.js-inview-eachItem[data-inview=btn-border] span {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.js-inview-eachItem[data-inview=btn-border].is-inview a::after,
.js-inview-eachItem[data-inview=btn-border].is-inview button::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.js-inview-eachItem[data-inview=btn-border].is-inview span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview-eachItem[data-inview=list-border]::before {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.js-inview-eachItem[data-inview=list-border] span,
.js-inview-eachItem[data-inview=list-border] figure,
.js-inview-eachItem[data-inview=list-border] a {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js-inview-eachItem[data-inview=list-border] i {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateX(-20px) rotate(45deg);
          transform: translateX(-20px) rotate(45deg);
}
.js-inview-eachItem[data-inview=list-border].is-inview::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js-inview-eachItem[data-inview=list-border].is-inview span,
.js-inview-eachItem[data-inview=list-border].is-inview figure,
.js-inview-eachItem[data-inview=list-border].is-inview a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview-eachItem[data-inview=list-border].is-inview i {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotate(45deg);
          transform: translateX(-10px) rotate(45deg);
}
.js-inview-eachItem-fast[data-inview=fade-top] {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.js-inview-eachItem-fast[data-inview=fade-top].is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview-eachItem-delay[data-inview=fade] {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.js-inview-eachItem-delay[data-inview=fade].is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview-eachItem-delay[data-inview=fade-top] {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js-inview-eachItem-delay[data-inview=fade-top].is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview-eachItem-delay[data-inview=fade-right] {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.js-inview-eachItem-delay[data-inview=fade-right].is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview-eachItem-delay[data-inview=fade-bottom] {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.js-inview-eachItem-delay[data-inview=fade-bottom].is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview-all[data-inview=btn] a::before,
.js-inview-all[data-inview=btn] button::before {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.js-inview-all[data-inview=btn] span {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.js-inview-all[data-inview=btn].is-inview a::before,
.js-inview-all[data-inview=btn].is-inview button::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.js-inview-all[data-inview=btn].is-inview span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview-all[data-inview=btn-border] a::after,
.js-inview-all[data-inview=btn-border] button::after {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.js-inview-all[data-inview=btn-border] span {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.js-inview-all[data-inview=btn-border].is-inview a::after,
.js-inview-all[data-inview=btn-border].is-inview button::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.js-inview-all[data-inview=btn-border].is-inview span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
_:-ms-lang(x)::-ms-backdrop,
.js-inview-photo[data-inview=scale-small] {
  transform: scale(1);
}
_:-ms-lang(x)::-ms-backdrop,
.js-inview-photo-img[data-inview=scale-small] {
  transform: translateX(-50%) scale(1);
}
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/* == @import "../node_modules/normalize.css/normalize.css"; */
html.is-hidden {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
html * {
  outline: none;
}
html body {
  font-family: var(--ff_txt);
  font-size: var(--fs_txt_pc);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: var(--lh_pc);
  color: var(--text_color);
  letter-spacing: var(--ls_pc);
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-family: var(--ff_ttl);
}
html a {
  text-decoration: none;
}
html *,
html *::before,
html *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html div,
html dl,
html dt,
html dd,
html p {
  padding: 0;
  margin: 0;
}
html ul,
html ol,
html li {
  padding: 0;
  margin: 0;
}
html li {
  list-style: none;
}
html img {
  vertical-align: bottom;
}
html figure {
  padding: 0;
  margin: 0;
}
html input[type=number]::-webkit-outer-spin-button,
html input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
html input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
html .l-main {
  line-height: 1.2;
}
html svg,
html img {
  max-width: 100%;
}
html:not(:has(.wpcf7)) .grecaptcha-badge {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-\[15rem\]{
  top: 15rem;
}
.isolate{
  isolation: isolate;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[101\]{
  z-index: 101;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[9999\]{
  z-index: 9999;
}
.z-\[99\]{
  z-index: 99;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.\!mt-\[0\]{
  margin-top: 0 !important;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-\[\.5rem\]{
  margin-bottom: .5rem;
}
.mb-\[1rem\]{
  margin-bottom: 1rem;
}
.ml-\[1rem\]{
  margin-left: 1rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-\[2rem\]{
  margin-top: 2rem;
}
.mt-\[3rem\]{
  margin-top: 3rem;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: -ms-grid;
  display: grid;
}
.hidden{
  display: none;
}
.h-\[1\.8rem\]{
  height: 1.8rem;
}
.h-\[100svh\]{
  height: 100svh;
}
.h-\[12rem\]{
  height: 12rem;
}
.h-\[6rem\]{
  height: 6rem;
}
.h-\[7rem\]{
  height: 7rem;
}
.h-full{
  height: 100%;
}
.min-h-\[7rem\]{
  min-height: 7rem;
}
.\!w-\[5rem\]{
  width: 5rem !important;
}
.w-\[7rem\]{
  width: 7rem;
}
.w-full{
  width: 100%;
}
.min-w-\[10rem\]{
  min-width: 10rem;
}
.max-w-max{
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.flex-shrink{
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.flex-shrink-0{
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.translate-x-full{
  --tw-translate-x: 100%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-\[2rem_auto\]{
  -ms-grid-columns: 2rem auto;
  grid-template-columns: 2rem auto;
}
.grid-cols-\[auto_auto\]{
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-start{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-start{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gap-3{
  gap: 0.75rem;
}
.gap-\[1rem\]{
  gap: 1rem;
}
.gap-\[2rem\]{
  gap: 2rem;
}
.gap-\[3rem\]{
  gap: 3rem;
}
.gap-x-\[0\.5rem\]{
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.gap-x-\[2rem\]{
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.gap-y-\[1rem\]{
  row-gap: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.bg-\[\#0000004D\]{
  background-color: #0000004D;
}
.bg-\[\#aeaeae\]{
  --tw-bg-opacity: 1;
  background-color: rgb(174 174 174 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[2rem\]{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[5rem\]{
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-\[1rem\]{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-\[3rem\]{
  padding-bottom: 3rem;
}
.pl-\[4rem\]{
  padding-left: 4rem;
}
.pt-\[5rem\]{
  padding-top: 5rem;
}
.text-center{
  text-align: center;
}
.text-\[1\.2rem\]{
  font-size: 1.2rem;
}
.text-\[1\.4rem\]{
  font-size: 1.4rem;
}
.text-\[\#2271b1\]{
  --tw-text-opacity: 1;
  color: rgb(34 113 177 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.duration-300{
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.l-footer {
  position: relative;
  z-index: 1;
}
:root {
  --l-header-height: 8rem;
  --l-header-height-sp: 8rem;
}
html {
  scroll-padding-top: var(--l-header-height);
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
[id^=c-anchor] {
  margin-top: -13rem;
  padding-top: 13rem;
  pointer-events: none;
}
[id^=c-anchor] > * {
  pointer-events: auto;
}
.c-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 6rem;
  overflow: auto;
  font-size: calc(var(--fs_txt_pc) * 0.9);
}
.c-breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb__el {
  white-space: nowrap;
}
.c-breadcrumb__el:nth-of-type(n + 2) {
  position: relative;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}
.c-breadcrumb__el:nth-of-type(n + 2)::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}
.c-breadcrumb__el a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-breadcrumb__el a:hover {
  opacity: 0.5;
}
.c-btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 20rem;
  height: 6rem;
  padding: 0 1.5rem 0 2.4rem;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  background-color: #f05151;
  border: 1px solid #f05151;
  border-radius: 100px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.c-btn-link:hover {
  color: #f05151;
  background-color: #fff;
}
.c-btn-link:hover .c-btn-link__icon {
  background-color: #f05151;
}
.c-btn-link:hover .c-btn-link__icon::after {
  background-color: #fff;
}
.c-btn-link__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.c-btn-link__icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-btn-link__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3rem;
  height: 1rem;
  content: "";
  background-color: #e21a1a;
  mask-image: url(../images/common/ic-arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../images/common/ic-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-btn-link--white {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}
.c-btn-link--white .c-btn-link__icon {
  background-color: #f05151;
}
.c-btn-link--white .c-btn-link__icon::after {
  background-color: #fff;
}
.c-btn-link--white:hover {
  color: #fff;
  background-color: #f05151;
  border-color: #f05151;
}
.c-btn-link--white:hover .c-btn-link__icon {
  background-color: #fff;
}
.c-btn-link--white:hover .c-btn-link__icon::after {
  background-color: #f05151;
}
.c-content ul li {
  list-style: disc;
}
.c-content ol li {
  list-style: auto;
}
.c-content table {
  border-collapse: collapse;
}
.c-content td,
.c-content th {
  padding: 1rem 1.5rem 0.7rem;
  border: 1px solid #ddd;
}
.c-content th {
  font-weight: normal;
  background: #fafafa;
}
.c-data-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 2rem 2rem 1.6rem;
  overflow: hidden;
  background: #fff;
  border: 0.14rem solid #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0.2rem 1.2rem rgba(34, 34, 34, 0.06);
          box-shadow: 0 0.2rem 1.2rem rgba(34, 34, 34, 0.06);
}
.c-data-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-data-card__title {
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
  letter-spacing: 0.072rem;
}
.c-data-card__line {
  display: block;
  width: 3rem;
  height: 0.2rem;
  border-radius: 0.1rem;
}
.c-data-card__icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
}
.c-data-card__icon img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-data-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 0;
  margin-top: auto;
  text-align: right;
}
.c-data-card__catch {
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
  letter-spacing: 0.06rem;
}
.c-data-card__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.8rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-data-card__num {
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.1rem;
}
.c-data-card__unit {
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.096rem;
  margin-bottom: 2rem;
}
.c-data-card__unit--stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6rem 0.4rem;
  line-height: 1.1;
  background: #fff;
  margin-bottom: 1.5rem;
}
.c-data-card__note {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.056rem;
  margin-top: -2rem;
}
.c-data-card--red .c-data-card__line {
  background: #f35f5f;
}
.c-data-card--red .c-data-card__num,
.c-data-card--red .c-data-card__unit,
.c-data-card--red .c-data-card__catch,
.c-data-card--red .c-data-card__note {
  color: #f35f5f;
}
.c-data-card--orange .c-data-card__line {
  background: #ff9a27;
}
.c-data-card--orange .c-data-card__num,
.c-data-card--orange .c-data-card__unit {
  color: #ff9a27;
}
.c-data-card--blue .c-data-card__line {
  background: #458cca;
}
.c-data-card--blue .c-data-card__num,
.c-data-card--blue .c-data-card__unit,
.c-data-card--blue .c-data-card__note {
  color: #458cca;
}
.c-data-card--green .c-data-card__line {
  background: #56b57c;
}
.c-data-card--green .c-data-card__num,
.c-data-card--green .c-data-card__unit {
  color: #56b57c;
}
.c-data-card--ratio .c-data-card__line {
  background: #458cca;
}
.c-data-card--ratio .c-data-card__icons {
  position: absolute;
  top: 7.3rem;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22.8rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-data-card--ratio .c-data-card__icon-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.4rem;
}
.c-data-card--ratio .c-data-card__icon-item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-data-card--ratio .c-data-card__ratio-labels {
  position: absolute;
  top: 3.5rem;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  padding: 0;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-data-card--ratio .c-data-card__ratio-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.4rem;
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.074rem;
}
.c-data-card--ratio .c-data-card__ratio-label--male {
  color: #458cca;
}
.c-data-card--ratio .c-data-card__ratio-label--female {
  color: #f78282;
}
.c-data-card--ratio .c-data-card__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-data-card--ratio .c-data-card__value {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-data-card--ratio .c-data-card__num {
  font-size: 12.3rem;
  line-height: 1;
  letter-spacing: 0.74rem;
}
.c-data-card--ratio .c-data-card__num-male {
  color: #458cca;
}
.c-data-card--ratio .c-data-card__num-female {
  color: #f78282;
}
.c-data-card--chart .c-data-card__line {
  background: #458cca;
}
.c-data-card--chart .c-data-card__chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 0;
  margin-top: 0.8rem;
}
.c-data-card--chart .c-data-card__chart img {
  display: block;
  width: 100%;
  max-width: 34rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-data-card--establish .c-data-card__icon {
  bottom: 4.6rem;
  left: 4.4rem;
  width: 7rem;
}
.c-data-card--sales .c-data-card__icon {
  bottom: 4.1rem;
  left: 4.5rem;
  width: 6.8rem;
}
.c-data-card--debt .c-data-card__icon {
  bottom: 4.5rem;
  left: 4.8rem;
  width: 6.25rem;
}
.c-data-card--debt .c-data-card__body {
  gap: 0.4rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -2rem;
}
.c-data-card--debt .c-data-card__catch {
  margin-bottom: 1rem;
  line-height: 1.3;
  text-align: center;
}
.c-data-card--employees .c-data-card__icon {
  bottom: 5.1rem;
  left: 3.7rem;
  width: 8.35rem;
}
.c-data-card--customer .c-data-card__icon {
  top: 7.9rem;
  right: auto;
  bottom: auto;
  left: 3.4rem;
  width: 9rem;
}
.c-data-card--turnover .c-data-card__icon {
  bottom: 4.7rem;
  left: 4.2rem;
  width: 7.4rem;
}
.c-data-card--tenure .c-data-card__icon {
  bottom: 4.2rem;
  left: 4.1rem;
  width: 9.2rem;
}
.c-data-card--midcareer .c-data-card__icon {
  bottom: 4.2rem;
  left: 4.4rem;
  width: 8.2rem;
}
.c-data-card--tall .c-data-card__head {
  position: relative;
  z-index: 2;
}
.c-data-card--tall .c-data-card__icon {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 0;
  width: 22.4rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-data-card--tall .c-data-card__body {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  padding: 2rem;
  text-align: center;
}
.c-data-card--tall .c-data-card__value {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(0 0.2rem 0.5rem #fff);
          filter: drop-shadow(0 0.2rem 0.5rem #fff);
}
.c-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
.c-faq__item {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0.4rem;
}
.c-faq__item-inner {
  padding: 2rem;
}
.c-faq__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-faq__q {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #f05151;
}
.c-faq__question {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
}
.c-faq__toggle {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: #f05151;
  border: 1px solid #f05151;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.c-faq__toggle::before, .c-faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #fff;
  border-radius: 0.1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.c-faq__toggle::before {
  width: 1rem;
  height: 0.1rem;
}
.c-faq__toggle::after {
  width: 0.1rem;
  height: 1rem;
}
.c-faq__toggle.is-open {
  background: #fff;
}
.c-faq__toggle.is-open::before, .c-faq__toggle.is-open::after {
  background: #f05151;
}
.c-faq__toggle.is-open::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
}
.c-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 1rem;
  padding-left: 0.4rem;
}
.c-faq__a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
}
.c-faq__answer-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  color: #222;
}
.c-footer {
  background: #222;
  color: #fff;
}
.c-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  width: 116rem;
  max-width: calc(100% - 24rem);
  padding-top: 6rem;
  padding-bottom: 5rem;
  margin-inline: auto;
}
.c-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  width: 35.9rem;
}
.c-footer__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer__logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25.1rem;
  line-height: 0;
}
.c-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.c-footer__recruit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.5rem;
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.044rem;
  white-space: nowrap;
}
.c-footer__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-footer__badge {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
.c-footer__badge:first-child {
  width: 9.3rem;
}
.c-footer__badge:last-child {
  width: 16.5rem;
}
.c-footer__badge img {
  display: block;
  width: 100%;
  height: auto;
}
.c-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 5rem;
  padding-top: 2rem;
}
.c-footer__nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.c-footer__nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.c-footer__nav-col--links {
  gap: 2.8rem;
  width: 22.5rem;
}
.c-footer__nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}
.c-footer__nav-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.1rem;
  height: 1rem;
  margin-top: 0.2rem;
}
.c-footer__nav-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-footer__nav-label {
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.c-footer__nav-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-left: 2.4rem;
}
.c-footer__nav-sub-link {
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.c-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer__copyright {
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  white-space: pre;
}
.c-footer__external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer__external-sep {
  display: none;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.c-footer__external-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.c-footer__external-link:last-child {
  gap: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-footer__external-link img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
}
.c-footer__external-link span {
  font-size: 1.3rem;
  line-height: 1.8;
  white-space: nowrap;
}
.c-footer__external-link:first-child span {
  font-family: "Josefin Sans", var(--ff_txt);
  font-weight: 400;
}
.c-footer__external-link:last-child span {
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-weight: 500;
}
/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */
.wpcf7 {
  width: 100%;
  padding: 0;
  font-size: 1.4rem;
  background: #fafafa;
  border: 1px solid #ddd;
}
.wpcf7 form {
  margin: 4em 7em 2em;
}
.wpcf7 br {
  display: none;
}
.wpcf7 p {
  margin-bottom: 2.5em;
  font-size: var(--fs_txt_pc);
}
.wpcf7 input:not(.wpcf7-submit),
.wpcf7 textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.8rem;
  line-height: 1.2;
  border: 1px solid #ccc;
}
.wpcf7 select {
  width: auto;
  max-width: 97%;
  padding: 0.8rem;
  border: 1px solid #ccc;
}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  width: auto;
  max-width: 97%;
  padding: 0.8rem;
  border: 1px solid #ccc;
}
.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  font-size: 1.4rem;
  line-height: 1.2;
}
.wpcf7 .wpcf7-list-item {
  display: block;
}
.wpcf7 textarea {
  height: 30rem;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border: 1px solid #bbb;
  outline: none;
}
.wpcf7 .submit-btn {
  margin-top: 5rem;
}
.wpcf7 .submit-btn > p {
  margin-bottom: 0 !important;
  text-align: center;
}
.wpcf7 .submit-btn .wpcf7-submit {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20rem;
  height: 5rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  background: var(--background_color);
  border-radius: 9999px;
}
.wpcf7 .submit-btn .wpcf7-submit::before, .wpcf7 .submit-btn .wpcf7-submit::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .submit-btn .wpcf7-submit:hover {
  background-color: #666;
}
.wpcf7 .submit-btn .wpcf7-submit .wpcf7-not-valid {
  background: pink;
}
.wpcf7 .submit-btn .wpcf7-submit .wpcf7-response-output {
  padding: 0.8rem 3.5rem 0.8rem 1.4rem;
  margin: 1rem 0 0;
  border-radius: 0.4rem;
}
.wpcf7 .submit-btn .wpcf7-submit .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.wpcf7 .submit-btn .wpcf7-submit .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}
.wpcf7 * {
  outline: none;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 1rem;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.5rem -1rem;
}
.wpcf7 .wpcf7-list-item {
  margin: 0.5rem 1rem;
}
.wpcf7 .wpcf7-checkbox [type=checkbox],
.wpcf7 .wpcf7-checkbox [type=radio],
.wpcf7 .wpcf7-radio [type=checkbox],
.wpcf7 .wpcf7-radio [type=radio] {
  position: relative;
  width: 2rem !important;
  height: 2rem !important;
  padding: 0 !important;
  margin-right: 0.7rem;
  border: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.wpcf7 .wpcf7-checkbox [type=checkbox]::after, .wpcf7 .wpcf7-checkbox [type=checkbox]::before,
.wpcf7 .wpcf7-checkbox [type=radio]::after,
.wpcf7 .wpcf7-checkbox [type=radio]::before,
.wpcf7 .wpcf7-radio [type=checkbox]::after,
.wpcf7 .wpcf7-radio [type=checkbox]::before,
.wpcf7 .wpcf7-radio [type=radio]::after,
.wpcf7 .wpcf7-radio [type=radio]::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  border: 1px solid #a3a3a3;
  -webkit-transform: translateY(-50%) translateY(-0.1rem);
          transform: translateY(-50%) translateY(-0.1rem);
}
.wpcf7 .wpcf7-checkbox [type=checkbox]::before,
.wpcf7 .wpcf7-checkbox [type=radio]::before,
.wpcf7 .wpcf7-radio [type=checkbox]::before,
.wpcf7 .wpcf7-radio [type=radio]::before {
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/common/ic_check.png) no-repeat center center/contain;
  border: none;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateY(-0.1rem) translateX(-50%);
          transform: translateY(-50%) translateY(-0.1rem) translateX(-50%);
}
.wpcf7 .wpcf7-checkbox [type=checkbox]:checked::before,
.wpcf7 .wpcf7-checkbox [type=radio]:checked::before,
.wpcf7 .wpcf7-radio [type=checkbox]:checked::before,
.wpcf7 .wpcf7-radio [type=radio]:checked::before {
  opacity: 1;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  cursor: pointer !important;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7 .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 .wpcf7-radio [type=radio]::after, .wpcf7 .wpcf7-radio [type=radio]::before {
  border-radius: 9999px;
}
.wpcf7 .wpcf7-radio [type=radio]::before {
  width: 0.8rem;
  height: 0.8rem;
  background: #000;
  border: none;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateY(-0.1rem) translateX(-50%);
          transform: translateY(-50%) translateY(-0.1rem) translateX(-50%);
}
.wpcf7 .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 .submit {
  display: block;
}
.wpcf7 .policy b,
.wpcf7 .policy p {
  margin-bottom: 0 !important;
}
.wpcf7 .policy > div {
  height: 18rem;
  padding: 0.5rem 2rem 2rem;
  margin-top: 1rem;
  overflow: auto;
  line-height: 2;
  border: 1px solid #ddd;
}
.wpcf7 .policy > div * {
  font-size: 1.4rem !important;
}
.wpcf7 .policy > div b {
  display: inline-block;
  margin-top: 1.5rem !important;
  margin-bottom: 0.5rem !important;
  font-size: 1.6rem !important;
}
.wpcf7 .policy > div a {
  text-decoration: underline;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.wpcf7 .policy > div a:hover {
  opacity: 0.5;
}
.wpcf7 .policyTxt br {
  display: block !important;
}
.wpcf7 .policyTxt p {
  margin-bottom: 0;
  font-size: calc(var(--fs_txt_pc) * 0.9);
}
.wpcf7 .policyTxt h3 {
  margin-top: 1.5em;
  font-size: calc(var(--fs_txt_pc) * 1.1);
  font-weight: bold;
}
.wpcf7 .policyTxt ul {
  padding-left: 1em;
}
.wpcf7 .policyTxt ul p {
  margin-bottom: 0 !important;
}
.wpcf7 .agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
.wpcf7 .agree .wpcf7-form-control-wrap {
  margin-top: 0;
  margin-right: 1rem;
}
.wpcf7 .agree .wpcf7-list-item {
  width: 2rem;
  height: 2rem;
  margin: 0 !important;
}
[x-cloak] {
  display: none !important;
}
.c-header {
  position: relative;
  background: #fff;
}
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 8rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-inline: 2rem;
}
.c-header__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 2.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25rem;
  line-height: 0;
}
.c-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.c-header__recruit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.5rem;
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
  color: #e21a1a;
  letter-spacing: 0.048rem;
  white-space: nowrap;
}
.c-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__nav-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-header__nav-item--dropdown {
  position: relative;
}
.c-header__dropdown-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 13.8rem;
  padding-top: 0.8rem;
}
.c-header__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
  width: 100%;
}
.c-header__dropdown-link {
  display: block;
  padding: 1rem;
  font-family: var(--ff_txt);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #f05151;
  border-radius: 0.2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-header__dropdown-link:hover {
  opacity: 0.85;
}
.c-header__nav-link, .c-header__nav-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  font-family: var(--ff_txt);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  letter-spacing: 0.056rem;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-header__nav-link:hover, .c-header__nav-trigger:hover {
  opacity: 0.7;
}
.c-header__plus {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  background: #e21a1a;
  border-radius: 50%;
}
.c-header__plus::before, .c-header__plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #fff;
  border-radius: 0.1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.c-header__plus::before {
  width: 0.6rem;
  height: 0.1rem;
}
.c-header__plus::after {
  width: 0.1rem;
  height: 0.6rem;
  -webkit-transform: translate(-50%, -50%) scaleY(1);
          transform: translate(-50%, -50%) scaleY(1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-header__plus.is-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13rem;
  height: 4rem;
  padding: 0 1.2rem 0 3.8rem;
  font-family: var(--ff_txt);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.06rem;
  white-space: nowrap;
  border-radius: 5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-header__btn:hover {
  opacity: 0.85;
}
.c-header__btn--dark {
  background: #222;
}
.c-header__btn--dark .c-header__btn-icon::after {
  border-left-color: #222;
}
.c-header__btn--primary {
  background: #e21a1a;
}
.c-header__btn--primary .c-header__btn-icon::after {
  border-left-color: #e21a1a;
}
.c-header__btn-icon {
  position: absolute;
  top: 50%;
  left: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-header__btn-icon::after {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0.15rem;
  content: "";
  border-top: 0.35rem solid transparent;
  border-bottom: 0.35rem solid transparent;
  border-left: 0.5rem solid #222;
}
.c-header__btn-label {
  position: relative;
  z-index: 1;
}
.c-header__toggle {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  padding: 0;
  cursor: pointer;
  background: radial-gradient(120% 120% at 28% 22%, #f05151 0%, #e21a1a 100%);
  border: none;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-header__toggle:hover {
  opacity: 0.9;
}
.c-header__toggle-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.6rem;
  height: 2px;
  margin: 0;
  background: #fff;
  border-radius: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.c-header__toggle-bar:nth-child(1) {
  top: calc(50% - 0.8rem);
}
.c-header__toggle-bar:nth-child(2) {
  top: 50%;
}
.c-header__toggle-bar:nth-child(3) {
  top: calc(50% + 0.8rem);
}
.c-header__toggle.is-open .c-header__toggle-bar:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-header__toggle.is-open .c-header__toggle-bar:nth-child(2) {
  opacity: 0;
}
.c-header__toggle.is-open .c-header__toggle-bar:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-header__drawer-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -ms-touch-action: none;
      touch-action: none;
}
.c-header__drawer-scroll {
  height: 100%;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.c-header__drawer {
  min-height: 100%;
  padding: 10rem 4rem 4rem;
  background: linear-gradient(258deg, #f0f4f5 8.32%, #eee 113.94%), #fff;
}
.c-header__drawer-nav {
  width: 100%;
  max-width: 32rem;
  margin: 0 auto;
}
.c-header__drawer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.c-header__drawer-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-header__drawer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0;
  font-family: var(--ff_txt);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  letter-spacing: 0.056rem;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-header__drawer-link:hover {
  opacity: 0.7;
}
.c-header__drawer-sub-outer {
  overflow: hidden;
}
.c-header__drawer-sub-inner {
  padding-top: 1.6rem;
}
.c-header__drawer-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.c-header__drawer-sub-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1rem;
  font-family: var(--ff_txt);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #f05151;
  letter-spacing: 0.056rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-header__drawer-sub-link:hover {
  opacity: 0.7;
}
.c-header__drawer-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 32rem;
  margin: 4rem auto 0;
}
.c-header__chevron {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: #e21a1a;
  border-radius: 50%;
}
.c-header__chevron::after {
  position: absolute;
  top: 50%;
  left: calc(50% + 0.1rem);
  display: block;
  width: 0.8rem;
  height: 0.7rem;
  content: "";
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  mask-image: url(../images/common/ic-angle.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../images/common/ic-angle.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.c-hover-opacity {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.c-hover-opacity:hover {
  opacity: 0.7;
}
.c-inner {
  padding: var(--c_inner_pc) !important;
}
.c-pc-inner {
  padding: var(--c_inner_pc) !important;
}
.c-sp-inner {
  padding: 0 !important;
}
.loading-img-anime {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-animation: loading-svg 1s forwards ease;
          animation: loading-svg 1s forwards ease;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes loading-svg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes loading-svg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100svh;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-modal-container.is-active {
  pointer-events: inherit;
  opacity: 1;
}
.c-modal-container__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
}
.c-modal-container .c-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-modal-container__out {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 80%;
  overflow: auto;
}
.c-modal-container__out .c-inner {
  padding: 0 !important;
}
.c-modal-container__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  background: #fff;
  border: 2px solid #000;
  border-radius: 9999px;
}
.is-active .c-modal-container__close {
  pointer-events: auto;
}
.c-modal-container__close::after, .c-modal-container__close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 60%;
  content: "";
  background: #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal-container__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal-container__inner {
  width: 100%;
  height: 100%;
  padding: 5rem !important;
  overflow: auto;
  background: #fff;
}
.is-active .c-modal-container__inner {
  pointer-events: auto;
}
.is-active .c-modal-container__inner * {
  pointer-events: auto;
}
.c-modal-container__inner * {
  max-width: 100%;
}
.c-modal-container > .elementor-element {
  display: block !important;
}
.c-mv {
  margin-top: var(--l-header-height);
  height: var(--mv_h_pc);
}
.c-mv__sub, .c-mv__ttl {
  color: var(--mv_c_t);
}
.c-mv-patternA,
.c-mv-patternB {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0 !important;
}
.c-mv-patternA__box,
.c-mv-patternB__box {
  font-size: var(--fs_mv_pc);
  line-height: 1.5;
}
.c-mv-patternA__sub,
.c-mv-patternB__sub {
  display: block;
  font-size: 30%;
}
.c-mv-patternA__thumb,
.c-mv-patternB__thumb {
  position: relative;
  height: 100%;
}
.c-mv-patternA__thumb img,
.c-mv-patternB__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mv-patternC,
.c-mv-patternD,
.c-mv-patternE,
.c-mv-patternF {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.c-mv-patternC__box,
.c-mv-patternD__box,
.c-mv-patternE__box,
.c-mv-patternF__box {
  position: relative;
  z-index: 1;
  font-size: var(--fs_mv_pc);
  line-height: 1.5;
}
.c-mv-patternC__sub,
.c-mv-patternD__sub,
.c-mv-patternE__sub,
.c-mv-patternF__sub {
  display: block;
  font-size: 30%;
}
.c-mv-patternC__thumb,
.c-mv-patternD__thumb,
.c-mv-patternE__thumb,
.c-mv-patternF__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-mv-patternC__thumb img,
.c-mv-patternD__thumb img,
.c-mv-patternE__thumb img,
.c-mv-patternF__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mv-patternC.center,
.c-mv-patternD.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.c-mv-patternF {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.c-mv-patternG,
.c-mv-patternH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  /* c-mv block styles */
  padding: 4rem 0;
}
.c-mv-patternG__inner,
.c-mv-patternH__inner {
  width: 100%;
}
.c-mv-patternG__content,
.c-mv-patternH__content {
  /* c-mv content element styles */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--mv_h_pc);
}
.c-mv-patternG__content > div,
.c-mv-patternH__content > div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-mv-patternG__header,
.c-mv-patternH__header {
  /* c-mv header element styles */
  font-size: var(--fs_mv_pc);
}
.c-mv-patternG__title,
.c-mv-patternH__title {
  /* c-mv title element styles */
}
.c-mv-patternG__subtitle,
.c-mv-patternH__subtitle {
  /* c-mv subtitle element styles */
  font-size: 0.35em;
}
.c-mv-patternG__separator,
.c-mv-patternH__separator {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* c-mv separator element styles */
  width: 2px;
  height: 100%;
  background: #e8e8e8;
  border: none;
}
.c-mv-patternG__text,
.c-mv-patternH__text {
  /* c-mv text element styles */
  padding-left: 6rem;
}
.c-over-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-pagenation > div {
  text-align: center;
}
.c-pagenation > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 5rem;
  font-size: 1.4rem;
  border: 1px solid #ddd;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-pagenation > div a:hover {
  opacity: 0.5;
}
.c-pagenation__el {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30%;
}
.c-pagenation__el span {
  position: relative;
}
.c-pagenation__el span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.c-pagenation__list {
  width: calc(100% - 30% * 2);
}
.c-pagenation__prev {
  margin-right: -1px;
}
.c-pagenation__prev span {
  position: relative;
  padding-left: 1.5rem;
}
.c-pagenation__next {
  margin-left: -1px;
}
.c-pagenation__next span {
  position: relative;
  padding-right: 1.5rem;
}
.c-pagenation__next span::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.c-section-heading__title {
  margin: 0;
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 8.6rem;
  font-weight: 600;
  line-height: 1;
  color: #222;
  letter-spacing: 0;
}
.c-section-heading__title-accent {
  color: #f05151;
}
.c-section-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-section-label__icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.1rem;
  height: 1rem;
  margin-bottom: 0.3rem;
}
.c-section-label__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-section-label__text {
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  color: #f05151;
  letter-spacing: 0.12rem;
}
.c-section-label--white {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-section-label--white .c-section-label__icon {
  margin-top: 0.2rem;
  margin-bottom: 0;
}
.c-section-label--white .c-section-label__text {
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.076rem;
}
.c-sidebarArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25rem 1fr;
  grid-template-columns: 25rem 1fr;
  grid-column-gap: 7rem;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}
.c-sidebarArea .c-cat {
  display: none;
}
.c-sidebar__wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 15rem;
}
.c-sidebar__childTtl {
  padding: 1rem 1.5rem;
  color: #fff;
  text-align: center;
  background: var(--cat_color);
}
.c-sidebar__list {
  position: relative;
}
.c-sidebar__list h4 {
  position: relative;
  padding: 1rem 4.5rem 1rem 1.5rem;
  cursor: pointer;
  border: 1px solid #c6c6c6;
}
.c-sidebar__list h4::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: translateY(-75%) rotate(45deg);
          transform: translateY(-75%) rotate(45deg);
}
.c-sidebar__list h4.is-active::after {
  -webkit-transform: translateX(50%) translateY(-95%) rotate(-135deg);
          transform: translateX(50%) translateY(-95%) rotate(-135deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.c-sidebar__list ul {
  z-index: 1;
  display: none;
  width: 100%;
  margin-top: -1px;
  background: #fff;
}
.c-sidebar__list ul li.is-active {
  display: none;
}
.c-sidebar__list ul li:nth-of-type(n + 2) {
  margin-top: -1px;
}
.c-sidebar__list ul li a {
  display: block;
  padding: 1rem 1.5rem;
  border: 1px solid #c6c6c6;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-sidebar__list ul li a:hover {
  opacity: 0.5;
}
.c-simple-table {
  width: 100%;
}
.c-simple-table-typeA,
.c-simple-table-typeA * {
  border-color: var(--table_border_color);
}
.c-simple-table-typeA th {
  background: var(--table_bg_color);
}
.c-simple-table-typeA,
.c-simple-table-typeA td,
.c-simple-table-typeA tr {
  background: none !important;
}
.c-simple-table-typeA th,
.c-simple-table-typeA td {
  padding: 2rem 3rem;
}
.c-simple-table-typeB,
.c-simple-table-typeB td {
  background: none !important;
}
.c-simple-table-typeB,
.c-simple-table-typeB * {
  border: none !important;
}
.c-simple-table-typeB th {
  text-align: left;
}
.c-simple-table-typeB th,
.c-simple-table-typeB td {
  padding: 2rem 3rem;
}
.c-simple-table-typeC,
.c-simple-table-typeC * {
  background: none !important;
}
.c-simple-table-typeC:not(tr),
.c-simple-table-typeC *:not(tr) {
  border: none !important;
}
.c-simple-table-typeC tr {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}
.c-simple-table-typeC th {
  text-align: left;
  background: none;
}
.c-simple-table-typeC td,
.c-simple-table-typeC th {
  padding: 2rem;
}
.swiper-typeA, .swiper-typeA-nav {
  width: 85%;
}
.swiper-typeA .swiper-slide {
  position: relative;
}
.swiper-typeA .swiper-slide p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.5rem 2rem;
  background: #fffc;
}
.swiper-typeA img {
  width: 100%;
}
.swiper-typeA-nav {
  margin-top: 1%;
}
.swiper-typeA-wrap {
  position: relative;
}
.swiper-typeA-wrap .swiper-button-next,
.swiper-typeA-wrap .swiper-button-prev {
  width: 1.4rem !important;
  outline: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-typeA-wrap .swiper-button-next::after,
.swiper-typeA-wrap .swiper-button-prev::after {
  font-size: 3rem !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.js-tab .trigger > .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.js-tab .trigger > .e-con-inner > .trigger-child {
  min-width: calc(100% / 5);
  padding: 1rem 4rem;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c6c6c6;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.js-tab .trigger > .e-con-inner > .trigger-child:nth-child(n+2) {
  margin-left: -1px;
}
.js-tab .trigger > .e-con-inner > .trigger-child:nth-child(4), .js-tab .trigger > .e-con-inner > .trigger-child:nth-child(7), .js-tab .trigger > .e-con-inner > .trigger-child:nth-child(10) {
  min-width: calc(100% / 3);
  margin-left: 0;
}
.js-tab .trigger > .e-con-inner > .trigger-child.is-active {
  color: var(--border_color);
  pointer-events: none;
  background: #f9f9f9;
}
.js-tab .trigger > .e-con-inner > .trigger-child:hover {
  color: var(--border_color);
}
.js-tab .inner {
  margin-top: -1px;
}
.js-tab .inner-child {
  padding: 2rem;
  border: 1px solid #c6c6c6;
}
.c-text-dot {
  position: relative;
}
.c-text-dot::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #e21a1a;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -1.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.text-editor p,
.elementor-widget-text-editor .elementor-widget-container p {
  min-height: 3rem;
}
.text-editor a,
.elementor-widget-text-editor .elementor-widget-container a {
  color: var(--link_color);
  text-decoration: underline !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.text-editor a:hover,
.elementor-widget-text-editor .elementor-widget-container a:hover {
  text-decoration: none !important;
  opacity: 0.5;
}
.text-editor h2:not([class]),
.elementor-widget-text-editor .elementor-widget-container h2:not([class]) {
  padding-bottom: 1.2rem;
  font-size: var(--fs_ttl_pc);
  font-weight: bold;
  border-bottom: 1px solid var(--border_color);
}
.text-editor h3:not([class]),
.elementor-widget-text-editor .elementor-widget-container h3:not([class]) {
  position: relative;
  padding-left: 2.5rem;
  font-size: calc(var(--fs_ttl_pc) * 0.8);
  font-weight: bold;
  line-height: 1.5;
}
.text-editor h3:not([class])::before,
.elementor-widget-text-editor .elementor-widget-container h3:not([class])::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  background: var(--border_color);
  border-radius: 9999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.text-editor .space,
.elementor-widget-text-editor .elementor-widget-container .space {
  margin-top: 2rem;
}
.text-editor ul li,
.elementor-widget-text-editor .elementor-widget-container ul li {
  list-style: disc;
}
.text-editor ol li,
.elementor-widget-text-editor .elementor-widget-container ol li {
  list-style: auto;
}
.text-editor ul,
.text-editor ol,
.elementor-widget-text-editor .elementor-widget-container ul,
.elementor-widget-text-editor .elementor-widget-container ol {
  padding-left: 1em !important;
}
.text-editor ul li:nth-of-type(n + 2),
.text-editor ol li:nth-of-type(n + 2),
.elementor-widget-text-editor .elementor-widget-container ul li:nth-of-type(n + 2),
.elementor-widget-text-editor .elementor-widget-container ol li:nth-of-type(n + 2) {
  margin-top: 1.5rem !important;
}
.text-editor ol,
.elementor-widget-text-editor .elementor-widget-container ol {
  padding-left: 1.5em !important;
}
.text-editor blockquote,
.elementor-widget-text-editor .elementor-widget-container blockquote {
  padding: 2rem;
  border: 1px solid #333;
}
.c-transition {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.js-editor-accordion .trigger-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  height: 4rem;
}
.js-editor-accordion .trigger-icon .elementor-widget-container {
  position: relative;
}
.js-editor-accordion .trigger-icon .elementor-widget-container::after, .js-editor-accordion .trigger-icon .elementor-widget-container::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 2rem;
  margin: auto;
  content: "";
  background: var(--border_color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.js-editor-accordion .trigger-icon .elementor-widget-container::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-editor-accordion .trigger-icon.is-active .elementor-widget-container::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-accordionA .trigger {
  padding: 2rem 3rem;
  cursor: pointer;
  border: 1px solid var(--border_color) !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.js-accordionA .trigger .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.js-accordionA .trigger .q-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.5 !important;
}
.js-accordionA .trigger .q-icon > .elementor-widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.3rem !important;
  height: 3.3rem !important;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: var(--border_color);
  border-radius: 9999px;
}
.js-accordionA .trigger .q-icon-B {
  padding-right: 0;
}
.js-accordionA .trigger .q-icon-B > .elementor-widget-container {
  position: relative;
  width: auto !important;
  height: auto !important;
  color: var(--border_color);
  background: none;
}
.js-accordionA .trigger .q-icon-B > .elementor-widget-container::after {
  content: ".";
}
.js-accordionA .trigger .q-icon-C > .elementor-widget-container {
  border-radius: 0 !important;
}
.js-accordionA .trigger:hover {
  opacity: 0.5;
}
.js-accordionA .inner {
  padding: 3rem;
  background: #f4f4f4;
}
.js-accordionA .inner > div {
  overflow: hidden;
}
.js-accordionB .trigger {
  position: relative;
  padding: 1rem 1rem 1rem 0;
  cursor: pointer;
  background: #f4f4f4;
  border: 1px solid #c6c6c6 !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.js-accordionB .trigger > .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.js-accordionB .trigger > .e-con-inner > .flex > .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.js-accordionB .trigger .q-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.7rem;
  font-size: 2rem;
  border-right: 1px solid #c6c6c6;
}
.js-accordionB .trigger .q-icon > .elementor-widget-container {
  font-weight: bold;
  color: #6d7df5;
}
.js-accordionB .trigger:hover {
  opacity: 0.5;
}
.js-accordionB .inner {
  padding: 2rem 2rem 2rem 0;
  margin-top: -1px;
  border: 1px solid #c6c6c6 !important;
}
.js-accordionB .inner > .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.js-accordionB .inner .a-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.7rem;
  font-size: 2rem;
  font-weight: bold;
  border-right: 1px solid #c6c6c6;
}
.js-accordionC .trigger {
  position: relative;
  padding: 1.5rem 1rem 1.5rem 3rem;
  cursor: pointer;
  border: 1px solid var(--border_color) !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.js-accordionC .trigger > .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.js-accordionC .trigger > .e-con-inner > .flex > .e-con-inner {
  display: block;
}
.js-accordionC .trigger .q-icon {
  font-size: 1.8rem;
}
.js-accordionC .trigger .q-icon > .elementor-widget-container {
  margin-bottom: 0.5rem;
  line-height: 1.3;
  color: var(--border_color);
}
.js-accordionC .trigger:hover {
  opacity: 0.5;
}
.js-accordionC .inner {
  padding: 3rem;
  background: #f4f4f4 !important;
}
.js-accordionC .inner > .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.js-accordionC .inner .a-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.7rem;
  font-size: 2rem;
  font-weight: bold;
  border-right: 1px solid #c6c6c6;
}
.js-accordionD .trigger {
  position: relative;
  padding: 1.8rem 4rem;
  cursor: pointer;
  background: #f4f4f4 !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.js-accordionD .trigger > .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.js-accordionD .trigger > .e-con-inner > .flex > .e-con-inner {
  display: block;
}
.js-accordionD .trigger .trigger-icon {
  background: #fff;
  border-radius: 9999px;
}
.js-accordionD .trigger .trigger-icon > .elementor-widget-container::before, .js-accordionD .trigger .trigger-icon > .elementor-widget-container::after {
  height: 1.5rem;
  background: #333;
}
.js-accordionD .trigger .q-icon {
  font-size: 1.8rem;
}
.js-accordionD .trigger .q-icon > .elementor-widget-container {
  margin-bottom: 0.5rem;
  line-height: 1.3;
  color: var(--border_color);
}
.js-accordionD .trigger:hover {
  opacity: 0.5;
}
.js-accordionD .inner {
  padding: 2rem 4rem;
}
.js-accordionD .inner > .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.js-accordionD .inner .a-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.7rem;
  font-size: 2rem;
  font-weight: bold;
  border-right: 1px solid #c6c6c6;
}
.js-accordionE .trigger {
  position: relative;
  padding: 1.8rem 2rem;
  cursor: pointer;
  border-bottom: 1px solid #707070 !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.js-accordionE .trigger > .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.js-accordionE .trigger > .e-con-inner > .flex > .e-con-inner {
  display: block;
}
.js-accordionE .trigger .q-icon {
  width: 0.9rem;
  height: 0.9rem;
  background: #6d7df5;
  border-radius: 9999px;
}
.js-accordionE .trigger .flex .e-con-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}
.js-accordionE .trigger .flex .e-con-inner .q-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.5rem;
  margin-top: 1.2rem;
}
.js-accordionE .trigger:hover {
  opacity: 0.5;
}
.js-accordionE .inner {
  padding: 2rem 4rem;
  margin-top: -1px;
  border: 1px solid #707070;
}
.js-accordionE .inner > .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.js-accordionE .inner .a-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.7rem;
  font-size: 2rem;
  font-weight: bold;
  border-right: 1px solid #c6c6c6;
}
.c-archive-typeA-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem 6rem;
  gap: 4rem 6rem;
}
.c-archive-typeA-1__img {
  overflow: hidden;
}
.c-archive-typeA-1__img img {
  width: 100%;
  height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-archive-typeA-1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
.c-archive-typeA-1__time {
  font-size: calc(calc(var(--fs_txt_pc) * 0.9));
}
.c-archive-typeA-1__ttl {
  margin-top: 1rem;
  font-size: calc(calc(var(--fs_txt_pc) * 1.2));
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-archive-typeA-1__link:hover .c-archive-typeA-1__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-archive-typeB-1,
.c-archive-typeB-2,
.c-archive-typeC-1 {
  margin-top: -2rem;
}
.c-archive-typeB-1__wrap,
.c-archive-typeB-2__wrap,
.c-archive-typeC-1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30rem;
}
.c-archive-typeB-1__time,
.c-archive-typeB-2__time,
.c-archive-typeC-1__time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12rem;
  font-size: calc(calc(var(--fs_txt_pc) * 0.9));
}
.c-archive-typeB-1_cat a,
.c-archive-typeB-2_cat a,
.c-archive-typeC-1_cat a {
  max-width: 13rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-archive-typeB-1__ttl,
.c-archive-typeB-2__ttl,
.c-archive-typeC-1__ttl {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-archive-typeB-1__el,
.c-archive-typeB-2__el,
.c-archive-typeC-1__el {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.c-archive-typeB-1__el:nth-of-type(n + 2),
.c-archive-typeB-2__el:nth-of-type(n + 2),
.c-archive-typeC-1__el:nth-of-type(n + 2) {
  margin-top: -1px;
}
.c-archive-typeB-1__el:first-of-type,
.c-archive-typeB-2__el:first-of-type,
.c-archive-typeC-1__el:first-of-type {
  border-top: none;
}
.c-archive-typeB-1__link,
.c-archive-typeB-2__link,
.c-archive-typeC-1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 1.5rem;
}
.c-archive-typeB-1,
.c-archive-typeB-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.c-archive-typeB-1__el,
.c-archive-typeB-2__el {
  border-top: none;
  border-bottom: 1px solid #e2e2e2;
}
.c-archive-typeB-1__time,
.c-archive-typeB-2__time {
  width: auto;
  margin-right: 1.5rem;
}
.c-archive-typeB-1__wrap,
.c-archive-typeB-2__wrap {
  width: auto;
}
.c-archive-typeB-1__link,
.c-archive-typeB-2__link {
  display: block;
}
.c-archive-typeB-1__ttl,
.c-archive-typeB-2__ttl {
  margin-top: 1.5rem;
}
.c-archive-typeB-2 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.c-archive-typeB-2__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-archive-typeB-2__ttl p {
  display: -webkit-box;
  width: 95%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.c-archive-typeB-2__ttl svg {
  width: 0.8rem;
}
.c-archive-typeC-1__wrap {
  width: 15rem;
}
.c-archive__link {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-archive__link:hover {
  opacity: 0.7;
}
.c-btn01-typeA,
.c-btn01-typeB {
  display: block;
  padding: 0 1.5rem;
  color: var(--cat_color);
  border: 1px solid var(--cat_color);
  border-radius: 9999px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-btn01-typeA:hover,
.c-btn01-typeB:hover {
  color: #fff;
  background: var(--cat_color);
}
.c-btn01-typeA--reverse,
.c-btn01-typeB--reverse {
  color: #fff;
  background: var(--cat_color);
}
.c-btn01-typeA--reverse:hover,
.c-btn01-typeB--reverse:hover {
  color: var(--cat_color);
  background: #fff0;
}
.c-btn01-typeA.is-active,
.c-btn01-typeB.is-active {
  color: #fff;
  pointer-events: none;
  background: var(--cat_color);
}
.c-btn01-typeB {
  border-radius: 0;
}
.c-btn01-typeC {
  font-size: 1.6rem;
  text-underline-offset: 0.2rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-btn01-typeC.is-active, .c-btn01-typeC:hover {
  color: var(--cat_color);
}
.c-btn01-typeC.is-active {
  text-decoration: underline;
  pointer-events: none;
}
.c-btn01-typeC--reverse {
  position: relative;
  padding-left: 1.5rem;
  color: var(--cat_color);
}
.c-btn01-typeC--reverse::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background: var(--cat_color);
  border-radius: 9999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn01-typeC--reverse:hover {
  opacity: 0.5;
}
.c-cat {
  margin-bottom: 5rem;
}
.c-cat-typeA,
.c-cat-typeB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
.c-cat-typeC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 3.3rem;
  overflow: hidden;
}
.c-cat-typeC li {
  position: relative;
}
.c-cat-typeC li::before {
  position: absolute;
  top: 50%;
  left: -1.7rem;
  width: 1px;
  height: 1.2em;
  content: "";
  background: #333;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
}
.c-pagenav-typeA .nav-links,
.c-pagenav-typeB .nav-links,
.c-pagenav-typeC .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagenav-typeA .nav-links .page-numbers,
.c-pagenav-typeB .nav-links .page-numbers,
.c-pagenav-typeC .nav-links .page-numbers {
  margin: 0 0.6rem;
  font-size: calc(calc(var(--fs_txt_pc) * 1.1));
  color: var(--text_color);
}
.c-pagenav-typeA .nav-links .page-numbers:not(.next):not(.prev):not(.dots),
.c-pagenav-typeB .nav-links .page-numbers:not(.next):not(.prev):not(.dots),
.c-pagenav-typeC .nav-links .page-numbers:not(.next):not(.prev):not(.dots) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  padding-left: 0.2rem;
  background: #f4f4f4;
  border: 1px solid #3330;
  border-radius: 9999px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-pagenav-typeA .nav-links .page-numbers:not(.next):not(.prev):not(.dots):hover,
.c-pagenav-typeB .nav-links .page-numbers:not(.next):not(.prev):not(.dots):hover,
.c-pagenav-typeC .nav-links .page-numbers:not(.next):not(.prev):not(.dots):hover {
  background: #f4f4f400;
  border: 1px solid #333;
}
.c-pagenav-typeA .nav-links .page-numbers:not(.next):not(.prev):not(.dots).current,
.c-pagenav-typeB .nav-links .page-numbers:not(.next):not(.prev):not(.dots).current,
.c-pagenav-typeC .nav-links .page-numbers:not(.next):not(.prev):not(.dots).current {
  background: #f4f4f400;
  border: 1px solid #333;
}
.c-pagenav-typeA .nav-links .next,
.c-pagenav-typeA .nav-links .prev,
.c-pagenav-typeB .nav-links .next,
.c-pagenav-typeB .nav-links .prev,
.c-pagenav-typeC .nav-links .next,
.c-pagenav-typeC .nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  margin: 0 1.5rem;
}
.c-pagenav-typeA .nav-links .next svg,
.c-pagenav-typeA .nav-links .prev svg,
.c-pagenav-typeB .nav-links .next svg,
.c-pagenav-typeB .nav-links .prev svg,
.c-pagenav-typeC .nav-links .next svg,
.c-pagenav-typeC .nav-links .prev svg {
  width: 1rem;
}
.c-pagenav-typeA .nav-links .next svg *,
.c-pagenav-typeA .nav-links .prev svg *,
.c-pagenav-typeB .nav-links .next svg *,
.c-pagenav-typeB .nav-links .prev svg *,
.c-pagenav-typeC .nav-links .next svg *,
.c-pagenav-typeC .nav-links .prev svg * {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-pagenav-typeA .nav-links .next:hover svg,
.c-pagenav-typeA .nav-links .prev:hover svg,
.c-pagenav-typeB .nav-links .next:hover svg,
.c-pagenav-typeB .nav-links .prev:hover svg,
.c-pagenav-typeC .nav-links .next:hover svg,
.c-pagenav-typeC .nav-links .prev:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-pagenav-typeA .nav-links .next:hover svg *,
.c-pagenav-typeA .nav-links .prev:hover svg *,
.c-pagenav-typeB .nav-links .next:hover svg *,
.c-pagenav-typeB .nav-links .prev:hover svg *,
.c-pagenav-typeC .nav-links .next:hover svg *,
.c-pagenav-typeC .nav-links .prev:hover svg * {
  stroke: #333;
  stroke-width: 2px;
}
.c-pagenav-typeA .nav-links .prev,
.c-pagenav-typeB .nav-links .prev,
.c-pagenav-typeC .nav-links .prev {
  margin-left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-pagenav-typeA .nav-links .next,
.c-pagenav-typeB .nav-links .next,
.c-pagenav-typeC .nav-links .next {
  margin-right: 0;
}
.c-pagenav-typeB .nav-links .page-numbers:not(.next):not(.prev):not(.dots) {
  border-radius: 0;
}
.c-pagenav-typeC .nav-links .page-numbers {
  margin: 0 1.4rem;
  font-size: calc(calc(var(--fs_txt_pc) * 1.1));
}
.c-pagenav-typeC .nav-links .page-numbers:not(.next):not(.prev):not(.dots) {
  width: 2rem;
  height: 3rem;
  background: none;
  border: none;
  border-radius: 0;
}
.c-pagenav-typeC .nav-links .page-numbers:not(.next):not(.prev):not(.dots):hover {
  color: #333;
  background: none;
  border: none;
}
.c-pagenav-typeC .nav-links .page-numbers:not(.next):not(.prev):not(.dots).current {
  color: #333;
  background: none;
  border: none;
  border-bottom: 2px solid #333;
}
.c-pagenav {
  margin-top: 6rem;
}
/* ==========================================================================
 margin
========================================================================== */
.u-m-c {
  margin-right: auto !important;
  margin-left: auto !important;
}
.u-m-r {
  margin-right: auto !important;
  margin-left: 0 !important;
}
/* Top margin */
.u-mt-0 {
  margin-top: 0rem !important;
}
.u-mt-1 {
  margin-top: 1rem !important;
}
.u-mt-2 {
  margin-top: 2rem !important;
}
.u-mt-3 {
  margin-top: 3rem !important;
}
.u-mt-4 {
  margin-top: 4rem !important;
}
.u-mt-5 {
  margin-top: 5rem !important;
}
.u-mt-6 {
  margin-top: 6rem !important;
}
.u-mt-7 {
  margin-top: 7rem !important;
}
.u-mt-8 {
  margin-top: 8rem !important;
}
.u-mt-9 {
  margin-top: 9rem !important;
}
.u-mt-10 {
  margin-top: 10rem !important;
}
.u-mt-11 {
  margin-top: 11rem !important;
}
.u-mt-12 {
  margin-top: 12rem !important;
}
.u-mt-13 {
  margin-top: 13rem !important;
}
.u-mt-14 {
  margin-top: 14rem !important;
}
.u-mt-15 {
  margin-top: 15rem !important;
}
.u-mt-16 {
  margin-top: 16rem !important;
}
.u-mt-17 {
  margin-top: 17rem !important;
}
.u-mt-18 {
  margin-top: 18rem !important;
}
.u-mt-19 {
  margin-top: 19rem !important;
}
.u-mt-20 {
  margin-top: 20rem !important;
}
.u-mt-21 {
  margin-top: 21rem !important;
}
.u-mt-22 {
  margin-top: 22rem !important;
}
.u-mt-23 {
  margin-top: 23rem !important;
}
.u-mt-24 {
  margin-top: 24rem !important;
}
.u-mt-25 {
  margin-top: 25rem !important;
}
/* Right margin */
.u-mr-0 {
  margin-right: 0rem !important;
}
.u-mr-1 {
  margin-right: 1rem !important;
}
.u-mr-2 {
  margin-right: 2rem !important;
}
.u-mr-3 {
  margin-right: 3rem !important;
}
.u-mr-4 {
  margin-right: 4rem !important;
}
.u-mr-5 {
  margin-right: 5rem !important;
}
.u-mr-6 {
  margin-right: 6rem !important;
}
.u-mr-7 {
  margin-right: 7rem !important;
}
.u-mr-8 {
  margin-right: 8rem !important;
}
.u-mr-9 {
  margin-right: 9rem !important;
}
.u-mr-10 {
  margin-right: 10rem !important;
}
.u-mr-11 {
  margin-right: 11rem !important;
}
.u-mr-12 {
  margin-right: 12rem !important;
}
.u-mr-13 {
  margin-right: 13rem !important;
}
.u-mr-14 {
  margin-right: 14rem !important;
}
.u-mr-15 {
  margin-right: 15rem !important;
}
.u-mr-16 {
  margin-right: 16rem !important;
}
.u-mr-17 {
  margin-right: 17rem !important;
}
.u-mr-18 {
  margin-right: 18rem !important;
}
.u-mr-19 {
  margin-right: 19rem !important;
}
.u-mr-20 {
  margin-right: 20rem !important;
}
.u-mr-21 {
  margin-right: 21rem !important;
}
.u-mr-22 {
  margin-right: 22rem !important;
}
.u-mr-23 {
  margin-right: 23rem !important;
}
.u-mr-24 {
  margin-right: 24rem !important;
}
.u-mr-25 {
  margin-right: 25rem !important;
}
/* Bottom margin */
.u-mb-0 {
  margin-bottom: 0rem !important;
}
.u-mb-1 {
  margin-bottom: 1rem !important;
}
.u-mb-2 {
  margin-bottom: 2rem !important;
}
.u-mb-3 {
  margin-bottom: 3rem !important;
}
.u-mb-4 {
  margin-bottom: 4rem !important;
}
.u-mb-5 {
  margin-bottom: 5rem !important;
}
.u-mb-6 {
  margin-bottom: 6rem !important;
}
.u-mb-7 {
  margin-bottom: 7rem !important;
}
.u-mb-8 {
  margin-bottom: 8rem !important;
}
.u-mb-9 {
  margin-bottom: 9rem !important;
}
.u-mb-10 {
  margin-bottom: 10rem !important;
}
.u-mb-11 {
  margin-bottom: 11rem !important;
}
.u-mb-12 {
  margin-bottom: 12rem !important;
}
.u-mb-13 {
  margin-bottom: 13rem !important;
}
.u-mb-14 {
  margin-bottom: 14rem !important;
}
.u-mb-15 {
  margin-bottom: 15rem !important;
}
.u-mb-16 {
  margin-bottom: 16rem !important;
}
.u-mb-17 {
  margin-bottom: 17rem !important;
}
.u-mb-18 {
  margin-bottom: 18rem !important;
}
.u-mb-19 {
  margin-bottom: 19rem !important;
}
.u-mb-20 {
  margin-bottom: 20rem !important;
}
.u-mb-21 {
  margin-bottom: 21rem !important;
}
.u-mb-22 {
  margin-bottom: 22rem !important;
}
.u-mb-23 {
  margin-bottom: 23rem !important;
}
.u-mb-24 {
  margin-bottom: 24rem !important;
}
.u-mb-25 {
  margin-bottom: 25rem !important;
}
/* Left margin */
.u-ml-0 {
  margin-left: 0rem !important;
}
.u-ml-1 {
  margin-left: 1rem !important;
}
.u-ml-2 {
  margin-left: 2rem !important;
}
.u-ml-3 {
  margin-left: 3rem !important;
}
.u-ml-4 {
  margin-left: 4rem !important;
}
.u-ml-5 {
  margin-left: 5rem !important;
}
.u-ml-6 {
  margin-left: 6rem !important;
}
.u-ml-7 {
  margin-left: 7rem !important;
}
.u-ml-8 {
  margin-left: 8rem !important;
}
.u-ml-9 {
  margin-left: 9rem !important;
}
.u-ml-10 {
  margin-left: 10rem !important;
}
.u-ml-11 {
  margin-left: 11rem !important;
}
.u-ml-12 {
  margin-left: 12rem !important;
}
.u-ml-13 {
  margin-left: 13rem !important;
}
.u-ml-14 {
  margin-left: 14rem !important;
}
.u-ml-15 {
  margin-left: 15rem !important;
}
.u-ml-16 {
  margin-left: 16rem !important;
}
.u-ml-17 {
  margin-left: 17rem !important;
}
.u-ml-18 {
  margin-left: 18rem !important;
}
.u-ml-19 {
  margin-left: 19rem !important;
}
.u-ml-20 {
  margin-left: 20rem !important;
}
.u-ml-21 {
  margin-left: 21rem !important;
}
.u-ml-22 {
  margin-left: 22rem !important;
}
.u-ml-23 {
  margin-left: 23rem !important;
}
.u-ml-24 {
  margin-left: 24rem !important;
}
.u-ml-25 {
  margin-left: 25rem !important;
}
.p-interview-list {
  margin-top: 8rem;
  overflow: visible;
}
.p-interview-list__slider {
  overflow: visible;
}
.p-interview-list__slider .swiper {
  overflow: visible;
}
.p-interview-list__slider .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-interview-list .p-interview-list__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30rem;
  height: auto;
  -webkit-transition: none;
  transition: none;
}
.p-interview-list .p-interview-list__slide, .p-interview-list .p-interview-list__slide.swiper-slide-active {
  width: 30rem;
  margin-inline: 0;
}
.p-interview-list .p-interview-list__slide .p-top__interview-visual, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual {
  width: 100%;
  margin-inline: 0;
  -webkit-transition: none;
  transition: none;
}
.p-interview-list .p-interview-list__slide .p-top__interview-visual-deco, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-deco {
  opacity: 1;
  -webkit-transform: rotate(7.5deg) scale(1);
          transform: rotate(7.5deg) scale(1);
}
.p-interview-list .p-interview-list__slide .p-top__interview-visual-content, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-content {
  padding: 1.5rem;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-interview-list .p-interview-list__slide .p-top__interview-visual-role, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-role {
  top: 0;
  padding: 1rem 0.8rem;
  font-size: 1.5rem;
  border-radius: 0 0 1.5rem 0;
  border-top-left-radius: 1.5rem;
}
.p-interview-list .p-interview-list__slide .p-top__interview-visual-catch, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-catch {
  right: 1.5rem;
  bottom: 4.4rem;
  left: 1.5rem;
  font-size: 2.2rem;
  letter-spacing: 0.044rem;
}
.p-interview-list .p-interview-list__slide .p-top__interview-visual-info, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-info {
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.048rem;
}
.p-interview-list .p-interview-list__slide .p-top__interview-visual-role,
.p-interview-list .p-interview-list__slide .p-top__interview-visual-catch,
.p-interview-list .p-interview-list__slide .p-top__interview-visual-info, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-role,
.p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-catch,
.p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-info {
  word-break: break-word;
  overflow-wrap: anywhere;
}
.p-page .p-interview-list {
  padding-block: 2rem;
  margin-top: 0;
  overflow: hidden;
}
.p-recruitment-archive-footer {
  position: relative;
  z-index: 2;
  margin-top: 8rem;
  padding-bottom: 6rem;
  overflow: visible;
}
.p-recruitment-archive-footer__outer {
  max-width: 100rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
.p-recruitment-archive-footer__media {
  position: relative;
}
.p-recruitment-archive-footer__illust {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-recruitment-archive-footer__illust--1 {
  bottom: -3.7rem;
  left: -14.5rem;
  width: 16.2rem;
}
.p-recruitment-archive-footer__illust--2 {
  bottom: -4rem;
  right: -17.5rem;
  width: 19.4rem;
}
.p-recruitment-archive-footer__box {
  position: relative;
  z-index: 0;
  border-radius: 0.2rem;
  background: #fff5f5;
}
.p-recruitment-archive-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0;
}
.p-recruitment-archive-footer__title {
  width: 100%;
  margin: 0;
  color: #e21a1a;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.112rem;
  text-align: center;
  word-break: break-word;
}
.p-recruitment-archive-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-recruitment-archive-footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
.p-recruitment-archive-footer__logo-img {
  display: block;
  width: 22.6rem;
  max-width: 100%;
  height: auto;
}
.p-recruitment-archive-footer__divider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 0;
  border-left: 1px solid #ccc;
}
.p-recruitment-archive-footer__contact {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  color: #222;
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
}
.p-recruitment-archive-footer__contact-line {
  margin: 0;
  word-break: break-word;
}
.p-recruitment-archive {
  padding-bottom: 0;
}
.p-recruitment-archive__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.7rem;
  max-width: 100rem;
  margin: 0 auto;
  padding-inline: 2rem;
}
.p-recruitment-archive__lead {
  margin: 0;
  color: #222;
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  word-break: break-word;
  text-align: center;
}
.p-recruitment-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-recruitment-archive__item {
  width: calc((100% - 4.8rem) / 3);
}
.p-recruitment-archive__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 16.3rem;
  padding: 7rem 2rem 3rem 3rem;
  border: 1px solid #f05151;
  border-radius: 1rem;
  background: #fff;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-recruitment-archive__badge {
  position: absolute;
  top: -0.1rem;
  left: -0.12rem;
  padding: 1.2rem;
  border-radius: 1rem 0 1rem 0;
  background: #222;
  color: #fff;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.064rem;
  white-space: nowrap;
}
.p-recruitment-archive__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin-top: auto;
}
.p-recruitment-archive__card-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 0;
}
.p-recruitment-archive__title {
  color: #f05151;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.112rem;
  word-break: break-word;
}
.p-recruitment-archive__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-recruitment-archive__location-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.7rem;
  height: 2.5rem;
}
.p-recruitment-archive__location-text {
  color: #222;
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
}
.p-recruitment-archive__arrow {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 3rem;
  right: 2rem;
}
.p-recruitment-archive__arrow-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.p-recruitment-archive__empty {
  margin: 0;
  color: #222;
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
.c-content .p-recruitment-archive__list,
.c-content .p-recruitment-archive__list .p-recruitment-archive__item {
  list-style: none;
}
.p-recruitment-faq {
  padding: 8rem 0;
  background: #f0f4f5;
}
.p-recruitment-faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.p-recruitment-faq__head {
  width: 100%;
}
.p-recruitment-faq__list {
  width: 100%;
}
.p-recruitment-faq__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-recruitment-flow {
  padding: 10rem 0;
  background: #fff;
}
.p-recruitment-flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100rem;
  margin: 0 auto;
}
.p-recruitment-flow__head {
  width: 100%;
}
.p-recruitment-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-recruitment-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-recruitment-flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 2rem;
  background: #f0f4f5;
  border-radius: 0.4rem;
}
.p-recruitment-flow__step-badge {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.4rem;
  height: 7.4rem;
}
.p-recruitment-flow__step-badge-circle {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(135deg, #ff8b77 0%, #f15a5a 100%);
  border-radius: 50%;
}
.p-recruitment-flow__step-badge-inner {
  position: absolute;
  top: 25.68%;
  left: 25.68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47.3%;
  margin: 0;
  font-family: "Josefin Sans", var(--ff_txt);
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.p-recruitment-flow__step-label {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}
.p-recruitment-flow__step-number {
  display: block;
  width: 100%;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0;
}
.p-recruitment-flow__step-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
}
.p-recruitment-flow__step-title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #f05151;
  word-break: break-word;
}
.p-recruitment-flow__step-text {
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  word-break: break-word;
}
.p-recruitment-flow__angle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10rem;
  height: 3rem;
}
.p-recruitment-flow__angle img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-recruitment-single__thumbnail {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 6rem;
  aspect-ratio: 5/3;
}
.p-recruitment-single__thumbnail-bg {
  position: absolute;
  top: -2.6rem;
  right: -1.8rem;
  bottom: 2.6rem;
  left: 1.8rem;
  z-index: 0;
  border-radius: 2rem;
  background: linear-gradient(212.82deg, #ffa388 1.83%, #ff4630 74.1%);
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.p-recruitment-single__thumbnail-figure {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 2rem;
  aspect-ratio: 5/3;
}
.p-recruitment-single__thumbnail-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruitment-single__requirements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
.p-recruitment-single__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-recruitment-single__table-head, .p-recruitment-single__table-data {
  padding: 0;
  border: 0;
  font-weight: inherit;
  background: transparent;
}
.p-recruitment-single__table-head {
  vertical-align: middle;
  width: 20rem;
  padding: 1rem 1.2rem;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.075rem;
  text-align: center;
  word-break: break-word;
  background: #444;
  border-top: 1px solid #888;
}
.p-recruitment-single__table-data {
  vertical-align: top;
  background: #fff;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
}
.p-recruitment-single__table-row:first-child .p-recruitment-single__table-head {
  border-top-left-radius: 0.4rem;
}
.p-recruitment-single__table-row:first-child .p-recruitment-single__table-data {
  border-top-right-radius: 0.4rem;
}
.p-recruitment-single__table-row:last-child .p-recruitment-single__table-data {
  border-bottom: 1px solid #c4c4c4;
}
.p-recruitment-single__table-body {
  padding: 2rem 2.4rem;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.54;
  color: #222;
  word-break: break-word;
}
.p-recruitment-single__table-body p {
  margin: 0 0 1.76rem;
  line-height: 1.54;
}
.p-recruitment-single__table-body p:last-child {
  margin-bottom: 0;
}
.p-recruitment-single__table-body ul,
.p-recruitment-single__table-body ol {
  margin: 0;
  padding-left: 1.8rem !important;
}
.p-recruitment-single__table-body ul li,
.p-recruitment-single__table-body ol li {
  margin: 0;
  line-height: 1.54;
}
.p-recruitment-single__table-body ul li::marker,
.p-recruitment-single__table-body ol li::marker {
  font-size: 0.65em;
}
.p-recruitment-single__table-body ul li:nth-of-type(n + 2),
.p-recruitment-single__table-body ol li:nth-of-type(n + 2) {
  margin-top: 0 !important;
}
.p-recruitment-single__table-body ul li p,
.p-recruitment-single__table-body ol li p {
  margin: 0;
  line-height: inherit;
}
.p-recruitment-single__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-recruitment-single__apply-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 40rem;
  min-height: 9rem;
  padding: 0 2rem 0 3rem;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(-44.51deg, #e21a1a 42.52%, #fa7c6f 100%);
  border-radius: 10rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-recruitment-single__apply-btn:hover {
  opacity: 0.9;
}
.p-recruitment-single__apply-btn-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.p-recruitment-single__apply-btn-icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #fff;
  border-radius: 50%;
}
.p-recruitment-single__apply-btn-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3rem;
  height: 1rem;
  content: "";
  background-color: #e21a1a;
  mask-image: url(../images/common/ic-arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../images/common/ic-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-content .p-recruitment-single__table th,
.c-content .p-recruitment-single__table td {
  padding: 0;
  border: 0;
  font-weight: inherit;
  background: transparent;
}
.c-content .p-recruitment-single__table .p-recruitment-single__table-head {
  vertical-align: middle;
  font-weight: 700;
  background: #444;
  border-top: 1px solid #888;
}
.c-content .p-recruitment-single__table .p-recruitment-single__table-data {
  background: #fff;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
}
.c-content .p-recruitment-single__table .p-recruitment-single__table-row:last-child .p-recruitment-single__table-data {
  border-bottom: 1px solid #c4c4c4;
}
@-webkit-keyframes p-top-env-marquee-vertical {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes p-top-env-marquee-vertical {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes p-top-env-marquee-horizontal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes p-top-env-marquee-horizontal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-top__env {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 66rem;
  background: linear-gradient(90deg, rgba(214, 243, 255, 0.1) 0%, rgba(214, 243, 255, 0.1) 100%), linear-gradient(241deg, #f0f4f5 8.32%, #eaeaea 113.94%), #e6ecf1;
}
.p-top__env-inner {
  position: relative;
  z-index: 1;
}
.p-top__env-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  max-width: 67.7rem;
  padding: 13rem 0 14.4rem;
}
.p-top__env-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.p-top__env-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #f05151;
  letter-spacing: 0.076rem;
}
.p-top__env-label-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.1rem;
  height: 1rem;
  margin-top: 0.15rem;
}
.p-top__env-label-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top__env-title {
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 8.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
  letter-spacing: -0.344rem;
}
.p-top__env-title-accent {
  color: #f05151;
}
.p-top__env-lead {
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #222;
  letter-spacing: 0.032rem;
  margin-bottom: 3.8rem;
}
.p-top__env-lead p + p {
  margin-top: 0;
}
.p-top__env-action {
  position: relative;
  z-index: 1;
  width: 58.1rem;
  max-width: 100%;
}
.p-top__env-btn {
  position: relative;
  display: block;
  width: 100%;
  min-height: 14.64rem;
  text-decoration: none;
}
.p-top__env-btn:hover .p-top__env-btn-pill {
  color: #f05151;
  background-color: #fff;
}
.p-top__env-btn:hover .p-top__env-btn-icon {
  background-color: #f05151;
}
.p-top__env-btn:hover .p-top__env-btn-icon::after {
  background-color: #fff;
}
.p-top__env-btn-illust {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
}
.p-top__env-btn-illust img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top__env-btn-illust--before {
  top: 0;
  left: 0;
  width: 26.1rem;
  height: 14.64rem;
}
.p-top__env-btn-illust--before img {
  height: 100%;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.p-top__env-btn-illust--after {
  display: none;
}
.p-top__env-btn-pill {
  position: absolute;
  right: 0;
  bottom: 3.07rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 49.5rem;
  max-width: calc(100% - 8.6rem);
  height: 8rem;
  padding: 0 2rem 0 18rem;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #f05151;
  border: 1px solid #f05151;
  border-radius: 100px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.p-top__env-btn-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: left;
  white-space: nowrap;
}
.p-top__env-btn-icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-top__env-btn-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3rem;
  height: 1rem;
  content: "";
  background-color: #e21a1a;
  mask-image: url(../images/common/ic-arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../images/common/ic-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-top__env-visual {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  z-index: 0;
  width: 41rem;
  overflow: hidden;
  pointer-events: none;
}
.p-top__env-marquee {
  height: 100%;
  overflow: hidden;
}
.p-top__env-marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
  -webkit-animation: p-top-env-marquee-vertical 48s linear infinite;
          animation: p-top-env-marquee-vertical 48s linear infinite;
}
.p-top__env-marquee-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 41rem;
  height: 27.3rem;
  margin: 0;
  overflow: hidden;
}
.p-top__env-marquee-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--env-img-position, center bottom);
     object-position: var(--env-img-position, center bottom);
  border-radius: inherit;
}
.p-top__faq {
  position: relative;
  z-index: 1;
  padding: 6.2rem 0 8rem;
  overflow: hidden;
}
.p-top__faq-before, .p-top__faq-after {
  position: absolute;
  z-index: 0;
  margin: 0;
  pointer-events: none;
}
.p-top__faq-before img, .p-top__faq-after img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__faq-before {
  top: 20.6rem;
  left: 0;
  width: 17.4rem;
}
.p-top__faq-after {
  right: 0;
  top: 50rem;
  width: 31.5rem;
}
.p-top__faq-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 116rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
}
.p-top__faq-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__faq-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #f05151;
  letter-spacing: 0.076rem;
}
.p-top__faq-label-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.1rem;
  height: 1rem;
  margin-top: 0.15rem;
}
.p-top__faq-label-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top__faq-title {
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 8.6rem;
  font-weight: 600;
  line-height: 1.8;
  color: #222;
  letter-spacing: -0.344rem;
}
.p-top__faq-title-accent {
  color: #f05151;
}
.p-top__faq-list {
  width: 100%;
}
.p-top__interview {
  position: relative;
  z-index: 1;
  padding: 12rem 0 14rem;
  background-color: #fff;
}
.p-top__interview-decoration {
  position: absolute;
  bottom: calc(100% - 45rem);
  right: 0;
  width: 40rem;
}
.p-top__interview-inner {
  position: relative;
  overflow: hidden;
}
.p-top__interview-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10rem;
  text-align: center;
}
.p-top__interview-title {
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 8.6rem;
  font-weight: 600;
  line-height: 1;
  color: #222;
  letter-spacing: 0;
}
.p-top__interview-title-accent {
  color: #f05151;
}
.p-top__interview-lead {
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #222;
  letter-spacing: 0.032rem;
}
.p-top__interview-body {
  position: relative;
}
.p-top__interview-slider {
  position: relative;
  margin-inline: -2rem;
  padding-bottom: 2rem;
  overflow: visible;
}
.p-top__interview-slider .swiper {
  overflow: visible;
}
.p-top__interview-slider .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top__interview-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33rem;
  height: auto;
  -webkit-transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), margin 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), margin 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-top__interview-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 420/600;
  -webkit-transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-top__interview-visual:not(.is-deco-visible) .p-top__interview-visual-deco {
  opacity: 0;
  -webkit-transform: rotate(-14deg) scale(0.82);
          transform: rotate(-14deg) scale(0.82);
  -webkit-transition: none;
  transition: none;
}
.p-top__interview-visual.is-deco-visible .p-top__interview-visual-deco {
  opacity: 1;
  -webkit-transform: rotate(7.5deg) scale(1);
          transform: rotate(7.5deg) scale(1);
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.5s cubic-bezier(0.25, 0.9, 0.25, 1);
  transition: opacity 0.35s ease-out, -webkit-transform 0.5s cubic-bezier(0.25, 0.9, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.9, 0.25, 1), opacity 0.35s ease-out;
  transition: transform 0.5s cubic-bezier(0.25, 0.9, 0.25, 1), opacity 0.35s ease-out, -webkit-transform 0.5s cubic-bezier(0.25, 0.9, 0.25, 1);
}
.p-top__interview-visual-deco {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(215.62deg, #ffa388 1.83%, #ff4630 74.1%);
  border-radius: 2rem;
  opacity: 0;
  -webkit-transform: rotate(-14deg) scale(0.82);
          transform: rotate(-14deg) scale(0.82);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  pointer-events: none;
}
.p-top__interview-visual-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.p-top__interview-visual-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.p-top__interview-visual-bg img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
.p-top__interview-visual-person {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
}
.p-top__interview-visual-person img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 0 2rem 2rem;
}
.p-top__interview-visual-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(57.96%, rgba(0, 0, 0, 0)), color-stop(74.8%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.96%, rgba(0, 0, 0, 0.35) 74.8%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: inherit;
  pointer-events: none;
  border-radius: 2rem;
}
.p-top__interview-visual-content {
  position: absolute;
  z-index: 4;
  padding: 1.5rem;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
  aspect-ratio: 3/4;
  width: 100%;
  height: auto;
  bottom: 0;
  -webkit-transition: padding 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-top__interview-visual-role {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0.8rem;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.04;
  color: #fff;
  background-color: #222;
  border-radius: 0 0 1.5rem 0;
  border-top-left-radius: 1.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2rem;
}
.p-top__interview-visual-role.is-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.048rem;
}
.p-top__interview-visual-catch {
  position: absolute;
  right: 1.5rem;
  bottom: 4.4rem;
  left: 1.5rem;
  margin: 0;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.044rem;
}
.p-top__interview-visual-info {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  margin: 0;
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.048rem;
}
.p-top__interview-visual-role, .p-top__interview-visual-catch, .p-top__interview-visual-info {
  -webkit-transition: font-size 0.6s cubic-bezier(0.4, 0, 0.2, 1), line-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), letter-spacing 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding 0.6s cubic-bezier(0.4, 0, 0.2, 1), top 0.6s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.6s cubic-bezier(0.4, 0, 0.2, 1), left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: font-size 0.6s cubic-bezier(0.4, 0, 0.2, 1), line-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), letter-spacing 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding 0.6s cubic-bezier(0.4, 0, 0.2, 1), top 0.6s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.6s cubic-bezier(0.4, 0, 0.2, 1), left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-top__interview-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
  width: 68rem;
  margin-left: auto;
}
.p-top__interview-panel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 0;
}
.p-top__interview-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__interview-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto !important;
}
.p-top__interview-pagination .swiper-pagination-bullet {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  background-color: #d9d9d9;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.p-top__interview-pagination .swiper-pagination-bullet-active {
  width: 1.2rem;
  height: 1.2rem;
  background-color: transparent;
  border: 0.2rem solid #f05151;
}
.p-top__interview-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__interview-nav-btn {
  display: block;
  width: 5.8rem;
  height: 5.8rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-top__interview-nav-btn:hover {
  opacity: 0.85;
}
.p-top__interview-nav-btn img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top__outlook {
  position: relative;
  z-index: 1;
  padding: 6.2rem 0 14rem;
  overflow: visible;
}
.p-top__outlook-inner {
  position: relative;
}
.p-top__outlook-box {
  position: relative;
  min-height: 35rem;
  border-radius: 0.2rem;
  overflow: visible;
}
.p-top__outlook-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.p-top__outlook-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top__outlook-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.p-top__outlook-person {
  position: absolute;
  bottom: 0;
  right: -4rem;
  z-index: 2;
  width: 37.5rem;
  margin: 0;
  pointer-events: none;
}
.p-top__outlook-person picture {
  display: block;
  width: 100%;
}
.p-top__outlook-person img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__outlook-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 35rem;
  padding: 7.4rem 2rem 6rem;
  text-align: center;
}
.p-top__outlook-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__outlook-title {
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 8.6rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
}
.p-top__sns {
  position: relative;
  z-index: 2;
  padding: 6.2rem 0 8rem;
}
.p-top__sns-inner {
  width: 96.4rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
  position: relative;
  padding: 0;
}
.p-top__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.5rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-top__sns-item {
  width: 100%;
  max-width: 96.4rem;
}
.p-top__sns-item--half {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1rem);
          flex: 1 1 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  min-width: 0;
}
.p-top__sns-link {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#5d4cc9), color-stop(45%, #c13584), color-stop(75%, #fd1d1d), to(#fcb045));
  background: linear-gradient(90deg, #5d4cc9 0%, #c13584 45%, #fd1d1d 75%, #fcb045 100%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-top__sns-link::before {
  position: absolute;
  inset: 0.8rem;
  z-index: 0;
  content: "";
  background: #fff;
  border-radius: 0;
  pointer-events: none;
}
.p-top__sns-link:hover {
  opacity: 0.7;
  -webkit-transform: translate(0.2rem, 0.2rem);
          transform: translate(0.2rem, 0.2rem);
}
.p-top__sns-link--insta {
  background: -webkit-gradient(linear, left top, right top, from(#5d4cc9), color-stop(45%, #c13584), color-stop(75%, #fd1d1d), to(#fcb045));
  background: linear-gradient(90deg, #5d4cc9 0%, #c13584 45%, #fd1d1d 75%, #fcb045 100%);
}
.p-top__sns-link-inner {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 12rem;
}
.p-top__sns-link-illust {
  position: absolute;
  top: -2.2rem;
  left: 2.5rem;
  z-index: 2;
  width: 21.1rem;
  margin: 0;
  pointer-events: none;
}
.p-top__sns-link-illust img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__sns-link-body {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  pointer-events: none;
}
.p-top__sns-link-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #f05151;
  letter-spacing: 0.076rem;
}
.p-top__sns-link-label-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.1rem;
  height: 1rem;
  margin-top: 0.1rem;
}
.p-top__sns-link-label-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top__sns-link-name {
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
}
.p-top__sns-link-icon {
  position: absolute;
  top: 4rem;
  right: 3rem;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #e21a1a;
  border-radius: 50%;
}
.p-top__sns-link-icon img {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
}
.p-top__sns-cta {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  border-radius: 0.2rem;
}
.p-top__sns-cta::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  border-radius: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-top__sns-cta:hover::before {
  opacity: 0;
}
.p-top__sns-cta--job {
  background-color: #222;
}
.p-top__sns-cta--job::before {
  background: linear-gradient(-63deg, #222 45.36%, #777 100%);
}
.p-top__sns-cta--job .p-top__sns-cta-icon::after {
  background-color: #222;
}
.p-top__sns-cta--entry {
  background-color: #e21a1a;
}
.p-top__sns-cta--entry::before {
  background: linear-gradient(-62deg, #e21a1a 42.52%, #fa7c6f 100%);
}
.p-top__sns-cta--entry .p-top__sns-cta-icon::after {
  background-color: #e21a1a;
}
.p-top__sns-cta-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 20rem;
  padding: 0 4rem 0 5rem;
}
.p-top__sns-cta-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top__sns-cta-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top__sns-cta-label-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.1rem;
  height: 1rem;
  margin-top: 0.45rem;
}
.p-top__sns-cta-label-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top__sns-cta-label-text {
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.12rem;
}
.p-top__sns-cta-title {
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.p-top__sns-cta-icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50%;
}
.p-top__sns-cta-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3rem;
  height: 1rem;
  content: "";
  mask-image: url(../images/common/ic-arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../images/common/ic-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top__sns-illust {
  position: absolute;
  pointer-events: none;
}
.p-top__sns-illust--1 {
  bottom: -3.7rem;
  left: -14.5rem;
  width: 16.2rem;
}
.p-top__sns-illust--2 {
  bottom: -4rem;
  right: -17.5rem;
  width: 19.4rem;
}
@-webkit-keyframes p-top-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes p-top-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes p-top-scroll-dot {
  0% {
    top: 0;
  }
  100% {
    top: calc(100% - 0.5rem);
  }
}
@keyframes p-top-scroll-dot {
  0% {
    top: 0;
  }
  100% {
    top: calc(100% - 0.5rem);
  }
}
@-webkit-keyframes p-top-message-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
}
@keyframes p-top-message-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
}
@-webkit-keyframes p-top-nexus-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
}
@keyframes p-top-nexus-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
}
@-webkit-keyframes p-top-nexus-float-reverse {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@keyframes p-top-nexus-float-reverse {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@-webkit-keyframes p-top-mv-float-body {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@keyframes p-top-mv-float-body {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@-webkit-keyframes p-top-mv-float-shadow {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  50% {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
    -webkit-filter: blur(0.8rem);
            filter: blur(0.8rem);
  }
}
@keyframes p-top-mv-float-shadow {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  50% {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
    -webkit-filter: blur(0.8rem);
            filter: blur(0.8rem);
  }
}
@-webkit-keyframes p-top-rocket-fly {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.65, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.65, 1);
  }
  21% {
    -webkit-transform: translate(-60vw, -18rem);
            transform: translate(-60vw, -18rem);
    opacity: 1;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end);
  }
  22% {
    -webkit-transform: translate(-60vw, -18rem);
            transform: translate(-60vw, -18rem);
    opacity: 0;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end);
  }
  23% {
    -webkit-transform: translate(60vw, 22rem);
            transform: translate(60vw, 22rem);
    opacity: 0;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end);
  }
  24% {
    -webkit-transform: translate(60vw, 22rem);
            transform: translate(60vw, 22rem);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  51% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes p-top-rocket-fly {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.65, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.65, 1);
  }
  21% {
    -webkit-transform: translate(-60vw, -18rem);
            transform: translate(-60vw, -18rem);
    opacity: 1;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end);
  }
  22% {
    -webkit-transform: translate(-60vw, -18rem);
            transform: translate(-60vw, -18rem);
    opacity: 0;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end);
  }
  23% {
    -webkit-transform: translate(60vw, 22rem);
            transform: translate(60vw, 22rem);
    opacity: 0;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end);
  }
  24% {
    -webkit-transform: translate(60vw, 22rem);
            transform: translate(60vw, 22rem);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  51% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes p-top-rocket-fire-flicker {
  0% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
  20% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  40% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  60% {
    -webkit-transform: rotate(2.5deg);
            transform: rotate(2.5deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
}
@keyframes p-top-rocket-fire-flicker {
  0% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
  20% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  40% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  60% {
    -webkit-transform: rotate(2.5deg);
            transform: rotate(2.5deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
}
@-webkit-keyframes p-top-rocket-fly-sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.65, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.65, 1);
  }
  21% {
    -webkit-transform: translate(-92vw, -6.7rem);
            transform: translate(-92vw, -6.7rem);
    opacity: 1;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end);
  }
  22% {
    -webkit-transform: translate(-92vw, -6.7rem);
            transform: translate(-92vw, -6.7rem);
    opacity: 0;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end);
  }
  23% {
    -webkit-transform: translate(60vw, 8.1rem);
            transform: translate(60vw, 8.1rem);
    opacity: 0;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end);
  }
  24% {
    -webkit-transform: translate(60vw, 8.1rem);
            transform: translate(60vw, 8.1rem);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  51% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes p-top-rocket-fly-sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.65, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.65, 1);
  }
  21% {
    -webkit-transform: translate(-92vw, -6.7rem);
            transform: translate(-92vw, -6.7rem);
    opacity: 1;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end);
  }
  22% {
    -webkit-transform: translate(-92vw, -6.7rem);
            transform: translate(-92vw, -6.7rem);
    opacity: 0;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end);
  }
  23% {
    -webkit-transform: translate(60vw, 8.1rem);
            transform: translate(60vw, 8.1rem);
    opacity: 0;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end);
  }
  24% {
    -webkit-transform: translate(60vw, 8.1rem);
            transform: translate(60vw, 8.1rem);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  51% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes p-top-nexus-float-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.3rem);
            transform: translateY(-0.3rem);
  }
}
@keyframes p-top-nexus-float-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.3rem);
            transform: translateY(-0.3rem);
  }
}
@-webkit-keyframes p-top-nexus-float-reverse-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
  }
}
@keyframes p-top-nexus-float-reverse-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
  }
}
@-webkit-keyframes p-top-mv-float-body-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem);
  }
}
@keyframes p-top-mv-float-body-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem);
  }
}
@-webkit-keyframes p-top-mv-float-shadow-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  50% {
    -webkit-transform: translateY(0.15rem);
            transform: translateY(0.15rem);
    -webkit-filter: blur(0.4rem);
            filter: blur(0.4rem);
  }
}
@keyframes p-top-mv-float-shadow-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  50% {
    -webkit-transform: translateY(0.15rem);
            transform: translateY(0.15rem);
    -webkit-filter: blur(0.4rem);
            filter: blur(0.4rem);
  }
}
@-webkit-keyframes p-top-mv-icon-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
}
@keyframes p-top-mv-icon-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
}
@-webkit-keyframes p-top-mv-icon-float-reverse {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@keyframes p-top-mv-icon-float-reverse {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@-webkit-keyframes p-top-mv-icon-float-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.3rem);
            transform: translateY(-0.3rem);
  }
}
@keyframes p-top-mv-icon-float-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.3rem);
            transform: translateY(-0.3rem);
  }
}
@-webkit-keyframes p-top-mv-icon-float-reverse-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
  }
}
@keyframes p-top-mv-icon-float-reverse-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
  }
}
@-webkit-keyframes p-top-mv-rb-rocket-float {
  0%, 100% {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  50% {
    -webkit-transform: translateY(1.8rem);
            transform: translateY(1.8rem);
  }
}
@keyframes p-top-mv-rb-rocket-float {
  0%, 100% {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  50% {
    -webkit-transform: translateY(1.8rem);
            transform: translateY(1.8rem);
  }
}
@-webkit-keyframes p-top-mv-rb-rocket-float-sp {
  0%, 100% {
    -webkit-transform: translateY(1.8rem);
            transform: translateY(1.8rem);
  }
  50% {
    -webkit-transform: translateY(1.2rem);
            transform: translateY(1.2rem);
  }
}
@keyframes p-top-mv-rb-rocket-float-sp {
  0%, 100% {
    -webkit-transform: translateY(1.8rem);
            transform: translateY(1.8rem);
  }
  50% {
    -webkit-transform: translateY(1.2rem);
            transform: translateY(1.2rem);
  }
}
@-webkit-keyframes p-top-mv-rb-fire-flicker {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
  }
  50% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
  75% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes p-top-mv-rb-fire-flicker {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
  }
  50% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
  75% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-top__mv {
  position: relative;
  overflow: hidden;
  padding-top: 13rem;
  padding-right: 2.3rem;
  z-index: 2;
}
.p-top__body {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 12rem;
}
.p-top__lead {
  position: absolute;
  top: 52%;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.7rem;
  width: 32.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top__lead-circle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top__lead-content {
  position: relative;
  padding-left: 6.4rem;
  white-space: nowrap;
}
.p-top__lead-title {
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
  letter-spacing: 0.02em;
  position: relative;
}
.p-top__lead-title-line {
  display: block;
}
.p-top__visual {
  position: relative;
  z-index: 1;
  width: 105.4rem;
  margin-inline: auto 0;
}
.p-top__illust {
  position: relative;
  width: 100%;
  aspect-ratio: 2108/1130;
}
.p-top__illust-main {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.p-top__illust-main > picture img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top__nexus {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.p-top__nexus-letter {
  position: absolute;
}
.p-top__nexus-letter img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__nexus-letter--n {
  top: 22.65%;
  left: 42.03%;
  width: 4.36%;
  -webkit-animation: p-top-nexus-float 3.2s ease-in-out infinite;
          animation: p-top-nexus-float 3.2s ease-in-out infinite;
}
.p-top__nexus-letter--e {
  top: 29.73%;
  left: 45.83%;
  width: 4.13%;
}
.p-top__nexus-letter--x {
  top: 25.48%;
  left: 48.96%;
  width: 4.65%;
}
.p-top__nexus-letter--u {
  top: 33.27%;
  left: 52.66%;
  width: 4.32%;
}
.p-top__nexus-letter--s {
  top: 31.49%;
  left: 56.55%;
  width: 4.36%;
}
.p-top__illust-icon {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  -webkit-animation: p-top-mv-icon-float 3.4s ease-in-out infinite;
          animation: p-top-mv-icon-float 3.4s ease-in-out infinite;
  will-change: transform;
}
.p-top__illust-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__illust-icon--1 {
  top: 8.27%;
  left: 5.43%;
  width: 4.31%;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
}
.p-top__illust-icon--2 {
  top: 15.79%;
  left: 7.94%;
  width: 2.48%;
  -webkit-animation-name: p-top-mv-icon-float-reverse;
          animation-name: p-top-mv-icon-float-reverse;
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
}
.p-top__illust-icon--3 {
  top: 10.72%;
  left: 11.37%;
  width: 2.48%;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.p-top__illust-icon--4 {
  top: 5.86%;
  left: 90.36%;
  width: 1.79%;
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.p-top__illust-icon--5 {
  top: 17.47%;
  left: 90.28%;
  width: 4.31%;
  -webkit-animation-name: p-top-mv-icon-float-reverse;
          animation-name: p-top-mv-icon-float-reverse;
  -webkit-animation-duration: 3.7s;
          animation-duration: 3.7s;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.p-top__illust-icon--6 {
  top: 30.09%;
  left: 89.48%;
  width: 4.43%;
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.p-top__illust-icon--7 {
  top: 11.8%;
  left: 45.08%;
  width: 3.55%;
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.p-top__illust-icon--8 {
  top: 26.75%;
  left: 78.39%;
  width: 1.34%;
  -webkit-animation-name: p-top-mv-icon-float-reverse;
          animation-name: p-top-mv-icon-float-reverse;
  -webkit-animation-duration: 3.9s;
          animation-duration: 3.9s;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}
.p-top__illust-icon--9 {
  top: 27.64%;
  left: 52.7%;
  width: 3.56%;
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.p-top__illust-icon--10 {
  top: 8.44%;
  left: 59.77%;
  width: 2.79%;
  -webkit-animation-name: p-top-mv-icon-float-reverse;
          animation-name: p-top-mv-icon-float-reverse;
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.p-top__illust-icon--11 {
  top: 17.26%;
  left: 56.38%;
  width: 5.59%;
  z-index: 1;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
}
.p-top__illust-icon--12 {
  top: 8.23%;
  left: 62.05%;
  width: 5.15%;
  -webkit-animation-name: p-top-mv-icon-float-reverse;
          animation-name: p-top-mv-icon-float-reverse;
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
}
.p-top__illust-people {
  position: absolute;
  top: 36.8%;
  left: 42.46%;
  z-index: 3;
  width: 14.14%;
  pointer-events: none;
}
.p-top__illust-people img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__illust-rocket {
  position: absolute;
  top: 1.01%;
  left: 74.55%;
  z-index: 8;
  width: 14.67%;
  pointer-events: none;
  will-change: transform, opacity;
  -webkit-animation: p-top-rocket-fly 10s linear infinite;
          animation: p-top-rocket-fly 10s linear infinite;
}
.p-top__illust-rocket-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 310/217;
}
.p-top__illust-rocket-body {
  display: block;
  width: 77.23%;
  height: auto;
}
.p-top__illust-rocket-fire {
  position: absolute;
  top: 78.26%;
  left: 77.82%;
  width: 22.18%;
  height: auto;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  will-change: transform;
  -webkit-animation: p-top-rocket-fire-flicker 0.5s steps(1) infinite;
          animation: p-top-rocket-fire-flicker 0.5s steps(1) infinite;
}
.p-top__illust-float-shadow, .p-top__illust-float-body {
  position: absolute;
  pointer-events: none;
}
.p-top__illust-float-shadow img, .p-top__illust-float-body img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__illust-float-shadow {
  z-index: 2;
  -webkit-animation: p-top-mv-float-shadow 3.6s ease-in-out infinite;
          animation: p-top-mv-float-shadow 3.6s ease-in-out infinite;
  will-change: transform, filter;
}
.p-top__illust-float-body {
  z-index: 3;
  -webkit-animation: p-top-mv-float-body 3.6s ease-in-out infinite;
          animation: p-top-mv-float-body 3.6s ease-in-out infinite;
  will-change: transform;
}
.p-top__illust-float-shadow--left {
  top: 64.08%;
  left: 7.26%;
  width: 41.3%;
}
.p-top__illust-float-body--left {
  top: 46.81%;
  left: 0;
  width: 47.14%;
  aspect-ratio: 994/558;
}
.p-top__illust-float-body--left .p-top__illust-float-base {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: calc(873 / 994 * 100%);
  height: auto;
}
.p-top__illust-float-part {
  position: absolute;
  pointer-events: none;
  -webkit-animation: p-top-mv-icon-float 3.4s ease-in-out infinite;
          animation: p-top-mv-icon-float 3.4s ease-in-out infinite;
  will-change: transform;
}
.p-top__illust-float-part img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__illust-float-part--18 {
  z-index: 1;
  top: 1.21%;
  left: 17.61%;
  width: 9.52%;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
}
.p-top__illust-float-part--17 {
  z-index: 2;
  top: 15.34%;
  left: 16.07%;
  width: 10.84%;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.p-top__illust-float-part--16 {
  z-index: 4;
  top: 30.69%;
  left: 0;
  width: 13.31%;
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.p-top__illust-float-part--15 {
  z-index: 5;
  top: 36.24%;
  left: 10.57%;
  width: 10.13%;
  -webkit-animation-name: p-top-mv-icon-float-reverse;
          animation-name: p-top-mv-icon-float-reverse;
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.p-top__illust-float-part--14 {
  z-index: 6;
  top: 80.25%;
  left: 65.87%;
  width: 22.59%;
  -webkit-animation-name: p-top-mv-icon-float-reverse;
          animation-name: p-top-mv-icon-float-reverse;
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.p-top__illust-float-part--13 {
  z-index: 7;
  top: 65.59%;
  left: 17.76%;
  width: 26.82%;
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.p-top__illust-float-shadow--right {
  top: 65.77%;
  left: 57.59%;
  width: 40.55%;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.p-top__illust-float-body--right {
  top: 32.88%;
  left: 51.82%;
  width: 48.18%;
  aspect-ratio: 1016/725;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.p-top__illust-float-body--right .p-top__illust-float-base {
  position: absolute;
  top: calc(51.275 / 362.153 * 100%);
  left: calc(59.298 / 507.863 * 100%);
  z-index: 0;
  width: calc(420.957 / 507.863 * 100%);
  height: auto;
}
.p-top__illust-float-rb {
  position: absolute;
  pointer-events: none;
  -webkit-animation: p-top-mv-icon-float 3.4s ease-in-out infinite;
          animation: p-top-mv-icon-float 3.4s ease-in-out infinite;
  will-change: transform;
}
.p-top__illust-float-rb > img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__illust-float-rb--1 {
  z-index: 7;
  top: 24.57%;
  left: 86.18%;
  width: 13.87%;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
}
.p-top__illust-float-rb--2 {
  z-index: 6;
  top: 16.22%;
  left: 73.47%;
  width: 16.88%;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.p-top__illust-float-rb--3 {
  z-index: 3;
  top: 61.86%;
  left: 7.42%;
  width: 11.79%;
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.p-top__illust-float-rb--4 {
  z-index: 2;
  top: 57.38%;
  left: 4.82%;
  width: 10.67%;
  -webkit-animation-name: p-top-mv-icon-float-reverse;
          animation-name: p-top-mv-icon-float-reverse;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.p-top__illust-float-rb--5 {
  z-index: 1;
  top: 59.28%;
  left: 0;
  width: 7.37%;
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.p-top__illust-float-rb--6 {
  z-index: 4;
  top: 64.99%;
  left: 15.72%;
  width: 7.14%;
  -webkit-animation-name: p-top-mv-icon-float-reverse;
          animation-name: p-top-mv-icon-float-reverse;
  -webkit-animation-duration: 3.7s;
          animation-duration: 3.7s;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
}
.p-top__illust-float-rb--7 {
  z-index: 2;
  top: 52.7%;
  left: 0.81%;
  width: 8.04%;
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.p-top__illust-float-rb--8 {
  z-index: 5;
  top: 0;
  left: 50.54%;
  width: 9.83%;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-animation-name: p-top-mv-rb-rocket-float;
          animation-name: p-top-mv-rb-rocket-float;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.p-top__illust-float-rb-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 100/428;
}
.p-top__illust-float-rb-body {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.p-top__illust-float-rb-fire-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: calc(13.014 / 49.921 * 100%);
  height: calc(30.271 / 213.682 * 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.p-top__illust-float-rb-fire {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  will-change: transform;
  -webkit-animation: p-top-mv-rb-fire-flicker 0.45s steps(1) infinite;
          animation: p-top-mv-rb-fire-flicker 0.45s steps(1) infinite;
}
.p-top__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 9.9rem;
  position: absolute;
  left: 17.8rem;
  top: calc(100% + 6rem);
}
.p-top__scroll-label {
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #f05151;
  text-align: center;
  letter-spacing: 0.024rem;
}
.p-top__scroll-line {
  position: relative;
  display: block;
  width: 0.5rem;
  height: 3.9rem;
}
.p-top__scroll-line::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  content: "";
  background: #f05151;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top__scroll-dot {
  position: absolute;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: #f05151;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: p-top-scroll-dot 2.4s linear infinite;
          animation: p-top-scroll-dot 2.4s linear infinite;
}
.p-top__marquee {
  position: relative;
  z-index: 1;
  margin-top: -1rem;
  overflow: hidden;
}
.p-top__marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: p-top-marquee 40s linear infinite;
          animation: p-top-marquee 40s linear infinite;
}
.p-top__marquee-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4rem;
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 15rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  opacity: 0.8;
}
.p-top__marquee-text span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top__message {
  position: relative;
  z-index: 0;
  padding-bottom: 35rem;
  padding-top: 8rem;
}
.p-top__message-bg {
  position: absolute;
  top: -73rem;
  left: 0;
  width: 100%;
  max-width: none;
  pointer-events: none;
}
.p-top__message-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__message-inner {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 57rem 1fr;
  grid-template-columns: 57rem 1fr;
  grid-gap: 3.4rem;
  gap: 3.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 76.2rem;
}
.p-top__message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.p-top__message-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.p-top__message-title {
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
}
.p-top__message-title-line {
  display: block;
}
.p-top__message-text {
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  color: #222;
  letter-spacing: 0.072rem;
}
.p-top__message-text p {
  letter-spacing: 0rem;
}
.p-top__message-text p + p {
  margin-top: 2rem;
}
.p-top__message-em {
  font-size: 2.8rem;
  font-weight: 700;
  color: #f05151;
  letter-spacing: 0.224rem;
}
.p-top__message-visual {
  position: relative;
  min-height: 46rem;
}
.p-top__message-photo {
  position: absolute;
  border-radius: 2rem;
  overflow: visible;
}
.p-top__message-photo::before {
  position: absolute;
  z-index: 0;
  content: "";
  background: linear-gradient(215.62deg, #ffa388 1.83%, #ff4630 74.1%);
  border-radius: 2rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.45s cubic-bezier(0.25, 0.9, 0.25, 1);
  transition: opacity 0.3s ease-out, -webkit-transform 0.45s cubic-bezier(0.25, 0.9, 0.25, 1);
  transition: transform 0.45s cubic-bezier(0.25, 0.9, 0.25, 1), opacity 0.3s ease-out;
  transition: transform 0.45s cubic-bezier(0.25, 0.9, 0.25, 1), opacity 0.3s ease-out, -webkit-transform 0.45s cubic-bezier(0.25, 0.9, 0.25, 1);
}
.p-top__message-photo.is-inview::before {
  opacity: 1;
}
.p-top__message-photo--main {
  top: 1.6rem;
  left: 9rem;
  width: 51rem;
}
.p-top__message-photo--main::before {
  top: -1.7rem;
  right: -0.8rem;
  bottom: 1.7rem;
  left: 0.8rem;
  -webkit-transform: rotate(12deg) scale(0.82);
          transform: rotate(12deg) scale(0.82);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.p-top__message-photo--main.is-inview::before {
  -webkit-transform: rotate(5.19deg) scale(1);
          transform: rotate(5.19deg) scale(1);
}
.p-top__message-photo--sub {
  top: 31.9rem;
  left: 2.8rem;
  width: 24.5rem;
}
.p-top__message-photo--sub::before {
  top: -1.2rem;
  right: 0.6rem;
  bottom: 1.2rem;
  left: -0.6rem;
  -webkit-transform: rotate(-12deg) scale(0.82);
          transform: rotate(-12deg) scale(0.82);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.p-top__message-photo--sub.is-inview::before {
  -webkit-transform: rotate(-7.05deg) scale(1);
          transform: rotate(-7.05deg) scale(1);
}
.p-top__message-photo-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 2rem;
}
.p-top__message-photo-inner img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__message-illust {
  position: absolute;
  z-index: 2;
  -webkit-animation: p-top-message-float 3.2s ease-in-out infinite;
          animation: p-top-message-float 3.2s ease-in-out infinite;
}
.p-top__message-illust img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__message-illust--1 {
  top: 30.5rem;
  right: -2rem;
  width: 17.5rem;
}
.p-top__message-illust--2 {
  bottom: -7rem;
  left: -3rem;
  width: 10.2rem;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.p-top__message-people {
  position: absolute;
  bottom: 0;
  right: 8.3rem;
  width: 40.6rem;
}
.p-top__works {
  position: relative;
  z-index: 1;
  padding: 0 0 14rem;
}
.p-top__works-desk {
  position: absolute;
  top: -31rem;
  left: 8rem;
  width: 17.6rem;
  pointer-events: none;
  -webkit-animation: p-top-mv-icon-float 3.4s ease-in-out infinite;
          animation: p-top-mv-icon-float 3.4s ease-in-out infinite;
  will-change: transform;
}
.p-top__works-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32.3rem minmax(0, 1fr);
  grid-template-columns: 32.3rem minmax(0, 1fr);
  grid-gap: 7.6rem;
  gap: 7.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-top__works-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top__works-title {
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 8.6rem;
  font-weight: 600;
  color: #222;
  letter-spacing: 0;
  line-height: 1;
  margin-block: 1rem 2rem;
}
.p-top__works-title-accent {
  color: #f05151;
}
.p-top__works-lead {
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #222;
}
.p-top__works-body {
  min-width: 0;
  margin-top: 12rem;
}
.p-top__works-slider {
  --works-duration: 0.45s;
  --works-ease: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding-bottom: 10.6rem;
}
.p-top__works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  height: 39rem;
  position: relative;
  z-index: 1;
}
.p-top__works-item {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3rem;
          flex: 0 0 8.3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 8.3rem;
  height: 100%;
  -webkit-transition: width var(--works-duration) var(--works-ease), -webkit-flex-basis var(--works-duration) var(--works-ease);
  transition: width var(--works-duration) var(--works-ease), -webkit-flex-basis var(--works-duration) var(--works-ease);
  transition: flex-basis var(--works-duration) var(--works-ease), width var(--works-duration) var(--works-ease);
  transition: flex-basis var(--works-duration) var(--works-ease), width var(--works-duration) var(--works-ease), -webkit-flex-basis var(--works-duration) var(--works-ease), -ms-flex-preferred-size var(--works-duration) var(--works-ease);
}
.p-top__works-item.is-active {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51rem;
          flex: 0 0 51rem;
  width: 51rem;
}
.p-top__works-item-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 0.2rem;
  background: linear-gradient(18.46deg, #ffa57b 32.88%, #f05151 65.17%);
  cursor: pointer;
  text-align: left;
  -webkit-transition: background var(--works-duration) var(--works-ease), border-radius var(--works-duration) var(--works-ease);
  transition: background var(--works-duration) var(--works-ease), border-radius var(--works-duration) var(--works-ease);
}
.is-active .p-top__works-item-btn {
  background: transparent;
  pointer-events: none;
}
.p-top__works-item:first-child.is-active .p-top__works-item-btn {
  border-radius: 2rem 0.2rem 0.2rem 0.2rem;
}
.p-top__works-item-picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top__works-item-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  opacity: 0;
  -webkit-transition: opacity var(--works-duration) var(--works-ease);
  transition: opacity var(--works-duration) var(--works-ease);
}
.is-active .p-top__works-item-img {
  opacity: 1;
}
.p-top__works-item-tab {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4rem;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity var(--works-duration) var(--works-ease);
  transition: opacity var(--works-duration) var(--works-ease);
  pointer-events: none;
}
.is-active .p-top__works-item-tab {
  opacity: 0;
}
.p-top__works-item-num {
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.8;
}
.p-top__works-item-name {
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.08;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
}
.p-top__works-panel {
  position: absolute;
  bottom: -10.6rem;
  left: 0;
  z-index: 3;
  width: 47rem;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity var(--works-duration) var(--works-ease), visibility 0s linear var(--works-duration);
  transition: opacity var(--works-duration) var(--works-ease), visibility 0s linear var(--works-duration);
}
.p-top__works-panel.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity var(--works-duration) var(--works-ease), visibility 0s linear 0s;
  transition: opacity var(--works-duration) var(--works-ease), visibility 0s linear 0s;
}
.p-top__works-panel-inner {
  position: relative;
  padding: 3.3rem 3rem 3rem;
  background-color: #fff;
  border-radius: 0.2rem;
  isolation: isolate;
}
.p-top__works-panel-inner::before, .p-top__works-panel-inner::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  content: "";
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-top__works-panel-inner::before {
  background: linear-gradient(246.38deg, rgba(255, 198, 192, 0.5) 13.05%, rgba(255, 218, 207, 0.5) 87.04%);
  opacity: 1;
}
.p-top__works-panel-inner::after {
  background: linear-gradient(246.38deg, rgba(255, 228, 225, 0.82) 13.05%, rgba(255, 240, 235, 0.82) 87.04%);
  opacity: 0;
}
.p-top__works-panel-link:hover .p-top__works-panel-inner::before {
  opacity: 0;
}
.p-top__works-panel-link:hover .p-top__works-panel-inner::after {
  opacity: 1;
}
.p-top__works-panel-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.6rem;
  line-height: 1;
}
.p-top__works-panel-num {
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 3rem;
  font-weight: 600;
  color: #f05151;
  -webkit-transform: translateY(0.8rem);
          transform: translateY(0.8rem);
}
.p-top__works-panel-title {
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
  white-space: nowrap;
}
.p-top__works-panel-text {
  max-width: 100%;
  padding-right: 4rem;
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
}
.p-top__works-panel-text p {
  overflow-wrap: break-word;
  word-break: break-word;
}
.p-top__works-panel-text p + p {
  margin-top: 0;
}
.p-top__works-panel-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.p-top__works-panel-link-icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: block;
  width: 3rem;
  height: 3rem;
}
.p-top__works-panel-link-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top__works-nav {
  position: absolute;
  right: 4rem;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
.p-top__works-nav-btn {
  display: block;
  width: 5.8rem;
  height: 5.8rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-top__works-nav-btn:hover {
  opacity: 0.85;
}
.p-top__works-nav-btn img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top__works-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33.8rem;
}
.p-top__data {
  position: relative;
  z-index: 1;
  padding: 8rem 0 14rem;
}
.p-top__data::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../images/top/data-bg.jpg) no-repeat center top/100% 100%;
  content: "";
  pointer-events: none;
}
.p-top__data-before {
  position: absolute;
  width: 35.7rem;
  bottom: calc(100% - 21.2rem);
  left: 0;
}
.p-top__data-decoration-right {
  position: absolute;
  top: -1rem;
  right: 0;
  width: 23.8rem;
  aspect-ratio: 476/812;
  pointer-events: none;
}
.p-top__data-decoration-right img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__data-decoration-right-circle {
  position: absolute;
  top: 22.41%;
  right: 0;
  left: auto;
  z-index: 1;
  width: 66.18%;
}
.p-top__data-decoration-right-people {
  position: absolute;
  top: -2rem;
  right: 9.4rem;
  z-index: 2;
  width: 15.7rem;
  -webkit-animation: p-top-mv-icon-float 3.4s ease-in-out infinite;
          animation: p-top-mv-icon-float 3.4s ease-in-out infinite;
  will-change: transform;
}
.p-top__data-inner {
  position: relative;
  z-index: 1;
}
.p-top__data-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  text-align: center;
}
.p-top__data-head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__data-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Zen Kaku Gothic New", var(--ff_ttl);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #f05151;
  letter-spacing: 0.076rem;
}
.p-top__data-label-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.1rem;
  height: 1rem;
  margin-top: 0.2rem;
}
.p-top__data-label-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top__data-title {
  font-family: "Josefin Sans", var(--ff_txt);
  font-size: 8.6rem;
  font-weight: 600;
  line-height: 1;
  color: #222;
  letter-spacing: 0;
}
.p-top__data-title-accent {
  color: #f05151;
}
.p-top__data-lead {
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #222;
  letter-spacing: 0.032rem;
}
.p-top__data-note {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Zen Kaku Gothic New", var(--ff_txt);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #222;
  letter-spacing: 0.028rem;
}
.p-top__data-grid {
  --data-card-row-height: 19rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: var(--data-card-row-height);
  grid-gap: 0.8rem;
  gap: 0.8rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  padding-top: 2rem;
}
.p-top__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  min-height: 0;
}
.p-top__data-item .c-data-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 0;
}
.p-top__data-item--establish {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.p-top__data-item--sales {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.p-top__data-item--supplier {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
.p-top__data-item--debt {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.p-top__data-item--employees {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.p-top__data-item--ratio {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.p-top__data-item--customer {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.p-top__data-item--chart {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4/span 2;
}
.p-top__data-item--turnover {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.p-top__data-item--tenure {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.p-top__data-item--midcareer {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.p-top__data-after {
  position: absolute;
  width: 6.6rem;
  bottom: 2.4rem;
  left: 7rem;
  z-index: 1;
  -webkit-animation: p-top-mv-icon-float 3.4s ease-in-out infinite;
          animation: p-top-mv-icon-float 3.4s ease-in-out infinite;
  will-change: transform;
}
.p-single .s-thumbnail {
  margin-bottom: 4rem;
}
.p-single .i-ttl {
  margin-bottom: 5rem;
}
.p-single .i-ttl__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.p-single .i-ttl__ttl {
  margin-top: 1rem;
  font-size: var(--post_ttl_fontSize_pc);
  font-weight: bold;
  line-height: 1.5;
}
.p-single .s-gallery__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem 3rem;
  gap: 3rem 3rem;
}
.p-single .s-gallery__list li {
  list-style: none;
}
.p-single .s-gallery__list li a {
  position: relative;
  display: block;
  height: 38rem;
  background: #f4f4f4;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.p-single .s-gallery__list li a:hover {
  opacity: 0.5;
}
.p-single .s-gallery__list li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single .s-gallery__list li a p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem 1.5rem;
  background: #fff;
}
.p-single .s-table table {
  width: 100%;
  margin-top: 3rem;
}
.p-single .s-table table th {
  width: 0;
  color: var(--txt-color);
  background: var(--table-bg);
}
.placeholder\:\!text-\[\#b8b8b8\]::-webkit-input-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(184 184 184 / var(--tw-text-opacity, 1)) !important;
}
.placeholder\:\!text-\[\#b8b8b8\]::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(184 184 184 / var(--tw-text-opacity, 1)) !important;
}
.placeholder\:\!text-\[\#b8b8b8\]::-ms-input-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(184 184 184 / var(--tw-text-opacity, 1)) !important;
}
.placeholder\:\!text-\[\#b8b8b8\]::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(184 184 184 / var(--tw-text-opacity, 1)) !important;
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}
.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:opacity-0::after{
  content: var(--tw-content);
  opacity: 0;
}
.after\:backdrop-blur-\[5px\]::after{
  content: var(--tw-content);
  --tw-backdrop-blur: blur(5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.after\:duration-300::after{
  content: var(--tw-content);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:bg-\[\#838383\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(131 131 131 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.\[\&\>a\.is-active\>hr\]\:mr-\[0\.5rem\]>a.is-active>hr{
  margin-right: 0.5rem;
}
.\[\&\>a\.is-active\>hr\]\:w-\[1rem\]>a.is-active>hr{
  width: 1rem;
}
.\[\&\>a\.is-active\]\:pointer-events-none>a.is-active{
  pointer-events: none;
}
.\[\&\>a\.is-active\]\:opacity-\[1\]>a.is-active{
  opacity: 1;
}
.\[\&\>a\>hr\]\:h-\[1px\]>a>hr{
  height: 1px;
}
.\[\&\>a\>hr\]\:w-0>a>hr{
  width: 0px;
}
.\[\&\>a\>hr\]\:border-none>a>hr{
  border-style: none;
}
.\[\&\>a\>hr\]\:bg-\[\#000\]>a>hr{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.\[\&\>a\]\:flex>a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.\[\&\>a\]\:items-center>a{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.\[\&\>a\]\:opacity-\[\.3\]>a{
  opacity: .3;
}
.hover\:\[\&\>a\]\:opacity-\[1\]>a:hover{
  opacity: 1;
}
.\[\&\>img\]\:h-\[200px\]>img{
  height: 200px;
}
.\[\&\>img\]\:w-\[300px\]>img{
  width: 300px;
}
.\[\&\>img\]\:w-full>img{
  width: 100%;
}
.\[\&\>img\]\:object-cover>img{
  -o-object-fit: cover;
     object-fit: cover;
}
.\[\&\>span\:first-of-type\]\:top-\[calc\(50\%-1\.2rem\)\]>span:first-of-type{
  top: calc(50% - 1.2rem);
}
.\[\&\>span\:last-of-type\]\:top-\[calc\(50\%\+1\.2rem\)\]>span:last-of-type{
  top: calc(50% + 1.2rem);
}
.\[\&\>span\]\:absolute>span{
  position: absolute;
}
.\[\&\>span\]\:left-1\/2>span{
  left: 50%;
}
.\[\&\>span\]\:top-1\/2>span{
  top: 50%;
}
.\[\&\>span\]\:h-\[2px\]>span{
  height: 2px;
}
.\[\&\>span\]\:w-\[calc\(100\%-3rem\)\]>span{
  width: calc(100% - 3rem);
}
.\[\&\>span\]\:-translate-x-1\/2>span{
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\>span\]\:-translate-y-1\/2>span{
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\>span\]\:bg-black>span{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.\[\&\>span\]\:duration-300>span{
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.\[\&_\*\]\:\!leading-6 *{
  line-height: 1.5rem !important;
}
.\[\&_a\]\:font-bold a{
  font-weight: 700;
}
.\[\&_h2\]\:\!text-\[20px\] h2{
  font-size: 20px !important;
}
.\[\&_h2\]\:font-bold h2{
  font-weight: 700;
}
.\[\&_h3\]\:\!text-\[18px\] h3{
  font-size: 18px !important;
}
.\[\&_h3\]\:font-bold h3{
  font-weight: 700;
}
.\[\&_h4\]\:\!mb-\[5px\] h4{
  margin-bottom: 5px !important;
}
.\[\&_h4\]\:\!mt-\[15px\] h4{
  margin-top: 15px !important;
}
.\[\&_h4\]\:\!text-\[14px\] h4{
  font-size: 14px !important;
}
.\[\&_h4\]\:font-bold h4{
  font-weight: 700;
}
.\[\&_h5\]\:\!mb-\[5px\] h5{
  margin-bottom: 5px !important;
}
.\[\&_h5\]\:\!mt-\[15px\] h5{
  margin-top: 15px !important;
}
.\[\&_h5\]\:\!text-\[12px\] h5{
  font-size: 12px !important;
}
.\[\&_h5\]\:font-bold h5{
  font-weight: 700;
}
.\[\&_h6\]\:font-bold h6{
  font-weight: 700;
}
.\[\&_img\]\:h-\[1\.8rem\] img{
  height: 1.8rem;
}
.\[\&_input\[type\=\'text\'\]\]\:w-\[100\%\] input[type='text']{
  width: 100%;
}
.\[\&_p\]\:\!mt-\[15px\] p{
  margin-top: 15px !important;
}
.\[\&_svg\]\:h-\[1\.8rem\] svg{
  height: 1.8rem;
}
.\[\&_textarea\]\:h-\[100px\] textarea{
  height: 100px;
}
.\[\&_textarea\]\:w-\[100\%\] textarea{
  width: 100%;
}
.is-elementor-drawer-open .\[\.is-elementor-drawer-open_\&\>span\:first-of-type\]\:translate-y-\[1\.2rem\]>span:first-of-type{
  --tw-translate-y: 1.2rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.is-elementor-drawer-open .\[\.is-elementor-drawer-open_\&\>span\:first-of-type\]\:rotate-45>span:first-of-type{
  --tw-rotate: 45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.is-elementor-drawer-open .\[\.is-elementor-drawer-open_\&\>span\:last-of-type\]\:translate-y-\[-1\.2rem\]>span:last-of-type{
  --tw-translate-y: -1.2rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.is-elementor-drawer-open .\[\.is-elementor-drawer-open_\&\>span\:last-of-type\]\:-rotate-45>span:last-of-type{
  --tw-rotate: -45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.is-elementor-drawer-open .\[\.is-elementor-drawer-open_\&\>span\:nth-of-type\(2\)\]\:opacity-0>span:nth-of-type(2){
  opacity: 0;
}
.is-elementor-drawer-open .\[\.is-elementor-drawer-open_\&\]\:pointer-events-auto{
  pointer-events: auto;
}
.is-elementor-drawer-open .\[\.is-elementor-drawer-open_\&\]\:translate-x-0{
  --tw-translate-x: 0px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.is-elementor-drawer-open .\[\.is-elementor-drawer-open_\&\]\:opacity-100{
  opacity: 1;
}
.is-scroll .\[\.is-scroll_\&\]\:after\:opacity-100::after{
  content: var(--tw-content);
  opacity: 1;
}
@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}
@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
@media screen and (min-width: 1600px) {
  html {
    font-size: calc(160px / 1400 * 100);
  }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  html {
    font-size: calc(10vw / 1400 * 100);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10vw / 400 * 100);
  }
  html body {
    font-size: var(--fs_txt_sp);
    line-height: var(--lh_sp);
    letter-spacing: var(--ls_sp);
  }
  html html,
html body {
    width: 100%;
    height: 100%;
  }
  html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html div,
html dl,
html dt,
html dd,
html p {
    padding: 0;
    margin: 0;
  }
  html img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  html .pc {
    display: none !important;
  }
  html {
    scroll-padding-top: var(--l-header-height-sp);
  }
  .c-breadcrumb {
    margin-bottom: 3rem;
  }
  .c-btn-link {
    min-width: 18rem;
    height: 5rem;
    padding: 0 1.2rem 0 2rem;
    font-size: 1.4rem;
  }
  .c-btn-link__icon {
    width: 2.6rem;
    height: 2.6rem;
  }
  .c-data-card {
    height: auto;
    min-height: 18rem;
    padding: 2.1rem 1.4rem 1rem;
    border-width: 0.13rem;
    border-radius: 1.9rem;
  }
  .c-data-card:not(.c-data-card--ratio):not(.c-data-card--chart) .c-data-card__icon {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 0;
    margin: 0;
    -webkit-transform: none;
            transform: none;
  }
  .c-data-card:not(.c-data-card--ratio):not(.c-data-card--chart) .c-data-card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
    text-align: center;
  }
  .c-data-card:not(.c-data-card--ratio):not(.c-data-card--chart) .c-data-card__value {
    gap: 0.55rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: visible;
  }
  .c-data-card:not(.c-data-card--ratio):not(.c-data-card--chart) .c-data-card__num {
    line-height: 1;
    letter-spacing: -0.06rem;
  }
  .c-data-card:not(.c-data-card--ratio):not(.c-data-card--chart) .c-data-card__unit {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 10/14;
  }
  .c-data-card__head {
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  .c-data-card__title {
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  .c-data-card__line {
    width: 2rem;
  }
  .c-data-card__icon img {
    height: 3.8rem;
  }
  .c-data-card__body {
    gap: 0;
    margin-top: 1rem;
  }
  .c-data-card__catch {
    font-size: 1.2rem;
    letter-spacing: 0.048rem;
  }
  .c-data-card__value {
    gap: 0.55rem;
  }
  .c-data-card__num {
    font-size: 6rem;
    line-height: 1.8;
    letter-spacing: -0.06rem;
  }
  .c-data-card__unit {
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
    margin-bottom: 1rem;
  }
  .c-data-card__unit--stack {
    padding: 0.2rem 0;
    margin-bottom: 1.2rem;
  }
  .c-data-card__note {
    font-size: 1.2rem;
    letter-spacing: 0.048rem;
    margin-top: -0.7rem;
  }
  .c-data-card--ratio .c-data-card__icons {
    top: 5.7rem;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 18.6rem;
  }
  .c-data-card--ratio .c-data-card__icon-item {
    width: 3.7rem;
  }
  .c-data-card--ratio .c-data-card__ratio-labels {
    top: 2.8rem;
    gap: 1.9rem;
    width: auto;
  }
  .c-data-card--ratio .c-data-card__ratio-label {
    width: 3.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
  }
  .c-data-card--ratio .c-data-card__body {
    position: absolute;
    top: 4.8rem;
    right: 0;
    left: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 0;
    padding-top: 0;
  }
  .c-data-card--ratio .c-data-card__num {
    font-size: 8rem;
    line-height: 1;
    letter-spacing: 0.48rem;
  }
  .c-data-card--ratio {
    min-height: 14rem;
    padding-bottom: 1.2rem;
  }
  .c-data-card--ratio .c-data-card__head {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
  }
  .c-data-card--chart {
    min-height: 32rem;
  }
  .c-data-card--chart .c-data-card__chart img {
    max-width: 28rem;
  }
  .c-data-card--debt .c-data-card__catch {
    margin-top: -1rem;
  }
  .c-data-card--debt .c-data-card__value {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-data-card--debt .c-data-card__catch {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    text-align: center;
  }
  .c-data-card--turnover .c-data-card__body {
    gap: 0.8rem;
  }
  .c-data-card--tall .c-data-card__value {
    -webkit-filter: none;
            filter: none;
  }
  .c-data-card--tall .c-data-card__body {
    position: static;
    inset: auto;
    padding: 0;
  }
  .c-faq__item-inner {
    padding: 1.6rem 1rem;
  }
  .c-faq__trigger {
    gap: 1rem;
  }
  .c-faq__answer {
    gap: 1.4rem;
    padding-top: 1rem;
  }
  .c-footer__inner {
    gap: 0;
    max-width: calc(100% - 3.4rem);
    padding-top: 6rem;
    padding-bottom: 4.5rem;
  }
  .c-footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 0;
  }
  .c-footer__brand {
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 32.6rem;
    margin-bottom: 4rem;
  }
  .c-footer__logo-wrap {
    gap: 2rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
  .c-footer__logo {
    width: 22.5rem;
  }
  .c-footer__recruit {
    margin-top: 0;
    font-size: 1.1rem;
    letter-spacing: 0.0438rem;
  }
  .c-footer__badges {
    gap: 0.7rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 18rem;
  }
  .c-footer__badge:first-child {
    width: 6.25rem;
  }
  .c-footer__badge:last-child {
    width: 11.1rem;
  }
  .c-footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 36.6rem;
    padding-top: 0;
    margin-bottom: 4rem;
  }
  .c-footer__nav-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-footer__nav-col {
    gap: 2rem;
  }
  .c-footer__nav-col--links {
    gap: 2rem;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    min-width: 0;
  }
  .c-footer__nav-icon {
    width: 2.1rem;
    height: 1rem;
    margin-top: 0.15rem;
  }
  .c-footer__nav-label {
    font-size: 1.4rem;
  }
  .c-footer__nav-sub {
    gap: 2rem;
    line-height: 1;
  }
  .c-footer__nav-sub-link {
    font-size: 1.3rem;
  }
  .c-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 36.6rem;
    margin-inline: auto;
  }
  .c-footer__copyright {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
  .c-footer__external {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-footer__external-sep {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-footer__external-link:last-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wpcf7 form {
    margin: 2em 1.5em;
  }
  .wpcf7 p {
    font-size: var(--fs_txt_sp);
  }
  .c-header__inner {
    position: relative;
    z-index: 2;
    min-height: 8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-inline: 1rem;
  }
  .c-header__logo {
    width: 18.5rem;
  }
  .c-header__recruit {
    margin-top: 1rem;
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
  .c-header__drawer .c-header__plus {
    width: 2rem;
    height: 2rem;
  }
  .c-header__drawer .c-header__plus::before {
    width: 0.8rem;
  }
  .c-header__drawer .c-header__plus::after {
    height: 0.8rem;
  }
  .c-header__drawer-cta .c-header__btn {
    width: 15rem;
    height: 5rem;
    padding: 0 1rem 0 3.6rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  .c-header__drawer-cta .c-header__btn-icon {
    left: 1.1rem;
  }
  .c-inner {
    padding: var(--c_inner_sp) !important;
  }
  .c-pc-inner {
    padding: 0 !important;
  }
  .c-sp-inner {
    padding: var(--c_inner_sp) !important;
  }
  .c-modal-container__close {
    top: 1rem;
    right: 1rem;
    width: 5rem;
    height: 5rem;
  }
  .c-modal-container__inner {
    padding: 3rem !important;
  }
  .c-mv {
    margin-top: var(--l-header-height-sp);
    height: var(--mv_h_sp);
  }
  .c-mv-patternA,
.c-mv-patternB {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    height: auto;
    padding-right: 0 !important;
  }
  .c-mv-patternA__box,
.c-mv-patternB__box {
    padding-right: 2rem;
    font-size: var(--fs_mv_sp);
  }
  .c-mv-patternA__sub,
.c-mv-patternB__sub {
    font-size: 44%;
  }
  .c-mv-patternA__thumb,
.c-mv-patternB__thumb {
    height: 18rem;
    margin-top: 2.6rem;
  }
  .c-mv-patternC__box,
.c-mv-patternD__box,
.c-mv-patternE__box,
.c-mv-patternF__box {
    font-size: var(--fs_mv_sp);
  }
  .c-mv-patternC__sub,
.c-mv-patternD__sub,
.c-mv-patternE__sub,
.c-mv-patternF__sub {
    font-size: 44%;
  }
  .c-mv-patternG__content,
.c-mv-patternH__content {
    display: -ms-grid;
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    height: auto;
  }
  .c-mv-patternG__header,
.c-mv-patternH__header {
    font-size: var(--fs_mv_sp);
  }
  .c-mv-patternG__separator,
.c-mv-patternH__separator {
    width: 100%;
    height: 2px;
  }
  .c-mv-patternG__text,
.c-mv-patternH__text {
    padding-left: 0;
  }
  .c-section-heading__title {
    font-size: 6rem;
  }
  .c-sidebarArea {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
  .c-sidebar__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .c-sidebar__list h4 {
    padding: 1rem 2rem 1rem 1rem;
  }
  .c-simple-table-typeA tr:nth-of-type(n + 2) {
    display: block;
    margin-top: -1px;
  }
  .c-simple-table-typeA td {
    display: block;
    margin-top: -1px;
  }
  .c-simple-table-typeA th,
.c-simple-table-typeA td {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    text-align: left;
  }
  .c-simple-table-typeB tr {
    background: none !important;
  }
  .c-simple-table-typeB th,
.c-simple-table-typeB td {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
  }
  .c-simple-table-typeC tr {
    display: block;
    padding: 2rem 0;
  }
  .c-simple-table-typeC tr:nth-child(n+2) {
    margin-top: -1px;
  }
  .c-simple-table-typeC th {
    margin-bottom: 0.3rem;
    font-size: calc(var(--fs_txt_sp) * 1.1);
    font-weight: bold;
  }
  .c-simple-table-typeC td,
.c-simple-table-typeC th {
    display: block;
    width: 100%;
    padding: 0 1.5rem;
  }
  .swiper-typeA, .swiper-typeA-nav {
    width: 100%;
  }
  .swiper-typeA .swiper-slide p {
    padding: 0.5rem 1rem;
  }
  .swiper-typeA-wrap .swiper-button-prev {
    left: 1rem !important;
  }
  .swiper-typeA-wrap .swiper-button-next {
    right: 1rem !important;
  }
  .js-tab .trigger > .e-con-inner > .trigger-child {
    width: 100% !important;
    padding: 0.8rem 1rem;
  }
  .js-tab .trigger > .e-con-inner > .trigger-child:nth-child(n+2) {
    min-width: calc(100% / 3 + 1px);
  }
  .js-tab .inner-child {
    padding: 1rem;
    margin-top: -1px;
  }
  .js-tab .inner .trigger-child {
    padding: 1rem;
    border: 1px solid #c6c6c6;
  }
  .js-tab .inner .trigger-child:nth-of-type(n + 2) {
    margin-top: -1px;
  }
  .js-tab .inner .trigger-child .elementor-widget-container {
    position: relative;
    padding-right: 3rem;
  }
  .js-tab .inner .trigger-child .elementor-widget-container span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 2rem;
    height: 2rem;
    border: 1px solid #c6c6c6;
    border-radius: 9999px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .js-tab .inner .trigger-child .elementor-widget-container span::after, .js-tab .inner .trigger-child .elementor-widget-container span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 60%;
    content: "";
    background: #c6c6c6;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .js-tab .inner .trigger-child .elementor-widget-container span::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .js-tab .inner .trigger-child .elementor-widget-container span.is-active::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .text-editor h2:not([class]),
.elementor-widget-text-editor .elementor-widget-container h2:not([class]) {
    font-size: var(--fs_ttl_sp);
  }
  .text-editor h3:not([class]),
.elementor-widget-text-editor .elementor-widget-container h3:not([class]) {
    padding-left: 1.5rem;
    font-size: calc(var(--fs_ttl_sp) * 0.8);
  }
  .text-editor ol,
.elementor-widget-text-editor .elementor-widget-container ol {
    padding-left: 1em !important;
  }
  .js-editor-accordion .trigger-icon {
    width: 3rem;
    height: 3rem;
  }
  .js-accordionA .trigger {
    padding: 1rem;
  }
  .js-accordionA .trigger .e-con-inner {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .js-accordionA .trigger .q-icon > .elementor-widget-container {
    width: 3rem !important;
    height: 3rem !important;
  }
  .js-accordionB .trigger > .e-con-inner > .flex > .e-con-inner {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .js-accordionB .trigger .q-icon {
    width: 4rem;
  }
  .js-accordionB .inner > .e-con-inner {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .js-accordionB .inner .a-icon {
    width: 4rem;
  }
  .js-accordionC .trigger {
    padding-left: 2rem;
  }
  .js-accordionC .trigger > .e-con-inner > .flex > .e-con-inner {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .js-accordionC .inner {
    padding: 2rem;
  }
  .js-accordionC .inner > .e-con-inner {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .js-accordionC .inner .a-icon {
    width: 4rem;
  }
  .js-accordionD .trigger {
    padding: 2rem;
  }
  .js-accordionD .trigger > .e-con-inner {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .js-accordionD .trigger > .e-con-inner > .flex > .e-con-inner {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .js-accordionD .inner {
    padding: 2rem;
  }
  .js-accordionD .inner > .e-con-inner {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .js-accordionD .inner .a-icon {
    width: 4rem;
  }
  .js-accordionE .trigger {
    padding: 2rem;
  }
  .js-accordionE .trigger > .e-con-inner {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .js-accordionE .trigger > .e-con-inner > .flex > .e-con-inner {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .js-accordionE .trigger .flex .e-con-inner {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .js-accordionE .inner {
    padding: 2rem;
  }
  .js-accordionE .inner > .e-con-inner {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .js-accordionE .inner .a-icon {
    width: 4rem;
  }
  .c-archive-typeA-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .c-archive-typeB-1__wrap,
.c-archive-typeB-2__wrap,
.c-archive-typeC-1__wrap {
    width: auto;
  }
  .c-archive-typeB-1__time,
.c-archive-typeB-2__time,
.c-archive-typeC-1__time {
    width: 10rem;
  }
  .c-archive-typeB-1__ttl,
.c-archive-typeB-2__ttl,
.c-archive-typeC-1__ttl {
    margin-top: 1rem;
  }
  .c-archive-typeB-1__link,
.c-archive-typeB-2__link,
.c-archive-typeC-1__link {
    display: block;
    padding: 2.5rem 0.5rem;
  }
  .c-archive-typeB-1,
.c-archive-typeB-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-archive-typeB-1__time,
.c-archive-typeB-2__time {
    width: auto;
  }
  .c-archive-typeB-2__ttl p {
    width: 100%;
    -webkit-line-clamp: 2;
  }
  .c-archive-typeB-2__ttl svg {
    display: none;
  }
  .c-cat {
    margin-bottom: 3rem;
  }
  .c-pagenav-typeA .nav-links .page-numbers:not(.next):not(.prev):not(.dots),
.c-pagenav-typeB .nav-links .page-numbers:not(.next):not(.prev):not(.dots),
.c-pagenav-typeC .nav-links .page-numbers:not(.next):not(.prev):not(.dots) {
    width: 3rem;
    height: 3rem;
  }
  .c-pagenav-typeC .nav-links .page-numbers:not(.next):not(.prev):not(.dots) {
    width: 2rem;
    height: 3rem;
  }
  .u-m-sp-c {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .u-m-sp-r {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  /* Top margin */
  .u-mt-sp-0 {
    margin-top: 0rem !important;
  }

  .u-mt-sp-1 {
    margin-top: 1rem !important;
  }

  .u-mt-sp-2 {
    margin-top: 2rem !important;
  }

  .u-mt-sp-3 {
    margin-top: 3rem !important;
  }

  .u-mt-sp-4 {
    margin-top: 4rem !important;
  }

  .u-mt-sp-5 {
    margin-top: 5rem !important;
  }

  .u-mt-sp-6 {
    margin-top: 6rem !important;
  }

  .u-mt-sp-7 {
    margin-top: 7rem !important;
  }

  .u-mt-sp-8 {
    margin-top: 8rem !important;
  }

  .u-mt-sp-9 {
    margin-top: 9rem !important;
  }

  .u-mt-sp-10 {
    margin-top: 10rem !important;
  }

  .u-mt-sp-11 {
    margin-top: 11rem !important;
  }

  .u-mt-sp-12 {
    margin-top: 12rem !important;
  }

  .u-mt-sp-13 {
    margin-top: 13rem !important;
  }

  .u-mt-sp-14 {
    margin-top: 14rem !important;
  }

  .u-mt-sp-15 {
    margin-top: 15rem !important;
  }

  .u-mt-sp-16 {
    margin-top: 16rem !important;
  }

  .u-mt-sp-17 {
    margin-top: 17rem !important;
  }

  .u-mt-sp-18 {
    margin-top: 18rem !important;
  }

  .u-mt-sp-19 {
    margin-top: 19rem !important;
  }

  .u-mt-sp-20 {
    margin-top: 20rem !important;
  }

  .u-mt-sp-21 {
    margin-top: 21rem !important;
  }

  .u-mt-sp-22 {
    margin-top: 22rem !important;
  }

  .u-mt-sp-23 {
    margin-top: 23rem !important;
  }

  .u-mt-sp-24 {
    margin-top: 24rem !important;
  }

  .u-mt-sp-25 {
    margin-top: 25rem !important;
  }

  /* Right margin */
  .u-mr-sp-0 {
    margin-right: 0rem !important;
  }

  .u-mr-sp-1 {
    margin-right: 1rem !important;
  }

  .u-mr-sp-2 {
    margin-right: 2rem !important;
  }

  .u-mr-sp-3 {
    margin-right: 3rem !important;
  }

  .u-mr-sp-4 {
    margin-right: 4rem !important;
  }

  .u-mr-sp-5 {
    margin-right: 5rem !important;
  }

  .u-mr-sp-6 {
    margin-right: 6rem !important;
  }

  .u-mr-sp-7 {
    margin-right: 7rem !important;
  }

  .u-mr-sp-8 {
    margin-right: 8rem !important;
  }

  .u-mr-sp-9 {
    margin-right: 9rem !important;
  }

  .u-mr-sp-10 {
    margin-right: 10rem !important;
  }

  .u-mr-sp-11 {
    margin-right: 11rem !important;
  }

  .u-mr-sp-12 {
    margin-right: 12rem !important;
  }

  .u-mr-sp-13 {
    margin-right: 13rem !important;
  }

  .u-mr-sp-14 {
    margin-right: 14rem !important;
  }

  .u-mr-sp-15 {
    margin-right: 15rem !important;
  }

  .u-mr-sp-16 {
    margin-right: 16rem !important;
  }

  .u-mr-sp-17 {
    margin-right: 17rem !important;
  }

  .u-mr-sp-18 {
    margin-right: 18rem !important;
  }

  .u-mr-sp-19 {
    margin-right: 19rem !important;
  }

  .u-mr-sp-20 {
    margin-right: 20rem !important;
  }

  .u-mr-sp-21 {
    margin-right: 21rem !important;
  }

  .u-mr-sp-22 {
    margin-right: 22rem !important;
  }

  .u-mr-sp-23 {
    margin-right: 23rem !important;
  }

  .u-mr-sp-24 {
    margin-right: 24rem !important;
  }

  .u-mr-sp-25 {
    margin-right: 25rem !important;
  }

  /* Bottom margin */
  .u-mb-sp-0 {
    margin-bottom: 0rem !important;
  }

  .u-mb-sp-1 {
    margin-bottom: 1rem !important;
  }

  .u-mb-sp-2 {
    margin-bottom: 2rem !important;
  }

  .u-mb-sp-3 {
    margin-bottom: 3rem !important;
  }

  .u-mb-sp-4 {
    margin-bottom: 4rem !important;
  }

  .u-mb-sp-5 {
    margin-bottom: 5rem !important;
  }

  .u-mb-sp-6 {
    margin-bottom: 6rem !important;
  }

  .u-mb-sp-7 {
    margin-bottom: 7rem !important;
  }

  .u-mb-sp-8 {
    margin-bottom: 8rem !important;
  }

  .u-mb-sp-9 {
    margin-bottom: 9rem !important;
  }

  .u-mb-sp-10 {
    margin-bottom: 10rem !important;
  }

  .u-mb-sp-11 {
    margin-bottom: 11rem !important;
  }

  .u-mb-sp-12 {
    margin-bottom: 12rem !important;
  }

  .u-mb-sp-13 {
    margin-bottom: 13rem !important;
  }

  .u-mb-sp-14 {
    margin-bottom: 14rem !important;
  }

  .u-mb-sp-15 {
    margin-bottom: 15rem !important;
  }

  .u-mb-sp-16 {
    margin-bottom: 16rem !important;
  }

  .u-mb-sp-17 {
    margin-bottom: 17rem !important;
  }

  .u-mb-sp-18 {
    margin-bottom: 18rem !important;
  }

  .u-mb-sp-19 {
    margin-bottom: 19rem !important;
  }

  .u-mb-sp-20 {
    margin-bottom: 20rem !important;
  }

  .u-mb-sp-21 {
    margin-bottom: 21rem !important;
  }

  .u-mb-sp-22 {
    margin-bottom: 22rem !important;
  }

  .u-mb-sp-23 {
    margin-bottom: 23rem !important;
  }

  .u-mb-sp-24 {
    margin-bottom: 24rem !important;
  }

  .u-mb-sp-25 {
    margin-bottom: 25rem !important;
  }

  /* Left margin */
  .u-ml-sp-0 {
    margin-left: 0rem !important;
  }

  .u-ml-sp-1 {
    margin-left: 1rem !important;
  }

  .u-ml-sp-2 {
    margin-left: 2rem !important;
  }

  .u-ml-sp-3 {
    margin-left: 3rem !important;
  }

  .u-ml-sp-4 {
    margin-left: 4rem !important;
  }

  .u-ml-sp-5 {
    margin-left: 5rem !important;
  }

  .u-ml-sp-6 {
    margin-left: 6rem !important;
  }

  .u-ml-sp-7 {
    margin-left: 7rem !important;
  }

  .u-ml-sp-8 {
    margin-left: 8rem !important;
  }

  .u-ml-sp-9 {
    margin-left: 9rem !important;
  }

  .u-ml-sp-10 {
    margin-left: 10rem !important;
  }

  .u-ml-sp-11 {
    margin-left: 11rem !important;
  }

  .u-ml-sp-12 {
    margin-left: 12rem !important;
  }

  .u-ml-sp-13 {
    margin-left: 13rem !important;
  }

  .u-ml-sp-14 {
    margin-left: 14rem !important;
  }

  .u-ml-sp-15 {
    margin-left: 15rem !important;
  }

  .u-ml-sp-16 {
    margin-left: 16rem !important;
  }

  .u-ml-sp-17 {
    margin-left: 17rem !important;
  }

  .u-ml-sp-18 {
    margin-left: 18rem !important;
  }

  .u-ml-sp-19 {
    margin-left: 19rem !important;
  }

  .u-ml-sp-20 {
    margin-left: 20rem !important;
  }

  .u-ml-sp-21 {
    margin-left: 21rem !important;
  }

  .u-ml-sp-22 {
    margin-left: 22rem !important;
  }

  .u-ml-sp-23 {
    margin-left: 23rem !important;
  }

  .u-ml-sp-24 {
    margin-left: 24rem !important;
  }

  .u-ml-sp-25 {
    margin-left: 25rem !important;
  }
  .p-interview-list {
    margin-top: 6rem;
    overflow-x: hidden;
  }
  .p-interview-list__slider {
    margin-inline: -2rem;
    isolation: isolate;
  }
  .p-interview-list__slider .swiper {
    overflow: hidden;
  }
  .p-interview-list__slider .p-top__interview-visual-frame {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p-interview-list .p-interview-list__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .p-interview-list .p-interview-list__slide, .p-interview-list .p-interview-list__slide.swiper-slide-active {
    width: 32rem;
  }
  .p-interview-list .p-interview-list__slide .p-top__interview-visual, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual {
    width: calc(100% - 4rem);
    margin-inline: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .p-interview-list .p-interview-list__slide .p-top__interview-visual:not(.is-deco-visible) .p-top__interview-visual-deco, .p-interview-list .p-interview-list__slide .p-top__interview-visual.is-deco-visible .p-top__interview-visual-deco, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual:not(.is-deco-visible) .p-top__interview-visual-deco, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual.is-deco-visible .p-top__interview-visual-deco {
    opacity: 1;
    -webkit-transform: rotate(7.5deg) scale(1);
            transform: rotate(7.5deg) scale(1);
    -webkit-transition: none;
    transition: none;
  }
  .p-interview-list .p-interview-list__slide .p-top__interview-visual-deco, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-deco {
    -webkit-transition: none;
    transition: none;
  }
  .p-interview-list .p-interview-list__slide .p-top__interview-visual-bg img,
.p-interview-list .p-interview-list__slide .p-top__interview-visual-person img, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-bg img,
.p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-person img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .p-interview-list .p-interview-list__slide .p-top__interview-visual-content, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-content {
    padding: 1.6rem;
  }
  .p-interview-list .p-interview-list__slide .p-top__interview-visual-role, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-role {
    padding: 1rem 0.5rem;
    font-size: 1.5rem;
    border-radius: 0 0 1rem 0;
    border-top-left-radius: 1rem;
  }
  .p-interview-list .p-interview-list__slide .p-top__interview-visual-catch, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-catch {
    right: 1.6rem;
    bottom: 4.4rem;
    left: 1.6rem;
    font-size: 2rem;
  }
  .p-interview-list .p-interview-list__slide .p-top__interview-visual-info, .p-interview-list .p-interview-list__slide.swiper-slide-active .p-top__interview-visual-info {
    right: 1.6rem;
    bottom: 1.6rem;
    left: 1.6rem;
    font-size: 1.2rem;
  }
  .p-recruitment-archive-footer {
    margin-top: 5rem;
    padding-bottom: 4rem;
  }
  .p-recruitment-archive-footer__outer {
    padding-inline: 1.7rem;
  }
  .p-recruitment-archive-footer__illust--1 {
    bottom: -8rem;
    left: -1rem;
    width: 9.4rem;
  }
  .p-recruitment-archive-footer__illust--2 {
    top: -1rem;
    right: -0.5rem;
    bottom: auto;
    width: 11rem;
  }
  .p-recruitment-archive-footer__inner {
    gap: 2rem;
    padding: 5.5rem 1.5rem 4rem;
  }
  .p-recruitment-archive-footer__title {
    font-size: 2.2rem;
    letter-spacing: 0.088rem;
  }
  .p-recruitment-archive-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-recruitment-archive-footer__divider {
    display: none;
  }
  .p-recruitment-archive-footer__contact {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
  .p-recruitment-archive__inner {
    gap: 3rem;
    padding-inline: 1.7rem;
  }
  .p-recruitment-archive__item {
    width: 100%;
  }
  .p-recruitment-faq {
    padding: 6rem 0;
  }
  .p-recruitment-faq__inner {
    gap: 3rem;
  }
  .p-recruitment-flow {
    padding: 6rem 2rem;
  }
  .p-recruitment-flow__inner {
    gap: 3rem;
  }
  .p-recruitment-flow__step {
    gap: 1.2rem;
    padding: 1.6rem;
  }
  .p-recruitment-flow__step-badge {
    width: 6rem;
    height: 6rem;
  }
  .p-recruitment-flow__step-label {
    font-size: 1.2rem;
  }
  .p-recruitment-flow__step-number {
    font-size: 2.4rem;
    margin-top: -0.3rem;
  }
  .p-recruitment-flow__step-title {
    font-size: 2rem;
  }
  .p-recruitment-flow__step-text {
    font-size: 1.4rem;
  }
  .p-recruitment-single__thumbnail {
    margin-block: 6rem 3rem;
    width: 90%;
  }
  .p-recruitment-single__thumbnail-bg {
    top: -1.6rem;
    right: -1rem;
    bottom: 1.6rem;
    left: 1rem;
  }
  .p-recruitment-single__requirements {
    gap: 3rem;
  }
  .p-recruitment-single__table-head {
    display: block;
    width: 100%;
    border-right: 1px solid #888;
    border-left: 1px solid #888;
    padding-block: 1.5rem !important;
  }
  .p-recruitment-single__table-body {
    padding: 1.6rem 1.5rem;
  }
  .p-recruitment-single__apply-btn {
    min-height: 6.4rem;
    padding: 0 1.5rem 0 2rem;
    font-size: 1.8rem;
  }
  .p-recruitment-single__apply-btn-icon {
    width: 3rem;
    height: 3rem;
  }
  .p-recruitment-single__table, .p-recruitment-single__table tbody, .p-recruitment-single__table-row, .p-recruitment-single__table-head, .p-recruitment-single__table-data {
    display: block;
    width: 100%;
  }
  .p-recruitment-single__table-row + .p-recruitment-single__table-row .p-recruitment-single__table-head {
    margin-top: -1px;
  }
  .p-recruitment-single__table-data {
    border-top: 0;
  }
  .p-recruitment-single__table-row:first-child .p-recruitment-single__table-head {
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
  }
  .p-recruitment-single__table-row:first-child .p-recruitment-single__table-data {
    border-top-right-radius: 0;
  }
  .p-recruitment-single__table-row:last-child .p-recruitment-single__table-data {
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
  }
  .p-top__env {
    min-height: 0;
    padding: 6rem 0 0;
  }
  .p-top__env-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    padding: 0 0 4rem;
    text-align: center;
  }
  .p-top__env-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .p-top__env-label {
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  .p-top__env-title {
    font-size: 4.8rem;
    line-height: 1.8;
    letter-spacing: -0.096rem;
  }
  .p-top__env-lead {
    width: 100%;
    max-width: 36rem;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 0;
    text-align: left;
  }
  .p-top__env-action {
    width: 100%;
    max-width: 35.9rem;
  }
  .p-top__env-btn {
    min-height: 11.8rem;
  }
  .p-top__env-btn-illust--before {
    top: auto;
    bottom: 0;
    width: 7rem;
    height: auto;
  }
  .p-top__env-btn-illust--before img {
    height: auto;
  }
  .p-top__env-btn-illust--after {
    right: -1rem;
    bottom: -2rem;
    display: block;
    width: 7.5rem;
  }
  .p-top__env-btn-pill {
    right: auto;
    bottom: 0.6rem;
    left: 50%;
    width: 28rem;
    max-width: calc(100% - 4rem);
    height: 7rem;
    padding: 0 1.5rem;
    padding-left: 3.5rem;
    font-size: 1.6rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top__env-visual {
    position: relative;
    right: auto;
    width: calc(100% + 4rem);
    height: auto;
    margin: 3rem -2rem 0;
    pointer-events: auto;
  }
  .p-top__env-marquee {
    height: 16.25rem;
  }
  .p-top__env-marquee-track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.833rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: p-top-env-marquee-horizontal 40s linear infinite;
            animation: p-top-env-marquee-horizontal 40s linear infinite;
  }
  .p-top__env-marquee-item {
    width: 24.375rem;
    height: 16.25rem;
    border-radius: 1.2rem;
  }
  .p-top__env-marquee-item img {
    -o-object-position: center;
       object-position: center;
  }
  .p-top__faq {
    padding: 5rem 0 6rem;
  }
  .p-top__faq-before {
    top: 0;
    left: -12.9rem;
    width: 25.8rem;
  }
  .p-top__faq-after {
    top: 55rem;
    width: 22.1rem;
  }
  .p-top__faq-inner {
    gap: 0rem;
  }
  .p-top__faq-head {
    gap: 0rem;
  }
  .p-top__faq-label {
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  .p-top__faq-title {
    font-size: 6rem;
    line-height: 1.8;
    letter-spacing: -0.096rem;
  }
  .p-top__interview {
    padding: 8rem 0 10rem;
  }
  .p-top__interview.js-inview.is-inview {
    -webkit-transform: none;
            transform: none;
  }
  .p-top__interview-decoration {
    width: 15.8rem;
    bottom: calc(100% - 11rem);
  }
  .p-top__interview-head {
    gap: 1rem;
    margin-bottom: 6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top__interview-title {
    font-size: 6rem;
  }
  .p-top__interview-lead {
    font-size: 1.4rem;
  }
  .p-top__interview-body {
    isolation: isolate;
  }
  .p-top__interview-slider {
    margin-inline: -2rem;
    padding-bottom: 1.6rem;
  }
  .p-top__interview-slider .swiper {
    overflow: hidden;
  }
  .p-top__interview-slide {
    width: 32rem;
    -webkit-transition: none;
    transition: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .p-top__interview-slide, .p-top__interview-slide.swiper-slide-active {
    width: 32rem;
    margin-inline: 0;
  }
  .p-top__interview-slide .p-top__interview-visual, .p-top__interview-slide.swiper-slide-active .p-top__interview-visual {
    width: calc(100% - 4rem);
    margin-inline: auto;
  }
  .p-top__interview-slide .p-top__interview-visual-deco, .p-top__interview-slide.swiper-slide-active .p-top__interview-visual-deco {
    opacity: 1;
    -webkit-transform: rotate(7.5deg) scale(1);
            transform: rotate(7.5deg) scale(1);
    -webkit-transition: none;
    transition: none;
  }
  .p-top__interview-slide .p-top__interview-visual-content, .p-top__interview-slide.swiper-slide-active .p-top__interview-visual-content {
    padding: 1.6rem;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .p-top__interview-slide .p-top__interview-visual-role, .p-top__interview-slide.swiper-slide-active .p-top__interview-visual-role {
    top: 0;
    padding: 1rem 0.5rem;
    font-size: 1.5rem;
    border-radius: 0 0 1rem 0;
    border-top-left-radius: 1rem;
  }
  .p-top__interview-slide .p-top__interview-visual-catch, .p-top__interview-slide.swiper-slide-active .p-top__interview-visual-catch {
    right: 1.6rem;
    bottom: 4.4rem;
    left: 1.6rem;
    font-size: 2rem;
  }
  .p-top__interview-slide .p-top__interview-visual-info, .p-top__interview-slide.swiper-slide-active .p-top__interview-visual-info {
    right: 1.6rem;
    bottom: 1.6rem;
    left: 1.6rem;
    font-size: 1.2rem;
  }
  .p-top__interview-visual {
    -webkit-transition: none;
    transition: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .p-top__interview-visual:not(.is-deco-visible) .p-top__interview-visual-deco, .p-top__interview-visual.is-deco-visible .p-top__interview-visual-deco {
    opacity: 1;
    -webkit-transform: rotate(7.5deg) scale(1);
            transform: rotate(7.5deg) scale(1);
    -webkit-transition: none;
    transition: none;
  }
  .p-top__interview-visual-deco {
    top: 1.6rem;
    right: -0.6rem;
    bottom: 2.4rem;
    left: 0.6rem;
    border-radius: 1rem;
  }
  .p-top__interview-visual-frame {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p-top__interview-visual-bg {
    border-radius: 1rem;
  }
  .p-top__interview-visual-bg img {
    border-radius: 1rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .p-top__interview-visual-person img {
    border-radius: 0 0 1rem 1rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .p-top__interview-visual-overlay {
    border-radius: 1rem;
  }
  .p-top__interview-visual-content {
    padding: 1.2rem;
    -webkit-transition: none;
    transition: none;
  }
  .p-top__interview-visual-role {
    padding: 0.8rem 0.6rem;
    font-size: 1.2rem;
    border-radius: 0 0 1.2rem 0;
    border-top-left-radius: 1.2rem;
  }
  .p-top__interview-visual-catch {
    right: 1.2rem;
    bottom: 3.6rem;
    left: 1.2rem;
    font-size: 1.6rem;
  }
  .p-top__interview-visual-info {
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
    font-size: 1rem;
  }
  .p-top__interview-visual-role, .p-top__interview-visual-catch, .p-top__interview-visual-info {
    -webkit-transition: none;
    transition: none;
  }
  .p-top__interview-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4rem;
    width: 100%;
    margin-top: 2.4rem;
    margin-left: 0;
  }
  .p-top__interview-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .p-top__interview-controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top__interview-nav {
    display: none;
  }
  .p-top__interview-nav-btn {
    width: 4.8rem;
    height: 4.8rem;
  }
  .p-top__outlook {
    padding: 0 0 10rem;
    width: 100%;
    overflow: hidden;
  }
  .p-top__outlook-inner {
    padding: 0 !important;
  }
  .p-top__outlook-box {
    min-height: auto;
    aspect-ratio: 800/630;
  }
  .p-top__outlook-person {
    top: auto;
    right: 0;
    bottom: 0;
    width: 10.5rem;
  }
  .p-top__outlook-content {
    position: absolute;
    inset: 0;
    gap: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 0;
    padding: 2rem 0;
  }
  .p-top__outlook-content .c-btn-link {
    min-width: 20rem;
    height: 6rem;
    padding: 0 1.5rem 0 2.4rem;
    font-size: 1.6rem;
  }
  .p-top__outlook-content .c-btn-link .c-btn-link__icon {
    width: 3rem;
    height: 3rem;
  }
  .p-top__outlook-head {
    gap: 3rem;
  }
  .p-top__outlook-head .c-section-label--white .c-section-label__text {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.064rem;
  }
  .p-top__outlook-title {
    font-size: 6rem;
  }
  .p-top__sns {
    padding: 5rem 0 5rem;
  }
  .p-top__sns-inner {
    max-width: 36rem;
  }
  .p-top__sns-list {
    gap: 0;
  }
  .p-top__sns-item {
    overflow: visible;
  }
  .p-top__sns-item--half {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .p-top__sns-item--entry {
    margin-block: 7.5rem 0.8rem;
  }
  .p-top__sns-link {
    overflow: visible;
  }
  .p-top__sns-link-inner {
    min-height: 14rem;
  }
  .p-top__sns-link-illust {
    top: 2.2rem;
    left: -1.3rem;
    width: 10.1rem;
    height: 7.9rem;
  }
  .p-top__sns-link-illust img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left bottom;
       object-position: left bottom;
  }
  .p-top__sns-link-body {
    gap: 1.8rem;
  }
  .p-top__sns-link-label {
    gap: 0.4rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  .p-top__sns-link-label-icon {
    width: 2.1rem;
    height: 1rem;
  }
  .p-top__sns-link-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .p-top__sns-link-name-line {
    display: block;
  }
  .p-top__sns-link-icon {
    top: 5rem;
    right: 3rem;
    width: 4rem;
    height: 4rem;
    -webkit-transform: none;
            transform: none;
  }
  .p-top__sns-link-icon img {
    width: 1.7rem;
    height: 1.7rem;
  }
  .p-top__sns-cta-inner {
    padding: 0 3rem 0 4rem;
    height: 10rem;
  }
  .p-top__sns-cta-label-icon {
    width: 1.6rem;
    height: 0.8rem;
    margin-top: 0.3rem;
  }
  .p-top__sns-cta-label-text {
    font-size: 1.2rem;
    letter-spacing: 0.096rem;
  }
  .p-top__sns-cta-title {
    font-size: 2.4rem;
  }
  .p-top__sns-cta-icon {
    width: 3.2rem;
    height: 3.2rem;
  }
  .p-top__sns-illust--1 {
    width: 9.4rem;
    bottom: -8rem;
    left: -1rem;
  }
  .p-top__sns-illust--2 {
    width: 13rem;
    bottom: 17.5rem;
    right: -1.3rem;
  }
  .p-top__mv {
    padding-top: 14.8rem;
    padding-right: 0;
    padding-bottom: 12rem;
  }
  .p-top__body {
    padding-top: 1.6rem;
    padding-bottom: 10rem;
  }
  .p-top__lead {
    position: relative;
    top: auto;
    gap: 3.2rem;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .p-top__lead-circle {
    width: 10.6rem;
  }
  .p-top__lead-content {
    padding-top: 0;
    padding-left: 0;
  }
  .p-top__lead-title {
    font-size: 3.2rem;
    text-align: center;
  }
  .p-top__visual {
    margin-left: 0;
    width: calc(100% + 5rem);
    margin-inline: -2.5rem;
    z-index: 2;
    margin-top: 2rem;
  }
  .p-top__nexus-letter--n {
    -webkit-animation-name: p-top-nexus-float-sp;
            animation-name: p-top-nexus-float-sp;
  }
  .p-top__illust-icon {
    -webkit-animation-name: p-top-mv-icon-float-sp;
            animation-name: p-top-mv-icon-float-sp;
  }
  .p-top__illust-icon--2, .p-top__illust-icon--5, .p-top__illust-icon--8, .p-top__illust-icon--10, .p-top__illust-icon--12 {
    -webkit-animation-name: p-top-mv-icon-float-reverse-sp;
            animation-name: p-top-mv-icon-float-reverse-sp;
  }
  .p-top__illust-rocket {
    -webkit-animation-name: p-top-rocket-fly-sp;
            animation-name: p-top-rocket-fly-sp;
  }
  .p-top__illust-float-shadow {
    -webkit-animation-name: p-top-mv-float-shadow-sp;
            animation-name: p-top-mv-float-shadow-sp;
  }
  .p-top__illust-float-body {
    -webkit-animation-name: p-top-mv-float-body-sp;
            animation-name: p-top-mv-float-body-sp;
  }
  .p-top__illust-float-part {
    -webkit-animation-name: p-top-mv-icon-float-sp;
            animation-name: p-top-mv-icon-float-sp;
  }
  .p-top__illust-float-part--15, .p-top__illust-float-part--14 {
    -webkit-animation-name: p-top-mv-icon-float-reverse-sp;
            animation-name: p-top-mv-icon-float-reverse-sp;
  }
  .p-top__illust-float-rb {
    -webkit-animation-name: p-top-mv-icon-float-sp;
            animation-name: p-top-mv-icon-float-sp;
  }
  .p-top__illust-float-rb--4, .p-top__illust-float-rb--6 {
    -webkit-animation-name: p-top-mv-icon-float-reverse-sp;
            animation-name: p-top-mv-icon-float-reverse-sp;
  }
  .p-top__illust-float-rb--8 {
    -webkit-transform: translateY(1.8rem);
            transform: translateY(1.8rem);
    -webkit-animation-name: p-top-mv-rb-rocket-float-sp;
            animation-name: p-top-mv-rb-rocket-float-sp;
  }
  .p-top__scroll {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 38rem;
  }
  .p-top__marquee {
    margin-top: -8rem;
  }
  .p-top__marquee-text {
    gap: 2rem;
    font-size: 9rem;
  }
  .p-top__message {
    margin-top: -6rem;
    padding-bottom: 11rem;
    padding-top: 12rem;
  }
  .p-top__message-bg {
    width: 100%;
    top: -35rem;
  }
  .p-top__message-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
    padding-top: 14rem;
  }
  .p-top__message-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .p-top__message-title {
    font-size: 2.6rem;
    text-align: center;
  }
  .p-top__message-text {
    font-size: 1.5rem;
  }
  .p-top__message-em {
    font-size: 1.8rem;
  }
  .p-top__message-visual {
    min-height: 34rem;
    width: calc(100% - 2rem);
    margin-inline: auto;
  }
  .p-top__message-photo--main {
    top: 0;
    left: auto;
    right: 0;
    width: 25.8rem;
  }
  .p-top__message-photo--sub {
    top: 14rem;
    left: 0;
    width: 15rem;
  }
  .p-top__message-illust--1 {
    width: 10.6rem;
    top: 13.5rem;
  }
  .p-top__message-illust--2 {
    top: 23rem;
    width: 5.3rem;
    left: 12rem;
  }
  .p-top__message-people {
    width: 20.6rem;
    right: 2rem;
  }
  .p-top__works {
    padding: 0 0 19rem;
  }
  .p-top__works-desk {
    width: 10rem;
    top: -17rem;
    left: 2rem;
  }
  .p-top__works-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .p-top__works-title {
    font-size: 6rem;
  }
  .p-top__works-lead {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-top__works-body {
    margin-top: 0;
  }
  .p-top__works-slider {
    padding-bottom: 0;
  }
  .p-top__works-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    height: auto;
    overflow: visible;
  }
  .p-top__works-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .p-top__works-item.is-radius-a {
    border-radius: 2rem 0.2rem 0.2rem 0.2rem;
  }
  .p-top__works-item.is-radius-b {
    border-radius: 0.2rem 2rem 0.2rem 0.2rem;
  }
  .p-top__works-item.is-active {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .p-top__works-item-btn {
    height: 21.5rem;
    pointer-events: none;
    cursor: default;
    background: transparent;
    border-radius: 0;
  }
  .p-top__works-item-img {
    opacity: 1;
  }
  .p-top__works-item.is-radius-a .p-top__works-item-img {
    border-radius: 2rem 0.2rem 0 0;
  }
  .p-top__works-item.is-radius-b .p-top__works-item-img {
    border-radius: 0.2rem 2rem 0 0;
  }
  .p-top__works-item-tab {
    display: none;
  }
  .p-top__works-panel {
    position: relative;
    bottom: auto;
    left: auto;
    z-index: auto;
    width: 100%;
    max-width: none;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: none;
    transition: none;
  }
  .p-top__works-panel-inner {
    padding: 2rem;
    border-radius: 0;
  }
  .p-top__works-panel-num {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 2.6rem;
    font-size: 2.2rem;
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  .p-top__works-panel-title {
    font-size: 2.4rem;
    white-space: normal;
  }
  .p-top__works-panel-text {
    padding-right: 4rem;
    font-size: 1.4rem;
  }
  .p-top__works-nav-btn {
    width: 4.8rem;
    height: 4.8rem;
  }
  .p-top__works-decoration {
    width: 100%;
  }
  .p-top__data {
    padding: 6rem 0 10rem;
  }
  .p-top__data-before {
    width: 10.9rem;
    bottom: calc(100% - 8rem);
    left: 1rem;
  }
  .p-top__data-decoration-right {
    top: -10.8rem;
    width: 13.9rem;
    aspect-ratio: 278/419;
  }
  .p-top__data-decoration-right-circle {
    top: 8.35%;
    right: 0;
    left: auto;
    width: 66.91%;
  }
  .p-top__data-decoration-right-people {
    top: 20.05%;
    left: 8%;
    width: 78.42%;
    -webkit-animation-name: p-top-mv-icon-float-sp;
            animation-name: p-top-mv-icon-float-sp;
  }
  .p-top__data-head {
    gap: 2rem;
    margin-bottom: 2.4rem;
  }
  .p-top__data-head-top {
    gap: 2rem;
  }
  .p-top__data-label {
    font-size: 1.5rem;
  }
  .p-top__data-title {
    font-size: 6rem;
    line-height: 1;
  }
  .p-top__data-lead {
    font-size: 1.4rem;
  }
  .p-top__data-grid {
    --data-card-row-height: auto;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 0.8rem;
  }
  .p-top__data-item--ratio .c-data-card {
    min-height: 14rem;
  }
  .p-top__data-item--chart .c-data-card {
    min-height: 33rem;
    padding-bottom: 3rem;
  }
  .p-top__data-item--establish {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .p-top__data-item--sales {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .p-top__data-item--debt {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .p-top__data-item--employees {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .p-top__data-item--supplier {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .p-top__data-item--customer {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .p-top__data-item--ratio {
    grid-column: 1/-1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .p-top__data-item--chart {
    grid-column: 1/-1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .p-top__data-item--turnover {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .p-top__data-item--tenure {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .p-top__data-item--midcareer {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .p-top__data-after {
    width: 4rem;
    left: 1.9rem;
    bottom: 1.5rem;
    -webkit-animation-name: p-top-mv-icon-float-sp;
            animation-name: p-top-mv-icon-float-sp;
  }
  .p-single .i-ttl__ttl {
    font-size: var(--post_ttl_fontSize_sp);
  }
  .p-single .s-gallery__list {
    gap: 2rem 2rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .p-single .s-gallery__list li a {
    height: 17rem;
  }
  .p-single .s-gallery__list li a p {
    padding: 0.5rem 1rem;
  }
  .p-single .s-table table tr {
    display: block;
  }
  .p-single .s-table table th,
.p-single .s-table table th td {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  html [href*="tel:"] {
    pointer-events: none;
  }
  html .sp {
    display: none !important;
  }
  .c-mv-patternA__thumb,
.c-mv-patternB__thumb {
    width: 50vw;
  }
  .c-mv-patternG__content > div,
.c-mv-patternH__content > div {
    width: 50%;
  }
  .c-sidebar__child:nth-of-type(n + 2) {
    margin-top: 3rem;
  }
  .c-simple-table-typeB tr:nth-child(even) {
    background: none !important;
  }
  .c-simple-table-typeB th {
    background: none !important;
  }
  .p-top__interview-slide.swiper-slide-active {
    width: 44rem;
    margin-inline: 2rem;
  }
  .p-top__interview-slide.swiper-slide-active .p-top__interview-visual {
    width: calc(100% - 4rem);
  }
  .p-top__interview-slide.swiper-slide-active .p-top__interview-visual-content {
    padding: 2rem;
  }
  .p-top__interview-slide.swiper-slide-active .p-top__interview-visual-role {
    top: 0;
    padding: 1.6rem 1.2rem;
    font-size: 2rem;
    border-radius: 0 0 2rem 0;
    border-top-left-radius: 2rem;
  }
  .p-top__interview-slide.swiper-slide-active .p-top__interview-visual-catch {
    right: 2rem;
    bottom: 5.6rem;
    left: 2rem;
    font-size: 2.9rem;
    letter-spacing: 0.06rem;
  }
  .p-top__interview-slide.swiper-slide-active .p-top__interview-visual-info {
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  .p-single .s-table table th {
    white-space: nowrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-btn-link, .c-btn-link__icon, .c-btn-link__icon::after {
    -webkit-transition: none;
    transition: none;
  }
  .p-recruitment-single__apply-btn {
    -webkit-transition: none;
    transition: none;
  }
  .p-top__env-marquee-track {
    -webkit-animation: none;
            animation: none;
  }
  .p-top__interview-slide, .p-top__interview-visual-deco, .p-top__interview-visual-content, .p-top__interview-visual-role, .p-top__interview-visual-catch, .p-top__interview-visual-info, .p-top__interview-pagination .swiper-pagination-bullet {
    -webkit-transition: none;
    transition: none;
  }
  .p-top__sns-link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-top__sns-link:hover {
    -webkit-transform: none;
            transform: none;
  }
  .p-top__sns-cta::before {
    -webkit-transition: none;
    transition: none;
  }
  .p-top__nexus-letter, .p-top__illust-icon, .p-top__illust-rocket, .p-top__illust-rocket-fire, .p-top__illust-float-rb-fire, .p-top__illust-float-shadow, .p-top__illust-float-body, .p-top__illust-float-part, .p-top__illust-float-rb, .p-top__works-desk, .p-top__data-decoration-right-people, .p-top__data-after {
    -webkit-animation: none;
            animation: none;
  }
  .p-top__illust-float-rb--8 {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  .p-top__works-item, .p-top__works-item-btn, .p-top__works-item-img, .p-top__works-item-tab, .p-top__works-panel {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-data-card:not(.c-data-card--ratio):not(.c-data-card--chart) .c-data-card__body {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-recruitment-archive-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
  .p-recruitment-archive-footer__divider {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    max-width: 20rem;
    height: 0;
    border-top: 1px solid #ccc;
    border-left: none;
  }
  .p-recruitment-archive-footer__contact {
    text-align: center;
    white-space: normal;
  }
  .p-recruitment-archive__item {
    width: calc((100% - 2.4rem) / 2);
  }
}
@media (hover: hover) {
  .p-recruitment-archive__card:hover {
    opacity: 0.85;
  }
}
@media screen and (prefers-reduced-motion: reduce) and (max-width: 767px) {
  .p-top__illust-float-rb--8 {
    -webkit-transform: translateY(1.8rem);
            transform: translateY(1.8rem);
  }
}
@media (max-width: 767px){
  .sp\:hidden{
    display: none;
  }
  .sp\:h-\[5rem\]{
    height: 5rem;
  }
  .sp\:min-h-\[5rem\]{
    min-height: 5rem;
  }
  .sp\:w-\[5rem\]{
    width: 5rem;
  }
  .sp\:grid-cols-1{
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sp\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp\:gap-\[3rem\]{
    gap: 3rem;
  }
  .sp\:px-\[3rem\]{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sp\:pl-\[2rem\]{
    padding-left: 2rem;
  }
  .sp\:\[\&\>span\:first-of-type\]\:top-\[calc\(50\%-0\.8rem\)\]>span:first-of-type{
    top: calc(50% - 0.8rem);
  }
  .sp\:\[\&\>span\:last-of-type\]\:top-\[calc\(50\%\+0\.8rem\)\]>span:last-of-type{
    top: calc(50% + 0.8rem);
  }
  .sp\:\[\&\>span\]\:w-\[calc\(100\%-2rem\)\]>span{
    width: calc(100% - 2rem);
  }
  .is-elementor-drawer-open .sp\:\[\.is-elementor-drawer-open_\&\>span\:first-of-type\]\:translate-y-\[0\.8rem\]>span:first-of-type{
    --tw-translate-y: 0.8rem;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .is-elementor-drawer-open .sp\:\[\.is-elementor-drawer-open_\&\>span\:last-of-type\]\:translate-y-\[-0\.8rem\]>span:last-of-type{
    --tw-translate-y: -0.8rem;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 768px){
  .pc\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc\:min-h-\[7rem\]{
    min-height: 7rem;
  }
  .pc\:w-\[75\%\]{
    width: 75%;
  }
  .pc\:grid-cols-2{
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pc\:justify-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pc\:gap-x-\[5rem\]{
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
  .pc\:pr-\[3rem\]{
    padding-right: 3rem;
  }
}
/*# sourceMappingURL=../../_cache/_maps/styles.css.map */