@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
/*! 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;
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}
.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);-webkit-box-sizing:content-box;box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}
.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;display:block}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}
.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-3d{-webkit-perspective:1200px;perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}
.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}
.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-transform-origin:center;transform-origin:center}
.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-lock{display:none}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}
.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}
.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}
.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move;-ms-touch-action:none;touch-action:none}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-fade .swiper-slide-active{pointer-events:auto}
.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper.swiper-cube{overflow:visible}
.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}
.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}
.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper.swiper-flip{overflow:visible}
.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}
.swiper.swiper-cards{overflow:visible}
.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.f-eg {
  font-family: "Ubuntu", sans-serif;
}
.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;
}
*/
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/* == @import "../node_modules/normalize.css/normalize.css"; */
html.is-hidden {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
html [id] {
  scroll-margin-top: 12rem;
}
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0;
  line-height: 1.7;
  color: #0E3859;
}
.is-top .p-top,
.is-top .js-header {
  opacity: 0;
}
.is-top .grecaptcha-badge {
  visibility: hidden;
}
a {
  color: #000;
  text-decoration: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
  padding: 0;
  margin: 0;
}
ul,
ol,
li {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
img {
  vertical-align: bottom;
}
figure {
  padding: 0;
  margin: 0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.l-main {
  line-height: 1.2;
}
svg,
img {
  max-width: 100%;
}
*, ::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.18 | 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;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.mb-\[1\.5rem\]{
  margin-bottom: 1.5rem;
}
.mt-\[4rem\]{
  margin-top: 4rem;
}
.mt-\[5rem\]{
  margin-top: 5rem;
}
.block{
  display: block;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid{
  display: -ms-grid;
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.flex-shrink{
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.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));
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.border{
  border-width: 1px;
}
.bg-\[\#2778B7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(39 120 183 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.px-\[10rem\]{
  padding-left: 10rem;
  padding-right: 10rem;
}
.py-\[10rem\]{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-\[5rem\]{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.text-\[1\.6rem\]{
  font-size: 1.6rem;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.italic{
  font-style: italic;
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.outline{
  outline-style: solid;
}
.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;
}
.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);
}
.c-recruit {
  position: relative;
  z-index: 1;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background: #EAF1FE;
}
.c-recruit::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8rem;
  -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
  background: #EAF1FE;
  top: -7.9rem;
  left: 0;
  z-index: -1;
}
.c-recruit-list {
  width: 100%;
  height: 22rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.c-recruit-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4rem;
}
.c-recruit-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-recruit-item__ttl {
  position: relative;
  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;
  row-gap: 1rem;
}
.c-recruit-item__ttl h4 {
  font-weight: 700;
  font-style: bold;
  font-size: 2rem;
  line-height: 1;
  color: #FFF;
  letter-spacing: 0.05em;
}
.c-recruit-item__ttl span {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #FFF;
}
.c-recruit-item__arrow {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.1rem;
}
.c-recruit-item__arrow svg {
  width: 5.4rem;
  overflow: inherit;
}
.c-recruit-item > figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.c-recruit-item > figure img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  pointer-events: none;
}
.c-recruit-wrap {
  position: relative;
  width: 120rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-recruit-wrap::before {
  content: "RECRUIT";
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 21rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #FFF;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateY(-10rem);
          transform: translateY(-50%) translateY(-10rem);
  pointer-events: none;
  z-index: -1;
}
.c-recruit-wrap .r-content {
  width: 44.8rem;
}
.c-recruit-wrap .r-content > p {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
  color: #0E3859;
}
.c-recruit-wrap .r-content__btn {
  margin-top: 1.8rem;
}
.c-recruit-wrap .r-content__btn a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-recruit-wrap .l-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.2rem;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  row-gap: 1.2rem;
}
.c-footer {
  width: 100%;
}
.c-footer-top {
  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;
  height: 5rem;
  background: #EAF1FE;
}
.c-footer-top__btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1rem auto;
  grid-template-columns: 1rem auto;
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer-top__btn svg {
  overflow: inherit;
}
.c-footer-wrap {
  padding-top: 6rem;
  width: 117rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 71rem;
  grid-template-columns: 1fr 71rem;
  grid-column-gap: 7rem;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}
.c-footer-wrap .r-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-footer-wrap .r-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.c-footer-wrap .r-content-top__logo {
  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;
  row-gap: 1rem;
}
.c-footer-wrap .r-content-top__logo svg {
  width: 20.3rem;
}
.c-footer-wrap .r-content-top__logo svg path {
  fill: #015EAE;
}
.c-footer-wrap .r-content-top__logo span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #015EAE;
}
.c-footer-wrap .r-content-top__link a {
  padding: 0 2.4rem;
  height: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  background: #17507D;
  border: 1px solid transparent;
  border-radius: 4rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-footer-wrap .r-content-top__link a p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #FFF;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-footer-wrap .r-content-top__link a svg {
  width: 0.6rem;
  overflow: inherit;
}
.c-footer-wrap .r-content-top__link a svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-footer-wrap .r-content-nav {
  margin-top: 2rem;
}
.c-footer-wrap .r-content-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer-wrap .r-content-nav ul li a {
  color: #0E3859;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-footer-wrap .r-content-nav ul li a.c-f-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.4rem auto;
  grid-template-columns: 1.4rem auto;
  grid-column-gap: 0.4rem;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer-wrap .r-content-nav ul li a.c-f-link svg {
  width: 1.4rem;
  overflow: inherit;
}
.c-footer-wrap .r-content-nav ul li a.c-f-link svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-footer-wrap .r-content-bottom {
  margin-top: auto;
}
.c-footer-wrap .r-content-bottom p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #0E3859;
}
.c-footer-wrap .r-content-bottom a {
  display: block;
  margin-top: 0.5rem;
}
.c-footer-wrap .r-content-bottom a svg {
  width: 3.2rem;
  overflow: inherit;
}
.c-footer-wrap .r-content-bottom a svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-footer-wrap .l-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 7rem;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
  grid-row-gap: 2.4rem;
  row-gap: 2.4rem;
}
.c-footer-wrap .l-nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.4rem;
}
.c-footer-wrap .l-nav-item {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #93C1F9;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-footer-wrap .l-nav-item:first-of-type {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.c-footer-wrap .l-nav-item:nth-of-type(2) {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.c-footer-wrap .l-nav-item__ttl {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer-wrap .l-nav-item__ttl p {
  font-weight: 700;
  font-style: bold;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #93C1F9;
}
.c-footer-wrap .l-nav-item__ttl span {
  color: #93C1F9;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: 0;
}
.c-footer-wrap .l-nav-item > ul {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  padding: 0 1.2rem;
}
.c-footer-wrap .l-nav-item > ul li .c-f-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.65rem auto;
  grid-template-columns: 0.65rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 0.6rem;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #0E3859;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-footer-wrap .l-nav-item > ul li .c-f-nav svg {
  overflow: inherit;
}
.c-footer-wrap .l-nav-item > ul li .c-f-nav svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-footer-copyright {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  padding: 2rem 0;
}
.c-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 120;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-header::before {
  content: "";
  position: absolute;
  width: calc(100% + 10rem);
  height: calc(100% + 3rem);
  top: -1.5rem;
  left: -5rem;
  background: #2778B7;
  z-index: -1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.is-scroll .c-header {
  -webkit-transform: translateY(-1.5rem) !important;
          transform: translateY(-1.5rem) !important;
}
.is-scroll .c-header::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header-logo svg {
  width: 20.3rem;
  overflow: inherit;
}
.c-header-logo span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #FFF;
}
.c-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header-nav > ul > li {
  padding: 0 1.2rem;
}
.c-header-nav__link a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.8rem;
  grid-template-columns: 1fr 1.8rem;
  padding: 1rem;
  border-bottom: 1px solid #93C1F9;
  grid-column-gap: 0.4rem;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header-nav__link a span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFF;
}
.c-header-nav__link a svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  overflow: inherit;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-header-nav__link a svg path {
  stroke: #FFF;
}
.c-header-nav__item a span {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFF;
}
.c-header-mega {
  position: relative;
}
.c-header-mega__trigger {
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1.6rem;
  -ms-grid-columns: max-content 1.6rem;
  grid-template-columns: -webkit-max-content 1.6rem;
  grid-template-columns: max-content 1.6rem;
  grid-column-gap: 0.4rem;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-header-mega__trigger span {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFF;
}
.c-header-mega__trigger svg {
  overflow: inherit;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-header-mega__content.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-header-mega__content::before {
  content: "";
  width: 100%;
  height: 2.5rem;
  top: -2rem;
  left: 0;
  background: transparent;
  position: absolute;
}
.c-header-mega__content ul {
  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-mega__content ul li a {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 0.6rem;
  grid-template-columns: 1fr 0.6rem;
  padding: 1rem 0;
}
.c-header-mega__content ul li a span {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-header-mega__content ul li a svg {
  width: 0.6rem;
  overflow: inherit;
}
.c-header-mega__content ul li a svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-header-mega-recruit__trigger {
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1.6rem;
  -ms-grid-columns: max-content 1.6rem;
  grid-template-columns: -webkit-max-content 1.6rem;
  grid-template-columns: max-content 1.6rem;
  grid-column-gap: 0.4rem;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7rem;
  background: #0E3859;
  padding: 1.5rem;
}
.c-header-mega-recruit__trigger span {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFF;
}
.c-header-mega-recruit__content {
  top: 5.5rem !important;
}
.c-header-drawer {
  position: relative;
  background: #0E3859;
  width: 9.2rem;
  height: 4.6rem;
  border-radius: 5rem;
  z-index: 120;
}
.c-header-drawer > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.4rem;
  height: 1px;
  background: #FFF;
}
.c-header-drawer > span:first-of-type {
  -webkit-transform: translate(-50%, -50%) translateY(-0.6rem);
          transform: translate(-50%, -50%) translateY(-0.6rem);
}
.c-header-drawer > span:last-of-type {
  -webkit-transform: translate(-50%, -50%) translateY(0.6rem);
          transform: translate(-50%, -50%) translateY(0.6rem);
}
.is-open .c-header-drawer > span:first-of-type {
  -webkit-transform: translate(-50%, -50%) translateY(0) rotate(-153.43deg);
          transform: translate(-50%, -50%) translateY(0) rotate(-153.43deg);
}
.is-open .c-header-drawer > span:nth-of-type(2) {
  opacity: 0;
}
.is-open .c-header-drawer > span:last-of-type {
  -webkit-transform: translate(-50%, -50%) translateY(0) rotate(153.43deg);
          transform: translate(-50%, -50%) translateY(0) rotate(153.43deg);
}
.is-entry-open .c-header-drawer > span {
  display: none;
}
.c-header-entry__inner {
  width: calc(100% - 4rem);
  background: #FFF;
  border-radius: 2rem;
  padding: 2rem;
  margin: 2rem auto 0 auto;
}
.c-header-entry__inner h4 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #2778B7;
}
.c-header-entry__list {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.1rem;
}
.c-header-entry__list li a {
  width: 100%;
}
.c-header-entry__close {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  background: #0E3859;
  width: 9.2rem;
  height: 4.6rem;
  border-radius: 5rem;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.is-entry-open .c-header-entry__close {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-header-entry__close > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.4rem;
  height: 1px;
  background: #FFF;
}
.c-header-entry__close > span:first-of-type {
  -webkit-transform: translate(-50%, -50%) translateY(-0.6rem);
          transform: translate(-50%, -50%) translateY(-0.6rem);
}
.c-header-entry__close > span:last-of-type {
  -webkit-transform: translate(-50%, -50%) translateY(0.6rem);
          transform: translate(-50%, -50%) translateY(0.6rem);
}
.is-entry-open .c-header-entry__close > span:first-of-type {
  -webkit-transform: translate(-50%, -50%) translateY(0) rotate(-153.43deg);
          transform: translate(-50%, -50%) translateY(0) rotate(-153.43deg);
}
.is-entry-open .c-header-entry__close > span:nth-of-type(2) {
  opacity: 0;
}
.is-entry-open .c-header-entry__close > span:last-of-type {
  -webkit-transform: translate(-50%, -50%) translateY(0) rotate(153.43deg);
          transform: translate(-50%, -50%) translateY(0) rotate(153.43deg);
}
.c-about-nav {
  width: 108rem;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 0rem 0 13rem 0;
}
.c-about-nav ul {
  margin-top: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 3.2rem;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}
.c-about-nav ul li a {
  width: 100%;
}
.c-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.c-accordion-item {
  padding: 1.8rem 3rem;
  background: #FFF;
  border-radius: 1.8rem;
  border: 2px solid #4FA8F7;
  cursor: pointer;
}
.c-accordion-item > dt {
  position: relative;
}
.c-accordion-item > dt > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: calc(100% - 10rem);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0;
}
.c-accordion-item > dt > p .question {
  margin-right: 1rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: 0;
}
.c-accordion-item > dd {
  display: none;
}
.c-accordion-item > dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0.04em;
}
.c-accordion-item > dd p .answer {
  margin-right: 1rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #4FA8F7;
}
.c-accordion-plus {
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 3rem;
  height: 3rem;
  background: #4FA8F7;
  border-radius: 50%;
  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;
}
.c-accordion-plus > span {
  position: absolute;
  width: 1.6rem;
  height: 2px;
  background: #FFF;
}
.c-accordion-plus > span:last-of-type {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-accordion-plus.is-active > span:last-of-type {
  opacity: 0;
}
.c-breadcrumb {
  margin-top: 1.6rem;
  width: calc(100% - 3rem);
  position: relative;
  z-index: 10;
}
.c-breadcrumb ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
.c-breadcrumb ul li {
  position: relative;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
}
.c-breadcrumb ul li:nth-child(n+2)::before {
  pointer-events: none;
  content: "/";
  position: absolute;
  top: -0.2rem;
  left: -1.6rem;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 170%;
  letter-spacing: 0.05em;
}
.c-breadcrumb ul li:last-of-type {
  padding-right: 2rem;
}
.c-breadcrumb ul li a,
.c-breadcrumb ul li .nolink {
  color: #CBD5E1;
}
.c-btn01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.5rem auto;
  grid-template-columns: 3.5rem auto;
  grid-column-gap: 0.4rem;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #2778B7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn01 svg {
  overflow: inherit;
}
.c-btn01 svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn01-yellow {
  color: #FFF44B;
}
.c-btn01-s {
  -ms-grid-columns: 3rem auto;
  grid-template-columns: 3rem auto;
}
.c-btn01-link {
  -ms-grid-columns: 3rem auto 2rem;
  grid-template-columns: 3rem auto 2rem;
}
.c-btn01-link .ic-link {
  display: block;
  width: 100%;
  margin-left: 0.6rem;
}
.c-btn02 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 30rem;
  height: 6.8rem;
  background: #17507D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.4rem;
  border-radius: 4rem;
  padding-right: 4rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid transparent;
}
.c-btn02 p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
  color: #FFF;
  letter-spacing: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn02 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
}
.c-btn02 span svg {
  width: 0.8rem;
  overflow: inherit;
}
.c-btn02 span svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn02-small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 19.5rem;
  height: 5.2rem;
  padding: 0 2.4rem;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.c-btn02-small p {
  font-size: 1.5rem;
}
.c-btn03 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5rem;
  grid-template-columns: 1fr 3.5rem;
  grid-column-gap: 2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  padding-bottom: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #2778B7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-bottom: 2px solid #93C1F9;
}
.c-btn03 span {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #0E3859;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn03 svg {
  overflow: inherit;
}
.c-btn03 svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn03-yellow {
  color: #FFF44B;
}
.c-btn-anchor {
  padding: 0 1.9rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem;
  grid-template-columns: 1fr 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 1.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  height: 6.6rem;
  border-radius: 1.8rem;
  background: #2778B7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid transparent;
}
.c-btn-anchor span {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #FFF;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn-anchor svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn-entry {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 30rem;
  height: 6.8rem;
  background: #17507D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-left: 3rem;
  border-radius: 4rem;
  padding-right: 7rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid transparent;
}
.c-btn-entry p {
  font-weight: 500;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  letter-spacing: 0;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn-entry p > span {
  font-size: 2.8rem;
  color: #FFF44B;
}
.c-btn-entry > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
}
.c-btn-entry > span svg {
  width: 0.8rem;
  overflow: inherit;
}
.c-btn-entry > span svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn-sns {
  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;
  row-gap: 2rem;
}
.c-btn-sns .ic-balloon {
  width: 18.2rem;
  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;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 150%;
  letter-spacing: 0;
  padding: 0.5rem 0 0.8rem 0;
  background: #CADEFC;
  border-radius: 5.5rem;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn-sns .ic-balloon::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 1;
  background: #CADEFC;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(0.5rem) rotate(-27.94deg);
          transform: translateX(-50%) translateX(0.5rem) rotate(-27.94deg);
  bottom: -0.8rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn-sns svg {
  width: 5.2rem;
  overflow: inherit;
}
.c-cat-color01 {
  background: #F6ECFF !important;
}
.c-cat-color02 {
  background: #FFE7F2 !important;
}
.c-cat-color03 {
  background: #D1F4F7 !important;
}
.c-cat-color04 {
  background: #D9F7EE !important;
}
.c-cat-color05 {
  background: #FFF1D5 !important;
}
.c-2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 7rem;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}
.c-2col-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24rem auto;
  grid-template-columns: 24rem auto;
  grid-column-gap: 2.4rem;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-2col-item figure {
  border-radius: 2rem;
  overflow: hidden;
}
.c-2col-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-2col-item__desc h4 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 4.8rem 1fr;
  grid-template-columns: 4.8rem 1fr;
  font-weight: 500;
  color: #2778B7;
  font-size: 1.8rem;
  line-height: 170%;
  letter-spacing: 0;
  grid-column-gap: 0.4rem;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}
.c-2col-item__desc h4 svg {
  overflow: inherit;
}
.c-2col-item__desc h4 svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-2col-item__desc p {
  color: #0E3859;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
}
.c-2col-item__desc ul {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-2col-item__desc ul li {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #64748B;
}
.c-1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3rem;
}
.c-1col li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22rem auto;
  grid-template-columns: 22rem auto;
  grid-column-gap: 2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-1col li figure {
  border-radius: 2rem;
  overflow: hidden;
}
.c-1col li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-1col__desc h4 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #2778B7;
}
.c-1col__desc p {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
}
.c-3col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.c-3col > li {
  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;
  border-radius: 2.2rem;
  border: 2px solid #4FA8F7;
  -webkit-box-shadow: 3px 8px 0px 0px #4FA8F7;
          box-shadow: 3px 8px 0px 0px #4FA8F7;
}
.c-3col > li figure {
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  overflow: hidden;
  height: 25rem;
}
.c-3col > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-3col__ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.5rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #FFF;
  padding: 0 3.5rem;
  border-radius: 3rem;
  background: #2778B7;
}
.c-3col__desc {
  padding: 1.3rem 1.3rem 3rem 1.3rem;
}
.c-3col__desc h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0;
  text-align: center;
  color: #2778B7;
}
.c-3col__desc p {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #0E3859;
}
.c-3col__desc ul {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-3col__desc ul li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: 0;
}
.c-3col__desc ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-3col-number {
  row-gap: 5rem !important;
}
.c-3col-number figure {
  margin-top: 0;
  padding-top: 5rem;
}
.c-3col-number figure svg {
  width: 11rem;
  overflow: inherit;
  margin: 0 auto;
}
.c-3col-number__ttl {
  font-size: 3.2rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  width: 6.5rem;
  height: 8rem;
  padding: 0;
  border-radius: 9999%;
  top: -4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
}
.c-3col-number__ttl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2778B7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 9999%;
  z-index: -1;
}
.c-3col-number__desc {
  padding: 2.5rem 2.2rem 3rem 2.2rem;
}
.c-3col-number__desc h3 {
  font-size: 2rem;
}
.c-job-1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.c-job-1col__item h5 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.c-job-1col__item p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.c-job-2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28rem 1fr;
  grid-template-columns: 28rem 1fr;
  grid-column-gap: 3.1rem;
  -webkit-column-gap: 3.1rem;
     -moz-column-gap: 3.1rem;
          column-gap: 3.1rem;
}
.c-job-2col__img {
  border-radius: 2rem;
  overflow: hidden;
}
.c-job-2col__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-job-2col__desc {
  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;
  row-gap: 0.5rem;
}
.c-job-2col__desc h5 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.c-job-2col__desc p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.c-job-2col-noimg {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.c-fixed {
  position: fixed;
  width: calc(100% - 18rem);
  height: 4rem;
  background: #FFF44B;
  border: 1px solid #2778B7;
  border-radius: 0.5rem;
  bottom: 1rem;
  left: 50%;
  z-index: 130;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-fixed.is-active {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.c-fixed p {
  width: 100%;
  height: 100%;
  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;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #0E3859;
}
.c-fixed .ic-plus {
  position: absolute;
  width: 1.4rem;
  right: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-fixed .ic-plus svg {
  width: 1.4rem;
  overflow: inherit;
}
.c-heading {
  text-align: center;
}
.c-heading > p {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
}
.c-heading-left {
  text-align: left;
}
.c-heading-yellow hgroup h2 {
  color: #FFF44B;
}
.c-heading-yellow > p {
  color: #FFFFFF;
}
.c-heading02 {
  text-align: center;
}
.c-heading02 hgroup {
  position: relative;
}
.c-heading02 hgroup h2 {
  padding: 6rem 0;
  font-weight: 700;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2778B7;
}
.c-heading02 hgroup p {
  font-weight: 700;
  color: #2778B7;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: 0;
  text-align: center;
}
.c-heading02 > p {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
  text-align: center;
}
.c-heading02-en {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 16rem;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #EAF1FE;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-heading02-yellow {
  position: relative;
  z-index: 1;
}
.c-heading02-yellow hgroup h2 {
  color: #FFF44B;
}
.c-heading02-yellow > p {
  color: #FFFFFF;
}
.c-heading02-yellow-en {
  color: #FFFFFF;
  opacity: 0.1;
}
.c-heading03 {
  text-align: center;
}
.c-heading03 hgroup {
  padding: 3rem 0;
  position: relative;
}
.c-heading03 hgroup h2 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2778B7;
}
.c-heading03 hgroup p {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
  text-align: center;
}
.c-heading03-en {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 16rem;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #EAF1FE;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-heading03-yellow {
  position: relative;
  z-index: 1;
}
.c-heading03-yellow hgroup h2 {
  color: #FFF44B;
}
.c-heading03-yellow hgroup p {
  color: #FFF;
}
.c-heading03-yellow-en {
  color: #FFFFFF;
  opacity: 0.1;
}
.c-heading04 {
  position: relative;
  width: 100%;
  height: 6rem;
  background: #2778B7;
  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;
}
.c-heading04::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.45rem;
  width: 3.7rem;
  height: 1.5rem;
  background: #2778B7;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-heading04 h3 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 170%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
}
.c-heading-job {
  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;
  row-gap: 1rem;
}
.c-heading-job > h4 {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #2778B7;
}
.c-heading-job > p {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.c-heading-job-icon {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.5rem 1fr;
  grid-template-columns: 3.5rem 1fr;
  grid-column-gap: 1.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-s-inner {
  width: 90rem;
  margin: 0 auto;
}
.c-m-inner {
  width: 108rem;
  margin: 0 auto;
}
.c-inner {
  width: 116rem;
  margin: 0 auto;
}
.c-l-inner {
  width: 120rem;
  margin: 0 auto;
}
.c-interview {
  width: 100%;
  padding-bottom: 8rem;
  position: relative;
  background: #2778B7;
  overflow: hidden;
}
.c-interview-subttl__txt {
  position: relative;
}
.c-interview-subttl__txt div {
  font-weight: 700;
  font-size: 4rem;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #FFF;
}
.c-interview-subttl__txt > span svg {
  width: 4.4rem;
  overflow: inherit;
}
.c-interview-subttl__btn {
  margin-top: 1.5rem;
}
.c-interview-wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (35rem)[3];
  grid-template-columns: repeat(3, 35rem);
  margin-top: 4rem;
}
.c-interview-wrap__nav {
  position: absolute;
  right: 27rem;
  bottom: 14rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          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;
}
.c-interview-wrap__nav .ic-prev,
.c-interview-wrap__nav .ic-next {
  padding: 0 1rem;
  cursor: pointer;
}
.c-interview-wrap__nav .ic-prev svg,
.c-interview-wrap__nav .ic-next svg {
  width: 1.2rem;
  overflow: inherit;
}
.c-interview-wrap__nav .ic-prev svg path,
.c-interview-wrap__nav .ic-next svg path {
  stroke: #FFF44B;
}
.c-interview-wrap__nav .interviewpagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  width: auto !important;
}
.c-interview-wrap__nav .interviewpagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  background: #CBD5E1;
  opacity: 1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.c-interview-wrap__nav .interviewpagination .swiper-pagination-bullet-active {
  width: 2rem !important;
  border-radius: 2rem !important;
  background-color: #FFF44B !important;
}
.c-interview-item__content {
  position: relative;
}
.c-interview-item__content .num {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 1.2rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #2778B7;
}
.c-interview-item__content .ic-arrow {
  width: 6.3rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-interview-item__content .ic-arrow svg {
  width: 100%;
  overflow: inherit;
}
.c-interview-item__content .ic-arrow svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-interview-item__content .ic-balloon {
  width: 27.2rem;
  height: 11.5rem;
  position: absolute;
  background: url(../images/top/bg-balloon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 1.3rem;
  bottom: -2rem;
}
.c-interview-item__content .ic-balloon p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 2.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0;
}
.c-interview-item__content figure {
  height: 100%;
  height: 56rem;
  margin: 0 auto;
  border-radius: 1.8rem;
  overflow: hidden;
}
.c-interview-item__content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-interview-item__desc {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}
.c-interview-item__desc .name {
  -ms-grid-row: 2;
      grid-row-start: 2;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #EAF1FE;
}
.c-interview-item__desc .background {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: 0;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  color: #CADEFC;
}
.c-interview-item__desc .job {
  -ms-grid-row: 2;
      grid-row-start: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  height: 2rem;
  border: 1px solid #FFF44B;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #FFF44B;
  border-radius: 6rem;
}
.c-interview-banner {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45rem 45rem;
  grid-template-columns: 45rem 45rem;
  grid-column-gap: 4rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 11rem;
}
.c-interview-banner > a img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-interview-s-item__desc {
  margin-top: 2.5rem;
  row-gap: 0;
}
.c-interview-s-item__content figure {
  height: 40rem !important;
}
.c-interview-s-item__content .num {
  font-size: 3rem;
}
.c-interview-s-item__content .ic-balloon {
  width: 23rem;
  height: 10rem;
}
.c-interview-s-item__content .ic-balloon p {
  padding: 0 1.2rem;
}
.c-interview-s-item__content .ic-arrow {
  width: 5.4rem;
}
.c-interview-s-nav {
  position: absolute;
  left: 9rem;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          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;
}
.c-interview-s-nav .ic-prev,
.c-interview-s-nav .ic-next {
  padding: 0 1rem;
  cursor: pointer;
}
.c-interview-s-nav .ic-prev svg,
.c-interview-s-nav .ic-next svg {
  width: 1.2rem;
  overflow: inherit;
}
.c-interview-s-nav .ic-prev svg path,
.c-interview-s-nav .ic-next svg path {
  stroke: #FFF44B;
}
.c-interview-s-nav .interviewpagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  width: auto !important;
}
.c-interview-s-nav .interviewpagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 0.8rem;
  height: 0.8rem;
  background: #CBD5E1;
  opacity: 1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.c-interview-s-nav .interviewpagination .swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 2rem;
  background-color: #FFF44B;
}
.c-interview-sliderBox {
  overflow: visible;
}
.c-interview-slide {
  padding-top: 7rem;
  margin-left: 18rem;
}
.c-interview-slide__ttl {
  white-space: nowrap;
}
.c-interview-slide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: 24rem 1fr;
  grid-template-columns: 24rem 1fr;
}
.c-interview-slide__txt {
  position: relative;
  margin-top: 13rem;
}
.c-interview-slide__txt div {
  font-weight: 700;
  font-size: 4rem;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #FFF;
}
.c-interview-slide__txt > span svg {
  width: 4.4rem;
  overflow: inherit;
}
.c-interview-slide__btn {
  margin-top: 1.5rem;
}
.c-interview-slide__inner {
  width: calc(50% + 17rem + 20rem);
  padding-left: 10rem;
  padding-bottom: 5rem;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.c-list-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-list-circle li {
  position: relative;
  padding-left: 1.7rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
}
.c-list-circle li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0E3859;
}
.c-list-check {
  width: 60rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-list-check > li {
  width: 100%;
  padding: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2rem 1fr;
  grid-template-columns: 2rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  color: #0E3859;
  border-bottom: 1px solid #CBD5E1;
}
.c-list-check > li:first-child {
  border-top: 1px solid #CBD5E1;
}
.c-list-check > li svg {
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}
.js-custom-scroll__bar {
  width: 0.6rem;
  background-color: #2778B7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.js-custom-scroll__bar-wrap {
  width: 0.6rem;
  height: calc(100% - 12rem);
  background-color: #CADEFC;
  border-radius: 2rem;
  position: absolute;
  right: 5rem;
  top: 6rem;
  overflow: hidden;
  z-index: 99;
}
.c-modal {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  height: calc(100dvh + 3rem);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-modal-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90rem;
  z-index: 200;
  height: 55rem;
}
.c-modal-inner {
  height: 100%;
  padding: 4rem 0 2rem 0;
}
.c-modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5.5rem;
  background: #FFF44B;
  overflow-y: scroll;
  scrollbar-width: none;
}
.c-modal-content .swiper-notification {
  display: none;
}
.c-modal-content__nav {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          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;
  z-index: 1;
  height: 2rem;
}
.c-modal-content__nav .ic-prev,
.c-modal-content__nav .ic-next {
  padding: 0 1rem;
  cursor: pointer;
}
.c-modal-content__nav .ic-prev svg,
.c-modal-content__nav .ic-next svg {
  width: 1.2rem;
  overflow: inherit;
}
.c-modal-content__nav .modalpagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}
.c-modal-content__nav .modalpagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: #CBD5E1;
  opacity: 1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.c-modal-content__nav .modalpagination .swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 2rem;
  background-color: #2778B7;
}
.c-modal-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 29.6rem 34.3rem;
  grid-template-columns: 29.6rem 34.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 8rem;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  padding: 0;
}
.c-modal-item .r-content-area {
  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;
}
.c-modal-item .r-content-area .balloon {
  position: relative;
  z-index: 1;
  width: 29.6rem;
  padding: 3rem 2.8rem 3rem 3.4rem;
  background: #FFF;
  border-radius: 5.5rem;
}
.c-modal-item .r-content-area .balloon h3 {
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0;
}
.c-modal-item .r-content-area .balloon h3::before {
  content: "“";
  position: absolute;
  top: -3rem;
  left: -1.5rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
  color: #FFF44B;
  font-family: "Ubuntu", sans-serif;
  font-size: 7.5rem;
  z-index: -1;
}
.c-modal-item .r-content-area .balloon p {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 150%;
  letter-spacing: 0;
  margin-top: 0.5rem;
}
.c-modal-item .r-content-area .balloon > span {
  position: absolute;
  top: -1rem;
  right: 2rem;
  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: 7.6rem;
  height: 3rem;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  border-radius: 6rem;
  background: #CADEFC;
  border: 1px solid #FFF;
}
.c-modal-item .r-content-area > figure {
  position: relative;
  width: 19rem;
  margin: 0 auto;
  margin-top: -2.5rem;
  z-index: 1;
}
.c-modal-item .l-content {
  width: 100%;
  background: #FFF;
  border-radius: 2rem;
  padding: 2.4rem;
}
.c-modal-item .l-content-ttl {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.4rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-modal-item .l-content-ttl svg {
  width: 2.8rem;
  overflow: inherit;
}
.c-modal-item .l-content-img {
  margin-top: 1.8rem;
  width: 100%;
  height: 19rem;
  border-radius: 9.5rem;
  overflow: hidden;
}
.c-modal-item .l-content-txt {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0;
  margin-top: 1.6rem;
  color: #0E3859;
}
.c-modal-item .l-content-btn {
  margin-top: 2.4rem;
  text-align: center;
}
.c-modal-entry {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  height: calc(100dvh + 3rem);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-entry-open .c-modal-entry {
  opacity: 1;
  pointer-events: auto;
}
.c-modal-entry__inner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 6rem);
  background: #FFF;
  border-radius: 3rem;
  padding: 6rem 3rem;
  z-index: 201;
}
.c-modal-entry__inner h4 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #2778B7;
}
.c-modal-entry__list {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.1rem;
}
.c-modal-entry__close {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateY(22rem);
          transform: translateX(-50%) translateY(-50%) translateY(22rem);
  z-index: 99;
}
.c-modal-entry__close span {
  color: #fff;
}
.c-modal-entry__close ellipse {
  fill: #fff;
}
.c-modal-entry__close path {
  stroke: #2778B7;
}
.c-modal-close {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.5rem auto;
  grid-template-columns: 3.5rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #FFF;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.7rem;
  z-index: 106;
  cursor: pointer;
}
.c-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(39, 120, 183, 0.9);
}
.c-movie {
  position: relative;
  overflow: hidden;
  height: 48rem;
}
.c-movie-wrap {
  position: relative;
  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: 104rem;
  height: 40rem;
  margin: 0 auto;
  margin-top: -44rem;
}
.c-movie-wrap__ttl .c-ttl01 * {
  color: #FFF !important;
}
.c-movie-wrap::before {
  content: "MOVIE";
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 25rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #FFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -12rem;
  pointer-events: none;
  opacity: 0.1;
}
.c-movie-wrap svg {
  position: relative;
  width: 10rem;
  overflow: inherit;
}
.c-movie .c-img-slant {
  margin-top: 4rem;
  aspect-ratio: 1400/430;
}
.c-movie .c-img-slant img {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.c-movie-link {
  position: absolute;
  top: 7rem;
  left: 0;
  width: 100%;
  height: calc(100% - 10rem);
  cursor: pointer;
  z-index: 5;
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
}
.c-line {
  height: 0rem;
}
.c-mv {
  position: relative;
  background: #2778B7;
  height: 73rem;
  overflow-x: clip;
}
.c-mv-wrap {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  width: calc(100% - 5rem);
  max-width: 180rem;
  height: 50rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.c-mv-inner {
  width: calc(100% - 10rem);
  max-width: 180rem;
  margin: 0 auto;
  height: 28rem;
  position: relative;
  z-index: 1;
}
.c-mv-inner__text {
  padding-top: 10rem;
  display: inline-block;
}
.c-mv-inner__text h1 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #FFF;
}
.c-mv-inner__english {
  left: -1.8rem !important;
  bottom: -7rem !important;
}
.c-mv-text hgroup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.2rem;
}
.c-mv-text hgroup span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 0.8rem -webkit-max-content;
  -ms-grid-columns: 0.8rem max-content;
  grid-template-columns: 0.8rem -webkit-max-content;
  grid-template-columns: 0.8rem max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.8rem;
  background: #FFF44B;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  color: #2778B7;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 150%;
  letter-spacing: 0;
  padding: 0 1.2rem;
}
.c-mv-text hgroup h1 {
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #FFF;
}
.c-mv-text hgroup p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #FFF;
}
.c-mv-english {
  position: absolute;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 21rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #CADEFC;
  opacity: 0.2;
  pointer-events: none;
  white-space: nowrap;
  z-index: 2;
  left: 4rem;
  bottom: 11rem;
}
.c-mv-img {
  margin-top: auto;
}
.c-mv-works {
  height: inherit;
  padding-top: 15rem;
  padding-bottom: 11rem;
}
.c-mv-works-wrap {
  height: 100%;
  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;
}
.c-mv-works-text {
  margin: 0 auto !important;
  text-align: center;
}
.c-mv-works-text hgroup {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-mv-works-text > ul {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}
.c-mv-works-text > ul li {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #FFF;
}
.c-mv-works-img {
  width: calc(100% - 5rem);
  margin-left: auto;
  margin-top: 4rem;
  mask-image: url("../images/works/mask-mv-works.svg");
  mask-repeat: no-repeat;
  mask-position: right top;
  mask-size: cover;
  -webkit-mask-image: url("../images/works/mask-mv-works.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right top;
  -webkit-mask-size: cover;
}
.c-mv-works-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mv-works-english {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 80%;
  left: -0.5rem;
  top: 24rem;
  bottom: inherit;
  z-index: 1;
}
.c-mv-works-copy {
  position: relative;
  z-index: 2;
  margin-left: 10rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  margin-top: -10rem;
}
.c-mv-works-copy > span {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  background: #FFFFFF;
  color: #2778B7;
  font-weight: 700;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.c-mv-works .c-breadcrumb {
  margin-top: 0rem;
}
.c-mv-interview {
  height: 100% !important;
  background: #FFF;
}
.c-mv-interview-first {
  width: 100%;
  background: #2778B7;
  padding-top: 18rem;
  padding-bottom: 30rem;
  overflow: hidden;
}
.c-mv-interview-text {
  margin-left: 8.5rem;
  position: relative;
  z-index: 1;
}
.c-mv-interview-img {
  width: calc(100% - 34.5rem);
  height: auto;
  aspect-ratio: 1055/576;
  margin-left: auto;
  mask-image: url("../images/person/mask-mv-interview.svg");
  mask-repeat: no-repeat;
  mask-position: right top;
  mask-size: cover;
  -webkit-mask-image: url("../images/person/mask-mv-interview.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right top;
  -webkit-mask-size: cover;
  margin-top: -14rem;
}
.c-mv-interview-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mv-interview-item {
  position: relative;
  z-index: 2;
  margin-top: -30rem;
  margin-left: 8.5rem;
}
.c-mv-interview-copy {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.c-mv-interview-copy > span {
  display: inline-block;
  padding: 0 1.4rem;
  background: #FFFFFF;
  color: #2778B7;
  font-weight: 700;
  font-size: 4rem;
  line-height: 140%;
  letter-spacing: 0.1em;
}
.c-mv-interview-english {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: -3rem;
  top: 13rem;
  bottom: inherit;
  z-index: 1;
}
.c-mv-interview-profile {
  margin-top: 4rem;
  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;
}
.c-mv-interview-profile .occupation {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #2778B7;
  padding: 0 0.5rem;
  background: #FFF;
}
.c-mv-interview-profile > p {
  margin-top: 0.8rem;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #FFF;
}
.c-mv-interview-profile .background {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #FFF;
}
.c-mv-interview .c-breadcrumb {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.c-mv-interview-desc {
  width: 108rem;
  margin: 7rem auto 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46rem 1fr;
  grid-template-columns: 46rem 1fr;
  grid-column-gap: 3.5rem;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}
.c-mv-interview-desc__copy {
  position: relative;
  width: 100%;
}
.c-mv-interview-desc__copy::before {
  content: "“";
  position: absolute;
  top: -2rem;
  left: 0;
  font-size: 7.5rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 100%;
  color: #FFF44B;
  letter-spacing: 0.05em;
  z-index: -1;
}
.c-mv-interview-desc__copy::after {
  content: "”";
  position: absolute;
  bottom: -6rem;
  right: 0;
  font-size: 7.5rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 100%;
  color: #FFF44B;
  letter-spacing: 0.05em;
  z-index: -1;
}
.c-mv-interview-desc__copy > p {
  width: calc(100% - 8rem);
  margin: 0 auto;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 150%;
  color: #FFF;
}
.c-mv-interview-desc__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  color: #FFF;
}
.c-mv-interview-second {
  position: relative;
  z-index: 1;
  width: 116rem;
  margin: 0 auto;
  margin-top: -22rem;
}
.c-mv-interview-second figure {
  border-radius: 2rem;
  overflow: hidden;
}
.c-mv-interview-second figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mv-short {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-mv-404 {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50rem;
}
.c-mv-404-wrap {
  overflow: inherit !important;
}
.c-mv-404-english {
  bottom: -8rem !important;
}
.c-mv-data-english {
  bottom: 3rem;
}
.c-mv-crosstalk {
  height: 100%;
  background: #2778B7;
}
.c-mv-crosstalk-wrap {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
}
.c-mv-crosstalk-first {
  width: 100%;
  background: #2778B7;
  padding-top: 10rem;
}
.c-mv-crosstalk-text {
  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: start;
  margin-left: 8.5rem;
  position: relative;
  z-index: 1;
}
.c-mv-crosstalk-img {
  margin-right: 0;
  width: calc(100% - 34.5rem);
  height: 57.6rem;
  aspect-ratio: 1215/576;
  margin-left: auto;
  mask-image: url("../images/crosstalk/mask-mv-crosstalk.svg");
  mask-repeat: no-repeat;
  mask-position: left top;
  mask-size: cover;
  -webkit-mask-image: url("../images/crosstalk/mask-mv-crosstalk.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  -webkit-mask-size: cover;
  margin-top: -40.4rem;
}
.c-mv-crosstalk-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
.c-mv-crosstalk-copy {
  position: relative;
  z-index: 1;
  margin-top: 15rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.c-mv-crosstalk-copy > span {
  display: inline-block;
  padding: 0 1.4rem;
  background: #FFFFFF;
  color: #2778B7;
  font-weight: 700;
  font-size: 4rem;
  line-height: 140%;
  letter-spacing: 0.1em;
}
.c-mv-crosstalk-english {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: -3rem;
  bottom: inherit;
  top: 10rem;
  z-index: 0;
}
.c-mv-crosstalk .c-breadcrumb {
  margin-top: 2rem;
}
.c-mv-crosstalk-desc {
  width: 90.8rem;
  margin: 7rem auto 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40rem 1fr;
  grid-template-columns: 40rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 3.5rem;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}
.c-mv-crosstalk-desc__copy {
  position: relative;
  width: 100%;
}
.c-mv-crosstalk-desc__copy::before {
  content: "“";
  position: absolute;
  top: -2rem;
  left: 0;
  font-size: 7.5rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 100%;
  color: #FFF44B;
  letter-spacing: 0.05em;
  z-index: 1;
}
.c-mv-crosstalk-desc__copy::after {
  content: "”";
  position: absolute;
  bottom: -5rem;
  right: 2rem;
  font-size: 7.5rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 100%;
  color: #FFF44B;
  letter-spacing: 0.05em;
  z-index: 1;
}
.c-mv-crosstalk-desc__copy > p {
  width: calc(100% - 8rem);
  margin: 0 auto;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 150%;
  color: #FFF;
}
.c-mv-crosstalk-desc__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  color: #FFF;
}
.c-mv-crosstalk-member {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 6rem 3rem 6rem;
  margin: 0 auto;
  margin-top: 5rem;
}
.c-mv-crosstalk-member__ttl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.7rem auto;
  grid-template-columns: 5.7rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-mv-crosstalk-member__ttl svg {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.c-mv-crosstalk-member__ttl svg path {
  stroke: #FFF44B;
}
.c-mv-crosstalk-member__ttl > span {
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7;
  color: #FFF44B;
}
.c-mv-crosstalk-member__list {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-mv-crosstalk-member__list > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  width: 36rem;
  height: 36.5rem;
  background: #FFF;
}
.c-mv-crosstalk-member__list > li figure {
  height: 27rem;
  overflow: hidden;
}
.c-mv-crosstalk-member__list > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.c-mv-crosstalk-member__list > li figure img.ra {
  height: 130%;
  -webkit-transform: translatey(-1rem);
          transform: translatey(-1rem);
}
.c-mv-crosstalk-member__list > li figure img.mk {
  height: 130%;
  -o-object-position: 79% top;
     object-position: 79% top;
  -webkit-transform: translatey(-1rem);
          transform: translatey(-1rem);
}
.c-mv-crosstalk-member__list > li figure img.hs {
  -o-object-position: 36% top;
     object-position: 36% top;
  height: 129%;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.c-mv-crosstalk-member__list > li figure img.rf {
  height: 130%;
  -webkit-transform: translateY(-1.8rem);
          transform: translateY(-1.8rem);
  -o-object-position: 73% top;
     object-position: 73% top;
}
.c-mv-crosstalk-member__list > li figure img.img-hh {
  height: 130%;
  -o-object-position: 56% top;
     object-position: 56% top;
}
.c-mv-crosstalk-member__list > li figure img.img-mn {
  height: 130%;
  -o-object-position: 56% top;
     object-position: 56% top;
}
.c-mv-crosstalk-member__list > li figure img.img-nn {
  height: 126%;
  -o-object-position: 35% top;
     object-position: 35% top;
}
.c-mv-crosstalk-member__content {
  padding: 2.5rem 0 1.5rem 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;
  text-align: center;
  width: 29.5rem;
}
.c-mv-crosstalk-member__content .inner {
  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;
}
.c-mv-crosstalk-member__content .position {
  background: #2778B7;
  border: 1px solid #FFF;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #FFFFFF;
}
.c-mv-crosstalk-member__content .name {
  margin-top: 1rem;
  font-size: 2.5rem;
  line-height: 130%;
  font-weight: bold;
  color: #0E3859;
}
.c-mv-crosstalk-member__content .prof {
  margin-top: 0.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.c-mv .js-common-mv-img {
  opacity: 0;
}
.c-mv .js-common-mv-text {
  -webkit-clip-path: inset(0px 100% 0px 0px);
          clip-path: inset(0px 100% 0px 0px);
}
.c-nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
.c-nav01-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5rem auto;
  grid-template-columns: 1.5rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #0E3859;
  grid-column-gap: 0.6rem;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-pagenav ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  width: 53rem;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pagenav ul.page-numbers a,
.c-pagenav ul.page-numbers span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #64748B;
}
.c-pagenav ul.page-numbers a.current,
.c-pagenav ul.page-numbers span.current {
  color: #0E3859;
}
.c-pagenav ul.page-numbers a.current::before,
.c-pagenav ul.page-numbers span.current::before {
  content: "";
  position: absolute;
  width: calc(100% + 1rem);
  height: 1.6px;
  background: #2778B7;
  bottom: -0.5rem;
  left: -0.5rem;
}
.c-pagenav ul.page-numbers .next svg,
.c-pagenav ul.page-numbers .prev svg {
  width: 5.8rem;
  overflow: inherit;
}
.c-pagination {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.8rem -webkit-max-content 5.8rem;
  -ms-grid-columns: 5.8rem max-content 5.8rem;
  grid-template-columns: 5.8rem -webkit-max-content 5.8rem;
  grid-template-columns: 5.8rem max-content 5.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination a,
.c-pagination span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #64748B;
}
.c-pagination a.current,
.c-pagination span.current {
  color: #0E3859;
}
.c-pagination a.current::before,
.c-pagination span.current::before {
  content: "";
  position: absolute;
  width: calc(100% + 1rem);
  height: 1.6px;
  background: #2778B7;
  bottom: -0.5rem;
  left: -0.5rem;
}
.c-pagination a .page-numbers svg,
.c-pagination span .page-numbers svg {
  width: 5.8rem;
  overflow: inherit;
}
.c-pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.c-table01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-table01 > div {
  position: relative;
  padding: 2rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15rem 1fr;
  grid-template-columns: 15rem 1fr;
}
.c-table01 > div::before {
  content: "";
  width: 15rem;
  height: 1px;
  background: #2778B7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.c-table01 > div::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #93C1F9;
}
.c-table01 > div > dt {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #2778B7;
}
.c-table01 > div > dd {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
}
.c-table01 > div > dd .s-inner {
  width: 28rem;
}
.c-table01 > div > dd .s-inner > dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (-webkit-max-content)[2];
  -ms-grid-columns: (max-content)[2];
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-table01 > div > dd .s-inner > dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-table01 > div > dd .s-inner > dl > div > dd {
  position: relative;
  padding-left: 1.6rem;
}
.c-table01 > div > dd .s-inner > dl > div > dd::before {
  content: "：";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
  position: absolute;
  left: 0;
}
.c-table01 > div > dd .s-inner .total {
  text-align: right;
}
.c-table01 .number {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 1fr;
  -ms-grid-columns: min-content 1fr;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
}
.c-table01 .number:nth-of-type(n+2) {
  margin-top: 0.5rem;
}
.c-table02 > div {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20rem 1fr;
  grid-template-columns: 20rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-table02 > div > dt {
  background: #2778B7;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #FFF;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}
.c-table02 > div > dd {
  height: 100%;
  padding: 2rem 3rem 2rem 4rem;
  background: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.c-table02 > div > dd h2,
.c-table02 > div > dd h3,
.c-table02 > div > dd h4 {
  font-size: 2rem;
  color: #2778B7;
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-table02 > div > dd h3 {
  font-size: 1.8rem;
}
.c-table02 > div > dd h4 {
  font-size: 1.6rem;
}
.c-table02 > div > dd a {
  color: #2778B7;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-table02 > div > dd ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
.c-table02 > div > dd ol li {
  list-style: decimal;
}
.c-table02 > div > dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
.c-table02 > div > dd ul li {
  list-style: disc;
}
.c-table02 > div > dd blockquote {
  background: #F5F5F5;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
}
.c-ttl01 p {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 0;
}
.c-ttl01 h2 {
  margin-top: 0.8rem;
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #2778B7;
}
.c-ttl01-bold p {
  margin-top: 1.5rem;
  font-weight: 700;
}
.c-ttl01-short h2 {
  margin-top: 0;
}
.c-works-list {
  margin: 0 auto;
  width: calc(100% - 24rem);
  padding-bottom: 3rem;
  overflow: inherit !important;
}
.c-works-list__nav {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          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;
}
.c-works-list__nav .ic-prev,
.c-works-list__nav .ic-next {
  padding: 0 1rem;
  cursor: pointer;
}
.c-works-list__nav .ic-prev svg,
.c-works-list__nav .ic-next svg {
  width: 1.2rem;
  overflow: inherit;
}
.c-works-list__nav .workspagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  width: auto !important;
}
.c-works-list__nav .workspagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 0.8rem;
  height: 0.8rem;
  background: #CBD5E1;
  opacity: 1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.c-works-list__nav .workspagination .swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 2rem;
  background-color: #2778B7;
}
.c-works-item {
  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;
}
.c-works-item figure {
  width: 100%;
  height: 24rem;
  border-radius: 2rem;
  overflow: hidden;
}
.c-works-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-works-item__desc {
  margin-top: 1.5rem;
}
.c-works-item__desc > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-works-item__desc > ul li {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #64748B;
}
.c-works-item__ttl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.5rem auto;
  grid-template-columns: 3.5rem auto;
  grid-column-gap: 0.4rem;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #2778B7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-works-item__ttl svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-404-wrap {
  padding-top: 7.6rem;
  padding-bottom: 16rem;
}
.p-404 .c-inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-404__text-title {
  font-size: 4rem;
  font-weight: 700;
  color: #2778B7;
  letter-spacing: 0.1em;
}
.p-404__text-description {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 170%;
  color: #0E3859;
}
.p-404__text-button {
  margin-top: 5rem;
}
.p-about {
  overflow: hidden;
}
.p-about-wrap {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-about .c-bg-slant {
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-about .main-section {
  padding-block: 5.65rem 15.3rem;
  max-width: 102.6rem;
  width: 100%;
  position: relative;
}
.p-about .main-section .section-title {
  font-weight: 700;
  font-size: 5.2rem;
  color: #2778B7;
}
.p-about .main-section .section-description {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
}
.p-about .main-section .en-bg-text {
  position: absolute;
  bottom: 3rem;
  left: 6.5rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 21rem;
  color: #fff;
  z-index: -1;
}
.p-about .link-section {
  padding-block: 6.5rem 13rem;
  max-width: 104.4rem;
  width: 100%;
}
.p-about .link-section .link-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 4.2rem;
  -webkit-column-gap: 4.2rem;
     -moz-column-gap: 4.2rem;
          column-gap: 4.2rem;
  grid-row-gap: 4.2rem;
  row-gap: 4.2rem;
}
.p-about .link-section .link-item:nth-child(1), .p-about .link-section .link-item:nth-child(2) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.p-about .link-section .link-item:nth-child(3), .p-about .link-section .link-item:nth-child(4), .p-about .link-section .link-item:nth-child(5) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.p-about .link-section .link-item a {
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.p-about .link-section .link-item a picture {
  border-radius: 2rem;
  overflow: hidden;
}
.p-about .link-section .link-item a img {
  width: 100%;
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-about .link-section .link-item a .link-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.58rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #2778B7;
}
.p-about .link-section .link-item a .link-item__title svg {
  width: 3.4rem;
  height: auto;
}
.p-about .link-section .link-item a .link-item__title svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-about .link-section .link-item a .link-item__title span {
  font-weight: 500;
  font-size: 1.8rem;
  color: #2778B7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-about .link-section .link-item a .link-item__desc {
  padding-inline: 1rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
}
.p-news {
  padding-bottom: 13rem;
}
.p-news .s-category {
  padding-top: 10rem;
}
.p-news .s-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-news .s-category ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0.8rem;
  height: 2.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 6rem;
  background: #EAF1FE;
  line-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-news .s-category ul li.is-active a {
  background: #2778B7;
  color: #FFF;
}
.p-news .s-category ul li.is-active a.c-cat-color01 {
  background: #9464B4 !important;
}
.p-news .s-category ul li.is-active a.c-cat-color02 {
  background: #C45092 !important;
}
.p-news .s-category ul li.is-active a.c-cat-color03 {
  background: #23B6BE !important;
}
.p-news .s-category ul li.is-active a.c-cat-color04 {
  background: #2FB69A !important;
}
.p-news .s-category ul li.is-active a.c-cat-color05 {
  background: #F1A84E !important;
}
.p-news .s-list {
  margin-top: 5rem;
}
.p-news .s-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.4rem;
}
.p-news .s-list > ul li {
  position: relative;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #CBD5E1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 21rem 1fr;
  grid-template-columns: 21rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.p-news .s-list > ul li > figure {
  border-radius: 2rem;
  overflow: hidden;
}
.p-news .s-list > ul li > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news .s-list-item__desc h4 {
  margin-top: 1rem;
  width: calc(100% - 7.5rem);
  margin-right: auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}
.p-news .s-list-item__desc > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.p-news .s-list-item__desc > div span {
  font-size: 1.8rem;
  font-weight: 500;
}
.p-news .s-list-item__desc > div a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 0.8rem;
  border-radius: 6rem;
  background: #EAF1FE;
}
.p-news .s-list-item__arrow {
  position: absolute;
  width: 4.8rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-news .s-list-item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-news .s-list-pagination {
  margin-top: 5rem;
}
.p-news .s-pagination {
  margin-top: 5rem;
}
.p-news .s-contents {
  padding-top: 10rem;
  width: 93.5rem;
  margin: 0 auto;
}
.p-news .s-contents-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.p-news .s-contents-date span {
  font-size: 1.8rem;
  font-weight: 500;
}
.p-news .s-contents-date a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 0.8rem;
  border-radius: 6rem;
  background: #EAF1FE;
}
.p-news .s-contents-ttl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 150%;
  color: #2778B7;
}
.p-news .s-contents-thum {
  margin-top: 4rem;
  border-radius: 2rem;
  margin-bottom: 4rem;
  overflow: hidden;
}
.p-news .s-contents-thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news .s-contents figure {
  border-radius: 2rem;
  overflow: hidden;
}
.p-news .s-contents figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news .s-contents h2 {
  padding: 0.5rem 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 170%;
  color: #FFF;
  background: #2778B7;
  border-radius: 0.6rem;
  margin-bottom: 2.4rem;
}
.p-news .s-contents p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  color: #0E3859;
}
.p-news .s-contents p a {
  display: inline-block;
  color: #4FA8F7;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.p-news .s-contents h3 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 170%;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #2778B7;
}
.p-news .s-contents h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #93C1F9;
}
.p-news .s-contents h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14rem;
  height: 1px;
  background: #2778B7;
}
.p-news .s-contents h4 {
  position: relative;
  padding-left: 1.3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 170%;
  margin-bottom: 1rem;
  color: #2778B7;
}
.p-news .s-contents h4::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: calc(100% - 1rem);
  background: #2778B7;
  border-radius: 3px;
}
.p-news .s-contents ul li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
}
.p-news .s-contents ul li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #2778B7;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
}
.p-news .s-pager {
  position: relative;
  width: 94rem;
  margin: 0 auto;
  border-top: 1px solid #CBD5E1;
  margin-top: 6.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8.8rem;
  -webkit-column-gap: 8.8rem;
     -moz-column-gap: 8.8rem;
          column-gap: 8.8rem;
  padding-top: 2rem;
}
.p-news .s-pager::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 8.2rem;
  background: #CBD5E1;
  top: 3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-news .s-pager__txt {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.p-news .s-pager__arrow-prev {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.4rem 1fr;
  grid-template-columns: 3.4rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2778B7;
}
.p-news .s-pager__arrow-prev svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.p-news .s-pager__arrow-next {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.4rem 1fr;
  grid-template-columns: 3.4rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2778B7;
}
.p-news .s-btn {
  margin-top: 5rem;
}
.p-news .s-btn a {
  margin: 0 auto;
}
.p-career-path {
  overflow-x: clip;
}
.p-career-path-wrap {
  width: 100%;
  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;
}
.p-career-path .c-bg-slant {
  width: 100%;
}
.p-career-path .section-wrap {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-bottom: 16rem;
  margin-inline: auto;
}
.p-career-path .section-wrap .section-title {
  font-weight: 700;
  font-size: 5.2rem;
  color: #2778B7;
  text-align: center;
}
.p-career-path .section-wrap .section-description {
  max-width: 100rem;
  margin-top: 4rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
}
.p-career-path .section-wrap__main {
  padding-top: 4.87rem;
  text-align: center;
}
.p-career-path .section-wrap__main .section-title {
  font-size: 4rem;
}
.p-career-path .section-wrap__main .section-description {
  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;
  margin-top: 2.5rem;
}
.p-career-path .section-wrap__training {
  max-width: 120rem;
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 6.5rem;
  padding-bottom: 17rem;
}
.p-career-path .section-wrap__training .section-title {
  margin-bottom: 4rem;
}
.p-career-path .section-wrap__training .caption-box {
  margin-bottom: 4rem;
}
.p-career-path .section-wrap__training .training-description {
  width: 100%;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  line-height: 1.6;
}
.p-career-path .section-wrap__training .training-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  margin-top: 4.2rem;
}
.p-career-path .section-wrap__training .training-img picture {
  display: inline-block;
}
.p-career-path .section-wrap__training .training-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-career-path .section-wrap__training .training-flow {
  margin-top: 4.2rem;
  width: 100%;
}
.p-career-path .section-wrap__training .training-flow__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 6rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  grid-row-gap: 3.2rem;
  row-gap: 3.2rem;
}
.p-career-path .section-wrap__training .training-flow__list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20rem auto;
  grid-template-columns: 20rem auto;
  grid-column-gap: 2.4rem;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}
.p-career-path .section-wrap__training .training-flow__item-img {
  width: 100%;
  height: auto;
}
.p-career-path .section-wrap__training .training-flow__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 1rem;
}
.p-career-path .section-wrap__training .training-flow__item-content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.92rem;
}
.p-career-path .section-wrap__training .training-flow__item-content-title {
  font-weight: 500;
  font-size: 2rem;
  color: #2778B7;
}
.p-career-path .section-wrap__training .training-flow__item-content-description {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
}
.p-career-path .section-wrap__training .training-program {
  margin-top: 8.6rem;
  width: 100%;
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-item {
  padding: 1.8rem 3rem;
  background: #FFF;
  border-radius: 1.8rem;
  border: 2px solid #4FA8F7;
  cursor: pointer;
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-item:first-child dd {
  display: block;
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-item > dt {
  position: relative;
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-item > dt > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: calc(100% - 10rem);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0;
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-item > dt > p .question {
  margin-right: 1rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: 0;
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-item > dd {
  display: none;
  padding: 2rem;
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-item > dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0.04em;
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-item > dd p .answer {
  margin-right: 1rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #4FA8F7;
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-item .zoom-trigger {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 2.4rem auto;
  grid-template-columns: 2.4rem auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion .js-modal-trigger {
  cursor: default;
  pointer-events: none;
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-plus {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background: #4FA8F7;
  border-radius: 50%;
  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;
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-plus > span {
  position: absolute;
  width: 1.6rem;
  height: 2px;
  background: #FFF;
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-plus > span:last-of-type {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-plus.is-active > span:last-of-type {
  opacity: 0;
}
.p-career-path .section-wrap__training .training-program__description {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  margin-bottom: 4rem;
}
.p-career-path .section-wrap__training .training-program .program-flow {
  margin-top: 4.2rem;
  width: 100%;
}
.p-career-path .section-wrap__training .training-program .program-flow__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 6rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  grid-row-gap: 3.2rem;
  row-gap: 3.2rem;
}
.p-career-path .section-wrap__training .training-program .program-flow__list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20rem auto;
  grid-template-columns: 20rem auto;
  grid-column-gap: 2.4rem;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}
.p-career-path .section-wrap__training .training-program .program-flow__item-img {
  width: 100%;
  height: auto;
}
.p-career-path .section-wrap__training .training-program .program-flow__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 1rem;
}
.p-career-path .section-wrap__training .training-program .program-flow__item-content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.7rem;
}
.p-career-path .section-wrap__training .training-program .program-flow__item-content-title {
  font-weight: 500;
  font-size: 2rem;
  color: #2778B7;
}
.p-career-path .section-wrap__training .training-program .program-flow__item-content-description {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
}
.p-career-path .section-wrap__growth-support {
  padding-top: 5rem;
  max-width: 120rem;
}
.p-career-path .section-wrap__growth-support .section-title {
  margin-bottom: 1.8rem;
  letter-spacing: 0.1em;
}
.p-career-path .section-wrap__growth-support .growth-support-description {
  width: 100%;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  margin-bottom: 8.7rem;
}
.p-career-path .section-wrap__growth-support .c-3col__ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 2.4rem;
}
.p-career-path .section-wrap__career-path-flow {
  padding-top: 6rem;
  max-width: 120rem;
  width: 100%;
}
.p-career-path .section-wrap__career-path-flow .section-title {
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__description {
  width: 100%;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
}
.p-career-path .section-wrap__career-path-flow .c-heading04 {
  margin-bottom: 4rem;
  margin-top: 5rem;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__sub-description {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  width: 100%;
  text-align: start;
  line-height: 1.8;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__card-list-wrap {
  margin-top: 4.2rem;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__card-list-wrap .card-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4.9rem;
  -webkit-column-gap: 4.9rem;
     -moz-column-gap: 4.9rem;
          column-gap: 4.9rem;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__card-list-wrap .card-list__item {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2rem;
  padding: 1.6rem 2rem;
  background-color: #fff;
  border: 0.3rem solid #4FA8F7;
  border-radius: 2rem;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__card-list-wrap .card-list__item::after {
  content: "";
  display: block;
  background-image: url("../images/career-path/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5rem;
  width: 4.6rem;
  height: 3.1rem;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__card-list-wrap .card-list__item:last-child::after {
  display: none;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__card-list-wrap .card-list__item-title {
  font-weight: 500;
  font-size: 2rem;
  color: #2778B7;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__card-list-wrap .card-list__item-description {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  line-height: 1.9;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__tab div {
  position: relative;
  height: 4.6rem;
  border: 1px solid #2778B7;
  color: #2778B7;
  font-size: 2rem;
  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;
  font-weight: bold;
  border-radius: 9999px;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__tab div.is-active {
  background-color: #2778B7;
  color: #fff;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__tab div::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  top: -2.7rem;
  border-top: 1.8rem solid #2778B7;
  border-right: 1.4rem solid transparent;
  border-left: 1.3rem solid transparent;
  border-radius: 0.5rem;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__information-card-wrap {
  max-width: 108rem;
  width: 100%;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__information-card-wrap-2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-top: 5rem;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__information-card-wrap-2col .col-title {
  font-weight: 700;
  font-size: 2.4rem;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #2778B7;
  color: #fff;
  border-radius: 9999px;
  padding-block: 0.7rem;
}
.p-career-path .section-wrap__career-path-flow .career-path-flow__information-card-wrap-2col .col-title h3 {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.p-career-path .section-wrap__career-path-flow .wide-type__card-list {
  width: 100%;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.p-career-path .section-wrap__career-path-flow .wide-type__card-list-item {
  min-height: 21.4rem;
  background-color: #fff;
  margin-top: 4.5rem;
  border-radius: 2rem;
  border: 0.3rem solid #4FA8F7;
  -webkit-box-shadow: 3px 4px 0 0 #4FA8F7;
          box-shadow: 3px 4px 0 0 #4FA8F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  padding: 3rem;
  gap: 3rem;
  position: relative;
}
.p-career-path .section-wrap__career-path-flow .wide-type__card-list-item-img {
  max-width: 20rem;
}
.p-career-path .section-wrap__career-path-flow .wide-type__card-list-item-img img {
  border-radius: 1rem;
}
.p-career-path .section-wrap__career-path-flow .wide-type__card-list-item-content {
  height: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 1rem;
}
.p-career-path .section-wrap__career-path-flow .wide-type__card-list-item-content-title {
  font-weight: 500;
  font-size: 2rem;
  color: #2778B7;
}
.p-career-path .section-wrap__career-path-flow .wide-type__card-list-item-content-description {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  line-height: 1.9;
}
.p-career-path .section-wrap__career-path-flow .short-type__card-list {
  width: 100%;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
}
.p-career-path .section-wrap__career-path-flow .short-type__card-list-item {
  min-height: 21.4rem;
  background-color: #fff;
  margin-top: 2rem;
  border-radius: 2rem;
  border: 0.3rem solid #4FA8F7;
  -webkit-box-shadow: 3px 4px 0 0 #4FA8F7;
          box-shadow: 3px 4px 0 0 #4FA8F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  padding: 3rem;
  gap: 3rem;
  position: relative;
}
.p-career-path .section-wrap__career-path-flow .short-type__card-list-item-img {
  max-width: 18rem;
}
.p-career-path .section-wrap__career-path-flow .short-type__card-list-item-img img {
  border-radius: 1rem;
}
.p-career-path .section-wrap__career-path-flow .short-type__card-list-item-content {
  height: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0.3rem;
}
.p-career-path .section-wrap__career-path-flow .short-type__card-list-item-content-title {
  font-weight: 500;
  font-size: 2rem;
  color: #2778B7;
}
.p-career-path .section-wrap__career-path-flow .short-type__card-list-item-content-description {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  line-height: 1.9;
}
.p-career-path .section-wrap__career-path-flow .c-heading04 {
  position: relative;
  margin-top: 6rem;
}
.p-career-path .section-wrap__career-path-flow .c-heading04:first-child {
  margin-top: 0;
}
.p-career-path .section-wrap__career-path-flow .c-heading04 .colegial-teachers-icon {
  position: absolute;
  top: -41.1rem;
  right: -6.7rem;
  width: 62rem;
  height: 100%;
}
.p-career-path .section-wrap__about-work {
  padding-top: 3rem;
  padding-bottom: 11.5rem;
  background-color: #fff;
}
.p-career-path .section-wrap__about-work .section-title {
  margin-bottom: 3.6rem;
  letter-spacing: 0.1em;
}
.p-career-path .triangle-arrow:before {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 2.7rem solid #2778B7;
  border-right: 2.2rem solid transparent;
  border-left: 2.2rem solid transparent;
  border-radius: 0.5rem;
}
.p-career-path .s-zoom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-career-path .s-zoom-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-career-path .s-zoom-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(39, 120, 183, 0.9);
}
.p-career-path .s-zoom-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: calc(100% - 15rem);
  width: 38rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: calc(100% - 3.3rem - 1.7rem) 3.3rem;
  grid-template-rows: calc(100% - 3.3rem - 1.7rem) 3.3rem;
  grid-gap: 1.7rem;
  gap: 1.7rem;
}
.p-career-path .s-zoom-modal__inner {
  background: #fff;
  border-radius: 3rem;
  padding: 3rem;
  width: inherit;
}
.p-career-path .s-zoom-modal__ttl {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.p-career-path .s-zoom-modal__imgBox {
  overflow: auto;
  height: calc(100% - 3rem);
  margin-inline: -3rem;
  padding-inline: 3rem;
}
.p-career-path .s-zoom-modal__img {
  height: 100%;
  max-width: inherit;
}
.p-career-path .s-zoom-modal__close {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.4rem auto;
  grid-template-columns: 3.4rem auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  font-size: 1.8rem;
  color: #fff;
}
.p-comeback .c-mv-wrap {
  -ms-grid-columns: 1fr 84rem;
  grid-template-columns: 1fr 84rem;
}
.p-comeback-wrap {
  margin-top: 6rem;
}
.p-comeback .s-desc {
  padding-bottom: 10rem;
}
.p-comeback .s-desc p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  color: #0E3859;
  text-align: center;
}
.p-comeback .s-desc p + p {
  margin-top: 0.5rem;
}
.p-comeback .s-overview {
  padding-top: 6rem;
  padding-bottom: 14rem;
}
.p-comeback .s-overview-wrap {
  width: 85rem;
  margin: 0 auto;
}
.p-comeback .s-overview-wrap .c-ttl01 {
  text-align: center;
}
.p-comeback .s-overview-wrap .c-table02 {
  margin-top: 2.4rem;
}
.p-comeback .s-overview-wrap .c-table02 dd > dl {
  margin-top: 2rem;
}
.p-comeback .s-overview-wrap .c-table02 dd > dl > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15rem 1fr;
  grid-template-columns: 15rem 1fr;
}
.p-comeback .s-flow {
  padding-top: 6rem;
}
.p-comeback .s-flow-list {
  width: 85rem;
  margin: 0 auto;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
}
.p-comeback .s-flow-list__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem 1fr;
  grid-template-columns: 8rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #4FA8F7;
  background: #FFF;
  border-radius: 2rem;
  grid-column-gap: 4rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  padding: 2rem 3.5rem;
  -webkit-box-shadow: 3px 8px 0px 0px #4FA8F7;
          box-shadow: 3px 8px 0px 0px #4FA8F7;
}
.p-comeback .s-flow-list__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 1rem;
  background: #2778B7;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3rem;
}
.p-comeback .s-flow-list__caption {
  position: relative;
  padding: 1rem 4rem 1rem 4rem;
  border-radius: 1rem;
  background: #EAF1FE;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 4rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.p-comeback .s-flow-list__caption > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.p-comeback .s-flow-list__caption .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.p-comeback .s-flow-list__caption p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.p-comeback .s-flow-list__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #2778B7;
}
.p-comeback .s-flow-list__ttl .step {
  font-size: 1.1rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  color: #4FA8F7;
}
.p-comeback .s-flow-list__ttl .step > span {
  font-size: 2rem;
}
.p-comeback .s-flow-list__desc {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
}
.p-comeback .s-flow-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
.p-comeback .s-flow-entry {
  margin-top: 15rem;
  padding-bottom: 1rem;
}
.p-comeback .s-flow-entry__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.p-comeback .s-flow-entry__inner .l-desc {
  margin-left: 17rem;
}
.p-comeback .s-flow-entry__inner .r-img {
  position: relative;
  width: 100%;
  margin-top: -10rem;
  margin-right: 0;
}
.p-comeback .s-flow-entry__inner .r-img::before {
  position: absolute;
  content: "ENTRY";
  font-size: 21rem;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  color: #EAF1FE;
  right: 0;
  top: 0;
  z-index: -1;
}
.p-comeback .s-flow-entry__caption {
  padding: 3rem 8rem;
  border-radius: 1rem;
  background: #EAF1FE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin: 0 auto;
  margin-top: 2rem;
}
.p-comeback .s-flow-entry__caption .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.p-comeback .s-flow-entry__caption p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.p-crosstalk {
  overflow: hidden;
}
.p-crosstalk-wrap {
  position: relative;
  padding-top: 13rem;
  z-index: 1;
  background: url(../images/common/bg-squaremesh.png) #EAF1FE;
  background-position: center;
  background-repeat: repeat;
  background-size: 140rem 6.1rem;
}
.p-crosstalk-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #2778B7;
  top: -1px;
  left: 0;
  z-index: -1;
}
.p-crosstalk .s-talk {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8rem;
}
.p-crosstalk .s-talk-wrap {
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 12rem;
}
.p-crosstalk .s-talk-question {
  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;
  row-gap: 1.2rem;
  position: relative;
}
.p-crosstalk .s-talk-question > span {
  display: inline-block;
  font-weight: 700;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #FFF;
  background: #2778B7;
  padding: 0.5rem 1.4rem 0.8rem 1.4rem;
}
.p-crosstalk .s-talk-question::before {
  content: "Question";
  position: absolute;
  right: -12rem;
  color: #CADEFC;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 18rem;
  line-height: 80%;
  z-index: -1;
  letter-spacing: -0.02em;
}
.p-crosstalk .s-talk-answer {
  margin-top: 6rem;
}
.p-crosstalk .s-talk-answer > ul {
  width: 87rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-crosstalk .s-talk-answer > ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12.8rem -webkit-max-content;
  -ms-grid-columns: 12.8rem max-content;
  grid-template-columns: 12.8rem -webkit-max-content;
  grid-template-columns: 12.8rem max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 5rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
.p-crosstalk .s-talk-answer > ul li figure {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  text-align: center;
}
.p-crosstalk .s-talk-answer > ul li:nth-child(even) {
  margin-left: auto;
  -ms-grid-columns: -webkit-max-content 12.8rem;
  -ms-grid-columns: max-content 12.8rem;
  grid-template-columns: -webkit-max-content 12.8rem;
  grid-template-columns: max-content 12.8rem;
}
.p-crosstalk .s-talk-answer > ul li:nth-child(even) > figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-crosstalk .s-talk-answer > ul li:nth-child(even) > div {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-crosstalk .s-talk-answer > ul li:nth-child(even) > div::before {
  width: 2.1rem !important;
  height: 1.8rem !important;
  background: url(../images/common/ic-balloon-right.svg) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  left: inherit !important;
  right: -2.1rem !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.p-crosstalk .s-talk-answer__balloon {
  position: relative;
  padding: 3rem 2.6rem;
  background: #FFFFFF;
  border-radius: 3rem;
  border: 1px solid #2778B7;
  -webkit-box-shadow: 5px 4px 0px 0px #2778B7;
          box-shadow: 5px 4px 0px 0px #2778B7;
}
.p-crosstalk .s-talk-answer__balloon::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.4rem;
  left: -1.4rem !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/ic-balloon-left.svg) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.p-crosstalk .s-talk-answer__balloon p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #0E3859;
}
.p-crosstalk .s-talk-img {
  position: relative;
  margin-top: 6rem;
  width: 100%;
  height: 52rem;
  overflow: hidden;
  -webkit-clip-path: polygon(0 8rem, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 8rem, 100% 0, 100% 100%, 0 100%);
  display: block;
}
.p-crosstalk .s-talk-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: top center;
     object-position: top center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8rem), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8rem), 0 100%);
}
.p-crosstalk .s-interest {
  position: relative;
}
.p-crosstalk .s-interest::before {
  content: "DETAIL";
  position: absolute;
  font-family: "Ubuntu", sans-serif;
  bottom: -5rem;
  left: -2rem;
  font-size: 21rem;
  font-weight: 700;
  color: #EAF1FE;
  z-index: -1;
  pointer-events: none;
}
.p-crosstalk .s-interest-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 62rem;
  grid-template-columns: 1fr 62rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-crosstalk .s-interest-wrap .l-content {
  width: 62rem;
  padding-top: 8rem;
  margin-left: 18rem;
  margin-right: auto;
}
.p-crosstalk .s-interest-wrap .l-content h4 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #2778B7;
}
.p-crosstalk .s-interest-wrap .l-content > p {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
.p-crosstalk .s-interest-wrap .l-content__btn {
  margin-top: 3rem;
}
.p-crosstalk .s-interest-wrap .l-content__btn ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (30rem)[2];
  grid-template-columns: repeat(2, 30rem);
  grid-column-gap: 3.2rem;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-crosstalk .s-interest-wrap .l-content__btn ul li {
  cursor: pointer;
}
.p-crosstalk .s-interest-wrap .l-content__btn ul li .ic-balloon {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 150%;
  letter-spacing: 0;
  padding: 0.5rem 1.8rem 1rem 1.8rem;
  background: #CADEFC;
  border-radius: 5.5rem;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-crosstalk .s-interest-wrap .l-content__btn ul li .ic-balloon::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 1;
  background: #CADEFC;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(0.5rem) rotate(-27.94deg);
          transform: translateX(-50%) translateX(0.5rem) rotate(-27.94deg);
  bottom: -0.8rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-crosstalk .s-interest-wrap .r-img {
  position: relative;
  z-index: -1;
  width: 62rem;
  margin-left: auto;
}
.p-crosstalk .s-other {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.p-crosstalk .s-other-banner {
  width: 110rem;
  margin: 0 auto;
}
.p-crosstalk .s-other-banner a {
  display: block;
}
.p-crosstalk .s-other-banner a img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-bg-slant {
  position: relative;
  z-index: 1;
}
.c-bg-slant::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8rem;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  bottom: -1px;
  left: 0;
  z-index: -1;
}
.c-bg-slant-dw {
  background: #2778B7;
}
.c-bg-slant-dw::after {
  background: #FFF;
}
.c-bg-slant-ws {
  background: #FFF;
}
.c-bg-slant-ws::after {
  background: #EAF1FE;
}
.c-bg-slant-sw {
  background: #EAF1FE;
}
.c-bg-slant-sw::after {
  background: #FFF;
}
.c-bg-slant-wd {
  background: #FFF;
}
.c-bg-slant-wd::after {
  background: #2778B7;
}
.c-bg-slant-sd {
  background: #EAF1FE;
}
.c-bg-slant-sd::after {
  background: #2778B7;
}
.c-bg-slant-ds {
  background: #2778B7;
}
.c-bg-slant-ds::after {
  background: #EAF1FE;
}
.c-bg-slant-st::after {
  background: #FFF;
}
.c-bg-slant-ts::after {
  background: #EAF1FE;
}
.c-img-slant {
  position: relative;
  margin-top: 6rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 1400/507;
  overflow: hidden;
  -webkit-clip-path: polygon(0 8rem, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 8rem, 100% 0, 100% 100%, 0 100%);
}
.c-img-slant img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8rem), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8rem), 0 100%);
}
.p-data-wrap {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 20rem;
  z-index: 1;
  background: url(../images/common/bg-squaremesh.png) #EAF1FE;
  background-position: center;
  background-repeat: repeat;
  background-size: 140rem 6.1rem;
}
.p-data-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #2778B7;
  top: -1px;
  left: 0;
  z-index: -1;
}
.p-data .s-company {
  padding-top: 10rem;
}
.p-data .c-data {
  margin-top: 5rem;
  gap: 3rem;
}
.p-data .c-data-company, .p-data .c-data-work {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.p-data .c-data-diversity {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
.p-data .c-data-item {
  width: 100%;
  border-radius: 2rem;
  border: 3px solid #4FA8F7;
  -webkit-box-shadow: 3px 8px 0px 0px #4FA8F7;
          box-shadow: 3px 8px 0px 0px #4FA8F7;
  padding: 3rem 0 2rem 0;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-data .c-data-item h5 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: 0;
  text-align: center;
  color: #2778B7;
}
.p-data .c-data-item .content-wrap .num {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 9.4rem;
  line-height: 100%;
  color: #04287E;
  letter-spacing: -0.02em;
}
.p-data .c-data-item .content-wrap .num small {
  font-size: 5rem;
}
.p-data .c-data-item .content-wrap .unit {
  margin-left: 0.5rem;
  color: #04287E;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 170%;
  letter-spacing: 0;
}
.p-data .c-data-item .caption {
  margin-top: auto;
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #0E3859;
  text-align: center;
}
.p-data .c-data-item-founding .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10rem auto;
  grid-template-columns: 10rem auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-data .c-data-item-founding .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.p-data .c-data-item-founding .content-wrap .num {
  display: block;
  width: 11rem;
}
.p-data .c-data-item-campus .content {
  width: calc(100% + 2rem);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 16.7rem;
  grid-template-columns: auto 16.7rem;
}
.p-data .c-data-item-campus .content-wrap {
  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-bottom: 2.3rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.p-data .c-data-item-campus .content-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-data .c-data-item-campus .content-wrap > div .num {
  display: block;
  width: 16rem;
}
.p-data .c-data-item-campus .content figure {
  width: 16.7rem;
  margin-top: -2.1rem;
  margin-left: -2rem;
}
.p-data .c-data-item-campus .content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-data .c-data-item-students .content {
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}
.p-data .c-data-item-students .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.p-data .c-data-item-students .content-wrap .num {
  display: block;
  width: 29rem;
}
.p-data .c-data-item-staff .content, .p-data .c-data-item-years .content, .p-data .c-data-item-overtime .content {
  text-align: center;
}
.p-data .c-data-item-staff .content-wrap, .p-data .c-data-item-years .content-wrap, .p-data .c-data-item-overtime .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-data .c-data-item-staff .content-wrap .num, .p-data .c-data-item-years .content-wrap .num, .p-data .c-data-item-overtime .content-wrap .num {
  display: block;
  width: 15rem;
}
.p-data .c-data-item-staff .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.p-data .c-data-item-staff .content-wrap .num {
  display: block;
  width: 24rem;
}
.p-data .c-data-item-years {
  position: relative;
}
.p-data .c-data-item-years > figure {
  width: 14.6rem;
  position: absolute;
  left: -1rem;
  bottom: 0;
}
.p-data .c-data-item-years .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.p-data .c-data-item-years .content-wrap .num {
  display: block;
  width: 10rem;
}
.p-data .c-data-item-revenue .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9.7rem auto;
  grid-template-columns: 9.7rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.p-data .c-data-item-revenue .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.p-data .c-data-item-revenue .content-wrap .num {
  display: block;
  width: 15rem;
}
.p-data .c-data-item-revenue .content figure {
  width: 10rem;
}
.p-data .c-data-item-revenue .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-data .c-data-item-revenue .content-wrap .unit {
  padding-top: 2.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-data .c-data-item-market .content {
  margin-top: 0;
  height: 100%;
  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;
}
.p-data .c-data-item-market .content-wrap p {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  color: #04287E;
}
.p-data .c-data-item-paidleave .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9.7rem auto;
  grid-template-columns: 9.7rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.p-data .c-data-item-paidleave .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.p-data .c-data-item-paidleave .content-wrap .num {
  display: block;
  width: 15rem;
}
.p-data .c-data-item-paidleave .content figure {
  margin-top: -1.2rem;
}
.p-data .c-data-item-age .content {
  position: relative;
  margin-top: 2rem !important;
}
.p-data .c-data-item-age .content .ic-percentage {
  position: absolute;
  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;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.p-data .c-data-item-age .content .ic-percentage > span {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-data .c-data-item-age .content .ic-percentage > p {
  color: #04287E;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0;
}
.p-data .c-data-item-age .content .ic-percentage > p > span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.p-data .c-data-item-age .content .ic-percentage > p > span small {
  font-size: 3rem;
}
.p-data .c-data-item-age .content .ic-percentage .ic-line {
  position: absolute;
}
.p-data .c-data-item-age .content .ic-percentage .ic-line svg {
  width: 100%;
  overflow: inherit;
}
.p-data .c-data-item-age .content .ic-percentage-20 {
  top: -2rem;
  -webkit-transform: translateX(-50%) translateX(18rem);
          transform: translateX(-50%) translateX(18rem);
}
.p-data .c-data-item-age .content .ic-percentage-20 .ic-line {
  width: 5.5rem;
  top: 5.2rem;
  left: -6rem;
}
.p-data .c-data-item-age .content .ic-percentage-30 {
  bottom: -2rem;
  -webkit-transform: translateX(-50%) translateX(19rem);
          transform: translateX(-50%) translateX(19rem);
}
.p-data .c-data-item-age .content .ic-percentage-30 .ic-line {
  width: 8rem;
  top: 2.8rem;
  left: -8.5rem;
}
.p-data .c-data-item-age .content .ic-percentage-40 {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(-20rem);
          transform: translateY(-50%) translateX(-50%) translateX(-20rem);
}
.p-data .c-data-item-age .content .ic-percentage-40 .ic-line {
  width: 6.6rem;
  top: 2.6rem;
  right: -6.5rem;
}
.p-data .c-data-item-age .content .ic-percentage-50 {
  top: -5rem;
  -webkit-transform: translateX(-50%) translateX(-18rem);
          transform: translateX(-50%) translateX(-18rem);
}
.p-data .c-data-item-age .content .ic-percentage-50 .ic-line {
  width: 8.5rem;
  top: 5.5rem;
  right: -9.4rem;
}
.p-data .c-data-item-age .content .graph {
  position: relative;
  overflow: hidden;
  width: 25.4rem;
  height: 25.4rem;
  margin: 0 auto;
  border-radius: 50%;
  --p: 0;
  background: conic-gradient(#fff 0% calc(100% * (1 - var(--p))), #2674B2 calc(100% * (1 - var(--p))) calc(32% * var(--p) + 100% * (1 - var(--p))), #2D8BD5 calc(32% * var(--p) + 100% * (1 - var(--p))) calc(58.7% * var(--p) + 100% * (1 - var(--p))), #4FA8F7 calc(58.7% * var(--p) + 100% * (1 - var(--p))) calc(87.8% * var(--p) + 100% * (1 - var(--p))), #B5D7F8 calc(87.8% * var(--p) + 100% * (1 - var(--p))) calc(100% * var(--p) + 100% * (1 - var(--p))));
}
.p-data .c-data-item-age .content .graph .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(var(--deg));
          transform: rotate(var(--deg));
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s;
}
.p-data .c-data-item-age .caption {
  text-align: left;
  padding-left: 5rem;
}
.p-data .c-data-item-midcareer {
  position: relative;
}
.p-data .c-data-item-midcareer .content {
  margin-top: 4rem !important;
  padding-left: 4rem;
  width: 40rem;
}
.p-data .c-data-item-midcareer .content .bar-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.p-data .c-data-item-midcareer .content .bar-graph li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7rem -webkit-min-content 10rem;
  -ms-grid-columns: 7rem min-content 10rem;
  grid-template-columns: 7rem -webkit-min-content 10rem;
  grid-template-columns: 7rem min-content 10rem;
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-data .c-data-item-midcareer .content .bar-graph li .year {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0;
}
.p-data .c-data-item-midcareer .content .bar-graph li .line {
  width: 0;
  height: 4rem;
  background: #4FA8F7;
  -webkit-transition: width 0.5s ease 0.1s;
  transition: width 0.5s ease 0.1s;
}
.p-data .c-data-item-midcareer .content .bar-graph li:first-child {
  --target-width: 13rem;
}
.p-data .c-data-item-midcareer .content .bar-graph li:nth-child(2) {
  --target-width: 20rem;
}
.p-data .c-data-item-midcareer .content .bar-graph li:last-child {
  --target-width: 17rem;
}
.p-data .c-data-item-midcareer .content .bar-graph li .num {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-right: 0.5rem;
}
.p-data .c-data-item-midcareer .content .bar-graph li .num small {
  font-size: 3rem;
}
.p-data .c-data-item-midcareer .content .bar-graph li > p {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1;
  color: #04287E;
  letter-spacing: 0;
}
.p-data .c-data-item-midcareer figure {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18.8rem;
}
.p-data .c-data-item-maternity .content {
  margin-top: 3rem !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-data .c-data-item-maternity .content-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  grid-column-gap: 1.6rem;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}
.p-data .c-data-item-maternity .content-wrap .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.p-data .c-data-item-maternity .content-wrap-female svg {
  width: 3.4rem;
  overflow: inherit;
}
.p-data .c-data-item-maternity .content-wrap-female .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 10rem;
}
.p-data .c-data-item-maternity .content-wrap-female .desc .num {
  display: block;
  width: 16rem;
}
.p-data .c-data-item-maternity .content-wrap-male svg {
  width: 2.5rem;
  overflow: inherit;
}
.p-data .c-data-item-maternity .content-wrap-male .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 10rem;
}
.p-data .c-data-item-maternity .content-wrap-male .desc .num {
  display: block;
  width: 15rem;
}
.p-data .c-data-item-gender .content {
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 5.2rem auto;
  grid-template-columns: auto 5.2rem auto;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-data .c-data-item-gender .content-wrap {
  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;
}
.p-data .c-data-item-gender .content-wrap .ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.p-data .c-data-item-gender .content-wrap .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 6.5rem;
}
.p-data .c-data-item-gender .content-wrap .num {
  display: block;
  width: 10rem;
  font-size: 7rem;
}
.p-data .c-data-item-gender .content-wrap .num small {
  font-size: 3.2rem;
}
.p-data .c-data-item-gender .content-wrap .unit {
  font-size: 2.4rem;
}
.p-data .c-data-item-gender .content-wrap-female svg {
  display: none;
}
.p-data .c-data-item-gender .content-wrap-female .ttl .num {
  display: block;
  width: 16rem;
}
.p-data .c-data-item-gender .content-wrap-male svg {
  display: none;
}
.p-data .c-data-item-gender .content-wrap-male .ttl .num {
  display: block;
  width: 15rem;
}
.p-data .c-data-item-return {
  position: relative;
}
.p-data .c-data-item-return .content {
  margin-top: 2rem !important;
  height: 100%;
  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;
  min-height: 5rem;
  margin-right: 5.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
}
.p-data .c-data-item-return .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.p-data .c-data-item-return .content-wrap .num {
  display: block;
  width: 11rem;
}
.p-data .c-data-item-return figure {
  width: 17rem;
  position: absolute;
  bottom: 0;
  left: -2rem;
}
.p-data .c-data-item-faculty {
  position: relative;
}
.p-data .c-data-item-faculty .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.p-data .c-data-item-faculty .content ul li {
  padding: 0 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-data .c-data-item-faculty .content ul li .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 10rem;
}
.p-data .c-data-item-faculty .content ul li .ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0;
}
.p-data .c-data-item-faculty .content ul li .num {
  display: block;
  width: 15rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 9.4rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #04287E;
}
.p-data .c-data-item-faculty .content ul li .num small {
  font-size: 5rem;
}
.p-data .c-data-item-faculty .content ul li .unit {
  font-weight: 500;
  font-size: 3.784rem;
  line-height: 1;
  letter-spacing: 0;
  color: #04287E;
}
.p-data .c-data-item-faculty .pencil {
  position: absolute;
  width: 21rem;
  right: 0;
  bottom: 2rem;
}
.p-data .c-data-item-faculty .flashcards {
  position: absolute;
  width: 11rem;
  top: -0.5rem;
  left: -2rem;
}
.p-data .s-work {
  position: relative;
  margin-top: 15rem;
}
.p-data .s-work > figure {
  position: absolute;
  width: 17.2rem;
  right: 2rem;
  top: -10rem;
  z-index: -1;
}
.p-data .s-diversity {
  margin-top: 18rem;
}
.p-data .s-diversity__ttl figure {
  width: 13.1rem;
  margin-left: auto;
  margin-top: -11rem;
}
.p-faq-wrap {
  padding: 7.6rem 8rem 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 7rem;
}
.p-faq-wrap .c-ttl01-short h2 {
  font-size: 4rem;
}
.p-faq .c-inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-faq__section-wrap {
  min-width: 93.5rem;
  width: 100%;
  margin-top: 9.2rem;
}
.p-faq__section-wrap:first-of-type {
  margin-top: 0;
}
.p-faq__section-indicator {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 14rem;
}
.p-faq__section-indicator h4 {
  font-weight: 500;
  font-size: 2rem;
  color: #0E3859;
  padding-bottom: 1.6rem;
  margin-bottom: 2.4rem;
  border-bottom: 0.1rem solid #93C1F9;
}
.p-faq .c-heading-left {
  margin-bottom: 3rem;
}
.p-interview {
  overflow: hidden;
}
.p-interview .s-talk {
  padding-bottom: 17rem;
}
.p-interview .s-talk-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 14rem;
  row-gap: 7rem;
}
.p-interview .s-talk-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 58rem 1fr;
  grid-template-columns: 58rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-column-gap: 5rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
.p-interview .s-talk-item:nth-of-type(even) {
  -ms-grid-columns: 1fr 70.5rem;
  grid-template-columns: 1fr 70.5rem;
}
.p-interview .s-talk-item:nth-of-type(even) figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-interview .s-talk-item:nth-of-type(even) > div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-interview .s-talk-item:nth-of-type(odd) {
  -ms-grid-columns: 70.5rem 1fr;
  grid-template-columns: 70.5rem 1fr;
}
.p-interview .s-talk-item:nth-of-type(odd) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-interview .s-talk-item:nth-of-type(odd) > div {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-interview .s-talk-item > figure {
  border-radius: 2rem;
  overflow: hidden;
}
.p-interview .s-talk-item > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-interview .s-talk-item__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.5rem;
}
.p-interview .s-talk-item__text dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
.p-interview .s-talk-item__text dl div dt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4.6rem 1fr;
  grid-template-columns: 4.6rem 1fr;
}
.p-interview .s-talk-item__text dl div dt span {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
}
.p-interview .s-talk-item__text dl div dt {
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #2778B7;
}
.p-interview .s-talk-item__text dl div dd p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  color: #0E3859;
}
.p-interview .s-talk-item__text dl div dd p + p {
  margin-top: 1rem;
}
.p-interview .s-talk-data {
  position: relative;
}
.p-interview .s-talk-data__ttl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem -webkit-max-content 5.6rem;
  -ms-grid-columns: 5rem max-content 5.6rem;
  grid-template-columns: 5rem -webkit-max-content 5.6rem;
  grid-template-columns: 5rem max-content 5.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 1.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 3.2rem;
  color: #2778B7;
}
.p-interview .s-talk-data__wrap {
  width: 95rem;
  margin: 0 auto;
  margin-top: 10rem;
  background: #EAF1FE;
  border: 3px solid #4FA8F7;
  border-radius: 2rem;
  padding: 4rem 4.5rem 7.5rem 4.5rem;
  -webkit-box-shadow: 3px 8px 0px 0px #4FA8F7;
          box-shadow: 3px 8px 0px 0px #4FA8F7;
}
.p-interview .s-talk-data__human01 {
  position: absolute;
  width: 16rem;
  -webkit-transform: translateX(10rem) translateY(-4rem);
          transform: translateX(10rem) translateY(-4rem);
  top: 0;
}
.p-interview .s-talk-data__human02 {
  position: absolute;
  z-index: 1;
  width: 26rem;
  left: 50%;
  -webkit-transform: translateX(38rem);
          transform: translateX(38rem);
  bottom: -2rem;
}
.p-interview .s-talk-data__list {
  margin-top: 4rem;
}
.p-interview .s-talk-data__list > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}
.p-interview .s-talk-data__list > ul > li {
  background: #FFFFFF;
  color: #2778B7;
  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;
  height: 6rem;
  border-radius: 2rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-interview .s-talk-data__list > ul > li > span {
  font-size: 2.4rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
.p-interview .s-talk-data__list > ul > li .star {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (3.2rem)[5];
  grid-template-columns: repeat(5, 3.2rem);
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-interview .s-talk-data__list > ul > li:nth-child(-n+3) {
  background: #2778B7;
  color: #FFF;
}
.p-interview .s-talk-data__list > ul > li.midashi {
  text-align: center;
  line-height: 1.2;
  background: #4FA8F7;
  color: #FFF;
}
.p-interview .s-message {
  position: relative;
}
.p-interview .s-message::before {
  content: "MESSAGE";
  position: absolute;
  font-family: "Ubuntu", sans-serif;
  top: -15rem;
  right: -1rem;
  font-size: 21rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  color: #FFF;
  pointer-events: none;
  z-index: -1;
}
.p-interview .s-message-wrap {
  padding-top: 2rem;
  max-width: 116rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48rem 1fr;
  grid-template-columns: 48rem 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-interview .s-message-wrap figure {
  position: relative;
  z-index: -1;
}
.p-interview .s-message-balloon {
  position: relative;
  width: 78.4rem;
  background: #FFFFFF;
  border-radius: 3rem;
  padding: 3rem 2.5rem 4rem 4rem;
  border: 1px solid #2778B7;
  -webkit-box-shadow: 5px 4px 0px 0px #2778B7;
          box-shadow: 5px 4px 0px 0px #2778B7;
}
.p-interview .s-message-balloon::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 5rem;
  background: url(../images/person/ic-balloon-message.png) no-repeat left center;
  background-size: cover;
  left: -3.6rem;
  bottom: 3rem;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.p-interview .s-message-balloon__ttl {
  width: 48.3rem;
}
.p-interview .s-message-balloon__ttl svg {
  width: 100%;
  overflow: inherit;
}
.p-interview .s-message-balloon__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.p-interview .s-message-balloon__text p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
}
.p-interview .s-interest {
  position: relative;
}
.p-interview .s-interest::before {
  content: "DETAIL";
  position: absolute;
  font-family: "Ubuntu", sans-serif;
  bottom: -5rem;
  left: -2rem;
  font-size: 21rem;
  font-weight: 700;
  color: #EAF1FE;
  z-index: -1;
  pointer-events: none;
}
.p-interview .s-interest-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 62rem;
  grid-template-columns: 1fr 62rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-interview .s-interest-wrap .l-content {
  width: 62rem;
  padding-top: 4rem;
  margin-left: 18rem;
  margin-right: auto;
}
.p-interview .s-interest-wrap .l-content h4 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #2778B7;
}
.p-interview .s-interest-wrap .l-content > p {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
.p-interview .s-interest-wrap .l-content__btn {
  margin-top: 3rem;
}
.p-interview .s-interest-wrap .l-content__btn ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (30rem)[2];
  grid-template-columns: repeat(2, 30rem);
  grid-column-gap: 3.2rem;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-interview .s-interest-wrap .l-content__btn ul li {
  cursor: pointer;
}
.p-interview .s-interest-wrap .l-content__btn ul li .ic-balloon {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 150%;
  letter-spacing: 0;
  padding: 0.5rem 1.8rem 1rem 1.8rem;
  background: #CADEFC;
  border-radius: 5.5rem;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-interview .s-interest-wrap .l-content__btn ul li .ic-balloon::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 1;
  background: #CADEFC;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(0.5rem) rotate(-27.94deg);
          transform: translateX(-50%) translateX(0.5rem) rotate(-27.94deg);
  bottom: -0.8rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-interview .s-interest-wrap .r-img {
  position: relative;
  z-index: -1;
  width: 62rem;
  margin-left: auto;
}
.p-interview .s-other {
  padding-bottom: 15rem;
}
.p-interview .s-other-banner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (46.6rem)[2];
  grid-template-columns: repeat(2, 46.6rem);
  height: 30rem;
  grid-column-gap: 4rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.p-interview .s-other-banner a {
  display: block;
}
.p-interview .s-other-banner a figure img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-interview-midti .s-talk-data__human01, .p-interview-newti .s-talk-data__human01, .p-interview-newtu .s-talk-data__human01 {
  width: 34rem;
  -webkit-transform: translateX(0rem) translateY(-10rem);
          transform: translateX(0rem) translateY(-10rem);
}
.p-interview-midti .s-talk-data__human02, .p-interview-newti .s-talk-data__human02, .p-interview-newtu .s-talk-data__human02 {
  width: 36rem;
  -webkit-transform: translateX(34rem);
          transform: translateX(34rem);
}
.p-interview-midti .s-message-wrap figure, .p-interview-newti .s-message-wrap figure, .p-interview-newtu .s-message-wrap figure {
  height: 48rem;
}
.p-interview-midti .s-message-wrap figure img, .p-interview-newti .s-message-wrap figure img, .p-interview-newtu .s-message-wrap figure img {
  position: absolute;
}
.p-interview-midti .s-talk-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.p-interview-newms .s-talk-data__human01 {
  width: 34rem;
  -webkit-transform: translateX(0rem) translateY(-10rem);
          transform: translateX(0rem) translateY(-10rem);
}
.p-interview-newms .s-talk-data__human02 {
  width: 36rem;
  -webkit-transform: translateX(34rem);
          transform: translateX(34rem);
}
.p-interview-newms .s-message-wrap figure {
  height: 48rem;
}
.p-interview-newms .s-message-wrap figure img {
  position: absolute;
}
.p-interview-newmf .s-talk-data__human01 {
  width: 34rem;
  -webkit-transform: translateX(0rem) translateY(-10rem);
          transform: translateX(0rem) translateY(-10rem);
}
.p-interview-newmf .s-talk-data__human02 {
  width: 36rem;
  -webkit-transform: translateX(34rem);
          transform: translateX(34rem);
}
.p-interview-newmf .s-message-wrap figure {
  position: relative;
  height: 48rem;
}
.p-interview-newmf .s-message-wrap figure img {
  position: absolute;
}
.p-interview-newti .s-message-wrap figure {
  position: relative;
  height: 48rem;
}
.p-interview-newti .s-message-wrap figure img {
  position: absolute;
}
.p-message {
  overflow: hidden;
}
.p-message-wrap {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-message .c-bg-slant {
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-message .message-section {
  max-width: 116rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7rem;
  padding-top: 13.4rem;
  padding-bottom: 15rem;
}
.p-message .section-content-image {
  width: 294rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-message .section-content-image img {
  border-radius: 2rem;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-message .section-content-image-wide {
  width: 132rem;
}
.p-message .section-content-image-wide img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-message .section-content-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: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-message .section-content-inner .section-content-title {
  font-weight: 700;
  font-size: 4.3rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #2778B7;
}
.p-message .section-content-inner .section-content-description {
  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: start;
  line-height: 1.6;
}
.p-message .section-content-inner .section-content-description p {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
}
.p-message .message-section-item01 {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
.p-message .message-section-item03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
.p-message .president-message-wrap {
  max-width: 116rem;
  width: 100%;
  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: 5.3rem;
  padding-block: 5rem 9rem;
  position: relative;
}
.p-message .president-message-wrap .president-message-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 70%;
  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.7rem;
}
.p-message .president-message-wrap .president-message-inner-title h2 {
  font-weight: 700;
  font-size: 4rem;
  color: #2778B7;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.p-message .president-message-wrap .president-message-inner-description {
  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.4rem;
  line-height: 1.8;
  width: 60rem;
}
.p-message .president-message-wrap .president-message-inner-description p {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
}
.p-message .president-message-wrap .president-message-inner-name {
  font-weight: 700;
  font-size: 1.5rem;
  color: #0E3859;
  line-height: 1.6;
}
.p-message .president-message-wrap .president-message-image {
  position: absolute;
  width: 62.9rem;
  height: 100%;
  right: -12rem;
  bottom: -2.7rem;
}
.p-message .know-about-section {
  max-width: 108rem;
  width: 100%;
  padding-block: 5.3rem 12.5rem;
}
.p-message .know-about-section .section-title {
  text-align: center;
  margin-bottom: 3.5rem;
}
.p-message .know-about-section .section-title h2 {
  font-weight: 700;
  font-size: 5.2rem;
  color: #2778B7;
  letter-spacing: 0.1em;
}
.p-message .know-about-section .section-btn-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3.2rem;
  gap: 3.2rem;
  position: relative;
}
.p-message .know-about-section .section-btn-list-item a {
  width: 100%;
}
.p-midcareer-single {
  padding-bottom: 15rem;
}
.p-midcareer-single .c-mv h1 {
  line-height: 120%;
}
.p-midcareer-single .s-single {
  padding-top: 2rem;
}
.p-midcareer-single .s-single-top__date {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #0E3859;
  text-align: right;
}
.p-midcareer-single .s-single-top__ttl {
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #2778B7;
  text-align: center;
}
.p-midcareer-single .s-single-top__desc {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.p-midcareer-single .s-single-top__desc li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2rem auto;
  grid-template-columns: 2rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #0E3859;
}
.p-midcareer-single .s-single-top__desc li svg {
  padding-top: 0.2rem;
}
.p-midcareer-single .s-single-top__tag {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
.p-midcareer-single .s-single-top__tag > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #0E3859;
  letter-spacing: 0;
  height: 2.4rem;
  background: #EAF1FE;
  border-radius: 6rem;
  padding: 0 0.8rem;
}
.p-midcareer-single .s-single-mainImg {
  margin-top: 4rem;
  width: 100%;
  border-radius: 2rem;
  height: 71.5rem;
  overflow: hidden;
}
.p-midcareer-single .s-single-mainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-midcareer-single .s-single-slide {
  position: relative;
  margin-top: 4rem;
}
.p-midcareer-single .s-single-slide__swiper {
  height: 71.5rem;
  overflow: hidden;
}
.p-midcareer-single .s-single-slide__img {
  border-radius: 2rem;
  overflow: hidden;
}
.p-midcareer-single .s-single-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-midcareer-single .s-single-slide .js-recruitment-prev {
  position: absolute;
  z-index: 1;
  width: 7.2rem;
  left: -3.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-midcareer-single .s-single-slide .js-recruitment-prev.swiper-button-disabled {
  pointer-events: none;
}
.p-midcareer-single .s-single-slide .js-recruitment-prev.swiper-button-disabled svg path {
  fill: #CADEFC;
}
.p-midcareer-single .s-single-slide .js-recruitment-next {
  position: absolute;
  z-index: 1;
  width: 7.2rem;
  right: -3.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-midcareer-single .s-single-slide .js-recruitment-next.swiper-button-disabled {
  pointer-events: none;
}
.p-midcareer-single .s-single-slide .js-recruitment-next.swiper-button-disabled svg path {
  fill: #CADEFC;
}
.p-midcareer-single .s-single-slide__nav {
  margin-top: 1.5rem;
}
.p-midcareer-single .s-single-slide__nav .recruitmentpagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-midcareer-single .s-single-slide__nav .recruitmentpagination .swiper-pagination-bullet {
  background: #CADEFC;
  opacity: 1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 1.4rem;
  height: 1.1rem;
  -webkit-transform: rotate(-38.7deg);
          transform: rotate(-38.7deg);
}
.p-midcareer-single .s-single-slide__nav .recruitmentpagination .swiper-pagination-bullet-active {
  background-color: #2778B7;
}
.p-midcareer-single .s-single-anchor {
  margin-top: 4rem;
}
.p-midcareer-single .s-single-anchor > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-midcareer-single .s-single-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  margin-top: 4rem;
}
.p-midcareer-single .s-single-desc > h3 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 150%;
  color: #2778B7;
}
.p-midcareer-single .s-single-desc > p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.p-midcareer-single .s-content {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10rem;
}
.p-midcareer-single .s-content-wrap {
  padding: 4rem;
  border-radius: 2rem;
  background: #EAF1FE;
}
.p-midcareer-single .s-content-wrap__text {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.p-midcareer-single .s-content-wrap__img {
  margin-top: 3rem;
  border-radius: 2rem;
  overflow: hidden;
}
.p-midcareer-single .s-content-wrap__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-midcareer-single .s-content-wrap .c-job-2col {
  margin-top: 2rem;
}
.p-midcareer-single .s-content-wrap .c-job-2col + .c-job-2col {
  margin-top: 3rem;
}
.p-midcareer-single .s-content-wrap .c-job-1col {
  margin-top: 2rem;
}
.p-midcareer-single .s-content-wrap__list {
  margin-top: 2rem;
}
.p-midcareer-single .s-content .js-more {
  position: relative;
}
.p-midcareer-single .s-content .js-more.is-open {
  margin-bottom: 10rem;
}
.p-midcareer-single .s-content .js-more.is-open .js-more-inner {
  height: auto;
}
.p-midcareer-single .s-content .js-more-inner {
  height: 30rem;
  overflow: hidden;
  -webkit-transition: height 0.3s all;
  transition: height 0.3s all;
}
.p-midcareer-single .s-content .js-more-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22rem;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-midcareer-single .s-content .js-more-area::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-midcareer-single .s-content .js-more-area.is-open {
  bottom: -2rem;
  height: 0;
}
.p-midcareer-single .s-content .js-more-area.is-open::before {
  opacity: 0;
}
.p-midcareer-single .s-content .js-more-btn {
  position: absolute;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 3rem;
  grid-template-columns: auto 3rem;
  grid-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #2778B7;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}
.p-midcareer-single .s-content-sns > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.p-midcareer-single .s-content-btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (-webkit-max-content)[2];
  -ms-grid-columns: (max-content)[2];
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-midcareer-single .s-day {
  padding: 4rem 7.5rem;
}
.p-midcareer-single .s-day-wrap {
  margin-top: 2rem;
}
.p-midcareer-single .s-day-schedule {
  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;
  row-gap: 1.4rem;
}
.p-midcareer-single .s-day-schedule::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #2778B7;
  position: absolute;
  top: 0;
  left: 40.2rem;
  z-index: -1;
}
.p-midcareer-single .s-day-schedule-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50.5rem;
  grid-template-columns: 1fr 50.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 1.4rem;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
}
.p-midcareer-single .s-day-schedule-item > div {
  position: relative;
}
.p-midcareer-single .s-day-schedule-item .dayArea {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28.7rem 1fr;
  grid-template-columns: 28.7rem 1fr;
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-midcareer-single .s-day-schedule-item .img {
  height: 19rem;
  border-radius: 2rem;
  overflow: hidden;
}
.p-midcareer-single .s-day-schedule-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-midcareer-single .s-day-schedule-item .time {
  margin-left: auto;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.8rem;
  grid-template-columns: 1fr 1.8rem;
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-midcareer-single .s-day-schedule-item .time p {
  position: relative;
  z-index: 2;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #2778B7;
}
.p-midcareer-single .s-day-schedule-item .time span {
  position: relative;
  z-index: 2;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: #2778B7;
  border-radius: 50%;
}
.p-midcareer-single .s-day-schedule-item .content {
  border-radius: 0.6rem;
  background: #FFF;
  padding: 2rem 2.4rem;
}
.p-midcareer-single .s-day-schedule-item .content .ttl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #2778B7;
}
.p-midcareer-single .s-day-schedule-item .content p {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0.04em;
  color: #0E3859;
}
.p-midcareer-single .s-day-schedule-item__double {
  -ms-grid-columns: 1fr 50rem;
  grid-template-columns: 1fr 50rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-midcareer-single .s-day-schedule-item__double .time-wrap {
  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%;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-midcareer-single .s-day-schedule-item:first-of-type::before {
  content: "";
  width: 10rem;
  height: 50%;
  background: #EAF1FE;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-10rem);
          transform: translateX(-50%) translateX(-10rem);
  z-index: -1;
}
.p-midcareer-single .s-day-schedule-item:last-of-type::before {
  content: "";
  width: 10rem;
  height: 50%;
  background: #EAF1FE;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-10rem);
          transform: translateX(-50%) translateX(-10rem);
  z-index: -1;
}
.p-midcareer-single .s-day-schedule-item:nth-of-type(even) .content {
  background: #CADEFC;
}
.p-midcareer-single .s-description-salary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 25rem;
  margin: 0 auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.5rem;
     -moz-column-gap: 4.5rem;
          column-gap: 4.5rem;
  border-radius: 1.8rem;
  background: #FFFFFF;
  padding: 1.6rem 2.2rem;
}
.p-midcareer-single .s-description-salary__ttl {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #0E3859;
}
.p-midcareer-single .s-description-salary__num {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #0E3859;
}
.p-midcareer-single .s-description-salary__num span {
  font-family: "Ubuntu", sans-serif;
  font-size: 2.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #2778B7;
}
.p-midcareer-single .s-description-list {
  margin-top: 3rem;
}
.p-midcareer-single .s-description-list > dl {
  width: 85rem;
  margin: 0 auto;
}
.p-midcareer-single .s-form {
  margin-top: 14rem;
}
.p-midcareer-single .s-flow {
  width: 86rem;
  margin: 0 auto;
  margin-top: 14rem;
}
.p-midcareer-single .s-flow-list {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
}
.p-midcareer-single .s-flow-list__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem 1fr;
  grid-template-columns: 8rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #4FA8F7;
  background: #FFF;
  border-radius: 2rem;
  grid-column-gap: 4rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  padding: 2rem 3.5rem;
  -webkit-box-shadow: 3px 8px 0px 0px #4FA8F7;
          box-shadow: 3px 8px 0px 0px #4FA8F7;
}
.p-midcareer-single .s-flow-list__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 1rem;
  background: #2778B7;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3rem;
}
.p-midcareer-single .s-flow-list__btn {
  margin-top: 1rem;
}
.p-midcareer-single .s-flow-list__btn > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (-webkit-max-content)[2];
  -ms-grid-columns: (max-content)[2];
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.p-midcareer-single .s-flow-list__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #2778B7;
}
.p-midcareer-single .s-flow-list__ttl .step {
  font-size: 1.1rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  color: #4FA8F7;
}
.p-midcareer-single .s-flow-list__ttl .step > span {
  font-size: 2rem;
}
.p-midcareer-single .s-flow-list__note {
  margin-top: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6rem auto;
  grid-template-columns: 6rem auto;
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-midcareer-single .s-flow-list__note > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 1rem;
  height: 2.3rem;
  border-radius: 0.5rem;
  background: #2778B7;
  color: #FFF;
}
.p-midcareer-single .s-flow-list__note > p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0E3859;
  letter-spacing: 0;
}
.p-midcareer-single .s-flow-list__note > p > .caption {
  margin-left: 1rem;
  font-size: 1.3rem;
}
.p-midcareer-single .s-flow-list__desc {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
}
.p-midcareer-single .s-flow-list__desc > .caption {
  display: block;
  font-size: 1.3rem;
}
.p-midcareer-single .s-visit {
  width: 108rem;
  margin: 0 auto;
  margin-top: 14rem;
  background: #EAF1FE;
  border-radius: 2rem;
  padding: 4rem;
  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;
  row-gap: 2rem;
}
.p-midcareer-single .s-visit__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #2778B7;
}
.p-midcareer-single .s-visit__desc {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
}
.p-midcareer-single .s-btn {
  margin-top: 10rem;
}
.p-midcareer-single .s-btn .c-btn02 {
  margin: 0 auto;
  width: 36rem;
}
.p-midcareer-wrap {
  width: 124rem;
  margin: 0 auto;
  margin-top: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 27rem 1fr;
  grid-template-columns: 27rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-column-gap: 3.5rem;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  padding-bottom: 10rem;
}
.p-midcareer .s-side {
  border: 1px solid #CBD5E1;
  padding: 2.4rem 2.4rem 3.4rem 1.6rem;
}
.p-midcareer .s-side-search {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.5rem 1fr;
  grid-template-columns: 2.5rem 1fr;
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-midcareer .s-side .js-custom-scroll {
  position: relative;
}
.p-midcareer .s-side .js-custom-scroll__bar-wrap {
  top: 0;
  height: 100%;
  right: -0.8rem;
}
.p-midcareer .s-side-list {
  position: relative;
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
.p-midcareer .s-side-list__item {
  background: #EAF1FE;
  padding: 2rem 2.4rem 2rem 1.6rem;
}
.p-midcareer .s-side-list__item > h5 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 100%;
  color: #0E3859;
}
.p-midcareer .s-side-list__item > ul {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
.p-midcareer .s-side-list__item > ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2rem auto;
  grid-template-columns: 1.2rem auto;
  grid-column-gap: 0.6rem;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
}
.p-midcareer .s-side-list__item > ul li input[type=checkbox] {
  position: relative;
  margin-top: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 1.5px solid #0E3859;
  background: #FFFFFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-midcareer .s-side-list__item > ul li input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0;
  width: 0.4rem;
  height: 0.7rem;
  border-right: 2px solid #0E3859;
  border-bottom: 2px solid #0E3859;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-midcareer .s-side-list__item > ul li label {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 170%;
  color: #0E3859;
}
.p-midcareer .s-side-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  margin-top: 1.5rem;
}
.p-midcareer .s-side-btn > button {
  width: 100%;
  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;
  height: 5.2rem;
  font-size: 1.5rem;
  border-radius: 4rem;
  font-weight: 500;
  letter-spacing: 0;
}
.p-midcareer .s-side-btn__search {
  background: #17507D;
  color: #FFF;
}
.p-midcareer .s-side-btn__reset {
  font-size: 1.4rem;
  color: #004EA2;
  border: 1px solid #004EA2;
}
.p-midcareer .s-side-close {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.5rem auto;
  grid-template-columns: 3.5rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #2778B7;
}
.p-midcareer .s-list {
  margin-top: -5rem;
}
.p-midcareer .s-list-total {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1rem;
}
.p-midcareer .s-list-total__num {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: 0.04em;
  color: #0E3859;
}
.p-midcareer .s-list-total__num span {
  font-size: 2.8rem;
  letter-spacing: 0;
}
.p-midcareer .s-list-total p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-midcareer .s-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.4rem;
}
.p-midcareer .s-list-item {
  position: relative;
  border: 1px solid #2778B7;
  border-radius: 2rem;
  padding: 2rem 3rem 2.4rem 3rem;
}
.p-midcareer .s-list-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-midcareer .s-list-item__top .ttl {
  width: calc(100% - 20rem);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4.8rem 1fr;
  grid-template-columns: 4.8rem 1fr;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #2778B7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-midcareer .s-list-item__top .ttl svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-midcareer .s-list-item__top .date {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  color: #64748B;
}
.p-midcareer .s-list-item__ttl {
  line-clamp: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-midcareer .s-list-item__bottom {
  margin-top: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 21rem 63rem;
  grid-template-columns: 21rem 63rem;
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.p-midcareer .s-list-item__bottom figure {
  width: 100%;
  height: 15rem;
  border-radius: 1.7rem;
  overflow: hidden;
}
.p-midcareer .s-list-item__bottom figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-midcareer .s-list-item__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.p-midcareer .s-list-item__desc li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2rem auto;
  grid-template-columns: 2rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #0E3859;
}
.p-midcareer .s-list-item__desc li svg {
  padding-top: 0.2rem;
}
.p-midcareer .s-list-item__text {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-midcareer .s-list-item__tag {
  position: relative;
  z-index: 2;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
.p-midcareer .s-list-item__tag > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #0E3859;
  letter-spacing: 0;
  height: 2.4rem;
  background: #EAF1FE;
  border-radius: 6rem;
  padding: 0 0.8rem;
}
.p-midcareer .s-list-item__link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-midcareer .s-list-pagination {
  margin-top: 5rem;
}
.p-midcareer .s-list-caption {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 5rem;
}
.p-midcareer .js-search-btn {
  position: fixed;
  bottom: 2rem;
  z-index: 100;
  right: 2rem;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: #17507D;
  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;
  row-gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
  pointer-events: auto;
}
.is-search-open .p-midcareer .js-search-btn {
  pointer-events: none;
  -webkit-transform: translateY(100%) translateY(2rem);
          transform: translateY(100%) translateY(2rem);
}
.p-midcareer .js-search-btn.is-hidden {
  pointer-events: none;
  -webkit-transform: translateY(100%) translateY(2rem);
          transform: translateY(100%) translateY(2rem);
}
.p-midcareer .js-search-btn > svg {
  width: 2.45rem;
  overflow: inherit;
}
.p-midcareer .js-search-btn > svg > path:first-of-type, .p-midcareer .js-search-btn > svg > path:nth-of-type(2) {
  stroke: #FFF;
}
.p-midcareer .js-search-btn > span {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #FFF;
}
.p-overview-wrap {
  position: relative;
  background: #EAF1FE;
  padding-top: 6rem;
}
.p-overview-wrap .s-about {
  padding-bottom: 15rem;
}
.p-overview-wrap .s-about-wrap {
  width: 66rem;
  margin: 2rem auto 0 auto;
}
.p-overview-wrap .s-history {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #FFF;
}
.p-overview-wrap .s-history-ttl {
  width: 90rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #2778B7;
}
.p-overview-wrap .s-history-ttl::before {
  content: "HISTORY";
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 21rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #EAF1FE;
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(10rem);
          transform: translateX(-50%) translateX(10rem);
  pointer-events: none;
}
.p-overview-wrap .s-history-wrap {
  margin-top: 14rem;
}
.p-overview-wrap .s-history-wrap > ul {
  width: 480rem !important;
}
.p-overview-wrap .s-history-wrap > ul li {
  width: 40rem !important;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.p-overview-wrap .s-history-wrap > ul li:nth-child(even) {
  margin-top: 16.5rem;
  margin-left: -13rem !important;
}
.p-overview-wrap .s-history-wrap > ul li:nth-child(even) .s-history-item {
  -ms-grid-rows: 22.5rem 16.5rem;
  grid-template-rows: 22.5rem 16.5rem;
}
.p-overview-wrap .s-history-wrap > ul li:nth-child(even) .s-history-item__desc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 11rem;
}
.p-overview-wrap .s-history-wrap > ul li:nth-child(even) .s-history-item figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-overview-wrap .s-history-wrap > ul li:nth-child(n+2):nth-child(odd) {
  margin-left: -4rem !important;
}
.p-overview-wrap .s-history-wrap__nav {
  margin-left: -10rem;
  position: relative;
  z-index: 2;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          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;
}
.p-overview-wrap .s-history-wrap__nav .ic-prev,
.p-overview-wrap .s-history-wrap__nav .ic-next {
  padding: 0 1rem;
  cursor: pointer;
}
.p-overview-wrap .s-history-wrap__nav .ic-prev svg,
.p-overview-wrap .s-history-wrap__nav .ic-next svg {
  width: 1.2rem;
  overflow: inherit;
}
.p-overview-wrap .s-history-wrap__nav .ic-prev svg path,
.p-overview-wrap .s-history-wrap__nav .ic-next svg path {
  stroke: #2778B7;
}
.p-overview-wrap .s-history-wrap__nav .historypagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  width: auto !important;
}
.p-overview-wrap .s-history-wrap__nav .historypagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 0.8rem;
  height: 0.8rem;
  background: #CBD5E1;
  opacity: 1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.p-overview-wrap .s-history-wrap__nav .historypagination .swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 2rem;
  background-color: #2778B7;
}
.p-overview-wrap .s-history-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 16.5rem 22.5rem;
  grid-template-rows: 16.5rem 22.5rem;
}
.p-overview-wrap .s-history-item__desc {
  background: #2778B7;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  padding-right: 5rem;
}
.p-overview-wrap .s-history-item__desc > span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 7rem;
  line-height: 100%;
  letter-spacing: 0;
}
.p-overview-wrap .s-history-item__desc > p {
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 140%;
  letter-spacing: 0;
}
.p-overview-wrap .s-history-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-passion-wrap {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-passion .c-bg-slant {
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-passion .content-title {
  font-size: 5.2rem;
  font-weight: 700;
  color: #2778B7;
  letter-spacing: 0.1em;
}
.p-passion .content-subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0E3859;
}
.p-passion .content-description {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0E3859;
  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;
  line-height: 1.7;
  margin-top: 2.7rem;
}
.p-passion .main-section {
  padding-block: 11.5rem 21rem;
  padding-left: 12rem;
  max-width: 140rem;
  width: 100%;
  position: relative;
}
.p-passion .main-section__content-wrap {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 67.5rem;
  width: 100%;
}
.p-passion .main-section .content-title {
  letter-spacing: 0;
}
.p-passion .main-section .content-description {
  margin-top: 3.3rem;
}
.p-passion .main-section__content-img {
  max-width: 55.4rem;
  width: 100%;
  height: auto;
  position: absolute;
  top: 11rem;
  right: 0;
}
.p-passion .main-section__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-passion .phylosophy-section {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 5rem 6rem;
  max-width: 123.7rem;
  width: 100%;
}
.p-passion .phylosophy-section .content-description {
  margin-top: 1.1rem;
}
.p-passion .phylosophy-section__content-wrap {
  text-align: center;
}
.p-passion .phylosophy-section__content-card {
  margin-top: 7.6rem;
}
.p-passion .environment-section {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 4rem 13.5rem;
  max-width: 116rem;
  width: 100%;
}
.p-passion .environment-section__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 5rem;
}
.p-passion .environment-section .content-subtitle {
  margin-top: 1.5rem;
}
.p-passion .environment-section .content-description {
  margin-top: 2rem;
}
.p-passion .environment-section__content-img {
  width: 103rem;
  height: auto;
}
.p-passion .environment-section__content-img img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
.p-passion .social-environment-section {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 6.7rem 13rem 0 13rem;
  max-width: 116rem;
  width: 100%;
}
.p-passion .social-environment-section__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
.p-passion .social-environment-section .content-title {
  line-height: 1;
}
.p-passion .social-environment-section .content-subtitle {
  margin-top: 3.2rem;
  line-height: 1.1;
}
.p-passion .social-environment-section .content-description {
  margin-top: 3rem;
}
.p-passion .social-environment-section__content-img {
  width: 105.5rem;
  height: auto;
}
.p-passion .social-environment-section__content-img img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
.p-passion .social-environment-section .know-about-section {
  margin-top: 10.5rem;
  max-width: 108rem;
  width: 100%;
}
.p-passion .social-environment-section .know-about-section .section-title {
  text-align: center;
  margin-bottom: 3.5rem;
}
.p-passion .social-environment-section .know-about-section .section-title h2 {
  font-weight: 700;
  font-size: 5.2rem;
  letter-spacing: 0.1em;
  color: #2778B7;
}
.p-passion .social-environment-section .know-about-section .section-btn-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3.2rem;
  gap: 3.2rem;
  position: relative;
}
.p-passion .social-environment-section .know-about-section .section-btn-list-item a {
  width: 100%;
}
.p-person-wrap {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow-x: clip;
}
.p-person .c-bg-slant {
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-person .main-section {
  padding-top: 4rem;
  padding-bottom: 11rem;
  text-align: center;
}
.p-person .main-section .section-title {
  font-weight: 700;
  font-size: 4rem;
  color: #2778B7;
}
.p-person .main-section .section-description {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  margin-top: 3rem;
}
.p-person .interview-section {
  padding-top: 5.5rem;
  padding-bottom: 10rem;
  width: 100%;
}
.p-person .interview-section .c-heading03 {
  max-width: 100%;
}
.p-person .interview-section .c-heading03 hgroup {
  padding: 4.5rem 0;
}
.p-person .interview-section .c-heading03 hgroup h2 {
  font-size: 5.2rem;
}
.p-person .interview-section .c-heading03 hgroup p {
  margin-top: 2.5rem;
}
.p-person .c-interview {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-person .c-interview-wrap {
  gap: 5rem;
}
.p-person .c-interview-wrap:nth-child(2) {
  margin-top: -5rem;
}
.p-person .cross-talk-section {
  padding-top: 6.5rem;
  padding-bottom: 16.2rem;
}
.p-person .cross-talk-section .cross-talk-wrapper {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-person .cross-talk-section .cross-talk-wrapper:hover {
  opacity: 0.8;
}
.p-person .cross-talk-section .c-heading03 hgroup h2 {
  font-size: 5.2rem;
}
.p-person .cross-talk-section .cross-talk-wrapper-wrap {
  margin-top: 2.5rem;
  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.5rem;
}
.p-person .cross-talk-section .cross-talk-wrapper {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-person .cross-talk-section .cross-talk-wrapper:hover {
  opacity: 0.8;
}
.p-person .cross-talk-section .cross-talk-wrapper__img {
  width: 110rem;
  margin-inline: auto;
}
.p-recruitment-wrap {
  padding: 7.6rem 8rem 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 7rem;
}
.p-recruitment .c-inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 94rem;
}
.p-recruitment__section-indicator {
  width: 23.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 15rem;
  z-index: 5;
  background-color: #fff;
}
.p-recruitment__section-indicator-ttl h4 {
  font-weight: 500;
  font-size: 2rem;
  color: #0E3859;
  padding-bottom: 1.6rem;
  margin-bottom: 2.4rem;
  border-bottom: 0.1rem solid #93C1F9;
}
.p-recruitment__section-wrap {
  width: 100%;
}
.p-recruitment__section-wrap--message {
  margin-top: -0.8rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-recruitment__section-wrap--message .message__content-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding-left: 0.5rem;
  margin-bottom: 10rem;
}
.p-recruitment__section-wrap--message .message__heading-title {
  font-weight: 700;
  font-size: 5.2rem;
  color: #2778B7;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/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: 1.2rem;
}
.p-recruitment__section-wrap--message .message__heading-subtitle {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0E3859;
  line-height: 1.8;
  margin-bottom: 2rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.p-recruitment__section-wrap--message .message__text-wrap {
  max-width: 56.7rem;
  width: 100%;
  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;
  margin-top: 0;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.p-recruitment__section-wrap--message .message__text-wrap p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
  color: #0E3859;
}
.p-recruitment__section-wrap--message .message__img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30rem;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.3rem;
  justify-self: flex-end;
}
.p-recruitment__section-wrap--message .message__img-wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
}
.p-recruitment__section-wrap--message .message__img-wrap span {
  font-weight: 700;
  font-size: 1.5rem;
  color: #0E3859;
  text-align: right;
}
.p-recruitment__section-wrap--personality {
  margin-bottom: 10rem;
}
.p-recruitment__section-wrap--personality .c-heading p {
  margin-top: 2.4rem;
}
.p-recruitment__section-wrap--personality .personality__list-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3.2rem;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  margin-top: 7rem;
}
.p-recruitment__section-wrap--personality .personality__list-item {
  width: 100%;
  height: 37.3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 2fr 1fr 1fr;
  grid-template-rows: 2fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 2rem;
  border: 0.3rem solid #4FA8F7;
  -webkit-box-shadow: 0.3rem 0.8rem 0px 0px #4FA8F7;
          box-shadow: 0.3rem 0.8rem 0px 0px #4FA8F7;
  padding: 2.2rem;
  position: relative;
}
.p-recruitment__section-wrap--personality .personality__list-item .personality-items__ttl {
  width: 7.4rem;
  height: 10rem;
  background-image: url(../images/recruitment/ellipse.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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;
  color: #FFF;
  font-weight: 500;
  font-size: 2.9rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-recruitment__section-wrap--personality .personality__list-item .personality-items__img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2.5rem;
}
.p-recruitment__section-wrap--personality .personality__list-item .personality-items__img img {
  width: 10.7rem;
  height: auto;
}
.p-recruitment__section-wrap--personality .personality__list-item .personality-items__main-text h3 {
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  color: #2778B7;
  padding-bottom: 1.5rem;
}
.p-recruitment__section-wrap--personality .personality__list-item .personality-items__sub-text p {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  padding-bottom: 1.5rem;
}
.p-recruitment__section-wrap--requirement {
  margin-bottom: 10rem;
}
.p-recruitment__section-wrap--requirement .c-heading p {
  margin-top: 2.5rem;
}
.p-recruitment__section-wrap--requirement .requirement__list-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3.6rem;
  -webkit-column-gap: 3.6rem;
     -moz-column-gap: 3.6rem;
          column-gap: 3.6rem;
}
.p-recruitment__section-wrap--requirement .requirement__list-item {
  width: 100%;
  height: 100%;
}
.p-recruitment__section-wrap--requirement .requirement__list-item a {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}
.p-recruitment__section-wrap--requirement .requirement__list-item a img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2rem;
}
.p-recruitment__section-wrap--requirement .requirement__list-item a .requirement-item-title {
  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;
  gap: 0.8rem;
  width: 100%;
}
.p-recruitment__section-wrap--requirement .requirement__list-item a .requirement-item-title svg {
  width: 3rem;
  height: 100%;
}
.p-recruitment__section-wrap--requirement .requirement__list-item a .requirement-item-title span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #2778B7;
}
.p-recruitment__section-wrap--requirement .requirement__list-item a .requirement-item-desc {
  padding-inline: 0.9rem;
}
.p-recruitment__section-wrap--requirement .requirement__list-item a .requirement-item-desc p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.01rem;
}
.p-recruitment__section-wrap--reason {
  margin-bottom: 10rem;
}
.p-recruitment__section-wrap--reason .c-heading p {
  margin-top: 2.5rem;
}
.p-recruitment__section-wrap--reason .reason__list-wrap {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 5.8rem;
  -webkit-column-gap: 5.8rem;
     -moz-column-gap: 5.8rem;
          column-gap: 5.8rem;
}
.p-recruitment__section-wrap--reason .reason__list-item {
  width: 100%;
  height: auto;
}
.p-recruitment__section-wrap--reason .reason__list-item .reason-item-title {
  margin-top: 0.9rem;
}
.p-recruitment__section-wrap--reason .reason__list-item .reason-item-title h4 {
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  color: #2778B7;
}
.p-recruitment__section-wrap--reason .reason__list-item .reason-item-desc p {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  margin-top: 0.7rem;
  line-height: 1.7;
  letter-spacing: -0.01rem;
}
.p-summary .s-feature {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.p-summary .s-feature-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50rem 1fr;
  grid-template-columns: 50rem 1fr;
  grid-column-gap: 5rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
.p-summary .s-feature-wrap__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
.p-summary .s-feature-wrap__desc figure {
  width: 47rem;
  margin-right: auto;
}
.p-summary .s-reason {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 15rem;
}
.p-summary .s-reason-wrap {
  position: relative;
}
.p-summary .s-reason-wrap > ul {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.3rem;
  gap: 3.3rem;
  margin-top: 5rem;
  z-index: -1;
}
.p-summary .s-reason-wrap__item {
  background: #FFF;
  padding: 3rem;
  border-radius: 2rem;
}
.p-summary .s-reason-wrap__item figure {
  width: 10rem;
  margin: 0 auto;
}
.p-summary .s-reason-wrap__item figure svg {
  overflow: inherit;
}
.p-summary .s-reason-wrap__item h5 {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  color: #2778B7;
}
.p-summary .s-reason-wrap__item p {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.p-summary .s-reason-wrap__img {
  width: 52rem;
  position: absolute;
  right: -6.6rem;
  bottom: -10rem;
  z-index: -1;
}
.p-summary .s-reason-wrap__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-summary .s-reason.c-bg-slant::after {
  z-index: 2;
}
.p-summary .s-occupation {
  padding-top: 6rem;
  padding-bottom: 12rem;
  background: #EAF1FE;
}
.p-summary .s-occupation-inner {
  padding-right: 8.3rem;
}
.p-summary .s-occupation-wrap {
  position: relative;
  width: 113rem;
  height: 65rem;
  margin: 0 auto;
  margin-top: 4rem;
  background: url(../images/about/summary/bg-occupation.png) no-repeat center center/cover;
}
.p-summary .s-occupation-wrap__teach {
  width: 70.5rem;
  padding-top: 1rem;
  margin-right: 7rem;
  margin-left: auto;
}
.p-summary .s-occupation-wrap__support {
  width: 58.1rem;
  margin-top: -1rem;
  margin-left: auto;
  margin-right: 16.5rem;
}
.p-summary .s-occupation-wrap__item {
  display: block;
  position: absolute;
  width: 12rem;
  height: 8rem;
  z-index: 1;
  border-radius: 40%;
}
.p-summary .s-occupation-wrap__item img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-summary .s-occupation-wrap__item:hover img {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
}
.p-summary .s-occupation-wrap__item-01 {
  width: 13rem;
  top: 17.6rem;
  left: 39.6rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.p-summary .s-occupation-wrap__item-01 img {
  margin-top: 1.9rem;
  width: 12.2rem;
  max-width: inherit;
}
.p-summary .s-occupation-wrap__item-02 {
  width: 13rem;
  top: 10.6rem;
  left: 53rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.p-summary .s-occupation-wrap__item-02 img {
  width: 11rem;
  margin-top: 1rem;
  margin-left: 0.4rem;
}
.p-summary .s-occupation-wrap__item-03 {
  width: 14rem;
  top: 4rem;
  left: 66rem;
}
.p-summary .s-occupation-wrap__item-03 img {
  width: 9.5rem;
  margin-top: 1.5rem;
  margin-left: 1.3rem;
}
.p-summary .s-occupation-wrap__item-04 {
  width: 15rem;
  top: 27rem;
  left: 67.5rem;
}
.p-summary .s-occupation-wrap__item-04 img {
  width: 10.5rem;
  margin-top: 1.4rem;
  margin-left: 1.8rem;
}
.p-summary .s-occupation-wrap__item-05 {
  width: 15rem;
  top: 21rem;
  left: 83rem;
}
.p-summary .s-occupation-wrap__item-05 img {
  width: 10.5rem;
  margin-top: 1.5rem;
  margin-left: 1.8rem;
}
.p-summary .s-occupation-wrap__item-06 {
  width: 13rem;
  left: 40.1rem;
  bottom: 13rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.p-summary .s-occupation-wrap__item-06:hover img {
  -webkit-transform: rotate(20deg) scale(1.35);
          transform: rotate(20deg) scale(1.35);
}
.p-summary .s-occupation-wrap__item-06 img {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  width: 9.4rem;
  margin-top: 1.9rem;
  margin-left: 1.4rem;
}
.p-summary .s-occupation-wrap__item-07 {
  width: 15rem;
  left: 50.7rem;
  bottom: 9rem;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}
.p-summary .s-occupation-wrap__item-07:hover img {
  -webkit-transform: rotate(14deg) scale(1.35);
          transform: rotate(14deg) scale(1.35);
}
.p-summary .s-occupation-wrap__item-07 img {
  width: 9.5rem;
  margin-left: 2.8rem;
  margin-top: 2rem;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}
.p-summary .s-occupation-wrap__item-08 {
  width: 15rem;
  left: 65.5rem;
  bottom: 13rem;
}
.p-summary .s-occupation-wrap__item-08:hover img {
  -webkit-transform: rotate(-1deg) scale(1.35);
          transform: rotate(-1deg) scale(1.35);
}
.p-summary .s-occupation-wrap__item-08 img {
  width: 9.2rem;
  margin-top: 2.4rem;
  margin-left: 3.1rem;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
.p-summary .s-occupation-wrap__item-09 {
  width: 15rem;
  left: 79.8rem;
  bottom: 10rem;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
}
.p-summary .s-occupation-wrap__item-09:hover img {
  -webkit-transform: rotate(15deg) scale(1.35);
          transform: rotate(15deg) scale(1.35);
}
.p-summary .s-occupation-wrap__item-09 img {
  width: 9.5rem;
  margin-top: 1.2rem;
  margin-left: 2rem;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.p-summary .s-occupation-btn {
  margin-top: 3rem;
}
.p-summary .s-occupation-btn a {
  margin: 0 auto;
}
.p-summary .c-movie {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF1FE), color-stop(50%, #EAF1FE), to(#2778B7)) !important;
  background: linear-gradient(to bottom, #EAF1FE 0%, #EAF1FE 50%, #2778B7 100%) !important;
}
.p-summary .c-movie.c-bg-slant::after {
  bottom: 0 !important;
  height: 8.1rem;
}
.p-summary .s-line.c-bg-slant.c-bg-slant-ws::after {
  background: #2778B7 !important;
}
.p-summary .s-person {
  padding-top: 6rem;
  padding-bottom: 0;
}
.p-summary .s-person-wrap {
  max-width: 140rem;
  margin: 0 auto;
}
.p-summary .s-person-wrap__desc {
  width: 64rem;
  margin-left: auto;
  margin-right: 10rem;
}
.p-summary .s-person-wrap__desc > dl {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.6rem;
}
.p-summary .s-person-wrap__desc > dl > div {
  background: #FFF;
  border-radius: 2rem;
  padding: 2rem 5rem 2rem 3.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem 1fr;
  grid-template-columns: 8rem 1fr;
  grid-column-gap: 3.5rem;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-summary .s-person-wrap__desc > dl > div dt svg {
  overflow: inherit;
}
.p-summary .s-person-wrap__desc > dl > div dd h5 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  color: #2778B7;
}
.p-summary .s-person-wrap__desc > dl > div dd p {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  color: #0E3859;
}
.p-summary .s-person-wrap__btn {
  margin-top: 5rem;
}
.p-summary .s-person-wrap__img {
  margin-top: -74rem;
  max-width: 57rem;
}
.p-summary .s-person-wrap__img .img01 {
  width: 34.6rem;
  height: 43.2rem;
}
.p-summary .s-person-wrap__img .img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-summary .s-person-wrap__img .img02 {
  width: 53.3rem;
  height: 46.4rem;
  margin-top: -32rem;
  margin-left: 0;
}
.p-summary .s-person-wrap__img .img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-summary .s-person-wrap__img .img03 {
  width: 43rem;
  height: 52rem;
  margin-top: -17rem;
}
.p-summary .s-person-wrap__img .img03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-summary .s-environment {
  padding-top: 6rem;
  padding-bottom: 13rem;
}
.p-summary .s-environment-wrap {
  margin-top: 6rem;
}
.p-summary .s-environment-wrap__btn {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
.p-summary .s-environment-wrap .c-3col > li figure {
  height: 15rem;
}
.p-summary .s-faq {
  padding-top: 6rem;
  overflow: hidden;
}
.p-summary .s-faq-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 77rem;
  grid-template-columns: 1fr 77rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-column-gap: 7rem;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}
.p-summary .s-faq-wrap__desc {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-summary .s-faq-wrap__desc figure {
  width: 35.3rem;
  position: relative;
  margin-top: auto;
  z-index: -1;
}
.p-summary .s-faq-wrap__accordion {
  padding-bottom: 10rem;
}
.p-summary .s-faq-wrap__btn {
  margin-top: 5rem;
}
.p-summary .s-faq.c-bg-slant::after {
  z-index: 2;
}
.p-top {
  overflow-x: hidden;
}
.p-top .s-mv {
  width: 100%;
  max-height: 100dvh;
  height: 74rem;
  margin: 0 auto;
  position: relative;
  background: #2778B7;
}
.p-top .s-mv-wrap {
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
  padding-top: 14rem;
}
.p-top .s-mv-wrap .img-mv-l {
  width: 32rem;
  margin-right: auto;
  margin-left: 3rem;
}
.p-top .s-mv-wrap .img-mv {
  width: 109rem;
  margin: 0 auto;
  margin-top: -50rem;
  -webkit-transform: translateX(5rem);
          transform: translateX(5rem);
}
.p-top .s-mv-wrap .img-mv-r {
  width: 38rem;
  margin-left: auto;
  margin-top: -35rem;
}
.p-top .s-mv-copy {
  position: relative;
  z-index: 1;
  margin-left: 12rem;
  margin-top: -10rem;
}
.p-top .s-mv-copy hgroup {
  display: inline-block;
}
.p-top .s-mv-copy hgroup span {
  display: block;
}
.p-top .s-mv-copy hgroup span svg {
  width: 68.4rem;
  overflow: inherit;
}
.p-top .s-mv-copy hgroup h1 {
  padding: 1rem 0;
  margin-top: 1.6rem;
  position: relative;
  z-index: 1;
  font-size: 4.2rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1;
}
.p-top .s-mv-copy hgroup h1 span {
  position: relative;
  margin-left: 0;
  color: #2778B7;
  padding: 0 0.5rem;
  display: inline-block;
}
.p-top .s-mv-copy hgroup h1 span:last-of-type {
  margin-left: -2rem;
}
.p-top .s-mv-copy hgroup h1 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 0.2rem);
  height: calc(100% + 0.8rem);
  background-color: #FFF44B;
}
.p-top .s-mv-copy > p {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0;
  color: #FFF;
}
.p-top .s-mv-badge {
  position: absolute;
  width: 14rem;
  height: 14rem;
  right: 14rem;
  top: 15rem;
  z-index: 102;
}
.p-top .s-mv-record {
  position: absolute;
  width: 49rem;
  top: 63rem;
  right: 10rem;
}
.p-top .s-mv-news {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
.p-top .s-mv-news-inner {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12rem 1fr;
  grid-template-columns: 12rem 1fr;
  grid-column-gap: 1.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  border-radius: 8.8rem;
  background: #EAF1FE;
}
.p-top .s-mv-news-inner__ttl {
  height: 100%;
}
.p-top .s-mv-news-inner__ttl a {
  height: 100%;
  color: #FFF;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border: 1px solid #FFF;
  background: #17507D;
  border-radius: 6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.4rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-top .s-mv-news-list {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.p-top .s-mv-news-list ul {
  width: calc(100% - 5rem);
  height: 100%;
  margin-right: auto;
}
.p-top .s-mv-news-list ul li {
  height: 100%;
}
.p-top .s-mv-news-list ul li a {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 8rem 1fr;
  grid-template-columns: 8rem 1fr;
  grid-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.p-top .s-mv-news-list ul li a span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: #2778B7;
}
.p-top .s-mv-news-list ul li a p {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: 0;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-top .s-mv-news-list__nav {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
.p-top .s-mv-news-list__nav div svg {
  width: 1rem;
  overflow: inherit;
}
.p-top .s-values {
  padding-top: 15rem;
  background: #2778B7;
  padding-bottom: 8rem;
  position: relative;
}
.p-top .s-values::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8rem;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  background: #FFF;
  bottom: -1px;
  left: 0;
}
.p-top .s-values::before {
  position: absolute;
  content: "";
  width: 182rem;
  height: 37rem;
  top: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/top/bg-positive.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.p-top .s-values-wrap {
  width: 120rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
}
.p-top .s-values-desc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 40rem;
  -ms-grid-columns: max-content 40rem;
  grid-template-columns: -webkit-max-content 40rem;
  grid-template-columns: max-content 40rem;
  grid-column-gap: 6rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-top .s-values-desc__ttl svg {
  width: 51.1rem;
  overflow: inherit;
}
.p-top .s-values-desc__txt {
  margin-top: 3rem;
  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;
  row-gap: 0.5rem;
}
.p-top .s-values-desc__txt span {
  color: #FFF;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 135%;
  letter-spacing: 0;
}
.p-top .s-values-desc__txt > div {
  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;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 3.5rem;
  font-weight: 500;
  color: #FFF;
}
.p-top .s-values-desc__txt > div > span {
  display: block;
  border: 1px solid #FFF;
  padding: 1rem 1.2rem;
}
.p-top .s-values-desc__txt > div > span svg {
  width: 27.3rem;
  overflow: inherit;
}
.p-top .s-values-desc > p {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #FFF;
}
.p-top .s-values-desc > p > span {
  color: #FFF44B;
}
.p-top .s-values-list {
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
  padding-top: 7rem;
}
.p-top .s-values-list__item {
  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;
}
.p-top .s-values-list__item .balloon {
  position: relative;
  z-index: 1;
  width: 29.6rem;
  padding: 3rem 2.8rem 3rem 3.4rem;
  background: #FFF;
  border-radius: 5.5rem;
}
.p-top .s-values-list__item .balloon::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 8rem;
  width: 2.6rem;
  height: 2.4rem;
  background: url(../images/top/ic-balloon.svg);
  background-size: cover;
  -webkit-transform: rotate(-27.94deg);
          transform: rotate(-27.94deg);
}
.p-top .s-values-list__item .balloon h3 {
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0;
}
.p-top .s-values-list__item .balloon h3::before {
  content: "“";
  position: absolute;
  top: -3rem;
  left: -1.5rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
  color: #FFF44B;
  font-family: "Ubuntu", sans-serif;
  font-size: 7.5rem;
  z-index: -1;
}
.p-top .s-values-list__item .balloon p {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 150%;
  letter-spacing: 0;
  margin-top: 0.5rem;
}
.p-top .s-values-list__item .balloon > span {
  position: absolute;
  top: -1rem;
  right: 2rem;
  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: 7.6rem;
  height: 3rem;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  border-radius: 6rem;
  background: #CADEFC;
  border: 1px solid #FFF;
}
.p-top .s-values-list__item > figure {
  position: relative;
  width: 19rem;
  margin: 0 auto;
  margin-top: -2.5rem;
  z-index: 1;
}
.p-top .s-values-list__item-01 {
  width: 29.6rem;
  margin: 0 auto;
  margin-left: 15rem;
}
.p-top .s-values-list__item-02 {
  width: 29.6rem;
  margin-right: auto;
  margin-top: -9rem;
  margin-left: -10rem;
}
.p-top .s-values-list__item-03 {
  width: 29.6rem;
  margin-left: auto;
  margin-top: -38rem;
  margin-right: 9rem;
}
.p-top .s-values-list__nav {
  display: none;
}
.p-top .s-values-list__nav .ic-prev,
.p-top .s-values-list__nav .ic-next {
  opacity: 1 !important;
  background: none !important;
  position: static !important;
  cursor: pointer;
}
.p-top .s-values-list__nav .ic-prev svg,
.p-top .s-values-list__nav .ic-next svg {
  width: 1.2rem;
  height: inherit;
  overflow: inherit;
  fill: none !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
}
.p-top .s-values-list__nav .ic-prev svg path,
.p-top .s-values-list__nav .ic-next svg path {
  stroke: #FFF44B;
}
.p-top .s-values-list__nav .valuespagination {
  position: static !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}
.p-top .s-values-list__nav .valuespagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 0.8rem;
  height: 0.8rem;
  background: #CBD5E1;
  opacity: 1;
  border-radius: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.p-top .s-values-list__nav .valuespagination .swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 2rem;
  background-color: #FFF44B;
}
.p-top .s-values-list__btn {
  width: 16.3rem;
  margin: 0 auto;
  margin-left: 23rem;
  margin-top: -16rem;
}
.p-top .s-values-list__btn a {
  width: 16.3rem;
  height: 16.3rem;
  border-radius: 50%;
  background: #FFF44B;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-top .s-values-list__btn .ic-search svg {
  width: 2.8rem;
  overflow: inherit;
}
.p-top .s-values-list__btn .ttl {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-top .s-values-list__btn .ic-arrow svg {
  width: 3.5rem;
  overflow: inherit;
}
.p-top .s-works {
  background: #FFF;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 7rem;
}
.p-top .s-works-wrap {
  margin-top: 4rem;
}
.p-top .s-works-ttl {
  position: relative;
  z-index: 1;
  width: 120rem;
  margin: 0 auto;
  padding-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top .s-works-ttl::before {
  position: absolute;
  content: "WORKS";
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 21rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #EAF1FE;
  right: -14rem;
  top: 0.5rem;
  z-index: -1;
  pointer-events: none;
}
.p-top .s-works-ttl > div {
  width: 51rem;
}
.p-top .s-works-ttl > div p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
}
.p-top .s-works-ttl__btn {
  margin-top: 1rem;
}
.p-top .s-works-ttl__btn a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-top .s-about {
  z-index: 1;
  padding-top: 2rem;
  background: #EAF1FE;
  position: relative;
  padding-bottom: 7.8rem;
}
.p-top .s-about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8rem;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  background: #2778B7;
  bottom: -1px;
  left: 0;
}
.p-top .s-about:before {
  position: absolute;
  content: "ABOUT";
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 21rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #FFF;
  right: 6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateY(-3rem);
          transform: translateY(-50%) translateY(-3rem);
  z-index: -1;
  pointer-events: none;
}
.p-top .s-about-wrap {
  width: 120rem;
  padding-top: 5rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 67.3rem 39rem;
  grid-template-columns: 67.3rem 39rem;
  grid-column-gap: 9rem;
  -webkit-column-gap: 9rem;
     -moz-column-gap: 9rem;
          column-gap: 9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top .s-about-wrap .r-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 2.7rem;
  row-gap: 2.7rem;
  grid-column-gap: 3.2rem;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}
.p-top .s-about-wrap .l-content {
  margin-top: -15rem;
}
.p-top .s-about-wrap .l-content-icon {
  width: 40rem;
  margin-left: auto;
  margin-right: -7rem;
}
.p-top .s-about-wrap .l-content-desc {
  margin-top: -2rem;
}
.p-top .s-about-wrap .l-content-desc > p {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
}
.p-top .s-about-wrap .l-content-desc__btn {
  margin-top: 1.8rem;
}
.p-top .s-about-wrap .l-content-desc__btn a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-top .s-about-item {
  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;
  width: 100%;
  row-gap: 1rem;
}
.p-top .s-about-item figure {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.p-top .s-about-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-top .s-about-item__btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.5rem auto;
  grid-template-columns: 3.5rem auto;
  grid-column-gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-top .s-about-item__btn svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-top .s-about-item__btn span {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #2778B7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-top .s-interview {
  width: 100%;
  padding-bottom: 8rem;
  position: relative;
  background: #2778B7;
  overflow: hidden;
}
.p-top .s-interview::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8rem;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  background: #fff;
  bottom: -1px;
  left: 0;
}
.p-top .s-interview-ttl {
  position: relative;
  padding-top: 8rem;
  z-index: 1;
}
.p-top .s-interview-ttl::before {
  content: "INTERVIEW";
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1rem;
  font-size: 21rem;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  z-index: -1;
}
.p-top .s-interview-ttl h2 {
  color: #FFF44B;
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-top .s-interview-ttl p {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: 0;
  text-align: center;
  color: #FFF;
}
.p-top .s-interview-subttl__txt {
  position: relative;
}
.p-top .s-interview-subttl__txt div {
  font-weight: 700;
  font-size: 4rem;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #FFF;
}
.p-top .s-interview-subttl__txt > span svg {
  width: 4.4rem;
  overflow: inherit;
}
.p-top .s-interview-subttl__btn {
  position: relative;
  z-index: 10;
  margin-top: 1.5rem;
}
.p-top .s-interview-wrap {
  position: relative;
  margin-top: 7rem;
}
.p-top .s-interview-wrap__nav {
  position: absolute;
  right: 23rem;
  bottom: 11rem;
  z-index: 30;
  height: 2rem !important;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -ms-grid-columns: 1.2rem auto 1.2rem;
  grid-template-columns: 1.2rem auto 1.2rem;
}
.p-top .s-interview-wrap__nav .ic-prev,
.p-top .s-interview-wrap__nav .ic-next {
  opacity: 1 !important;
  background: none !important;
  position: static !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  width: inherit !important;
  height: inherit !important;
  cursor: pointer;
}
.p-top .s-interview-wrap__nav .ic-prev svg,
.p-top .s-interview-wrap__nav .ic-next svg {
  width: 1.2rem;
  height: inherit;
  overflow: inherit;
  fill: none !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
}
.p-top .s-interview-wrap__nav .ic-prev svg path,
.p-top .s-interview-wrap__nav .ic-next svg path {
  stroke: #FFF44B;
}
.p-top .s-interview-wrap__nav .interviewpagination {
  position: static !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  margin: 0 !important;
}
.p-top .s-interview-wrap__nav .interviewpagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  background: #CBD5E1;
  opacity: 1;
  border-radius: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.p-top .s-interview-wrap__nav .interviewpagination .swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 2rem;
  margin: 0 0.2rem !important;
  background-color: #FFF44B;
  -webkit-transform: inherit !important;
          transform: inherit !important;
}
.p-top .s-interview .swiper-slide-active .s-interview-item {
  opacity: 1;
}
.p-top .s-interview-item {
  display: block;
  width: 100%;
  opacity: 0;
}
.p-top .s-interview-item__content {
  position: relative;
  height: 46rem;
}
.p-top .s-interview-item__content .num {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 1.2rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #2778B7;
}
.p-top .s-interview-item__content .ic-arrow {
  width: 7.5rem;
  position: absolute;
  right: 0.7rem;
  bottom: 0;
}
.p-top .s-interview-item__content .ic-arrow svg {
  width: 100%;
  overflow: inherit;
}
.p-top .s-interview-item__content .ic-arrow svg * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-top .s-interview-item__content .ic-balloon {
  width: 27.2rem;
  height: 11.5rem;
  position: absolute;
  background: url(../images/top/bg-balloon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 2rem;
  bottom: -2rem;
}
.p-top .s-interview-item__content .ic-balloon p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 2.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0;
}
.p-top .s-interview-item__content figure {
  height: 100%;
  height: 56rem;
  margin: 0 auto;
  border-radius: 1.8rem;
  overflow: hidden;
}
.p-top .s-interview-item__content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-top .s-interview-item__desc {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top .s-interview-item__desc .name {
  -ms-grid-row: 2;
      grid-row-start: 2;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #EAF1FE;
}
.p-top .s-interview-item__desc .background {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #CADEFC;
}
.p-top .s-interview-item__desc .job {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  height: 2rem;
  border: 1px solid #FFF44B;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #FFF44B;
  border-radius: 6rem;
}
.p-top .s-interview .swiper {
  overflow: initial !important;
}
.p-top .s-interview-wrap {
  max-width: 120rem;
  margin-inline: auto;
}
.p-top .s-interview-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  height: 18rem;
  border-radius: 1rem;
  overflow: hidden;
  display: block;
}
.p-top .s-interview-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .s-interview-slide {
  position: relative;
  -webkit-transform: translateX(-11rem);
          transform: translateX(-11rem);
  opacity: 0.4;
  pointer-events: none;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.p-top .s-interview-slide.swiper-slide-active {
  opacity: 1;
  width: 42rem !important;
  pointer-events: auto;
}
.p-top .s-interview-slide.swiper-slide-active .s-interview-img {
  margin-top: -6rem;
  height: 50rem !important;
}
.p-top .s-interview-banner {
  margin-top: 7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45rem 45rem;
  grid-template-columns: 45rem 45rem;
  grid-column-gap: 4rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5rem;
}
.p-top .s-interview-banner > a img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-top .s-environment {
  position: relative;
  padding-top: 5rem;
  width: 100%;
  z-index: 1;
  background: #FFF;
}
.p-top .s-environment::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8rem;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  background: #EAF1FE;
  bottom: 0;
  left: 0;
}
.p-top .s-environment-wrap {
  width: 104rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.p-top .s-environment-wrap .r-content {
  width: 49.3rem;
}
.p-top .s-environment-wrap .r-content > p {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
  color: #0E3859;
}
.p-top .s-environment-wrap .r-content > div {
  margin-top: 1.8rem;
}
.p-top .s-environment-wrap .r-content > div a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-top .s-environment-wrap .l-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.2rem;
}
.p-top .s-environment-img {
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}
.p-welfare .section-image2, .p-welfare .section-image3, .p-welfare .section-image4 {
  position: relative;
  z-index: 2;
  margin-top: -7.9rem;
}
.p-welfare .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-welfare .swiper-slide {
  width: auto;
}
.p-welfare .swiper-slide img {
  width: auto;
  height: auto;
}
.p-welfare-wrap {
  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;
  background-color: #FFF;
  width: 100%;
}
.p-welfare .c-bg-slant-sw {
  background-color: #4FA8F7;
}
.p-welfare .section-wrap {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-welfare .section-wrap .section-title {
  font-weight: 700;
  font-size: 4rem;
  color: #2778B7;
  text-align: center;
}
.p-welfare .section-wrap .section-description {
  max-width: 100rem;
  margin-top: 4rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  width: 100%;
  letter-spacing: 0;
}
.p-welfare .section-wrap .section-image {
  margin-top: 7rem;
}
.p-welfare .section-wrap .section-card-wrap {
  margin-top: 5rem;
  max-width: 107.2rem;
  width: 100%;
  height: auto;
}
.p-welfare .section-wrap .section-card-wrap .section-card-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.2rem;
  gap: 3.2rem;
}
.p-welfare .section-wrap .section-card-wrap .section-card-list .section-card-item {
  width: 100%;
  min-height: 18.2rem;
  background-color: #fff;
  border: 0.3rem solid #4FA8F7;
  border-radius: 2rem;
  -webkit-box-shadow: 3px 8px 0px 0px #4FA8F7;
          box-shadow: 3px 8px 0px 0px #4FA8F7;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 1.8rem 2.5rem 3rem;
  gap: 1.4rem;
  text-align: start;
}
.p-welfare .section-wrap .section-card-wrap .section-card-list .section-card-item .section-card-item__title-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-welfare .section-wrap .section-card-wrap .section-card-list .section-card-item .section-card-item__title-wrap .section-card-item__title {
  font-weight: 500;
  font-size: 2.4rem;
  color: #2778B7;
  letter-spacing: 0;
}
.p-welfare .section-wrap .section-card-wrap .section-card-list .section-card-item .section-card-item__title-wrap img {
  width: 7rem;
  height: auto;
}
.p-welfare .section-wrap .section-card-wrap .section-card-list .section-card-item .section-card-item__description {
  width: 100%;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  letter-spacing: 0.01em;
}
.p-welfare .section-wrap__main {
  padding-top: 6.3rem;
  margin: 0 auto;
  text-align: center;
}
.p-welfare .section-wrap__main .section-description {
  max-width: 90.2rem;
  margin-top: 2.4rem;
  line-height: 1.95;
}
.p-welfare .section-wrap__holiday {
  padding-top: 6rem;
  padding-bottom: 17.6rem;
}
.p-welfare .section-wrap__holiday .section-title {
  font-size: 5.2rem;
}
.p-welfare .section-wrap__holiday .section-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}
.p-welfare .section-wrap__support {
  background-color: #EAF1FE;
  padding-top: 6.2rem;
  padding-bottom: 16.3rem;
  letter-spacing: 0.05em;
}
.p-welfare .section-wrap__support .section-title {
  font-size: 5.2rem;
  letter-spacing: 0.1em;
}
.p-welfare .section-wrap__support .section-description {
  max-width: 100rem;
  margin-top: 2.9rem;
  letter-spacing: 0;
}
.p-welfare .section-wrap__carrer-image {
  width: 100%;
  height: 20rem;
  position: relative;
}
.p-welfare .section-wrap__carrer-image img {
  position: absolute;
  left: 0;
  z-index: 2;
  top: -7.9rem;
}
.p-welfare .section-wrap__carrer {
  padding-top: 9.5rem;
  padding-bottom: 17.3rem;
  letter-spacing: 0.51em;
}
.p-welfare .section-wrap__carrer .section-title {
  font-size: 5.2rem;
}
.p-welfare .section-wrap__carrer .section-description {
  width: 100%;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 2.4rem;
}
.p-welfare .section-wrap__childcare {
  background-color: #EAF1FE;
  padding-top: 6.5rem;
  padding-bottom: 16.3rem;
}
.p-welfare .section-wrap__childcare .section-title {
  font-size: 5.2rem;
  letter-spacing: 0.1em;
}
.p-welfare .section-wrap__childcare .section-description {
  line-height: 1.7;
  margin-top: 1.1rem;
}
.p-welfare .section-wrap__financial-support {
  padding-top: 16.9rem;
  padding-bottom: 16.3rem;
}
.p-welfare .section-wrap__financial-support .section-title {
  font-size: 5.2rem;
  letter-spacing: 0.1em;
}
.p-welfare .section-wrap__financial-support .section-description {
  margin-top: 2.8rem;
}
.p-welfare .section-wrap__health {
  background-color: #EAF1FE;
  padding-top: 7.9rem;
  padding-bottom: 16.3rem;
}
.p-welfare .section-wrap__health .section-title {
  font-size: 5.2rem;
  letter-spacing: 0.1em;
}
.p-welfare .section-wrap__health .section-description {
  line-height: 1.7;
  margin-top: 2.9rem;
}
.p-welfare .section-wrap__know-environment {
  padding-top: 9.5rem;
  padding-bottom: 16.3rem;
}
.p-welfare .section-wrap__know-environment .section-title {
  font-size: 5.2rem;
  letter-spacing: 0.1em;
}
.p-welfare .section-wrap__know-environment .section-button {
  margin-top: 3.6rem;
}
.p-works-about-wrap {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-works-about .c-bg-slant {
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: clip;
}
.p-works-about .main-section {
  padding-top: 4.8rem;
  padding-bottom: 13.3rem;
  text-align: center;
}
.p-works-about .main-section .section-title {
  font-weight: 700;
  font-size: 5.2em;
  color: #2778B7;
  letter-spacing: 0.1em;
}
.p-works-about .main-section .section-sub-title {
  font-weight: 700;
  font-size: 2.4rem;
  color: #0E3859;
  margin-top: 1.4rem;
}
.p-works-about .main-section .section-description {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  margin-top: 1.1rem;
}
.p-works-about .teaching-section {
  max-width: 140rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 6rem;
}
.p-works-about .teaching-section-image {
  max-width: 52rem;
  width: 100%;
  height: auto;
}
.p-works-about .teaching-section-content {
  width: 100%;
  padding-bottom: 6.8rem;
  padding-left: 0.3rem;
  position: relative;
}
.p-works-about .teaching-section-content-title {
  font-weight: 700;
  font-size: 4rem;
  color: #2778B7;
  letter-spacing: 0.11em;
}
.p-works-about .teaching-section-content-description {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  margin-top: 4rem;
  max-width: 63.3rem;
}
.p-works-about .teaching-section .en-bg-text {
  position: absolute;
  top: -18rem;
  left: 0.04rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 16rem;
  color: #fff;
  z-index: -1;
}
.p-works-about .career-fields-section {
  margin-top: 6.8rem;
  padding-bottom: 10rem;
}
.p-works-about .career-fields-section .c-2col {
  max-width: 115rem;
  row-gap: 5.7rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
.p-works-about .support-section {
  max-width: 140rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 6rem;
}
.p-works-about .support-section-image {
  max-width: 52rem;
  width: 100%;
  height: auto;
}
.p-works-about .support-section-content {
  width: 100%;
  padding-bottom: 7.5rem;
  position: relative;
}
.p-works-about .support-section-content-title {
  font-weight: 700;
  font-size: 4rem;
  color: #2778B7;
  letter-spacing: 0.1em;
}
.p-works-about .support-section-content-description {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0E3859;
  margin-top: 4rem;
  max-width: 64.5rem;
}
.p-works-about .support-section .en-bg-text {
  position: absolute;
  top: -18rem;
  left: 7.3rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 16rem;
  color: #EAF1FE;
  z-index: -1;
}
.p-works-about .support-fields-section {
  margin-top: 6.8rem;
  padding-bottom: 16.2rem;
}
.p-works-about .support-fields-section .c-2col {
  max-width: 115rem;
  row-gap: 6rem;
}
.p-works {
  width: 100%;
  overflow: hidden;
}
.p-works .s-about {
  margin-top: 5rem;
  padding-bottom: 12rem;
}
.p-works .s-jobs {
  padding-top: 5rem;
  background: #EAF1FE;
  padding-bottom: 13rem;
}
.p-works .s-jobs .c-ttl01 {
  text-align: center;
}
.p-works .s-jobs-wrap {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40rem 60rem;
  grid-template-columns: 40rem 60rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 8rem;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
.p-works .s-jobs-wrap__accordion {
  padding-top: 2.5rem;
}
.p-works .s-jobs-thum {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.p-works .s-jobs-thum figure {
  width: 100%;
  height: 25rem;
  border-radius: 2rem;
  overflow: hidden;
}
.p-works .s-jobs-thum figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works .s-day {
  padding-top: 5rem;
  padding-bottom: 13rem;
}
.p-works .s-day-wrap {
  margin-top: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 72rem 1fr;
  grid-template-columns: 72rem 1fr;
  grid-column-gap: 7rem;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}
.p-works .s-day-wrap__thum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.8rem;
}
.p-works .s-day-wrap__thum figure {
  width: calc(100% - 8rem);
  border-radius: 2rem;
  overflow: hidden;
}
.p-works .s-day-wrap__thum figure:nth-of-type(even) {
  margin-left: auto;
}
.p-works .s-day-schedule {
  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;
  row-gap: 1.4rem;
}
.p-works .s-day-schedule::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #2778B7;
  position: absolute;
  top: 0;
  left: 19.7rem;
  z-index: -1;
}
.p-works .s-day-schedule-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50rem;
  grid-template-columns: 1fr 50rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-column-gap: 1.4rem;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
}
.p-works .s-day-schedule-item > div {
  position: relative;
}
.p-works .s-day-schedule-item > div.row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.4rem;
}
.p-works .s-day-schedule-item > div.row-item .dayArea {
  height: 100%;
}
.p-works .s-day-schedule-item > div.row-item .circle {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.p-works .s-day-schedule-item .dayArea {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10rem 1fr;
  grid-template-columns: 10rem 1fr;
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-works .s-day-schedule-item .dayArea-first::before {
  content: "";
  width: 100%;
  height: 45%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-works .s-day-schedule-item .dayArea-last::before {
  content: "";
  width: 100%;
  height: 45%;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-works .s-day-schedule-item .circle {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 1.5px solid #4FA8F7;
  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;
}
.p-works .s-day-schedule-item .circle span {
  font-weight: 700;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #2778B7;
}
.p-works .s-day-schedule-item .time {
  margin-left: auto;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1.8rem;
  -ms-grid-columns: max-content 1.8rem;
  grid-template-columns: -webkit-max-content 1.8rem;
  grid-template-columns: max-content 1.8rem;
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-works .s-day-schedule-item .time p {
  position: relative;
  z-index: 2;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #2778B7;
}
.p-works .s-day-schedule-item .time span {
  position: relative;
  z-index: 2;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: #2778B7;
  border-radius: 50%;
}
.p-works .s-day-schedule-item .content {
  border-radius: 0.6rem;
  background: #EAF1FE;
  padding: 2rem 2.4rem;
}
.p-works .s-day-schedule-item .content .ttl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #2778B7;
}
.p-works .s-day-schedule-item .content p {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0.04em;
  color: #0E3859;
}
.p-works .s-day-schedule-item .content-blue {
  background: #CADEFC;
}
.p-works .s-day-schedule-item__double {
  -ms-grid-columns: 1fr 50rem;
  grid-template-columns: 1fr 50rem;
  -ms-grid-rows: -webkit-max-content -webkit-max-content;
  -ms-grid-rows: max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-works .s-day-schedule-item__double .time-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}
.p-works .s-interest {
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 12rem;
}
.p-works .s-interest-wrap h3 {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #FFF44B;
  text-align: center;
}
.p-works .s-interest-wrap ul {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (-webkit-max-content)[2];
  -ms-grid-columns: (max-content)[2];
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-column-gap: 3.2rem;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-works .s-interest-wrap ul li {
  cursor: pointer;
}
.p-works .s-interest-wrap ul li .ic-balloon {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 150%;
  letter-spacing: 0;
  padding: 0.5rem 1.8rem 1rem 1.8rem;
  background: #FFF;
  border-radius: 5.5rem;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-works .s-interest-wrap ul li .ic-balloon::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 1;
  background: #FFF;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(0.5rem) rotate(-27.94deg);
          transform: translateX(-50%) translateX(0.5rem) rotate(-27.94deg);
  bottom: -0.8rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-works .s-interest-img {
  width: 33.6rem;
  position: absolute;
  left: 5rem;
  top: 2rem;
  z-index: -1;
}
.p-works .s-interest-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works .s-person {
  padding-top: 5rem;
  padding-bottom: 13rem;
}
.p-works .s-person-wrap {
  margin-top: 6rem;
}
.p-works .s-person-wrap ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.p-works .s-person-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-works .s-person-wrap ul li figure {
  width: calc(100% - 6rem);
  margin: 0 auto;
}
.p-works .s-person-wrap ul li h5 {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 170%;
  letter-spacing: 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;
  min-height: 7rem;
  color: #2778B7;
}
.p-works .s-person-wrap ul li p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
  text-align: left;
}
.p-works .s-career {
  padding-top: 5rem;
  padding-bottom: 13rem;
}
.p-works .s-career-wrap {
  position: relative;
  width: 97rem;
  margin: 0 auto;
  margin-top: 11rem;
}
.p-works .s-career-wrap > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0.3rem;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
  grid-row-gap: 0.2rem;
  row-gap: 0.2rem;
  mask-image: url("../images/works/mask-career.svg");
  mask-repeat: no-repeat;
  mask-position: top;
  mask-size: cover;
  -webkit-mask-image: url("../images/works/mask-career.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top;
  -webkit-mask-size: cover;
}
.p-works .s-career-wrap > ul > li:nth-child(-n+4) {
  position: relative;
  width: 100%;
  height: 17rem;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #FFF;
}
.p-works .s-career-wrap > ul > li:nth-child(n+5) {
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  background: #F7F7F7;
}
.p-works .s-career-wrap > ul > li:nth-child(n+5) > p {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #0E3859;
}
.p-works .s-career-wrap > ul > li:nth-child(n+5) > ul {
  margin-top: 2rem;
}
.p-works .s-career-wrap > ul > li:nth-child(n+5) > ul li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0;
}
.p-works .s-career-wrap > ul > li:nth-child(n+5) > ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 170%;
  color: #0E3859;
}
.p-works .s-career-wrap > ul > li:nth-child(5) {
  background: rgba(163, 212, 255, 0.3019607843);
}
.p-works .s-career-wrap > ul > li:nth-child(6) {
  background: rgba(96, 179, 253, 0.3019607843);
}
.p-works .s-career-wrap > ul > li:nth-child(7) {
  background: rgba(58, 156, 233, 0.3019607843);
}
.p-works .s-career-wrap > ul > li:nth-child(8) {
  background: rgba(48, 129, 194, 0.3019607843);
}
.p-works .s-career-wrap > ul > li > span {
  white-space: nowrap;
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-works .s-career-wrap > ul > li:first-child {
  background: #A3D4FF;
}
.p-works .s-career-wrap > ul > li:nth-child(2) {
  background: #4FA8F7;
}
.p-works .s-career-wrap > ul > li:nth-child(2) span {
  bottom: 3rem;
}
.p-works .s-career-wrap > ul > li:nth-child(3) {
  background: #2D8BD5;
}
.p-works .s-career-wrap > ul > li:nth-child(3) span {
  bottom: 4rem;
}
.p-works .s-career-wrap > ul > li:nth-child(4) {
  background: #2674B2;
}
.p-works .s-career-wrap > ul > li:nth-child(4) span {
  bottom: 5rem;
}
.p-works .s-career-wrap__ttl {
  position: absolute;
  top: -2.5rem;
  left: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 11.32rem;
  line-height: 80%;
  letter-spacing: 0;
  color: #FFF;
  -webkit-transform: rotate(-4.33deg);
          transform: rotate(-4.33deg);
}
.p-works .s-career-wrap__ic {
  width: 10rem;
  position: absolute;
  z-index: 1;
  top: -5rem;
  right: 6.8rem;
}
.p-works .s-voice {
  padding-top: 5rem;
  padding-bottom: 13rem;
}
.p-works .s-voice-wrap {
  margin-top: 4rem;
}
.p-works .s-voice-wrap ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4.5rem;
  -webkit-column-gap: 4.5rem;
     -moz-column-gap: 4.5rem;
          column-gap: 4.5rem;
}
.p-works .s-voice-wrap ul figure {
  border-radius: 2rem;
  overflow: hidden;
}
.p-works .s-voice-wrap ul figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works .s-voice-wrap__balloon {
  position: relative;
  z-index: 1;
  width: calc(100% - 4rem);
  margin: 0 auto;
  margin-top: -5.5rem;
}
.p-works .s-voice-wrap__balloon > span {
  display: inline-block;
  margin-left: 1rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  border-radius: 3.2rem;
  color: #FFF;
  background: #2778B7;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 3;
}
.p-works .s-voice-wrap__balloon .inner {
  position: relative;
}
.p-works .s-voice-wrap__balloon .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 1rem);
  top: 1rem;
  left: 0;
  -webkit-box-shadow: 4.41px 3.53px 0px 0px #2778B7;
          box-shadow: 4.41px 3.53px 0px 0px #2778B7;
  background: #FFF;
  border: 1px solid #2778B7;
  border-radius: 2.6rem;
}
.p-works .s-voice-wrap__balloon .inner > p {
  position: relative;
  margin-top: -2.5rem;
  padding: 2.8rem 2.5rem 1.3rem 2.5rem;
  min-height: 9rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
  z-index: 1;
}
.p-works .s-voice-wrap__content {
  margin-top: 1.6rem;
  padding: 0 2rem;
}
.p-works .s-voice-wrap__content .name {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 1.4rem;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #0E3859;
}
.p-works .s-voice-wrap__content .name span {
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #4FA8F7;
}
.p-works .s-voice-wrap__content > p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0;
}
.p-works .s-faq {
  padding-top: 6rem;
  padding-bottom: 15rem;
}
.p-works .s-faq-wrap {
  margin-top: 5rem;
}
.p-works .s-other {
  padding-top: 6rem;
  padding-bottom: 13rem;
  overflow: hidden;
}
.p-works .s-other-wrap {
  margin-top: 7rem;
}
.p-works-technology .s-voice-wrap ul {
  display: block;
  max-width: 37rem;
  margin-inline: auto;
}
.p-works-technology .s-voice-wrap ul li {
  -ms-grid-column: 2;
  grid-column: 2;
}
.p-works-materials .s-voice-wrap ul li:only-child {
  -ms-grid-column: 2;
  grid-column: 2;
}
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}
.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}
.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper [tabindex="0"] {
  outline: 0 !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}
.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}
.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}
.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}
.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: #fff;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}
.modaal-content-container {
  padding: 30px;
}
.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}
.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}
.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}
.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}
.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}
.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}
.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: 0;
}
.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: 0;
  background: #fff;
}
.modaal-gallery-control:focus:after, .modaal-gallery-control:focus:before, .modaal-gallery-control:hover:after, .modaal-gallery-control:hover:before {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:after, .modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}
.modaal-gallery-prev:after, .modaal-gallery-prev:before {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}
.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}
.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container embed, .modaal-video-container iframe, .modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}
.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}
.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}
.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}
.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}
.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-overlay {
  background: #2778B7 !important;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #2778B7 !important;
}
@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 [id] {
    scroll-margin-top: 7rem;
  }
  html,
  body {
    width: 100%;
    height: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  dl,
  dt,
  dd,
  p {
    padding: 0;
    margin: 0;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .pc {
    display: none !important;
  }
  .c-recruit {
    width: 100%;
    padding-top: 4rem;
  }
  .c-recruit::after {
    height: 2.5rem;
    top: -2.4rem;
  }
  .c-recruit-list {
    height: inherit;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (12rem)[3];
    grid-template-rows: repeat(3, 12rem);
  }
  .c-recruit-item {
    padding: 0 2.5rem;
  }
  .c-recruit-item__ttl h4 {
    font-size: 1.6rem;
  }
  .c-recruit-item__ttl span {
    font-size: 2rem;
  }
  .c-recruit-item__arrow {
    right: 1rem;
    bottom: 0.8rem;
  }
  .c-recruit-wrap::before {
    font-size: 11rem;
    right: inherit;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .c-recruit-wrap {
    width: 100%;
    padding: 0 3rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
  }
  .c-recruit-wrap .r-content {
    width: 100%;
  }
  .c-recruit-wrap .r-content__btn {
    margin-top: 1rem;
  }
  .c-recruit-wrap .l-nav {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
    row-gap: 0.6rem;
  }
  .c-recruit-wrap .l-nav .c-btn02 {
    min-width: 18rem;
    padding: 0 1.6rem;
    height: 4.8rem;
  }
  .c-footer-top {
    height: 5.5rem;
  }
  .c-footer-top__btn {
    font-size: 1.2rem;
  }
  .c-footer-wrap {
    padding-top: 4rem;
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-footer-wrap .r-content {
    display: contents;
  }
  .c-footer-wrap .r-content-top {
    width: 100%;
    padding: 0 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-footer-wrap .r-content-top__logo {
    row-gap: 0.6rem;
  }
  .c-footer-wrap .r-content-top__logo svg {
    width: 15.6rem;
  }
  .c-footer-wrap .r-content-top__logo span {
    font-size: 1.1rem;
  }
  .c-footer-wrap .r-content-top__link a {
    height: 4.5rem;
  }
  .c-footer-wrap .r-content-nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 2rem;
  }
  .c-footer-wrap .r-content-nav ul {
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
  }
  .c-footer-wrap .r-content-bottom {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 0 2rem;
    margin-top: 2.4rem;
  }
  .c-footer-wrap .l-nav {
    margin-top: 2.4rem;
    width: 100%;
    padding: 0 2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem;
  }
  .c-header::before {
    height: calc(100% + 1.5rem);
  }
  .is-scroll .c-header {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .c-header-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 99;
    row-gap: 0.5rem;
  }
  .c-header-logo svg {
    width: 14.3rem;
  }
  .c-header-logo span {
    font-size: 1.4rem;
  }
  .c-header-nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding-bottom: 10rem;
    overflow-y: auto;
    top: 0;
    left: 0;
    -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;
    padding-top: 8rem;
    background: #2778B7;
    z-index: 101;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .is-open .c-header-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .c-header-nav > ul {
    width: 100%;
    padding: 0 2rem;
    -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;
  }
  .c-header-nav > ul > li {
    width: 100%;
    padding: 0;
  }
  .c-header-nav__item {
    display: none;
  }
  .c-header-mega__trigger {
    -ms-grid-columns: 1fr 1.8rem;
    grid-template-columns: 1fr 1.8rem;
    padding: 1rem;
    border-bottom: 1px solid #93C1F9;
  }
  .c-header-mega__trigger span {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .c-header-mega__trigger.is-active svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-header-mega__content {
    display: none;
  }
  .c-header-mega__content ul {
    margin-top: 1rem;
    row-gap: 0;
    padding: 0 1.2rem;
    padding-bottom: 1.4rem;
  }
  .c-header-mega__content ul li a {
    -ms-grid-columns: 0.6rem auto;
    grid-template-columns: 0.6rem auto;
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0.6rem 0;
  }
  .c-header-mega__content ul li a span {
    font-size: 1.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    color: #FFF;
    font-weight: 500;
  }
  .c-header-mega__content ul li a svg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-header-mega__content ul li a svg path {
    stroke: #FFF;
  }
  .c-header-mega-recruit {
    display: none;
  }
  .c-about-nav {
    width: 100%;
    margin-top: 5rem;
    padding: 3rem 3rem 7rem 3rem;
  }
  .c-about-nav .c-heading {
    text-align: center;
  }
  .c-about-nav ul {
    margin-top: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .c-accordion {
    row-gap: 1rem;
  }
  .c-accordion-item {
    border-radius: 1rem;
    padding: 1rem 1.8rem;
  }
  .c-accordion-item > dt > p {
    font-size: 1.6rem;
    width: calc(100% - 5.5rem);
  }
  .c-accordion-item > dd p {
    font-size: 1.5rem;
  }
  .c-accordion-plus {
    width: 2.4rem;
    height: 2.4rem;
    top: 1rem;
  }
  .c-accordion-plus > span {
    width: 1rem;
    height: 1px;
  }
  .c-breadcrumb {
    width: 100%;
    overflow-x: auto;
  }
  .c-breadcrumb ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 2rem;
  }
  .c-breadcrumb ul li {
    white-space: nowrap;
  }
  .c-btn01 {
    font-size: 1.8rem;
  }
  .c-btn02 {
    min-width: 28rem;
    height: 5.2rem;
    padding: 0 2.4rem;
  }
  .c-btn02 p {
    font-size: 1.5rem;
  }
  .c-btn02-small {
    min-width: inherit;
  }
  .c-btn03 {
    font-size: 1.8rem;
  }
  .c-btn-anchor {
    height: 5.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    -ms-grid-columns: 1fr 1.5rem;
    grid-template-columns: 1fr 1.5rem;
  }
  .c-btn-anchor span {
    line-height: 130%;
    font-size: 1.7rem;
  }
  .c-btn-entry {
    min-width: inherit;
    width: calc(100% - 2rem);
    height: 5rem;
    padding: 0 2.5rem 0 3rem;
  }
  .c-btn-entry p {
    font-size: 1.5rem;
  }
  .c-btn-entry p > span {
    font-size: 2.4rem;
  }
  .c-btn-sns {
    row-gap: 1.5rem;
  }
  .c-btn-sns .ic-balloon {
    width: 13rem;
    padding: 0.8rem 0 0.8rem 0;
    line-height: 130%;
    font-size: 1.2rem;
    text-align: center;
  }
  .c-btn-sns svg {
    width: 4.4rem;
  }
  .c-2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 3.2rem;
  }
  .c-2col-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-2col-item figure {
    border-radius: 1rem;
    height: 18rem;
  }
  .c-2col-item__desc h4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 1rem;
    -ms-grid-columns: 3.4rem 1fr;
    grid-template-columns: 3.4rem 1fr;
    -webkit-column-gap: 0.4rem;
       -moz-column-gap: 0.4rem;
            column-gap: 0.4rem;
  }
  .c-2col-item__desc p {
    margin-top: 0.5rem;
    text-align: center;
  }
  .c-2col-item__desc ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.5rem;
  }
  .c-2col-item__desc ul li {
    font-size: 1.2rem;
  }
  .c-1col {
    row-gap: 2rem;
  }
  .c-1col li {
    -ms-grid-columns: 11.5rem 1fr;
    grid-template-columns: 11.5rem 1fr;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .c-1col li figure {
    border-radius: 1rem;
  }
  .c-1col__desc h4 {
    font-size: 1.8rem;
  }
  .c-3col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .c-3col > li figure {
    height: 18rem;
  }
  .c-3col__ttl {
    height: 3.3rem;
    font-size: 1.8rem;
    top: -2rem;
    padding: 0 3rem;
  }
  .c-3col__desc {
    padding: 1rem 1.8rem 1.8rem 1.8rem;
  }
  .c-3col__desc h3 {
    text-align: left;
  }
  .c-3col-number__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6rem 1fr;
    grid-template-columns: 6rem 1fr;
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    padding: 3.5rem 2rem 1.5rem 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-3col-number figure {
    height: auto !important;
    padding-top: 0;
  }
  .c-3col-number figure svg {
    width: 100%;
  }
  .c-3col-number__ttl {
    font-size: 2.3rem;
    width: 3rem !important;
    height: 7.5rem !important;
    margin-top: -2rem;
  }
  .c-3col-number__ttl::before {
    width: 90%;
    height: 90%;
  }
  .c-3col-number__desc {
    padding: 0;
  }
  .c-3col-number__desc h3 {
    font-size: 1.8rem;
  }
  .c-job-1col__item h5 {
    font-size: 1.8rem;
  }
  .c-job-2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
  .c-job-2col__img {
    height: 19rem;
  }
  .c-job-2col__desc h5 {
    font-size: 1.8rem;
  }
  .c-heading {
    text-align: left;
  }
  .c-heading h2 {
    line-height: 150%;
  }
  .c-heading02 hgroup h2 {
    font-size: 2.6rem;
    line-height: 150%;
    text-align: left;
    padding: 3.5rem 0 1rem 0;
  }
  .c-heading02 hgroup p {
    font-size: 1.8rem;
    text-align: left;
  }
  .c-heading02 > p {
    margin-top: 0.5rem;
    text-align: left;
  }
  .c-heading02-en {
    font-size: 10rem;
  }
  .c-heading03 hgroup h2 {
    font-size: 3.2rem;
    line-height: 150%;
  }
  .c-heading03 hgroup p {
    text-align: left;
  }
  .c-heading03-en {
    top: inherit;
    font-size: 10rem;
    bottom: 0;
  }
  .c-heading04 {
    height: auto;
    padding: 1rem 1rem;
  }
  .c-heading04::after {
    width: 3rem;
    height: 1.6rem;
  }
  .c-heading04 h3 {
    font-size: 2rem;
    line-height: 150%;
  }
  .c-heading-job > h4 {
    font-size: 2.8rem;
  }
  .c-heading-job > p {
    font-size: 1.8rem;
  }
  .c-heading-job-icon {
    -ms-grid-columns: 2.5rem 1fr;
    grid-template-columns: 2.5rem 1fr;
  }
  .c-heading-job-icon > h4 {
    font-size: 2.3rem;
  }
  .c-s-inner {
    width: 100%;
    padding: 0 2rem;
  }
  .c-m-inner {
    width: 100%;
    padding: 0 2rem;
  }
  .c-inner {
    width: 100%;
    padding: 0 2rem;
  }
  .c-l-inner {
    width: 100%;
    padding: 0 2rem;
  }
  .c-interview-subttl {
    margin-top: 2rem;
    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;
  }
  .c-interview-subttl__txt {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 2.4rem -webkit-max-content;
    -ms-grid-columns: max-content 2.4rem max-content;
    grid-template-columns: -webkit-max-content 2.4rem -webkit-max-content;
    grid-template-columns: max-content 2.4rem max-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 0.3rem;
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
  }
  .c-interview-subttl__txt div {
    font-size: 2.4rem;
    display: contents;
  }
  .c-interview-subttl__txt div > span:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-interview-subttl__txt div > span:last-of-type {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-interview-subttl__txt > span {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-interview-subttl__txt > span svg {
    width: 2.4rem;
  }
  .c-interview-subttl__btn {
    margin-top: 0.5rem;
  }
  .c-interview-wrap {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.5rem;
    padding-bottom: 9rem;
  }
  .c-interview-wrap__nav {
    bottom: 4rem;
    right: 3.5rem;
  }
  .c-interview-item__content .num {
    font-size: 3rem;
  }
  .c-interview-item__content .ic-arrow {
    display: none;
  }
  .c-interview-item__content figure {
    height: 40rem;
    border-radius: 1.2rem;
  }
  .c-interview-item__desc .background {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .c-interview-banner {
    position: relative;
    z-index: 1;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1rem;
    width: 100%;
    padding: 0 3rem;
    margin-top: 1rem;
  }
  .c-interview-s-nav {
    bottom: 0;
    left: auto;
    width: 100%;
  }
  .c-interview-sliderBox {
    padding-bottom: 5rem;
  }
  .c-interview-slide {
    padding-top: 4rem;
    margin-left: 2rem;
    padding-right: 2rem;
  }
  .c-interview-slide__ttl {
    display: contents;
  }
  .c-interview-slide__wrap {
    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;
  }
  .c-interview-slide__txt {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 2.4rem -webkit-max-content;
    -ms-grid-columns: max-content 2.4rem max-content;
    grid-template-columns: -webkit-max-content 2.4rem -webkit-max-content;
    grid-template-columns: max-content 2.4rem max-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 0.3rem;
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .c-interview-slide__txt div {
    font-size: 3rem;
    display: contents;
  }
  .c-interview-slide__txt div > span:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-interview-slide__txt div > span:last-of-type {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-interview-slide__txt > span {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-interview-slide__txt > span svg {
    width: 2.4rem;
  }
  .c-interview-slide__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .c-interview-slide__inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 0;
    margin-top: 2rem;
    width: auto;
    padding-left: 0;
    margin-inline: -2rem;
    padding-inline: 2rem;
  }
  .c-list-circle li {
    font-size: 1.4rem;
  }
  .c-list-circle li::before {
    top: 1.3rem;
  }
  .c-list-check {
    width: 100%;
  }
  .js-custom-scroll__bar-wrap {
    width: 0.1rem;
    height: calc(100% - 4rem);
    right: 0.9rem;
  }
  .c-modal-wrap {
    width: calc(100% - 2rem);
    height: calc(100dvh + 3rem);
    top: 3rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .c-modal-content {
    height: calc(100dvh - 12rem);
  }
  .c-modal-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.4rem;
    padding: 3.2rem 5rem;
  }
  .c-modal-item .r-content-area .balloon h3::before {
    font-size: 6rem;
  }
  .c-modal-item .l-content {
    margin-top: -14rem;
    position: relative;
    z-index: 1;
  }
  .c-modal-item .l-content-ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-modal-item .l-content-img {
    height: 15.6rem;
    border-radius: 8.5rem;
  }
  .c-modal-item .l-content-txt {
    font-size: 1.3rem;
  }
  .c-modal-close {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-movie {
    margin-top: 0;
    height: 30rem;
  }
  .c-movie-wrap {
    width: 100%;
    height: 30rem;
    padding: 0 3rem;
    margin-top: -30rem;
  }
  .c-movie-wrap::before {
    font-size: 11rem;
  }
  .c-movie-wrap svg {
    width: 6rem;
  }
  .c-movie .c-img-slant {
    aspect-ratio: 400/282;
  }
  .c-movie .c-img-slant img {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  .c-line {
    height: 0;
  }
  .c-mv {
    padding-top: 10rem;
    height: inherit;
    padding-bottom: 4rem;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .c-mv-wrap {
    width: calc(100% - 2rem);
    height: 38rem;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    max-width: inherit;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .c-mv-wrap-s {
    height: 34rem;
  }
  .c-mv-inner__text h1 {
    font-size: 3rem;
  }
  .c-mv-text {
    margin-right: 2rem;
  }
  .c-mv-text hgroup span {
    font-size: 1.6rem;
  }
  .c-mv-text hgroup h1 {
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: 0.05em;
  }
  .c-mv-text hgroup p {
    font-size: 1.7rem;
  }
  .c-mv-english {
    font-size: 8.3rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    left: -1rem;
    bottom: 0;
  }
  .c-mv-img {
    margin-left: 3rem;
  }
  .c-mv-works {
    height: inherit;
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
  .c-mv-works-wrap {
    width: 100%;
    height: 100%;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .c-mv-works-text hgroup h1 {
    font-size: 3.2rem;
  }
  .c-mv-works-text > ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-mv-works-text > ul li {
    font-size: 1.3rem;
  }
  .c-mv-works-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(100% + 2rem);
    height: 25rem;
    margin-top: 2rem;
    margin-right: -2rem;
    mask-image: url("../images/works/mask-mv-works_sp.svg");
    mask-repeat: no-repeat;
    mask-position: left top;
    mask-size: cover;
    -webkit-mask-image: url("../images/works/mask-mv-works_sp.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    -webkit-mask-size: cover;
  }
  .c-mv-works-img img {
    -o-object-position: right top;
       object-position: right top;
  }
  .c-mv-works-english {
    font-size: 10rem;
    top: 13rem;
    left: -0.5rem;
  }
  .c-mv-works-copy {
    margin-left: 1rem;
    margin-top: -6rem;
  }
  .c-mv-works-copy > span {
    font-size: 2rem;
    padding: 0.5rem 1rem;
  }
  .c-mv-works .c-breadcrumb {
    margin-top: 1.5rem;
  }
  .c-mv-interview {
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-mv-interview-wrap {
    display: contents;
  }
  .c-mv-interview-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 9rem;
    padding-bottom: 13rem;
  }
  .c-mv-interview-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 3rem;
  }
  .c-mv-interview-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 2rem;
    margin-left: 3rem;
  }
  .c-mv-interview-img img {
    -o-object-position: right bottom;
       object-position: right bottom;
  }
  .c-mv-interview-item {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -4rem;
    margin-left: 3rem;
  }
  .c-mv-interview-copy {
    row-gap: 0.5rem;
  }
  .c-mv-interview-copy > span {
    font-size: 2rem;
  }
  .c-mv-interview-english {
    bottom: inherit;
    top: 9rem;
    font-size: 10rem;
    left: -1rem;
  }
  .c-mv-interview .c-breadcrumb {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-top: 1rem;
  }
  .c-mv-interview-profile {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-right: 3rem;
    margin-left: 6rem;
  }
  .c-mv-interview-profile .occupation {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.3rem;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .c-mv-interview-profile > p {
    margin-top: 0;
    font-size: 2.8rem;
  }
  .c-mv-interview-desc {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }
  .c-mv-interview-desc__copy::before {
    font-size: 5rem;
    top: -2rem;
    left: 2rem;
  }
  .c-mv-interview-desc__copy::after {
    font-size: 5rem;
    bottom: -3rem;
    right: 2rem;
  }
  .c-mv-interview-desc__copy > p {
    width: calc(100% - 10rem);
    font-size: 2.4rem;
  }
  .c-mv-interview-desc__text {
    width: 100%;
    margin-top: 2.5rem;
    padding: 0 3rem;
  }
  .c-mv-interview-second {
    width: 100%;
    height: 18rem;
    padding: 0 2rem;
    margin-top: -10rem;
  }
  .c-mv-interview-second figure {
    border-radius: 0.6rem;
    height: 100%;
  }
  .c-mv-short {
    padding-top: 9rem;
    height: 20rem;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .c-mv-short-inner {
    width: 100%;
    padding: 0 2rem;
    height: 5rem;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .c-mv-short-inner__text {
    padding-top: 0;
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
  .c-mv-short-inner__text h1 {
    letter-spacing: 0.03em;
  }
  .c-mv-short-inner__english {
    left: 0 !important;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .c-mv-404 {
    padding-top: 5rem;
    height: 20rem;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .c-mv-404-wrap {
    height: 5rem;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .c-mv-404-english {
    -webkit-writing-mode: inherit !important;
        -ms-writing-mode: inherit !important;
            writing-mode: inherit !important;
    bottom: -3rem !important;
    font-size: 6.3rem;
    left: 0 !important;
  }
  .c-mv-data {
    height: 54.5rem;
  }
  .c-mv-data-english {
    bottom: 0;
  }
  .c-mv-crosstalk {
    height: inherit;
    padding-bottom: 2rem;
  }
  .c-mv-crosstalk-wrap {
    padding-top: 0;
  }
  .c-mv-crosstalk-first {
    padding-top: 0;
  }
  .c-mv-crosstalk-text {
    margin-left: 3rem;
  }
  .c-mv-crosstalk-img {
    width: calc(100% + 3rem);
    height: 25rem;
    aspect-ratio: 400/214;
    margin-right: -6rem;
    margin-top: 2rem;
  }
  .c-mv-crosstalk-img img {
    -o-object-position: right bottom;
       object-position: right bottom;
  }
  .c-mv-crosstalk-copy {
    position: absolute;
    left: -1rem;
    top: calc(100% + 4rem);
    row-gap: 0.6rem;
  }
  .c-mv-crosstalk-copy > span {
    font-size: 2rem;
    padding: 0 1.8rem;
  }
  .c-mv-crosstalk-english {
    font-size: 10rem;
    top: 6.6rem;
    left: -1rem;
  }
  .c-mv-crosstalk-desc {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }
  .c-mv-crosstalk-desc__copy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .c-mv-crosstalk-desc__copy::before {
    font-size: 5rem;
    left: -1rem;
    top: -1rem;
  }
  .c-mv-crosstalk-desc__copy::after {
    font-size: 5rem;
    bottom: -3rem;
    right: 1rem;
  }
  .c-mv-crosstalk-desc__copy > p {
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    padding: 0 2rem;
  }
  .c-mv-crosstalk-desc__text {
    width: 100%;
    padding: 0 3rem;
    margin-top: 1.5rem;
    text-align: center;
  }
  .c-mv-crosstalk-member {
    padding: 0 1.8rem 0 1.8rem;
  }
  .c-mv-crosstalk-member__ttl {
    -ms-grid-columns: 3.3rem auto;
    grid-template-columns: 3.3rem auto;
  }
  .c-mv-crosstalk-member__ttl > span {
    font-size: 3.3rem;
  }
  .c-mv-crosstalk-member__list {
    width: 100%;
    margin-top: 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .c-mv-crosstalk-member__list > li {
    width: 21rem;
    height: 22rem;
  }
  .c-mv-crosstalk-member__list > li figure {
    height: 14rem;
  }
  .c-mv-crosstalk-member__list > li figure img.ra {
    -webkit-transform: translatey(-0.6rem);
            transform: translatey(-0.6rem);
  }
  .c-mv-crosstalk-member__list > li figure img.rf {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
  .c-mv-crosstalk-member__list > li figure img.img-nn {
    height: 130%;
    -webkit-transform: translateX(1.1rem);
            transform: translateX(1.1rem);
  }
  .c-mv-crosstalk-member__list > li:nth-child(n+2):nth-child(even) {
    margin-left: -4.5rem;
    margin-top: 2rem;
  }
  .c-mv-crosstalk-member__content {
    width: 19rem;
    padding: 0;
    height: 8rem;
    position: relative;
  }
  .c-mv-crosstalk-member__content .inner {
    position: absolute;
    inset: 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;
  }
  .c-mv-crosstalk-member__content .position {
    font-size: 1.1rem;
    white-space: nowrap;
    padding: 0 0.9rem;
    border-radius: 3.6rem;
    height: 2rem;
    margin-top: -2.5rem;
  }
  .c-mv-crosstalk-member__content .name {
    margin-top: 0.5rem;
    font-size: 1.5rem;
    text-align: center;
  }
  .c-mv-crosstalk-member__content .prof {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
    width: calc(100% - 7rem);
    margin-right: auto;
    margin-left: 2.7rem;
  }
  .c-nav01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .c-nav01-item {
    font-size: 1.3rem;
  }
  .c-pagenav ul.page-numbers {
    width: calc(100% - 10rem);
    margin: 0 auto;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .c-pagenav ul.page-numbers a,
  .c-pagenav ul.page-numbers span {
    font-size: 1.5rem;
  }
  .c-pagenav ul.page-numbers .next svg,
  .c-pagenav ul.page-numbers .prev svg {
    width: 4rem;
  }
  .c-pagination {
    -ms-grid-columns: 3.5rem 1fr 3.5rem;
    grid-template-columns: 3.5rem 1fr 3.5rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .c-pagination a,
  .c-pagination span {
    font-size: 1.5rem;
  }
  .c-pagination a .page-numbers svg,
  .c-pagination span .page-numbers svg {
    width: 4rem;
  }
  .c-pagination-list {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .c-table01 > div {
    padding: 2rem 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-table01 > div > dt {
    font-size: 1.6rem;
  }
  .c-table01 > div > dd .s-inner {
    width: 100%;
  }
  .c-table01 > div > dd .s-inner > dl {
    -ms-grid-columns: (-webkit-max-content)[3];
    -ms-grid-columns: (max-content)[3];
    grid-template-columns: repeat(3, -webkit-max-content);
    grid-template-columns: repeat(3, max-content);
  }
  .c-table02 > div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-table02 > div > dt {
    padding: 0.5rem 2rem;
  }
  .c-table02 > div > dd {
    padding: 0.5rem 2rem 1rem 2rem;
  }
  .c-table02 > div > dd ol {
    padding-left: 2rem;
  }
  .c-table02 > div > dd ul {
    padding-left: 2rem;
  }
  .c-ttl01 p {
    font-size: 1.8rem;
  }
  .c-ttl01 h2 {
    font-size: 2.8rem;
  }
  .c-works-list {
    padding-bottom: 0;
    width: calc(100% - 1.6rem);
  }
  .c-works-list__nav {
    margin-top: 2.5rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .c-works-item figure {
    height: 18rem;
  }
  .c-works-item__desc {
    width: 100%;
  }
  .c-works-item__desc > ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-works-item__ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-sp-m-0 {
    margin: 0rem !important;
  }
  .u-sp-mt-0 {
    margin-top: 0rem !important;
  }
  .u-sp-mr-0 {
    margin-right: 0rem !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-sp-ml-0 {
    margin-left: 0rem !important;
  }
  .u-sp-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .u-sp-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-sp-p-0 {
    padding: 0rem !important;
  }
  .u-sp-pt-0 {
    padding-top: 0rem !important;
  }
  .u-sp-pr-0 {
    padding-right: 0rem !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0rem !important;
  }
  .u-sp-pl-0 {
    padding-left: 0rem !important;
  }
  .u-sp-px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .u-sp-py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-sp-m-1 {
    margin: 0.1rem !important;
  }
  .u-sp-mt-1 {
    margin-top: 0.1rem !important;
  }
  .u-sp-mr-1 {
    margin-right: 0.1rem !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 0.1rem !important;
  }
  .u-sp-ml-1 {
    margin-left: 0.1rem !important;
  }
  .u-sp-mx-1 {
    margin-left: 0.1rem !important;
    margin-right: 0.1rem !important;
  }
  .u-sp-my-1 {
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
  }
  .u-sp-p-1 {
    padding: 0.1rem !important;
  }
  .u-sp-pt-1 {
    padding-top: 0.1rem !important;
  }
  .u-sp-pr-1 {
    padding-right: 0.1rem !important;
  }
  .u-sp-pb-1 {
    padding-bottom: 0.1rem !important;
  }
  .u-sp-pl-1 {
    padding-left: 0.1rem !important;
  }
  .u-sp-px-1 {
    padding-left: 0.1rem !important;
    padding-right: 0.1rem !important;
  }
  .u-sp-py-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }
  .u-sp-m-2 {
    margin: 0.2rem !important;
  }
  .u-sp-mt-2 {
    margin-top: 0.2rem !important;
  }
  .u-sp-mr-2 {
    margin-right: 0.2rem !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 0.2rem !important;
  }
  .u-sp-ml-2 {
    margin-left: 0.2rem !important;
  }
  .u-sp-mx-2 {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
  .u-sp-my-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }
  .u-sp-p-2 {
    padding: 0.2rem !important;
  }
  .u-sp-pt-2 {
    padding-top: 0.2rem !important;
  }
  .u-sp-pr-2 {
    padding-right: 0.2rem !important;
  }
  .u-sp-pb-2 {
    padding-bottom: 0.2rem !important;
  }
  .u-sp-pl-2 {
    padding-left: 0.2rem !important;
  }
  .u-sp-px-2 {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }
  .u-sp-py-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
  .u-sp-m-3 {
    margin: 0.3rem !important;
  }
  .u-sp-mt-3 {
    margin-top: 0.3rem !important;
  }
  .u-sp-mr-3 {
    margin-right: 0.3rem !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 0.3rem !important;
  }
  .u-sp-ml-3 {
    margin-left: 0.3rem !important;
  }
  .u-sp-mx-3 {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }
  .u-sp-my-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .u-sp-p-3 {
    padding: 0.3rem !important;
  }
  .u-sp-pt-3 {
    padding-top: 0.3rem !important;
  }
  .u-sp-pr-3 {
    padding-right: 0.3rem !important;
  }
  .u-sp-pb-3 {
    padding-bottom: 0.3rem !important;
  }
  .u-sp-pl-3 {
    padding-left: 0.3rem !important;
  }
  .u-sp-px-3 {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
  }
  .u-sp-py-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .u-sp-m-4 {
    margin: 0.4rem !important;
  }
  .u-sp-mt-4 {
    margin-top: 0.4rem !important;
  }
  .u-sp-mr-4 {
    margin-right: 0.4rem !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 0.4rem !important;
  }
  .u-sp-ml-4 {
    margin-left: 0.4rem !important;
  }
  .u-sp-mx-4 {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
  .u-sp-my-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .u-sp-p-4 {
    padding: 0.4rem !important;
  }
  .u-sp-pt-4 {
    padding-top: 0.4rem !important;
  }
  .u-sp-pr-4 {
    padding-right: 0.4rem !important;
  }
  .u-sp-pb-4 {
    padding-bottom: 0.4rem !important;
  }
  .u-sp-pl-4 {
    padding-left: 0.4rem !important;
  }
  .u-sp-px-4 {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
  .u-sp-py-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .u-sp-m-5 {
    margin: 0.5rem !important;
  }
  .u-sp-mt-5 {
    margin-top: 0.5rem !important;
  }
  .u-sp-mr-5 {
    margin-right: 0.5rem !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .u-sp-ml-5 {
    margin-left: 0.5rem !important;
  }
  .u-sp-mx-5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .u-sp-my-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .u-sp-p-5 {
    padding: 0.5rem !important;
  }
  .u-sp-pt-5 {
    padding-top: 0.5rem !important;
  }
  .u-sp-pr-5 {
    padding-right: 0.5rem !important;
  }
  .u-sp-pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .u-sp-pl-5 {
    padding-left: 0.5rem !important;
  }
  .u-sp-px-5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .u-sp-py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .u-sp-m-6 {
    margin: 0.6rem !important;
  }
  .u-sp-mt-6 {
    margin-top: 0.6rem !important;
  }
  .u-sp-mr-6 {
    margin-right: 0.6rem !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 0.6rem !important;
  }
  .u-sp-ml-6 {
    margin-left: 0.6rem !important;
  }
  .u-sp-mx-6 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }
  .u-sp-my-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .u-sp-p-6 {
    padding: 0.6rem !important;
  }
  .u-sp-pt-6 {
    padding-top: 0.6rem !important;
  }
  .u-sp-pr-6 {
    padding-right: 0.6rem !important;
  }
  .u-sp-pb-6 {
    padding-bottom: 0.6rem !important;
  }
  .u-sp-pl-6 {
    padding-left: 0.6rem !important;
  }
  .u-sp-px-6 {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
  }
  .u-sp-py-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .u-sp-m-7 {
    margin: 0.7rem !important;
  }
  .u-sp-mt-7 {
    margin-top: 0.7rem !important;
  }
  .u-sp-mr-7 {
    margin-right: 0.7rem !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 0.7rem !important;
  }
  .u-sp-ml-7 {
    margin-left: 0.7rem !important;
  }
  .u-sp-mx-7 {
    margin-left: 0.7rem !important;
    margin-right: 0.7rem !important;
  }
  .u-sp-my-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .u-sp-p-7 {
    padding: 0.7rem !important;
  }
  .u-sp-pt-7 {
    padding-top: 0.7rem !important;
  }
  .u-sp-pr-7 {
    padding-right: 0.7rem !important;
  }
  .u-sp-pb-7 {
    padding-bottom: 0.7rem !important;
  }
  .u-sp-pl-7 {
    padding-left: 0.7rem !important;
  }
  .u-sp-px-7 {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
  }
  .u-sp-py-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .u-sp-m-8 {
    margin: 0.8rem !important;
  }
  .u-sp-mt-8 {
    margin-top: 0.8rem !important;
  }
  .u-sp-mr-8 {
    margin-right: 0.8rem !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 0.8rem !important;
  }
  .u-sp-ml-8 {
    margin-left: 0.8rem !important;
  }
  .u-sp-mx-8 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .u-sp-my-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .u-sp-p-8 {
    padding: 0.8rem !important;
  }
  .u-sp-pt-8 {
    padding-top: 0.8rem !important;
  }
  .u-sp-pr-8 {
    padding-right: 0.8rem !important;
  }
  .u-sp-pb-8 {
    padding-bottom: 0.8rem !important;
  }
  .u-sp-pl-8 {
    padding-left: 0.8rem !important;
  }
  .u-sp-px-8 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .u-sp-py-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .u-sp-m-9 {
    margin: 0.9rem !important;
  }
  .u-sp-mt-9 {
    margin-top: 0.9rem !important;
  }
  .u-sp-mr-9 {
    margin-right: 0.9rem !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 0.9rem !important;
  }
  .u-sp-ml-9 {
    margin-left: 0.9rem !important;
  }
  .u-sp-mx-9 {
    margin-left: 0.9rem !important;
    margin-right: 0.9rem !important;
  }
  .u-sp-my-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .u-sp-p-9 {
    padding: 0.9rem !important;
  }
  .u-sp-pt-9 {
    padding-top: 0.9rem !important;
  }
  .u-sp-pr-9 {
    padding-right: 0.9rem !important;
  }
  .u-sp-pb-9 {
    padding-bottom: 0.9rem !important;
  }
  .u-sp-pl-9 {
    padding-left: 0.9rem !important;
  }
  .u-sp-px-9 {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }
  .u-sp-py-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .u-sp-m-10 {
    margin: 1rem !important;
  }
  .u-sp-mt-10 {
    margin-top: 1rem !important;
  }
  .u-sp-mr-10 {
    margin-right: 1rem !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 1rem !important;
  }
  .u-sp-ml-10 {
    margin-left: 1rem !important;
  }
  .u-sp-mx-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .u-sp-my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .u-sp-p-10 {
    padding: 1rem !important;
  }
  .u-sp-pt-10 {
    padding-top: 1rem !important;
  }
  .u-sp-pr-10 {
    padding-right: 1rem !important;
  }
  .u-sp-pb-10 {
    padding-bottom: 1rem !important;
  }
  .u-sp-pl-10 {
    padding-left: 1rem !important;
  }
  .u-sp-px-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .u-sp-py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .u-sp-m-11 {
    margin: 1.1rem !important;
  }
  .u-sp-mt-11 {
    margin-top: 1.1rem !important;
  }
  .u-sp-mr-11 {
    margin-right: 1.1rem !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 1.1rem !important;
  }
  .u-sp-ml-11 {
    margin-left: 1.1rem !important;
  }
  .u-sp-mx-11 {
    margin-left: 1.1rem !important;
    margin-right: 1.1rem !important;
  }
  .u-sp-my-11 {
    margin-top: 1.1rem !important;
    margin-bottom: 1.1rem !important;
  }
  .u-sp-p-11 {
    padding: 1.1rem !important;
  }
  .u-sp-pt-11 {
    padding-top: 1.1rem !important;
  }
  .u-sp-pr-11 {
    padding-right: 1.1rem !important;
  }
  .u-sp-pb-11 {
    padding-bottom: 1.1rem !important;
  }
  .u-sp-pl-11 {
    padding-left: 1.1rem !important;
  }
  .u-sp-px-11 {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  .u-sp-py-11 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
  }
  .u-sp-m-12 {
    margin: 1.2rem !important;
  }
  .u-sp-mt-12 {
    margin-top: 1.2rem !important;
  }
  .u-sp-mr-12 {
    margin-right: 1.2rem !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 1.2rem !important;
  }
  .u-sp-ml-12 {
    margin-left: 1.2rem !important;
  }
  .u-sp-mx-12 {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .u-sp-my-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .u-sp-p-12 {
    padding: 1.2rem !important;
  }
  .u-sp-pt-12 {
    padding-top: 1.2rem !important;
  }
  .u-sp-pr-12 {
    padding-right: 1.2rem !important;
  }
  .u-sp-pb-12 {
    padding-bottom: 1.2rem !important;
  }
  .u-sp-pl-12 {
    padding-left: 1.2rem !important;
  }
  .u-sp-px-12 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .u-sp-py-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .u-sp-m-13 {
    margin: 1.3rem !important;
  }
  .u-sp-mt-13 {
    margin-top: 1.3rem !important;
  }
  .u-sp-mr-13 {
    margin-right: 1.3rem !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 1.3rem !important;
  }
  .u-sp-ml-13 {
    margin-left: 1.3rem !important;
  }
  .u-sp-mx-13 {
    margin-left: 1.3rem !important;
    margin-right: 1.3rem !important;
  }
  .u-sp-my-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important;
  }
  .u-sp-p-13 {
    padding: 1.3rem !important;
  }
  .u-sp-pt-13 {
    padding-top: 1.3rem !important;
  }
  .u-sp-pr-13 {
    padding-right: 1.3rem !important;
  }
  .u-sp-pb-13 {
    padding-bottom: 1.3rem !important;
  }
  .u-sp-pl-13 {
    padding-left: 1.3rem !important;
  }
  .u-sp-px-13 {
    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important;
  }
  .u-sp-py-13 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
  }
  .u-sp-m-14 {
    margin: 1.4rem !important;
  }
  .u-sp-mt-14 {
    margin-top: 1.4rem !important;
  }
  .u-sp-mr-14 {
    margin-right: 1.4rem !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 1.4rem !important;
  }
  .u-sp-ml-14 {
    margin-left: 1.4rem !important;
  }
  .u-sp-mx-14 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }
  .u-sp-my-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .u-sp-p-14 {
    padding: 1.4rem !important;
  }
  .u-sp-pt-14 {
    padding-top: 1.4rem !important;
  }
  .u-sp-pr-14 {
    padding-right: 1.4rem !important;
  }
  .u-sp-pb-14 {
    padding-bottom: 1.4rem !important;
  }
  .u-sp-pl-14 {
    padding-left: 1.4rem !important;
  }
  .u-sp-px-14 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
  .u-sp-py-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .u-sp-m-15 {
    margin: 1.5rem !important;
  }
  .u-sp-mt-15 {
    margin-top: 1.5rem !important;
  }
  .u-sp-mr-15 {
    margin-right: 1.5rem !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .u-sp-ml-15 {
    margin-left: 1.5rem !important;
  }
  .u-sp-mx-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .u-sp-my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .u-sp-p-15 {
    padding: 1.5rem !important;
  }
  .u-sp-pt-15 {
    padding-top: 1.5rem !important;
  }
  .u-sp-pr-15 {
    padding-right: 1.5rem !important;
  }
  .u-sp-pb-15 {
    padding-bottom: 1.5rem !important;
  }
  .u-sp-pl-15 {
    padding-left: 1.5rem !important;
  }
  .u-sp-px-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .u-sp-py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .u-sp-m-16 {
    margin: 1.6rem !important;
  }
  .u-sp-mt-16 {
    margin-top: 1.6rem !important;
  }
  .u-sp-mr-16 {
    margin-right: 1.6rem !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 1.6rem !important;
  }
  .u-sp-ml-16 {
    margin-left: 1.6rem !important;
  }
  .u-sp-mx-16 {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
  .u-sp-my-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .u-sp-p-16 {
    padding: 1.6rem !important;
  }
  .u-sp-pt-16 {
    padding-top: 1.6rem !important;
  }
  .u-sp-pr-16 {
    padding-right: 1.6rem !important;
  }
  .u-sp-pb-16 {
    padding-bottom: 1.6rem !important;
  }
  .u-sp-pl-16 {
    padding-left: 1.6rem !important;
  }
  .u-sp-px-16 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .u-sp-py-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .u-sp-m-17 {
    margin: 1.7rem !important;
  }
  .u-sp-mt-17 {
    margin-top: 1.7rem !important;
  }
  .u-sp-mr-17 {
    margin-right: 1.7rem !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 1.7rem !important;
  }
  .u-sp-ml-17 {
    margin-left: 1.7rem !important;
  }
  .u-sp-mx-17 {
    margin-left: 1.7rem !important;
    margin-right: 1.7rem !important;
  }
  .u-sp-my-17 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }
  .u-sp-p-17 {
    padding: 1.7rem !important;
  }
  .u-sp-pt-17 {
    padding-top: 1.7rem !important;
  }
  .u-sp-pr-17 {
    padding-right: 1.7rem !important;
  }
  .u-sp-pb-17 {
    padding-bottom: 1.7rem !important;
  }
  .u-sp-pl-17 {
    padding-left: 1.7rem !important;
  }
  .u-sp-px-17 {
    padding-left: 1.7rem !important;
    padding-right: 1.7rem !important;
  }
  .u-sp-py-17 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }
  .u-sp-m-18 {
    margin: 1.8rem !important;
  }
  .u-sp-mt-18 {
    margin-top: 1.8rem !important;
  }
  .u-sp-mr-18 {
    margin-right: 1.8rem !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 1.8rem !important;
  }
  .u-sp-ml-18 {
    margin-left: 1.8rem !important;
  }
  .u-sp-mx-18 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .u-sp-my-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .u-sp-p-18 {
    padding: 1.8rem !important;
  }
  .u-sp-pt-18 {
    padding-top: 1.8rem !important;
  }
  .u-sp-pr-18 {
    padding-right: 1.8rem !important;
  }
  .u-sp-pb-18 {
    padding-bottom: 1.8rem !important;
  }
  .u-sp-pl-18 {
    padding-left: 1.8rem !important;
  }
  .u-sp-px-18 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .u-sp-py-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .u-sp-m-19 {
    margin: 1.9rem !important;
  }
  .u-sp-mt-19 {
    margin-top: 1.9rem !important;
  }
  .u-sp-mr-19 {
    margin-right: 1.9rem !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 1.9rem !important;
  }
  .u-sp-ml-19 {
    margin-left: 1.9rem !important;
  }
  .u-sp-mx-19 {
    margin-left: 1.9rem !important;
    margin-right: 1.9rem !important;
  }
  .u-sp-my-19 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important;
  }
  .u-sp-p-19 {
    padding: 1.9rem !important;
  }
  .u-sp-pt-19 {
    padding-top: 1.9rem !important;
  }
  .u-sp-pr-19 {
    padding-right: 1.9rem !important;
  }
  .u-sp-pb-19 {
    padding-bottom: 1.9rem !important;
  }
  .u-sp-pl-19 {
    padding-left: 1.9rem !important;
  }
  .u-sp-px-19 {
    padding-left: 1.9rem !important;
    padding-right: 1.9rem !important;
  }
  .u-sp-py-19 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important;
  }
  .u-sp-m-20 {
    margin: 2rem !important;
  }
  .u-sp-mt-20 {
    margin-top: 2rem !important;
  }
  .u-sp-mr-20 {
    margin-right: 2rem !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 2rem !important;
  }
  .u-sp-ml-20 {
    margin-left: 2rem !important;
  }
  .u-sp-mx-20 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .u-sp-my-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .u-sp-p-20 {
    padding: 2rem !important;
  }
  .u-sp-pt-20 {
    padding-top: 2rem !important;
  }
  .u-sp-pr-20 {
    padding-right: 2rem !important;
  }
  .u-sp-pb-20 {
    padding-bottom: 2rem !important;
  }
  .u-sp-pl-20 {
    padding-left: 2rem !important;
  }
  .u-sp-px-20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .u-sp-py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .u-sp-m-21 {
    margin: 2.1rem !important;
  }
  .u-sp-mt-21 {
    margin-top: 2.1rem !important;
  }
  .u-sp-mr-21 {
    margin-right: 2.1rem !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 2.1rem !important;
  }
  .u-sp-ml-21 {
    margin-left: 2.1rem !important;
  }
  .u-sp-mx-21 {
    margin-left: 2.1rem !important;
    margin-right: 2.1rem !important;
  }
  .u-sp-my-21 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .u-sp-p-21 {
    padding: 2.1rem !important;
  }
  .u-sp-pt-21 {
    padding-top: 2.1rem !important;
  }
  .u-sp-pr-21 {
    padding-right: 2.1rem !important;
  }
  .u-sp-pb-21 {
    padding-bottom: 2.1rem !important;
  }
  .u-sp-pl-21 {
    padding-left: 2.1rem !important;
  }
  .u-sp-px-21 {
    padding-left: 2.1rem !important;
    padding-right: 2.1rem !important;
  }
  .u-sp-py-21 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }
  .u-sp-m-22 {
    margin: 2.2rem !important;
  }
  .u-sp-mt-22 {
    margin-top: 2.2rem !important;
  }
  .u-sp-mr-22 {
    margin-right: 2.2rem !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 2.2rem !important;
  }
  .u-sp-ml-22 {
    margin-left: 2.2rem !important;
  }
  .u-sp-mx-22 {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
  }
  .u-sp-my-22 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .u-sp-p-22 {
    padding: 2.2rem !important;
  }
  .u-sp-pt-22 {
    padding-top: 2.2rem !important;
  }
  .u-sp-pr-22 {
    padding-right: 2.2rem !important;
  }
  .u-sp-pb-22 {
    padding-bottom: 2.2rem !important;
  }
  .u-sp-pl-22 {
    padding-left: 2.2rem !important;
  }
  .u-sp-px-22 {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }
  .u-sp-py-22 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .u-sp-m-23 {
    margin: 2.3rem !important;
  }
  .u-sp-mt-23 {
    margin-top: 2.3rem !important;
  }
  .u-sp-mr-23 {
    margin-right: 2.3rem !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 2.3rem !important;
  }
  .u-sp-ml-23 {
    margin-left: 2.3rem !important;
  }
  .u-sp-mx-23 {
    margin-left: 2.3rem !important;
    margin-right: 2.3rem !important;
  }
  .u-sp-my-23 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important;
  }
  .u-sp-p-23 {
    padding: 2.3rem !important;
  }
  .u-sp-pt-23 {
    padding-top: 2.3rem !important;
  }
  .u-sp-pr-23 {
    padding-right: 2.3rem !important;
  }
  .u-sp-pb-23 {
    padding-bottom: 2.3rem !important;
  }
  .u-sp-pl-23 {
    padding-left: 2.3rem !important;
  }
  .u-sp-px-23 {
    padding-left: 2.3rem !important;
    padding-right: 2.3rem !important;
  }
  .u-sp-py-23 {
    padding-top: 2.3rem !important;
    padding-bottom: 2.3rem !important;
  }
  .u-sp-m-24 {
    margin: 2.4rem !important;
  }
  .u-sp-mt-24 {
    margin-top: 2.4rem !important;
  }
  .u-sp-mr-24 {
    margin-right: 2.4rem !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 2.4rem !important;
  }
  .u-sp-ml-24 {
    margin-left: 2.4rem !important;
  }
  .u-sp-mx-24 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .u-sp-my-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .u-sp-p-24 {
    padding: 2.4rem !important;
  }
  .u-sp-pt-24 {
    padding-top: 2.4rem !important;
  }
  .u-sp-pr-24 {
    padding-right: 2.4rem !important;
  }
  .u-sp-pb-24 {
    padding-bottom: 2.4rem !important;
  }
  .u-sp-pl-24 {
    padding-left: 2.4rem !important;
  }
  .u-sp-px-24 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .u-sp-py-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .u-sp-m-25 {
    margin: 2.5rem !important;
  }
  .u-sp-mt-25 {
    margin-top: 2.5rem !important;
  }
  .u-sp-mr-25 {
    margin-right: 2.5rem !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .u-sp-ml-25 {
    margin-left: 2.5rem !important;
  }
  .u-sp-mx-25 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .u-sp-my-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .u-sp-p-25 {
    padding: 2.5rem !important;
  }
  .u-sp-pt-25 {
    padding-top: 2.5rem !important;
  }
  .u-sp-pr-25 {
    padding-right: 2.5rem !important;
  }
  .u-sp-pb-25 {
    padding-bottom: 2.5rem !important;
  }
  .u-sp-pl-25 {
    padding-left: 2.5rem !important;
  }
  .u-sp-px-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .u-sp-py-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .u-sp-m-26 {
    margin: 2.6rem !important;
  }
  .u-sp-mt-26 {
    margin-top: 2.6rem !important;
  }
  .u-sp-mr-26 {
    margin-right: 2.6rem !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 2.6rem !important;
  }
  .u-sp-ml-26 {
    margin-left: 2.6rem !important;
  }
  .u-sp-mx-26 {
    margin-left: 2.6rem !important;
    margin-right: 2.6rem !important;
  }
  .u-sp-my-26 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important;
  }
  .u-sp-p-26 {
    padding: 2.6rem !important;
  }
  .u-sp-pt-26 {
    padding-top: 2.6rem !important;
  }
  .u-sp-pr-26 {
    padding-right: 2.6rem !important;
  }
  .u-sp-pb-26 {
    padding-bottom: 2.6rem !important;
  }
  .u-sp-pl-26 {
    padding-left: 2.6rem !important;
  }
  .u-sp-px-26 {
    padding-left: 2.6rem !important;
    padding-right: 2.6rem !important;
  }
  .u-sp-py-26 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important;
  }
  .u-sp-m-27 {
    margin: 2.7rem !important;
  }
  .u-sp-mt-27 {
    margin-top: 2.7rem !important;
  }
  .u-sp-mr-27 {
    margin-right: 2.7rem !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 2.7rem !important;
  }
  .u-sp-ml-27 {
    margin-left: 2.7rem !important;
  }
  .u-sp-mx-27 {
    margin-left: 2.7rem !important;
    margin-right: 2.7rem !important;
  }
  .u-sp-my-27 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important;
  }
  .u-sp-p-27 {
    padding: 2.7rem !important;
  }
  .u-sp-pt-27 {
    padding-top: 2.7rem !important;
  }
  .u-sp-pr-27 {
    padding-right: 2.7rem !important;
  }
  .u-sp-pb-27 {
    padding-bottom: 2.7rem !important;
  }
  .u-sp-pl-27 {
    padding-left: 2.7rem !important;
  }
  .u-sp-px-27 {
    padding-left: 2.7rem !important;
    padding-right: 2.7rem !important;
  }
  .u-sp-py-27 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
  }
  .u-sp-m-28 {
    margin: 2.8rem !important;
  }
  .u-sp-mt-28 {
    margin-top: 2.8rem !important;
  }
  .u-sp-mr-28 {
    margin-right: 2.8rem !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 2.8rem !important;
  }
  .u-sp-ml-28 {
    margin-left: 2.8rem !important;
  }
  .u-sp-mx-28 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
  .u-sp-my-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .u-sp-p-28 {
    padding: 2.8rem !important;
  }
  .u-sp-pt-28 {
    padding-top: 2.8rem !important;
  }
  .u-sp-pr-28 {
    padding-right: 2.8rem !important;
  }
  .u-sp-pb-28 {
    padding-bottom: 2.8rem !important;
  }
  .u-sp-pl-28 {
    padding-left: 2.8rem !important;
  }
  .u-sp-px-28 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
  .u-sp-py-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .u-sp-m-29 {
    margin: 2.9rem !important;
  }
  .u-sp-mt-29 {
    margin-top: 2.9rem !important;
  }
  .u-sp-mr-29 {
    margin-right: 2.9rem !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 2.9rem !important;
  }
  .u-sp-ml-29 {
    margin-left: 2.9rem !important;
  }
  .u-sp-mx-29 {
    margin-left: 2.9rem !important;
    margin-right: 2.9rem !important;
  }
  .u-sp-my-29 {
    margin-top: 2.9rem !important;
    margin-bottom: 2.9rem !important;
  }
  .u-sp-p-29 {
    padding: 2.9rem !important;
  }
  .u-sp-pt-29 {
    padding-top: 2.9rem !important;
  }
  .u-sp-pr-29 {
    padding-right: 2.9rem !important;
  }
  .u-sp-pb-29 {
    padding-bottom: 2.9rem !important;
  }
  .u-sp-pl-29 {
    padding-left: 2.9rem !important;
  }
  .u-sp-px-29 {
    padding-left: 2.9rem !important;
    padding-right: 2.9rem !important;
  }
  .u-sp-py-29 {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important;
  }
  .u-sp-m-30 {
    margin: 3rem !important;
  }
  .u-sp-mt-30 {
    margin-top: 3rem !important;
  }
  .u-sp-mr-30 {
    margin-right: 3rem !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 3rem !important;
  }
  .u-sp-ml-30 {
    margin-left: 3rem !important;
  }
  .u-sp-mx-30 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .u-sp-my-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .u-sp-p-30 {
    padding: 3rem !important;
  }
  .u-sp-pt-30 {
    padding-top: 3rem !important;
  }
  .u-sp-pr-30 {
    padding-right: 3rem !important;
  }
  .u-sp-pb-30 {
    padding-bottom: 3rem !important;
  }
  .u-sp-pl-30 {
    padding-left: 3rem !important;
  }
  .u-sp-px-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .u-sp-py-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .u-sp-m-31 {
    margin: 3.1rem !important;
  }
  .u-sp-mt-31 {
    margin-top: 3.1rem !important;
  }
  .u-sp-mr-31 {
    margin-right: 3.1rem !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 3.1rem !important;
  }
  .u-sp-ml-31 {
    margin-left: 3.1rem !important;
  }
  .u-sp-mx-31 {
    margin-left: 3.1rem !important;
    margin-right: 3.1rem !important;
  }
  .u-sp-my-31 {
    margin-top: 3.1rem !important;
    margin-bottom: 3.1rem !important;
  }
  .u-sp-p-31 {
    padding: 3.1rem !important;
  }
  .u-sp-pt-31 {
    padding-top: 3.1rem !important;
  }
  .u-sp-pr-31 {
    padding-right: 3.1rem !important;
  }
  .u-sp-pb-31 {
    padding-bottom: 3.1rem !important;
  }
  .u-sp-pl-31 {
    padding-left: 3.1rem !important;
  }
  .u-sp-px-31 {
    padding-left: 3.1rem !important;
    padding-right: 3.1rem !important;
  }
  .u-sp-py-31 {
    padding-top: 3.1rem !important;
    padding-bottom: 3.1rem !important;
  }
  .u-sp-m-32 {
    margin: 3.2rem !important;
  }
  .u-sp-mt-32 {
    margin-top: 3.2rem !important;
  }
  .u-sp-mr-32 {
    margin-right: 3.2rem !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 3.2rem !important;
  }
  .u-sp-ml-32 {
    margin-left: 3.2rem !important;
  }
  .u-sp-mx-32 {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
  .u-sp-my-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .u-sp-p-32 {
    padding: 3.2rem !important;
  }
  .u-sp-pt-32 {
    padding-top: 3.2rem !important;
  }
  .u-sp-pr-32 {
    padding-right: 3.2rem !important;
  }
  .u-sp-pb-32 {
    padding-bottom: 3.2rem !important;
  }
  .u-sp-pl-32 {
    padding-left: 3.2rem !important;
  }
  .u-sp-px-32 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .u-sp-py-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .u-sp-m-33 {
    margin: 3.3rem !important;
  }
  .u-sp-mt-33 {
    margin-top: 3.3rem !important;
  }
  .u-sp-mr-33 {
    margin-right: 3.3rem !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 3.3rem !important;
  }
  .u-sp-ml-33 {
    margin-left: 3.3rem !important;
  }
  .u-sp-mx-33 {
    margin-left: 3.3rem !important;
    margin-right: 3.3rem !important;
  }
  .u-sp-my-33 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }
  .u-sp-p-33 {
    padding: 3.3rem !important;
  }
  .u-sp-pt-33 {
    padding-top: 3.3rem !important;
  }
  .u-sp-pr-33 {
    padding-right: 3.3rem !important;
  }
  .u-sp-pb-33 {
    padding-bottom: 3.3rem !important;
  }
  .u-sp-pl-33 {
    padding-left: 3.3rem !important;
  }
  .u-sp-px-33 {
    padding-left: 3.3rem !important;
    padding-right: 3.3rem !important;
  }
  .u-sp-py-33 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }
  .u-sp-m-34 {
    margin: 3.4rem !important;
  }
  .u-sp-mt-34 {
    margin-top: 3.4rem !important;
  }
  .u-sp-mr-34 {
    margin-right: 3.4rem !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 3.4rem !important;
  }
  .u-sp-ml-34 {
    margin-left: 3.4rem !important;
  }
  .u-sp-mx-34 {
    margin-left: 3.4rem !important;
    margin-right: 3.4rem !important;
  }
  .u-sp-my-34 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }
  .u-sp-p-34 {
    padding: 3.4rem !important;
  }
  .u-sp-pt-34 {
    padding-top: 3.4rem !important;
  }
  .u-sp-pr-34 {
    padding-right: 3.4rem !important;
  }
  .u-sp-pb-34 {
    padding-bottom: 3.4rem !important;
  }
  .u-sp-pl-34 {
    padding-left: 3.4rem !important;
  }
  .u-sp-px-34 {
    padding-left: 3.4rem !important;
    padding-right: 3.4rem !important;
  }
  .u-sp-py-34 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }
  .u-sp-m-35 {
    margin: 3.5rem !important;
  }
  .u-sp-mt-35 {
    margin-top: 3.5rem !important;
  }
  .u-sp-mr-35 {
    margin-right: 3.5rem !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .u-sp-ml-35 {
    margin-left: 3.5rem !important;
  }
  .u-sp-mx-35 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .u-sp-my-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .u-sp-p-35 {
    padding: 3.5rem !important;
  }
  .u-sp-pt-35 {
    padding-top: 3.5rem !important;
  }
  .u-sp-pr-35 {
    padding-right: 3.5rem !important;
  }
  .u-sp-pb-35 {
    padding-bottom: 3.5rem !important;
  }
  .u-sp-pl-35 {
    padding-left: 3.5rem !important;
  }
  .u-sp-px-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .u-sp-py-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .u-sp-m-36 {
    margin: 3.6rem !important;
  }
  .u-sp-mt-36 {
    margin-top: 3.6rem !important;
  }
  .u-sp-mr-36 {
    margin-right: 3.6rem !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 3.6rem !important;
  }
  .u-sp-ml-36 {
    margin-left: 3.6rem !important;
  }
  .u-sp-mx-36 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .u-sp-my-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .u-sp-p-36 {
    padding: 3.6rem !important;
  }
  .u-sp-pt-36 {
    padding-top: 3.6rem !important;
  }
  .u-sp-pr-36 {
    padding-right: 3.6rem !important;
  }
  .u-sp-pb-36 {
    padding-bottom: 3.6rem !important;
  }
  .u-sp-pl-36 {
    padding-left: 3.6rem !important;
  }
  .u-sp-px-36 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
  .u-sp-py-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .u-sp-m-37 {
    margin: 3.7rem !important;
  }
  .u-sp-mt-37 {
    margin-top: 3.7rem !important;
  }
  .u-sp-mr-37 {
    margin-right: 3.7rem !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 3.7rem !important;
  }
  .u-sp-ml-37 {
    margin-left: 3.7rem !important;
  }
  .u-sp-mx-37 {
    margin-left: 3.7rem !important;
    margin-right: 3.7rem !important;
  }
  .u-sp-my-37 {
    margin-top: 3.7rem !important;
    margin-bottom: 3.7rem !important;
  }
  .u-sp-p-37 {
    padding: 3.7rem !important;
  }
  .u-sp-pt-37 {
    padding-top: 3.7rem !important;
  }
  .u-sp-pr-37 {
    padding-right: 3.7rem !important;
  }
  .u-sp-pb-37 {
    padding-bottom: 3.7rem !important;
  }
  .u-sp-pl-37 {
    padding-left: 3.7rem !important;
  }
  .u-sp-px-37 {
    padding-left: 3.7rem !important;
    padding-right: 3.7rem !important;
  }
  .u-sp-py-37 {
    padding-top: 3.7rem !important;
    padding-bottom: 3.7rem !important;
  }
  .u-sp-m-38 {
    margin: 3.8rem !important;
  }
  .u-sp-mt-38 {
    margin-top: 3.8rem !important;
  }
  .u-sp-mr-38 {
    margin-right: 3.8rem !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 3.8rem !important;
  }
  .u-sp-ml-38 {
    margin-left: 3.8rem !important;
  }
  .u-sp-mx-38 {
    margin-left: 3.8rem !important;
    margin-right: 3.8rem !important;
  }
  .u-sp-my-38 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important;
  }
  .u-sp-p-38 {
    padding: 3.8rem !important;
  }
  .u-sp-pt-38 {
    padding-top: 3.8rem !important;
  }
  .u-sp-pr-38 {
    padding-right: 3.8rem !important;
  }
  .u-sp-pb-38 {
    padding-bottom: 3.8rem !important;
  }
  .u-sp-pl-38 {
    padding-left: 3.8rem !important;
  }
  .u-sp-px-38 {
    padding-left: 3.8rem !important;
    padding-right: 3.8rem !important;
  }
  .u-sp-py-38 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important;
  }
  .u-sp-m-39 {
    margin: 3.9rem !important;
  }
  .u-sp-mt-39 {
    margin-top: 3.9rem !important;
  }
  .u-sp-mr-39 {
    margin-right: 3.9rem !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 3.9rem !important;
  }
  .u-sp-ml-39 {
    margin-left: 3.9rem !important;
  }
  .u-sp-mx-39 {
    margin-left: 3.9rem !important;
    margin-right: 3.9rem !important;
  }
  .u-sp-my-39 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important;
  }
  .u-sp-p-39 {
    padding: 3.9rem !important;
  }
  .u-sp-pt-39 {
    padding-top: 3.9rem !important;
  }
  .u-sp-pr-39 {
    padding-right: 3.9rem !important;
  }
  .u-sp-pb-39 {
    padding-bottom: 3.9rem !important;
  }
  .u-sp-pl-39 {
    padding-left: 3.9rem !important;
  }
  .u-sp-px-39 {
    padding-left: 3.9rem !important;
    padding-right: 3.9rem !important;
  }
  .u-sp-py-39 {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important;
  }
  .u-sp-m-40 {
    margin: 4rem !important;
  }
  .u-sp-mt-40 {
    margin-top: 4rem !important;
  }
  .u-sp-mr-40 {
    margin-right: 4rem !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 4rem !important;
  }
  .u-sp-ml-40 {
    margin-left: 4rem !important;
  }
  .u-sp-mx-40 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .u-sp-my-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .u-sp-p-40 {
    padding: 4rem !important;
  }
  .u-sp-pt-40 {
    padding-top: 4rem !important;
  }
  .u-sp-pr-40 {
    padding-right: 4rem !important;
  }
  .u-sp-pb-40 {
    padding-bottom: 4rem !important;
  }
  .u-sp-pl-40 {
    padding-left: 4rem !important;
  }
  .u-sp-px-40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .u-sp-py-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .u-sp-m-41 {
    margin: 4.1rem !important;
  }
  .u-sp-mt-41 {
    margin-top: 4.1rem !important;
  }
  .u-sp-mr-41 {
    margin-right: 4.1rem !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 4.1rem !important;
  }
  .u-sp-ml-41 {
    margin-left: 4.1rem !important;
  }
  .u-sp-mx-41 {
    margin-left: 4.1rem !important;
    margin-right: 4.1rem !important;
  }
  .u-sp-my-41 {
    margin-top: 4.1rem !important;
    margin-bottom: 4.1rem !important;
  }
  .u-sp-p-41 {
    padding: 4.1rem !important;
  }
  .u-sp-pt-41 {
    padding-top: 4.1rem !important;
  }
  .u-sp-pr-41 {
    padding-right: 4.1rem !important;
  }
  .u-sp-pb-41 {
    padding-bottom: 4.1rem !important;
  }
  .u-sp-pl-41 {
    padding-left: 4.1rem !important;
  }
  .u-sp-px-41 {
    padding-left: 4.1rem !important;
    padding-right: 4.1rem !important;
  }
  .u-sp-py-41 {
    padding-top: 4.1rem !important;
    padding-bottom: 4.1rem !important;
  }
  .u-sp-m-42 {
    margin: 4.2rem !important;
  }
  .u-sp-mt-42 {
    margin-top: 4.2rem !important;
  }
  .u-sp-mr-42 {
    margin-right: 4.2rem !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 4.2rem !important;
  }
  .u-sp-ml-42 {
    margin-left: 4.2rem !important;
  }
  .u-sp-mx-42 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }
  .u-sp-my-42 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
  .u-sp-p-42 {
    padding: 4.2rem !important;
  }
  .u-sp-pt-42 {
    padding-top: 4.2rem !important;
  }
  .u-sp-pr-42 {
    padding-right: 4.2rem !important;
  }
  .u-sp-pb-42 {
    padding-bottom: 4.2rem !important;
  }
  .u-sp-pl-42 {
    padding-left: 4.2rem !important;
  }
  .u-sp-px-42 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }
  .u-sp-py-42 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }
  .u-sp-m-43 {
    margin: 4.3rem !important;
  }
  .u-sp-mt-43 {
    margin-top: 4.3rem !important;
  }
  .u-sp-mr-43 {
    margin-right: 4.3rem !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 4.3rem !important;
  }
  .u-sp-ml-43 {
    margin-left: 4.3rem !important;
  }
  .u-sp-mx-43 {
    margin-left: 4.3rem !important;
    margin-right: 4.3rem !important;
  }
  .u-sp-my-43 {
    margin-top: 4.3rem !important;
    margin-bottom: 4.3rem !important;
  }
  .u-sp-p-43 {
    padding: 4.3rem !important;
  }
  .u-sp-pt-43 {
    padding-top: 4.3rem !important;
  }
  .u-sp-pr-43 {
    padding-right: 4.3rem !important;
  }
  .u-sp-pb-43 {
    padding-bottom: 4.3rem !important;
  }
  .u-sp-pl-43 {
    padding-left: 4.3rem !important;
  }
  .u-sp-px-43 {
    padding-left: 4.3rem !important;
    padding-right: 4.3rem !important;
  }
  .u-sp-py-43 {
    padding-top: 4.3rem !important;
    padding-bottom: 4.3rem !important;
  }
  .u-sp-m-44 {
    margin: 4.4rem !important;
  }
  .u-sp-mt-44 {
    margin-top: 4.4rem !important;
  }
  .u-sp-mr-44 {
    margin-right: 4.4rem !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 4.4rem !important;
  }
  .u-sp-ml-44 {
    margin-left: 4.4rem !important;
  }
  .u-sp-mx-44 {
    margin-left: 4.4rem !important;
    margin-right: 4.4rem !important;
  }
  .u-sp-my-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .u-sp-p-44 {
    padding: 4.4rem !important;
  }
  .u-sp-pt-44 {
    padding-top: 4.4rem !important;
  }
  .u-sp-pr-44 {
    padding-right: 4.4rem !important;
  }
  .u-sp-pb-44 {
    padding-bottom: 4.4rem !important;
  }
  .u-sp-pl-44 {
    padding-left: 4.4rem !important;
  }
  .u-sp-px-44 {
    padding-left: 4.4rem !important;
    padding-right: 4.4rem !important;
  }
  .u-sp-py-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .u-sp-m-45 {
    margin: 4.5rem !important;
  }
  .u-sp-mt-45 {
    margin-top: 4.5rem !important;
  }
  .u-sp-mr-45 {
    margin-right: 4.5rem !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .u-sp-ml-45 {
    margin-left: 4.5rem !important;
  }
  .u-sp-mx-45 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .u-sp-my-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .u-sp-p-45 {
    padding: 4.5rem !important;
  }
  .u-sp-pt-45 {
    padding-top: 4.5rem !important;
  }
  .u-sp-pr-45 {
    padding-right: 4.5rem !important;
  }
  .u-sp-pb-45 {
    padding-bottom: 4.5rem !important;
  }
  .u-sp-pl-45 {
    padding-left: 4.5rem !important;
  }
  .u-sp-px-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .u-sp-py-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .u-sp-m-46 {
    margin: 4.6rem !important;
  }
  .u-sp-mt-46 {
    margin-top: 4.6rem !important;
  }
  .u-sp-mr-46 {
    margin-right: 4.6rem !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 4.6rem !important;
  }
  .u-sp-ml-46 {
    margin-left: 4.6rem !important;
  }
  .u-sp-mx-46 {
    margin-left: 4.6rem !important;
    margin-right: 4.6rem !important;
  }
  .u-sp-my-46 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important;
  }
  .u-sp-p-46 {
    padding: 4.6rem !important;
  }
  .u-sp-pt-46 {
    padding-top: 4.6rem !important;
  }
  .u-sp-pr-46 {
    padding-right: 4.6rem !important;
  }
  .u-sp-pb-46 {
    padding-bottom: 4.6rem !important;
  }
  .u-sp-pl-46 {
    padding-left: 4.6rem !important;
  }
  .u-sp-px-46 {
    padding-left: 4.6rem !important;
    padding-right: 4.6rem !important;
  }
  .u-sp-py-46 {
    padding-top: 4.6rem !important;
    padding-bottom: 4.6rem !important;
  }
  .u-sp-m-47 {
    margin: 4.7rem !important;
  }
  .u-sp-mt-47 {
    margin-top: 4.7rem !important;
  }
  .u-sp-mr-47 {
    margin-right: 4.7rem !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 4.7rem !important;
  }
  .u-sp-ml-47 {
    margin-left: 4.7rem !important;
  }
  .u-sp-mx-47 {
    margin-left: 4.7rem !important;
    margin-right: 4.7rem !important;
  }
  .u-sp-my-47 {
    margin-top: 4.7rem !important;
    margin-bottom: 4.7rem !important;
  }
  .u-sp-p-47 {
    padding: 4.7rem !important;
  }
  .u-sp-pt-47 {
    padding-top: 4.7rem !important;
  }
  .u-sp-pr-47 {
    padding-right: 4.7rem !important;
  }
  .u-sp-pb-47 {
    padding-bottom: 4.7rem !important;
  }
  .u-sp-pl-47 {
    padding-left: 4.7rem !important;
  }
  .u-sp-px-47 {
    padding-left: 4.7rem !important;
    padding-right: 4.7rem !important;
  }
  .u-sp-py-47 {
    padding-top: 4.7rem !important;
    padding-bottom: 4.7rem !important;
  }
  .u-sp-m-48 {
    margin: 4.8rem !important;
  }
  .u-sp-mt-48 {
    margin-top: 4.8rem !important;
  }
  .u-sp-mr-48 {
    margin-right: 4.8rem !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 4.8rem !important;
  }
  .u-sp-ml-48 {
    margin-left: 4.8rem !important;
  }
  .u-sp-mx-48 {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .u-sp-my-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .u-sp-p-48 {
    padding: 4.8rem !important;
  }
  .u-sp-pt-48 {
    padding-top: 4.8rem !important;
  }
  .u-sp-pr-48 {
    padding-right: 4.8rem !important;
  }
  .u-sp-pb-48 {
    padding-bottom: 4.8rem !important;
  }
  .u-sp-pl-48 {
    padding-left: 4.8rem !important;
  }
  .u-sp-px-48 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
  .u-sp-py-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .u-sp-m-49 {
    margin: 4.9rem !important;
  }
  .u-sp-mt-49 {
    margin-top: 4.9rem !important;
  }
  .u-sp-mr-49 {
    margin-right: 4.9rem !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 4.9rem !important;
  }
  .u-sp-ml-49 {
    margin-left: 4.9rem !important;
  }
  .u-sp-mx-49 {
    margin-left: 4.9rem !important;
    margin-right: 4.9rem !important;
  }
  .u-sp-my-49 {
    margin-top: 4.9rem !important;
    margin-bottom: 4.9rem !important;
  }
  .u-sp-p-49 {
    padding: 4.9rem !important;
  }
  .u-sp-pt-49 {
    padding-top: 4.9rem !important;
  }
  .u-sp-pr-49 {
    padding-right: 4.9rem !important;
  }
  .u-sp-pb-49 {
    padding-bottom: 4.9rem !important;
  }
  .u-sp-pl-49 {
    padding-left: 4.9rem !important;
  }
  .u-sp-px-49 {
    padding-left: 4.9rem !important;
    padding-right: 4.9rem !important;
  }
  .u-sp-py-49 {
    padding-top: 4.9rem !important;
    padding-bottom: 4.9rem !important;
  }
  .u-sp-m-50 {
    margin: 5rem !important;
  }
  .u-sp-mt-50 {
    margin-top: 5rem !important;
  }
  .u-sp-mr-50 {
    margin-right: 5rem !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 5rem !important;
  }
  .u-sp-ml-50 {
    margin-left: 5rem !important;
  }
  .u-sp-mx-50 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .u-sp-my-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-sp-p-50 {
    padding: 5rem !important;
  }
  .u-sp-pt-50 {
    padding-top: 5rem !important;
  }
  .u-sp-pr-50 {
    padding-right: 5rem !important;
  }
  .u-sp-pb-50 {
    padding-bottom: 5rem !important;
  }
  .u-sp-pl-50 {
    padding-left: 5rem !important;
  }
  .u-sp-px-50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .u-sp-py-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-sp-m-51 {
    margin: 5.1rem !important;
  }
  .u-sp-mt-51 {
    margin-top: 5.1rem !important;
  }
  .u-sp-mr-51 {
    margin-right: 5.1rem !important;
  }
  .u-sp-mb-51 {
    margin-bottom: 5.1rem !important;
  }
  .u-sp-ml-51 {
    margin-left: 5.1rem !important;
  }
  .u-sp-mx-51 {
    margin-left: 5.1rem !important;
    margin-right: 5.1rem !important;
  }
  .u-sp-my-51 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important;
  }
  .u-sp-p-51 {
    padding: 5.1rem !important;
  }
  .u-sp-pt-51 {
    padding-top: 5.1rem !important;
  }
  .u-sp-pr-51 {
    padding-right: 5.1rem !important;
  }
  .u-sp-pb-51 {
    padding-bottom: 5.1rem !important;
  }
  .u-sp-pl-51 {
    padding-left: 5.1rem !important;
  }
  .u-sp-px-51 {
    padding-left: 5.1rem !important;
    padding-right: 5.1rem !important;
  }
  .u-sp-py-51 {
    padding-top: 5.1rem !important;
    padding-bottom: 5.1rem !important;
  }
  .u-sp-m-52 {
    margin: 5.2rem !important;
  }
  .u-sp-mt-52 {
    margin-top: 5.2rem !important;
  }
  .u-sp-mr-52 {
    margin-right: 5.2rem !important;
  }
  .u-sp-mb-52 {
    margin-bottom: 5.2rem !important;
  }
  .u-sp-ml-52 {
    margin-left: 5.2rem !important;
  }
  .u-sp-mx-52 {
    margin-left: 5.2rem !important;
    margin-right: 5.2rem !important;
  }
  .u-sp-my-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .u-sp-p-52 {
    padding: 5.2rem !important;
  }
  .u-sp-pt-52 {
    padding-top: 5.2rem !important;
  }
  .u-sp-pr-52 {
    padding-right: 5.2rem !important;
  }
  .u-sp-pb-52 {
    padding-bottom: 5.2rem !important;
  }
  .u-sp-pl-52 {
    padding-left: 5.2rem !important;
  }
  .u-sp-px-52 {
    padding-left: 5.2rem !important;
    padding-right: 5.2rem !important;
  }
  .u-sp-py-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .u-sp-m-53 {
    margin: 5.3rem !important;
  }
  .u-sp-mt-53 {
    margin-top: 5.3rem !important;
  }
  .u-sp-mr-53 {
    margin-right: 5.3rem !important;
  }
  .u-sp-mb-53 {
    margin-bottom: 5.3rem !important;
  }
  .u-sp-ml-53 {
    margin-left: 5.3rem !important;
  }
  .u-sp-mx-53 {
    margin-left: 5.3rem !important;
    margin-right: 5.3rem !important;
  }
  .u-sp-my-53 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important;
  }
  .u-sp-p-53 {
    padding: 5.3rem !important;
  }
  .u-sp-pt-53 {
    padding-top: 5.3rem !important;
  }
  .u-sp-pr-53 {
    padding-right: 5.3rem !important;
  }
  .u-sp-pb-53 {
    padding-bottom: 5.3rem !important;
  }
  .u-sp-pl-53 {
    padding-left: 5.3rem !important;
  }
  .u-sp-px-53 {
    padding-left: 5.3rem !important;
    padding-right: 5.3rem !important;
  }
  .u-sp-py-53 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important;
  }
  .u-sp-m-54 {
    margin: 5.4rem !important;
  }
  .u-sp-mt-54 {
    margin-top: 5.4rem !important;
  }
  .u-sp-mr-54 {
    margin-right: 5.4rem !important;
  }
  .u-sp-mb-54 {
    margin-bottom: 5.4rem !important;
  }
  .u-sp-ml-54 {
    margin-left: 5.4rem !important;
  }
  .u-sp-mx-54 {
    margin-left: 5.4rem !important;
    margin-right: 5.4rem !important;
  }
  .u-sp-my-54 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important;
  }
  .u-sp-p-54 {
    padding: 5.4rem !important;
  }
  .u-sp-pt-54 {
    padding-top: 5.4rem !important;
  }
  .u-sp-pr-54 {
    padding-right: 5.4rem !important;
  }
  .u-sp-pb-54 {
    padding-bottom: 5.4rem !important;
  }
  .u-sp-pl-54 {
    padding-left: 5.4rem !important;
  }
  .u-sp-px-54 {
    padding-left: 5.4rem !important;
    padding-right: 5.4rem !important;
  }
  .u-sp-py-54 {
    padding-top: 5.4rem !important;
    padding-bottom: 5.4rem !important;
  }
  .u-sp-m-55 {
    margin: 5.5rem !important;
  }
  .u-sp-mt-55 {
    margin-top: 5.5rem !important;
  }
  .u-sp-mr-55 {
    margin-right: 5.5rem !important;
  }
  .u-sp-mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .u-sp-ml-55 {
    margin-left: 5.5rem !important;
  }
  .u-sp-mx-55 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .u-sp-my-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .u-sp-p-55 {
    padding: 5.5rem !important;
  }
  .u-sp-pt-55 {
    padding-top: 5.5rem !important;
  }
  .u-sp-pr-55 {
    padding-right: 5.5rem !important;
  }
  .u-sp-pb-55 {
    padding-bottom: 5.5rem !important;
  }
  .u-sp-pl-55 {
    padding-left: 5.5rem !important;
  }
  .u-sp-px-55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .u-sp-py-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .u-sp-m-56 {
    margin: 5.6rem !important;
  }
  .u-sp-mt-56 {
    margin-top: 5.6rem !important;
  }
  .u-sp-mr-56 {
    margin-right: 5.6rem !important;
  }
  .u-sp-mb-56 {
    margin-bottom: 5.6rem !important;
  }
  .u-sp-ml-56 {
    margin-left: 5.6rem !important;
  }
  .u-sp-mx-56 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }
  .u-sp-my-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .u-sp-p-56 {
    padding: 5.6rem !important;
  }
  .u-sp-pt-56 {
    padding-top: 5.6rem !important;
  }
  .u-sp-pr-56 {
    padding-right: 5.6rem !important;
  }
  .u-sp-pb-56 {
    padding-bottom: 5.6rem !important;
  }
  .u-sp-pl-56 {
    padding-left: 5.6rem !important;
  }
  .u-sp-px-56 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }
  .u-sp-py-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .u-sp-m-57 {
    margin: 5.7rem !important;
  }
  .u-sp-mt-57 {
    margin-top: 5.7rem !important;
  }
  .u-sp-mr-57 {
    margin-right: 5.7rem !important;
  }
  .u-sp-mb-57 {
    margin-bottom: 5.7rem !important;
  }
  .u-sp-ml-57 {
    margin-left: 5.7rem !important;
  }
  .u-sp-mx-57 {
    margin-left: 5.7rem !important;
    margin-right: 5.7rem !important;
  }
  .u-sp-my-57 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important;
  }
  .u-sp-p-57 {
    padding: 5.7rem !important;
  }
  .u-sp-pt-57 {
    padding-top: 5.7rem !important;
  }
  .u-sp-pr-57 {
    padding-right: 5.7rem !important;
  }
  .u-sp-pb-57 {
    padding-bottom: 5.7rem !important;
  }
  .u-sp-pl-57 {
    padding-left: 5.7rem !important;
  }
  .u-sp-px-57 {
    padding-left: 5.7rem !important;
    padding-right: 5.7rem !important;
  }
  .u-sp-py-57 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important;
  }
  .u-sp-m-58 {
    margin: 5.8rem !important;
  }
  .u-sp-mt-58 {
    margin-top: 5.8rem !important;
  }
  .u-sp-mr-58 {
    margin-right: 5.8rem !important;
  }
  .u-sp-mb-58 {
    margin-bottom: 5.8rem !important;
  }
  .u-sp-ml-58 {
    margin-left: 5.8rem !important;
  }
  .u-sp-mx-58 {
    margin-left: 5.8rem !important;
    margin-right: 5.8rem !important;
  }
  .u-sp-my-58 {
    margin-top: 5.8rem !important;
    margin-bottom: 5.8rem !important;
  }
  .u-sp-p-58 {
    padding: 5.8rem !important;
  }
  .u-sp-pt-58 {
    padding-top: 5.8rem !important;
  }
  .u-sp-pr-58 {
    padding-right: 5.8rem !important;
  }
  .u-sp-pb-58 {
    padding-bottom: 5.8rem !important;
  }
  .u-sp-pl-58 {
    padding-left: 5.8rem !important;
  }
  .u-sp-px-58 {
    padding-left: 5.8rem !important;
    padding-right: 5.8rem !important;
  }
  .u-sp-py-58 {
    padding-top: 5.8rem !important;
    padding-bottom: 5.8rem !important;
  }
  .u-sp-m-59 {
    margin: 5.9rem !important;
  }
  .u-sp-mt-59 {
    margin-top: 5.9rem !important;
  }
  .u-sp-mr-59 {
    margin-right: 5.9rem !important;
  }
  .u-sp-mb-59 {
    margin-bottom: 5.9rem !important;
  }
  .u-sp-ml-59 {
    margin-left: 5.9rem !important;
  }
  .u-sp-mx-59 {
    margin-left: 5.9rem !important;
    margin-right: 5.9rem !important;
  }
  .u-sp-my-59 {
    margin-top: 5.9rem !important;
    margin-bottom: 5.9rem !important;
  }
  .u-sp-p-59 {
    padding: 5.9rem !important;
  }
  .u-sp-pt-59 {
    padding-top: 5.9rem !important;
  }
  .u-sp-pr-59 {
    padding-right: 5.9rem !important;
  }
  .u-sp-pb-59 {
    padding-bottom: 5.9rem !important;
  }
  .u-sp-pl-59 {
    padding-left: 5.9rem !important;
  }
  .u-sp-px-59 {
    padding-left: 5.9rem !important;
    padding-right: 5.9rem !important;
  }
  .u-sp-py-59 {
    padding-top: 5.9rem !important;
    padding-bottom: 5.9rem !important;
  }
  .u-sp-m-60 {
    margin: 6rem !important;
  }
  .u-sp-mt-60 {
    margin-top: 6rem !important;
  }
  .u-sp-mr-60 {
    margin-right: 6rem !important;
  }
  .u-sp-mb-60 {
    margin-bottom: 6rem !important;
  }
  .u-sp-ml-60 {
    margin-left: 6rem !important;
  }
  .u-sp-mx-60 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .u-sp-my-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .u-sp-p-60 {
    padding: 6rem !important;
  }
  .u-sp-pt-60 {
    padding-top: 6rem !important;
  }
  .u-sp-pr-60 {
    padding-right: 6rem !important;
  }
  .u-sp-pb-60 {
    padding-bottom: 6rem !important;
  }
  .u-sp-pl-60 {
    padding-left: 6rem !important;
  }
  .u-sp-px-60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .u-sp-py-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .u-sp-m-61 {
    margin: 6.1rem !important;
  }
  .u-sp-mt-61 {
    margin-top: 6.1rem !important;
  }
  .u-sp-mr-61 {
    margin-right: 6.1rem !important;
  }
  .u-sp-mb-61 {
    margin-bottom: 6.1rem !important;
  }
  .u-sp-ml-61 {
    margin-left: 6.1rem !important;
  }
  .u-sp-mx-61 {
    margin-left: 6.1rem !important;
    margin-right: 6.1rem !important;
  }
  .u-sp-my-61 {
    margin-top: 6.1rem !important;
    margin-bottom: 6.1rem !important;
  }
  .u-sp-p-61 {
    padding: 6.1rem !important;
  }
  .u-sp-pt-61 {
    padding-top: 6.1rem !important;
  }
  .u-sp-pr-61 {
    padding-right: 6.1rem !important;
  }
  .u-sp-pb-61 {
    padding-bottom: 6.1rem !important;
  }
  .u-sp-pl-61 {
    padding-left: 6.1rem !important;
  }
  .u-sp-px-61 {
    padding-left: 6.1rem !important;
    padding-right: 6.1rem !important;
  }
  .u-sp-py-61 {
    padding-top: 6.1rem !important;
    padding-bottom: 6.1rem !important;
  }
  .u-sp-m-62 {
    margin: 6.2rem !important;
  }
  .u-sp-mt-62 {
    margin-top: 6.2rem !important;
  }
  .u-sp-mr-62 {
    margin-right: 6.2rem !important;
  }
  .u-sp-mb-62 {
    margin-bottom: 6.2rem !important;
  }
  .u-sp-ml-62 {
    margin-left: 6.2rem !important;
  }
  .u-sp-mx-62 {
    margin-left: 6.2rem !important;
    margin-right: 6.2rem !important;
  }
  .u-sp-my-62 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important;
  }
  .u-sp-p-62 {
    padding: 6.2rem !important;
  }
  .u-sp-pt-62 {
    padding-top: 6.2rem !important;
  }
  .u-sp-pr-62 {
    padding-right: 6.2rem !important;
  }
  .u-sp-pb-62 {
    padding-bottom: 6.2rem !important;
  }
  .u-sp-pl-62 {
    padding-left: 6.2rem !important;
  }
  .u-sp-px-62 {
    padding-left: 6.2rem !important;
    padding-right: 6.2rem !important;
  }
  .u-sp-py-62 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important;
  }
  .u-sp-m-63 {
    margin: 6.3rem !important;
  }
  .u-sp-mt-63 {
    margin-top: 6.3rem !important;
  }
  .u-sp-mr-63 {
    margin-right: 6.3rem !important;
  }
  .u-sp-mb-63 {
    margin-bottom: 6.3rem !important;
  }
  .u-sp-ml-63 {
    margin-left: 6.3rem !important;
  }
  .u-sp-mx-63 {
    margin-left: 6.3rem !important;
    margin-right: 6.3rem !important;
  }
  .u-sp-my-63 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }
  .u-sp-p-63 {
    padding: 6.3rem !important;
  }
  .u-sp-pt-63 {
    padding-top: 6.3rem !important;
  }
  .u-sp-pr-63 {
    padding-right: 6.3rem !important;
  }
  .u-sp-pb-63 {
    padding-bottom: 6.3rem !important;
  }
  .u-sp-pl-63 {
    padding-left: 6.3rem !important;
  }
  .u-sp-px-63 {
    padding-left: 6.3rem !important;
    padding-right: 6.3rem !important;
  }
  .u-sp-py-63 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important;
  }
  .u-sp-m-64 {
    margin: 6.4rem !important;
  }
  .u-sp-mt-64 {
    margin-top: 6.4rem !important;
  }
  .u-sp-mr-64 {
    margin-right: 6.4rem !important;
  }
  .u-sp-mb-64 {
    margin-bottom: 6.4rem !important;
  }
  .u-sp-ml-64 {
    margin-left: 6.4rem !important;
  }
  .u-sp-mx-64 {
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }
  .u-sp-my-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .u-sp-p-64 {
    padding: 6.4rem !important;
  }
  .u-sp-pt-64 {
    padding-top: 6.4rem !important;
  }
  .u-sp-pr-64 {
    padding-right: 6.4rem !important;
  }
  .u-sp-pb-64 {
    padding-bottom: 6.4rem !important;
  }
  .u-sp-pl-64 {
    padding-left: 6.4rem !important;
  }
  .u-sp-px-64 {
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important;
  }
  .u-sp-py-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .u-sp-m-65 {
    margin: 6.5rem !important;
  }
  .u-sp-mt-65 {
    margin-top: 6.5rem !important;
  }
  .u-sp-mr-65 {
    margin-right: 6.5rem !important;
  }
  .u-sp-mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .u-sp-ml-65 {
    margin-left: 6.5rem !important;
  }
  .u-sp-mx-65 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .u-sp-my-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .u-sp-p-65 {
    padding: 6.5rem !important;
  }
  .u-sp-pt-65 {
    padding-top: 6.5rem !important;
  }
  .u-sp-pr-65 {
    padding-right: 6.5rem !important;
  }
  .u-sp-pb-65 {
    padding-bottom: 6.5rem !important;
  }
  .u-sp-pl-65 {
    padding-left: 6.5rem !important;
  }
  .u-sp-px-65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .u-sp-py-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .u-sp-m-66 {
    margin: 6.6rem !important;
  }
  .u-sp-mt-66 {
    margin-top: 6.6rem !important;
  }
  .u-sp-mr-66 {
    margin-right: 6.6rem !important;
  }
  .u-sp-mb-66 {
    margin-bottom: 6.6rem !important;
  }
  .u-sp-ml-66 {
    margin-left: 6.6rem !important;
  }
  .u-sp-mx-66 {
    margin-left: 6.6rem !important;
    margin-right: 6.6rem !important;
  }
  .u-sp-my-66 {
    margin-top: 6.6rem !important;
    margin-bottom: 6.6rem !important;
  }
  .u-sp-p-66 {
    padding: 6.6rem !important;
  }
  .u-sp-pt-66 {
    padding-top: 6.6rem !important;
  }
  .u-sp-pr-66 {
    padding-right: 6.6rem !important;
  }
  .u-sp-pb-66 {
    padding-bottom: 6.6rem !important;
  }
  .u-sp-pl-66 {
    padding-left: 6.6rem !important;
  }
  .u-sp-px-66 {
    padding-left: 6.6rem !important;
    padding-right: 6.6rem !important;
  }
  .u-sp-py-66 {
    padding-top: 6.6rem !important;
    padding-bottom: 6.6rem !important;
  }
  .u-sp-m-67 {
    margin: 6.7rem !important;
  }
  .u-sp-mt-67 {
    margin-top: 6.7rem !important;
  }
  .u-sp-mr-67 {
    margin-right: 6.7rem !important;
  }
  .u-sp-mb-67 {
    margin-bottom: 6.7rem !important;
  }
  .u-sp-ml-67 {
    margin-left: 6.7rem !important;
  }
  .u-sp-mx-67 {
    margin-left: 6.7rem !important;
    margin-right: 6.7rem !important;
  }
  .u-sp-my-67 {
    margin-top: 6.7rem !important;
    margin-bottom: 6.7rem !important;
  }
  .u-sp-p-67 {
    padding: 6.7rem !important;
  }
  .u-sp-pt-67 {
    padding-top: 6.7rem !important;
  }
  .u-sp-pr-67 {
    padding-right: 6.7rem !important;
  }
  .u-sp-pb-67 {
    padding-bottom: 6.7rem !important;
  }
  .u-sp-pl-67 {
    padding-left: 6.7rem !important;
  }
  .u-sp-px-67 {
    padding-left: 6.7rem !important;
    padding-right: 6.7rem !important;
  }
  .u-sp-py-67 {
    padding-top: 6.7rem !important;
    padding-bottom: 6.7rem !important;
  }
  .u-sp-m-68 {
    margin: 6.8rem !important;
  }
  .u-sp-mt-68 {
    margin-top: 6.8rem !important;
  }
  .u-sp-mr-68 {
    margin-right: 6.8rem !important;
  }
  .u-sp-mb-68 {
    margin-bottom: 6.8rem !important;
  }
  .u-sp-ml-68 {
    margin-left: 6.8rem !important;
  }
  .u-sp-mx-68 {
    margin-left: 6.8rem !important;
    margin-right: 6.8rem !important;
  }
  .u-sp-my-68 {
    margin-top: 6.8rem !important;
    margin-bottom: 6.8rem !important;
  }
  .u-sp-p-68 {
    padding: 6.8rem !important;
  }
  .u-sp-pt-68 {
    padding-top: 6.8rem !important;
  }
  .u-sp-pr-68 {
    padding-right: 6.8rem !important;
  }
  .u-sp-pb-68 {
    padding-bottom: 6.8rem !important;
  }
  .u-sp-pl-68 {
    padding-left: 6.8rem !important;
  }
  .u-sp-px-68 {
    padding-left: 6.8rem !important;
    padding-right: 6.8rem !important;
  }
  .u-sp-py-68 {
    padding-top: 6.8rem !important;
    padding-bottom: 6.8rem !important;
  }
  .u-sp-m-69 {
    margin: 6.9rem !important;
  }
  .u-sp-mt-69 {
    margin-top: 6.9rem !important;
  }
  .u-sp-mr-69 {
    margin-right: 6.9rem !important;
  }
  .u-sp-mb-69 {
    margin-bottom: 6.9rem !important;
  }
  .u-sp-ml-69 {
    margin-left: 6.9rem !important;
  }
  .u-sp-mx-69 {
    margin-left: 6.9rem !important;
    margin-right: 6.9rem !important;
  }
  .u-sp-my-69 {
    margin-top: 6.9rem !important;
    margin-bottom: 6.9rem !important;
  }
  .u-sp-p-69 {
    padding: 6.9rem !important;
  }
  .u-sp-pt-69 {
    padding-top: 6.9rem !important;
  }
  .u-sp-pr-69 {
    padding-right: 6.9rem !important;
  }
  .u-sp-pb-69 {
    padding-bottom: 6.9rem !important;
  }
  .u-sp-pl-69 {
    padding-left: 6.9rem !important;
  }
  .u-sp-px-69 {
    padding-left: 6.9rem !important;
    padding-right: 6.9rem !important;
  }
  .u-sp-py-69 {
    padding-top: 6.9rem !important;
    padding-bottom: 6.9rem !important;
  }
  .u-sp-m-70 {
    margin: 7rem !important;
  }
  .u-sp-mt-70 {
    margin-top: 7rem !important;
  }
  .u-sp-mr-70 {
    margin-right: 7rem !important;
  }
  .u-sp-mb-70 {
    margin-bottom: 7rem !important;
  }
  .u-sp-ml-70 {
    margin-left: 7rem !important;
  }
  .u-sp-mx-70 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .u-sp-my-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .u-sp-p-70 {
    padding: 7rem !important;
  }
  .u-sp-pt-70 {
    padding-top: 7rem !important;
  }
  .u-sp-pr-70 {
    padding-right: 7rem !important;
  }
  .u-sp-pb-70 {
    padding-bottom: 7rem !important;
  }
  .u-sp-pl-70 {
    padding-left: 7rem !important;
  }
  .u-sp-px-70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .u-sp-py-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .u-sp-m-71 {
    margin: 7.1rem !important;
  }
  .u-sp-mt-71 {
    margin-top: 7.1rem !important;
  }
  .u-sp-mr-71 {
    margin-right: 7.1rem !important;
  }
  .u-sp-mb-71 {
    margin-bottom: 7.1rem !important;
  }
  .u-sp-ml-71 {
    margin-left: 7.1rem !important;
  }
  .u-sp-mx-71 {
    margin-left: 7.1rem !important;
    margin-right: 7.1rem !important;
  }
  .u-sp-my-71 {
    margin-top: 7.1rem !important;
    margin-bottom: 7.1rem !important;
  }
  .u-sp-p-71 {
    padding: 7.1rem !important;
  }
  .u-sp-pt-71 {
    padding-top: 7.1rem !important;
  }
  .u-sp-pr-71 {
    padding-right: 7.1rem !important;
  }
  .u-sp-pb-71 {
    padding-bottom: 7.1rem !important;
  }
  .u-sp-pl-71 {
    padding-left: 7.1rem !important;
  }
  .u-sp-px-71 {
    padding-left: 7.1rem !important;
    padding-right: 7.1rem !important;
  }
  .u-sp-py-71 {
    padding-top: 7.1rem !important;
    padding-bottom: 7.1rem !important;
  }
  .u-sp-m-72 {
    margin: 7.2rem !important;
  }
  .u-sp-mt-72 {
    margin-top: 7.2rem !important;
  }
  .u-sp-mr-72 {
    margin-right: 7.2rem !important;
  }
  .u-sp-mb-72 {
    margin-bottom: 7.2rem !important;
  }
  .u-sp-ml-72 {
    margin-left: 7.2rem !important;
  }
  .u-sp-mx-72 {
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
  .u-sp-my-72 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .u-sp-p-72 {
    padding: 7.2rem !important;
  }
  .u-sp-pt-72 {
    padding-top: 7.2rem !important;
  }
  .u-sp-pr-72 {
    padding-right: 7.2rem !important;
  }
  .u-sp-pb-72 {
    padding-bottom: 7.2rem !important;
  }
  .u-sp-pl-72 {
    padding-left: 7.2rem !important;
  }
  .u-sp-px-72 {
    padding-left: 7.2rem !important;
    padding-right: 7.2rem !important;
  }
  .u-sp-py-72 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .u-sp-m-73 {
    margin: 7.3rem !important;
  }
  .u-sp-mt-73 {
    margin-top: 7.3rem !important;
  }
  .u-sp-mr-73 {
    margin-right: 7.3rem !important;
  }
  .u-sp-mb-73 {
    margin-bottom: 7.3rem !important;
  }
  .u-sp-ml-73 {
    margin-left: 7.3rem !important;
  }
  .u-sp-mx-73 {
    margin-left: 7.3rem !important;
    margin-right: 7.3rem !important;
  }
  .u-sp-my-73 {
    margin-top: 7.3rem !important;
    margin-bottom: 7.3rem !important;
  }
  .u-sp-p-73 {
    padding: 7.3rem !important;
  }
  .u-sp-pt-73 {
    padding-top: 7.3rem !important;
  }
  .u-sp-pr-73 {
    padding-right: 7.3rem !important;
  }
  .u-sp-pb-73 {
    padding-bottom: 7.3rem !important;
  }
  .u-sp-pl-73 {
    padding-left: 7.3rem !important;
  }
  .u-sp-px-73 {
    padding-left: 7.3rem !important;
    padding-right: 7.3rem !important;
  }
  .u-sp-py-73 {
    padding-top: 7.3rem !important;
    padding-bottom: 7.3rem !important;
  }
  .u-sp-m-74 {
    margin: 7.4rem !important;
  }
  .u-sp-mt-74 {
    margin-top: 7.4rem !important;
  }
  .u-sp-mr-74 {
    margin-right: 7.4rem !important;
  }
  .u-sp-mb-74 {
    margin-bottom: 7.4rem !important;
  }
  .u-sp-ml-74 {
    margin-left: 7.4rem !important;
  }
  .u-sp-mx-74 {
    margin-left: 7.4rem !important;
    margin-right: 7.4rem !important;
  }
  .u-sp-my-74 {
    margin-top: 7.4rem !important;
    margin-bottom: 7.4rem !important;
  }
  .u-sp-p-74 {
    padding: 7.4rem !important;
  }
  .u-sp-pt-74 {
    padding-top: 7.4rem !important;
  }
  .u-sp-pr-74 {
    padding-right: 7.4rem !important;
  }
  .u-sp-pb-74 {
    padding-bottom: 7.4rem !important;
  }
  .u-sp-pl-74 {
    padding-left: 7.4rem !important;
  }
  .u-sp-px-74 {
    padding-left: 7.4rem !important;
    padding-right: 7.4rem !important;
  }
  .u-sp-py-74 {
    padding-top: 7.4rem !important;
    padding-bottom: 7.4rem !important;
  }
  .u-sp-m-75 {
    margin: 7.5rem !important;
  }
  .u-sp-mt-75 {
    margin-top: 7.5rem !important;
  }
  .u-sp-mr-75 {
    margin-right: 7.5rem !important;
  }
  .u-sp-mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .u-sp-ml-75 {
    margin-left: 7.5rem !important;
  }
  .u-sp-mx-75 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .u-sp-my-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .u-sp-p-75 {
    padding: 7.5rem !important;
  }
  .u-sp-pt-75 {
    padding-top: 7.5rem !important;
  }
  .u-sp-pr-75 {
    padding-right: 7.5rem !important;
  }
  .u-sp-pb-75 {
    padding-bottom: 7.5rem !important;
  }
  .u-sp-pl-75 {
    padding-left: 7.5rem !important;
  }
  .u-sp-px-75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .u-sp-py-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .u-sp-m-76 {
    margin: 7.6rem !important;
  }
  .u-sp-mt-76 {
    margin-top: 7.6rem !important;
  }
  .u-sp-mr-76 {
    margin-right: 7.6rem !important;
  }
  .u-sp-mb-76 {
    margin-bottom: 7.6rem !important;
  }
  .u-sp-ml-76 {
    margin-left: 7.6rem !important;
  }
  .u-sp-mx-76 {
    margin-left: 7.6rem !important;
    margin-right: 7.6rem !important;
  }
  .u-sp-my-76 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important;
  }
  .u-sp-p-76 {
    padding: 7.6rem !important;
  }
  .u-sp-pt-76 {
    padding-top: 7.6rem !important;
  }
  .u-sp-pr-76 {
    padding-right: 7.6rem !important;
  }
  .u-sp-pb-76 {
    padding-bottom: 7.6rem !important;
  }
  .u-sp-pl-76 {
    padding-left: 7.6rem !important;
  }
  .u-sp-px-76 {
    padding-left: 7.6rem !important;
    padding-right: 7.6rem !important;
  }
  .u-sp-py-76 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important;
  }
  .u-sp-m-77 {
    margin: 7.7rem !important;
  }
  .u-sp-mt-77 {
    margin-top: 7.7rem !important;
  }
  .u-sp-mr-77 {
    margin-right: 7.7rem !important;
  }
  .u-sp-mb-77 {
    margin-bottom: 7.7rem !important;
  }
  .u-sp-ml-77 {
    margin-left: 7.7rem !important;
  }
  .u-sp-mx-77 {
    margin-left: 7.7rem !important;
    margin-right: 7.7rem !important;
  }
  .u-sp-my-77 {
    margin-top: 7.7rem !important;
    margin-bottom: 7.7rem !important;
  }
  .u-sp-p-77 {
    padding: 7.7rem !important;
  }
  .u-sp-pt-77 {
    padding-top: 7.7rem !important;
  }
  .u-sp-pr-77 {
    padding-right: 7.7rem !important;
  }
  .u-sp-pb-77 {
    padding-bottom: 7.7rem !important;
  }
  .u-sp-pl-77 {
    padding-left: 7.7rem !important;
  }
  .u-sp-px-77 {
    padding-left: 7.7rem !important;
    padding-right: 7.7rem !important;
  }
  .u-sp-py-77 {
    padding-top: 7.7rem !important;
    padding-bottom: 7.7rem !important;
  }
  .u-sp-m-78 {
    margin: 7.8rem !important;
  }
  .u-sp-mt-78 {
    margin-top: 7.8rem !important;
  }
  .u-sp-mr-78 {
    margin-right: 7.8rem !important;
  }
  .u-sp-mb-78 {
    margin-bottom: 7.8rem !important;
  }
  .u-sp-ml-78 {
    margin-left: 7.8rem !important;
  }
  .u-sp-mx-78 {
    margin-left: 7.8rem !important;
    margin-right: 7.8rem !important;
  }
  .u-sp-my-78 {
    margin-top: 7.8rem !important;
    margin-bottom: 7.8rem !important;
  }
  .u-sp-p-78 {
    padding: 7.8rem !important;
  }
  .u-sp-pt-78 {
    padding-top: 7.8rem !important;
  }
  .u-sp-pr-78 {
    padding-right: 7.8rem !important;
  }
  .u-sp-pb-78 {
    padding-bottom: 7.8rem !important;
  }
  .u-sp-pl-78 {
    padding-left: 7.8rem !important;
  }
  .u-sp-px-78 {
    padding-left: 7.8rem !important;
    padding-right: 7.8rem !important;
  }
  .u-sp-py-78 {
    padding-top: 7.8rem !important;
    padding-bottom: 7.8rem !important;
  }
  .u-sp-m-79 {
    margin: 7.9rem !important;
  }
  .u-sp-mt-79 {
    margin-top: 7.9rem !important;
  }
  .u-sp-mr-79 {
    margin-right: 7.9rem !important;
  }
  .u-sp-mb-79 {
    margin-bottom: 7.9rem !important;
  }
  .u-sp-ml-79 {
    margin-left: 7.9rem !important;
  }
  .u-sp-mx-79 {
    margin-left: 7.9rem !important;
    margin-right: 7.9rem !important;
  }
  .u-sp-my-79 {
    margin-top: 7.9rem !important;
    margin-bottom: 7.9rem !important;
  }
  .u-sp-p-79 {
    padding: 7.9rem !important;
  }
  .u-sp-pt-79 {
    padding-top: 7.9rem !important;
  }
  .u-sp-pr-79 {
    padding-right: 7.9rem !important;
  }
  .u-sp-pb-79 {
    padding-bottom: 7.9rem !important;
  }
  .u-sp-pl-79 {
    padding-left: 7.9rem !important;
  }
  .u-sp-px-79 {
    padding-left: 7.9rem !important;
    padding-right: 7.9rem !important;
  }
  .u-sp-py-79 {
    padding-top: 7.9rem !important;
    padding-bottom: 7.9rem !important;
  }
  .u-sp-m-80 {
    margin: 8rem !important;
  }
  .u-sp-mt-80 {
    margin-top: 8rem !important;
  }
  .u-sp-mr-80 {
    margin-right: 8rem !important;
  }
  .u-sp-mb-80 {
    margin-bottom: 8rem !important;
  }
  .u-sp-ml-80 {
    margin-left: 8rem !important;
  }
  .u-sp-mx-80 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .u-sp-my-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .u-sp-p-80 {
    padding: 8rem !important;
  }
  .u-sp-pt-80 {
    padding-top: 8rem !important;
  }
  .u-sp-pr-80 {
    padding-right: 8rem !important;
  }
  .u-sp-pb-80 {
    padding-bottom: 8rem !important;
  }
  .u-sp-pl-80 {
    padding-left: 8rem !important;
  }
  .u-sp-px-80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .u-sp-py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .u-sp-m-81 {
    margin: 8.1rem !important;
  }
  .u-sp-mt-81 {
    margin-top: 8.1rem !important;
  }
  .u-sp-mr-81 {
    margin-right: 8.1rem !important;
  }
  .u-sp-mb-81 {
    margin-bottom: 8.1rem !important;
  }
  .u-sp-ml-81 {
    margin-left: 8.1rem !important;
  }
  .u-sp-mx-81 {
    margin-left: 8.1rem !important;
    margin-right: 8.1rem !important;
  }
  .u-sp-my-81 {
    margin-top: 8.1rem !important;
    margin-bottom: 8.1rem !important;
  }
  .u-sp-p-81 {
    padding: 8.1rem !important;
  }
  .u-sp-pt-81 {
    padding-top: 8.1rem !important;
  }
  .u-sp-pr-81 {
    padding-right: 8.1rem !important;
  }
  .u-sp-pb-81 {
    padding-bottom: 8.1rem !important;
  }
  .u-sp-pl-81 {
    padding-left: 8.1rem !important;
  }
  .u-sp-px-81 {
    padding-left: 8.1rem !important;
    padding-right: 8.1rem !important;
  }
  .u-sp-py-81 {
    padding-top: 8.1rem !important;
    padding-bottom: 8.1rem !important;
  }
  .u-sp-m-82 {
    margin: 8.2rem !important;
  }
  .u-sp-mt-82 {
    margin-top: 8.2rem !important;
  }
  .u-sp-mr-82 {
    margin-right: 8.2rem !important;
  }
  .u-sp-mb-82 {
    margin-bottom: 8.2rem !important;
  }
  .u-sp-ml-82 {
    margin-left: 8.2rem !important;
  }
  .u-sp-mx-82 {
    margin-left: 8.2rem !important;
    margin-right: 8.2rem !important;
  }
  .u-sp-my-82 {
    margin-top: 8.2rem !important;
    margin-bottom: 8.2rem !important;
  }
  .u-sp-p-82 {
    padding: 8.2rem !important;
  }
  .u-sp-pt-82 {
    padding-top: 8.2rem !important;
  }
  .u-sp-pr-82 {
    padding-right: 8.2rem !important;
  }
  .u-sp-pb-82 {
    padding-bottom: 8.2rem !important;
  }
  .u-sp-pl-82 {
    padding-left: 8.2rem !important;
  }
  .u-sp-px-82 {
    padding-left: 8.2rem !important;
    padding-right: 8.2rem !important;
  }
  .u-sp-py-82 {
    padding-top: 8.2rem !important;
    padding-bottom: 8.2rem !important;
  }
  .u-sp-m-83 {
    margin: 8.3rem !important;
  }
  .u-sp-mt-83 {
    margin-top: 8.3rem !important;
  }
  .u-sp-mr-83 {
    margin-right: 8.3rem !important;
  }
  .u-sp-mb-83 {
    margin-bottom: 8.3rem !important;
  }
  .u-sp-ml-83 {
    margin-left: 8.3rem !important;
  }
  .u-sp-mx-83 {
    margin-left: 8.3rem !important;
    margin-right: 8.3rem !important;
  }
  .u-sp-my-83 {
    margin-top: 8.3rem !important;
    margin-bottom: 8.3rem !important;
  }
  .u-sp-p-83 {
    padding: 8.3rem !important;
  }
  .u-sp-pt-83 {
    padding-top: 8.3rem !important;
  }
  .u-sp-pr-83 {
    padding-right: 8.3rem !important;
  }
  .u-sp-pb-83 {
    padding-bottom: 8.3rem !important;
  }
  .u-sp-pl-83 {
    padding-left: 8.3rem !important;
  }
  .u-sp-px-83 {
    padding-left: 8.3rem !important;
    padding-right: 8.3rem !important;
  }
  .u-sp-py-83 {
    padding-top: 8.3rem !important;
    padding-bottom: 8.3rem !important;
  }
  .u-sp-m-84 {
    margin: 8.4rem !important;
  }
  .u-sp-mt-84 {
    margin-top: 8.4rem !important;
  }
  .u-sp-mr-84 {
    margin-right: 8.4rem !important;
  }
  .u-sp-mb-84 {
    margin-bottom: 8.4rem !important;
  }
  .u-sp-ml-84 {
    margin-left: 8.4rem !important;
  }
  .u-sp-mx-84 {
    margin-left: 8.4rem !important;
    margin-right: 8.4rem !important;
  }
  .u-sp-my-84 {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }
  .u-sp-p-84 {
    padding: 8.4rem !important;
  }
  .u-sp-pt-84 {
    padding-top: 8.4rem !important;
  }
  .u-sp-pr-84 {
    padding-right: 8.4rem !important;
  }
  .u-sp-pb-84 {
    padding-bottom: 8.4rem !important;
  }
  .u-sp-pl-84 {
    padding-left: 8.4rem !important;
  }
  .u-sp-px-84 {
    padding-left: 8.4rem !important;
    padding-right: 8.4rem !important;
  }
  .u-sp-py-84 {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }
  .u-sp-m-85 {
    margin: 8.5rem !important;
  }
  .u-sp-mt-85 {
    margin-top: 8.5rem !important;
  }
  .u-sp-mr-85 {
    margin-right: 8.5rem !important;
  }
  .u-sp-mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .u-sp-ml-85 {
    margin-left: 8.5rem !important;
  }
  .u-sp-mx-85 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .u-sp-my-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .u-sp-p-85 {
    padding: 8.5rem !important;
  }
  .u-sp-pt-85 {
    padding-top: 8.5rem !important;
  }
  .u-sp-pr-85 {
    padding-right: 8.5rem !important;
  }
  .u-sp-pb-85 {
    padding-bottom: 8.5rem !important;
  }
  .u-sp-pl-85 {
    padding-left: 8.5rem !important;
  }
  .u-sp-px-85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .u-sp-py-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .u-sp-m-86 {
    margin: 8.6rem !important;
  }
  .u-sp-mt-86 {
    margin-top: 8.6rem !important;
  }
  .u-sp-mr-86 {
    margin-right: 8.6rem !important;
  }
  .u-sp-mb-86 {
    margin-bottom: 8.6rem !important;
  }
  .u-sp-ml-86 {
    margin-left: 8.6rem !important;
  }
  .u-sp-mx-86 {
    margin-left: 8.6rem !important;
    margin-right: 8.6rem !important;
  }
  .u-sp-my-86 {
    margin-top: 8.6rem !important;
    margin-bottom: 8.6rem !important;
  }
  .u-sp-p-86 {
    padding: 8.6rem !important;
  }
  .u-sp-pt-86 {
    padding-top: 8.6rem !important;
  }
  .u-sp-pr-86 {
    padding-right: 8.6rem !important;
  }
  .u-sp-pb-86 {
    padding-bottom: 8.6rem !important;
  }
  .u-sp-pl-86 {
    padding-left: 8.6rem !important;
  }
  .u-sp-px-86 {
    padding-left: 8.6rem !important;
    padding-right: 8.6rem !important;
  }
  .u-sp-py-86 {
    padding-top: 8.6rem !important;
    padding-bottom: 8.6rem !important;
  }
  .u-sp-m-87 {
    margin: 8.7rem !important;
  }
  .u-sp-mt-87 {
    margin-top: 8.7rem !important;
  }
  .u-sp-mr-87 {
    margin-right: 8.7rem !important;
  }
  .u-sp-mb-87 {
    margin-bottom: 8.7rem !important;
  }
  .u-sp-ml-87 {
    margin-left: 8.7rem !important;
  }
  .u-sp-mx-87 {
    margin-left: 8.7rem !important;
    margin-right: 8.7rem !important;
  }
  .u-sp-my-87 {
    margin-top: 8.7rem !important;
    margin-bottom: 8.7rem !important;
  }
  .u-sp-p-87 {
    padding: 8.7rem !important;
  }
  .u-sp-pt-87 {
    padding-top: 8.7rem !important;
  }
  .u-sp-pr-87 {
    padding-right: 8.7rem !important;
  }
  .u-sp-pb-87 {
    padding-bottom: 8.7rem !important;
  }
  .u-sp-pl-87 {
    padding-left: 8.7rem !important;
  }
  .u-sp-px-87 {
    padding-left: 8.7rem !important;
    padding-right: 8.7rem !important;
  }
  .u-sp-py-87 {
    padding-top: 8.7rem !important;
    padding-bottom: 8.7rem !important;
  }
  .u-sp-m-88 {
    margin: 8.8rem !important;
  }
  .u-sp-mt-88 {
    margin-top: 8.8rem !important;
  }
  .u-sp-mr-88 {
    margin-right: 8.8rem !important;
  }
  .u-sp-mb-88 {
    margin-bottom: 8.8rem !important;
  }
  .u-sp-ml-88 {
    margin-left: 8.8rem !important;
  }
  .u-sp-mx-88 {
    margin-left: 8.8rem !important;
    margin-right: 8.8rem !important;
  }
  .u-sp-my-88 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }
  .u-sp-p-88 {
    padding: 8.8rem !important;
  }
  .u-sp-pt-88 {
    padding-top: 8.8rem !important;
  }
  .u-sp-pr-88 {
    padding-right: 8.8rem !important;
  }
  .u-sp-pb-88 {
    padding-bottom: 8.8rem !important;
  }
  .u-sp-pl-88 {
    padding-left: 8.8rem !important;
  }
  .u-sp-px-88 {
    padding-left: 8.8rem !important;
    padding-right: 8.8rem !important;
  }
  .u-sp-py-88 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }
  .u-sp-m-89 {
    margin: 8.9rem !important;
  }
  .u-sp-mt-89 {
    margin-top: 8.9rem !important;
  }
  .u-sp-mr-89 {
    margin-right: 8.9rem !important;
  }
  .u-sp-mb-89 {
    margin-bottom: 8.9rem !important;
  }
  .u-sp-ml-89 {
    margin-left: 8.9rem !important;
  }
  .u-sp-mx-89 {
    margin-left: 8.9rem !important;
    margin-right: 8.9rem !important;
  }
  .u-sp-my-89 {
    margin-top: 8.9rem !important;
    margin-bottom: 8.9rem !important;
  }
  .u-sp-p-89 {
    padding: 8.9rem !important;
  }
  .u-sp-pt-89 {
    padding-top: 8.9rem !important;
  }
  .u-sp-pr-89 {
    padding-right: 8.9rem !important;
  }
  .u-sp-pb-89 {
    padding-bottom: 8.9rem !important;
  }
  .u-sp-pl-89 {
    padding-left: 8.9rem !important;
  }
  .u-sp-px-89 {
    padding-left: 8.9rem !important;
    padding-right: 8.9rem !important;
  }
  .u-sp-py-89 {
    padding-top: 8.9rem !important;
    padding-bottom: 8.9rem !important;
  }
  .u-sp-m-90 {
    margin: 9rem !important;
  }
  .u-sp-mt-90 {
    margin-top: 9rem !important;
  }
  .u-sp-mr-90 {
    margin-right: 9rem !important;
  }
  .u-sp-mb-90 {
    margin-bottom: 9rem !important;
  }
  .u-sp-ml-90 {
    margin-left: 9rem !important;
  }
  .u-sp-mx-90 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .u-sp-my-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .u-sp-p-90 {
    padding: 9rem !important;
  }
  .u-sp-pt-90 {
    padding-top: 9rem !important;
  }
  .u-sp-pr-90 {
    padding-right: 9rem !important;
  }
  .u-sp-pb-90 {
    padding-bottom: 9rem !important;
  }
  .u-sp-pl-90 {
    padding-left: 9rem !important;
  }
  .u-sp-px-90 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .u-sp-py-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .u-sp-m-91 {
    margin: 9.1rem !important;
  }
  .u-sp-mt-91 {
    margin-top: 9.1rem !important;
  }
  .u-sp-mr-91 {
    margin-right: 9.1rem !important;
  }
  .u-sp-mb-91 {
    margin-bottom: 9.1rem !important;
  }
  .u-sp-ml-91 {
    margin-left: 9.1rem !important;
  }
  .u-sp-mx-91 {
    margin-left: 9.1rem !important;
    margin-right: 9.1rem !important;
  }
  .u-sp-my-91 {
    margin-top: 9.1rem !important;
    margin-bottom: 9.1rem !important;
  }
  .u-sp-p-91 {
    padding: 9.1rem !important;
  }
  .u-sp-pt-91 {
    padding-top: 9.1rem !important;
  }
  .u-sp-pr-91 {
    padding-right: 9.1rem !important;
  }
  .u-sp-pb-91 {
    padding-bottom: 9.1rem !important;
  }
  .u-sp-pl-91 {
    padding-left: 9.1rem !important;
  }
  .u-sp-px-91 {
    padding-left: 9.1rem !important;
    padding-right: 9.1rem !important;
  }
  .u-sp-py-91 {
    padding-top: 9.1rem !important;
    padding-bottom: 9.1rem !important;
  }
  .u-sp-m-92 {
    margin: 9.2rem !important;
  }
  .u-sp-mt-92 {
    margin-top: 9.2rem !important;
  }
  .u-sp-mr-92 {
    margin-right: 9.2rem !important;
  }
  .u-sp-mb-92 {
    margin-bottom: 9.2rem !important;
  }
  .u-sp-ml-92 {
    margin-left: 9.2rem !important;
  }
  .u-sp-mx-92 {
    margin-left: 9.2rem !important;
    margin-right: 9.2rem !important;
  }
  .u-sp-my-92 {
    margin-top: 9.2rem !important;
    margin-bottom: 9.2rem !important;
  }
  .u-sp-p-92 {
    padding: 9.2rem !important;
  }
  .u-sp-pt-92 {
    padding-top: 9.2rem !important;
  }
  .u-sp-pr-92 {
    padding-right: 9.2rem !important;
  }
  .u-sp-pb-92 {
    padding-bottom: 9.2rem !important;
  }
  .u-sp-pl-92 {
    padding-left: 9.2rem !important;
  }
  .u-sp-px-92 {
    padding-left: 9.2rem !important;
    padding-right: 9.2rem !important;
  }
  .u-sp-py-92 {
    padding-top: 9.2rem !important;
    padding-bottom: 9.2rem !important;
  }
  .u-sp-m-93 {
    margin: 9.3rem !important;
  }
  .u-sp-mt-93 {
    margin-top: 9.3rem !important;
  }
  .u-sp-mr-93 {
    margin-right: 9.3rem !important;
  }
  .u-sp-mb-93 {
    margin-bottom: 9.3rem !important;
  }
  .u-sp-ml-93 {
    margin-left: 9.3rem !important;
  }
  .u-sp-mx-93 {
    margin-left: 9.3rem !important;
    margin-right: 9.3rem !important;
  }
  .u-sp-my-93 {
    margin-top: 9.3rem !important;
    margin-bottom: 9.3rem !important;
  }
  .u-sp-p-93 {
    padding: 9.3rem !important;
  }
  .u-sp-pt-93 {
    padding-top: 9.3rem !important;
  }
  .u-sp-pr-93 {
    padding-right: 9.3rem !important;
  }
  .u-sp-pb-93 {
    padding-bottom: 9.3rem !important;
  }
  .u-sp-pl-93 {
    padding-left: 9.3rem !important;
  }
  .u-sp-px-93 {
    padding-left: 9.3rem !important;
    padding-right: 9.3rem !important;
  }
  .u-sp-py-93 {
    padding-top: 9.3rem !important;
    padding-bottom: 9.3rem !important;
  }
  .u-sp-m-94 {
    margin: 9.4rem !important;
  }
  .u-sp-mt-94 {
    margin-top: 9.4rem !important;
  }
  .u-sp-mr-94 {
    margin-right: 9.4rem !important;
  }
  .u-sp-mb-94 {
    margin-bottom: 9.4rem !important;
  }
  .u-sp-ml-94 {
    margin-left: 9.4rem !important;
  }
  .u-sp-mx-94 {
    margin-left: 9.4rem !important;
    margin-right: 9.4rem !important;
  }
  .u-sp-my-94 {
    margin-top: 9.4rem !important;
    margin-bottom: 9.4rem !important;
  }
  .u-sp-p-94 {
    padding: 9.4rem !important;
  }
  .u-sp-pt-94 {
    padding-top: 9.4rem !important;
  }
  .u-sp-pr-94 {
    padding-right: 9.4rem !important;
  }
  .u-sp-pb-94 {
    padding-bottom: 9.4rem !important;
  }
  .u-sp-pl-94 {
    padding-left: 9.4rem !important;
  }
  .u-sp-px-94 {
    padding-left: 9.4rem !important;
    padding-right: 9.4rem !important;
  }
  .u-sp-py-94 {
    padding-top: 9.4rem !important;
    padding-bottom: 9.4rem !important;
  }
  .u-sp-m-95 {
    margin: 9.5rem !important;
  }
  .u-sp-mt-95 {
    margin-top: 9.5rem !important;
  }
  .u-sp-mr-95 {
    margin-right: 9.5rem !important;
  }
  .u-sp-mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .u-sp-ml-95 {
    margin-left: 9.5rem !important;
  }
  .u-sp-mx-95 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .u-sp-my-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .u-sp-p-95 {
    padding: 9.5rem !important;
  }
  .u-sp-pt-95 {
    padding-top: 9.5rem !important;
  }
  .u-sp-pr-95 {
    padding-right: 9.5rem !important;
  }
  .u-sp-pb-95 {
    padding-bottom: 9.5rem !important;
  }
  .u-sp-pl-95 {
    padding-left: 9.5rem !important;
  }
  .u-sp-px-95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .u-sp-py-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .u-sp-m-96 {
    margin: 9.6rem !important;
  }
  .u-sp-mt-96 {
    margin-top: 9.6rem !important;
  }
  .u-sp-mr-96 {
    margin-right: 9.6rem !important;
  }
  .u-sp-mb-96 {
    margin-bottom: 9.6rem !important;
  }
  .u-sp-ml-96 {
    margin-left: 9.6rem !important;
  }
  .u-sp-mx-96 {
    margin-left: 9.6rem !important;
    margin-right: 9.6rem !important;
  }
  .u-sp-my-96 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .u-sp-p-96 {
    padding: 9.6rem !important;
  }
  .u-sp-pt-96 {
    padding-top: 9.6rem !important;
  }
  .u-sp-pr-96 {
    padding-right: 9.6rem !important;
  }
  .u-sp-pb-96 {
    padding-bottom: 9.6rem !important;
  }
  .u-sp-pl-96 {
    padding-left: 9.6rem !important;
  }
  .u-sp-px-96 {
    padding-left: 9.6rem !important;
    padding-right: 9.6rem !important;
  }
  .u-sp-py-96 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .u-sp-m-97 {
    margin: 9.7rem !important;
  }
  .u-sp-mt-97 {
    margin-top: 9.7rem !important;
  }
  .u-sp-mr-97 {
    margin-right: 9.7rem !important;
  }
  .u-sp-mb-97 {
    margin-bottom: 9.7rem !important;
  }
  .u-sp-ml-97 {
    margin-left: 9.7rem !important;
  }
  .u-sp-mx-97 {
    margin-left: 9.7rem !important;
    margin-right: 9.7rem !important;
  }
  .u-sp-my-97 {
    margin-top: 9.7rem !important;
    margin-bottom: 9.7rem !important;
  }
  .u-sp-p-97 {
    padding: 9.7rem !important;
  }
  .u-sp-pt-97 {
    padding-top: 9.7rem !important;
  }
  .u-sp-pr-97 {
    padding-right: 9.7rem !important;
  }
  .u-sp-pb-97 {
    padding-bottom: 9.7rem !important;
  }
  .u-sp-pl-97 {
    padding-left: 9.7rem !important;
  }
  .u-sp-px-97 {
    padding-left: 9.7rem !important;
    padding-right: 9.7rem !important;
  }
  .u-sp-py-97 {
    padding-top: 9.7rem !important;
    padding-bottom: 9.7rem !important;
  }
  .u-sp-m-98 {
    margin: 9.8rem !important;
  }
  .u-sp-mt-98 {
    margin-top: 9.8rem !important;
  }
  .u-sp-mr-98 {
    margin-right: 9.8rem !important;
  }
  .u-sp-mb-98 {
    margin-bottom: 9.8rem !important;
  }
  .u-sp-ml-98 {
    margin-left: 9.8rem !important;
  }
  .u-sp-mx-98 {
    margin-left: 9.8rem !important;
    margin-right: 9.8rem !important;
  }
  .u-sp-my-98 {
    margin-top: 9.8rem !important;
    margin-bottom: 9.8rem !important;
  }
  .u-sp-p-98 {
    padding: 9.8rem !important;
  }
  .u-sp-pt-98 {
    padding-top: 9.8rem !important;
  }
  .u-sp-pr-98 {
    padding-right: 9.8rem !important;
  }
  .u-sp-pb-98 {
    padding-bottom: 9.8rem !important;
  }
  .u-sp-pl-98 {
    padding-left: 9.8rem !important;
  }
  .u-sp-px-98 {
    padding-left: 9.8rem !important;
    padding-right: 9.8rem !important;
  }
  .u-sp-py-98 {
    padding-top: 9.8rem !important;
    padding-bottom: 9.8rem !important;
  }
  .u-sp-m-99 {
    margin: 9.9rem !important;
  }
  .u-sp-mt-99 {
    margin-top: 9.9rem !important;
  }
  .u-sp-mr-99 {
    margin-right: 9.9rem !important;
  }
  .u-sp-mb-99 {
    margin-bottom: 9.9rem !important;
  }
  .u-sp-ml-99 {
    margin-left: 9.9rem !important;
  }
  .u-sp-mx-99 {
    margin-left: 9.9rem !important;
    margin-right: 9.9rem !important;
  }
  .u-sp-my-99 {
    margin-top: 9.9rem !important;
    margin-bottom: 9.9rem !important;
  }
  .u-sp-p-99 {
    padding: 9.9rem !important;
  }
  .u-sp-pt-99 {
    padding-top: 9.9rem !important;
  }
  .u-sp-pr-99 {
    padding-right: 9.9rem !important;
  }
  .u-sp-pb-99 {
    padding-bottom: 9.9rem !important;
  }
  .u-sp-pl-99 {
    padding-left: 9.9rem !important;
  }
  .u-sp-px-99 {
    padding-left: 9.9rem !important;
    padding-right: 9.9rem !important;
  }
  .u-sp-py-99 {
    padding-top: 9.9rem !important;
    padding-bottom: 9.9rem !important;
  }
  .u-sp-m-100 {
    margin: 10rem !important;
  }
  .u-sp-mt-100 {
    margin-top: 10rem !important;
  }
  .u-sp-mr-100 {
    margin-right: 10rem !important;
  }
  .u-sp-mb-100 {
    margin-bottom: 10rem !important;
  }
  .u-sp-ml-100 {
    margin-left: 10rem !important;
  }
  .u-sp-mx-100 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .u-sp-my-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .u-sp-p-100 {
    padding: 10rem !important;
  }
  .u-sp-pt-100 {
    padding-top: 10rem !important;
  }
  .u-sp-pr-100 {
    padding-right: 10rem !important;
  }
  .u-sp-pb-100 {
    padding-bottom: 10rem !important;
  }
  .u-sp-pl-100 {
    padding-left: 10rem !important;
  }
  .u-sp-px-100 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .u-sp-py-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .p-404-wrap {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .p-404__text-title {
    font-size: 2.2rem;
    text-align: center;
  }
  .p-404__text-description {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .p-404__text-button {
    margin-top: 3rem;
  }
  .p-about .main-section {
    max-width: 34rem;
    padding-block: 4.75rem 7rem;
  }
  .p-about .main-section .section-title {
    font-size: 2.8rem;
    letter-spacing: -0.01em;
  }
  .p-about .main-section .section-description {
    line-height: 1.71;
    margin-top: 1.7rem;
    letter-spacing: -0.01em;
  }
  .p-about .main-section .en-bg-text {
    font-size: 10rem;
    bottom: 0.4rem;
    left: -3.4rem;
  }
  .p-about .link-section {
    max-width: 36rem;
    padding-block: 6.5rem 7.8rem;
  }
  .p-about .link-section .link-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2.4rem;
  }
  .p-about .link-section .link-item:nth-child(1):nth-child(1), .p-about .link-section .link-item:nth-child(2):nth-child(1) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-about .link-section .link-item:nth-child(1):nth-child(2), .p-about .link-section .link-item:nth-child(2):nth-child(2) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .p-about .link-section .link-item:nth-child(3), .p-about .link-section .link-item:nth-child(4), .p-about .link-section .link-item:nth-child(5) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .p-about .link-section .link-item:nth-child(5) .link-item__title {
    line-height: 5.3rem;
  }
  .p-about .link-section .link-item a {
    gap: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-about .link-section .link-item a img {
    height: 17rem;
  }
  .p-about .link-section .link-item a .link-item__title {
    margin-top: 1rem;
    margin-inline: auto;
  }
  .p-about .link-section .link-item a .link-item__desc {
    margin-top: 0.5rem;
  }
  .p-news {
    padding-bottom: 5rem;
    overflow: hidden;
  }
  .p-news .s-category {
    padding-top: 5rem;
  }
  .p-news .s-category ul li a {
    font-size: 1.2rem;
  }
  .p-news .s-list {
    margin-top: 3rem;
  }
  .p-news .s-list > ul li {
    padding-bottom: 1.2rem;
    -ms-grid-columns: 10.8rem 1fr;
    grid-template-columns: 10.8rem 1fr;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .p-news .s-list > ul li > figure {
    border-radius: 1rem;
    height: 7.7rem;
  }
  .p-news .s-list-item__desc h4 {
    margin-top: 0.2rem;
    width: 100%;
    font-size: 1.6rem;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .p-news .s-list-item__desc > div span {
    font-size: 1.5rem;
  }
  .p-news .s-list-item__desc > div a {
    height: 2rem;
    font-size: 1.2rem;
  }
  .p-news .s-list-item__arrow {
    display: none;
  }
  .p-news .s-contents {
    padding-top: 5rem;
    width: 100%;
  }
  .p-news .s-contents-date span {
    font-size: 1.5rem;
  }
  .p-news .s-contents-date a {
    height: 2rem;
    font-size: 1.2rem;
  }
  .p-news .s-contents-ttl {
    font-size: 2.4rem;
  }
  .p-news .s-contents-thum {
    margin-top: 2rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
  }
  .p-news .s-contents figure {
    border-radius: 1rem;
  }
  .p-news .s-contents h2 {
    font-size: 2rem;
  }
  .p-news .s-contents p {
    font-size: 1.4rem;
  }
  .p-news .s-contents h3 {
    font-size: 1.8rem;
  }
  .p-news .s-contents h4 {
    font-size: 1.6rem;
  }
  .p-news .s-contents ul li {
    font-size: 1.4rem;
  }
  .p-news .s-pager {
    width: 100%;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding-top: 1rem;
    margin-top: 4rem;
  }
  .p-news .s-pager::before {
    top: 2rem;
    height: calc(100% - 2rem);
  }
  .p-news .s-pager__txt {
    font-size: 1.6rem;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .p-news .s-pager__arrow-prev {
    -ms-grid-columns: 4rem 1fr;
    grid-template-columns: 4rem 1fr;
    font-size: 1.7rem;
  }
  .p-news .s-btn {
    margin-top: 3rem;
  }
  .p-career-path .c-mv-img {
    margin-left: 2rem;
  }
  .p-career-path .section-wrap {
    padding-bottom: 8rem;
  }
  .p-career-path .section-wrap .c-heading04 h3 {
    text-align: left;
  }
  .p-career-path .section-wrap .section-title {
    width: 100%;
    font-size: 2.6rem;
  }
  .p-career-path .section-wrap__main {
    max-width: 34rem;
    text-align: start;
  }
  .p-career-path .section-wrap__main .section-title {
    text-align: start;
  }
  .p-career-path .section-wrap__main .section-description {
    line-height: 1.7;
    max-width: 36rem;
  }
  .p-career-path .section-wrap__training {
    padding-top: 4rem;
    letter-spacing: 0.1em;
    padding-bottom: 5.9rem;
  }
  .p-career-path .section-wrap__training .section-title {
    margin-bottom: 1.2rem;
    letter-spacing: 0.1em;
  }
  .p-career-path .section-wrap__training .caption-box {
    margin-bottom: 2rem;
    width: 36rem;
    height: 6.5rem;
  }
  .p-career-path .section-wrap__training .caption-box > h3 {
    text-align: center;
  }
  .p-career-path .section-wrap__training .training-description {
    width: 34rem;
    letter-spacing: 0;
    line-height: 1.7;
  }
  .p-career-path .section-wrap__training .training-img-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-inline: 2rem;
  }
  .p-career-path .section-wrap__training .training-img {
    padding-bottom: 2.2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-inline: 0;
    margin-top: 3.2rem;
  }
  .p-career-path .section-wrap__training .training-img picture {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 1.6rem;
    padding-bottom: 2.575rem;
    padding-inline: 5rem;
    background-color: #fff;
    border: 0.2rem solid #4FA8F7;
    border-radius: 1.8rem;
  }
  .p-career-path .section-wrap__training .training-img picture img {
    width: 70rem;
  }
  .p-career-path .section-wrap__training .training-img img {
    max-height: 28.7rem;
    padding-right: 1rem;
  }
  .p-career-path .section-wrap__training .training-flow {
    margin-top: 0;
  }
  .p-career-path .section-wrap__training .training-flow__list {
    margin-top: 1.2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 1.6rem;
  }
  .p-career-path .section-wrap__training .training-flow__list-item {
    max-width: 36rem;
    margin-inline: auto;
    -ms-grid-columns: 11rem auto;
    grid-template-columns: 11rem auto;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .p-career-path .section-wrap__training .training-flow__item-img img {
    width: 10.8rem;
    height: auto;
  }
  .p-career-path .section-wrap__training .training-flow__item-content {
    gap: 0;
  }
  .p-career-path .section-wrap__training .training-flow__item-content-title {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .p-career-path .section-wrap__training .training-flow__item-content-description {
    line-height: 1.7;
    letter-spacing: 0;
  }
  .p-career-path .section-wrap__training .training-program {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 1.6rem;
    max-width: 36rem;
  }
  .p-career-path .section-wrap__training .training-program__accordion-wrap {
    width: 100%;
  }
  .p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion {
    row-gap: 1rem;
  }
  .p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-item {
    border-radius: 1.8rem;
    padding: 1.8rem 1.8rem;
  }
  .p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-item > dt > p {
    font-size: 2rem;
    width: calc(100% - 5.5rem);
    margin-bottom: 1.5rem;
  }
  .p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-item .js-acc-trigger {
    cursor: default;
    pointer-events: none;
  }
  .p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-item > dd {
    display: block;
    padding: 0;
  }
  .p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-item > dd p {
    font-size: 1.5rem;
  }
  .p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion .js-modal-trigger {
    cursor: pointer;
    pointer-events: auto;
  }
  .p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-plus {
    display: none;
  }
  .p-career-path .section-wrap__training .training-program__accordion-wrap .c-accordion-plus > span {
    width: 1rem;
    height: 1px;
  }
  .p-career-path .section-wrap__training .training-program__description {
    padding-inline: 1rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  .p-career-path .section-wrap__training .training-program .program-flow {
    margin-top: 1.2rem;
  }
  .p-career-path .section-wrap__training .training-program .program-flow__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.6rem;
  }
  .p-career-path .section-wrap__training .training-program .program-flow__list-item {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .p-career-path .section-wrap__training .training-program .program-flow__item-img {
    width: 10.8rem;
  }
  .p-career-path .section-wrap__training .training-program .program-flow__item-content {
    gap: 0;
  }
  .p-career-path .section-wrap__training .training-program .program-flow__item-content-title {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .p-career-path .section-wrap__training .training-program .program-flow__item-content-description {
    letter-spacing: 0;
    line-height: 1.7;
  }
  .p-career-path .section-wrap__growth-support {
    max-width: 36rem;
  }
  .p-career-path .section-wrap__growth-support .growth-support-description {
    padding-inline: 1rem;
    margin-bottom: 4.4rem;
  }
  .p-career-path .section-wrap__growth-support .c-3col__ttl {
    font-size: 2.2rem;
  }
  .p-career-path .section-wrap__career-path-flow {
    max-width: 36rem;
    padding-top: 3rem;
  }
  .p-career-path .section-wrap__career-path-flow .section-title {
    margin-bottom: 1.5rem;
  }
  .p-career-path .section-wrap__career-path-flow .career-path-flow__description {
    padding-inline: 1rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .p-career-path .section-wrap__career-path-flow .c-heading04 {
    margin-bottom: 2.5rem;
  }
  .p-career-path .section-wrap__career-path-flow .career-path-flow__sub-description {
    padding-inline: 1rem;
    line-height: 1.7;
    letter-spacing: 0;
    margin-bottom: 1rem;
  }
  .p-career-path .section-wrap__career-path-flow .career-path-flow__card-list-wrap {
    margin-top: 2rem;
  }
  .p-career-path .section-wrap__career-path-flow .career-path-flow__card-list-wrap .card-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
  .p-career-path .section-wrap__career-path-flow .career-path-flow__card-list-wrap .card-list__item::after {
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
    top: inherit;
    bottom: -2.8rem;
    width: 3rem;
    height: 2rem;
  }
  .p-career-path .section-wrap__career-path-flow .career-path-flow__information-card-wrap {
    margin-bottom: 10rem;
  }
  .p-career-path .section-wrap__career-path-flow .career-path-flow__information-card-wrap-2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .p-career-path .section-wrap__career-path-flow .career-path-flow__information-card-wrap-2col .col-title {
    padding-block: 0.6rem;
    width: 19.2rem;
  }
  .p-career-path .section-wrap__career-path-flow .career-path-flow__information-card-wrap-2col .col-title h3 {
    font-size: 2rem;
  }
  .p-career-path .section-wrap__career-path-flow .career-path-flow__information-card-wrap-2col .col-2-left .col-title {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-career-path .section-wrap__career-path-flow .career-path-flow__information-card-wrap-2col .col-2-right {
    display: none;
  }
  .p-career-path .section-wrap__career-path-flow .wide-type__card-list-item {
    margin-top: 1.1rem;
    margin-bottom: 3.2rem;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.9rem;
  }
  .p-career-path .section-wrap__career-path-flow .wide-type__card-list-item-img {
    max-width: 26rem;
  }
  .p-career-path .section-wrap__career-path-flow .short-type__card-list-item {
    margin-top: 1.1rem;
    margin-bottom: 3.2rem;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.9rem;
  }
  .p-career-path .section-wrap__career-path-flow .short-type__card-list-item-img {
    max-width: 26rem;
  }
  .p-career-path .section-wrap__career-path-flow .c-heading04 {
    margin-top: 3rem;
  }
  .p-career-path .section-wrap__career-path-flow .c-heading04 .colegial-teachers-icon {
    top: -13rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    height: 13rem;
    width: 30rem;
  }
  .p-career-path .section-wrap__about-work {
    padding-top: 4rem;
    padding-bottom: 7.5rem;
  }
  .p-career-path .section-wrap__about-work .section-title {
    margin-bottom: 1.6rem;
  }
  .p-career-path .triangle-arrow:before {
    top: -3.1rem;
    border-top: 1.8rem solid #2778B7;
    border-right: 1.4rem solid transparent;
    border-left: 1.3rem solid transparent;
  }
  .p-career-path .growth-support-list .c-3col {
    row-gap: 5rem;
  }
  .p-comeback .c-mv-wrap {
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
  }
  .p-comeback .c-mv-img {
    margin-left: 0;
    width: calc(100% + 1rem);
  }
  .p-comeback-wrap {
    margin-top: 4rem;
  }
  .p-comeback .s-desc {
    width: 100%;
    padding: 0 2rem;
    padding-bottom: 5rem;
  }
  .p-comeback .s-desc p {
    text-align: left;
  }
  .p-comeback .s-overview {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }
  .p-comeback .s-overview-wrap {
    width: 100%;
    padding: 0 2rem;
  }
  .p-comeback .s-overview-wrap .c-table02 dd > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
    margin-top: 1rem;
  }
  .p-comeback .s-overview-wrap .c-table02 dd > dl > div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-comeback .s-flow {
    width: 100%;
    padding: 0 2rem;
    padding-top: 4rem;
  }
  .p-comeback .s-flow .c-heading h2 {
    text-align: center;
  }
  .p-comeback .s-flow-list {
    width: 100%;
    margin-top: 3rem;
    row-gap: 3rem;
  }
  .p-comeback .s-flow-list__item {
    -ms-grid-columns: 6rem 1fr;
    grid-template-columns: 6rem 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding: 2.5rem 2rem;
    row-gap: 0.5rem;
  }
  .p-comeback .s-flow-list__caption {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 1rem 2rem;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .p-comeback .s-flow-list__caption > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-comeback .s-flow-list__ttl {
    -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;
    font-size: 1.8rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .p-comeback .s-flow-list__ttl .step > span {
    font-size: 1.8rem;
  }
  .p-comeback .s-flow-list__desc {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-comeback .s-flow-list dd {
    display: contents;
  }
  .p-comeback .s-flow-entry {
    width: 100%;
    margin-top: 5rem;
  }
  .p-comeback .s-flow-entry__inner {
    row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-comeback .s-flow-entry__inner .l-desc {
    margin-left: 0;
  }
  .p-comeback .s-flow-entry__inner .r-img {
    width: calc(100% + 2rem);
    margin-top: 0;
    margin-right: -2rem;
    z-index: -1;
  }
  .p-comeback .s-flow-entry__inner .r-img::before {
    font-size: 12rem;
  }
  .p-comeback .s-flow-entry__caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 2rem;
    width: 100%;
    margin-top: 1rem;
  }
  .p-crosstalk-wrap {
    padding-top: 8rem;
  }
  .p-crosstalk-wrap::before {
    height: 2.5rem;
  }
  .p-crosstalk .s-talk {
    row-gap: 6rem;
  }
  .p-crosstalk .s-talk-wrap {
    max-width: inherit;
    width: 100%;
    padding: 0 2rem;
  }
  .p-crosstalk .s-talk-question {
    row-gap: 0.6rem;
  }
  .p-crosstalk .s-talk-question > span {
    font-size: 2rem;
    padding: 0.5rem 1.8rem 0.8rem 1.8rem;
  }
  .p-crosstalk .s-talk-question::before {
    font-size: 9rem;
    right: inherit;
    left: -1rem;
    top: 8.4rem;
  }
  .p-crosstalk .s-talk-answer {
    margin-top: 8rem;
  }
  .p-crosstalk .s-talk-answer > ul {
    width: 100%;
    row-gap: 2rem;
  }
  .p-crosstalk .s-talk-answer > ul li {
    -ms-grid-columns: 6.6rem 1fr;
    grid-template-columns: 6.6rem 1fr;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .p-crosstalk .s-talk-answer > ul li figure {
    font-size: 1.2rem;
  }
  .p-crosstalk .s-talk-answer > ul li:nth-child(even) {
    -ms-grid-columns: 1fr 6.6rem;
    grid-template-columns: 1fr 6.6rem;
  }
  .p-crosstalk .s-talk-answer__balloon {
    padding: 1.7rem 1.6rem;
  }
  .p-crosstalk .s-talk-img {
    height: 26rem;
    aspect-ratio: 400/277;
    -webkit-clip-path: polygon(0 2.5rem, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 2.5rem, 100% 0, 100% 100%, 0 100%);
  }
  .p-crosstalk .s-talk-img img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.5rem), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.5rem), 0 100%);
  }
  .p-crosstalk .s-interest::before {
    font-size: 11rem;
    bottom: 5rem;
    left: 0;
    letter-spacing: 0;
  }
  .p-crosstalk .s-interest-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-crosstalk .s-interest-wrap .l-content {
    width: 100%;
    padding-top: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: 0;
    margin-right: 0;
  }
  .p-crosstalk .s-interest-wrap .l-content h4 {
    font-size: 3rem;
    line-height: 150%;
  }
  .p-crosstalk .s-interest-wrap .l-content > p {
    margin-top: 1rem;
  }
  .p-crosstalk .s-interest-wrap .l-content__btn {
    margin-top: 2rem;
  }
  .p-crosstalk .s-interest-wrap .l-content__btn ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
    place-content: center;
    place-items: center;
  }
  .p-crosstalk .s-interest-wrap .r-img {
    width: 29rem;
  }
  .p-crosstalk .s-other {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .p-crosstalk .s-other-banner {
    width: 100%;
    padding: 0 3rem;
  }
  .p-crosstalk-mid .c-mv-crosstalk-member__list:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin: 0 auto;
  }
  .c-bg-slant::after {
    height: 2.5rem;
  }
  .c-img-slant {
    aspect-ratio: 400/214;
    -webkit-clip-path: polygon(0 2.5rem, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 2.5rem, 100% 0, 100% 100%, 0 100%);
  }
  .c-img-slant img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.5rem), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.5rem), 0 100%);
  }
  .p-data .c-heading {
    text-align: center;
  }
  .p-data-wrap {
    padding-bottom: 10rem;
    background: url(../images/common/bg-squaremesh.png) #EAF1FE;
    background-position: center;
    background-repeat: repeat;
    background-size: 80rem 3.1rem;
  }
  .p-data-wrap::before {
    height: 2.5rem;
  }
  .p-data .s-company {
    width: 100%;
    padding-top: 0;
  }
  .p-data .c-data {
    margin-top: 2.5rem;
    row-gap: 2rem;
  }
  .p-data .c-data-company, .p-data .c-data-work {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-data .c-data-diversity {
    margin-top: -1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-data .c-data-item {
    height: 16.6rem;
    padding: 1.5rem 0;
  }
  .p-data .c-data-item h5 {
    font-size: 1.9rem;
  }
  .p-data .c-data-item .content-wrap .num {
    font-size: 7.5rem;
  }
  .p-data .c-data-item .caption {
    margin-top: inherit;
  }
  .p-data .c-data-item-founding {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10rem auto;
    grid-template-columns: 10rem auto;
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -ms-grid-rows: -webkit-max-content 7.5rem -webkit-max-content;
    -ms-grid-rows: max-content 7.5rem max-content;
    grid-template-rows: -webkit-max-content 7.5rem -webkit-max-content;
    grid-template-rows: max-content 7.5rem max-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    place-content: center;
  }
  .p-data .c-data-item-founding .content {
    display: contents;
  }
  .p-data .c-data-item-founding .content figure {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row: span 3;
  }
  .p-data .c-data-item-founding .content-wrap .num {
    width: 9rem;
  }
  .p-data .c-data-item-founding h5 {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .p-data .c-data-item-founding .caption {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .p-data .c-data-item-campus {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 14rem;
    grid-template-columns: 1fr 14rem;
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -ms-grid-rows: -webkit-max-content 1fr;
    -ms-grid-rows: max-content 1fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    place-content: center;
    place-items: center;
    padding-left: 4rem;
  }
  .p-data .c-data-item-campus h5 {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .p-data .c-data-item-campus .content {
    display: contents;
  }
  .p-data .c-data-item-campus .content-wrap {
    padding-bottom: 0;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .p-data .c-data-item-campus .content-wrap .caption {
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .p-data .c-data-item-campus .content-wrap > div .num {
    width: 13rem;
  }
  .p-data .c-data-item-campus .content figure {
    width: auto;
    margin-top: 1rem;
    margin-right: 0;
    margin-left: auto;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row: span 3;
  }
  .p-data .c-data-item-students {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .p-data .c-data-item-students .content-wrap .num {
    width: 22rem;
  }
  .p-data .c-data-item-staff, .p-data .c-data-item-years, .p-data .c-data-item-overtime {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .p-data .c-data-item-staff .content-wrap .num, .p-data .c-data-item-years .content-wrap .num, .p-data .c-data-item-overtime .content-wrap .num {
    width: 12rem;
  }
  .p-data .c-data-item-staff .content-wrap .num {
    width: 18rem;
  }
  .p-data .c-data-item-overtime {
    padding-right: 7rem;
  }
  .p-data .c-data-item-years > figure {
    width: 11.7rem;
    height: auto;
  }
  .p-data .c-data-item-years .content-wrap .num {
    width: 9rem;
  }
  .p-data .c-data-item-revenue {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 9.1rem 1fr;
    grid-template-columns: 9.1rem 1fr;
    grid-column-gap: 2.3rem;
    -webkit-column-gap: 2.3rem;
       -moz-column-gap: 2.3rem;
            column-gap: 2.3rem;
    -ms-grid-rows: -webkit-max-content 1fr;
    -ms-grid-rows: max-content 1fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    place-content: center;
    place-items: center;
    padding-left: 4rem;
  }
  .p-data .c-data-item-revenue h5 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .p-data .c-data-item-revenue .content {
    display: contents;
  }
  .p-data .c-data-item-revenue .content-wrap .num {
    width: 12rem;
  }
  .p-data .c-data-item-revenue .content figure {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row: span 3;
  }
  .p-data .c-data-item-revenue .content-wrap .unit {
    font-size: 2.5rem;
    padding-top: 1.5rem;
  }
  .p-data .c-data-item-market .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-data .c-data-item-market .content-wrap p {
    font-size: 3.4rem;
  }
  .p-data .c-data-item-paidleave {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 9.1rem 1fr;
    grid-template-columns: 9.1rem 1fr;
    grid-column-gap: 2.3rem;
    -webkit-column-gap: 2.3rem;
       -moz-column-gap: 2.3rem;
            column-gap: 2.3rem;
    -ms-grid-rows: -webkit-max-content 1fr;
    -ms-grid-rows: max-content 1fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    place-content: center;
    place-items: center;
    padding-left: 4rem;
  }
  .p-data .c-data-item-paidleave h5 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .p-data .c-data-item-paidleave .content {
    display: contents;
  }
  .p-data .c-data-item-paidleave .content-wrap .num {
    line-height: 85%;
    width: 12rem;
  }
  .p-data .c-data-item-paidleave .content figure {
    margin-top: 0;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row: span 3;
  }
  .p-data .c-data-item-age {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20rem;
    grid-template-columns: 1fr 20rem;
    -ms-grid-rows: -webkit-max-content -webkit-max-content;
    -ms-grid-rows: max-content max-content;
    grid-template-rows: -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content;
    grid-column-gap: 1.8rem;
    -webkit-column-gap: 1.8rem;
       -moz-column-gap: 1.8rem;
            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;
    place-content: center;
    place-items: center;
    padding: 2rem;
  }
  .p-data .c-data-item-age h5 {
    margin-top: auto;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .p-data .c-data-item-age .content {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    margin-top: 0 !important;
  }
  .p-data .c-data-item-age .content * {
    color: #FFF;
  }
  .p-data .c-data-item-age .content .ic-percentage > span {
    font-size: 1rem;
  }
  .p-data .c-data-item-age .content .ic-percentage > p {
    font-size: 1.2rem;
    color: #FFF;
  }
  .p-data .c-data-item-age .content .ic-percentage > p > span {
    font-size: 2.8rem;
  }
  .p-data .c-data-item-age .content .ic-percentage > p > span small {
    font-size: 1.7rem;
  }
  .p-data .c-data-item-age .content .ic-percentage .ic-line {
    display: none;
  }
  .p-data .c-data-item-age .content .ic-percentage-20 {
    -webkit-transform: translateX(-50%) translateX(5rem);
            transform: translateX(-50%) translateX(5rem);
    top: 5rem;
  }
  .p-data .c-data-item-age .content .ic-percentage-30 {
    -webkit-transform: translateX(-50%) translateX(2rem);
            transform: translateX(-50%) translateX(2rem);
    top: 13rem;
  }
  .p-data .c-data-item-age .content .ic-percentage-40 {
    -webkit-transform: translateX(-50%) translateX(-6rem);
            transform: translateX(-50%) translateX(-6rem);
    top: 7.5rem;
  }
  .p-data .c-data-item-age .content .ic-percentage-50 {
    -webkit-transform: translateX(-50%) translateX(-2.5rem);
            transform: translateX(-50%) translateX(-2.5rem);
    top: 1.7rem;
  }
  .p-data .c-data-item-age .content .graph {
    width: 20rem;
    height: 20rem;
  }
  .p-data .c-data-item-age .caption {
    margin-bottom: auto;
    padding-left: 0;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    margin-top: -0.3rem;
  }
  .p-data .c-data-item-midcareer .content {
    margin: 0 auto;
    padding-left: 0;
    margin-top: 0.7rem !important;
    width: calc(100% - 4rem);
  }
  .p-data .c-data-item-midcareer .content .bar-graph li {
    -ms-grid-columns: 5rem -webkit-min-content 8rem;
    -ms-grid-columns: 5rem min-content 8rem;
    grid-template-columns: 5rem -webkit-min-content 8rem;
    grid-template-columns: 5rem min-content 8rem;
  }
  .p-data .c-data-item-midcareer .content .bar-graph li .year {
    font-size: 1.2rem;
  }
  .p-data .c-data-item-midcareer .content .bar-graph li .line {
    height: 3rem;
  }
  .p-data .c-data-item-midcareer .content .bar-graph li:first-child {
    --target-width: 10rem;
  }
  .p-data .c-data-item-midcareer .content .bar-graph li:nth-child(2) {
    --target-width: 16rem;
  }
  .p-data .c-data-item-midcareer .content .bar-graph li:last-child {
    --target-width: 13rem;
  }
  .p-data .c-data-item-midcareer .content .bar-graph li .num {
    font-size: 4rem;
  }
  .p-data .c-data-item-midcareer .content .bar-graph li .num small {
    font-size: 2.6rem;
  }
  .p-data .c-data-item-midcareer .caption {
    margin-top: 0.5rem;
  }
  .p-data .c-data-item-midcareer figure {
    display: none;
  }
  .p-data .c-data-item-maternity {
    display: -ms-grid;
    display: grid;
    padding-left: 1rem;
    padding-right: 1rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    place-content: center;
    place-items: center;
  }
  .p-data .c-data-item-maternity h5 {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-data .c-data-item-maternity .content {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    margin-top: 0.5rem !important;
  }
  .p-data .c-data-item-maternity .content-wrap {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-data .c-data-item-maternity .content-wrap .ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-data .c-data-item-maternity .content-wrap .unit {
    font-size: 2.5rem;
  }
  .p-data .c-data-item-maternity .content-wrap-female svg {
    width: 2.8rem;
  }
  .p-data .c-data-item-maternity .content-wrap-female .desc {
    height: 8rem;
  }
  .p-data .c-data-item-maternity .content-wrap-female .desc .num {
    width: 13rem;
  }
  .p-data .c-data-item-maternity .content-wrap-male svg {
    width: 2rem;
  }
  .p-data .c-data-item-maternity .content-wrap-male .desc {
    height: 8rem;
  }
  .p-data .c-data-item-maternity .content-wrap-male .desc .num {
    width: 12.5rem;
  }
  .p-data .c-data-item-maternity .caption {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-data .c-data-item-gender {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-data .c-data-item-gender .content {
    min-height: 10rem;
    width: 100%;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .p-data .c-data-item-gender .content > svg {
    display: none;
  }
  .p-data .c-data-item-gender .content-wrap .desc {
    height: 9rem;
  }
  .p-data .c-data-item-gender .content-wrap .num {
    width: 12.5rem;
    font-size: 7.5rem;
  }
  .p-data .c-data-item-gender .content-wrap .num small {
    font-size: 4.4rem;
  }
  .p-data .c-data-item-gender .content-wrap .unit {
    font-size: 2.5rem;
  }
  .p-data .c-data-item-gender .content-wrap-female svg {
    display: block;
    width: 2.8rem;
    overflow: inherit;
  }
  .p-data .c-data-item-gender .content-wrap-female .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
    height: 7rem;
  }
  .p-data .c-data-item-gender .content-wrap-female .ttl .num {
    width: 13rem;
  }
  .p-data .c-data-item-gender .content-wrap-male svg {
    display: block;
    width: 2.3rem;
    overflow: inherit;
  }
  .p-data .c-data-item-gender .content-wrap-male .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 7rem;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
  .p-data .c-data-item-gender .content-wrap-male .ttl .num {
    width: 12.5rem;
  }
  .p-data .c-data-item-return {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15rem;
    padding-right: 5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-data .c-data-item-return .content {
    margin-right: auto;
    margin-top: 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-data .c-data-item-return .content-wrap {
    height: 7.5rem;
  }
  .p-data .c-data-item-return .content-wrap .num {
    width: 8.5rem;
  }
  .p-data .c-data-item-return figure {
    width: 13rem;
    left: -1rem;
  }
  .p-data .c-data-item-faculty .content ul {
    row-gap: 0.5rem;
  }
  .p-data .c-data-item-faculty .content ul li {
    padding: 0 6.6rem;
  }
  .p-data .c-data-item-faculty .content ul li .desc {
    height: 8rem;
  }
  .p-data .c-data-item-faculty .content ul li .ttl {
    font-size: 1.6rem;
  }
  .p-data .c-data-item-faculty .content ul li .num {
    font-size: 7.5rem;
    width: 12.5rem;
  }
  .p-data .c-data-item-faculty .content ul li .num small {
    font-size: 4.4rem;
  }
  .p-data .c-data-item-faculty .caption {
    margin-top: 0.5rem;
  }
  .p-data .c-data-item-faculty .pencil {
    top: -1rem;
    width: 14rem;
    bottom: inherit;
  }
  .p-data .c-data-item-faculty .flashcards {
    width: 9rem;
    left: 1.5rem;
  }
  .p-data .s-work {
    margin-top: 8rem;
  }
  .p-data .s-work > figure {
    width: 11.7rem;
    top: 25rem;
    z-index: 1;
    right: -1rem;
  }
  .p-data .s-diversity {
    margin-top: 8rem;
  }
  .p-data .s-diversity .c-heading {
    text-align: left;
  }
  .p-data .s-diversity .c-data-item {
    height: auto;
  }
  .p-faq [id] {
    scroll-margin-top: 25rem !important;
  }
  .p-faq .c-mv-english {
    left: -0.5rem;
  }
  .p-faq-wrap .c-ttl01-short h2 {
    font-size: 2.4rem;
  }
  .p-faq-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4rem;
    padding: 3rem 2rem 7rem 2rem;
  }
  .p-faq .c-inner {
    padding: 0;
  }
  .p-faq__section-wrap {
    min-width: inherit;
    width: 100%;
    margin-top: 5rem;
  }
  .p-faq__section-indicator {
    width: 100%;
    top: 3.8rem;
    padding-bottom: 2rem;
    background-color: #fff;
    z-index: 5;
  }
  .p-faq__section-indicator h4 {
    font-size: 1.8rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
  }
  .p-faq .c-heading-left {
    margin-bottom: 1.5rem;
  }
  .p-interview .s-talk {
    padding-bottom: 6rem;
  }
  .p-interview .s-talk .c-inner {
    padding: 0 3rem;
  }
  .p-interview .s-talk-wrap {
    row-gap: 5rem;
    margin-top: 3rem;
  }
  .p-interview .s-talk-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
  .p-interview .s-talk-item:nth-of-type(even) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
  .p-interview .s-talk-item:nth-of-type(even) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-interview .s-talk-item:nth-of-type(even) > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-interview .s-talk-item:nth-of-type(odd) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
  .p-interview .s-talk-item:nth-of-type(odd) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-interview .s-talk-item:nth-of-type(odd) > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-interview .s-talk-item > figure {
    height: 18rem;
  }
  .p-interview .s-talk-item__text dl div {
    row-gap: 1rem;
  }
  .p-interview .s-talk-item__text dl div dt span {
    font-size: 2.7rem;
  }
  .p-interview .s-talk-item__text dl div dt {
    font-size: 2.2rem;
  }
  .p-interview .s-talk-data {
    padding-inline: 2rem;
    padding-bottom: 3rem;
    width: auto;
  }
  .p-interview .s-talk-data__ttl {
    -ms-grid-columns: 4rem -webkit-max-content 3.8rem;
    -ms-grid-columns: 4rem max-content 3.8rem;
    grid-template-columns: 4rem -webkit-max-content 3.8rem;
    grid-template-columns: 4rem max-content 3.8rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2.2rem;
    margin-top: 5rem;
    -webkit-column-gap: 1.1rem;
       -moz-column-gap: 1.1rem;
            column-gap: 1.1rem;
  }
  .p-interview .s-talk-data__wrap {
    display: contents;
  }
  .p-interview .s-talk-data__human01 {
    width: 10rem;
    top: auto;
    bottom: -3rem;
    -webkit-transform: translateX(-4.5rem);
            transform: translateX(-4.5rem);
    z-index: 1;
  }
  .p-interview .s-talk-data__human02 {
    z-index: 0;
    width: 11rem;
    left: 50%;
    -webkit-transform: translateX(8.5rem);
            transform: translateX(8.5rem);
    bottom: auto;
    top: -3rem;
  }
  .p-interview .s-talk-data__inner {
    overflow: auto;
    margin-inline: -2rem;
    padding-inline: 2rem;
    padding-bottom: 3rem;
    background: white;
    margin-top: 1rem;
  }
  .p-interview .s-talk-data__list {
    margin-top: 0;
    width: 50rem;
    padding: 2.5rem 2rem;
    background: #EAF1FE;
    border: 3px solid #4FA8F7;
    border-radius: 2rem;
    -webkit-box-shadow: 3px 8px 0px 0px #4FA8F7;
            box-shadow: 3px 8px 0px 0px #4FA8F7;
  }
  .p-interview .s-talk-data__list > ul {
    -ms-grid-columns: (15rem)[3];
    grid-template-columns: repeat(3, 15rem);
    gap: 0.5rem;
  }
  .p-interview .s-talk-data__list > ul > li {
    font-size: 1.3rem;
    height: 4rem;
  }
  .p-interview .s-talk-data__list > ul > li > span {
    font-size: 1.7rem;
  }
  .p-interview .s-talk-data__list > ul > li .star {
    -ms-grid-columns: (1.6rem)[5];
    grid-template-columns: repeat(5, 1.6rem);
    -webkit-column-gap: 0.4rem;
       -moz-column-gap: 0.4rem;
            column-gap: 0.4rem;
  }
  .p-interview .s-message {
    padding-bottom: 6rem;
  }
  .p-interview .s-message::before {
    font-size: 9rem;
    top: 0;
  }
  .p-interview .s-message-wrap {
    -ms-grid-rows: 20rem auto;
    grid-template-rows: 20rem auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 2rem;
  }
  .p-interview .s-message-wrap figure {
    width: 20rem;
    margin-right: auto;
    margin-left: -2rem;
  }
  .p-interview .s-message-balloon {
    width: 100%;
    margin-top: -4rem;
    padding: 2rem 2rem 2.5rem 2rem;
  }
  .p-interview .s-message-balloon::before {
    width: 2.5rem;
    height: 3rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(2rem) rotate(100deg);
            transform: translateX(-50%) translateX(2rem) rotate(100deg);
    bottom: inherit;
    top: -2.5rem;
  }
  .p-interview .s-message-balloon__ttl {
    width: 26rem;
  }
  .p-interview .s-message-balloon__text {
    margin-top: 1rem;
  }
  .p-interview .s-interest::before {
    bottom: 5rem;
    font-size: 11rem;
  }
  .p-interview .s-interest-wrap {
    width: 100%;
    padding: 0 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-interview .s-interest-wrap .l-content {
    width: 100%;
    margin: 0 auto;
    padding-top: 4rem;
  }
  .p-interview .s-interest-wrap .l-content h4 {
    font-size: 3rem;
  }
  .p-interview .s-interest-wrap .l-content > p {
    margin-top: 1rem;
    line-height: 170%;
  }
  .p-interview .s-interest-wrap .l-content__btn ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
    place-content: center;
    place-items: center;
  }
  .p-interview .s-interest-wrap .r-img {
    width: 30rem;
    margin-right: -6rem;
  }
  .p-interview .s-other {
    padding-bottom: 8rem;
  }
  .p-interview .s-other-banner {
    margin-top: 5rem;
    width: 100%;
    padding: 0 3rem;
    height: 100%;
    row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-interview-midti .s-message-wrap figure img, .p-interview-newti .s-message-wrap figure img, .p-interview-newtu .s-message-wrap figure img {
    width: 16.5rem;
    top: -2rem;
    left: 2rem;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  .p-interview-newtu .s-talk-data__human02 {
    top: -6rem;
  }
  .p-interview-newms .s-talk-data__human02 {
    top: -4rem;
  }
  .p-interview-newms .s-message-wrap figure img {
    width: 16.5rem;
    top: -2rem;
    left: 2rem;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  .p-interview-newmf .s-talk-data__human02 {
    top: -4rem;
  }
  .p-interview-newmf .c-mv-interview-desc__copy::after {
    right: 10rem;
  }
  .p-interview-newmf .s-message-wrap figure img {
    top: 1rem;
    width: 16.5rem;
    bottom: inherit;
    left: 2rem;
  }
  .p-interview-newti .c-mv-interview-desc__copy > p {
    width: calc(100% - 8rem);
  }
  .p-interview-newti .s-message-wrap figure img {
    top: -2rem;
    left: 2rem;
    width: 16.5rem;
  }
  .p-interview-newti .s-talk-data__human02 {
    top: -7rem;
  }
  .p-message .c-bg-slant-sw {
    position: relative;
    z-index: 2;
    overflow: visible;
  }
  .p-message .message-section {
    max-width: 34rem;
    padding-top: 6rem;
    padding-bottom: 5rem;
    gap: 4.2rem;
  }
  .p-message .section-content-image-wide {
    max-width: 34rem;
    width: 100%;
    height: 18.1rem;
  }
  .p-message .section-content-image-wide img {
    -o-object-position: top;
       object-position: top;
  }
  .p-message .section-content-inner {
    gap: 1.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-message .section-content-inner .section-content-title {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
  .p-message .section-content-inner .section-content-description {
    gap: 1.2rem;
  }
  .p-message .section-content-inner .section-content-description p {
    line-height: 1.7;
  }
  .p-message .message-section-item01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3rem;
  }
  .p-message .message-section-item02 {
    line-height: 1.7;
  }
  .p-message .message-section-item02 .section-content-inner {
    gap: 0.8rem;
  }
  .p-message .message-section-item02 .section-content-description {
    gap: 0.4rem;
  }
  .p-message .message-section-item02 .section-content-description p {
    line-height: 1.85;
  }
  .p-message .message-section-item03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-message .message-section-item03 .section-content-title {
    margin-top: 1rem;
  }
  .p-message .message-section-item03 .section-content-image {
    height: 18rem;
  }
  .p-message .president-message-wrap {
    -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;
    gap: 1.2rem;
    padding-top: 5rem;
    padding-bottom: 27.8rem;
    z-index: 2;
    overflow: visible;
    padding-left: 0;
  }
  .p-message .president-message-wrap .president-message-inner {
    max-width: 34rem;
    gap: 1.3rem;
  }
  .p-message .president-message-wrap .president-message-inner-title h2 {
    font-size: 2.6rem;
  }
  .p-message .president-message-wrap .president-message-inner-description {
    width: 100%;
    gap: 1.7rem;
    line-height: 1.7;
  }
  .p-message .president-message-wrap .president-message-inner-name {
    line-height: 1.8;
  }
  .p-message .president-message-wrap .president-message-image {
    height: auto;
    width: 38.1rem;
    right: 0;
    bottom: -5rem;
    z-index: 3;
  }
  .p-message .know-about-section {
    padding-block: 5.3rem 8.5rem;
  }
  .p-message .know-about-section .section-title {
    margin-top: 3.5rem;
    margin-bottom: 1.6rem;
  }
  .p-message .know-about-section .section-title h2 {
    font-size: 3.2rem;
  }
  .p-message .know-about-section .section-btn-list {
    max-width: 34rem;
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-inline: auto;
    gap: 1rem;
  }
  .p-midcareer-single {
    padding-bottom: 7rem;
  }
  .p-midcareer-single .s-single {
    padding: 0 1rem;
    padding-top: 2rem;
  }
  .p-midcareer-single .s-single-top__ttl {
    margin-top: 0.5rem;
    font-size: 3rem;
    text-align: left;
  }
  .p-midcareer-single .s-single-top__desc {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-midcareer-single .s-single-top__desc li {
    -ms-grid-columns: 1.5rem auto;
    grid-template-columns: 1.5rem auto;
    font-size: 1.6rem;
  }
  .p-midcareer-single .s-single-top__tag {
    margin-top: 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-midcareer-single .s-single-top__tag > li {
    height: 2.2rem;
    font-size: 1.2rem;
  }
  .p-midcareer-single .s-single-mainImg {
    height: 24rem;
  }
  .p-midcareer-single .s-single-slide {
    margin-top: 2rem;
  }
  .p-midcareer-single .s-single-slide__swiper {
    height: 24rem;
  }
  .p-midcareer-single .s-single-slide .js-recruitment-prev {
    width: 3.5rem;
    left: -1.75rem;
  }
  .p-midcareer-single .s-single-slide .js-recruitment-next {
    width: 3.5rem;
    right: -1.75rem;
  }
  .p-midcareer-single .s-single-slide__nav .recruitmentpagination .swiper-pagination-bullet {
    width: 1rem;
    height: 0.8rem;
  }
  .p-midcareer-single .s-single-anchor > ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1rem;
  }
  .p-midcareer-single .s-single-desc {
    row-gap: 1rem;
  }
  .p-midcareer-single .s-single-desc > h3 {
    font-size: 2.6rem;
  }
  .p-midcareer-single .s-content {
    margin-top: 4rem;
    row-gap: 4rem;
  }
  .p-midcareer-single .s-content-wrap {
    padding: 2rem;
  }
  .p-midcareer-single .s-content-wrap__text {
    margin-top: 1rem;
  }
  .p-midcareer-single .s-content-wrap__img {
    margin-top: 2rem;
  }
  .p-midcareer-single .s-content-wrap .c-job-1col {
    margin-top: 1rem;
  }
  .p-midcareer-single .s-content .js-more {
    margin-bottom: 2rem;
  }
  .p-midcareer-single .s-content .js-more.is-open {
    margin-bottom: 6rem;
  }
  .p-midcareer-single .s-content .js-more-btn {
    bottom: -2rem;
  }
  .p-midcareer-single .s-content-sns > ul {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .p-midcareer-single .s-content-btn {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .p-midcareer-single .s-day {
    padding: 2rem;
  }
  .p-midcareer-single .s-day-schedule::before {
    left: 6.6rem;
    height: calc(100% - 1.4rem);
  }
  .p-midcareer-single .s-day-schedule-item {
    -ms-grid-columns: 1fr 23.4rem;
    grid-template-columns: 1fr 23.4rem;
    gap: 1.4rem;
  }
  .p-midcareer-single .s-day-schedule-item .dayArea {
    display: contents;
  }
  .p-midcareer-single .s-day-schedule-item .img-wrap {
    display: contents;
  }
  .p-midcareer-single .s-day-schedule-item .img {
    width: 100%;
    height: 11rem;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    border-radius: 1rem;
  }
  .p-midcareer-single .s-day-schedule-item .time {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-columns: 1fr 1.3rem;
    grid-template-columns: 1fr 1.3rem;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
  .p-midcareer-single .s-day-schedule-item .time p {
    font-size: 1.8rem;
  }
  .p-midcareer-single .s-day-schedule-item .time span {
    width: 1.3rem;
    height: 1.3rem;
  }
  .p-midcareer-single .s-day-schedule-item .content {
    padding: 1rem 1.5rem;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .p-midcareer-single .s-day-schedule-item .content .ttl {
    font-size: 1.8rem;
  }
  .p-midcareer-single .s-day-schedule-item .content p {
    margin-top: 0;
    font-size: 1.5rem;
  }
  .p-midcareer-single .s-day-schedule-item__double {
    -ms-grid-columns: 1fr 27.2rem;
    grid-template-columns: 1fr 27.2rem;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-midcareer-single .s-day-schedule-item__double .time-next {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .p-midcareer-single .s-day-schedule-item__double .time-wrap {
    row-gap: 8rem;
  }
  .p-midcareer-single .s-day-schedule-item__double .row-item {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }
  .p-midcareer-single .s-day-schedule-item:first-of-type::before {
    content: none;
  }
  .p-midcareer-single .s-day-schedule-item:first-of-type .content::before {
    content: "";
    width: 10rem;
    height: 50%;
    background: #EAF1FE;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-10rem);
            transform: translateX(-50%) translateX(-10rem);
    z-index: -1;
  }
  .p-midcareer-single .s-day-schedule-item:last-of-type::before {
    content: none;
  }
  .p-midcareer-single .s-day-schedule-item:last-of-type .content::before {
    content: "";
    width: 10rem;
    height: 200%;
    background: #EAF1FE;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-15rem);
            transform: translateX(-50%) translateX(-15rem);
    z-index: -1;
  }
  .p-midcareer-single .s-description-salary {
    min-width: inherit;
    padding: 0.8rem 2rem;
  }
  .p-midcareer-single .s-description-salary__ttl {
    font-size: 1.8rem;
  }
  .p-midcareer-single .s-description-salary__num span {
    font-size: 2.4rem;
  }
  .p-midcareer-single .s-description-list {
    margin-top: 2rem;
  }
  .p-midcareer-single .s-description-list > dl {
    width: 100%;
  }
  .p-midcareer-single .s-flow {
    width: 100%;
    margin-top: 6rem;
  }
  .p-midcareer-single .s-flow .c-heading h2 {
    text-align: center;
  }
  .p-midcareer-single .s-flow-list {
    margin-top: 3rem;
    row-gap: 3rem;
  }
  .p-midcareer-single .s-flow-list__item {
    -ms-grid-columns: 6rem 1fr;
    grid-template-columns: 6rem 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding: 2.5rem 2rem;
    row-gap: 0.5rem;
  }
  .p-midcareer-single .s-flow-list__btn {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-midcareer-single .s-flow-list__btn > ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }
  .p-midcareer-single .s-flow-list__btn > ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-midcareer-single .s-flow-list__note {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0.5rem;
  }
  .p-midcareer-single .s-flow-list__note > span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-midcareer-single .s-flow-list__note > p > .caption {
    display: block;
    line-height: 1.5;
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .p-midcareer-single .s-flow-list__desc {
    margin-top: 1rem;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-midcareer-single .s-flow-list__desc > .caption {
    margin-top: 0.5rem;
    line-height: 1.5;
  }
  .p-midcareer-single .s-flow-list dd {
    display: contents;
  }
  .p-midcareer-single .s-visit {
    width: 100%;
    margin-top: 6rem;
    padding: 2rem;
    row-gap: 1rem;
  }
  .p-midcareer-single .s-visit__ttl {
    font-size: 2.2rem;
    text-align: center;
  }
  .p-midcareer-single .s-visit__desc {
    font-size: 1.4rem;
    text-align: left;
  }
  .p-midcareer-single .s-btn {
    margin-top: 6rem;
  }
  .p-midcareer-single .s-btn .c-btn02 {
    width: calc(100% - 4rem);
  }
  .p-midcareer {
    position: relative;
    z-index: 101;
    padding-bottom: 5rem;
  }
  .is-search-open .p-midcareer {
    z-index: 130;
  }
  .p-midcareer-wrap {
    width: 100%;
    display: contents;
  }
  .p-midcareer .s-side {
    border: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #FFF;
    z-index: 100;
    padding: 2rem 2rem 4rem 2rem;
    pointer-events: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .is-search-open .p-midcareer .s-side {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
  }
  .p-midcareer .s-side-search {
    display: block;
  }
  .p-midcareer .s-side-search svg {
    display: none;
  }
  .p-midcareer .s-side .js-custom-scroll__bar-wrap {
    display: none;
  }
  .p-midcareer .s-side-wrap {
    height: 100dvh;
    padding-bottom: 20rem;
    overflow-y: scroll;
  }
  .p-midcareer .s-side-list {
    margin-top: 1rem;
  }
  .p-midcareer .s-side-list__item {
    padding: 1rem 1.6rem;
  }
  .p-midcareer .s-side-list__item > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .p-midcareer .s-side-list__item-workstyle > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-midcareer .s-side-btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin-top: 3rem;
    padding: 2rem 2rem;
    background: #FFF;
    grid-row-gap: 0.8rem;
    row-gap: 0.8rem;
    -webkit-box-shadow: 0px -3px 10px 0px #CBD5E1;
            box-shadow: 0px -3px 10px 0px #CBD5E1;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -ms-grid-columns: 23rem auto;
    grid-template-columns: 23rem auto;
  }
  .p-midcareer .s-side-btn > button {
    width: 23rem;
    margin: 0 auto;
    height: 4.5rem;
  }
  .p-midcareer .s-side-btn__reset {
    width: 11rem !important;
  }
  .p-midcareer .s-list {
    margin-top: 0;
  }
  .p-midcareer .s-list-total {
    margin-top: 1rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    padding: 0 2rem;
  }
  .p-midcareer .s-list-total__num {
    font-size: 1.3rem;
  }
  .p-midcareer .s-list-total__num span {
    font-size: 2.2rem;
  }
  .p-midcareer .s-list-total p {
    font-size: 1.3rem;
  }
  .p-midcareer .s-list > ul {
    row-gap: 2rem;
    width: 100%;
    padding: 0 2rem;
  }
  .p-midcareer .s-list-item {
    padding: 2rem 2rem 1.2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-midcareer .s-list-item__top {
    display: contents;
  }
  .p-midcareer .s-list-item__top .ttl {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-grid-columns: 3.4rem 1fr;
    grid-template-columns: 3.4rem 1fr;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    font-size: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-midcareer .s-list-item__top .ttl svg {
    padding-top: 0.3rem;
  }
  .p-midcareer .s-list-item__top .date {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0.5rem;
    font-size: 1.3rem;
    text-align: right;
  }
  .p-midcareer .s-list-item__ttl {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p-midcareer .s-list-item__bottom {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-midcareer .s-list-item__bottom figure {
    height: 24rem;
  }
  .p-midcareer .s-list-item__desc {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-midcareer .s-list-item__desc li {
    -ms-grid-columns: 1.5rem auto;
    grid-template-columns: 1.5rem auto;
    font-size: 1.6rem;
  }
  .p-midcareer .s-list-item__tag {
    margin-top: 1.5rem;
  }
  .p-midcareer .s-list-item__tag > li {
    height: 2.2rem;
    font-size: 1.2rem;
  }
  .p-midcareer .s-list-pagination {
    margin-top: 3rem;
  }
  .p-midcareer .s-list-caption {
    padding: 5rem 2rem;
  }
  .p-overview-wrap {
    padding-top: 3rem;
  }
  .p-overview-wrap .s-about {
    padding-bottom: 7rem;
  }
  .p-overview-wrap .s-about .c-heading {
    text-align: center;
  }
  .p-overview-wrap .s-about-wrap {
    width: 100%;
    margin-top: 0;
  }
  .p-overview-wrap .s-history {
    padding-top: 7rem;
    padding-bottom: 0;
  }
  .p-overview-wrap .s-history-ttl {
    width: 100%;
    font-size: 3.2rem;
    text-align: center;
  }
  .p-overview-wrap .s-history-ttl::before {
    top: 50%;
    font-size: 9.3rem;
    -webkit-transform: translateX(-50%) translateX(0) translateY(-50%);
            transform: translateX(-50%) translateX(0) translateY(-50%);
    z-index: -1;
  }
  .p-overview-wrap .s-history-wrap {
    margin-top: 4rem;
    margin-left: 0;
  }
  .p-overview-wrap .s-history-wrap > ul {
    width: 360rem !important;
  }
  .p-overview-wrap .s-history-wrap > ul li {
    width: 30rem !important;
  }
  .p-overview-wrap .s-history-wrap > ul li:nth-child(even) {
    margin-top: 12.5rem;
    margin-left: -9rem !important;
  }
  .p-overview-wrap .s-history-wrap > ul li:nth-child(even) .s-history-item {
    -ms-grid-rows: 18rem 12.5rem;
    grid-template-rows: 18rem 12.5rem;
  }
  .p-overview-wrap .s-history-wrap > ul li:nth-child(even) .s-history-item__desc {
    padding-right: 9rem;
  }
  .p-overview-wrap .s-history-wrap > ul li:nth-child(n+2):nth-child(odd) {
    margin-left: -3rem !important;
  }
  .p-overview-wrap .s-history-wrap__nav {
    margin-left: inherit;
    margin-top: 5rem;
  }
  .p-overview-wrap .s-history-item {
    -ms-grid-rows: 12.5rem 17.5rem;
    grid-template-rows: 12.5rem 17.5rem;
  }
  .p-overview-wrap .s-history-item__desc > span {
    font-size: 5.3rem;
  }
  .p-overview-wrap .s-history-item__desc > p {
    font-size: 1.5rem;
  }
  .p-passion .content-title {
    font-size: 3.2rem;
    max-width: 34rem;
    width: 100%;
    text-align: start;
  }
  .p-passion .content-subtitle {
    font-size: 1.8rem;
    max-width: 34rem;
    text-align: start;
  }
  .p-passion .content-description {
    max-width: 34rem;
    line-height: 1.6;
    text-align: start;
  }
  .p-passion .main-section {
    padding-block: 4.5rem 5rem;
    padding-left: 0;
  }
  .p-passion .main-section__content-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-passion .main-section .content-title {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .p-passion .main-section .content-description {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 3.2rem;
    line-height: 1.8;
    gap: 0.6rem;
  }
  .p-passion .main-section__content-img {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: 0;
  }
  .p-passion .phylosophy-section {
    padding-block: 4.5rem 1rem;
  }
  .p-passion .phylosophy-section .content-description {
    line-height: 1.7;
  }
  .p-passion .phylosophy-section__content-wrap {
    width: 33rem;
  }
  .p-passion .phylosophy-section__content-card {
    margin-top: 4.6rem;
    max-width: 35.5rem;
  }
  .p-passion .phylosophy-section__content-card .c-3col {
    row-gap: 4rem;
  }
  .p-passion .environment-section {
    padding-block: 5.4rem 5rem;
  }
  .p-passion .environment-section__content-wrap {
    -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;
    gap: 1.3rem;
  }
  .p-passion .environment-section .content-title {
    letter-spacing: 0;
  }
  .p-passion .environment-section .content-subtitle {
    margin-top: 1.4rem;
  }
  .p-passion .environment-section .content-description {
    margin-top: 0.8rem;
    line-height: 1.8;
    gap: 0.5rem;
  }
  .p-passion .environment-section__content-img {
    min-width: 100%;
    max-width: 34rem;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .p-passion .environment-section__content-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-passion .social-environment-section {
    padding-block: 6.7rem 9rem;
  }
  .p-passion .social-environment-section__content-wrap {
    -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;
    gap: 2rem;
  }
  .p-passion .social-environment-section .content-subtitle {
    margin-top: 2.6rem;
  }
  .p-passion .social-environment-section .content-description {
    margin-top: 1.6rem;
    line-height: 1.7;
  }
  .p-passion .social-environment-section__content-img {
    min-width: 100%;
    max-width: 34rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .p-passion .social-environment-section .know-about-section {
    margin-top: 6rem;
  }
  .p-passion .social-environment-section .know-about-section .section-title {
    margin-bottom: 1.9rem;
  }
  .p-passion .social-environment-section .know-about-section .section-title h2 {
    font-size: 3.2rem;
  }
  .p-passion .social-environment-section .know-about-section .section-btn-wrap {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .p-passion .social-environment-section .know-about-section .section-btn-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 34rem;
    gap: 1.1rem;
  }
  .p-person .c-mv-img {
    margin-left: 2rem;
  }
  .p-person .main-section {
    padding-top: 2.8rem;
    padding-bottom: 7rem;
    max-width: 34rem;
  }
  .p-person .main-section .section-title {
    font-size: 2.8rem;
    text-align: left;
    letter-spacing: -0.01em;
  }
  .p-person .main-section .section-description {
    margin-top: 2rem;
    line-height: 1.71;
    text-align: left;
    letter-spacing: -0.01em;
  }
  .p-person .interview-section {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    padding-bottom: 5.5rem;
    overflow: hidden;
  }
  .p-person .interview-section .c-heading03 {
    max-width: 34rem;
  }
  .p-person .interview-section .c-heading03 hgroup h2 {
    font-size: 3.2rem;
  }
  .p-person .interview-section .c-heading03 hgroup p {
    margin-top: 1.3rem;
  }
  .p-person .c-interview {
    padding-bottom: 0;
  }
  .p-person .c-interview-wrap {
    gap: 3.2rem;
    padding-bottom: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-person .c-interview-wrap:nth-child(2) {
    margin-top: 3.2rem;
  }
  .p-person .cross-talk-section {
    max-width: 34rem;
    padding-top: 1.4rem;
    padding-bottom: 6rem;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-person .cross-talk-section .c-heading03 hgroup h2 {
    font-size: 3.2rem;
  }
  .p-person .cross-talk-section .cross-talk-wrapper-wrap {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
  .p-person .cross-talk-section .cross-talk-wrapper__img {
    width: 100%;
  }
  .p-person .interview-section-card-wrap {
    max-width: 30rem;
  }
  .p-recruitment [id] {
    scroll-margin-top: 15rem !important;
  }
  .p-recruitment-wrap {
    padding: 2.3rem 0 2rem;
    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;
    gap: 5rem;
  }
  .p-recruitment .c-inner {
    padding: 0 3rem;
  }
  .p-recruitment__section-indicator {
    top: 2rem;
    max-width: 100%;
    padding: 2rem;
    width: 100%;
    -webkit-clip-path: inset(0 -10rem 0 -10rem);
            clip-path: inset(0 -10rem 0 -10rem);
  }
  .p-recruitment__section-indicator-ttl h4 {
    padding-bottom: 0;
  }
  .p-recruitment__section-wrap {
    margin-top: -4rem;
    padding-top: 4rem;
  }
  .p-recruitment__section-wrap--message .message__content-wrap {
    max-width: 100%;
    margin-bottom: 6rem;
    padding-left: 0;
    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;
    row-gap: 0;
  }
  .p-recruitment__section-wrap--message .message__heading-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-size: 3.2rem;
    letter-spacing: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
    margin-bottom: 1rem;
  }
  .p-recruitment__section-wrap--message .message__heading-subtitle {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-recruitment__section-wrap--message .message__text-wrap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    letter-spacing: 0.1rem;
    gap: 1.4rem;
    margin-top: 1rem;
  }
  .p-recruitment__section-wrap--message .message__text-wrap p {
    font-size: 1.4rem;
    line-height: 1.8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .p-recruitment__section-wrap--message .message__img-wrap {
    width: 100%;
    max-width: 36.8rem;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .p-recruitment__section-wrap--message .message__img-wrap img {
    min-height: auto;
  }
  .p-recruitment__section-wrap--message .message__img-wrap span {
    font-size: 1.5rem;
  }
  .p-recruitment__section-wrap--personality {
    margin-bottom: 6rem;
  }
  .p-recruitment__section-wrap--personality .c-heading h2 {
    text-align: center;
  }
  .p-recruitment__section-wrap--personality .c-heading p {
    margin-top: 1.5rem;
  }
  .p-recruitment__section-wrap--personality .personality__list-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 5rem;
    margin-top: 5rem;
  }
  .p-recruitment__section-wrap--personality .personality__list-item {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
    row-gap: 0.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 3.7rem 0.9rem 2.8rem;
    min-height: 10rem;
    height: auto;
  }
  .p-recruitment__section-wrap--personality .personality__list-item .personality-items__ttl {
    font-size: 2.345rem;
    width: 6rem;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
  .p-recruitment__section-wrap--personality .personality__list-item .personality-items__img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-recruitment__section-wrap--personality .personality__list-item .personality-items__img img {
    width: 7.8rem;
  }
  .p-recruitment__section-wrap--personality .personality__list-item .personality-items__main-text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -1.2rem;
  }
  .p-recruitment__section-wrap--personality .personality__list-item .personality-items__main-text h3 {
    text-align: left;
    font-size: 1.8rem;
    padding-bottom: 0;
  }
  .p-recruitment__section-wrap--personality .personality__list-item .personality-items__sub-text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .p-recruitment__section-wrap--personality .personality__list-item .personality-items__sub-text p {
    font-size: 1.4rem;
    line-height: 1.7;
    padding-bottom: 0;
  }
  .p-recruitment__section-wrap--requirement {
    margin-bottom: 5rem;
  }
  .p-recruitment__section-wrap--requirement .c-heading h2 {
    text-align: center;
  }
  .p-recruitment__section-wrap--requirement .c-heading p {
    margin-top: 1.5rem;
  }
  .p-recruitment__section-wrap--requirement .requirement__list-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 3.2rem;
  }
  .p-recruitment__section-wrap--requirement .requirement__list-item a {
    gap: 0.4rem;
  }
  .p-recruitment__section-wrap--requirement .requirement__list-item a img {
    height: 18rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-recruitment__section-wrap--requirement .requirement__list-item a .requirement-item-title {
    margin-top: 0.4rem;
  }
  .p-recruitment__section-wrap--requirement .requirement__list-item a .requirement-item-desc p {
    font-size: 1.2rem;
  }
  .p-recruitment__section-wrap--reason {
    margin-bottom: 4rem;
  }
  .p-recruitment__section-wrap--reason .c-heading h2 {
    text-align: center;
  }
  .p-recruitment__section-wrap--reason .c-heading p {
    margin-top: 1.5rem;
  }
  .p-recruitment__section-wrap--reason .reason__list-wrap {
    margin-top: 2.5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 3.2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .p-recruitment__section-wrap--reason .reason__list-item {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0;
  }
  .p-recruitment__section-wrap--reason .reason__list-item img {
    max-width: 12rem;
  }
  .p-recruitment__section-wrap--reason .reason__list-item .reason-item-title h4 {
    font-size: 1.7rem;
  }
  .p-summary .s-feature {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .p-summary .s-feature-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 4.5rem;
  }
  .p-summary .s-feature-wrap__desc {
    padding: 0 1rem;
  }
  .p-summary .s-feature-wrap__desc figure {
    width: calc(100% + 3rem);
    margin-left: -2rem;
  }
  .p-summary .s-reason {
    padding-top: 3rem;
    padding-bottom: 26rem;
  }
  .p-summary .s-reason-wrap > ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
  }
  .p-summary .s-reason-wrap__item {
    padding: 2.5rem 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6rem 1fr;
    grid-template-columns: 6rem 1fr;
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-summary .s-reason-wrap__item figure {
    width: 100%;
    margin: 0;
  }
  .p-summary .s-reason-wrap__item h5 {
    margin-top: 0;
  }
  .p-summary .s-reason-wrap__item p {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-summary .s-reason-wrap__img {
    width: 30rem;
    bottom: -26rem;
    right: 0;
  }
  .p-summary .s-occupation {
    padding-top: 3rem;
  }
  .p-summary .s-occupation .c-heading {
    padding: 0 3rem;
  }
  .p-summary .s-occupation-inner {
    width: 100%;
    overflow-x: scroll;
  }
  .p-summary .s-occupation-wrap {
    width: 90.4rem;
    height: 52rem;
  }
  .p-summary .s-occupation-wrap__teach {
    width: 56.4rem;
    margin-right: 4.5rem;
  }
  .p-summary .s-occupation-wrap__support {
    width: 46.48rem;
    margin-right: 10rem;
  }
  .p-summary .s-occupation-wrap__item-01 {
    width: 12rem;
    top: 13.4rem;
    left: 31.6rem;
  }
  .p-summary .s-occupation-wrap__item-02 {
    width: 11rem;
    top: 7.6rem;
    left: 43rem;
  }
  .p-summary .s-occupation-wrap__item-03 {
    width: 11rem;
    top: 2rem;
    left: 53.7rem;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .p-summary .s-occupation-wrap__item-04 {
    width: 12rem;
    top: 21rem;
    left: 54.8rem;
  }
  .p-summary .s-occupation-wrap__item-05 {
    width: 13rem;
    top: 16rem;
    left: 67.2rem;
  }
  .p-summary .s-occupation-wrap__item-06 {
    width: 11.5rem;
    left: 34.5rem;
    bottom: 10rem;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .p-summary .s-occupation-wrap__item-07 {
    width: 12rem;
    left: 44rem;
    bottom: 6rem;
    -webkit-transform: rotate(-22.5deg);
            transform: rotate(-22.5deg);
  }
  .p-summary .s-occupation-wrap__item-08 {
    width: 11.5rem;
    left: 56rem;
    bottom: 10.5rem;
    -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
  }
  .p-summary .s-occupation-wrap__item-09 {
    width: 12.5rem;
    left: 67rem;
    bottom: 7rem;
    -webkit-transform: rotate(-23deg);
            transform: rotate(-23deg);
  }
  .p-summary .s-person {
    width: 100%;
    padding: 0 2rem;
    padding-top: 15rem;
  }
  .p-summary .s-person .c-heading {
    padding: 0 1rem;
  }
  .p-summary .s-person-wrap {
    width: 100%;
    padding-bottom: 5rem;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-summary .s-person-wrap__desc {
    width: 100%;
    margin: 0 auto;
    margin-top: -5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-summary .s-person-wrap__desc .c-heading {
    padding: 0 1rem;
  }
  .p-summary .s-person-wrap__desc > dl {
    margin-top: 3rem;
    row-gap: 2rem;
  }
  .p-summary .s-person-wrap__desc > dl > div {
    padding: 2.5rem 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5rem 1fr;
    grid-template-columns: 5rem 1fr;
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-summary .s-person-wrap__desc > dl > div dd {
    display: contents;
  }
  .p-summary .s-person-wrap__desc > dl > div dd p {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-summary .s-person-wrap__btn {
    margin-top: 2.5rem;
  }
  .p-summary .s-person-wrap__btn a {
    margin: 0 auto;
  }
  .p-summary .s-person-wrap__img {
    width: 100%;
    margin-top: 0;
    display: contents;
  }
  .p-summary .s-person-wrap__img .img01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: -20rem;
    margin-left: -2rem;
    width: 20.2rem;
    height: 24.7rem;
  }
  .p-summary .s-person-wrap__img .img02 {
    width: 20.4rem;
    height: 25.6rem;
    margin-top: 7rem;
    margin-left: auto;
    margin-right: -2rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-summary .s-person-wrap__img .img03 {
    width: 23.2rem;
    height: 28.8rem;
    margin-left: -2rem;
    margin-top: -31rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-summary .s-environment {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .p-summary .s-environment .c-heading {
    padding: 0 1rem;
  }
  .p-summary .s-environment-wrap {
    margin-top: 3rem;
  }
  .p-summary .s-environment-wrap__btn {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
  .p-summary .s-environment-wrap__btn a {
    margin: 0 auto;
  }
  .p-summary .s-faq {
    padding-top: 3rem;
  }
  .p-summary .s-faq-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-summary .s-faq-wrap__desc {
    display: contents;
  }
  .p-summary .s-faq-wrap__desc figure {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 28.5rem;
    margin-left: -2rem;
  }
  .p-summary .s-faq-wrap__desc .c-heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 1rem;
  }
  .p-summary .s-faq-wrap__accordion {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
  .p-summary .s-faq-wrap__btn {
    margin-top: 2.5rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-summary .s-faq-wrap__btn a {
    margin: 0 auto;
  }
  .p-top .s-mv {
    height: 100%;
    min-height: inherit;
    max-height: 80rem;
    padding-bottom: 10rem;
  }
  .p-top .s-mv-wrap {
    max-width: inherit;
    padding-top: 16rem;
  }
  .p-top .s-mv-wrap .img-mv-l {
    width: 16.4rem;
    margin-left: -1rem;
  }
  .p-top .s-mv-wrap .img-mv {
    width: 56.1rem;
    margin-top: -18rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: -4.6rem;
  }
  .p-top .s-mv-wrap .img-mv-r {
    width: 29.8rem;
    margin-top: -11rem;
    margin-right: -5rem;
  }
  .p-top .s-mv-copy {
    display: contents;
  }
  .p-top .s-mv-copy hgroup {
    position: absolute;
    top: 9rem;
    right: 1rem;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-top .s-mv-copy hgroup span svg {
    width: 35rem;
  }
  .p-top .s-mv-copy hgroup h1 {
    margin-top: 0.5rem;
    font-size: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 0;
  }
  .p-top .s-mv-copy hgroup h1 span:last-of-type {
    margin-left: -0.5rem;
  }
  .p-top .s-mv-copy > p {
    font-size: 1.3rem;
    margin-right: auto;
    margin-left: 2rem;
    margin-top: -10rem;
  }
  .p-top .s-mv-badge {
    width: 9rem;
    height: 9rem;
    top: 20rem;
    right: 2.7rem;
  }
  .p-top .s-mv-record {
    width: calc(100% - 4rem);
    left: 2rem;
    right: 2rem;
    top: 63rem;
  }
  .p-top .s-mv-news {
    width: calc(100% - 1.4rem);
    margin-right: 0;
    margin-top: 16rem;
    max-width: inherit;
  }
  .p-top .s-mv-news-inner {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -ms-grid-columns: 8.8rem 1fr;
    grid-template-columns: 8.8rem 1fr;
  }
  .p-top .s-mv-news-inner__ttl a {
    width: 100%;
    font-size: 1.3rem;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top .s-mv-news-list ul li a {
    padding: 0.5rem 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-top .s-mv-news-list ul li a span {
    font-size: 1.3rem;
  }
  .p-top .s-mv-news-list ul li a p {
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p-top .s-mv-news-list__nav {
    right: 1.9rem;
  }
  .p-top .s-values {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .p-top .s-values::after {
    height: 2.5rem;
  }
  .p-top .s-values::before {
    width: 11.6rem;
    height: 82.6rem;
    background: url(../images/top/bg-positive_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: inherit;
    top: 0;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    right: 0;
  }
  .p-top .s-values-wrap {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
  .p-top .s-values-desc {
    width: calc(100% - 7rem);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
  .p-top .s-values-desc__ttl svg {
    width: 26.4rem;
    margin: 0 auto;
  }
  .p-top .s-values-desc__txt span {
    font-size: 2.8rem;
  }
  .p-top .s-values-desc__txt > div {
    font-size: 2.4rem;
  }
  .p-top .s-values-desc__txt > div > span {
    margin: 0.5rem 0;
    padding: 0.8rem;
  }
  .p-top .s-values-desc__txt > div > span svg {
    width: 17rem;
  }
  .p-top .s-values-desc > p {
    font-size: 1.5rem;
    margin-top: 1.1rem;
  }
  .p-top .s-values-list {
    width: 100%;
    padding: 0;
    padding-bottom: 6rem;
    margin: 0 auto;
  }
  .p-top .s-values-list > ul {
    width: calc(100% - 2rem) !important;
  }
  .p-top .s-values-list__item .balloon::before {
    bottom: -1.2rem;
    left: 5rem;
  }
  .p-top .s-values-list__item .balloon {
    width: 18.8rem;
    border-radius: 4rem;
    padding: 3rem 2rem;
  }
  .p-top .s-values-list__item .balloon h3 {
    font-size: 1.4rem;
  }
  .p-top .s-values-list__item .balloon h3::before {
    font-size: 6rem;
    left: -0.5rem;
    top: -2rem;
  }
  .p-top .s-values-list__item .balloon p {
    font-size: 1.2rem;
  }
  .p-top .s-values-list__item > figure {
    width: 14rem;
    margin-top: -1.5rem;
  }
  .p-top .s-values-list__item-01 {
    width: 18.8rem;
    margin-left: auto;
    margin-right: 0.5rem;
  }
  .p-top .s-values-list__item-01 figure {
    margin-right: -0.5rem;
  }
  .p-top .s-values-list__item-02 {
    width: 18.8rem;
    margin-left: 0;
    margin-top: -19rem;
  }
  .p-top .s-values-list__item-02 figure {
    margin-top: 0.5rem;
    margin-right: 1rem;
  }
  .p-top .s-values-list__item-03 .balloon {
    z-index: 2;
  }
  .p-top .s-values-list__item-03 .balloon::before {
    -webkit-transform: rotate(128.66deg);
            transform: rotate(128.66deg);
    left: inherit;
    right: -1rem;
    bottom: 5rem;
  }
  .p-top .s-values-list__item-03 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 14rem;
    grid-template-columns: 1fr 14rem;
    width: 31.8rem;
    margin: 0 auto;
    margin-top: -1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-top .s-values-list__item-03 figure {
    margin-top: 2rem;
    margin-left: -1rem;
  }
  .p-top .s-values-list__nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    z-index: 30;
    height: 2rem !important;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -ms-grid-columns: 1.2rem auto 1.2rem;
    grid-template-columns: 1.2rem auto 1.2rem;
  }
  .p-top .s-values-list__btn {
    width: 13.6rem;
    margin-top: -32rem;
    margin-left: auto;
    margin-right: 5rem;
    position: relative;
    z-index: 1;
  }
  .p-top .s-values-list__btn a {
    width: 13.6rem;
    height: 13.6rem;
  }
  .p-top .s-values-list__btn .ic-search svg {
    width: 2rem;
  }
  .p-top .s-values-list__btn .ttl {
    font-size: 1.2rem;
  }
  .p-top .s-works-wrap {
    margin-top: 3rem;
  }
  .p-top .s-works-ttl {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7rem 3rem 0 3rem;
  }
  .p-top .s-works-ttl::before {
    font-size: 11rem;
    right: 1.1rem;
    top: 4rem;
  }
  .p-top .s-works-ttl > div {
    width: 100%;
    margin-top: 2rem;
  }
  .p-top .s-about {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
  .p-top .s-about::after {
    height: 2.5rem;
  }
  .p-top .s-about:before {
    font-size: 11rem;
    right: 0;
    top: 26rem;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .p-top .s-about-wrap {
    width: 100%;
    padding: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 1.8rem;
  }
  .p-top .s-about-wrap .r-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2.4rem;
  }
  .p-top .s-about-wrap .r-list > li:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-top .s-about-wrap .r-list > li:first-child figure {
    height: 18rem;
  }
  .p-top .s-about-wrap .l-content {
    margin-top: -7rem;
    padding: 0 1rem;
  }
  .p-top .s-about-wrap .l-content-icon {
    width: 22.7rem;
    margin-right: -3rem;
  }
  .p-top .s-about-wrap .l-content-desc {
    margin-top: -13rem;
  }
  .p-top .s-about-wrap .l-content-desc > p {
    margin-top: 3rem;
  }
  .p-top .s-about-item figure {
    height: 17rem;
  }
  .p-top .s-about-item__btn span {
    font-size: 1.8rem;
    line-height: 140%;
  }
  .p-top .s-interview::after {
    height: 2.5rem;
  }
  .p-top .s-interview-ttl {
    padding-top: 5rem;
  }
  .p-top .s-interview-ttl::before {
    font-size: 12rem;
    top: 100rem;
  }
  .p-top .s-interview-ttl h2 {
    font-size: 3.2rem;
  }
  .p-top .s-interview-ttl p {
    margin-top: 0.5rem;
    font-size: 1.8rem;
  }
  .p-top .s-interview-subttl {
    margin-top: 2rem;
    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;
  }
  .p-top .s-interview-subttl__txt {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 2.4rem -webkit-max-content;
    -ms-grid-columns: max-content 2.4rem max-content;
    grid-template-columns: -webkit-max-content 2.4rem -webkit-max-content;
    grid-template-columns: max-content 2.4rem max-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 0.3rem;
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
  }
  .p-top .s-interview-subttl__txt div {
    font-size: 2.4rem;
    display: contents;
  }
  .p-top .s-interview-subttl__txt div > span:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-top .s-interview-subttl__txt div > span:last-of-type {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-top .s-interview-subttl__txt > span {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-top .s-interview-subttl__txt > span svg {
    width: 2.4rem;
  }
  .p-top .s-interview-subttl__btn {
    margin-top: 0.5rem;
  }
  .p-top .s-interview-wrap {
    margin-top: 1.5rem;
    padding-bottom: 22rem;
  }
  .p-top .s-interview-wrap__nav {
    left: calc(50% - 6rem);
    bottom: 4rem;
    right: inherit;
  }
  .p-top .s-interview-item {
    height: 40rem !important;
  }
  .p-top .s-interview-item__content {
    width: calc(100% - 2rem);
    margin: 0 auto;
    height: 100%;
  }
  .p-top .s-interview-item__content .num {
    font-size: 3rem;
  }
  .p-top .s-interview-item__content .ic-arrow {
    width: 5rem;
    bottom: inherit;
    top: 0.5rem;
    right: 0.5rem;
  }
  .p-top .s-interview-item__content .ic-balloon {
    left: 1rem;
    bottom: -6rem;
  }
  .p-top .s-interview-item__content figure {
    width: 30rem !important;
    height: 40rem !important;
    border-radius: 1.2rem;
  }
  .p-top .s-interview-item__desc {
    margin-top: 7rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top .s-interview-item__desc .background {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-top .s-interview-slide {
    -webkit-transform: translateX(-6rem);
            transform: translateX(-6rem);
  }
  .p-top .s-interview-slide.swiper-slide-active {
    width: 32rem !important;
  }
  .p-top .s-interview-slide.swiper-slide-active .s-interview-img {
    margin-top: 0;
    height: 40rem !important;
  }
  .p-top .s-interview-banner {
    position: relative;
    z-index: 1;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1rem;
    width: 100%;
    padding: 0 3rem;
    margin-top: 1rem;
  }
  .p-top .s-environment {
    padding-top: 4rem;
  }
  .p-top .s-environment::after {
    height: 2.5rem;
  }
  .p-top .s-environment-wrap {
    width: 100%;
    padding: 0 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
  }
  .p-top .s-environment-wrap .r-content {
    width: 100%;
  }
  .p-top .s-environment-wrap .r-content > div {
    margin-top: 1rem;
  }
  .p-top .s-environment-wrap .l-nav {
    row-gap: 0.6rem;
  }
  .p-top .s-environment-img {
    margin-top: 3rem;
  }
  .p-welfare .section-image2, .p-welfare .section-image3, .p-welfare .section-image4 {
    margin-top: -5.5rem;
    z-index: 2;
  }
  .p-welfare .section-wrap .section-title {
    font-size: 2.8rem;
    letter-spacing: -0.01em;
    text-align: start;
  }
  .p-welfare .section-wrap .section-description {
    line-height: 1.7;
    max-width: 34rem;
  }
  .p-welfare .section-wrap .section-image {
    margin-top: 4rem;
    max-width: 100vw;
    overflow: hidden;
  }
  .p-welfare .section-wrap .section-card-wrap {
    margin-top: 3.2rem;
    max-width: 36.4rem;
  }
  .p-welfare .section-wrap .section-card-wrap .section-card-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 2.3rem;
  }
  .p-welfare .section-wrap .section-card-wrap .section-card-list .section-card-item {
    padding: 0.4rem 1.7rem 1.8rem 2rem;
    min-height: 15.5rem;
    gap: 1rem;
  }
  .p-welfare .section-wrap .section-card-wrap .section-card-list .section-card-item .section-card-item__title-wrap .section-card-item__title {
    font-size: 1.8rem;
  }
  .p-welfare .section-wrap .section-card-wrap .section-card-list .section-card-item .section-card-item__description {
    line-height: 1.7;
  }
  .p-welfare .section-wrap__main {
    max-width: 36.4rem;
    padding-top: 2.7rem;
  }
  .p-welfare .section-wrap__main .section-description {
    line-height: 1.7;
    text-align: start;
  }
  .p-welfare .section-wrap__holiday {
    max-width: 36.4rem;
    padding-bottom: 10.8rem;
    padding-top: 4rem;
  }
  .p-welfare .section-wrap__holiday .section-description {
    margin-top: 1.4rem;
  }
  .p-welfare .section-wrap__support {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
  .p-welfare .section-wrap__support .section-description {
    margin-top: 1.4rem;
  }
  .p-welfare .section-wrap__carrer-image {
    height: 10rem;
  }
  .p-welfare .section-wrap__carrer-image img {
    top: 0;
  }
  .p-welfare .section-wrap__carrer {
    padding-top: 3rem;
    padding-bottom: 9rem;
  }
  .p-welfare .section-wrap__carrer .section-description {
    margin-top: 1.3rem;
  }
  .p-welfare .section-wrap__childcare {
    padding-bottom: 10rem;
  }
  .p-welfare .section-wrap__childcare .icon-childcare {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  .p-welfare .section-wrap__financial-support {
    padding-top: 3rem;
    padding-bottom: 10.8rem;
  }
  .p-welfare .section-wrap__health {
    padding-top: 4.3rem;
    padding-bottom: 10rem;
  }
  .p-welfare .section-wrap__health .section-description {
    margin-top: 1.2rem;
  }
  .p-welfare .section-wrap__know-environment {
    padding-top: 3rem;
    padding-bottom: 9rem;
  }
  .p-works-about .main-section {
    padding-bottom: 6.8rem;
    padding-top: 2.6rem;
    padding-inline: 3rem;
  }
  .p-works-about .main-section .section-title {
    font-size: 3.2rem;
  }
  .p-works-about .main-section .section-sub-title {
    font-size: 1.8rem;
    margin-top: 1.2rem;
    letter-spacing: -0.01em;
    text-align: start;
  }
  .p-works-about .main-section .section-description {
    text-align: start;
  }
  .p-works-about .teaching-section {
    -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: start;
    gap: 1.3rem;
    margin-top: -2.5rem;
  }
  .p-works-about .teaching-section-image {
    max-width: 32.5rem;
  }
  .p-works-about .teaching-section-content {
    padding-inline: 3rem;
    padding-bottom: 4.2rem;
    overflow: hidden;
  }
  .p-works-about .teaching-section-content-title {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .p-works-about .teaching-section-content-description {
    max-width: 100%;
    letter-spacing: 0;
    line-height: 1.8;
    margin-top: 2rem;
  }
  .p-works-about .teaching-section .en-bg-text {
    font-size: 9rem;
    top: inherit;
    bottom: 0.3rem;
    left: 0.85rem;
  }
  .p-works-about .career-fields-section {
    width: 100%;
    padding: 0 2rem;
    padding-bottom: 6rem;
    margin-top: 0;
  }
  .p-works-about .career-fields-section .c-2col {
    row-gap: 3.2rem;
  }
  .p-works-about .career-fields-section .c-2col p {
    text-align: start;
  }
  .p-works-about .career-fields-section .c-2col ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .p-works-about .support-section {
    -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: start;
    gap: 1.2rem;
    margin-top: -2.5rem;
  }
  .p-works-about .support-section-image {
    max-width: 32.5rem;
  }
  .p-works-about .support-section-content {
    padding-inline: 3rem;
    padding-bottom: 4.2rem;
  }
  .p-works-about .support-section-content-title {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .p-works-about .support-section-content-description {
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 1.7;
    margin-top: 2.2rem;
  }
  .p-works-about .support-section .en-bg-text {
    font-size: 8.5rem;
    top: inherit;
    bottom: 0.5rem;
    left: 0.6rem;
  }
  .p-works-about .support-fields-section {
    margin-top: 0;
    width: 100%;
    padding: 0 2rem;
    padding-bottom: 6rem;
  }
  .p-works-about .support-fields-section .c-2col {
    row-gap: 3.2rem;
  }
  .p-works-about .support-fields-section .c-2col p {
    text-align: start;
  }
  .p-works-about .support-fields-section .c-2col ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .p-works .s-about {
    margin-top: 5rem;
    padding-bottom: 7rem;
  }
  .p-works .s-jobs {
    padding-bottom: 7rem;
  }
  .p-works .s-jobs .c-ttl01 h2 {
    letter-spacing: 0.02em;
  }
  .p-works .s-jobs-wrap {
    margin-top: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
  .p-works .s-jobs-wrap__img {
    padding: 0 2rem;
  }
  .p-works .s-jobs-wrap__accordion {
    padding-top: 0;
  }
  .p-works .s-jobs-wrap__accordion dd figure {
    border-radius: 2rem;
    overflow: hidden;
    height: 15rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .p-works .s-jobs-wrap__accordion dd figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-works .s-jobs-thum {
    display: none;
  }
  .p-works .s-jobs-thum figure {
    height: 20rem;
    border-radius: 1.6rem;
  }
  .p-works .s-day {
    padding-bottom: 7rem;
  }
  .p-works .s-day-wrap {
    position: relative;
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.4rem;
  }
  .p-works .s-day-wrap__thum {
    display: none;
  }
  .p-works .s-day-schedule::before {
    left: 6.2rem;
  }
  .p-works .s-day-schedule-item {
    -ms-grid-columns: 1fr 27.2rem;
    grid-template-columns: 1fr 27.2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .p-works .s-day-schedule-item > div .double-item {
    margin-top: -1.5rem;
  }
  .p-works .s-day-schedule-item .img-wrap figure {
    margin-top: 1.4rem;
    width: 100%;
    height: 13.5rem;
    border-radius: 1.2rem;
    overflow: hidden;
  }
  .p-works .s-day-schedule-item .img-wrap figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-works .s-day-schedule-item .dayArea {
    margin-top: -2rem;
    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-works .s-day-schedule-item .dayArea.short {
    margin-top: 0;
    padding-top: 1.5rem;
    height: calc(100% - 13.5rem);
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .p-works .s-day-schedule-item .dayArea-first::before {
    height: 6rem;
  }
  .p-works .s-day-schedule-item .dayArea-last::before {
    height: 35%;
  }
  .p-works .s-day-schedule-item .circle {
    width: 5rem;
    height: 2.9rem;
    border-radius: 3rem;
  }
  .p-works .s-day-schedule-item .circle span {
    font-size: 1.3rem;
  }
  .p-works .s-day-schedule-item .time {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-columns: 1fr 1.3rem;
    grid-template-columns: 1fr 1.3rem;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
  .p-works .s-day-schedule-item .time p {
    font-size: 1.8rem;
  }
  .p-works .s-day-schedule-item .time span {
    width: 1.3rem;
    height: 1.3rem;
  }
  .p-works .s-day-schedule-item .time.short {
    height: calc(100% - 13.5rem);
  }
  .p-works .s-day-schedule-item .content {
    padding: 1rem 1.5rem;
  }
  .p-works .s-day-schedule-item .content .ttl {
    font-size: 1.8rem;
  }
  .p-works .s-day-schedule-item .content p {
    margin-top: 0;
    font-size: 1.5rem;
  }
  .p-works .s-day-schedule-item__double {
    -ms-grid-columns: 1fr 27.2rem;
    grid-template-columns: 1fr 27.2rem;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-works .s-day-schedule-item__double .time-next {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .p-works .s-day-schedule-item__double .time-wrap {
    row-gap: 8rem;
  }
  .p-works .s-day-schedule-item__double .time-wrap.long {
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-row-span: 3;
    grid-row: span 3;
    height: calc(100% - 14.9rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: auto;
    row-gap: inherit;
  }
  .p-works .s-day-schedule-item__double .time-wrap.middle {
    row-gap: 16.3rem;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-row-span: 3;
    grid-row: span 3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-works .s-day-schedule-item__double .circle-next {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .p-works .s-day-schedule-item__double .row-item {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }
  .p-works .s-interest {
    padding-bottom: 6rem;
  }
  .p-works .s-interest-wrap {
    display: contents;
  }
  .p-works .s-interest-wrap h3 {
    font-size: 2.8rem;
    line-height: 150%;
  }
  .p-works .s-interest-wrap ul {
    margin-right: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
    margin-left: auto;
  }
  .p-works .s-interest-wrap ul li .ic-balloon {
    font-size: 1rem;
    border-radius: 4.4rem;
    padding: 0.5rem 1rem 0.7rem 1rem;
  }
  .p-works .s-interest-wrap ul li .c-btn02 {
    min-width: 26rem !important;
  }
  .p-works .s-interest-img {
    width: 12.3rem;
    left: 0;
    top: inherit;
    bottom: 0;
  }
  .p-works .s-person {
    padding: 0 1rem;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  .p-works .s-person-wrap {
    margin-top: 3rem;
  }
  .p-works .s-person-wrap ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .p-works .s-person-wrap ul li figure {
    width: calc(100% - 4rem);
  }
  .p-works .s-person-wrap ul li h5 {
    font-size: 1.7rem;
  }
  .p-works .s-career {
    padding: 0 1rem;
    padding-top: 3rem;
    padding-bottom: 7rem;
  }
  .p-works .s-career-inner {
    width: calc(100% + 3rem);
    overflow-x: scroll;
    padding-right: 3rem;
  }
  .p-works .s-career-wrap {
    width: 80rem;
    margin-top: 5rem;
  }
  .p-works .s-career-wrap > ul > li:nth-child(-n+4) {
    height: 13.5rem;
    font-size: 1.8rem;
  }
  .p-works .s-career-wrap > ul > li:nth-child(n+5) {
    padding: 2.5rem 0.5rem 1rem 0.5rem;
  }
  .p-works .s-career-wrap > ul > li:nth-child(n+5) > ul li::before {
    font-size: 1.5rem;
  }
  .p-works .s-career-wrap > ul > li > span {
    bottom: 1.4rem;
  }
  .p-works .s-career-wrap > ul > li:nth-child(2) span {
    bottom: 2rem;
  }
  .p-works .s-career-wrap > ul > li:nth-child(3) span {
    bottom: 2.5rem;
  }
  .p-works .s-career-wrap > ul > li:nth-child(4) span {
    bottom: 3rem;
  }
  .p-works .s-career-wrap__ttl {
    white-space: nowrap;
    font-size: 6.4rem;
    left: 0;
    top: 0;
  }
  .p-works .s-career-wrap__ic {
    width: 8.5rem;
    right: 3.5rem;
  }
  .p-works .s-voice {
    padding-bottom: 7rem;
  }
  .p-works .s-voice-wrap {
    margin-top: 3rem;
  }
  .p-works .s-voice-wrap ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
  .p-works .s-voice-wrap ul figure {
    height: 18rem;
  }
  .p-works .s-voice-wrap__balloon {
    width: calc(100% - 3rem);
    margin-top: -4rem;
  }
  .p-works .s-voice-wrap__content {
    padding: 0 1rem;
  }
  .p-works .s-voice-wrap__content .name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    line-height: 200%;
    font-size: 1.8rem;
  }
  .p-works .s-faq {
    padding: 0 1rem;
    padding-top: 3rem;
    padding-bottom: 7rem;
  }
  .p-works .s-faq-wrap {
    margin-top: 3rem;
  }
  .p-works .s-other {
    padding: 0 1rem;
    padding-top: 3rem;
    padding-bottom: 7rem;
  }
  .p-works .s-other .c-ttl01 h2 {
    text-align: center;
  }
  .p-works .s-other-wrap {
    margin-top: 3rem;
  }
  .p-works-materials .time-wrap.long, .p-works-technology .time-wrap.long, .p-works-hsm .time-wrap.long {
    -ms-grid-rows: 10rem 1fr !important;
    grid-template-rows: 10rem 1fr !important;
  }
  .p-works-technology .time-wrap.long {
    -ms-grid-rows: 8rem 1fr !important;
    grid-template-rows: 8rem 1fr !important;
  }
  .p-works-hsm .time-wrap.middle {
    -ms-grid-rows: 20rem 1fr !important;
    grid-template-rows: 20rem 1fr !important;
    row-gap: 1.4rem !important;
  }
  .p-works-materials .s-voice-wrap ul {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .p-works-general .time-wrap.long {
    height: 100% !important;
  }
  .p-works-general .dayArea.dayArea-last.short {
    height: 100% !important;
  }
  .p-works-general .dayArea.dayArea-last.short::before {
    height: calc(100% - 6rem) !important;
  }
  .p-works-advertising .s-voice-wrap__nav {
    display: none;
  }
  .modaal-video-wrap {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  [href*="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .c-recruit-item:hover figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-footer-wrap .r-content-top__link a:hover {
    background: #FFF;
    border: 1px solid #17507D;
  }
  .c-footer-wrap .r-content-top__link a:hover p {
    color: #17507D;
  }
  .c-footer-wrap .r-content-top__link a:hover svg path {
    stroke: #17507D;
  }
  .c-footer-wrap .r-content-nav ul li a:hover {
    color: #4FA8F7;
  }
  .c-footer-wrap .r-content-nav ul li a:hover svg rect {
    fill: #4FA8F7;
  }
  .c-footer-wrap .r-content-nav ul li a:hover svg path {
    stroke: #4FA8F7;
  }
  .c-footer-wrap .r-content-bottom a:hover svg path {
    fill: #4FA8F7;
  }
  .c-footer-wrap .l-nav-item > ul li .c-f-nav:hover {
    color: #4FA8F7;
  }
  .c-footer-wrap .l-nav-item > ul li .c-f-nav:hover svg path {
    stroke: #4FA8F7;
  }
  .c-header {
    top: 3rem;
    left: 3rem;
    right: 3rem;
  }
  .c-header-nav__link {
    display: none;
  }
  .c-header-mega__trigger.is-active {
    opacity: 0.5;
  }
  .c-header-mega__content {
    position: absolute;
    width: calc(100% + 4rem);
    min-width: 22rem;
    background: #FFF;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
    padding: 1rem 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 4rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .c-header-mega__content ul li a:hover span {
    color: #4FA8F7;
  }
  .c-header-mega__content ul li a:hover svg path {
    stroke: #4FA8F7;
  }
  .c-header-mega-recruit__content {
    min-width: inherit;
    width: calc(100% - 5rem);
  }
  .c-header-drawer {
    display: none;
  }
  .c-header-entry__inner {
    display: none;
  }
  .c-header-entry__close {
    display: none;
  }
  .c-btn01:hover {
    color: #4FA8F7;
  }
  .c-btn01:hover svg ellipse {
    fill: #4FA8F7;
  }
  .c-btn01-link:hover {
    color: #4FA8F7;
  }
  .c-btn01-link:hover svg ellipse {
    fill: #4FA8F7;
  }
  .c-btn01-link:hover .ic-link svg rect {
    fill: #4FA8F7;
  }
  .c-btn01-link:hover .ic-link svg path {
    stroke: #4FA8F7;
  }
  .c-btn02:hover {
    background: #FFF;
    border: 1px solid #17507D;
  }
  .c-btn02:hover p {
    color: #17507D;
  }
  .c-btn02:hover span svg path {
    stroke: #17507D;
  }
  .c-btn03:hover span {
    color: #4FA8F7;
  }
  .c-btn03:hover svg ellipse {
    fill: #4FA8F7;
  }
  .c-btn-anchor:hover {
    background: #FFF;
    border: 1px solid #2778B7;
  }
  .c-btn-anchor:hover span {
    color: #2778B7;
  }
  .c-btn-anchor:hover svg path {
    stroke: #2778B7;
  }
  .c-btn-entry:hover {
    background: #FFF;
    border: 1px solid #17507D;
  }
  .c-btn-entry:hover p {
    color: #17507D;
  }
  .c-btn-entry:hover p > span {
    color: #17507D;
  }
  .c-btn-entry:hover > span svg path {
    stroke: #17507D;
  }
  .c-btn-sns:hover .ic-balloon {
    color: #FFF;
    background: #2778B7;
  }
  .c-btn-sns:hover .ic-balloon::before {
    background: #2778B7;
  }
  .c-cat-color01:hover {
    background: #9464B4 !important;
    color: #FFF;
  }
  .c-cat-color02:hover {
    background: #C45092 !important;
    color: #FFF;
  }
  .c-cat-color03:hover {
    background: #23B6BE !important;
    color: #FFF;
  }
  .c-cat-color04:hover {
    background: #2FB69A !important;
    color: #FFF;
  }
  .c-cat-color05:hover {
    background: #F1A84E !important;
    color: #FFF;
  }
  .c-fixed {
    display: none;
  }
  .c-interview-subttl {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-40rem);
            transform: translateX(-50%) translateX(-40rem);
    top: 26rem;
    z-index: 10;
  }
  .c-interview-subttl__txt div span {
    display: block;
  }
  .c-interview-subttl__txt > span {
    position: absolute;
    left: 9rem;
    top: -0.5rem;
  }
  .c-interview-item:hover figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-interview-item:hover .ic-arrow svg ellipse {
    fill: #4FA8F7;
  }
  .c-interview-banner > a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-interview-sliderBox {
    width: 30.5rem;
    padding-bottom: 5rem !important;
  }
  .c-interview-sliderBox .swiper-slide {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-interview-sliderBox .swiper-slide.swiper-slide-active, .c-interview-sliderBox .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
  .c-interview-slide__txt div span {
    display: block;
  }
  .c-interview-slide__txt > span {
    position: absolute;
    left: 17rem;
    top: -0.5rem;
  }
  .c-interview-slide__inner::after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 100%;
    left: -0.1rem;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(39, 120, 183, 0)), color-stop(30%, rgb(39, 120, 183)), to(rgb(39, 120, 183)));
    background: linear-gradient(to left, rgba(39, 120, 183, 0) 0%, rgb(39, 120, 183) 30%, rgb(39, 120, 183) 100%);
    z-index: 1;
  }
  .c-modal-content__nav {
    display: none;
  }
  .c-modal-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .c-modal-entry__close {
    display: none;
  }
  .c-mv {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-mv-interview .c-breadcrumb {
    margin-top: 0;
    position: absolute;
    top: 72rem;
  }
  .c-mv-short {
    height: 50rem;
  }
  .c-mv-404-wrap {
    height: 25rem;
  }
  .c-mv-data {
    height: 65rem;
  }
  .c-mv-data-wrap {
    margin-top: 8rem;
  }
  .c-mv-crosstalk-copy {
    min-height: 12.5rem;
  }
  .c-mv-crosstalk-member__list > li:nth-child(n+2):nth-child(even) {
    margin-left: -7rem;
    margin-top: 4rem;
  }
  .c-mv-crosstalk-member__list > li:nth-child(n+2):nth-child(odd) {
    margin-left: -5rem;
  }
  .c-mv-crosstalk-member__content .position {
    position: relative;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: -4rem;
    margin-left: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 6.4rem;
    padding: 0 1.5rem;
    height: 3rem;
  }
  .c-nav01-item.is-active {
    color: #2778B7;
  }
  .c-table02 > div::before {
    width: 20rem;
    height: 1px;
    background: #FFFFFF;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .c-table02 > div::after {
    width: calc(100% - 20rem);
    height: 1px;
    background: #93C1F9;
    content: "";
    position: absolute;
    left: 20rem;
    bottom: 0;
  }
  .c-table02 > div > dd a:hover {
    opacity: 0.8;
  }
  .c-works-item:hover figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-works-item:hover .s-works-item__ttl {
    color: #4FA8F7;
  }
  .c-works-item:hover .s-works-item__ttl svg ellipse {
    fill: #4FA8F7;
  }
  .u-m-0 {
    margin: 0rem !important;
  }
  .u-mt-0 {
    margin-top: 0rem !important;
  }
  .u-mr-0 {
    margin-right: 0rem !important;
  }
  .u-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-0 {
    margin-left: 0rem !important;
  }
  .u-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .u-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-p-0 {
    padding: 0rem !important;
  }
  .u-pt-0 {
    padding-top: 0rem !important;
  }
  .u-pr-0 {
    padding-right: 0rem !important;
  }
  .u-pb-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-0 {
    padding-left: 0rem !important;
  }
  .u-px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .u-py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-m-1 {
    margin: 0.1rem !important;
  }
  .u-mt-1 {
    margin-top: 0.1rem !important;
  }
  .u-mr-1 {
    margin-right: 0.1rem !important;
  }
  .u-mb-1 {
    margin-bottom: 0.1rem !important;
  }
  .u-ml-1 {
    margin-left: 0.1rem !important;
  }
  .u-mx-1 {
    margin-left: 0.1rem !important;
    margin-right: 0.1rem !important;
  }
  .u-my-1 {
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
  }
  .u-p-1 {
    padding: 0.1rem !important;
  }
  .u-pt-1 {
    padding-top: 0.1rem !important;
  }
  .u-pr-1 {
    padding-right: 0.1rem !important;
  }
  .u-pb-1 {
    padding-bottom: 0.1rem !important;
  }
  .u-pl-1 {
    padding-left: 0.1rem !important;
  }
  .u-px-1 {
    padding-left: 0.1rem !important;
    padding-right: 0.1rem !important;
  }
  .u-py-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }
  .u-m-2 {
    margin: 0.2rem !important;
  }
  .u-mt-2 {
    margin-top: 0.2rem !important;
  }
  .u-mr-2 {
    margin-right: 0.2rem !important;
  }
  .u-mb-2 {
    margin-bottom: 0.2rem !important;
  }
  .u-ml-2 {
    margin-left: 0.2rem !important;
  }
  .u-mx-2 {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
  .u-my-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }
  .u-p-2 {
    padding: 0.2rem !important;
  }
  .u-pt-2 {
    padding-top: 0.2rem !important;
  }
  .u-pr-2 {
    padding-right: 0.2rem !important;
  }
  .u-pb-2 {
    padding-bottom: 0.2rem !important;
  }
  .u-pl-2 {
    padding-left: 0.2rem !important;
  }
  .u-px-2 {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }
  .u-py-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
  .u-m-3 {
    margin: 0.3rem !important;
  }
  .u-mt-3 {
    margin-top: 0.3rem !important;
  }
  .u-mr-3 {
    margin-right: 0.3rem !important;
  }
  .u-mb-3 {
    margin-bottom: 0.3rem !important;
  }
  .u-ml-3 {
    margin-left: 0.3rem !important;
  }
  .u-mx-3 {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }
  .u-my-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .u-p-3 {
    padding: 0.3rem !important;
  }
  .u-pt-3 {
    padding-top: 0.3rem !important;
  }
  .u-pr-3 {
    padding-right: 0.3rem !important;
  }
  .u-pb-3 {
    padding-bottom: 0.3rem !important;
  }
  .u-pl-3 {
    padding-left: 0.3rem !important;
  }
  .u-px-3 {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
  }
  .u-py-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .u-m-4 {
    margin: 0.4rem !important;
  }
  .u-mt-4 {
    margin-top: 0.4rem !important;
  }
  .u-mr-4 {
    margin-right: 0.4rem !important;
  }
  .u-mb-4 {
    margin-bottom: 0.4rem !important;
  }
  .u-ml-4 {
    margin-left: 0.4rem !important;
  }
  .u-mx-4 {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
  .u-my-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .u-p-4 {
    padding: 0.4rem !important;
  }
  .u-pt-4 {
    padding-top: 0.4rem !important;
  }
  .u-pr-4 {
    padding-right: 0.4rem !important;
  }
  .u-pb-4 {
    padding-bottom: 0.4rem !important;
  }
  .u-pl-4 {
    padding-left: 0.4rem !important;
  }
  .u-px-4 {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
  .u-py-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .u-m-5 {
    margin: 0.5rem !important;
  }
  .u-mt-5 {
    margin-top: 0.5rem !important;
  }
  .u-mr-5 {
    margin-right: 0.5rem !important;
  }
  .u-mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-5 {
    margin-left: 0.5rem !important;
  }
  .u-mx-5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .u-my-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .u-p-5 {
    padding: 0.5rem !important;
  }
  .u-pt-5 {
    padding-top: 0.5rem !important;
  }
  .u-pr-5 {
    padding-right: 0.5rem !important;
  }
  .u-pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-5 {
    padding-left: 0.5rem !important;
  }
  .u-px-5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .u-py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .u-m-6 {
    margin: 0.6rem !important;
  }
  .u-mt-6 {
    margin-top: 0.6rem !important;
  }
  .u-mr-6 {
    margin-right: 0.6rem !important;
  }
  .u-mb-6 {
    margin-bottom: 0.6rem !important;
  }
  .u-ml-6 {
    margin-left: 0.6rem !important;
  }
  .u-mx-6 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }
  .u-my-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .u-p-6 {
    padding: 0.6rem !important;
  }
  .u-pt-6 {
    padding-top: 0.6rem !important;
  }
  .u-pr-6 {
    padding-right: 0.6rem !important;
  }
  .u-pb-6 {
    padding-bottom: 0.6rem !important;
  }
  .u-pl-6 {
    padding-left: 0.6rem !important;
  }
  .u-px-6 {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
  }
  .u-py-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .u-m-7 {
    margin: 0.7rem !important;
  }
  .u-mt-7 {
    margin-top: 0.7rem !important;
  }
  .u-mr-7 {
    margin-right: 0.7rem !important;
  }
  .u-mb-7 {
    margin-bottom: 0.7rem !important;
  }
  .u-ml-7 {
    margin-left: 0.7rem !important;
  }
  .u-mx-7 {
    margin-left: 0.7rem !important;
    margin-right: 0.7rem !important;
  }
  .u-my-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .u-p-7 {
    padding: 0.7rem !important;
  }
  .u-pt-7 {
    padding-top: 0.7rem !important;
  }
  .u-pr-7 {
    padding-right: 0.7rem !important;
  }
  .u-pb-7 {
    padding-bottom: 0.7rem !important;
  }
  .u-pl-7 {
    padding-left: 0.7rem !important;
  }
  .u-px-7 {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
  }
  .u-py-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .u-m-8 {
    margin: 0.8rem !important;
  }
  .u-mt-8 {
    margin-top: 0.8rem !important;
  }
  .u-mr-8 {
    margin-right: 0.8rem !important;
  }
  .u-mb-8 {
    margin-bottom: 0.8rem !important;
  }
  .u-ml-8 {
    margin-left: 0.8rem !important;
  }
  .u-mx-8 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .u-my-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .u-p-8 {
    padding: 0.8rem !important;
  }
  .u-pt-8 {
    padding-top: 0.8rem !important;
  }
  .u-pr-8 {
    padding-right: 0.8rem !important;
  }
  .u-pb-8 {
    padding-bottom: 0.8rem !important;
  }
  .u-pl-8 {
    padding-left: 0.8rem !important;
  }
  .u-px-8 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .u-py-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .u-m-9 {
    margin: 0.9rem !important;
  }
  .u-mt-9 {
    margin-top: 0.9rem !important;
  }
  .u-mr-9 {
    margin-right: 0.9rem !important;
  }
  .u-mb-9 {
    margin-bottom: 0.9rem !important;
  }
  .u-ml-9 {
    margin-left: 0.9rem !important;
  }
  .u-mx-9 {
    margin-left: 0.9rem !important;
    margin-right: 0.9rem !important;
  }
  .u-my-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .u-p-9 {
    padding: 0.9rem !important;
  }
  .u-pt-9 {
    padding-top: 0.9rem !important;
  }
  .u-pr-9 {
    padding-right: 0.9rem !important;
  }
  .u-pb-9 {
    padding-bottom: 0.9rem !important;
  }
  .u-pl-9 {
    padding-left: 0.9rem !important;
  }
  .u-px-9 {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }
  .u-py-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .u-m-10 {
    margin: 1rem !important;
  }
  .u-mt-10 {
    margin-top: 1rem !important;
  }
  .u-mr-10 {
    margin-right: 1rem !important;
  }
  .u-mb-10 {
    margin-bottom: 1rem !important;
  }
  .u-ml-10 {
    margin-left: 1rem !important;
  }
  .u-mx-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .u-my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .u-p-10 {
    padding: 1rem !important;
  }
  .u-pt-10 {
    padding-top: 1rem !important;
  }
  .u-pr-10 {
    padding-right: 1rem !important;
  }
  .u-pb-10 {
    padding-bottom: 1rem !important;
  }
  .u-pl-10 {
    padding-left: 1rem !important;
  }
  .u-px-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .u-py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .u-m-11 {
    margin: 1.1rem !important;
  }
  .u-mt-11 {
    margin-top: 1.1rem !important;
  }
  .u-mr-11 {
    margin-right: 1.1rem !important;
  }
  .u-mb-11 {
    margin-bottom: 1.1rem !important;
  }
  .u-ml-11 {
    margin-left: 1.1rem !important;
  }
  .u-mx-11 {
    margin-left: 1.1rem !important;
    margin-right: 1.1rem !important;
  }
  .u-my-11 {
    margin-top: 1.1rem !important;
    margin-bottom: 1.1rem !important;
  }
  .u-p-11 {
    padding: 1.1rem !important;
  }
  .u-pt-11 {
    padding-top: 1.1rem !important;
  }
  .u-pr-11 {
    padding-right: 1.1rem !important;
  }
  .u-pb-11 {
    padding-bottom: 1.1rem !important;
  }
  .u-pl-11 {
    padding-left: 1.1rem !important;
  }
  .u-px-11 {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  .u-py-11 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
  }
  .u-m-12 {
    margin: 1.2rem !important;
  }
  .u-mt-12 {
    margin-top: 1.2rem !important;
  }
  .u-mr-12 {
    margin-right: 1.2rem !important;
  }
  .u-mb-12 {
    margin-bottom: 1.2rem !important;
  }
  .u-ml-12 {
    margin-left: 1.2rem !important;
  }
  .u-mx-12 {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .u-my-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .u-p-12 {
    padding: 1.2rem !important;
  }
  .u-pt-12 {
    padding-top: 1.2rem !important;
  }
  .u-pr-12 {
    padding-right: 1.2rem !important;
  }
  .u-pb-12 {
    padding-bottom: 1.2rem !important;
  }
  .u-pl-12 {
    padding-left: 1.2rem !important;
  }
  .u-px-12 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .u-py-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .u-m-13 {
    margin: 1.3rem !important;
  }
  .u-mt-13 {
    margin-top: 1.3rem !important;
  }
  .u-mr-13 {
    margin-right: 1.3rem !important;
  }
  .u-mb-13 {
    margin-bottom: 1.3rem !important;
  }
  .u-ml-13 {
    margin-left: 1.3rem !important;
  }
  .u-mx-13 {
    margin-left: 1.3rem !important;
    margin-right: 1.3rem !important;
  }
  .u-my-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important;
  }
  .u-p-13 {
    padding: 1.3rem !important;
  }
  .u-pt-13 {
    padding-top: 1.3rem !important;
  }
  .u-pr-13 {
    padding-right: 1.3rem !important;
  }
  .u-pb-13 {
    padding-bottom: 1.3rem !important;
  }
  .u-pl-13 {
    padding-left: 1.3rem !important;
  }
  .u-px-13 {
    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important;
  }
  .u-py-13 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
  }
  .u-m-14 {
    margin: 1.4rem !important;
  }
  .u-mt-14 {
    margin-top: 1.4rem !important;
  }
  .u-mr-14 {
    margin-right: 1.4rem !important;
  }
  .u-mb-14 {
    margin-bottom: 1.4rem !important;
  }
  .u-ml-14 {
    margin-left: 1.4rem !important;
  }
  .u-mx-14 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }
  .u-my-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .u-p-14 {
    padding: 1.4rem !important;
  }
  .u-pt-14 {
    padding-top: 1.4rem !important;
  }
  .u-pr-14 {
    padding-right: 1.4rem !important;
  }
  .u-pb-14 {
    padding-bottom: 1.4rem !important;
  }
  .u-pl-14 {
    padding-left: 1.4rem !important;
  }
  .u-px-14 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
  .u-py-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .u-m-15 {
    margin: 1.5rem !important;
  }
  .u-mt-15 {
    margin-top: 1.5rem !important;
  }
  .u-mr-15 {
    margin-right: 1.5rem !important;
  }
  .u-mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-15 {
    margin-left: 1.5rem !important;
  }
  .u-mx-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .u-my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .u-p-15 {
    padding: 1.5rem !important;
  }
  .u-pt-15 {
    padding-top: 1.5rem !important;
  }
  .u-pr-15 {
    padding-right: 1.5rem !important;
  }
  .u-pb-15 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-15 {
    padding-left: 1.5rem !important;
  }
  .u-px-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .u-py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .u-m-16 {
    margin: 1.6rem !important;
  }
  .u-mt-16 {
    margin-top: 1.6rem !important;
  }
  .u-mr-16 {
    margin-right: 1.6rem !important;
  }
  .u-mb-16 {
    margin-bottom: 1.6rem !important;
  }
  .u-ml-16 {
    margin-left: 1.6rem !important;
  }
  .u-mx-16 {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
  .u-my-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .u-p-16 {
    padding: 1.6rem !important;
  }
  .u-pt-16 {
    padding-top: 1.6rem !important;
  }
  .u-pr-16 {
    padding-right: 1.6rem !important;
  }
  .u-pb-16 {
    padding-bottom: 1.6rem !important;
  }
  .u-pl-16 {
    padding-left: 1.6rem !important;
  }
  .u-px-16 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .u-py-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .u-m-17 {
    margin: 1.7rem !important;
  }
  .u-mt-17 {
    margin-top: 1.7rem !important;
  }
  .u-mr-17 {
    margin-right: 1.7rem !important;
  }
  .u-mb-17 {
    margin-bottom: 1.7rem !important;
  }
  .u-ml-17 {
    margin-left: 1.7rem !important;
  }
  .u-mx-17 {
    margin-left: 1.7rem !important;
    margin-right: 1.7rem !important;
  }
  .u-my-17 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }
  .u-p-17 {
    padding: 1.7rem !important;
  }
  .u-pt-17 {
    padding-top: 1.7rem !important;
  }
  .u-pr-17 {
    padding-right: 1.7rem !important;
  }
  .u-pb-17 {
    padding-bottom: 1.7rem !important;
  }
  .u-pl-17 {
    padding-left: 1.7rem !important;
  }
  .u-px-17 {
    padding-left: 1.7rem !important;
    padding-right: 1.7rem !important;
  }
  .u-py-17 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }
  .u-m-18 {
    margin: 1.8rem !important;
  }
  .u-mt-18 {
    margin-top: 1.8rem !important;
  }
  .u-mr-18 {
    margin-right: 1.8rem !important;
  }
  .u-mb-18 {
    margin-bottom: 1.8rem !important;
  }
  .u-ml-18 {
    margin-left: 1.8rem !important;
  }
  .u-mx-18 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .u-my-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .u-p-18 {
    padding: 1.8rem !important;
  }
  .u-pt-18 {
    padding-top: 1.8rem !important;
  }
  .u-pr-18 {
    padding-right: 1.8rem !important;
  }
  .u-pb-18 {
    padding-bottom: 1.8rem !important;
  }
  .u-pl-18 {
    padding-left: 1.8rem !important;
  }
  .u-px-18 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .u-py-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .u-m-19 {
    margin: 1.9rem !important;
  }
  .u-mt-19 {
    margin-top: 1.9rem !important;
  }
  .u-mr-19 {
    margin-right: 1.9rem !important;
  }
  .u-mb-19 {
    margin-bottom: 1.9rem !important;
  }
  .u-ml-19 {
    margin-left: 1.9rem !important;
  }
  .u-mx-19 {
    margin-left: 1.9rem !important;
    margin-right: 1.9rem !important;
  }
  .u-my-19 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important;
  }
  .u-p-19 {
    padding: 1.9rem !important;
  }
  .u-pt-19 {
    padding-top: 1.9rem !important;
  }
  .u-pr-19 {
    padding-right: 1.9rem !important;
  }
  .u-pb-19 {
    padding-bottom: 1.9rem !important;
  }
  .u-pl-19 {
    padding-left: 1.9rem !important;
  }
  .u-px-19 {
    padding-left: 1.9rem !important;
    padding-right: 1.9rem !important;
  }
  .u-py-19 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important;
  }
  .u-m-20 {
    margin: 2rem !important;
  }
  .u-mt-20 {
    margin-top: 2rem !important;
  }
  .u-mr-20 {
    margin-right: 2rem !important;
  }
  .u-mb-20 {
    margin-bottom: 2rem !important;
  }
  .u-ml-20 {
    margin-left: 2rem !important;
  }
  .u-mx-20 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .u-my-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .u-p-20 {
    padding: 2rem !important;
  }
  .u-pt-20 {
    padding-top: 2rem !important;
  }
  .u-pr-20 {
    padding-right: 2rem !important;
  }
  .u-pb-20 {
    padding-bottom: 2rem !important;
  }
  .u-pl-20 {
    padding-left: 2rem !important;
  }
  .u-px-20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .u-py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .u-m-21 {
    margin: 2.1rem !important;
  }
  .u-mt-21 {
    margin-top: 2.1rem !important;
  }
  .u-mr-21 {
    margin-right: 2.1rem !important;
  }
  .u-mb-21 {
    margin-bottom: 2.1rem !important;
  }
  .u-ml-21 {
    margin-left: 2.1rem !important;
  }
  .u-mx-21 {
    margin-left: 2.1rem !important;
    margin-right: 2.1rem !important;
  }
  .u-my-21 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .u-p-21 {
    padding: 2.1rem !important;
  }
  .u-pt-21 {
    padding-top: 2.1rem !important;
  }
  .u-pr-21 {
    padding-right: 2.1rem !important;
  }
  .u-pb-21 {
    padding-bottom: 2.1rem !important;
  }
  .u-pl-21 {
    padding-left: 2.1rem !important;
  }
  .u-px-21 {
    padding-left: 2.1rem !important;
    padding-right: 2.1rem !important;
  }
  .u-py-21 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }
  .u-m-22 {
    margin: 2.2rem !important;
  }
  .u-mt-22 {
    margin-top: 2.2rem !important;
  }
  .u-mr-22 {
    margin-right: 2.2rem !important;
  }
  .u-mb-22 {
    margin-bottom: 2.2rem !important;
  }
  .u-ml-22 {
    margin-left: 2.2rem !important;
  }
  .u-mx-22 {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
  }
  .u-my-22 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .u-p-22 {
    padding: 2.2rem !important;
  }
  .u-pt-22 {
    padding-top: 2.2rem !important;
  }
  .u-pr-22 {
    padding-right: 2.2rem !important;
  }
  .u-pb-22 {
    padding-bottom: 2.2rem !important;
  }
  .u-pl-22 {
    padding-left: 2.2rem !important;
  }
  .u-px-22 {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }
  .u-py-22 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .u-m-23 {
    margin: 2.3rem !important;
  }
  .u-mt-23 {
    margin-top: 2.3rem !important;
  }
  .u-mr-23 {
    margin-right: 2.3rem !important;
  }
  .u-mb-23 {
    margin-bottom: 2.3rem !important;
  }
  .u-ml-23 {
    margin-left: 2.3rem !important;
  }
  .u-mx-23 {
    margin-left: 2.3rem !important;
    margin-right: 2.3rem !important;
  }
  .u-my-23 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important;
  }
  .u-p-23 {
    padding: 2.3rem !important;
  }
  .u-pt-23 {
    padding-top: 2.3rem !important;
  }
  .u-pr-23 {
    padding-right: 2.3rem !important;
  }
  .u-pb-23 {
    padding-bottom: 2.3rem !important;
  }
  .u-pl-23 {
    padding-left: 2.3rem !important;
  }
  .u-px-23 {
    padding-left: 2.3rem !important;
    padding-right: 2.3rem !important;
  }
  .u-py-23 {
    padding-top: 2.3rem !important;
    padding-bottom: 2.3rem !important;
  }
  .u-m-24 {
    margin: 2.4rem !important;
  }
  .u-mt-24 {
    margin-top: 2.4rem !important;
  }
  .u-mr-24 {
    margin-right: 2.4rem !important;
  }
  .u-mb-24 {
    margin-bottom: 2.4rem !important;
  }
  .u-ml-24 {
    margin-left: 2.4rem !important;
  }
  .u-mx-24 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .u-my-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .u-p-24 {
    padding: 2.4rem !important;
  }
  .u-pt-24 {
    padding-top: 2.4rem !important;
  }
  .u-pr-24 {
    padding-right: 2.4rem !important;
  }
  .u-pb-24 {
    padding-bottom: 2.4rem !important;
  }
  .u-pl-24 {
    padding-left: 2.4rem !important;
  }
  .u-px-24 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .u-py-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .u-m-25 {
    margin: 2.5rem !important;
  }
  .u-mt-25 {
    margin-top: 2.5rem !important;
  }
  .u-mr-25 {
    margin-right: 2.5rem !important;
  }
  .u-mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-25 {
    margin-left: 2.5rem !important;
  }
  .u-mx-25 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .u-my-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .u-p-25 {
    padding: 2.5rem !important;
  }
  .u-pt-25 {
    padding-top: 2.5rem !important;
  }
  .u-pr-25 {
    padding-right: 2.5rem !important;
  }
  .u-pb-25 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-25 {
    padding-left: 2.5rem !important;
  }
  .u-px-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .u-py-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .u-m-26 {
    margin: 2.6rem !important;
  }
  .u-mt-26 {
    margin-top: 2.6rem !important;
  }
  .u-mr-26 {
    margin-right: 2.6rem !important;
  }
  .u-mb-26 {
    margin-bottom: 2.6rem !important;
  }
  .u-ml-26 {
    margin-left: 2.6rem !important;
  }
  .u-mx-26 {
    margin-left: 2.6rem !important;
    margin-right: 2.6rem !important;
  }
  .u-my-26 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important;
  }
  .u-p-26 {
    padding: 2.6rem !important;
  }
  .u-pt-26 {
    padding-top: 2.6rem !important;
  }
  .u-pr-26 {
    padding-right: 2.6rem !important;
  }
  .u-pb-26 {
    padding-bottom: 2.6rem !important;
  }
  .u-pl-26 {
    padding-left: 2.6rem !important;
  }
  .u-px-26 {
    padding-left: 2.6rem !important;
    padding-right: 2.6rem !important;
  }
  .u-py-26 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important;
  }
  .u-m-27 {
    margin: 2.7rem !important;
  }
  .u-mt-27 {
    margin-top: 2.7rem !important;
  }
  .u-mr-27 {
    margin-right: 2.7rem !important;
  }
  .u-mb-27 {
    margin-bottom: 2.7rem !important;
  }
  .u-ml-27 {
    margin-left: 2.7rem !important;
  }
  .u-mx-27 {
    margin-left: 2.7rem !important;
    margin-right: 2.7rem !important;
  }
  .u-my-27 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important;
  }
  .u-p-27 {
    padding: 2.7rem !important;
  }
  .u-pt-27 {
    padding-top: 2.7rem !important;
  }
  .u-pr-27 {
    padding-right: 2.7rem !important;
  }
  .u-pb-27 {
    padding-bottom: 2.7rem !important;
  }
  .u-pl-27 {
    padding-left: 2.7rem !important;
  }
  .u-px-27 {
    padding-left: 2.7rem !important;
    padding-right: 2.7rem !important;
  }
  .u-py-27 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
  }
  .u-m-28 {
    margin: 2.8rem !important;
  }
  .u-mt-28 {
    margin-top: 2.8rem !important;
  }
  .u-mr-28 {
    margin-right: 2.8rem !important;
  }
  .u-mb-28 {
    margin-bottom: 2.8rem !important;
  }
  .u-ml-28 {
    margin-left: 2.8rem !important;
  }
  .u-mx-28 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
  .u-my-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .u-p-28 {
    padding: 2.8rem !important;
  }
  .u-pt-28 {
    padding-top: 2.8rem !important;
  }
  .u-pr-28 {
    padding-right: 2.8rem !important;
  }
  .u-pb-28 {
    padding-bottom: 2.8rem !important;
  }
  .u-pl-28 {
    padding-left: 2.8rem !important;
  }
  .u-px-28 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
  .u-py-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .u-m-29 {
    margin: 2.9rem !important;
  }
  .u-mt-29 {
    margin-top: 2.9rem !important;
  }
  .u-mr-29 {
    margin-right: 2.9rem !important;
  }
  .u-mb-29 {
    margin-bottom: 2.9rem !important;
  }
  .u-ml-29 {
    margin-left: 2.9rem !important;
  }
  .u-mx-29 {
    margin-left: 2.9rem !important;
    margin-right: 2.9rem !important;
  }
  .u-my-29 {
    margin-top: 2.9rem !important;
    margin-bottom: 2.9rem !important;
  }
  .u-p-29 {
    padding: 2.9rem !important;
  }
  .u-pt-29 {
    padding-top: 2.9rem !important;
  }
  .u-pr-29 {
    padding-right: 2.9rem !important;
  }
  .u-pb-29 {
    padding-bottom: 2.9rem !important;
  }
  .u-pl-29 {
    padding-left: 2.9rem !important;
  }
  .u-px-29 {
    padding-left: 2.9rem !important;
    padding-right: 2.9rem !important;
  }
  .u-py-29 {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important;
  }
  .u-m-30 {
    margin: 3rem !important;
  }
  .u-mt-30 {
    margin-top: 3rem !important;
  }
  .u-mr-30 {
    margin-right: 3rem !important;
  }
  .u-mb-30 {
    margin-bottom: 3rem !important;
  }
  .u-ml-30 {
    margin-left: 3rem !important;
  }
  .u-mx-30 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .u-my-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .u-p-30 {
    padding: 3rem !important;
  }
  .u-pt-30 {
    padding-top: 3rem !important;
  }
  .u-pr-30 {
    padding-right: 3rem !important;
  }
  .u-pb-30 {
    padding-bottom: 3rem !important;
  }
  .u-pl-30 {
    padding-left: 3rem !important;
  }
  .u-px-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .u-py-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .u-m-31 {
    margin: 3.1rem !important;
  }
  .u-mt-31 {
    margin-top: 3.1rem !important;
  }
  .u-mr-31 {
    margin-right: 3.1rem !important;
  }
  .u-mb-31 {
    margin-bottom: 3.1rem !important;
  }
  .u-ml-31 {
    margin-left: 3.1rem !important;
  }
  .u-mx-31 {
    margin-left: 3.1rem !important;
    margin-right: 3.1rem !important;
  }
  .u-my-31 {
    margin-top: 3.1rem !important;
    margin-bottom: 3.1rem !important;
  }
  .u-p-31 {
    padding: 3.1rem !important;
  }
  .u-pt-31 {
    padding-top: 3.1rem !important;
  }
  .u-pr-31 {
    padding-right: 3.1rem !important;
  }
  .u-pb-31 {
    padding-bottom: 3.1rem !important;
  }
  .u-pl-31 {
    padding-left: 3.1rem !important;
  }
  .u-px-31 {
    padding-left: 3.1rem !important;
    padding-right: 3.1rem !important;
  }
  .u-py-31 {
    padding-top: 3.1rem !important;
    padding-bottom: 3.1rem !important;
  }
  .u-m-32 {
    margin: 3.2rem !important;
  }
  .u-mt-32 {
    margin-top: 3.2rem !important;
  }
  .u-mr-32 {
    margin-right: 3.2rem !important;
  }
  .u-mb-32 {
    margin-bottom: 3.2rem !important;
  }
  .u-ml-32 {
    margin-left: 3.2rem !important;
  }
  .u-mx-32 {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
  .u-my-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .u-p-32 {
    padding: 3.2rem !important;
  }
  .u-pt-32 {
    padding-top: 3.2rem !important;
  }
  .u-pr-32 {
    padding-right: 3.2rem !important;
  }
  .u-pb-32 {
    padding-bottom: 3.2rem !important;
  }
  .u-pl-32 {
    padding-left: 3.2rem !important;
  }
  .u-px-32 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .u-py-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .u-m-33 {
    margin: 3.3rem !important;
  }
  .u-mt-33 {
    margin-top: 3.3rem !important;
  }
  .u-mr-33 {
    margin-right: 3.3rem !important;
  }
  .u-mb-33 {
    margin-bottom: 3.3rem !important;
  }
  .u-ml-33 {
    margin-left: 3.3rem !important;
  }
  .u-mx-33 {
    margin-left: 3.3rem !important;
    margin-right: 3.3rem !important;
  }
  .u-my-33 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }
  .u-p-33 {
    padding: 3.3rem !important;
  }
  .u-pt-33 {
    padding-top: 3.3rem !important;
  }
  .u-pr-33 {
    padding-right: 3.3rem !important;
  }
  .u-pb-33 {
    padding-bottom: 3.3rem !important;
  }
  .u-pl-33 {
    padding-left: 3.3rem !important;
  }
  .u-px-33 {
    padding-left: 3.3rem !important;
    padding-right: 3.3rem !important;
  }
  .u-py-33 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }
  .u-m-34 {
    margin: 3.4rem !important;
  }
  .u-mt-34 {
    margin-top: 3.4rem !important;
  }
  .u-mr-34 {
    margin-right: 3.4rem !important;
  }
  .u-mb-34 {
    margin-bottom: 3.4rem !important;
  }
  .u-ml-34 {
    margin-left: 3.4rem !important;
  }
  .u-mx-34 {
    margin-left: 3.4rem !important;
    margin-right: 3.4rem !important;
  }
  .u-my-34 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }
  .u-p-34 {
    padding: 3.4rem !important;
  }
  .u-pt-34 {
    padding-top: 3.4rem !important;
  }
  .u-pr-34 {
    padding-right: 3.4rem !important;
  }
  .u-pb-34 {
    padding-bottom: 3.4rem !important;
  }
  .u-pl-34 {
    padding-left: 3.4rem !important;
  }
  .u-px-34 {
    padding-left: 3.4rem !important;
    padding-right: 3.4rem !important;
  }
  .u-py-34 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }
  .u-m-35 {
    margin: 3.5rem !important;
  }
  .u-mt-35 {
    margin-top: 3.5rem !important;
  }
  .u-mr-35 {
    margin-right: 3.5rem !important;
  }
  .u-mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-35 {
    margin-left: 3.5rem !important;
  }
  .u-mx-35 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .u-my-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .u-p-35 {
    padding: 3.5rem !important;
  }
  .u-pt-35 {
    padding-top: 3.5rem !important;
  }
  .u-pr-35 {
    padding-right: 3.5rem !important;
  }
  .u-pb-35 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-35 {
    padding-left: 3.5rem !important;
  }
  .u-px-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .u-py-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .u-m-36 {
    margin: 3.6rem !important;
  }
  .u-mt-36 {
    margin-top: 3.6rem !important;
  }
  .u-mr-36 {
    margin-right: 3.6rem !important;
  }
  .u-mb-36 {
    margin-bottom: 3.6rem !important;
  }
  .u-ml-36 {
    margin-left: 3.6rem !important;
  }
  .u-mx-36 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .u-my-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .u-p-36 {
    padding: 3.6rem !important;
  }
  .u-pt-36 {
    padding-top: 3.6rem !important;
  }
  .u-pr-36 {
    padding-right: 3.6rem !important;
  }
  .u-pb-36 {
    padding-bottom: 3.6rem !important;
  }
  .u-pl-36 {
    padding-left: 3.6rem !important;
  }
  .u-px-36 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
  .u-py-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .u-m-37 {
    margin: 3.7rem !important;
  }
  .u-mt-37 {
    margin-top: 3.7rem !important;
  }
  .u-mr-37 {
    margin-right: 3.7rem !important;
  }
  .u-mb-37 {
    margin-bottom: 3.7rem !important;
  }
  .u-ml-37 {
    margin-left: 3.7rem !important;
  }
  .u-mx-37 {
    margin-left: 3.7rem !important;
    margin-right: 3.7rem !important;
  }
  .u-my-37 {
    margin-top: 3.7rem !important;
    margin-bottom: 3.7rem !important;
  }
  .u-p-37 {
    padding: 3.7rem !important;
  }
  .u-pt-37 {
    padding-top: 3.7rem !important;
  }
  .u-pr-37 {
    padding-right: 3.7rem !important;
  }
  .u-pb-37 {
    padding-bottom: 3.7rem !important;
  }
  .u-pl-37 {
    padding-left: 3.7rem !important;
  }
  .u-px-37 {
    padding-left: 3.7rem !important;
    padding-right: 3.7rem !important;
  }
  .u-py-37 {
    padding-top: 3.7rem !important;
    padding-bottom: 3.7rem !important;
  }
  .u-m-38 {
    margin: 3.8rem !important;
  }
  .u-mt-38 {
    margin-top: 3.8rem !important;
  }
  .u-mr-38 {
    margin-right: 3.8rem !important;
  }
  .u-mb-38 {
    margin-bottom: 3.8rem !important;
  }
  .u-ml-38 {
    margin-left: 3.8rem !important;
  }
  .u-mx-38 {
    margin-left: 3.8rem !important;
    margin-right: 3.8rem !important;
  }
  .u-my-38 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important;
  }
  .u-p-38 {
    padding: 3.8rem !important;
  }
  .u-pt-38 {
    padding-top: 3.8rem !important;
  }
  .u-pr-38 {
    padding-right: 3.8rem !important;
  }
  .u-pb-38 {
    padding-bottom: 3.8rem !important;
  }
  .u-pl-38 {
    padding-left: 3.8rem !important;
  }
  .u-px-38 {
    padding-left: 3.8rem !important;
    padding-right: 3.8rem !important;
  }
  .u-py-38 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important;
  }
  .u-m-39 {
    margin: 3.9rem !important;
  }
  .u-mt-39 {
    margin-top: 3.9rem !important;
  }
  .u-mr-39 {
    margin-right: 3.9rem !important;
  }
  .u-mb-39 {
    margin-bottom: 3.9rem !important;
  }
  .u-ml-39 {
    margin-left: 3.9rem !important;
  }
  .u-mx-39 {
    margin-left: 3.9rem !important;
    margin-right: 3.9rem !important;
  }
  .u-my-39 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important;
  }
  .u-p-39 {
    padding: 3.9rem !important;
  }
  .u-pt-39 {
    padding-top: 3.9rem !important;
  }
  .u-pr-39 {
    padding-right: 3.9rem !important;
  }
  .u-pb-39 {
    padding-bottom: 3.9rem !important;
  }
  .u-pl-39 {
    padding-left: 3.9rem !important;
  }
  .u-px-39 {
    padding-left: 3.9rem !important;
    padding-right: 3.9rem !important;
  }
  .u-py-39 {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important;
  }
  .u-m-40 {
    margin: 4rem !important;
  }
  .u-mt-40 {
    margin-top: 4rem !important;
  }
  .u-mr-40 {
    margin-right: 4rem !important;
  }
  .u-mb-40 {
    margin-bottom: 4rem !important;
  }
  .u-ml-40 {
    margin-left: 4rem !important;
  }
  .u-mx-40 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .u-my-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .u-p-40 {
    padding: 4rem !important;
  }
  .u-pt-40 {
    padding-top: 4rem !important;
  }
  .u-pr-40 {
    padding-right: 4rem !important;
  }
  .u-pb-40 {
    padding-bottom: 4rem !important;
  }
  .u-pl-40 {
    padding-left: 4rem !important;
  }
  .u-px-40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .u-py-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .u-m-41 {
    margin: 4.1rem !important;
  }
  .u-mt-41 {
    margin-top: 4.1rem !important;
  }
  .u-mr-41 {
    margin-right: 4.1rem !important;
  }
  .u-mb-41 {
    margin-bottom: 4.1rem !important;
  }
  .u-ml-41 {
    margin-left: 4.1rem !important;
  }
  .u-mx-41 {
    margin-left: 4.1rem !important;
    margin-right: 4.1rem !important;
  }
  .u-my-41 {
    margin-top: 4.1rem !important;
    margin-bottom: 4.1rem !important;
  }
  .u-p-41 {
    padding: 4.1rem !important;
  }
  .u-pt-41 {
    padding-top: 4.1rem !important;
  }
  .u-pr-41 {
    padding-right: 4.1rem !important;
  }
  .u-pb-41 {
    padding-bottom: 4.1rem !important;
  }
  .u-pl-41 {
    padding-left: 4.1rem !important;
  }
  .u-px-41 {
    padding-left: 4.1rem !important;
    padding-right: 4.1rem !important;
  }
  .u-py-41 {
    padding-top: 4.1rem !important;
    padding-bottom: 4.1rem !important;
  }
  .u-m-42 {
    margin: 4.2rem !important;
  }
  .u-mt-42 {
    margin-top: 4.2rem !important;
  }
  .u-mr-42 {
    margin-right: 4.2rem !important;
  }
  .u-mb-42 {
    margin-bottom: 4.2rem !important;
  }
  .u-ml-42 {
    margin-left: 4.2rem !important;
  }
  .u-mx-42 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }
  .u-my-42 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
  .u-p-42 {
    padding: 4.2rem !important;
  }
  .u-pt-42 {
    padding-top: 4.2rem !important;
  }
  .u-pr-42 {
    padding-right: 4.2rem !important;
  }
  .u-pb-42 {
    padding-bottom: 4.2rem !important;
  }
  .u-pl-42 {
    padding-left: 4.2rem !important;
  }
  .u-px-42 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }
  .u-py-42 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }
  .u-m-43 {
    margin: 4.3rem !important;
  }
  .u-mt-43 {
    margin-top: 4.3rem !important;
  }
  .u-mr-43 {
    margin-right: 4.3rem !important;
  }
  .u-mb-43 {
    margin-bottom: 4.3rem !important;
  }
  .u-ml-43 {
    margin-left: 4.3rem !important;
  }
  .u-mx-43 {
    margin-left: 4.3rem !important;
    margin-right: 4.3rem !important;
  }
  .u-my-43 {
    margin-top: 4.3rem !important;
    margin-bottom: 4.3rem !important;
  }
  .u-p-43 {
    padding: 4.3rem !important;
  }
  .u-pt-43 {
    padding-top: 4.3rem !important;
  }
  .u-pr-43 {
    padding-right: 4.3rem !important;
  }
  .u-pb-43 {
    padding-bottom: 4.3rem !important;
  }
  .u-pl-43 {
    padding-left: 4.3rem !important;
  }
  .u-px-43 {
    padding-left: 4.3rem !important;
    padding-right: 4.3rem !important;
  }
  .u-py-43 {
    padding-top: 4.3rem !important;
    padding-bottom: 4.3rem !important;
  }
  .u-m-44 {
    margin: 4.4rem !important;
  }
  .u-mt-44 {
    margin-top: 4.4rem !important;
  }
  .u-mr-44 {
    margin-right: 4.4rem !important;
  }
  .u-mb-44 {
    margin-bottom: 4.4rem !important;
  }
  .u-ml-44 {
    margin-left: 4.4rem !important;
  }
  .u-mx-44 {
    margin-left: 4.4rem !important;
    margin-right: 4.4rem !important;
  }
  .u-my-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .u-p-44 {
    padding: 4.4rem !important;
  }
  .u-pt-44 {
    padding-top: 4.4rem !important;
  }
  .u-pr-44 {
    padding-right: 4.4rem !important;
  }
  .u-pb-44 {
    padding-bottom: 4.4rem !important;
  }
  .u-pl-44 {
    padding-left: 4.4rem !important;
  }
  .u-px-44 {
    padding-left: 4.4rem !important;
    padding-right: 4.4rem !important;
  }
  .u-py-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .u-m-45 {
    margin: 4.5rem !important;
  }
  .u-mt-45 {
    margin-top: 4.5rem !important;
  }
  .u-mr-45 {
    margin-right: 4.5rem !important;
  }
  .u-mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-45 {
    margin-left: 4.5rem !important;
  }
  .u-mx-45 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .u-my-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .u-p-45 {
    padding: 4.5rem !important;
  }
  .u-pt-45 {
    padding-top: 4.5rem !important;
  }
  .u-pr-45 {
    padding-right: 4.5rem !important;
  }
  .u-pb-45 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-45 {
    padding-left: 4.5rem !important;
  }
  .u-px-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .u-py-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .u-m-46 {
    margin: 4.6rem !important;
  }
  .u-mt-46 {
    margin-top: 4.6rem !important;
  }
  .u-mr-46 {
    margin-right: 4.6rem !important;
  }
  .u-mb-46 {
    margin-bottom: 4.6rem !important;
  }
  .u-ml-46 {
    margin-left: 4.6rem !important;
  }
  .u-mx-46 {
    margin-left: 4.6rem !important;
    margin-right: 4.6rem !important;
  }
  .u-my-46 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important;
  }
  .u-p-46 {
    padding: 4.6rem !important;
  }
  .u-pt-46 {
    padding-top: 4.6rem !important;
  }
  .u-pr-46 {
    padding-right: 4.6rem !important;
  }
  .u-pb-46 {
    padding-bottom: 4.6rem !important;
  }
  .u-pl-46 {
    padding-left: 4.6rem !important;
  }
  .u-px-46 {
    padding-left: 4.6rem !important;
    padding-right: 4.6rem !important;
  }
  .u-py-46 {
    padding-top: 4.6rem !important;
    padding-bottom: 4.6rem !important;
  }
  .u-m-47 {
    margin: 4.7rem !important;
  }
  .u-mt-47 {
    margin-top: 4.7rem !important;
  }
  .u-mr-47 {
    margin-right: 4.7rem !important;
  }
  .u-mb-47 {
    margin-bottom: 4.7rem !important;
  }
  .u-ml-47 {
    margin-left: 4.7rem !important;
  }
  .u-mx-47 {
    margin-left: 4.7rem !important;
    margin-right: 4.7rem !important;
  }
  .u-my-47 {
    margin-top: 4.7rem !important;
    margin-bottom: 4.7rem !important;
  }
  .u-p-47 {
    padding: 4.7rem !important;
  }
  .u-pt-47 {
    padding-top: 4.7rem !important;
  }
  .u-pr-47 {
    padding-right: 4.7rem !important;
  }
  .u-pb-47 {
    padding-bottom: 4.7rem !important;
  }
  .u-pl-47 {
    padding-left: 4.7rem !important;
  }
  .u-px-47 {
    padding-left: 4.7rem !important;
    padding-right: 4.7rem !important;
  }
  .u-py-47 {
    padding-top: 4.7rem !important;
    padding-bottom: 4.7rem !important;
  }
  .u-m-48 {
    margin: 4.8rem !important;
  }
  .u-mt-48 {
    margin-top: 4.8rem !important;
  }
  .u-mr-48 {
    margin-right: 4.8rem !important;
  }
  .u-mb-48 {
    margin-bottom: 4.8rem !important;
  }
  .u-ml-48 {
    margin-left: 4.8rem !important;
  }
  .u-mx-48 {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .u-my-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .u-p-48 {
    padding: 4.8rem !important;
  }
  .u-pt-48 {
    padding-top: 4.8rem !important;
  }
  .u-pr-48 {
    padding-right: 4.8rem !important;
  }
  .u-pb-48 {
    padding-bottom: 4.8rem !important;
  }
  .u-pl-48 {
    padding-left: 4.8rem !important;
  }
  .u-px-48 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
  .u-py-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .u-m-49 {
    margin: 4.9rem !important;
  }
  .u-mt-49 {
    margin-top: 4.9rem !important;
  }
  .u-mr-49 {
    margin-right: 4.9rem !important;
  }
  .u-mb-49 {
    margin-bottom: 4.9rem !important;
  }
  .u-ml-49 {
    margin-left: 4.9rem !important;
  }
  .u-mx-49 {
    margin-left: 4.9rem !important;
    margin-right: 4.9rem !important;
  }
  .u-my-49 {
    margin-top: 4.9rem !important;
    margin-bottom: 4.9rem !important;
  }
  .u-p-49 {
    padding: 4.9rem !important;
  }
  .u-pt-49 {
    padding-top: 4.9rem !important;
  }
  .u-pr-49 {
    padding-right: 4.9rem !important;
  }
  .u-pb-49 {
    padding-bottom: 4.9rem !important;
  }
  .u-pl-49 {
    padding-left: 4.9rem !important;
  }
  .u-px-49 {
    padding-left: 4.9rem !important;
    padding-right: 4.9rem !important;
  }
  .u-py-49 {
    padding-top: 4.9rem !important;
    padding-bottom: 4.9rem !important;
  }
  .u-m-50 {
    margin: 5rem !important;
  }
  .u-mt-50 {
    margin-top: 5rem !important;
  }
  .u-mr-50 {
    margin-right: 5rem !important;
  }
  .u-mb-50 {
    margin-bottom: 5rem !important;
  }
  .u-ml-50 {
    margin-left: 5rem !important;
  }
  .u-mx-50 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .u-my-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-p-50 {
    padding: 5rem !important;
  }
  .u-pt-50 {
    padding-top: 5rem !important;
  }
  .u-pr-50 {
    padding-right: 5rem !important;
  }
  .u-pb-50 {
    padding-bottom: 5rem !important;
  }
  .u-pl-50 {
    padding-left: 5rem !important;
  }
  .u-px-50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .u-py-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-m-51 {
    margin: 5.1rem !important;
  }
  .u-mt-51 {
    margin-top: 5.1rem !important;
  }
  .u-mr-51 {
    margin-right: 5.1rem !important;
  }
  .u-mb-51 {
    margin-bottom: 5.1rem !important;
  }
  .u-ml-51 {
    margin-left: 5.1rem !important;
  }
  .u-mx-51 {
    margin-left: 5.1rem !important;
    margin-right: 5.1rem !important;
  }
  .u-my-51 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important;
  }
  .u-p-51 {
    padding: 5.1rem !important;
  }
  .u-pt-51 {
    padding-top: 5.1rem !important;
  }
  .u-pr-51 {
    padding-right: 5.1rem !important;
  }
  .u-pb-51 {
    padding-bottom: 5.1rem !important;
  }
  .u-pl-51 {
    padding-left: 5.1rem !important;
  }
  .u-px-51 {
    padding-left: 5.1rem !important;
    padding-right: 5.1rem !important;
  }
  .u-py-51 {
    padding-top: 5.1rem !important;
    padding-bottom: 5.1rem !important;
  }
  .u-m-52 {
    margin: 5.2rem !important;
  }
  .u-mt-52 {
    margin-top: 5.2rem !important;
  }
  .u-mr-52 {
    margin-right: 5.2rem !important;
  }
  .u-mb-52 {
    margin-bottom: 5.2rem !important;
  }
  .u-ml-52 {
    margin-left: 5.2rem !important;
  }
  .u-mx-52 {
    margin-left: 5.2rem !important;
    margin-right: 5.2rem !important;
  }
  .u-my-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .u-p-52 {
    padding: 5.2rem !important;
  }
  .u-pt-52 {
    padding-top: 5.2rem !important;
  }
  .u-pr-52 {
    padding-right: 5.2rem !important;
  }
  .u-pb-52 {
    padding-bottom: 5.2rem !important;
  }
  .u-pl-52 {
    padding-left: 5.2rem !important;
  }
  .u-px-52 {
    padding-left: 5.2rem !important;
    padding-right: 5.2rem !important;
  }
  .u-py-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .u-m-53 {
    margin: 5.3rem !important;
  }
  .u-mt-53 {
    margin-top: 5.3rem !important;
  }
  .u-mr-53 {
    margin-right: 5.3rem !important;
  }
  .u-mb-53 {
    margin-bottom: 5.3rem !important;
  }
  .u-ml-53 {
    margin-left: 5.3rem !important;
  }
  .u-mx-53 {
    margin-left: 5.3rem !important;
    margin-right: 5.3rem !important;
  }
  .u-my-53 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important;
  }
  .u-p-53 {
    padding: 5.3rem !important;
  }
  .u-pt-53 {
    padding-top: 5.3rem !important;
  }
  .u-pr-53 {
    padding-right: 5.3rem !important;
  }
  .u-pb-53 {
    padding-bottom: 5.3rem !important;
  }
  .u-pl-53 {
    padding-left: 5.3rem !important;
  }
  .u-px-53 {
    padding-left: 5.3rem !important;
    padding-right: 5.3rem !important;
  }
  .u-py-53 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important;
  }
  .u-m-54 {
    margin: 5.4rem !important;
  }
  .u-mt-54 {
    margin-top: 5.4rem !important;
  }
  .u-mr-54 {
    margin-right: 5.4rem !important;
  }
  .u-mb-54 {
    margin-bottom: 5.4rem !important;
  }
  .u-ml-54 {
    margin-left: 5.4rem !important;
  }
  .u-mx-54 {
    margin-left: 5.4rem !important;
    margin-right: 5.4rem !important;
  }
  .u-my-54 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important;
  }
  .u-p-54 {
    padding: 5.4rem !important;
  }
  .u-pt-54 {
    padding-top: 5.4rem !important;
  }
  .u-pr-54 {
    padding-right: 5.4rem !important;
  }
  .u-pb-54 {
    padding-bottom: 5.4rem !important;
  }
  .u-pl-54 {
    padding-left: 5.4rem !important;
  }
  .u-px-54 {
    padding-left: 5.4rem !important;
    padding-right: 5.4rem !important;
  }
  .u-py-54 {
    padding-top: 5.4rem !important;
    padding-bottom: 5.4rem !important;
  }
  .u-m-55 {
    margin: 5.5rem !important;
  }
  .u-mt-55 {
    margin-top: 5.5rem !important;
  }
  .u-mr-55 {
    margin-right: 5.5rem !important;
  }
  .u-mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-55 {
    margin-left: 5.5rem !important;
  }
  .u-mx-55 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .u-my-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .u-p-55 {
    padding: 5.5rem !important;
  }
  .u-pt-55 {
    padding-top: 5.5rem !important;
  }
  .u-pr-55 {
    padding-right: 5.5rem !important;
  }
  .u-pb-55 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-55 {
    padding-left: 5.5rem !important;
  }
  .u-px-55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .u-py-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .u-m-56 {
    margin: 5.6rem !important;
  }
  .u-mt-56 {
    margin-top: 5.6rem !important;
  }
  .u-mr-56 {
    margin-right: 5.6rem !important;
  }
  .u-mb-56 {
    margin-bottom: 5.6rem !important;
  }
  .u-ml-56 {
    margin-left: 5.6rem !important;
  }
  .u-mx-56 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }
  .u-my-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .u-p-56 {
    padding: 5.6rem !important;
  }
  .u-pt-56 {
    padding-top: 5.6rem !important;
  }
  .u-pr-56 {
    padding-right: 5.6rem !important;
  }
  .u-pb-56 {
    padding-bottom: 5.6rem !important;
  }
  .u-pl-56 {
    padding-left: 5.6rem !important;
  }
  .u-px-56 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }
  .u-py-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .u-m-57 {
    margin: 5.7rem !important;
  }
  .u-mt-57 {
    margin-top: 5.7rem !important;
  }
  .u-mr-57 {
    margin-right: 5.7rem !important;
  }
  .u-mb-57 {
    margin-bottom: 5.7rem !important;
  }
  .u-ml-57 {
    margin-left: 5.7rem !important;
  }
  .u-mx-57 {
    margin-left: 5.7rem !important;
    margin-right: 5.7rem !important;
  }
  .u-my-57 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important;
  }
  .u-p-57 {
    padding: 5.7rem !important;
  }
  .u-pt-57 {
    padding-top: 5.7rem !important;
  }
  .u-pr-57 {
    padding-right: 5.7rem !important;
  }
  .u-pb-57 {
    padding-bottom: 5.7rem !important;
  }
  .u-pl-57 {
    padding-left: 5.7rem !important;
  }
  .u-px-57 {
    padding-left: 5.7rem !important;
    padding-right: 5.7rem !important;
  }
  .u-py-57 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important;
  }
  .u-m-58 {
    margin: 5.8rem !important;
  }
  .u-mt-58 {
    margin-top: 5.8rem !important;
  }
  .u-mr-58 {
    margin-right: 5.8rem !important;
  }
  .u-mb-58 {
    margin-bottom: 5.8rem !important;
  }
  .u-ml-58 {
    margin-left: 5.8rem !important;
  }
  .u-mx-58 {
    margin-left: 5.8rem !important;
    margin-right: 5.8rem !important;
  }
  .u-my-58 {
    margin-top: 5.8rem !important;
    margin-bottom: 5.8rem !important;
  }
  .u-p-58 {
    padding: 5.8rem !important;
  }
  .u-pt-58 {
    padding-top: 5.8rem !important;
  }
  .u-pr-58 {
    padding-right: 5.8rem !important;
  }
  .u-pb-58 {
    padding-bottom: 5.8rem !important;
  }
  .u-pl-58 {
    padding-left: 5.8rem !important;
  }
  .u-px-58 {
    padding-left: 5.8rem !important;
    padding-right: 5.8rem !important;
  }
  .u-py-58 {
    padding-top: 5.8rem !important;
    padding-bottom: 5.8rem !important;
  }
  .u-m-59 {
    margin: 5.9rem !important;
  }
  .u-mt-59 {
    margin-top: 5.9rem !important;
  }
  .u-mr-59 {
    margin-right: 5.9rem !important;
  }
  .u-mb-59 {
    margin-bottom: 5.9rem !important;
  }
  .u-ml-59 {
    margin-left: 5.9rem !important;
  }
  .u-mx-59 {
    margin-left: 5.9rem !important;
    margin-right: 5.9rem !important;
  }
  .u-my-59 {
    margin-top: 5.9rem !important;
    margin-bottom: 5.9rem !important;
  }
  .u-p-59 {
    padding: 5.9rem !important;
  }
  .u-pt-59 {
    padding-top: 5.9rem !important;
  }
  .u-pr-59 {
    padding-right: 5.9rem !important;
  }
  .u-pb-59 {
    padding-bottom: 5.9rem !important;
  }
  .u-pl-59 {
    padding-left: 5.9rem !important;
  }
  .u-px-59 {
    padding-left: 5.9rem !important;
    padding-right: 5.9rem !important;
  }
  .u-py-59 {
    padding-top: 5.9rem !important;
    padding-bottom: 5.9rem !important;
  }
  .u-m-60 {
    margin: 6rem !important;
  }
  .u-mt-60 {
    margin-top: 6rem !important;
  }
  .u-mr-60 {
    margin-right: 6rem !important;
  }
  .u-mb-60 {
    margin-bottom: 6rem !important;
  }
  .u-ml-60 {
    margin-left: 6rem !important;
  }
  .u-mx-60 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .u-my-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .u-p-60 {
    padding: 6rem !important;
  }
  .u-pt-60 {
    padding-top: 6rem !important;
  }
  .u-pr-60 {
    padding-right: 6rem !important;
  }
  .u-pb-60 {
    padding-bottom: 6rem !important;
  }
  .u-pl-60 {
    padding-left: 6rem !important;
  }
  .u-px-60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .u-py-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .u-m-61 {
    margin: 6.1rem !important;
  }
  .u-mt-61 {
    margin-top: 6.1rem !important;
  }
  .u-mr-61 {
    margin-right: 6.1rem !important;
  }
  .u-mb-61 {
    margin-bottom: 6.1rem !important;
  }
  .u-ml-61 {
    margin-left: 6.1rem !important;
  }
  .u-mx-61 {
    margin-left: 6.1rem !important;
    margin-right: 6.1rem !important;
  }
  .u-my-61 {
    margin-top: 6.1rem !important;
    margin-bottom: 6.1rem !important;
  }
  .u-p-61 {
    padding: 6.1rem !important;
  }
  .u-pt-61 {
    padding-top: 6.1rem !important;
  }
  .u-pr-61 {
    padding-right: 6.1rem !important;
  }
  .u-pb-61 {
    padding-bottom: 6.1rem !important;
  }
  .u-pl-61 {
    padding-left: 6.1rem !important;
  }
  .u-px-61 {
    padding-left: 6.1rem !important;
    padding-right: 6.1rem !important;
  }
  .u-py-61 {
    padding-top: 6.1rem !important;
    padding-bottom: 6.1rem !important;
  }
  .u-m-62 {
    margin: 6.2rem !important;
  }
  .u-mt-62 {
    margin-top: 6.2rem !important;
  }
  .u-mr-62 {
    margin-right: 6.2rem !important;
  }
  .u-mb-62 {
    margin-bottom: 6.2rem !important;
  }
  .u-ml-62 {
    margin-left: 6.2rem !important;
  }
  .u-mx-62 {
    margin-left: 6.2rem !important;
    margin-right: 6.2rem !important;
  }
  .u-my-62 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important;
  }
  .u-p-62 {
    padding: 6.2rem !important;
  }
  .u-pt-62 {
    padding-top: 6.2rem !important;
  }
  .u-pr-62 {
    padding-right: 6.2rem !important;
  }
  .u-pb-62 {
    padding-bottom: 6.2rem !important;
  }
  .u-pl-62 {
    padding-left: 6.2rem !important;
  }
  .u-px-62 {
    padding-left: 6.2rem !important;
    padding-right: 6.2rem !important;
  }
  .u-py-62 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important;
  }
  .u-m-63 {
    margin: 6.3rem !important;
  }
  .u-mt-63 {
    margin-top: 6.3rem !important;
  }
  .u-mr-63 {
    margin-right: 6.3rem !important;
  }
  .u-mb-63 {
    margin-bottom: 6.3rem !important;
  }
  .u-ml-63 {
    margin-left: 6.3rem !important;
  }
  .u-mx-63 {
    margin-left: 6.3rem !important;
    margin-right: 6.3rem !important;
  }
  .u-my-63 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }
  .u-p-63 {
    padding: 6.3rem !important;
  }
  .u-pt-63 {
    padding-top: 6.3rem !important;
  }
  .u-pr-63 {
    padding-right: 6.3rem !important;
  }
  .u-pb-63 {
    padding-bottom: 6.3rem !important;
  }
  .u-pl-63 {
    padding-left: 6.3rem !important;
  }
  .u-px-63 {
    padding-left: 6.3rem !important;
    padding-right: 6.3rem !important;
  }
  .u-py-63 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important;
  }
  .u-m-64 {
    margin: 6.4rem !important;
  }
  .u-mt-64 {
    margin-top: 6.4rem !important;
  }
  .u-mr-64 {
    margin-right: 6.4rem !important;
  }
  .u-mb-64 {
    margin-bottom: 6.4rem !important;
  }
  .u-ml-64 {
    margin-left: 6.4rem !important;
  }
  .u-mx-64 {
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }
  .u-my-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .u-p-64 {
    padding: 6.4rem !important;
  }
  .u-pt-64 {
    padding-top: 6.4rem !important;
  }
  .u-pr-64 {
    padding-right: 6.4rem !important;
  }
  .u-pb-64 {
    padding-bottom: 6.4rem !important;
  }
  .u-pl-64 {
    padding-left: 6.4rem !important;
  }
  .u-px-64 {
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important;
  }
  .u-py-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .u-m-65 {
    margin: 6.5rem !important;
  }
  .u-mt-65 {
    margin-top: 6.5rem !important;
  }
  .u-mr-65 {
    margin-right: 6.5rem !important;
  }
  .u-mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .u-ml-65 {
    margin-left: 6.5rem !important;
  }
  .u-mx-65 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .u-my-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .u-p-65 {
    padding: 6.5rem !important;
  }
  .u-pt-65 {
    padding-top: 6.5rem !important;
  }
  .u-pr-65 {
    padding-right: 6.5rem !important;
  }
  .u-pb-65 {
    padding-bottom: 6.5rem !important;
  }
  .u-pl-65 {
    padding-left: 6.5rem !important;
  }
  .u-px-65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .u-py-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .u-m-66 {
    margin: 6.6rem !important;
  }
  .u-mt-66 {
    margin-top: 6.6rem !important;
  }
  .u-mr-66 {
    margin-right: 6.6rem !important;
  }
  .u-mb-66 {
    margin-bottom: 6.6rem !important;
  }
  .u-ml-66 {
    margin-left: 6.6rem !important;
  }
  .u-mx-66 {
    margin-left: 6.6rem !important;
    margin-right: 6.6rem !important;
  }
  .u-my-66 {
    margin-top: 6.6rem !important;
    margin-bottom: 6.6rem !important;
  }
  .u-p-66 {
    padding: 6.6rem !important;
  }
  .u-pt-66 {
    padding-top: 6.6rem !important;
  }
  .u-pr-66 {
    padding-right: 6.6rem !important;
  }
  .u-pb-66 {
    padding-bottom: 6.6rem !important;
  }
  .u-pl-66 {
    padding-left: 6.6rem !important;
  }
  .u-px-66 {
    padding-left: 6.6rem !important;
    padding-right: 6.6rem !important;
  }
  .u-py-66 {
    padding-top: 6.6rem !important;
    padding-bottom: 6.6rem !important;
  }
  .u-m-67 {
    margin: 6.7rem !important;
  }
  .u-mt-67 {
    margin-top: 6.7rem !important;
  }
  .u-mr-67 {
    margin-right: 6.7rem !important;
  }
  .u-mb-67 {
    margin-bottom: 6.7rem !important;
  }
  .u-ml-67 {
    margin-left: 6.7rem !important;
  }
  .u-mx-67 {
    margin-left: 6.7rem !important;
    margin-right: 6.7rem !important;
  }
  .u-my-67 {
    margin-top: 6.7rem !important;
    margin-bottom: 6.7rem !important;
  }
  .u-p-67 {
    padding: 6.7rem !important;
  }
  .u-pt-67 {
    padding-top: 6.7rem !important;
  }
  .u-pr-67 {
    padding-right: 6.7rem !important;
  }
  .u-pb-67 {
    padding-bottom: 6.7rem !important;
  }
  .u-pl-67 {
    padding-left: 6.7rem !important;
  }
  .u-px-67 {
    padding-left: 6.7rem !important;
    padding-right: 6.7rem !important;
  }
  .u-py-67 {
    padding-top: 6.7rem !important;
    padding-bottom: 6.7rem !important;
  }
  .u-m-68 {
    margin: 6.8rem !important;
  }
  .u-mt-68 {
    margin-top: 6.8rem !important;
  }
  .u-mr-68 {
    margin-right: 6.8rem !important;
  }
  .u-mb-68 {
    margin-bottom: 6.8rem !important;
  }
  .u-ml-68 {
    margin-left: 6.8rem !important;
  }
  .u-mx-68 {
    margin-left: 6.8rem !important;
    margin-right: 6.8rem !important;
  }
  .u-my-68 {
    margin-top: 6.8rem !important;
    margin-bottom: 6.8rem !important;
  }
  .u-p-68 {
    padding: 6.8rem !important;
  }
  .u-pt-68 {
    padding-top: 6.8rem !important;
  }
  .u-pr-68 {
    padding-right: 6.8rem !important;
  }
  .u-pb-68 {
    padding-bottom: 6.8rem !important;
  }
  .u-pl-68 {
    padding-left: 6.8rem !important;
  }
  .u-px-68 {
    padding-left: 6.8rem !important;
    padding-right: 6.8rem !important;
  }
  .u-py-68 {
    padding-top: 6.8rem !important;
    padding-bottom: 6.8rem !important;
  }
  .u-m-69 {
    margin: 6.9rem !important;
  }
  .u-mt-69 {
    margin-top: 6.9rem !important;
  }
  .u-mr-69 {
    margin-right: 6.9rem !important;
  }
  .u-mb-69 {
    margin-bottom: 6.9rem !important;
  }
  .u-ml-69 {
    margin-left: 6.9rem !important;
  }
  .u-mx-69 {
    margin-left: 6.9rem !important;
    margin-right: 6.9rem !important;
  }
  .u-my-69 {
    margin-top: 6.9rem !important;
    margin-bottom: 6.9rem !important;
  }
  .u-p-69 {
    padding: 6.9rem !important;
  }
  .u-pt-69 {
    padding-top: 6.9rem !important;
  }
  .u-pr-69 {
    padding-right: 6.9rem !important;
  }
  .u-pb-69 {
    padding-bottom: 6.9rem !important;
  }
  .u-pl-69 {
    padding-left: 6.9rem !important;
  }
  .u-px-69 {
    padding-left: 6.9rem !important;
    padding-right: 6.9rem !important;
  }
  .u-py-69 {
    padding-top: 6.9rem !important;
    padding-bottom: 6.9rem !important;
  }
  .u-m-70 {
    margin: 7rem !important;
  }
  .u-mt-70 {
    margin-top: 7rem !important;
  }
  .u-mr-70 {
    margin-right: 7rem !important;
  }
  .u-mb-70 {
    margin-bottom: 7rem !important;
  }
  .u-ml-70 {
    margin-left: 7rem !important;
  }
  .u-mx-70 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .u-my-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .u-p-70 {
    padding: 7rem !important;
  }
  .u-pt-70 {
    padding-top: 7rem !important;
  }
  .u-pr-70 {
    padding-right: 7rem !important;
  }
  .u-pb-70 {
    padding-bottom: 7rem !important;
  }
  .u-pl-70 {
    padding-left: 7rem !important;
  }
  .u-px-70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .u-py-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .u-m-71 {
    margin: 7.1rem !important;
  }
  .u-mt-71 {
    margin-top: 7.1rem !important;
  }
  .u-mr-71 {
    margin-right: 7.1rem !important;
  }
  .u-mb-71 {
    margin-bottom: 7.1rem !important;
  }
  .u-ml-71 {
    margin-left: 7.1rem !important;
  }
  .u-mx-71 {
    margin-left: 7.1rem !important;
    margin-right: 7.1rem !important;
  }
  .u-my-71 {
    margin-top: 7.1rem !important;
    margin-bottom: 7.1rem !important;
  }
  .u-p-71 {
    padding: 7.1rem !important;
  }
  .u-pt-71 {
    padding-top: 7.1rem !important;
  }
  .u-pr-71 {
    padding-right: 7.1rem !important;
  }
  .u-pb-71 {
    padding-bottom: 7.1rem !important;
  }
  .u-pl-71 {
    padding-left: 7.1rem !important;
  }
  .u-px-71 {
    padding-left: 7.1rem !important;
    padding-right: 7.1rem !important;
  }
  .u-py-71 {
    padding-top: 7.1rem !important;
    padding-bottom: 7.1rem !important;
  }
  .u-m-72 {
    margin: 7.2rem !important;
  }
  .u-mt-72 {
    margin-top: 7.2rem !important;
  }
  .u-mr-72 {
    margin-right: 7.2rem !important;
  }
  .u-mb-72 {
    margin-bottom: 7.2rem !important;
  }
  .u-ml-72 {
    margin-left: 7.2rem !important;
  }
  .u-mx-72 {
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
  .u-my-72 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .u-p-72 {
    padding: 7.2rem !important;
  }
  .u-pt-72 {
    padding-top: 7.2rem !important;
  }
  .u-pr-72 {
    padding-right: 7.2rem !important;
  }
  .u-pb-72 {
    padding-bottom: 7.2rem !important;
  }
  .u-pl-72 {
    padding-left: 7.2rem !important;
  }
  .u-px-72 {
    padding-left: 7.2rem !important;
    padding-right: 7.2rem !important;
  }
  .u-py-72 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .u-m-73 {
    margin: 7.3rem !important;
  }
  .u-mt-73 {
    margin-top: 7.3rem !important;
  }
  .u-mr-73 {
    margin-right: 7.3rem !important;
  }
  .u-mb-73 {
    margin-bottom: 7.3rem !important;
  }
  .u-ml-73 {
    margin-left: 7.3rem !important;
  }
  .u-mx-73 {
    margin-left: 7.3rem !important;
    margin-right: 7.3rem !important;
  }
  .u-my-73 {
    margin-top: 7.3rem !important;
    margin-bottom: 7.3rem !important;
  }
  .u-p-73 {
    padding: 7.3rem !important;
  }
  .u-pt-73 {
    padding-top: 7.3rem !important;
  }
  .u-pr-73 {
    padding-right: 7.3rem !important;
  }
  .u-pb-73 {
    padding-bottom: 7.3rem !important;
  }
  .u-pl-73 {
    padding-left: 7.3rem !important;
  }
  .u-px-73 {
    padding-left: 7.3rem !important;
    padding-right: 7.3rem !important;
  }
  .u-py-73 {
    padding-top: 7.3rem !important;
    padding-bottom: 7.3rem !important;
  }
  .u-m-74 {
    margin: 7.4rem !important;
  }
  .u-mt-74 {
    margin-top: 7.4rem !important;
  }
  .u-mr-74 {
    margin-right: 7.4rem !important;
  }
  .u-mb-74 {
    margin-bottom: 7.4rem !important;
  }
  .u-ml-74 {
    margin-left: 7.4rem !important;
  }
  .u-mx-74 {
    margin-left: 7.4rem !important;
    margin-right: 7.4rem !important;
  }
  .u-my-74 {
    margin-top: 7.4rem !important;
    margin-bottom: 7.4rem !important;
  }
  .u-p-74 {
    padding: 7.4rem !important;
  }
  .u-pt-74 {
    padding-top: 7.4rem !important;
  }
  .u-pr-74 {
    padding-right: 7.4rem !important;
  }
  .u-pb-74 {
    padding-bottom: 7.4rem !important;
  }
  .u-pl-74 {
    padding-left: 7.4rem !important;
  }
  .u-px-74 {
    padding-left: 7.4rem !important;
    padding-right: 7.4rem !important;
  }
  .u-py-74 {
    padding-top: 7.4rem !important;
    padding-bottom: 7.4rem !important;
  }
  .u-m-75 {
    margin: 7.5rem !important;
  }
  .u-mt-75 {
    margin-top: 7.5rem !important;
  }
  .u-mr-75 {
    margin-right: 7.5rem !important;
  }
  .u-mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .u-ml-75 {
    margin-left: 7.5rem !important;
  }
  .u-mx-75 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .u-my-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .u-p-75 {
    padding: 7.5rem !important;
  }
  .u-pt-75 {
    padding-top: 7.5rem !important;
  }
  .u-pr-75 {
    padding-right: 7.5rem !important;
  }
  .u-pb-75 {
    padding-bottom: 7.5rem !important;
  }
  .u-pl-75 {
    padding-left: 7.5rem !important;
  }
  .u-px-75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .u-py-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .u-m-76 {
    margin: 7.6rem !important;
  }
  .u-mt-76 {
    margin-top: 7.6rem !important;
  }
  .u-mr-76 {
    margin-right: 7.6rem !important;
  }
  .u-mb-76 {
    margin-bottom: 7.6rem !important;
  }
  .u-ml-76 {
    margin-left: 7.6rem !important;
  }
  .u-mx-76 {
    margin-left: 7.6rem !important;
    margin-right: 7.6rem !important;
  }
  .u-my-76 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important;
  }
  .u-p-76 {
    padding: 7.6rem !important;
  }
  .u-pt-76 {
    padding-top: 7.6rem !important;
  }
  .u-pr-76 {
    padding-right: 7.6rem !important;
  }
  .u-pb-76 {
    padding-bottom: 7.6rem !important;
  }
  .u-pl-76 {
    padding-left: 7.6rem !important;
  }
  .u-px-76 {
    padding-left: 7.6rem !important;
    padding-right: 7.6rem !important;
  }
  .u-py-76 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important;
  }
  .u-m-77 {
    margin: 7.7rem !important;
  }
  .u-mt-77 {
    margin-top: 7.7rem !important;
  }
  .u-mr-77 {
    margin-right: 7.7rem !important;
  }
  .u-mb-77 {
    margin-bottom: 7.7rem !important;
  }
  .u-ml-77 {
    margin-left: 7.7rem !important;
  }
  .u-mx-77 {
    margin-left: 7.7rem !important;
    margin-right: 7.7rem !important;
  }
  .u-my-77 {
    margin-top: 7.7rem !important;
    margin-bottom: 7.7rem !important;
  }
  .u-p-77 {
    padding: 7.7rem !important;
  }
  .u-pt-77 {
    padding-top: 7.7rem !important;
  }
  .u-pr-77 {
    padding-right: 7.7rem !important;
  }
  .u-pb-77 {
    padding-bottom: 7.7rem !important;
  }
  .u-pl-77 {
    padding-left: 7.7rem !important;
  }
  .u-px-77 {
    padding-left: 7.7rem !important;
    padding-right: 7.7rem !important;
  }
  .u-py-77 {
    padding-top: 7.7rem !important;
    padding-bottom: 7.7rem !important;
  }
  .u-m-78 {
    margin: 7.8rem !important;
  }
  .u-mt-78 {
    margin-top: 7.8rem !important;
  }
  .u-mr-78 {
    margin-right: 7.8rem !important;
  }
  .u-mb-78 {
    margin-bottom: 7.8rem !important;
  }
  .u-ml-78 {
    margin-left: 7.8rem !important;
  }
  .u-mx-78 {
    margin-left: 7.8rem !important;
    margin-right: 7.8rem !important;
  }
  .u-my-78 {
    margin-top: 7.8rem !important;
    margin-bottom: 7.8rem !important;
  }
  .u-p-78 {
    padding: 7.8rem !important;
  }
  .u-pt-78 {
    padding-top: 7.8rem !important;
  }
  .u-pr-78 {
    padding-right: 7.8rem !important;
  }
  .u-pb-78 {
    padding-bottom: 7.8rem !important;
  }
  .u-pl-78 {
    padding-left: 7.8rem !important;
  }
  .u-px-78 {
    padding-left: 7.8rem !important;
    padding-right: 7.8rem !important;
  }
  .u-py-78 {
    padding-top: 7.8rem !important;
    padding-bottom: 7.8rem !important;
  }
  .u-m-79 {
    margin: 7.9rem !important;
  }
  .u-mt-79 {
    margin-top: 7.9rem !important;
  }
  .u-mr-79 {
    margin-right: 7.9rem !important;
  }
  .u-mb-79 {
    margin-bottom: 7.9rem !important;
  }
  .u-ml-79 {
    margin-left: 7.9rem !important;
  }
  .u-mx-79 {
    margin-left: 7.9rem !important;
    margin-right: 7.9rem !important;
  }
  .u-my-79 {
    margin-top: 7.9rem !important;
    margin-bottom: 7.9rem !important;
  }
  .u-p-79 {
    padding: 7.9rem !important;
  }
  .u-pt-79 {
    padding-top: 7.9rem !important;
  }
  .u-pr-79 {
    padding-right: 7.9rem !important;
  }
  .u-pb-79 {
    padding-bottom: 7.9rem !important;
  }
  .u-pl-79 {
    padding-left: 7.9rem !important;
  }
  .u-px-79 {
    padding-left: 7.9rem !important;
    padding-right: 7.9rem !important;
  }
  .u-py-79 {
    padding-top: 7.9rem !important;
    padding-bottom: 7.9rem !important;
  }
  .u-m-80 {
    margin: 8rem !important;
  }
  .u-mt-80 {
    margin-top: 8rem !important;
  }
  .u-mr-80 {
    margin-right: 8rem !important;
  }
  .u-mb-80 {
    margin-bottom: 8rem !important;
  }
  .u-ml-80 {
    margin-left: 8rem !important;
  }
  .u-mx-80 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .u-my-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .u-p-80 {
    padding: 8rem !important;
  }
  .u-pt-80 {
    padding-top: 8rem !important;
  }
  .u-pr-80 {
    padding-right: 8rem !important;
  }
  .u-pb-80 {
    padding-bottom: 8rem !important;
  }
  .u-pl-80 {
    padding-left: 8rem !important;
  }
  .u-px-80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .u-py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .u-m-81 {
    margin: 8.1rem !important;
  }
  .u-mt-81 {
    margin-top: 8.1rem !important;
  }
  .u-mr-81 {
    margin-right: 8.1rem !important;
  }
  .u-mb-81 {
    margin-bottom: 8.1rem !important;
  }
  .u-ml-81 {
    margin-left: 8.1rem !important;
  }
  .u-mx-81 {
    margin-left: 8.1rem !important;
    margin-right: 8.1rem !important;
  }
  .u-my-81 {
    margin-top: 8.1rem !important;
    margin-bottom: 8.1rem !important;
  }
  .u-p-81 {
    padding: 8.1rem !important;
  }
  .u-pt-81 {
    padding-top: 8.1rem !important;
  }
  .u-pr-81 {
    padding-right: 8.1rem !important;
  }
  .u-pb-81 {
    padding-bottom: 8.1rem !important;
  }
  .u-pl-81 {
    padding-left: 8.1rem !important;
  }
  .u-px-81 {
    padding-left: 8.1rem !important;
    padding-right: 8.1rem !important;
  }
  .u-py-81 {
    padding-top: 8.1rem !important;
    padding-bottom: 8.1rem !important;
  }
  .u-m-82 {
    margin: 8.2rem !important;
  }
  .u-mt-82 {
    margin-top: 8.2rem !important;
  }
  .u-mr-82 {
    margin-right: 8.2rem !important;
  }
  .u-mb-82 {
    margin-bottom: 8.2rem !important;
  }
  .u-ml-82 {
    margin-left: 8.2rem !important;
  }
  .u-mx-82 {
    margin-left: 8.2rem !important;
    margin-right: 8.2rem !important;
  }
  .u-my-82 {
    margin-top: 8.2rem !important;
    margin-bottom: 8.2rem !important;
  }
  .u-p-82 {
    padding: 8.2rem !important;
  }
  .u-pt-82 {
    padding-top: 8.2rem !important;
  }
  .u-pr-82 {
    padding-right: 8.2rem !important;
  }
  .u-pb-82 {
    padding-bottom: 8.2rem !important;
  }
  .u-pl-82 {
    padding-left: 8.2rem !important;
  }
  .u-px-82 {
    padding-left: 8.2rem !important;
    padding-right: 8.2rem !important;
  }
  .u-py-82 {
    padding-top: 8.2rem !important;
    padding-bottom: 8.2rem !important;
  }
  .u-m-83 {
    margin: 8.3rem !important;
  }
  .u-mt-83 {
    margin-top: 8.3rem !important;
  }
  .u-mr-83 {
    margin-right: 8.3rem !important;
  }
  .u-mb-83 {
    margin-bottom: 8.3rem !important;
  }
  .u-ml-83 {
    margin-left: 8.3rem !important;
  }
  .u-mx-83 {
    margin-left: 8.3rem !important;
    margin-right: 8.3rem !important;
  }
  .u-my-83 {
    margin-top: 8.3rem !important;
    margin-bottom: 8.3rem !important;
  }
  .u-p-83 {
    padding: 8.3rem !important;
  }
  .u-pt-83 {
    padding-top: 8.3rem !important;
  }
  .u-pr-83 {
    padding-right: 8.3rem !important;
  }
  .u-pb-83 {
    padding-bottom: 8.3rem !important;
  }
  .u-pl-83 {
    padding-left: 8.3rem !important;
  }
  .u-px-83 {
    padding-left: 8.3rem !important;
    padding-right: 8.3rem !important;
  }
  .u-py-83 {
    padding-top: 8.3rem !important;
    padding-bottom: 8.3rem !important;
  }
  .u-m-84 {
    margin: 8.4rem !important;
  }
  .u-mt-84 {
    margin-top: 8.4rem !important;
  }
  .u-mr-84 {
    margin-right: 8.4rem !important;
  }
  .u-mb-84 {
    margin-bottom: 8.4rem !important;
  }
  .u-ml-84 {
    margin-left: 8.4rem !important;
  }
  .u-mx-84 {
    margin-left: 8.4rem !important;
    margin-right: 8.4rem !important;
  }
  .u-my-84 {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }
  .u-p-84 {
    padding: 8.4rem !important;
  }
  .u-pt-84 {
    padding-top: 8.4rem !important;
  }
  .u-pr-84 {
    padding-right: 8.4rem !important;
  }
  .u-pb-84 {
    padding-bottom: 8.4rem !important;
  }
  .u-pl-84 {
    padding-left: 8.4rem !important;
  }
  .u-px-84 {
    padding-left: 8.4rem !important;
    padding-right: 8.4rem !important;
  }
  .u-py-84 {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }
  .u-m-85 {
    margin: 8.5rem !important;
  }
  .u-mt-85 {
    margin-top: 8.5rem !important;
  }
  .u-mr-85 {
    margin-right: 8.5rem !important;
  }
  .u-mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .u-ml-85 {
    margin-left: 8.5rem !important;
  }
  .u-mx-85 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .u-my-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .u-p-85 {
    padding: 8.5rem !important;
  }
  .u-pt-85 {
    padding-top: 8.5rem !important;
  }
  .u-pr-85 {
    padding-right: 8.5rem !important;
  }
  .u-pb-85 {
    padding-bottom: 8.5rem !important;
  }
  .u-pl-85 {
    padding-left: 8.5rem !important;
  }
  .u-px-85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .u-py-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .u-m-86 {
    margin: 8.6rem !important;
  }
  .u-mt-86 {
    margin-top: 8.6rem !important;
  }
  .u-mr-86 {
    margin-right: 8.6rem !important;
  }
  .u-mb-86 {
    margin-bottom: 8.6rem !important;
  }
  .u-ml-86 {
    margin-left: 8.6rem !important;
  }
  .u-mx-86 {
    margin-left: 8.6rem !important;
    margin-right: 8.6rem !important;
  }
  .u-my-86 {
    margin-top: 8.6rem !important;
    margin-bottom: 8.6rem !important;
  }
  .u-p-86 {
    padding: 8.6rem !important;
  }
  .u-pt-86 {
    padding-top: 8.6rem !important;
  }
  .u-pr-86 {
    padding-right: 8.6rem !important;
  }
  .u-pb-86 {
    padding-bottom: 8.6rem !important;
  }
  .u-pl-86 {
    padding-left: 8.6rem !important;
  }
  .u-px-86 {
    padding-left: 8.6rem !important;
    padding-right: 8.6rem !important;
  }
  .u-py-86 {
    padding-top: 8.6rem !important;
    padding-bottom: 8.6rem !important;
  }
  .u-m-87 {
    margin: 8.7rem !important;
  }
  .u-mt-87 {
    margin-top: 8.7rem !important;
  }
  .u-mr-87 {
    margin-right: 8.7rem !important;
  }
  .u-mb-87 {
    margin-bottom: 8.7rem !important;
  }
  .u-ml-87 {
    margin-left: 8.7rem !important;
  }
  .u-mx-87 {
    margin-left: 8.7rem !important;
    margin-right: 8.7rem !important;
  }
  .u-my-87 {
    margin-top: 8.7rem !important;
    margin-bottom: 8.7rem !important;
  }
  .u-p-87 {
    padding: 8.7rem !important;
  }
  .u-pt-87 {
    padding-top: 8.7rem !important;
  }
  .u-pr-87 {
    padding-right: 8.7rem !important;
  }
  .u-pb-87 {
    padding-bottom: 8.7rem !important;
  }
  .u-pl-87 {
    padding-left: 8.7rem !important;
  }
  .u-px-87 {
    padding-left: 8.7rem !important;
    padding-right: 8.7rem !important;
  }
  .u-py-87 {
    padding-top: 8.7rem !important;
    padding-bottom: 8.7rem !important;
  }
  .u-m-88 {
    margin: 8.8rem !important;
  }
  .u-mt-88 {
    margin-top: 8.8rem !important;
  }
  .u-mr-88 {
    margin-right: 8.8rem !important;
  }
  .u-mb-88 {
    margin-bottom: 8.8rem !important;
  }
  .u-ml-88 {
    margin-left: 8.8rem !important;
  }
  .u-mx-88 {
    margin-left: 8.8rem !important;
    margin-right: 8.8rem !important;
  }
  .u-my-88 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }
  .u-p-88 {
    padding: 8.8rem !important;
  }
  .u-pt-88 {
    padding-top: 8.8rem !important;
  }
  .u-pr-88 {
    padding-right: 8.8rem !important;
  }
  .u-pb-88 {
    padding-bottom: 8.8rem !important;
  }
  .u-pl-88 {
    padding-left: 8.8rem !important;
  }
  .u-px-88 {
    padding-left: 8.8rem !important;
    padding-right: 8.8rem !important;
  }
  .u-py-88 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }
  .u-m-89 {
    margin: 8.9rem !important;
  }
  .u-mt-89 {
    margin-top: 8.9rem !important;
  }
  .u-mr-89 {
    margin-right: 8.9rem !important;
  }
  .u-mb-89 {
    margin-bottom: 8.9rem !important;
  }
  .u-ml-89 {
    margin-left: 8.9rem !important;
  }
  .u-mx-89 {
    margin-left: 8.9rem !important;
    margin-right: 8.9rem !important;
  }
  .u-my-89 {
    margin-top: 8.9rem !important;
    margin-bottom: 8.9rem !important;
  }
  .u-p-89 {
    padding: 8.9rem !important;
  }
  .u-pt-89 {
    padding-top: 8.9rem !important;
  }
  .u-pr-89 {
    padding-right: 8.9rem !important;
  }
  .u-pb-89 {
    padding-bottom: 8.9rem !important;
  }
  .u-pl-89 {
    padding-left: 8.9rem !important;
  }
  .u-px-89 {
    padding-left: 8.9rem !important;
    padding-right: 8.9rem !important;
  }
  .u-py-89 {
    padding-top: 8.9rem !important;
    padding-bottom: 8.9rem !important;
  }
  .u-m-90 {
    margin: 9rem !important;
  }
  .u-mt-90 {
    margin-top: 9rem !important;
  }
  .u-mr-90 {
    margin-right: 9rem !important;
  }
  .u-mb-90 {
    margin-bottom: 9rem !important;
  }
  .u-ml-90 {
    margin-left: 9rem !important;
  }
  .u-mx-90 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .u-my-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .u-p-90 {
    padding: 9rem !important;
  }
  .u-pt-90 {
    padding-top: 9rem !important;
  }
  .u-pr-90 {
    padding-right: 9rem !important;
  }
  .u-pb-90 {
    padding-bottom: 9rem !important;
  }
  .u-pl-90 {
    padding-left: 9rem !important;
  }
  .u-px-90 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .u-py-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .u-m-91 {
    margin: 9.1rem !important;
  }
  .u-mt-91 {
    margin-top: 9.1rem !important;
  }
  .u-mr-91 {
    margin-right: 9.1rem !important;
  }
  .u-mb-91 {
    margin-bottom: 9.1rem !important;
  }
  .u-ml-91 {
    margin-left: 9.1rem !important;
  }
  .u-mx-91 {
    margin-left: 9.1rem !important;
    margin-right: 9.1rem !important;
  }
  .u-my-91 {
    margin-top: 9.1rem !important;
    margin-bottom: 9.1rem !important;
  }
  .u-p-91 {
    padding: 9.1rem !important;
  }
  .u-pt-91 {
    padding-top: 9.1rem !important;
  }
  .u-pr-91 {
    padding-right: 9.1rem !important;
  }
  .u-pb-91 {
    padding-bottom: 9.1rem !important;
  }
  .u-pl-91 {
    padding-left: 9.1rem !important;
  }
  .u-px-91 {
    padding-left: 9.1rem !important;
    padding-right: 9.1rem !important;
  }
  .u-py-91 {
    padding-top: 9.1rem !important;
    padding-bottom: 9.1rem !important;
  }
  .u-m-92 {
    margin: 9.2rem !important;
  }
  .u-mt-92 {
    margin-top: 9.2rem !important;
  }
  .u-mr-92 {
    margin-right: 9.2rem !important;
  }
  .u-mb-92 {
    margin-bottom: 9.2rem !important;
  }
  .u-ml-92 {
    margin-left: 9.2rem !important;
  }
  .u-mx-92 {
    margin-left: 9.2rem !important;
    margin-right: 9.2rem !important;
  }
  .u-my-92 {
    margin-top: 9.2rem !important;
    margin-bottom: 9.2rem !important;
  }
  .u-p-92 {
    padding: 9.2rem !important;
  }
  .u-pt-92 {
    padding-top: 9.2rem !important;
  }
  .u-pr-92 {
    padding-right: 9.2rem !important;
  }
  .u-pb-92 {
    padding-bottom: 9.2rem !important;
  }
  .u-pl-92 {
    padding-left: 9.2rem !important;
  }
  .u-px-92 {
    padding-left: 9.2rem !important;
    padding-right: 9.2rem !important;
  }
  .u-py-92 {
    padding-top: 9.2rem !important;
    padding-bottom: 9.2rem !important;
  }
  .u-m-93 {
    margin: 9.3rem !important;
  }
  .u-mt-93 {
    margin-top: 9.3rem !important;
  }
  .u-mr-93 {
    margin-right: 9.3rem !important;
  }
  .u-mb-93 {
    margin-bottom: 9.3rem !important;
  }
  .u-ml-93 {
    margin-left: 9.3rem !important;
  }
  .u-mx-93 {
    margin-left: 9.3rem !important;
    margin-right: 9.3rem !important;
  }
  .u-my-93 {
    margin-top: 9.3rem !important;
    margin-bottom: 9.3rem !important;
  }
  .u-p-93 {
    padding: 9.3rem !important;
  }
  .u-pt-93 {
    padding-top: 9.3rem !important;
  }
  .u-pr-93 {
    padding-right: 9.3rem !important;
  }
  .u-pb-93 {
    padding-bottom: 9.3rem !important;
  }
  .u-pl-93 {
    padding-left: 9.3rem !important;
  }
  .u-px-93 {
    padding-left: 9.3rem !important;
    padding-right: 9.3rem !important;
  }
  .u-py-93 {
    padding-top: 9.3rem !important;
    padding-bottom: 9.3rem !important;
  }
  .u-m-94 {
    margin: 9.4rem !important;
  }
  .u-mt-94 {
    margin-top: 9.4rem !important;
  }
  .u-mr-94 {
    margin-right: 9.4rem !important;
  }
  .u-mb-94 {
    margin-bottom: 9.4rem !important;
  }
  .u-ml-94 {
    margin-left: 9.4rem !important;
  }
  .u-mx-94 {
    margin-left: 9.4rem !important;
    margin-right: 9.4rem !important;
  }
  .u-my-94 {
    margin-top: 9.4rem !important;
    margin-bottom: 9.4rem !important;
  }
  .u-p-94 {
    padding: 9.4rem !important;
  }
  .u-pt-94 {
    padding-top: 9.4rem !important;
  }
  .u-pr-94 {
    padding-right: 9.4rem !important;
  }
  .u-pb-94 {
    padding-bottom: 9.4rem !important;
  }
  .u-pl-94 {
    padding-left: 9.4rem !important;
  }
  .u-px-94 {
    padding-left: 9.4rem !important;
    padding-right: 9.4rem !important;
  }
  .u-py-94 {
    padding-top: 9.4rem !important;
    padding-bottom: 9.4rem !important;
  }
  .u-m-95 {
    margin: 9.5rem !important;
  }
  .u-mt-95 {
    margin-top: 9.5rem !important;
  }
  .u-mr-95 {
    margin-right: 9.5rem !important;
  }
  .u-mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .u-ml-95 {
    margin-left: 9.5rem !important;
  }
  .u-mx-95 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .u-my-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .u-p-95 {
    padding: 9.5rem !important;
  }
  .u-pt-95 {
    padding-top: 9.5rem !important;
  }
  .u-pr-95 {
    padding-right: 9.5rem !important;
  }
  .u-pb-95 {
    padding-bottom: 9.5rem !important;
  }
  .u-pl-95 {
    padding-left: 9.5rem !important;
  }
  .u-px-95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .u-py-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .u-m-96 {
    margin: 9.6rem !important;
  }
  .u-mt-96 {
    margin-top: 9.6rem !important;
  }
  .u-mr-96 {
    margin-right: 9.6rem !important;
  }
  .u-mb-96 {
    margin-bottom: 9.6rem !important;
  }
  .u-ml-96 {
    margin-left: 9.6rem !important;
  }
  .u-mx-96 {
    margin-left: 9.6rem !important;
    margin-right: 9.6rem !important;
  }
  .u-my-96 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .u-p-96 {
    padding: 9.6rem !important;
  }
  .u-pt-96 {
    padding-top: 9.6rem !important;
  }
  .u-pr-96 {
    padding-right: 9.6rem !important;
  }
  .u-pb-96 {
    padding-bottom: 9.6rem !important;
  }
  .u-pl-96 {
    padding-left: 9.6rem !important;
  }
  .u-px-96 {
    padding-left: 9.6rem !important;
    padding-right: 9.6rem !important;
  }
  .u-py-96 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .u-m-97 {
    margin: 9.7rem !important;
  }
  .u-mt-97 {
    margin-top: 9.7rem !important;
  }
  .u-mr-97 {
    margin-right: 9.7rem !important;
  }
  .u-mb-97 {
    margin-bottom: 9.7rem !important;
  }
  .u-ml-97 {
    margin-left: 9.7rem !important;
  }
  .u-mx-97 {
    margin-left: 9.7rem !important;
    margin-right: 9.7rem !important;
  }
  .u-my-97 {
    margin-top: 9.7rem !important;
    margin-bottom: 9.7rem !important;
  }
  .u-p-97 {
    padding: 9.7rem !important;
  }
  .u-pt-97 {
    padding-top: 9.7rem !important;
  }
  .u-pr-97 {
    padding-right: 9.7rem !important;
  }
  .u-pb-97 {
    padding-bottom: 9.7rem !important;
  }
  .u-pl-97 {
    padding-left: 9.7rem !important;
  }
  .u-px-97 {
    padding-left: 9.7rem !important;
    padding-right: 9.7rem !important;
  }
  .u-py-97 {
    padding-top: 9.7rem !important;
    padding-bottom: 9.7rem !important;
  }
  .u-m-98 {
    margin: 9.8rem !important;
  }
  .u-mt-98 {
    margin-top: 9.8rem !important;
  }
  .u-mr-98 {
    margin-right: 9.8rem !important;
  }
  .u-mb-98 {
    margin-bottom: 9.8rem !important;
  }
  .u-ml-98 {
    margin-left: 9.8rem !important;
  }
  .u-mx-98 {
    margin-left: 9.8rem !important;
    margin-right: 9.8rem !important;
  }
  .u-my-98 {
    margin-top: 9.8rem !important;
    margin-bottom: 9.8rem !important;
  }
  .u-p-98 {
    padding: 9.8rem !important;
  }
  .u-pt-98 {
    padding-top: 9.8rem !important;
  }
  .u-pr-98 {
    padding-right: 9.8rem !important;
  }
  .u-pb-98 {
    padding-bottom: 9.8rem !important;
  }
  .u-pl-98 {
    padding-left: 9.8rem !important;
  }
  .u-px-98 {
    padding-left: 9.8rem !important;
    padding-right: 9.8rem !important;
  }
  .u-py-98 {
    padding-top: 9.8rem !important;
    padding-bottom: 9.8rem !important;
  }
  .u-m-99 {
    margin: 9.9rem !important;
  }
  .u-mt-99 {
    margin-top: 9.9rem !important;
  }
  .u-mr-99 {
    margin-right: 9.9rem !important;
  }
  .u-mb-99 {
    margin-bottom: 9.9rem !important;
  }
  .u-ml-99 {
    margin-left: 9.9rem !important;
  }
  .u-mx-99 {
    margin-left: 9.9rem !important;
    margin-right: 9.9rem !important;
  }
  .u-my-99 {
    margin-top: 9.9rem !important;
    margin-bottom: 9.9rem !important;
  }
  .u-p-99 {
    padding: 9.9rem !important;
  }
  .u-pt-99 {
    padding-top: 9.9rem !important;
  }
  .u-pr-99 {
    padding-right: 9.9rem !important;
  }
  .u-pb-99 {
    padding-bottom: 9.9rem !important;
  }
  .u-pl-99 {
    padding-left: 9.9rem !important;
  }
  .u-px-99 {
    padding-left: 9.9rem !important;
    padding-right: 9.9rem !important;
  }
  .u-py-99 {
    padding-top: 9.9rem !important;
    padding-bottom: 9.9rem !important;
  }
  .u-m-100 {
    margin: 10rem !important;
  }
  .u-mt-100 {
    margin-top: 10rem !important;
  }
  .u-mr-100 {
    margin-right: 10rem !important;
  }
  .u-mb-100 {
    margin-bottom: 10rem !important;
  }
  .u-ml-100 {
    margin-left: 10rem !important;
  }
  .u-mx-100 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .u-my-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .u-p-100 {
    padding: 10rem !important;
  }
  .u-pt-100 {
    padding-top: 10rem !important;
  }
  .u-pr-100 {
    padding-right: 10rem !important;
  }
  .u-pb-100 {
    padding-bottom: 10rem !important;
  }
  .u-pl-100 {
    padding-left: 10rem !important;
  }
  .u-px-100 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .u-py-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .p-about .link-section .link-item a:hover picture img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .p-about .link-section .link-item a:hover .link-item__title span {
    color: #4FA8F7;
  }
  .p-about .link-section .link-item a:hover .link-item__title svg ellipse {
    fill: #4FA8F7;
  }
  .p-news .s-category ul li a:hover {
    background: #2778B7;
    color: #FFF;
  }
  .p-career-path .section-wrap__career-path-flow .short-type__card-list-item:nth-child(2) {
    margin-top: 4.5rem;
  }
  .p-comeback .s-flow-list__caption::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 2rem);
    background: #2778B7;
    top: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-5rem);
            transform: translateX(-50%) translateX(-5rem);
  }
  .p-crosstalk .s-talk-answer__balloon {
    min-width: 30rem;
    max-width: 70rem;
  }
  .p-crosstalk .s-interest-wrap .l-content__btn ul li:hover .ic-balloon {
    color: #FFF;
    background: #17507D;
  }
  .p-crosstalk .s-interest-wrap .l-content__btn ul li:hover .ic-balloon::before {
    background: #17507D;
  }
  .p-crosstalk .s-other-banner a:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .p-crosstalk-mid .c-mv-crosstalk-desc {
    width: 100rem;
    -ms-grid-columns: 51rem 1fr;
    grid-template-columns: 51rem 1fr;
  }
  .p-crosstalk-newgrad .c-mv-crosstalk-desc {
    width: 90rem;
    -ms-grid-columns: 43rem 1fr;
    grid-template-columns: 43rem 1fr;
  }
  .p-data .c-data-diversity > li {
    min-height: 24.5rem;
    height: auto;
  }
  .p-data .c-data-item {
    height: 24.5rem;
  }
  .p-data .c-data-item .content {
    margin-top: 1rem;
    min-height: 9.5rem;
  }
  .p-data .c-data-item-age {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    height: 37.3rem !important;
  }
  .p-data .c-data-item-midcareer {
    height: 37.3rem !important;
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .p-data .c-data-item-maternity {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .p-data .c-data-item-gender {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-data .c-data-item-return {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-data .c-data-item-faculty {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .p-data .s-diversity__ttl {
    display: contents;
  }
  .p-data .s-diversity__ttl figure {
    display: none;
  }
  .p-interview .s-interest-wrap .l-content__btn ul li:hover .ic-balloon {
    color: #FFF;
    background: #17507D;
  }
  .p-interview .s-interest-wrap .l-content__btn ul li:hover .ic-balloon::before {
    background: #17507D;
  }
  .p-interview .s-other-banner a:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .p-interview-midti .s-message-wrap figure img, .p-interview-newti .s-message-wrap figure img, .p-interview-newtu .s-message-wrap figure img {
    top: -11.5rem;
    left: 6.3rem;
    width: 40rem;
    max-width: inherit;
  }
  .p-interview-newms .s-message-wrap figure img {
    top: -11.5rem;
    left: 6.3rem;
    width: 40rem;
    max-width: inherit;
  }
  .p-interview-newmf .c-mv-interview-desc {
    width: 98rem;
    -ms-grid-columns: 36rem 1fr;
    grid-template-columns: 36rem 1fr;
  }
  .p-interview-newmf .s-message-wrap figure img {
    top: inherit;
    bottom: 0;
    left: 8rem;
    width: 37.5rem;
    max-width: inherit;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-interview-newti .c-mv-interview-desc {
    width: 100rem;
    -ms-grid-columns: 49rem 1fr;
    grid-template-columns: 49rem 1fr;
  }
  .p-interview-newti .s-message-wrap figure img {
    top: -8rem;
    left: 8.7rem;
    width: 37rem;
    max-width: inherit;
  }
  .p-interview-newms .c-mv-interview-desc {
    width: 98rem;
    -ms-grid-columns: 38rem 1fr;
    grid-template-columns: 38rem 1fr;
  }
  .p-midcareer .s-side {
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
    height: calc(100vh - 11.7rem);
  }
  .p-midcareer .s-side-search {
    height: 3rem;
  }
  .p-midcareer .s-side-list {
    height: calc(100% - 16rem);
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .p-midcareer .s-side-close {
    display: none;
  }
  .p-midcareer .s-list-item:hover figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-midcareer .s-list-item:hover .ttl {
    color: #4FA8F7;
  }
  .p-midcareer .s-list-item:hover .ttl svg ellipse {
    fill: #4FA8F7;
  }
  .p-midcareer .js-search-btn {
    display: none;
  }
  .p-overview-wrap .s-history-wrap {
    width: calc(100% - 10rem);
    margin-left: auto;
  }
  .p-person .c-interview li:nth-child(2) {
    margin-top: 7rem;
  }
  .p-person .c-interview li:nth-child(3) {
    margin-top: 14rem;
  }
  .p-person .c-interview li:nth-child(4) {
    margin-top: -10rem;
  }
  .p-person .c-interview li:nth-child(5) {
    margin-top: -3rem;
  }
  .p-person .c-interview li:nth-child(6) {
    margin-top: 4rem;
  }
  .p-top .s-mv-news-inner__ttl a:hover {
    background: #FFF;
    color: #17507D;
    border: 1px solid #17507D;
  }
  .p-top .s-values-list {
    width: 128rem;
    margin: 0 auto;
    margin-top: 4rem;
    margin-left: -5rem;
  }
  .p-top .s-values-list > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .p-top .s-values-list > ul > li:first-child, .p-top .s-values-list > ul > li:last-child {
    margin-top: -8rem;
  }
  .p-top .s-values-list > ul > li:nth-child(2) {
    width: calc(100% - 2rem);
    margin-left: 2rem;
  }
  .p-top .s-values-list__btn a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-top .s-about-wrap .r-list > li:first-child, .p-top .s-about-wrap .r-list > li:nth-child(2) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .p-top .s-about-wrap .r-list > li:nth-child(n+3) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-top .s-about-item:hover figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-top .s-about-item:hover .s-about-item__btn span {
    color: #4FA8F7;
  }
  .p-top .s-about-item:hover .s-about-item__btn svg ellipse {
    fill: #4FA8F7;
  }
  .p-top .s-interview-subttl {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-40rem);
            transform: translateX(-50%) translateX(-40rem);
    top: 26rem;
    z-index: 10;
  }
  .p-top .s-interview-subttl__txt div span {
    display: block;
  }
  .p-top .s-interview-subttl__txt > span {
    position: absolute;
    left: 9rem;
    top: -0.5rem;
  }
  .p-top .s-interview-banner > a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-works .s-jobs-wrap__accordion dd figure {
    display: none;
  }
  .p-works .s-day-schedule-item > div.row-item .content {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .p-works .s-day-schedule-item > div .double-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10rem 1fr;
    grid-template-columns: 10rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-works .s-day-schedule-item > div .double-item .time:nth-of-type(n + 3) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-works .s-day-schedule-item .img-wrap {
    display: contents;
  }
  .p-works .s-day-schedule-item .img-wrap figure {
    display: none;
  }
  .p-works .s-day-schedule-item__double .time-wrap > div:last-of-type {
    height: calc(100% - 2.4rem);
    margin-top: auto;
  }
  .p-works .s-day-schedule-item__double .circle-next {
    opacity: 0;
    pointer-events: none;
  }
  .p-works .s-interest-wrap ul {
    margin-left: 10rem;
  }
  .p-works .s-interest-wrap ul li .c-btn02 {
    min-width: 34rem !important;
  }
  .p-works .s-interest-wrap ul li:hover .ic-balloon {
    color: #FFF;
    background: #17507D;
  }
  .p-works .s-interest-wrap ul li:hover .ic-balloon::before {
    background: #17507D;
  }
  .p-works .s-voice-wrap ul {
    row-gap: 5rem;
  }
  .p-works-advertising .s-voice-wrap .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .p-works-advertising .s-voice-wrap__nav {
    margin-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.8rem;
       -moz-column-gap: 1.8rem;
            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;
  }
  .p-works-advertising .s-voice-wrap__nav .ic-prev,
  .p-works-advertising .s-voice-wrap__nav .ic-next {
    padding: 0 1rem;
    cursor: pointer;
  }
  .p-works-advertising .s-voice-wrap__nav .ic-prev svg,
  .p-works-advertising .s-voice-wrap__nav .ic-next svg {
    width: 1.2rem;
    overflow: inherit;
  }
  .p-works-advertising .s-voice-wrap__nav .voicepagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.4rem;
       -moz-column-gap: 0.4rem;
            column-gap: 0.4rem;
    width: auto !important;
  }
  .p-works-advertising .s-voice-wrap__nav .voicepagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 0.8rem;
    height: 0.8rem;
    background: #CBD5E1;
    opacity: 1;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  .p-works-advertising .s-voice-wrap__nav .voicepagination .swiper-pagination-bullet-active {
    width: 2rem;
    border-radius: 2rem;
    background-color: #2778B7;
  }
}
@media (hover: hover) {
  .c-movie-link:hover + .c-img-slant img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-career-path .section-wrap__training .caption-box > h3 {
    text-align: left;
  }
  .p-midcareer-single .s-flow-list__btn > ul li a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-works-advertising .s-voice-wrap__nav {
    margin-top: 2.5rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:after, .modaal-gallery-control:before {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@media (max-width: 767px){
  .sp\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*# sourceMappingURL=../../_cache/_maps/styles.css.map */