@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * 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}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}
.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}
.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}
.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
.scroll-hint-shadow-wrap {
  position: relative;
}
.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after
 {
  opacity: 1;
  visibility: visible;
}
.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before
 {
  opacity: 1;
  visibility: visible;
}
.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 {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  --jp: "Noto Sans JP";
  --en: "Syncopate";
  --monte: "Montserrat";
  --font-color: #222222;
  --main-color: #00378c;
  --accent-color: #0bbccd;
  --gradient-light: #46a6cf;
  --gradient-dark: #366fea;
}
html.is-hidden {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}
body {
  font-family: var(--jp), sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
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;
}
picture {
  display: block;
}
label {
  cursor: pointer;
}
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%;
}
[x-cloak] {
  display: none !important;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.tw-body .static{
  position: static;
}
.tw-body .fixed{
  position: fixed;
}
.tw-body .absolute{
  position: absolute;
}
.tw-body .relative{
  position: relative;
}
.tw-body .sticky{
  position: -webkit-sticky;
  position: sticky;
}
.tw-body .block{
  display: block;
}
.tw-body .inline{
  display: inline;
}
.tw-body .flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tw-body .table{
  display: table;
}
.tw-body .grid{
  display: -ms-grid;
  display: grid;
}
.tw-body .contents{
  display: contents;
}
.tw-body .hidden{
  display: none;
}
.tw-body .w-\[2\.7rem\]{
  width: 2.7rem;
}
.tw-body .w-\[8rem\]{
  width: 8rem;
}
.tw-body .flex-shrink{
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.tw-body .flex-grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tw-body .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));
}
.tw-body .flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tw-body .border{
  border-width: 1px;
}
.tw-body .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-body .text-left{
  text-align: left;
}
.tw-body .text-\[\#2368D2\]{
  --tw-text-opacity: 1;
  color: rgb(35 104 210 / var(--tw-text-opacity, 1));
}
.tw-body .underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.tw-body .blur{
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.tw-body .backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.tw-body .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;
}
.l-content {
  width: 120rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
  padding-bottom: 8rem;
}
.l-content--sm {
  width: 108rem;
}
.l-content--md {
  width: 116rem;
}
.l-entry-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 2rem;
}
.l-toc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 120rem;
}
.l-toc-content .c-page-content {
  width: 93rem;
  margin-top: 0;
  border-radius: 2rem;
  padding: 8rem 6rem;
}
.l-toc-content .c-page-content .l-content {
  max-width: 100%;
}
.l-toc {
  width: 24rem;
  position: -webkit-sticky;
  position: sticky;
  top: 3.2rem;
}
.c-about-item {
  aspect-ratio: 32/40;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: solid 1px rgba(255, 255, 255, 0.5);
  counter-increment: aboutCount;
}
.c-about-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--accent-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-about-item .c-arrow-square {
  position: absolute;
  bottom: 1.3rem;
  right: 1.3rem;
  width: 3.6rem;
  border: solid 1px white;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.c-about-item .c-arrow-square img {
  width: 1.6rem;
}
.c-about-item__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-about-item__inner {
  position: relative;
  padding: 2rem 2.4rem 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-about-item__num {
  margin-left: auto;
}
.c-about-item__num::before {
  content: counter(aboutCount, decimal-leading-zero);
  font-family: var(--en);
  font-size: 2.4rem;
  color: white;
}
.c-about-item__desc-wrapper {
  color: white;
  width: 23rem;
}
.c-about-item__title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.c-about-item__desc {
  font-size: 1.4rem;
  line-height: 1.7;
}
.c-archive-interview-post {
  position: relative;
  color: var(--main-color);
}
.c-archive-interview-post__thumb-wrapper {
  position: relative;
  width: 100%;
}
.c-archive-interview-post__thumb-wrapper .c-arrow-square {
  width: 5.6rem;
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  border-radius: 0.7rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-archive-interview-post__thumb-wrapper .c-arrow-square img {
  width: 2.4rem;
}
.c-archive-interview-post__thumb {
  width: 100%;
  aspect-ratio: 33/41;
  overflow: hidden;
  border-radius: 1rem;
  background-color: var(--accent-color);
}
.c-archive-interview-post__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.c-archive-interview-post__heading {
  margin-top: 2.5rem;
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px var(--main-color);
  margin-bottom: 1rem;
}
.c-archive-interview-post__initial {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.c-archive-interview-post__department {
  font-size: 1.6rem;
}
.c-archive-interview-post__entry {
  font-size: 1.4rem;
}
.c-archive-interview-post__commitment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.5rem;
}
.c-archive-interview-post__commitment-item {
  background-color: rgba(0, 55, 140, 0.5019607843);
  color: white;
  font-size: 1.2rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.3rem;
}
.c-archive-post {
  background-color: #edf6fd;
  border-radius: 1rem;
  padding: 2.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9rem 14rem 1fr;
  grid-template-columns: 9rem 14rem 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  position: relative;
  border: solid 1px #edf6fd;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.c-archive-post__time {
  font-family: var(--en);
  color: var(--main-color);
  font-weight: bold;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.c-archive-post__year {
  font-size: 1.2rem;
}
.c-archive-post__month-day {
  font-size: 2rem;
}
.c-archive-post__cat {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  font-size: 1.5rem;
  color: var(--accent-color);
}
.c-archive-post__heading {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.8rem;
}
.c-arrow-square {
  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;
  background-color: var(--accent-color);
  border-radius: 0.3rem;
  width: 2.4rem;
  aspect-ratio: 1/1;
}
.c-bar-list__item {
  padding-left: 1em;
  position: relative;
  font-size: 1.4rem;
}
.c-bar-list__item::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.c-block-editor *:first-child {
  margin-top: 0 !important;
}
.c-block-editor *:last-child {
  margin-bottom: 0 !important;
}
.c-block-editor :where(h2) {
  font-size: 2.4rem;
  color: var(--main-color);
  line-height: 1.4;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px var(--main-color);
  margin-block: 4rem 2rem;
}
.c-block-editor :where(p) {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.c-block-editor :where(ul, ol) {
  margin-block: 2rem;
  font-size: 1.4rem;
}
.c-breadcrumb {
  text-align: right;
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 1.2rem;
}
.c-breadcrumb__item {
  padding-left: 1em;
  position: relative;
}
.c-breadcrumb__item::before {
  content: "/";
  position: absolute;
  left: 0;
}
.c-breadcrumb__item:first-of-type {
  padding-left: 0;
}
.c-breadcrumb__item:first-of-type::before {
  display: none;
}
.c-button-arrow {
  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;
  background-color: white;
  width: 26rem;
  height: 6rem;
  border-radius: 0.4rem;
  padding: 1.6rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-button-arrow .c-arrow-square {
  width: 2.8rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-button-arrow__text {
  font-size: 1.5rem;
  color: var(--main-color);
}
.c-button {
  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;
  background-color: var(--accent-color);
  color: white;
  font-size: 1.5rem;
  width: 26rem;
  height: 6rem;
  border-radius: 0.4rem;
  position: relative;
  border: solid 1px var(--accent-color);
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.c-button__blank {
  width: 1.2rem;
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
}
.c-button__blank rect,
.c-button__blank path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.c-career-flow-example {
  padding: 4rem 6rem;
  background-color: white;
  border-radius: 1rem;
}
.c-career-flow-example__heading {
  padding: 0.8rem 1.5rem;
  border-radius: 0.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#46a6cf), to(#366fea));
  background: linear-gradient(to right, #46a6cf, #366fea);
  color: white;
  font-size: 3rem;
  margin-block: 0 3rem;
}
.c-career-flow-example__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 36rem 1fr;
  grid-template-columns: 36rem 1fr;
  grid-gap: 4rem;
  gap: 4rem;
}
.c-career-flow-example__image-wrapper {
  color: var(--main-color);
}
.c-career-flow-example__image {
  overflow: hidden;
  border-radius: 0.4rem;
  margin-bottom: 1.5rem;
}
.c-career-flow-example__department {
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}
.c-career-flow-example__initial {
  font-size: 2rem;
  font-family: var(--en);
  margin-right: 0.5rem;
}
.c-career-flow-example__date {
  font-size: 1.4rem;
}
.c-career-flow-example__desc-wrapper {
  color: var(--font-color);
}
.c-career-flow-example__desc-wrapper .c-gradient-text {
  font-size: 2.4rem;
  margin-block: 2rem 0.2rem;
}
.c-career-flow-example__desc-wrapper .c-gradient-text:first-of-type {
  margin-top: 0;
}
.c-career-flow-example__date-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem 1fr;
  grid-template-columns: 5rem 1fr;
  grid-gap: 0.4rem;
  gap: 0.4rem;
  font-size: 1.4rem;
}
.c-career-flow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0.9rem;
  gap: 0.9rem;
}
.c-career-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9rem;
  text-align: center;
  color: var(--font-color);
}
.c-career-flow__item .c-dot-list {
  text-align: left;
  padding-block: 1.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: 0.5rem;
}
.c-career-flow__item .c-dot-list__item {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.4rem;
}
.c-career-flow__item .c-dot-list__item::before {
  content: "";
  display: block;
  width: 0.7rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: absolute;
  top: 0.7rem;
  left: 0;
  background-color: var(--font-color);
}
.c-career-flow__item-inner {
  border-radius: 1rem;
  background-color: var(--item-color);
  position: relative;
  padding: 2.6rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-career-flow__item-inner--center {
  padding-block: 4.7rem;
  min-height: 16rem;
  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.5rem;
}
.c-career-flow__item-inner--center p {
  font-size: 1.6rem;
}
.c-career-flow__inner-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37rem 1fr;
  grid-template-columns: 37rem 1fr;
  grid-gap: 4.8rem;
  gap: 4.8rem;
}
.c-career-flow__inner-layout .c-career-flow__inner-heading {
  border-right: solid 1px rgba(172, 178, 194, 0.5);
  text-align: left;
  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;
}
.c-career-flow__large-text {
  font-size: 2.6rem;
  color: var(--main-color);
  font-weight: 500;
}
.c-career-flow__inner-heading:not(.not-class) {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}
.c-career-flow__inner-heading:not(.not-class) .in-sub {
  font-size: 1.6rem;
}
.c-career-flow__angle {
  position: relative;
  width: 100%;
  height: 1.5rem;
  text-align: center;
  background-image: url(../images/career-path/ic-angle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-career-flow__angle--large {
  background-image: url(../images/career-path/ic-angle-wide.png);
}
.c-career-flow__angle--opacity {
  opacity: 0;
}
.c-career-flow__tab-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.c-career-flow__tab {
  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;
  border: solid 1px #46a6cf;
  border-right: none;
  font-size: 1.2rem;
  height: 4rem;
  line-height: 1.2;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: white;
  color: #46a6cf;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.c-career-flow__tab.is-current {
  background-color: #46a6cf;
  color: white;
  height: 4.2rem;
  border-radius: 0.4rem 0.4rem 0 0/0.4rem 0.4rem 0 0;
}
.c-career-flow__tab:last-of-type {
  border-right: solid 1px #46a6cf;
}
.c-career-flow__example-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-top: -1rem;
}
.c-career-flow__example-wrapper > .in-example {
  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: 4.5rem;
  aspect-ratio: 1/1;
  border: solid 1px var(--font-color);
  border-radius: 100%;
}
.c-career-flow__career-label:not(.not-class) {
  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: 3.5rem;
  font-weight: bold;
  font-size: 1.8rem;
  color: var(--main-color);
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.c-career-flow__career-label:not(.not-class)::before {
  top: 50%;
  left: 50%;
  pointer-events: none;
  background: radial-gradient(ellipse 70% 100% at 55% 35%, rgba(255, 255, 255, 0.4) 10%, rgba(255, 255, 255, 0.7));
  z-index: -1;
}
.c-career-flow--col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.9rem;
}
.c-career-flow--col3 .c-career-flow__inner-heading {
  font-size: 1.8rem;
  margin-bottom: 0.9rem;
}
.c-color-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#46a6cf), to(#366fea));
  background: linear-gradient(to right, #46a6cf, #366fea);
  color: white;
}
.c-color-gradient .c-heading {
  color: white;
}
.c-color-gradient .c-heading-en {
  color: white;
}
.c-color-gradient .c-heading-with-en::after {
  background: white;
}
.c-color-gradient .c-heading-ub {
  color: white;
  border-bottom-color: white;
}
.c-color-gradient--reverse {
  background: -webkit-gradient(linear, right top, left top, from(#46a6cf), to(#366fea));
  background: linear-gradient(to left, #46a6cf, #366fea);
}
.c-culture-item {
  position: relative;
}
.c-culture-item .c-arrow-square {
  width: 5.6rem;
  position: absolute;
  -webkit-transform: translate(30%, -70%);
          transform: translate(30%, -70%);
  right: 0;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.c-culture-item .c-arrow-square img {
  width: 2.4rem;
}
.c-culture-item__thumb {
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 1/1;
  display: block;
}
.c-culture-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-culture-item__desc-wrapper {
  padding: 2.4rem 1.4rem 0;
  color: var(--main-color);
}
.c-culture-item__desc-wrapper p {
  font-size: 1.4rem;
}
.c-culture-item__title {
  font-size: 2.4rem;
  color: var(--main-color);
  margin-bottom: 1rem;
}
.c-current-interview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-bottom: 1rem;
}
.c-current-interview-item__thumb-wrapper {
  position: relative;
}
.c-current-interview-item__thumb {
  overflow: hidden;
  border-radius: 1rem;
  width: 33rem;
  height: 49.5rem;
  position: relative;
}
.c-current-interview-item__thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-current-interview-item__angle {
  position: absolute;
  bottom: -1rem;
  right: -1.7rem;
  width: 5.6rem;
  aspect-ratio: 56/52;
  border-radius: 0.7rem;
}
.c-current-interview-item__angle img {
  width: 2.4rem;
}
.c-current-interview-item__desc-wrapper {
  padding-left: 6rem;
  color: white;
  position: relative;
}
.c-current-interview-item__title {
  font-size: 3.6rem;
  font-weight: 350;
  position: relative;
  padding-bottom: 0.5rem;
}
.c-current-interview-item__overview-wrapper {
  padding-top: 1rem;
  position: relative;
}
.c-current-interview-item__overview-wrapper::before {
  content: "";
  display: block;
  width: calc(100% + 10rem);
  height: 1px;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
}
.c-current-interview-item__name {
  font-size: 2rem;
  font-family: var(--en);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translate(0, 0.3rem);
          transform: translate(0, 0.3rem);
}
.c-current-interview-item__type {
  font-size: 1.6rem;
}
.c-current-interview-item__entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.8rem;
}
.c-current-interview-item__entry {
  font-size: 1.2rem;
  font-family: var(--jp);
  margin-left: 1rem;
}
.c-current-interview-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}
.c-current-interview-item__tag {
  padding: 0rem 0.4rem;
  background-color: rgba(0, 55, 140, 0.5019607843);
  border-radius: 0.3rem;
  font-size: 1.2rem;
}
.c-data-item {
  border: solid 1px #0bbccd;
  background-color: #ebf9fb;
  border-radius: 0.3rem;
  aspect-ratio: 1/1;
  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;
  position: relative;
}
.c-data-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  pointer-events: none;
}
.c-data-item__bg--mobile-adjust {
  left: -2.5rem;
  top: 0.5rem;
}
.c-data-item__title {
  padding: 1rem 1.8rem;
  color: var(--main-color);
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.c-data-item__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#46a6cf), to(#366fea));
  background: linear-gradient(to right, #46a6cf, #366fea);
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-data-item__data {
  padding: 1.5rem 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  position: relative;
}
.c-data-item__contents {
  text-align: center;
  line-height: 1;
  font-size: 2.2rem;
  margin-block: auto;
}
.c-data-item__contents--pt-adjust {
  padding-top: 4rem;
}
.c-data-item__contents--pt-sm-adjust {
  padding-top: 2rem;
}
.c-data-item__small-text {
  font-size: 1.8rem;
}
.c-data-item__num {
  font-size: 5.6rem;
  color: var(--accent-color);
  font-family: var(--en);
  line-height: 0.95;
}
.c-data-item__num--xl {
  font-size: 8rem;
  line-height: 1.2;
}
.c-data-item__num--2xl {
  font-size: 9rem;
  line-height: 1.2;
}
.c-data-item__num--md {
  font-size: 6rem;
}
.c-data-item__annotation:is(p) {
  font-size: 1.2rem;
  opacity: 0.5;
  line-height: 1.4;
}
.c-data-item__annotation--date {
  text-align: center;
  height: 3em;
  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;
}
.c-data-item__annotation--left {
  text-align: left;
}
.c-data-item__sellers-item > .in-year {
  font-size: 1.2rem;
  margin-right: 1.5rem;
}
.c-data-item__sellers-item > .c-data-item__num {
  font-size: 3.8rem;
}
.c-data-item__sellers-item > .in-unit {
  font-size: 2rem;
}
.c-data-item__base-wrapper {
  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: 4rem;
}
.c-data-item__base {
  line-height: 2;
}
.c-data-item__base > .in-unit {
  font-size: 2.8rem;
  margin-left: 0.5rem;
}
.c-data-item__employee-list {
  list-style-type: none;
}
.c-data-item__employee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-data-item__employee-item::before {
  display: none;
}
.c-data-item__employee-item > .in-heading {
  font-size: 1.6rem;
}
.c-data-item__employee-item > .in-annotation {
  width: 100%;
  text-align: right;
  font-size: 1.4rem;
}
.c-data-item__employee-item > .in-annotation > .in-num {
  font-size: 2.4rem;
  color: #2368d2;
  font-family: var(--en);
}
.c-data-item__employee-item .c-data-item__num {
  font-size: 4.2rem;
}
.c-data-item__business-num {
  -webkit-transform: translate(0, 2rem);
          transform: translate(0, 2rem);
}
.c-data-item__business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  margin-top: 1.6rem;
}
.c-data-item__business-item {
  font-size: 1.4rem;
  background-color: #d2ebf3;
  border-radius: 0.2rem;
  padding: 0.3rem 0.8rem 0.5rem;
}
.c-data-item__paid-holiday {
  font-size: 1.4rem;
}
.c-data-item__paid-holiday .c-data-item__num {
  font-size: 4.2rem;
  line-height: 0.2;
}
.c-data-item__child-rearing-wrapper {
  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: 2.4rem;
}
.c-data-item__child-rearing-item {
  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;
  width: 25rem;
}
.c-data-item__child-rearing-item > .in-heading {
  font-size: 1.4rem;
}
.c-data-item__child-rearing-item .c-data-item__num {
  font-size: 4rem;
}
.c-data-item__child-rearing-item .c-data-item__num:nth-of-type(n + 2) {
  margin-left: 1.5rem;
}
.c-data-item--col2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  aspect-ratio: auto;
}
.c-data-item--employee {
  background-color: #eef4ff;
  border-color: var(--main-color);
}
.c-data-item--employee .c-data-item__num {
  color: #2368d2;
}
.c-dl__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 17.6rem 1fr;
  grid-template-columns: 17.6rem 1fr;
  grid-gap: 0;
  gap: 0;
  font-size: 1.4rem;
}
.c-dl__item:last-of-type .c-dl__title {
  border-bottom: solid 1px var(--main-color);
}
.c-dl__item:last-of-type .c-dl__data {
  border-bottom: solid 1px #c5d0e9;
}
.c-dl__title {
  padding: 2rem;
  border-top: solid 1px var(--main-color);
}
.c-dl__data {
  padding: 2rem;
  border-top: solid 1px #c5d0e9;
}
.c-dot-list__item {
  position: relative;
  padding-left: 0.8em;
}
.c-dot-list__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.c-entry-item {
  background-color: white;
  border-radius: 0.4rem;
  text-align: center;
  color: var(--main-color);
  font-size: 1.3rem;
  font-weight: bold;
  padding-block: 1.3rem;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-entry-item__logo {
  width: 8.6rem;
  display: inline;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.c-entry-item__blank {
  position: absolute;
  bottom: 0.9rem;
  right: 0.9rem;
  width: 1.3rem;
}
.c-entry-item--col2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  height: 5rem;
  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-entry-step-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;
  gap: 0.5rem;
  position: relative;
}
.c-entry-step-item__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  border: solid 1px white;
  background-color: var(--main-color);
  position: relative;
  border-radius: 0.5rem;
  color: white;
  font-size: 2rem;
  font-family: var(--en);
}
.c-entry-step-item__num::before {
  content: "";
  display: block;
  width: 150%;
  aspect-ratio: 1/1;
  background: radial-gradient(transparent 40%, rgba(255, 255, 255, 0.5));
  position: absolute;
  top: 0;
  right: 0;
}
.c-entry-step-item__text {
  text-align: end;
  font-size: 2rem;
}
.c-entry-step-item--disabled .c-entry-step-item__num {
  color: #acb2c2;
  background-color: white;
  border-color: var(--font-color);
}
.c-entry-step-item--disabled .c-entry-step-item__text {
  color: #acb2c2;
}
.c-faq-item {
  background-color: #edf6fd;
  border-radius: 1rem;
}
.c-faq-item__title {
  position: relative;
  font-size: 1.6rem;
  padding: 2rem 5.5rem 2rem;
  cursor: pointer;
}
.c-faq-item__title::before {
  content: "Q";
  color: var(--main-color);
  font-family: var(--en);
  font-weight: bold;
  font-size: 2rem;
  position: absolute;
  top: 1.8rem;
  left: 2rem;
}
.c-faq-item__cross {
  --rotate: rotate(0deg);
  display: block;
  width: 1.6rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: 2.8rem;
  top: 2.4rem;
}
.c-faq-item__cross::before, .c-faq-item__cross::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) var(--rotate);
          transform: translate(-50%, -50%) var(--rotate);
  background-color: var(--accent-color);
}
.c-faq-item__cross::before {
  background-color: var(--main-color);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-faq-item__cross:not(.is-open)::before {
  --rotate: rotate(90deg);
}
.c-faq-item__data {
  position: relative;
  padding-inline: 5.7rem 2rem;
  font-size: 1.5rem;
}
.c-faq-item__data::before {
  content: "A";
  color: var(--accent-color);
  font-family: var(--en);
  font-weight: bold;
  font-size: 2rem;
  position: absolute;
  top: -0.2rem;
  left: 2.2rem;
}
.c-faq-item__data p {
  font-size: 1.5rem;
}
.c-faq-item__data-inner {
  padding-bottom: 2rem;
}
.c-feature-item__inner {
  position: relative;
  z-index: 1;
  padding: 7rem 4.5rem 6rem;
  min-height: 50rem;
  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: flex-start;
}
.c-feature-item__head-wrapper {
  position: absolute;
  top: 2.9rem;
  left: calc(100% - 6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-feature-item__num {
  font-size: 2rem;
  font-weight: normal;
  font-family: var(--en);
  color: var(--main-color);
  width: 3.5rem;
  text-align: center;
}
.c-feature-item__sub-title {
  font-size: 3.6rem;
  font-family: var(--en);
  color: var(--main-color);
  font-weight: normal;
  -webkit-transform: translate(1em) rotate(90deg);
          transform: translate(1em) rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  display: inline-block;
  line-height: 1.2;
}
.c-feature-item__thumb {
  overflow: hidden;
  width: 25.7rem;
  height: 17.2rem;
  border-radius: 0.5rem;
}
.c-feature-item__desc-wrapper {
  margin-block: auto;
  color: white;
  width: 31rem;
}
.c-feature-item__desc-wrapper p {
  font-size: 1.4rem;
}
.c-feature-item__title {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.c-flow-item {
  --grad: linear-gradient(90deg, #46a6cf, #366fea);
  --grad-size: 100rem 100%;
  --grad-pos: 50% 0%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11rem 16rem 1fr;
  grid-template-columns: 11rem 16rem 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  counter-increment: flowItemCount;
  padding: 1.2rem 1.2rem 1.2rem 2rem;
  min-height: 8rem;
  position: relative;
  border-radius: 0.5rem;
  background-image: var(--grad);
  background-size: var(--grad-size);
  background-position: var(--grad-pos);
  color: white;
}
.c-flow-item::before {
  content: "STEP " counter(flowItemCount, decimal-leading-zero);
  background-color: white;
  padding: 0.2rem 0.5rem;
  font-size: 1.8rem;
  color: var(--main-color);
  font-family: var(--en);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  white-space: nowrap;
  text-align: center;
}
.c-flow-item::after {
  content: "";
  background-image: var(--grad);
  background-size: var(--grad-size);
  background-position: var(--grad-pos);
  position: absolute;
  top: 100%;
  left: 50%;
  width: 3rem;
  height: 1rem;
  -webkit-mask-image: url(../images/common/flow-item-mask.png);
          mask-image: url(../images/common/flow-item-mask.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.c-flow-item__heading {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.8rem;
}
.c-flow-item__desc {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.c-flow-item__desc p {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.c-flow-item__desc--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flow-item:last-of-type::after {
  display: none;
}
.c-footer-page-links {
  padding-top: 8rem;
  background-color: white;
  border-radius: 2rem 2rem 0 0/2rem 2rem 0 0;
  margin-top: -2rem;
  position: relative;
  z-index: 1;
}
.c-footer-page-links .l-content {
  width: 120rem;
  padding-bottom: 5rem;
}
.c-footer-page-links .c-headset {
  margin-bottom: 2.5rem;
}
.c-footer-page-links__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.4rem;
  gap: 1.4rem;
}
.c-footer-page-links__list--rows3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.c-footer-page-links__list--rows4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.c-footer-page-links__item {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  height: 14rem;
  counter-increment: itemCount;
  color: white;
}
.c-footer-page-links__item:not(.is-current) {
  border: solid 1px white;
}
.c-footer-page-links__item-bg, .c-footer-page-links__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.c-footer-page-links__item-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}
.c-footer-page-links__item-inner .c-arrow-square {
  border: solid 1px white;
  width: 3.2rem;
}
.c-footer-page-links__item-title-wrapper {
  padding-left: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
.c-footer-page-links__item-title-wrapper::before {
  content: counter(itemCount, decimal-leading-zero);
  font-family: var(--en);
  display: block;
}
.c-footer-page-links__archive-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  width: 12rem;
  margin-top: 2.5rem;
  margin-left: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-footer-page-links__archive-button > .in-text {
  color: var(--main-color);
  font-size: 1.3rem;
}
.c-footer-page-links__archive-button .c-arrow-square {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-footer-page-links__archive-button .c-arrow-square img {
  width: 1rem;
}
.c-footer {
  padding-top: 1rem;
  position: relative;
  z-index: 100;
  background-color: white;
}
.c-footer__mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.c-footer__mobile-nav-button {
  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;
  border: solid 1px var(--accent-color);
  border-bottom: none;
  background-color: var(--main-color);
  color: white;
  font-size: 1.3rem;
  height: 5.2rem;
  border-radius: 0.5rem 0.5rem 0 0/0.5rem 0.5rem 0 0;
}
.c-footer__page-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;
  width: 12rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: linear-gradient(135deg, #4072c0, #00378c);
  position: absolute;
  left: 16rem;
  top: -15rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-footer__page-top > .in-arrow {
  width: 0.8rem;
  -webkit-transform: translate(-0.2rem, 0);
          transform: translate(-0.2rem, 0);
}
.c-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 124rem;
  margin-inline: 6rem auto;
  max-width: calc(100% - 12rem);
}
.c-footer__company-info-wrapper {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.c-footer__logo-wrapper > .in-logo {
  width: 19.8rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-footer__logo-wrapper > .in-text {
  font-size: 1.6rem;
  color: var(--main-color);
}
.c-footer__info {
  font-size: 1.2rem;
}
.c-footer__address {
  font-style: normal;
  margin-bottom: 0.7rem;
}
.c-footer__link-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 6.4rem;
}
.c-footer__link-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4rem;
}
.c-footer__group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.c-footer__group-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-footer__group-item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-footer__group-item > a, .c-footer__group-item > button {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--accent-color);
  -webkit-transition: all;
  transition: all;
}
.c-footer__group-item > a > .in-mobile-angle, .c-footer__group-item > button > .in-mobile-angle {
  display: none;
}
.c-footer__group-item > a .c-toggle-plus, .c-footer__group-item > button .c-toggle-plus {
  display: none;
}
.c-footer__group-item > button {
  cursor: auto;
}
.c-footer__sub-group-list {
  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;
  gap: 1rem;
}
.c-footer__sub-group-item > a {
  font-size: 1.5rem;
  color: #71c5c5;
  font-weight: 500;
}
.c-footer__link-list {
  margin-top: 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;
  gap: 0.2rem;
}
.c-footer__link-item > a {
  font-size: 1.3rem;
}
.c-footer__link-item > a > .in-blank {
  display: inline-block;
  width: 1.3rem;
  margin-left: 0.5rem;
}
.c-footer__link-item-text {
  font-size: 1.3rem;
}
.c-footer__footer {
  border-top: solid 1px #c5d0e9;
  margin-top: 4rem;
}
.c-footer__footer-inner {
  width: 124rem;
  margin-inline: 6rem auto;
  max-width: calc(100% - 12rem);
  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;
  height: 4.8rem;
}
.c-footer__policy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.c-footer__policy-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
.c-footer__policy-item a img {
  width: 1.3rem;
}
.c-footer__copyright {
  font-size: 1.2rem;
}
.c-form-item__required {
  color: white;
  background-color: var(--main-color);
  border-radius: 2rem;
  border: solid 1px white;
  padding: 0.2rem 1rem;
  margin-right: 0.6rem;
  font-size: 1.3rem;
  -webkit-transform: translate(0, -0.2rem);
          transform: translate(0, -0.2rem);
  display: inline-block;
  position: relative;
  z-index: 1;
}
.c-form-item__required::before {
  content: "";
  background: radial-gradient(transparent 40%, rgba(255, 255, 255, 0.5));
  width: 150%;
  height: 150%;
  position: absolute;
  top: 0;
  right: 0;
}
.c-form-item__title {
  font-size: 1.6rem;
  color: var(--main-color);
  margin-bottom: 1rem;
}
.c-form-item__title--v-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.c-form-item__data {
  font-size: 1.4rem;
}
.c-form-item__data p {
  margin-bottom: 1rem;
}
.c-form-item__data .wpcf7-form-control-wrap {
  display: block;
  margin-block: 0.5rem;
  position: relative;
}
.c-form-item__data .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) {
  margin-bottom: 2rem;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-radio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0.8rem;
  gap: 0.8rem;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  position: relative;
  cursor: pointer;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label::before {
  content: "";
  display: block;
  width: 2.3rem;
  aspect-ratio: 1/1;
  border: solid 1px var(--font-color);
  background-color: white;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label::after {
  content: "";
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#46a6cf), to(#366fea));
  background: linear-gradient(to right, #46a6cf, #366fea);
  position: absolute;
  top: 50%;
  left: 0.4rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input {
  display: none;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-text,
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100%;
  border: solid 1px #acb2c2;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-text::-webkit-input-placeholder, .c-form-item__data .wpcf7-form-control-wrap .wpcf7-textarea::-webkit-input-placeholder {
  color: #acb2c2;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder, .c-form-item__data .wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder {
  color: #acb2c2;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-text::-ms-input-placeholder, .c-form-item__data .wpcf7-form-control-wrap .wpcf7-textarea::-ms-input-placeholder {
  color: #acb2c2;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-text::placeholder,
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-textarea::placeholder {
  color: #acb2c2;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-textarea {
  height: 10rem;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-number {
  width: auto;
  padding: 1rem;
  border: solid 1px #acb2c2;
  border-radius: 0.5rem;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 1rem;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label::before {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  border: solid 1px #acb2c2;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 0.2rem;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label::after {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius: 0.2rem;
  background-image: url(../images/common/ic-check.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  display: none;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.c-form-item__data .wpcf7-form-control-wrap [name=birth-month],
.c-form-item__data .wpcf7-form-control-wrap [name=birth-day],
.c-form-item__data .wpcf7-form-control-wrap [name=graduation-month] {
  width: 8rem;
}
.c-form-item__data .wpcf7-form-control-wrap:has(select) {
  border-radius: 0.5rem;
  position: relative;
}
.c-form-item__data .wpcf7-form-control-wrap:has(select)::after {
  content: "";
  display: block;
  width: 0.7rem;
  aspect-ratio: 1/1;
  border-bottom: solid 1px #acb2c2;
  border-right: solid 1px #acb2c2;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0, -70%) rotate(45deg);
          transform: translate(0, -70%) rotate(45deg);
  pointer-events: none;
}
.c-form-item__data .wpcf7-form-control-wrap:has(select) select {
  padding: 1rem 4rem 1rem 1.5rem;
  background-color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #acb2c2;
  border-radius: 0.5rem;
}
.c-form-item__data .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 1.2rem;
}
.c-form-item__data--flex .wpcf7-form-control-wrap .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-form-item__data-inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-form-item__data-inner-flex > .in-container {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  position: relative;
}
.c-form-item__data-inner-flex > .in-container:has(.wpcf7-not-valid-tip) {
  margin-bottom: 6rem;
}
.c-form-item__data-inner-flex > .in-container:has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.c-form-item__data-inner-flex > .in-container:not(:has(select)) .wpcf7-form-control-wrap {
  position: static;
}
.c-form-item__data-inner-flex > .in-container:not(:has(select)) .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) {
  margin-bottom: 0;
}
.c-form-item__data-inner-flex--end-adjust *:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-form-item--col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 21.4rem 1fr;
  grid-template-columns: 21.4rem 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}
.c-form-item--col .c-form-item__title {
  margin-bottom: 0;
}
.c-form-item--full {
  width: 100%;
}
.c-form-item--half {
  width: calc(50% - 1rem);
}
.c-form-item--title-sm {
  -ms-grid-columns: 16rem 1fr;
  grid-template-columns: 16rem 1fr;
}
.c-form-item--1of3 {
  width: calc(33% - 1rem);
}
.c-form-item--1of4 {
  width: calc(25% - 1rem);
}
.c-gradient-bg {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.c-gradient-bg::before {
  content: "";
  display: block;
  inset: -120%;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  background: radial-gradient(ellipse 70% 100% at 55% 35%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.7));
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.c-gradient-bg--no-rotate::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.c-gradient-text {
  --grad: linear-gradient(90deg, #46a6cf, #366fea);
  --grad-size: 100% 100%;
  --grad-pos: 0% 50%;
  font-size: 3.2rem;
  line-height: 1.6;
}
.c-gradient-text__text {
  position: relative;
  display: inline-block;
  background-image: var(--grad);
  background-size: var(--grad-size);
  background-position: var(--grad-pos);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.c-gradient-text__text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0.5rem;
  background-image: var(--grad);
  background-size: var(--grad-size);
  background-position: var(--grad-pos);
  pointer-events: none;
}
.c-gradient-text__text--no-border::after {
  display: none;
}
.c-ham-menu {
  position: fixed;
  top: 2rem;
  left: 2rem;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  max-height: calc(100% - 4rem);
  background-color: #edf6fd;
  border-radius: 1rem;
  z-index: 1001;
  overflow-y: scroll;
  scrollbar-width: none;
  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-ham-menu .c-header__toggle-button {
  position: absolute;
  top: 4rem;
  right: 4rem;
  background-color: transparent;
  border: none;
}
.c-ham-menu__inner {
  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: 8rem;
}
.c-ham-menu__link-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
.c-ham-menu__link-list-wrapper a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-ham-menu__group-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 2.4rem;
  gap: 2.4rem;
}
.c-ham-menu__group-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.c-ham-menu__group-item > a, .c-ham-menu__group-item > button {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--accent-color);
}
.c-ham-menu__group-item > a > .in-mobile-angle, .c-ham-menu__group-item > button > .in-mobile-angle {
  display: none;
}
.c-ham-menu__group-item > a .c-toggle-plus, .c-ham-menu__group-item > button .c-toggle-plus {
  display: none;
}
.c-ham-menu__group-item > button {
  cursor: auto;
}
.c-ham-menu__group-item.is-active {
  border-bottom-color: transparent;
}
.c-ham-menu__sub-group-list {
  margin-top: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}
.c-ham-menu__sub-group-item > a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #71c5c5;
}
.c-ham-menu__sub-group-item .c-ham-menu__link-list {
  margin-top: 0.5rem;
}
.c-ham-menu__link-list {
  margin-top: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.c-ham-menu__link-item > a {
  font-size: 1.5rem;
}
.c-ham-menu__link-item > a img {
  display: inline-block;
  margin-left: 0.5rem;
}
.c-ham-menu__sub-item-label {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  display: block;
}
.c-ham-menu__sub-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.c-ham-menu__sub-item > a {
  font-size: 1.3rem;
}
.c-ham-menu__sub-item > a img {
  display: inline-block;
  margin-left: 0.5rem;
}
.c-ham-menu__annotation {
  font-size: 1rem;
}
.c-ham-menu__recruit-list-wrapper {
  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;
}
.c-header-info {
  background-color: #1e53a5;
  width: 100%;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-left: 3.7rem;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.c-header-info__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  font-size: 1.3rem;
  padding-top: 0.1rem;
}
.c-header-info__swiper {
  width: 100%;
}
.c-header-info__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.c-header-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-header-info__time {
  font-size: 1.4rem;
}
.c-header-info__title {
  white-space: nowrap;
  font-size: 1.3rem;
}
.c-header-recruit {
  width: 41rem;
  height: auto;
  padding: 2.4rem;
  background-color: var(--main-color);
  border-radius: 0.4rem;
}
.c-header-recruit__heading {
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-header-recruit__heading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-header-recruit__heading a .c-arrow-square {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-header-recruit__heading a .c-arrow-square img {
  width: 1rem;
}
.c-header-recruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
.c-header-recruit__list--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-header-recruit__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  color: white;
  font-size: 1.3rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-header-recruit__item a .c-arrow-square {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-header-recruit__item a .c-arrow-square img {
  width: 1rem;
}
.c-header-recruit__button-list-heading {
  color: white;
  font-size: 1.2rem;
  margin-block: 1rem 0.5rem;
}
.c-header-recruit__button-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem;
  gap: 0.8rem;
}
.c-header-recruit__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 6rem;
  border-radius: 0.4rem;
  background-color: white;
  position: relative;
  color: var(--main-color);
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
  line-height: 1.2;
}
.c-header-recruit__button > .in-blank {
  position: absolute;
  width: 1.3rem;
  bottom: 0.8rem;
  right: 0.8rem;
}
.c-header-recruit__button > .in-logo {
  width: 10.7rem;
}
.c-header-recruit__button > .in-small-text {
  text-align: center;
  font-size: 1.3rem;
  color: var(--main-color);
}
.c-header-recruit__button .c-arrow-square {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-header-recruit__button--col2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.c-header-recruit__button--col3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.c-header-recruit__button--col4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.c-header-recruit__button--form {
  border: solid 1px white;
  background-color: transparent;
  height: 4.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;
  gap: 0.4rem;
}
.c-header-recruit__button--form > .in-text {
  color: white;
  font-size: 1.2rem;
  font-weight: 400;
}
.c-header-recruit__button--form > .in-blank {
  -webkit-transform: none;
          transform: none;
}
.c-header-recruit__annotation {
  color: white;
  margin-top: 0.8rem;
  font-size: 1.2rem;
}
.c-header {
  display: contents;
}
.c-header__title-wrapper {
  position: fixed;
  z-index: 1;
  top: 5.2rem;
  left: 3.8rem;
}
.c-header__logo {
  width: 26rem;
}
.c-header__title {
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.c-header__toggle-button-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20rem 10rem;
  grid-template-columns: 20rem 10rem;
  grid-gap: 0.4rem;
  gap: 0.4rem;
  position: fixed;
  z-index: 1000;
  top: 3.2rem;
  right: 2.5rem;
}
.c-header__entry-link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 0.4rem;
  gap: 0.4rem;
}
.c-header__entry-link {
  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;
  border: solid 1px white;
  background-color: var(--main-color);
  color: white;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.c-header__toggle-button {
  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;
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 0.5rem;
  gap: 1rem;
  padding-top: 1rem;
  border: solid 2px var(--main-color);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.c-header__toggle-button-inner {
  width: 5.5rem;
  height: 2.4rem;
  position: relative;
}
.c-header__toggle-button-inner > .in-bar {
  position: absolute;
  width: 3.8rem;
  height: 2px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.c-header__toggle-button-inner > .in-bar--top {
  background-color: var(--accent-color);
  top: 0;
  left: calc(100% - 3.8rem);
}
.c-header__toggle-button-inner > .in-bar--middle {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--main-color);
}
.c-header__toggle-button-inner > .in-bar--bottom {
  background-color: var(--accent-color);
  bottom: 0;
  left: 0;
}
.c-header__toggle-button-text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: var(--en);
  color: var(--main-color);
}
.c-header--home .c-header__title-wrapper {
  left: 6rem;
  top: 7.4rem;
  z-index: 1;
}
.c-header--home .c-header__toggle-button-wrapper {
  top: 7rem;
  right: 6rem;
}
.c-header__breadcrumb-wrapper {
  position: fixed;
  z-index: 10;
  top: 16.4rem;
  left: 50%;
  width: 126rem;
  max-width: calc(100% - 4rem);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: var(--font-color);
  opacity: 0;
  pointer-events: none;
}
.c-heading-accent {
  color: #0bbccd;
  font-size: 1.6rem;
}
.c-heading-accent--mb1 {
  margin-bottom: 1rem;
}
.c-heading-accent--dark {
  color: var(--main-color);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.c-heading-data {
  color: var(--main-color);
  font-size: 2rem;
  margin-block: 4rem 2rem;
}
.c-heading-en {
  font-size: 2.4rem;
  font-family: var(--en);
  color: var(--main-color);
  text-align: right;
}
.c-heading-talk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.3rem 1rem;
  border-radius: 1rem;
}
.c-heading-talk__theme {
  padding: 0.5rem 1rem 0.2rem;
  background-color: white;
  border-radius: 0.2rem;
  color: var(--main-color);
  font-family: var(--en);
  font-size: 1.8rem;
}
.c-heading-talk__main {
  font-size: 2.4rem;
}
.c-heading-ub {
  font-size: 2.4rem;
  padding: 0 1rem 1rem;
  border-bottom: solid 1px var(--main-color);
  color: var(--main-color);
}
.c-heading-with-en {
  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;
  padding-bottom: 1rem;
  position: relative;
}
.c-heading-with-en::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--accent-color), var(--main-color));
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-heading-with-en .c-heading {
  font-family: var(--en), var(--jp);
}
.c-heading-with-en .c-heading-en {
  margin-left: auto;
  font-family: var(--en), var(--jp);
}
.c-heading {
  font-size: 3.6rem;
  color: var(--main-color);
  line-height: 1.4;
}
.c-heading--small {
  font-size: 2.6rem;
}
.c-heading--jp:not(.not-class) {
  font-family: var(--jp);
}
.c-headset-with-image {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  padding: 5.5rem 4.5rem;
  display: block;
  aspect-ratio: 91/30;
  color: white;
}
.c-headset-with-image__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-headset-with-image__inner {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
}
.c-headset-with-image__heading {
  font-size: 3.2rem;
  margin-bottom: 1.4rem;
}
.c-headset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--main-color);
  gap: 1rem;
}
.c-headset__sub {
  font-size: 2rem;
}
.c-headset__main {
  font-size: 11rem;
  font-family: var(--en);
  line-height: 1;
}
.c-image-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.3rem;
  gap: 1.3rem;
}
.c-image-list__item-image {
  border-radius: 0.4rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.c-image-list__item-heading {
  font-size: 2rem;
  margin-block: 1rem 0.5rem;
}
.c-image-list__item-heading--main-color {
  color: var(--main-color);
}
.c-image-list__item-heading--center {
  text-align: center;
}
.c-image-list__item-heading--center-left {
  text-align: center;
}
.c-image-list__item-text {
  font-size: 1.6rem;
}
.c-image-list--col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.c-image-list--col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
.c-interview-item {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-interview-item__thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
.c-interview-item__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -o-object-position: top center;
     object-position: top center;
}
.c-interview-item__thumb img.in-small {
  -o-object-position: center;
     object-position: center;
}
.c-interview-item__desc-wrapper {
  padding-top: 1.2rem;
  color: white;
}
.c-interview-item__name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-interview-item__type {
  font-size: 1.4rem;
}
.c-interview-item__entry {
  font-size: 1.2rem;
  padding-bottom: 0.3rem;
}
.c-interview-item__name {
  font-size: 1.8rem;
  font-family: var(--en);
  line-height: 1;
}
.c-interview-talk {
  --before-height: 10rem;
  --bg-total-height: 220rem;
  --grad: linear-gradient(135deg, #46a6cf, #366fea);
  position: relative;
  z-index: 1;
  background-image: var(--grad);
  background-repeat: no-repeat;
  background-size: 100% var(--bg-total-height);
  background-position: left calc(0rem - var(--before-height));
  padding-bottom: 25rem;
}
.c-interview-talk::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: var(--before-height);
  background-image: var(--grad);
  background-repeat: no-repeat;
  background-size: 100% var(--bg-total-height);
  background-position: left 0;
  -webkit-mask-image: url(../images/common/interview-before-mask.png);
          mask-image: url(../images/common/interview-before-mask.png);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}
.c-interview-talk__interview-swiper-wrapper {
  margin-bottom: 6rem;
}
.c-interview__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-interview__head p {
  color: white;
  font-size: 1.8rem;
}
.c-interview__title {
  font-size: 8rem;
  color: white;
  font-family: var(--en);
  opacity: 0.6;
  line-height: 1.2;
}
.c-interview__swiper-wrapper {
  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: flex-start;
  position: relative;
  margin-top: 2.9rem;
}
.c-interview__current-swiper {
  width: 93rem;
  margin: 0 !important;
}
.c-interview__control {
  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: 1.6rem;
  margin-top: 15.5rem;
  font-family: var(--en);
}
.c-interview__control > .in-button {
  pointer-events: auto;
}
.c-interview__control > .in-button img {
  width: 1.3rem;
}
.c-interview__control > .in-next img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.c-interview__control > .in-fraction {
  bottom: auto;
  left: auto;
  color: white;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-transform: translate(0, 0.1rem);
          transform: translate(0, 0.1rem);
}
.c-interview__control > .in-fraction .swiper-pagination-separator {
  opacity: 0.5;
  font-size: 1rem;
  -webkit-transform: translate(0, -0.1rem);
          transform: translate(0, -0.1rem);
}
.c-interview__swiper {
  position: absolute;
  bottom: 0;
  left: 38.4rem;
  width: 84rem;
}
.c-interview__mobile-more {
  text-align: center;
  margin-top: 3rem;
}
.c-interview__mobile-more .c-button-arrow {
  margin-inline: auto;
}
.c-job-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 52/30;
  background-color: var(--accent-color);
  border-radius: 0.8rem;
}
.c-job-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-job-item__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem;
  position: relative;
}
.c-job-item__desc-wrapper {
  width: 37rem;
}
.c-job-item__desc-wrapper p {
  font-size: 1.4rem;
}
.c-job-item__heading {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
.c-job-item__arrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
.c-job-item .c-arrow-square {
  width: 3.6rem;
  border: solid 1px white;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-jobs-works-tabs__tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
}
.c-jobs-works-tabs__tab {
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #fff;
  border-radius: 0.4rem;
  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;
  min-height: 4.6rem;
  width: 19rem;
  padding: 0.8rem 1.2rem;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background: transparent;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.c-jobs-works-tabs__tab.is-active {
  background-color: #eaf0fc;
  color: #1e53a5;
}
.c-jobs-works-tabs__panels {
  margin-top: 2.4rem;
}
.c-jobs-works-tabs__panel {
  background-color: #eaf0fc;
  border-radius: 1rem;
  padding: 5rem 7rem;
}
.c-jobs-works-tabs__panel-heading {
  margin: 0 0 2rem;
  padding-bottom: 1.2rem;
  padding-left: 0.6rem;
  border-bottom: 1px solid #00378c;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.024em;
  color: #00378c;
}
.c-jobs-works-tabs__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  margin-top: 3rem;
}
.c-jobs-works-tabs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}
.c-jobs-works-tabs__row-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28rem;
          flex: 0 0 28rem;
  padding-top: 0;
}
.c-jobs-works-tabs__row-label .c-gradient-text {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0;
}
.c-jobs-works-tabs__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.4rem;
  height: auto;
  display: block;
}
.c-jobs-works-tabs__row-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.c-jobs-works-tabs__row:nth-child(2) .c-jobs-works-tabs__row-body, .c-jobs-works-tabs__row:nth-child(3) .c-jobs-works-tabs__row-body {
  padding-top: 2rem;
}
.c-jobs-works-tabs__lead {
  margin-bottom: 1rem !important;
  font-size: 2rem !important;
  line-height: 1.4;
  color: #00378c;
}
.c-jobs-works-tabs__desc {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
}
.c-jobs-works-tabs__desc:last-child {
  margin-bottom: 0;
}
.c-jobs-works-tabs__people-cards {
  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.1rem;
}
.c-jobs-works-tabs__people-card {
  position: relative;
  padding: 2.4rem 2rem 2.4rem 8rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.95rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.4rem 0.4rem 0.95rem 0 rgba(0, 0, 0, 0.15);
}
.c-jobs-works-tabs__people-card-icon {
  position: absolute;
  left: 2rem;
  top: 2rem;
  width: 2.8rem;
  height: auto;
}
.c-jobs-works-tabs__people-card-heading {
  margin: 0 0 0.8rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #00378c;
}
.c-jobs-works-tabs__people-card-text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
}
.c-jobs-works-tabs__study-lines {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.c-jobs-works-tabs__study-lines p {
  margin: 0;
  background: #1E53A5;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
}
.c-link-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1rem;
  background-color: white;
  border-radius: 0.3rem;
  padding: 1.5rem;
  padding-right: 3rem;
  position: relative;
  -webkit-transition: border-color 0.3s, opacity 0.3s;
  transition: border-color 0.3s, opacity 0.3s;
}
.c-link-card__thumb {
  width: 6rem;
}
.c-link-card__text {
  font-size: 1.3rem;
  color: var(--main-color);
  font-weight: 500;
}
.c-link-card__angle {
  width: 2rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1010;
}
.c-loading__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(130deg, #46a6cf, #366fea);
  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-loading__inner img {
  width: 25rem;
}
.c-map-link {
  width: 11.2rem;
  height: 2.6rem;
  border-radius: 5rem;
  background-color: var(--accent-color);
  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.5rem;
  font-size: 1.3rem;
  letter-spacing: 0;
}
.c-map-link img {
  width: 1.2rem;
}
.c-marquee {
  overflow: hidden;
}
.c-marquee[data-marquee=vertical] {
  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;
}
/* 共通 */
.c-marquee__inner {
  will-change: transform;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: var(--marquee-duration, 10s);
          animation-duration: var(--marquee-duration, 10s);
}
/* 横（デフォルト） */
.js-marquee:not([data-marquee=vertical]) .c-marquee__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation-name: marquee-x;
          animation-name: marquee-x;
}
@-webkit-keyframes marquee-x {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-1 * var(--marquee-distance)));
            transform: translateX(calc(-1 * var(--marquee-distance)));
  }
}
@keyframes marquee-x {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-1 * var(--marquee-distance)));
            transform: translateX(calc(-1 * var(--marquee-distance)));
  }
}
/* 縦（vertical） */
.js-marquee[data-marquee=vertical] .c-marquee__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;
  white-space: normal;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation-name: marquee-y;
          animation-name: marquee-y;
}
@-webkit-keyframes marquee-y {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(var(--marquee-distance));
            transform: translateY(var(--marquee-distance));
  } /* 下方向へ */
}
@keyframes marquee-y {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(var(--marquee-distance));
            transform: translateY(var(--marquee-distance));
  } /* 下方向へ */
}
.c-member-item {
  padding: 2rem 1.4rem;
}
.c-member-item p {
  position: relative;
}
.c-member-item__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6rem 1fr;
  grid-template-columns: 6rem 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  margin-bottom: 1.5rem;
}
.c-member-item__image-wrapper {
  text-align: center;
}
.c-member-item__image {
  width: 6rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
  margin-inline: auto;
}
.c-member-item__initial {
  position: relative;
  font-size: 1.1rem;
  font-family: var(--en);
  text-align: center;
}
.c-member-item__department {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.c-member-item__entry {
  font-size: 1.4rem;
}
.c-mv-slide__text {
  width: 140rem;
  position: relative;
  -webkit-transform: translate(0, -2rem);
          transform: translate(0, -2rem);
  margin-inline: auto;
}
.c-mv-slide__text > .in-picture {
  position: absolute;
  top: 0;
  left: 0;
}
.c-mv-slide__people {
  position: relative;
  z-index: 1;
}
.c-mv-slide__people img {
  height: 87rem;
  margin-inline: auto;
}
.c-mv-slide__people img.is-02 {
  -webkit-transform: translate(-3rem, 0);
          transform: translate(-3rem, 0);
}
.c-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  background-color: #edf6fd;
  border-radius: 1rem;
  padding: 2.8rem;
  border: solid 1px #edf6fd;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: relative;
}
.c-news-item__date-wrapper {
  width: 8rem;
  color: var(--main-color);
  font-family: var(--en);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  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-news-item__year {
  font-size: 1.2rem;
}
.c-news-item__month-day {
  font-size: 2rem;
}
.c-news-item__cat {
  width: 14rem;
  color: var(--accent-color);
  font-size: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.c-news-item__cat-dummy {
  width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-number-list__item {
  padding-left: 1em;
  position: relative;
  counter-increment: numberListCount;
  font-size: 1.4rem;
}
.c-number-list__item::before {
  content: counter(numberListCount) ".";
  position: absolute;
  left: 0;
}
.c-number-list__item:nth-of-type(n + 10) {
  padding-left: 2em;
}
.c-office-item {
  border-radius: 1rem;
  background: linear-gradient(80deg, #00378c, #4072c0);
  padding: 2rem;
  color: white;
  position: relative;
}
.c-office-item__image {
  overflow: hidden;
  border-radius: 0.8rem;
  margin: 0 !important;
}
.c-office-item__head {
  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;
  margin-bottom: 2rem;
  gap: 2rem;
}
.c-office-item__head .c-office-item__heading {
  margin-block: 0;
}
.c-office-item__head .c-office-item__labels {
  margin: 0;
}
.c-office-item__heading {
  font-size: 3.2rem;
  margin-block: 2rem 1.3rem;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.3;
}
.c-office-item__note {
  position: absolute;
  color: white;
  font-size: 1rem !important;
  margin-top: 0.5rem;
  right: 0;
}
.c-office-item__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.3rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.c-office-item__labels--col {
  max-width: 28rem;
}
.c-office-item__label {
  line-height: 1;
  padding: 0.5rem 1rem;
  background-color: white;
  border-radius: 0.3rem;
  color: var(--main-color);
  font-size: 1.6rem;
  white-space: nowrap;
}
.c-office-item__overview-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.5rem 1fr;
  grid-template-columns: 5.5rem 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  font-size: 1.4rem;
}
.c-office-item__overview-data > .c-map-link {
  margin-top: 0.5rem;
}
.c-office-item__overview-data > .in-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-office-item__overview-data > .in-flex .c-map-link {
  margin-top: 0.5rem;
}
.c-office-item__badge {
  position: absolute;
  width: 17rem;
  top: -3rem;
  right: -3rem;
  text-align: center;
}
.c-office-item__badge p {
  margin-top: -0.5rem;
  line-height: 1.3;
  font-size: 1.2rem;
}
.c-office-item__shift-arrow {
  width: 3.9rem;
  position: absolute;
  top: 14rem;
  left: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 0 !important;
}
.c-office-item--row2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.c-office-item--rd-wrapper {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.c-office-item--rd-wrapper .c-office-item {
  background: none;
  padding: 0;
  border-radius: 0;
}
.c-office-item--rd-wrapper .c-office-item:first-of-type {
  position: relative;
  z-index: 1;
}
.c-over-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.c-page-bg {
  background: -webkit-gradient(linear, left top, right top, from(#46a6cf), to(#366fea));
  background: linear-gradient(to right, #46a6cf, #366fea);
  padding-top: 16.4rem;
  padding-bottom: 12rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 53rem;
}
.c-page-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/hero-bg.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
}
.c-page-bg__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-page-bg--fixed {
  height: 100vh;
}
.c-page-content {
  display: block;
  border-radius: 2rem 2rem 0 0/2rem 2rem 0 0;
  background-color: white;
  position: relative;
  z-index: 1;
  margin-top: -2rem;
  padding-block: 12rem 4rem;
}
.c-page-content:not(.c-page-content--not-border-bg) {
  background-image: url(../images/common/content-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top 20rem;
}
.c-page-content > *:first-child {
  margin-top: 0 !important;
}
.c-page-content > *:last-child {
  margin-bottom: 0 !important;
}
.c-page-content :where(p) {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.c-page-content :where(p):last-child {
  margin-bottom: 0;
}
.c-page-content :where(p) a {
  color: var(--accent-color);
  text-decoration: underline;
}
.c-page-content :where(ul:not([class])) li {
  padding-left: 0.7em;
  position: relative;
}
.c-page-content :where(ul:not([class])) li::before {
  content: "・";
  position: absolute;
  top: 0.2rem;
  left: 0;
  color: #08bcce;
}
.c-page-content .l-content {
  width: 110rem;
}
.c-page-content .l-content > *:first-child {
  margin-top: 0 !important;
}
.c-page-content .l-content > *:last-child {
  margin-bottom: 0 !important;
}
.c-page-content .c-page-title {
  margin-block: 4rem 2rem;
}
.c-page-content .c-heading-with-en {
  margin-block: 8rem 4rem;
}
.c-page-content .c-heading-ub {
  margin-block: 5rem 2.4rem;
}
.c-page-content .c-dl {
  margin-block: 4rem;
}
.c-page-content .c-image-list {
  margin-block: 4rem;
}
.c-page-content :where(picture, figure) {
  margin-block: 4rem;
}
.c-page-content :where(picture, figure) img {
  margin-block: 0;
}
.c-page-content--all-rounded {
  border-radius: 2rem;
}
.c-page-content--no-rounded {
  border-radius: 0;
}
.c-page-hero {
  width: 100%;
  min-height: 50rem;
  padding-top: 16.4rem;
  padding-bottom: 5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.c-page-hero .c-breadcrumb {
  position: relative;
  color: white;
  width: 126rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
}
.c-page-hero__inner {
  position: relative;
  z-index: 1;
  width: 126rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
  padding-left: 2rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.2rem;
  gap: 5rem;
  pointer-events: none;
}
.c-page-hero__inner p {
  line-height: 2.2;
}
.c-page-hero__inner--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  width: 100%;
}
.c-page-hero__inner--col .c-page-hero__headset {
  position: relative;
  top: auto;
  padding: 0;
}
.c-page-hero__inner--col .c-page-hero__content-wrapper {
  width: 100%;
  margin-top: 0;
}
.c-page-hero__inner--center {
  text-align: center;
}
.c-page-hero__label {
  display: inline-block;
  padding: 0.2rem 1rem;
  background-color: var(--main-color);
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.c-page-hero__headset {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 25rem;
  padding-bottom: 6rem;
  pointer-events: auto;
}
.c-page-hero__sub-heading {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.c-page-hero__main-heading {
  font-size: 11.8rem;
  font-family: var(--en);
  font-weight: 400;
  line-height: 1.1;
}
.c-page-hero__content-wrapper {
  width: 58rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-block: 11rem;
  pointer-events: auto;
}
.c-page-hero__content-wrapper--upper {
  margin: 0;
}
.c-page-hero__content-wrapper p {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
.c-page-hero__content-wrapper p:last-of-type {
  margin-bottom: 0;
}
.c-page-hero__content-heading {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}
main:has(.c-page-bg--fixed img) .c-page-hero {
  padding-bottom: 10rem;
}
.c-page-title {
  font-size: 3.2rem;
  color: var(--accent-color);
}
.c-page-title--center {
  text-align: center;
}
.c-pagination {
  padding-block: 2rem;
}
.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.8rem;
}
.c-pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  aspect-ratio: 1/1;
  border-radius: 0.3rem;
  border: solid 1px var(--accent-color);
  color: var(--accent-color);
  font-family: var(--en);
  font-size: 1.5rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.c-pagination__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  aspect-ratio: 1/1;
  color: var(--accent-color);
}
.c-pagination__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  aspect-ratio: 1/1;
  border-radius: 0.3rem;
  color: white;
  background-color: var(--accent-color);
  font-family: var(--en);
  font-size: 1.5rem;
}
.c-pagination__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  aspect-ratio: 1/1;
}
.c-pagination__arrow::before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 2.6rem;
  background-image: url(../svg/ic-pagination-angle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-pagination__arrow--next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-prev-next {
  border: solid 1px var(--main-color);
  border-radius: 0.4rem;
}
.c-prev-next__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25.6rem 1fr;
  grid-template-columns: 1fr 25.6rem 1fr;
}
.c-prev-next__link {
  font-size: 1.4rem;
  color: var(--main-color);
  padding-block: 1.2rem;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: block;
  height: 100%;
}
.c-prev-next__link--prev {
  padding-left: 4rem;
}
.c-prev-next__link--prev::after {
  content: "";
  display: block;
  width: 1px;
  height: 2.4rem;
  background-color: var(--main-color);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-prev-next__link--list {
  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: 1.3rem;
}
.c-prev-next__link--list::before {
  content: "";
  display: block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/ic-list.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-prev-next__link--next {
  text-align: right;
  padding-right: 4rem;
}
.c-prev-next__link--next::before {
  content: "";
  display: block;
  width: 1px;
  height: 2.4rem;
  background-color: var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-program-item {
  background-color: white;
}
.c-program-item__head {
  padding: 4rem 4rem 2rem;
  border-radius: 0.8rem;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26rem 1fr 26rem;
  grid-template-columns: 26rem 1fr 26rem;
  grid-gap: 3rem;
  gap: 3rem;
  position: relative;
}
.c-program-item__thumb img {
  border-radius: 0.5rem;
}
.c-program-item__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
}
.c-program-item__tag-item {
  line-height: 1;
  padding: 0.3rem 0.5rem;
  background-color: #1E53A5;
  border-radius: 0.3rem;
  color: white;
  font-size: 1.2rem;
}
.c-program-item__heading {
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #ACB2C2;
  margin-bottom: 1.5rem;
  color: var(--main-color);
}
.c-program-item__overview {
  background-color: #EDF6FD;
  border-radius: 0.8rem;
  padding: 1.6rem;
  color: var(--main-color);
}
.c-program-item__overview-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.8em 1fr;
  grid-template-columns: 2.8em 1fr;
}
.c-program-item__close {
  --rotate: rotate(0deg);
  width: 100%;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
}
.c-program-item__close > .in-closs {
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  position: relative;
}
.c-program-item__close > .in-closs::before, .c-program-item__close > .in-closs::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) var(--rotate);
          transform: translate(-50%, -50%) var(--rotate);
}
.c-program-item__close > .in-closs::after {
  --rotate: rotate(90deg);
}
.c-program-item__close > .in-closs.is-open {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-program-item__toggle-wrapper {
  position: relative;
}
.c-program-item__toggle-inner {
  padding: 2rem 7rem 4rem;
}
.c-program-item__contents-list-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.c-program-item__content-wrapper {
  border: solid 1px var(--main-color);
  padding: 2rem;
  border-radius: 0.8rem;
}
.c-program-item__content-heading {
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #ACB2C2;
  text-align: center;
  margin-bottom: 1rem;
  color: var(--main-color);
}
.c-program-item__date-list {
  margin-top: -2rem;
  font-size: 1.4rem;
}
.c-program-item__button-wrapper {
  margin-top: 3rem;
  position: relative;
}
.c-program-item__button-wrapper .c-button-arrow {
  margin-inline: auto;
  width: 32rem;
  background-color: #0BBCCD;
}
.c-program-item__button-wrapper .c-button-arrow__text {
  color: white;
}
.c-program-item__button-wrapper .c-arrow-square {
  background-color: white;
}
.c-recruit-content {
  padding: 4rem;
  border-radius: 0.8rem;
  color: white;
}
.c-recruit-content p:not([class]) {
  font-size: 1.2rem;
}
.c-recruit-content__inner {
  position: relative;
}
.c-recruit-content__inner--graduate-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20.5rem 1fr;
  grid-template-columns: 20.5rem 1fr;
  grid-gap: 4rem;
  gap: 4rem;
}
.c-recruit-content__inner--graduate-detail .c-recruit-content__link-list {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  gap: 1rem;
  border-right: solid 1px white;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-recruit-content__inner--graduate-detail .c-recruit-content__link {
  font-size: 1.6rem;
  line-height: 1;
}
.c-recruit-content__inner--graduate-detail .c-recruit-content__link .c-arrow-square {
  width: 2.4rem;
}
.c-recruit-content__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15.2rem 1fr;
  grid-template-columns: 15.2rem 1fr;
  grid-gap: 2rem;
  gap: 2rem;
}
.c-recruit-content__thumb-wrapper {
  overflow: hidden;
  border-radius: 0.8rem;
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
}
.c-recruit-content__desc-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-recruit-content__heading {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-recruit-content__heading .c-arrow-square {
  width: 3.6rem;
}
.c-recruit-content__link-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  border-top: solid 1px rgba(255, 255, 255, 0.54);
  padding-top: 1.3rem;
  margin-top: 1rem;
}
.c-recruit-content__link-list-wrapper > p {
  font-size: 1.2rem;
}
.c-recruit-content__link-list-wrapper .c-recruit-content__link-list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.c-recruit-content__link-list {
  border-top: solid 1px rgba(255, 255, 255, 0.54);
  padding-top: 1.3rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 2.4rem;
}
.c-recruit-content__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: 1.3rem;
}
.c-recruit-content__link .c-arrow-square {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-recruit-content__button-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24rem 1fr;
  grid-template-columns: 24rem 1fr;
  grid-gap: 1.4rem;
  gap: 1.4rem;
  margin-top: 1.6rem;
}
.c-recruit-content__button-wrapper > .c-recruit-content__button {
  margin-top: 0;
}
.c-recruit-content__button-content > .in-heading {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.5rem;
}
.c-recruit-content__mynavi-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 5.4rem;
  background-color: white;
  border-radius: 0.4rem;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-recruit-content__mynavi-button > .in-mynavi-logo {
  width: 8.6rem;
}
.c-recruit-content__mynavi-button > .in-blank {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  width: 1.3rem;
}
.c-recruit-content__mynavi-button > .in-text {
  font-size: 1.5rem;
  color: var(--main-color);
  font-weight: bold;
}
.c-recruit-content__mynavi-button > .in-text--small {
  text-align: center;
  font-size: 1.3rem;
}
.c-recruit-content__mynavi-button .c-arrow-square {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-recruit-content__button-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.c-recruit-content__button {
  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;
  border: solid 1px white;
  border-radius: 0.4rem;
  position: relative;
  font-size: 1.3rem;
  height: 5.4rem;
  background-color: transparent;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  text-align: center;
}
.c-recruit-content__button > .in-blank {
  position: absolute;
  bottom: 0.4rem;
  right: 0.4rem;
  width: 1.3rem;
}
.c-recruit-content__button > .in-text {
  font-size: 1.2rem;
  line-height: 1.2;
}
.c-recruit-content__annotation {
  text-align: center;
  color: white;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.c-recruit-content--graduate-entry {
  padding: 3.8rem 2rem;
}
.c-recruit-content--graduate-entry .c-recruit-content__head {
  -ms-grid-columns: 17.2rem 1fr;
  grid-template-columns: 17.2rem 1fr;
  gap: 2rem;
}
.c-recruit-content--graduate-entry .c-recruit-content__heading {
  line-height: 1.1;
}
.c-recruit-content--graduate-entry .c-recruit-content__button-wrapper {
  margin-top: 1.5rem;
  -ms-grid-columns: 16rem 1fr;
  grid-template-columns: 16rem 1fr;
  gap: 0.6rem;
}
.c-recruit-content__graduate-contact > .in-heading {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.c-recruit-content__graduate-contact p {
  font-size: 1.3rem;
}
.c-recruit-content__graduate-contact > .in-address {
  margin-top: 1rem;
  padding: 0.8rem 1.6rem;
  border-radius: 0.6rem;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 1.2rem;
}
.c-recruit-content__empty {
  font-size: 1.6rem;
  text-align: center;
}
.c-recruit {
  background-color: white;
  padding-bottom: 11rem;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
  margin-top: -0.1rem;
}
.c-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer/recruit-bg.png);
  background-size: 100% calc(100% - 10rem);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.c-recruit p:not([class]) {
  color: white;
  font-size: 1.4rem;
}
.c-recruit__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32rem 1fr;
  grid-template-columns: 32rem 1fr;
  grid-gap: 5.6rem;
  gap: 5.6rem;
  margin-top: 6rem;
}
.c-recruit__heading {
  color: white;
  font-size: 3.8rem;
  margin-bottom: 2rem;
  margin-top: 0;
}
.c-recruit__links-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1.2rem;
  gap: 1.2rem;
  align-self: flex-start;
}
.c-recruit--bg-gradient {
  margin-top: -30rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30rem, transparent), color-stop(30rem, white));
  background: linear-gradient(to bottom, transparent 30rem, white 30rem);
  padding-bottom: 4rem;
}
.c-scroll-hint > *:first-child {
  margin-top: 0;
}
.c-scroll-hint > *:last-child {
  margin-bottom: 0;
}
.c-section-head {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-inline: auto;
}
.c-section-head__desc-wrapper {
  width: 59rem;
  padding-bottom: 2rem;
}
.c-section-head__desc-wrapper p {
  font-size: 1.8rem;
  color: var(--main-color);
}
.c-section-head__headset-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-section-head__headset-wrapper .c-headset {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-slide-list {
  background-color: #edf6fd;
  border-radius: 3rem;
  padding-block: 4rem 1.5rem;
}
.c-slide-list__swiper {
  padding-left: 4rem;
  padding-block: 1.3rem;
}
.c-slide-list__item {
  width: auto;
  padding-right: 4.2rem;
  position: relative;
  padding-top: 3rem;
  z-index: 1;
  height: auto;
}
.c-slide-list__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0.9rem;
  left: 0;
  background-color: var(--main-color);
}
.c-slide-list__item::after {
  content: "";
  display: block;
  width: 1.7rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: solid 1px white;
  background: -webkit-gradient(linear, left top, right top, from(#46a6cf), to(#366fea));
  background: linear-gradient(to right, #46a6cf, #366fea);
  position: absolute;
  top: 1rem;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-slide-list__item p {
  font-size: 1.3rem;
  line-height: 1.6;
}
.c-slide-list__item--dot-red::after {
  background: #cc524a;
}
.c-slide-list__item--archem {
  position: relative;
  z-index: 1;
}
.c-slide-list__item--archem::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: -1;
}
.c-slide-list__white-bg {
  width: calc(100% + 3rem);
  height: calc(100% + 2.6rem);
  position: absolute;
  top: -1.3rem;
  left: -1.5rem;
  background-color: white;
  z-index: -1;
}
.c-slide-list__white-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 2.2rem;
  left: 0;
  background-color: var(--main-color);
}
.c-slide-list__white-bg--start {
  border-radius: 1rem 0 0 1rem/1rem 0 0 1rem;
}
.c-slide-list__heading {
  font-size: 2.4rem;
  color: var(--main-color);
  font-family: var(--en);
}
.c-slide-list__heading--small {
  font-size: 1.4rem;
}
.c-slide-list__heading--small > .in-num {
  font-size: 2rem;
}
.c-slide-list__archem-logo {
  width: 10.6rem;
}
.c-slide-list__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 2rem;
  padding-inline: 4rem;
}
.c-slide-list__button-wrapper--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-slide-list__button-wrapper.is-hidden {
  display: none;
}
.c-slide-list__button {
  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: 4.2rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00378c), to(#4072c0));
  background: linear-gradient(to right, #00378c, #4072c0);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-slide-list__button img {
  width: 1.5rem;
}
.c-slide-list__button.swiper-button-disabled {
  opacity: 0.5;
}
.c-slide-list__button--prev {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.c-table {
  width: 100%;
}
.c-table th {
  text-align: center;
  padding: 1rem;
  font-size: 1.6rem;
  color: var(--main-color);
  font-weight: normal;
  width: 22rem;
}
.c-table td {
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
}
.c-table__head {
  background-color: white;
  border-top: solid 2px var(--main-color);
}
.c-table__body {
  border-top: solid 1px var(--main-color);
}
.c-table__body th,
.c-table__body td {
  padding-block: 2rem;
}
.c-table__body tr:nth-of-type(odd) {
  background-color: #eaf0fc;
}
.c-table__xl {
  width: 32rem !important;
}
.c-talk-item {
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-talk-item::before {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-talk-item__inner {
  padding: 5.5rem 6rem 7.3rem;
  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;
  width: 100%;
  height: 100%;
}
.c-talk-item__label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 5.8rem;
  left: 0;
  background-color: var(--main-color);
  color: white;
  font-size: 1.3rem;
  padding-inline: 0.5rem;
  line-height: 1;
  padding-block: 0.5rem 0;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.c-talk-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
.c-talk-item__head .c-arrow-square {
  width: 5.6rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-talk-item__head .c-arrow-square img {
  width: 2.4rem;
}
.c-talk-item__thumb {
  margin-top: auto;
}
.c-talk-item__thumb img {
  border-radius: 0.8rem;
}
.c-talk-item__desc-wrapper {
  color: white;
}
.c-talk-item__desc-wrapper p {
  font-size: 1.4rem;
}
.c-talk-item__title {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
}
.c-talk-item__title > .in-line {
  border-bottom: solid 1px white;
}
.c-talk-item__entry {
  font-size: 1.1rem;
  opacity: 0.6;
  margin-top: -0.2rem;
}
.c-talk-item__department {
  font-size: 1.3rem;
  margin-top: 0.2rem;
  line-height: 1.5;
}
.c-talk-item__name {
  font-size: 1.2rem;
}
.c-talk-item__num {
  color: white;
  font-size: 3.8rem;
  font-family: var(--en);
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  opacity: 0.6;
}
.c-talk-session__heading {
  font-size: 8.8rem;
  color: white;
  font-family: var(--en);
  opacity: 0.6;
  line-height: 1.3;
}
.c-talk-session__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
  gap: 4rem;
}
.c-talk {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11rem 1fr;
  grid-template-columns: 11rem 1fr;
  margin-block: 2rem;
}
.c-talk__image-wrapper {
  text-align: center;
  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: flex-start;
  gap: 0.8rem;
  border-right: solid 1px var(--main-color);
}
.c-talk__image {
  width: 7rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100%;
}
.c-talk__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-talk__initail {
  font-size: 1.3rem;
  color: var(--main-color);
  font-family: var(--en);
  line-height: 1.2;
}
.c-talk__department {
  font-size: 1.3rem;
  margin-left: 0.5rem;
}
.c-talk__position {
  text-align: center;
  font-size: 1.3rem;
  margin-top: -1rem;
}
.c-talk__comment-wrapper {
  padding-left: 2rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.c-talk__comment-wrapper :where(p) {
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.c-talk--image-large {
  -ms-grid-columns: 17.6rem 1fr;
  grid-template-columns: 17.6rem 1fr;
}
.c-talk--image-large .c-talk__initail {
  font-size: 2rem;
}
.c-talk--image-large .c-talk__department {
  font-size: 1.3rem;
  color: var(--main-color);
  margin-top: -1rem;
}
.c-text-bottom-line {
  border-bottom: solid 1px white;
}
.c-text-copy {
  font-size: 1.7rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
}
.c-textbox-with-image {
  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: 3rem;
}
.c-textbox-with-image__text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-textbox-with-image__image-wrapper {
  width: 44rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-textbox-with-image--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-toc-entry {
  margin-top: 1.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}
.c-toc-entry .c-entry-item__logo {
  width: 7.4rem;
}
.c-toc-entry .c-entry-item__blank {
  width: 1.1rem;
}
.c-toc-entry__overview {
  background-color: white;
  border-radius: 0.4rem;
  padding-inline: 1.1rem;
  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;
  height: 5rem;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-toc-entry__overview > .in-text {
  color: var(--main-color);
  font-size: 1.5rem;
  margin-inline: auto;
}
.c-toc-entry__overview > .c-arrow-square {
  width: 2.4rem;
}
.c-toc-entry__overview > .c-arrow-square img {
  width: 1rem;
}
.c-toc-entry__heading {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: white;
}
.c-toc-entry__mynavi-button {
  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;
  position: relative;
  height: 5rem;
  background-color: white;
  border-radius: 0.4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-toc-entry__mynavi-button > .in-mynavi-logo {
  width: 9rem;
}
.c-toc-entry__mynavi-button > .in-blank {
  width: 1.3rem;
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
}
.c-toc-entry__form-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0.4rem;
  gap: 0.4rem;
}
.c-toc-entry__item {
  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;
  position: relative;
  height: 5rem;
  border-radius: 0.4rem;
  border: solid 1px white;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.c-toc-entry__item > .in-text {
  color: white;
  font-size: 1.3rem;
}
.c-toc-entry__item > .in-blank {
  width: 1.3rem;
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
}
.c-toc {
  padding: 3rem 2rem;
  color: white;
  border-radius: 2rem;
  -webkit-backdrop-filter: blur(0.3rem);
          backdrop-filter: blur(0.3rem);
  min-height: 20rem;
}
.c-toc__mobile-current {
  display: none;
}
.c-toc__heading {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.c-toc__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0.8rem;
  gap: 0.8rem;
}
.c-toc__item {
  padding-left: 2.1rem;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.6;
  font-size: 1.4rem;
}
.c-toc__item::before {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-toc__item.is-current {
  opacity: 1;
}
.c-toc__item.is-current::before {
  opacity: 1;
}
.c-toggle-plus {
  width: 1.6rem;
  aspect-ratio: 1/1;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-toggle-plus::before, .c-toggle-plus::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-toggle-plus::before {
  background-color: var(--accent-color);
}
.c-toggle-plus::after {
  background-color: var(--main-color);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.c-toggle-plus.is-active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-training-category {
  background-color: #eaf0fc;
  padding: 1rem;
  padding-bottom: 5rem;
  border-radius: 0.8rem;
}
.c-training-category .c-headset-with-image {
  margin-bottom: 5rem;
  padding-bottom: 7rem;
}
.c-training-category__inner {
  padding-inline: 4rem;
}
.c-training-category__inner > *:first-child {
  margin-top: 0 !important;
}
.c-training-category__inner > *:last-child {
  margin-bottom: 0 !important;
}
.c-training-category__heading {
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  font-size: 2.4rem;
  margin-block: 5rem 1.6rem;
}
.c-training-category__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}
.c-training-category__item {
  background-color: white;
  padding: 2rem 3rem;
}
.c-training-category__item-heading {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}
.c-training-modal {
  background-color: white;
  border-radius: 1rem;
  position: relative;
  overflow-y: scroll;
  max-height: calc(100vh - 20rem);
  scrollbar-width: none;
}
.c-training-modal__inner {
  padding: 8rem;
  padding-top: 3rem;
}
.c-training-modal p {
  font-size: 1.4rem;
}
.c-training-modal__headset {
  padding-bottom: 1rem;
  position: relative;
  margin-bottom: 3rem;
  color: var(--main-color);
}
.c-training-modal__headset::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#46a6cf), to(#366fea));
  background: linear-gradient(to right, #46a6cf, #366fea);
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-training-modal__head-entry {
  font-size: 1.8rem;
}
.c-training-modal__heading {
  font-size: 3.6rem;
}
.c-training-modal__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20rem 1fr;
  grid-template-columns: 20rem 1fr;
  grid-gap: 3rem;
  gap: 3rem;
  margin-top: 3rem;
}
.c-training-modal__image-contents-wrapper {
  color: var(--main-color);
  line-height: 1.3;
}
.c-training-modal__image {
  margin-bottom: 1rem;
}
.c-training-modal__image img {
  border-radius: 1rem;
}
.c-training-modal__position {
  font-size: 1.4rem;
}
.c-training-modal__entry {
  font-size: 1.2rem;
}
.c-training-modal__initial {
  font-size: 2.6rem;
  font-family: vvar(--en);
}
.c-training-modal__detail-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1.6rem;
  gap: 1.6rem;
}
.c-training-modal__item {
  background-color: #edf6fd;
  padding: 1rem 3rem 2rem;
}
.c-training-modal__item .c-gradient-text {
  line-height: 1;
  margin-bottom: 1rem;
}
.c-training-modal__item .c-gradient-text__text {
  font-size: 1.6rem;
}
.c-training-modal__item-copy {
  font-size: 2.4rem;
  color: var(--main-color);
  text-decoration: underline;
  margin-bottom: 1rem;
}
.c-training-modal__close-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  text-align: right;
}
.c-training-modal__close {
  width: 5.6rem;
  height: 5.3rem;
  background-color: var(--main-color);
  border-radius: 0 0 0 1rem/0 0 0 1rem;
  position: relative;
}
.c-training-modal__close::before, .c-training-modal__close::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-training-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-training-story {
  width: 25rem;
  height: 40rem;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  margin-left: -3.1rem;
  overflow: hidden;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 2rem 0.2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2rem 0.2rem rgba(0, 0, 0, 0.2);
  background-color: #edf6fd;
  cursor: pointer;
  position: relative;
}
.c-training-story:first-of-type {
  margin-left: 0;
}
.c-training-story:first-of-type .c-training-story__inner {
  padding-left: 2.5rem;
}
.c-training-story:nth-child(1) {
  z-index: 4;
}
.c-training-story:nth-child(2) {
  z-index: 3;
}
.c-training-story:nth-child(3) {
  z-index: 2;
}
.c-training-story:nth-child(4) {
  z-index: 1;
}
.c-training-story__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.c-training-story__inner {
  padding: 2rem 2.5rem;
  padding-left: 5rem;
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-training-story__desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-training-story__entry {
  font-size: 1.8rem;
}
.c-training-story__heading {
  font-size: 2.5rem;
  text-decoration: underline;
}
.c-training-story__plus {
  --rotate: rotate(0deg);
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 5.6rem;
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 0.7rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-training-story__plus::before, .c-training-story__plus::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 2px;
  background-color: var(--accent-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) var(--rotate);
          transform: translate(-50%, -50%) var(--rotate);
}
.c-training-story__plus::after {
  background-color: var(--main-color);
  --rotate: rotate(90deg);
}
.c-training-story.is-current {
  width: 55rem;
}
.c-training-story.is-current .c-training-story__inner {
  color: white;
}
.c-training-story.is-current .c-training-story__bg {
  opacity: 1;
}
.c-training-story.is-current .c-training-story__plus {
  opacity: 1;
}
.c-type-item {
  padding: 1.2rem;
  background-color: #edf6fd;
  border-radius: 1rem;
}
.c-type-item__heading {
  font-size: 2.4rem;
  color: var(--main-color);
  margin-block: 1.5rem 1rem;
}
.c-type-item p {
  font-size: 1.3rem;
}
.c-type-item .c-button-arrow {
  margin-top: 1.6rem;
  width: 100%;
}
.c-welfare-item {
  background: radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9));
  border-radius: 0.4rem;
  padding: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-welfare-item p {
  color: var(--font-color);
}
.c-welfare-item__icon {
  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: 8rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--main-color);
  position: relative;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.c-welfare-item__icon::before {
  content: "";
  display: block;
  width: 150%;
  aspect-ratio: 1/1;
  background: radial-gradient(transparent 50%, rgba(255, 255, 255, 0.7));
  position: absolute;
  top: 0;
  right: 0;
}
.c-welfare-item__icon img {
  width: 4rem;
}
.c-welfare-item__heading {
  text-align: center;
  font-size: 2rem;
  color: var(--main-color);
  margin-bottom: 0.5rem;
}
.c-work-card {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 2rem;
  height: calc((100vh - 46rem) / 3);
  background-color: #e8f3fc;
}
.c-work-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--accent-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.c-work-card:nth-of-type(n + 2) {
  margin-top: -2rem;
}
.c-work-card:nth-of-type(2n) {
  background-color: #d8e4ed;
}
.c-work-card .c-arrow-square {
  opacity: 0;
  display: none;
}
.c-work-card__bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-work-card__inner {
  padding: 2rem 8rem;
  position: relative;
  z-index: 2;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-work-card__inner p {
  display: none;
}
.c-work-card__headset {
  color: var(--main-color);
}
.c-work-card__sub {
  font-weight: normal;
  font-size: 2rem;
  font-family: var(--en);
}
.c-work-card__main {
  font-size: 2.4rem;
}
.c-work-card__page-list {
  display: none;
}
.c-work-card a.c-over-link {
  pointer-events: none;
}
.c-work-card.is-current {
  height: 46rem;
}
.c-work-card.is-current::before {
  opacity: 0;
}
.c-work-card.is-current .c-arrow-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 8rem;
  right: 6rem;
  width: 7.5rem;
  border: solid 1px white;
  opacity: 1;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.c-work-card.is-current .c-arrow-square img {
  width: 3.2rem;
}
.c-work-card.is-current .c-over-link {
  pointer-events: auto;
}
.c-work-card.is-current .c-work-card__bg {
  opacity: 1;
}
.c-work-card.is-current .c-work-card__inner {
  padding: 10rem 8rem 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-work-card.is-current .c-work-card__inner p {
  color: white;
  font-size: 1.4rem;
  display: block;
}
.c-work-card.is-current .c-work-card__headset {
  color: white;
  margin-bottom: 3rem;
}
.c-work-card.is-current .c-work-card__sub {
  font-size: 2.6rem;
  line-height: 1.3;
}
.c-work-card.is-current .c-work-card__main {
  font-size: 5.2rem;
  font-weight: normal;
}
.c-work-card.is-current .c-work-card__page-list {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.4rem;
  gap: 0.4rem;
  width: 72.8rem;
  position: relative;
  z-index: 20;
}
.c-work-mobile-card__head-wrapper {
  width: 100%;
  aspect-ratio: 360/186;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1.2rem;
}
.c-work-mobile-card__head-wrapper .c-arrow-square {
  position: absolute;
  bottom: 1.9rem;
  right: 1.7rem;
  width: 4rem;
}
.c-work-mobile-card__head-wrapper .c-arrow-square img {
  width: 2.4rem;
}
.c-work-mobile-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-work-mobile-card__headset {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: white;
  padding: 2.4rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.c-work-mobile-card__sub {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: var(--en);
}
.c-work-mobile-card__main {
  font-size: 2.4rem;
  font-weight: normal;
}
.c-work-mobile-card__inner {
  padding-inline: 0.8rem;
}
.c-work-mobile-card__inner p {
  font-size: 1.4rem;
  color: var(--main-color);
}
.c-work-mobile-card__page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 2rem;
  margin-top: 1.5rem;
}
.p-404__contents {
  text-align: center;
  padding-bottom: 0;
}
.p-404__heading {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.p-404 p {
  font-size: 1.5rem;
}
.p-404__button-wrapper {
  margin-top: 3rem;
}
.p-404__button-wrapper .c-button-arrow {
  margin-inline: auto;
  width: 14rem;
  padding: 0;
}
.p-archive-interview .l-content {
  padding-bottom: 4rem;
}
.p-archive-interview .l-content:has(.c-pagination) {
  padding-bottom: 0;
}
.p-archive-interview__contents-wrapper {
  padding-bottom: 18rem;
}
.p-archive-interview__search-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 6rem;
  padding-inline: 4rem 1.4rem;
  border-radius: 0.4rem 0.4rem 0 0/0.4rem 0.4rem 0 0;
}
.p-archive-interview__search-heading > .in-heading {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-archive-interview__search-heading > .in-toggle {
  position: relative;
  width: 3.2rem;
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 0.7rem;
}
.p-archive-interview__search-heading > .in-toggle::before, .p-archive-interview__search-heading > .in-toggle::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: var(--accent-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-archive-interview__search-heading > .in-toggle:not(.is-active)::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-archive-interview__search-detail {
  border: solid 1px var(--main-color);
  border-top: none;
  border-radius: 0 0 0.4rem 0.4rem/0 0 0.4rem 0.4rem;
  background-color: white;
}
.p-archive-interview__search-inner {
  padding: 2rem 4rem 2.5rem;
}
.p-archive-interview__search-list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10.2rem 1fr;
  grid-template-columns: 10.2rem 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  padding-block: 1.4rem;
  border-bottom: solid 1px rgba(0, 55, 140, 0.3019607843);
}
.p-archive-interview__search-list-item:first-of-type {
  padding-top: 0;
}
.p-archive-interview__search-list-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.p-archive-interview__search-list-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
}
.p-archive-interview__search-list-heading > .in-icon {
  width: 2.4rem;
}
.p-archive-interview__search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 2rem;
}
.p-archive-interview__search-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  padding-left: 2.1rem;
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  color: var(--main-color);
}
.p-archive-interview__search-label input {
  display: none;
}
.p-archive-interview__search-label::before, .p-archive-interview__search-label::after {
  content: "";
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-archive-interview__search-label::before {
  border: solid 1px var(--main-color);
  border-radius: 0.2rem;
}
.p-archive-interview__search-label::after {
  background-image: url(../images/interview/ic-check.png);
  background-size: 0.8rem;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.p-archive-interview__search-label:has(input:checked)::after {
  opacity: 1;
}
.p-archive-interview__button-wrapper {
  position: relative;
  margin-top: 2rem;
}
.p-archive-interview__clear-button {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--accent-color);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-archive-interview__submit {
  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: 26rem;
  height: 4.6rem;
  border-radius: 0.4rem;
  background-color: var(--accent-color);
  color: white;
  font-size: 1.4rem;
  margin-inline: auto;
  border: solid 1px var(--accent-color);
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.p-archive-interview__search-result-text {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500%;
}
.p-archive-interview__404 {
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 1.4rem;
  margin-top: 4rem;
}
.p-archive-interview__post-list {
  margin-block: 4rem 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5rem 3.5rem;
  gap: 5rem 3.5rem;
}
.p-archive-news .c-header__title-wrapper {
  position: absolute;
}
.p-archive-news .c-page-hero {
  position: relative;
  top: auto;
}
.p-archive-news__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  padding-bottom: 0;
}
.p-archive-news main {
  padding-bottom: 26rem;
}
.p-archive__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}
.p-business .c-heading-with-en {
  margin-top: 6rem;
}
.p-business .c-page-content {
  z-index: 2;
  padding-top: 10rem;
}
.p-business .c-page-content .l-content {
  width: 120rem;
}
.p-business .c-page-content:last-of-type .l-content {
  padding-bottom: 2rem;
}
.p-business__sservice {
  padding-block: 12rem 10rem;
}
.p-business__service-desc {
  width: 81.5rem;
}
.p-business__service-anchor-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.2rem;
  gap: 1.2rem;
  width: 100%;
  margin-top: 4rem;
}
.p-business__service-anchor-list .c-link-card__angle {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.p-business__parallax-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  margin-top: -2rem;
  color: white;
  overflow: hidden;
}
.p-business__parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business__parallax-bg-text {
  font-size: 16.8rem;
  color: white;
  opacity: 0.1;
  font-family: var(--en);
  position: absolute;
  top: calc(50% + 2rem);
  left: 5rem;
  line-height: 0.8;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-business__parallax-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 56rem;
  grid-template-columns: 1fr 56rem;
  grid-gap: 2rem;
  gap: 2rem;
  width: 120rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
  padding-block: 12rem;
  position: relative;
}
.p-business__parallax-heading {
  font-size: 4.2rem;
}
.p-business__parallax-sub {
  font-size: 1.8rem;
}
.p-business__desc-para {
  width: 80rem;
  max-width: 100%;
}
.p-business__desc-para p {
  font-size: 1.8rem;
  line-height: 1.8;
  color: var(--main-color);
}
.p-business__product-list {
  gap: 3.2rem 2.6rem;
}
.p-business__product-list .c-image-list__item-text p {
  font-size: 1.4rem;
}
.p-business__product-item-heading {
  color: var(--main-color);
  font-size: 1.8rem;
  margin-block: 1rem 0.5rem;
}
.p-business__system-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.p-business__system-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-business__system-item-heading {
  border-radius: 0.4rem 0.4rem 0 0/0.4rem 0.4rem 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#00378c), to(#4072c0));
  background: linear-gradient(90deg, #00378c, #4072c0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 4rem;
  color: white;
  font-size: 1.8rem;
  letter-spacing: 0.5em;
}
.p-business__system-item-inner-swiper {
  border: solid 1px #00378c;
  border-top: none;
  border-radius: 0 0 0.4rem 0.4rem/0 0 0.4rem 0.4rem;
}
.p-business__system-item-inner-swiper .p-business__system-item-inner {
  border: none;
}
.p-business__system-item-inner {
  padding: 2.2rem 2rem 2rem;
  border: solid 1px #00378c;
  border-top: none;
  border-radius: 0 0 0.4rem 0.4rem/0 0 0.4rem 0.4rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-business__system-item-inner > .in-heading {
  text-align: center;
  color: #00378c;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
.p-business__system-item-inner > .in-image {
  overflow: hidden;
  border-radius: 0.4rem;
  margin-bottom: 1rem;
}
.p-business__system-item-inner-swiper {
  width: 100%;
  position: relative;
  padding-bottom: 7rem;
}
.p-business__system-item-swiper-controller {
  position: absolute;
  bottom: 0;
  left: 0;
  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;
  gap: 1.3rem;
  height: 7rem;
}
.p-business__system-item-swiper-controller > .in-arrow img {
  width: 0.9rem;
}
.p-business__system-item-swiper-controller > .in-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-business__system-item-swiper-controller > .in-pagination {
  width: auto;
  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;
  --swiper-pagination-color: #00378c;
  --swiper-pagination-bullet-inactive-color: #acb2c2;
}
.p-business__system-item-swiper-controller > .in-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
}
.p-career-path .c-page-hero p {
  max-width: 100%;
  width: 75rem;
}
.p-career-path .c-page-content .c-page-content {
  margin-block: 4rem;
}
.p-career-path .c-page-content + .c-page-content {
  padding-block: 6rem;
}
.p-career-path .c-page-content .l-content {
  width: 120rem;
}
.p-career-path__desc-wrapper {
  text-align: center;
}
.p-career-path__flow-wrapper {
  margin-top: 4rem;
}
.p-career-path__flow-inner-wrapper {
  background-color: white;
  padding: 4rem 4.8rem;
  border-radius: 0.8rem;
}
.p-career-path__flow-note {
  padding-top: 0.5rem;
  font-size: 1.2rem;
  text-align: right;
}
.p-career-path__flow-list {
  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;
  gap: 0.9rem;
}
.p-career-path__flow-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem 1fr;
  grid-template-columns: 8rem 1fr;
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
.p-career-path__flow-item:first-of-type {
  --item-color: #eef3fc;
}
.p-career-path__flow-item:nth-of-type(2) {
  --item-color: #e6edfa;
}
.p-career-path__flow-item:nth-of-type(3) {
  --item-color: #dbebf7;
}
.p-career-path__flow-item:nth-of-type(4) {
  --item-color: #d5eaf3;
}
.p-career-path__flow-item--1fr {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}
.p-career-path__flow-heading {
  background: linear-gradient(to bottom, var(--item-color) calc(100% - 3rem), transparent calc(100% - 3rem));
  font-weight: 500;
  border-radius: 1rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  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-size: 1.8rem;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
  color: var(--main-color);
}
.p-career-path__flow-heading > .in-num {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-align: center;
  -webkit-transform: translateX(0.2rem);
          transform: translateX(0.2rem);
  margin-bottom: 0.2rem;
}
.p-career-path__flow-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 4.2rem;
  background-color: var(--item-color);
  -webkit-mask-image: url(../images/career-path/flow-item-mask.png);
          mask-image: url(../images/career-path/flow-item-mask.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-career-path__flow-heading--no-angle {
  background: var(--item-color);
}
.p-career-path__flow-heading--no-angle::after {
  display: none;
}
.p-career-path__direction {
  color: var(--font-color);
  padding: 0;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}
.p-career-path__direction-tab-list {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  width: 26rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.4rem;
}
.p-career-path__direction-tab {
  display: block;
  padding-block: 1.3rem;
  padding-left: 5.1rem;
  position: relative;
  width: 100%;
  color: white;
  -webkit-transition: color 0.3s, padding 0.3s;
  transition: color 0.3s, padding 0.3s;
  text-align: left;
  font-size: 1.4rem;
}
.p-career-path__direction-tab::before {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 3rem;
}
.p-career-path__direction-tab:last-of-type {
  border-bottom: none;
}
.p-career-path__direction-tab.is-current {
  background-color: #edf6fd;
  color: var(--main-color);
}
.p-career-path__direction-tab.is-current::before {
  background: linear-gradient(330deg, #4072c0, #00378c);
}
.p-career-path__direction-contents-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #edf6fd;
  padding: 4rem 7rem;
}
.p-career-path__direction-content > *:first-child {
  margin-top: 0 !important;
}
.p-career-path__direction-content > *:last-child {
  margin-bottom: 0 !important;
}
.p-career-path__direction-content .c-heading-ub {
  margin-top: 4rem;
  color: var(--main-color);
  border-bottom-color: var(--main-color);
}
.p-career-path__direction-content .c-image-list {
  margin-top: 2.4rem;
  gap: 4rem 2.2rem;
}
.p-career-path__skill-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.p-career-path__skill-list--flex {
  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;
}
.p-career-path__skill-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;
  font-size: 1.3rem;
}
.p-career-path__skill-item > .in-icon {
  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: 8rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: white;
  margin-bottom: 1.6rem;
}
.p-career-path__skill-item > .in-icon img {
  width: 4rem;
}
.p-career-path__skill-item > .in-heading {
  color: var(--main-color);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 3rem;
}
.p-career-path__skill-item > .in-heading--long {
  font-size: 1.65rem;
}
.p-career-path__skill-item > .in-heading--small {
  font-size: 1.65rem;
}
.p-career-path__skill-item p {
  font-size: 1.3rem;
}
.p-career-path__skill-charm-wrapper {
  padding: 2.5rem 4rem 4rem;
  margin-block: 4rem;
  border-radius: 0.4rem;
}
.p-career-path__skill-charm-wrapper > *:first-child {
  margin-top: 0;
}
.p-career-path__skill-charm-wrapper .c-heading-ub {
  color: white;
  border-bottom-color: white;
}
.p-career-path__skill-charm-list {
  padding: 3rem;
}
.p-career-path__skill-charm-list::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.p-career-path__skill-charm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26.4rem 1fr;
  grid-template-columns: 26.4rem 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  counter-increment: skillCharmCount;
  padding-block: 2.4rem;
  border-bottom: solid 1px white;
}
.p-career-path__skill-charm > .in-heading {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  padding-left: 4.4rem;
  font-size: 2rem;
}
.p-career-path__skill-charm > .in-heading::before {
  content: counter(skillCharmCount, decimal-leading-zero);
  font-family: var(--en);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-career-path__skill-charm:first-of-type {
  padding-top: 0;
}
.p-career-path__skill-charm:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.p-career-path__interview {
  background-color: white;
  border-radius: 1rem;
  padding: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20.3rem 1fr;
  grid-template-columns: 20.3rem 1fr;
  grid-gap: 3rem;
  gap: 3rem;
}
.p-career-path__interview-image {
  overflow: hidden;
  border-radius: 0.4rem;
}
.p-career-path__interview-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main-color);
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.p-career-path__interview-head--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-career-path__interview-department {
  padding: 0.2rem 1rem;
  background-color: var(--main-color);
  border-radius: 0.2rem;
  color: white;
  font-size: 1.3rem;
  margin-right: 1.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-career-path__interview-initial {
  font-size: 2rem;
  margin-right: 0.5rem;
}
.p-career-path__interview-date {
  font-size: 1.4rem;
}
.p-career-path__interview-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  font-size: 1.3rem;
}
.p-career-path__interview-heading {
  font-size: 2.4rem;
  margin-bottom: 0.2rem;
}
.p-career-path__rotation-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}
.p-career-path__rotation-item {
  background-color: #eaf0fc;
  border-radius: 0.4rem;
  padding: 2.5rem 3rem;
}
.p-career-path__rotation-item .c-gradient-text {
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
.p-career-path__rotation-item > .in-heading {
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px white;
  margin-block: 3rem 1rem;
}
.p-career-path__rotation-item > .in-heading:first-of-type {
  margin-top: 0;
}
.p-career-path__rotation-item--row3 {
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
.p-career-path__flow-example-wrapper {
  padding: 4rem;
  border-radius: 1rem;
}
.p-career-path__flow-example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.p-career-path__support-wrapper {
  padding-bottom: 2rem;
  background-color: white;
  position: relative;
}
.p-career-path__support-wrapper .c-page-content {
  padding-block: 7rem 5rem;
}
.p-career-path__support-wrapper .l-content {
  padding-bottom: 0;
}
.p-career-path__support-list-wrapper {
  padding: 5rem 7rem;
}
.p-career-path__support-list-wrapper::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.p-career-path__support-list-wrapper .c-image-list {
  position: relative;
  margin: 0;
}
.p-career-path__support-button-wrapper {
  margin-top: 4rem;
}
.p-career-path__support-button-wrapper .c-button-arrow {
  margin-left: auto;
}
.p-career .l-toc-content {
  padding-bottom: 34rem;
}
.p-career__message-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49rem 1fr;
  grid-template-columns: 49rem 1fr;
  grid-gap: 4rem;
  gap: 4rem;
}
.p-career__message-image-wrapper img {
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-career__message-name {
  text-align: right;
  color: var(--main-color);
}
.p-career__message-name > .in-position {
  font-size: 1.4rem;
}
.p-career__message-name > .in-name {
  font-size: 2.2rem;
  margin-left: 0.5rem;
}
.p-career__message-name > .in-name .in-position {
  font-size: 1.6rem;
}
.p-career__type-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.6rem;
  gap: 1.6rem;
}
.p-career__entry-contents-wrapper {
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}
.p-career__entry-empty {
  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-size: 1.6rem;
  width: 100%;
  height: 9rem;
}
.p-career__flow-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1.6rem;
  gap: 1.6rem;
}
.p-career__flow-list .c-flow-item {
  -ms-grid-columns: 11rem 9rem 1fr;
  grid-template-columns: 11rem 9rem 1fr;
}
.p-career__flow-list .c-entry-item {
  width: 22rem;
}
.p-chemical main:has(.c-page-bg--fixed img) .c-page-hero__content-wrapper {
  margin-bottom: 0;
}
.p-chemical .c-page-content.c-color-gradient {
  z-index: 2;
}
.p-chemical .c-page-content .l-content {
  width: 120rem;
}
.p-chemical .c-page-content .c-page-content {
  margin-block: 4rem;
}
.p-chemical__labels {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.p-chemical__labels p {
  margin: 0;
  background: #1E53A5;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
}
.p-chemical__labels span {
  padding-top: 0.3rem;
  color: var(--main-color);
}
.p-chemical__contents-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5rem, transparent), color-stop(5rem, white));
  background: linear-gradient(to bottom, transparent 5rem, white 5rem);
  position: relative;
}
.p-chemical__works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  margin-block: 4rem;
}
.p-chemical__works-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8rem;
  counter-increment: worksCount;
}
.p-chemical__works-item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-chemical__works-item-image-wrapper {
  overflow: hidden;
  border-radius: 1rem;
  width: 49rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.p-chemical__works-item-desc-wrapper {
  width: 50rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
}
.p-chemical__works-item-desc-wrapper::before {
  content: counter(worksCount, decimal-leading-zero);
  font-size: 9.8rem;
  opacity: 0.2;
  font-family: var(--en);
  position: absolute;
  bottom: calc(100% - 4rem);
  right: -3.5rem;
  line-height: 1;
}
.p-chemical__works-item-desc-wrapper p {
  font-size: 1.6rem;
}
.p-chemical__works-item-heading {
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
}
.p-chemical__value-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1.2rem;
  gap: 1.2rem;
  margin-block: 4rem;
}
.p-chemical__value-item {
  padding: 3rem 4rem;
  background-color: #edf6fd;
  border-radius: 1rem;
  counter-increment: valueItemCount;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem 1fr;
  grid-template-columns: 5rem 1fr;
  grid-gap: 3rem;
  gap: 3rem;
}
.p-chemical__value-item::before {
  content: counter(valueItemCount, decimal-leading-zero);
  font-size: 3.6rem;
  font-family: var(--monte);
  color: var(--main-color);
  margin-top: -1rem;
  display: block;
}
.p-chemical__value-item .c-gradient-text {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.p-chemical__value-item-image-wrapper {
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-chemical__value-item-desc-wrapper {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-chemical__people-wrapper {
  background-color: #eaf0fc;
  padding-top: 10rem;
}
.p-chemical__people-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.p-chemical__people-item {
  background-color: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.95rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.4rem 0.4rem 0.95rem 0 rgba(0, 0, 0, 0.15);
  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;
  padding: 2.4rem 3rem;
}
.p-chemical__people-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-chemical__people-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 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;
}
.p-chemical__people-item-icon img {
  width: 2.1rem;
  height: auto;
}
.p-chemical__people-item-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--main-color);
}
.p-chemical__people-item-text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
}
.p-chemical__message {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49rem 1fr;
  grid-template-columns: 49rem 1fr;
  grid-gap: 6rem;
  gap: 6rem;
}
.p-chemical__message-image-wrapper {
  overflow: hidden;
  border-radius: 0.9rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-chemical__message-desc-wrapper p {
  line-height: 1.8;
}
.p-chemical__message-overview {
  margin-top: 3rem;
  border: solid 1px var(--main-color);
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13rem 1fr;
  grid-template-columns: 13rem 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  color: var(--main-color);
}
.p-chemical__message-overview--1col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.p-chemical__message-name {
  font-size: 1.9rem;
}
.p-chemical__message-button-wrapper {
  margin-top: 4.6rem;
}
.p-chemical__message-button-wrapper .c-button-arrow {
  margin-left: auto;
}
.p-company__origin {
  margin-top: 4rem;
}
.p-company__origin-head img {
  margin-inline: auto;
  width: 43rem;
  margin-bottom: 2rem;
}
.p-company__origin-inner {
  border-radius: 0.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#366fea), to(#46a6cf));
  background: linear-gradient(to right, #366fea, #46a6cf);
  padding: 3.5rem 6rem;
  color: white;
}
.p-company__origin-content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.6rem 1fr;
  grid-template-columns: 1fr 2.6rem 1fr;
  grid-gap: 1.6rem;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
.p-company__origin-content {
  padding: 2.6rem;
  position: relative;
  text-align: center;
}
.p-company__origin-content::before {
  -webkit-transform: translate(-50%, -50%) rotate(170deg);
          transform: translate(-50%, -50%) rotate(170deg);
}
.p-company__origin-content > .in-image {
  margin-inline: auto;
  margin-bottom: 2rem;
}
.p-company__origin-content > .in-arc {
  width: 9.1rem;
}
.p-company__origin-content > .in-chemicals {
  width: 22rem;
}
.p-company__origin-content p {
  font-size: 2rem;
}
.p-company__origin-plus {
  display: block;
  width: 2.6rem;
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  aspect-ratio: 1/1;
}
.p-company__origin-plus::before, .p-company__origin-plus::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-company__origin-plus::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-company__origin-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-company__origin-desc {
  text-align: center;
}
.p-company__location-button .c-button {
  margin-inline: auto;
}
.p-company__strengths-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  gap: 3rem;
  margin-block: 4rem;
}
.p-company__strengths-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25.6rem 1fr;
  grid-template-columns: 25.6rem 1fr;
  grid-gap: 2.4rem;
  gap: 2.4rem;
  counter-increment: strengtsCount;
}
.p-company__strengths-image {
  overflow: hidden;
  border-radius: 0.4rem;
}
.p-company__strengths-desc-wrapper {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-company__strengths-desc-wrapper p {
  line-height: 1.6;
}
.p-company__strengths-heading {
  font-size: 2rem;
  color: var(--main-color);
  margin-bottom: 0.5rem;
  padding-left: 2em;
  position: relative;
}
.p-company__strengths-heading::before {
  content: counter(strengtsCount, decimal-leading-zero);
  color: var(--accent-color);
  font-family: var(--en);
  margin-right: 0.4rem;
  position: absolute;
  left: 0;
}
.p-company__contribution-desc {
  color: #8d8d8d;
}
.p-company__contribution-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  gap: 3rem;
  margin-block: 4rem;
}
.p-company__contribution-heading {
  color: var(--accent-color);
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.p-company__contribution-content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.8rem;
  gap: 2.8rem;
  padding: 3rem 2.7rem;
  background-color: #ebf9fb;
  border-radius: 0.5rem;
}
.p-company__contribution-content > .in-heading {
  font-size: 1.6rem;
  color: var(--main-color);
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #c5d0e9;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
.p-company__contribution-content p {
  color: var(--main-color);
}
.p-company__annotation {
  font-size: 1rem;
  text-align: right;
}
.p-company .c-image-list + .p-company__annotation {
  margin-top: -3rem;
}
.p-crosstalk .c-page-content .l-content {
  width: 120rem;
}
.p-crosstalk main:has(.c-page-bg--fixed img) .c-page-hero {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 6rem;
}
.p-crosstalk__theme-label {
  display: inline-block;
  padding: 0.2rem 1rem;
  background-color: var(--main-color);
  font-size: 1.6rem;
}
.p-crosstalk__theme-heading {
  font-size: 4.2rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.p-crosstalk__service {
  padding-top: 7rem;
}
.p-crosstalk__overview {
  padding-block: 9rem;
}
.p-crosstalk__overview .l-content:last-of-type {
  padding-bottom: 0;
}
.p-crosstalk__main-contents-wrapper {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10rem, transparent), color-stop(10rem, #edf6fd));
  background: linear-gradient(to bottom, transparent 10rem, #edf6fd 10rem);
  z-index: 1;
}
.p-crosstalk__member-progressbar {
  top: auto !important;
  bottom: 0;
  overflow: hidden;
  border-radius: 1rem;
  --swiper-pagination-color: white;
  --swiper-pagination-progressbar-bg-color: rgba(255, 255, 255, 0.4);
}
.p-crosstalk__talk-section-wrapper {
  color: var(--font-color);
  margin-top: 6rem;
  padding: 5rem 8rem;
}
.p-crosstalk__talk-section-wrapper > *:first-child {
  margin-top: 0 !important;
}
.p-crosstalk__talk-section-wrapper > *:last-child {
  margin-bottom: 0 !important;
}
.p-crosstalk__talk-section-wrapper .c-heading-talk {
  margin-block: 6rem 2.4rem;
}
.p-crosstalk__talk-section-wrapper .c-heading-talk--mt-sm {
  margin-top: 3rem;
}
.p-crosstalk__talk-section-wrapper .c-heading-with-en::after {
  background: linear-gradient(to right, var(--accent-color), var(--main-color));
}
.p-crosstalk__talk-section-wrapper .c-heading,
.p-crosstalk__talk-section-wrapper .c-heading-en {
  color: var(--main-color);
}
.p-crosstalk__talk-section-wrapper > :where(img) {
  border-radius: 0.5rem;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
.p-crosstalk__page-link-wrapper {
  padding-block: 8rem 21rem;
}
.p-crosstalk__page-link {
  margin-inline: auto;
  background-color: var(--main-color);
  width: 104rem;
  border-radius: 0.8rem;
  position: relative;
  color: white;
  padding: 3rem 5.8rem 3rem 8rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-crosstalk__page-link-label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.3rem;
  padding: 0.5rem 0.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2.8rem;
  background-color: var(--main-color);
}
.p-crosstalk__page-link-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40rem 1fr;
  grid-template-columns: 40rem 1fr;
  grid-gap: 4rem;
  gap: 4rem;
}
.p-crosstalk__page-link-desc-wrapper {
  position: relative;
  padding-right: 6rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-crosstalk__page-link-desc-wrapper .c-arrow-square {
  position: absolute;
  right: 0;
  width: 5.4rem;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-crosstalk__page-link-desc-wrapper p {
  font-size: 1.4rem;
}
.p-crosstalk__page-link-heading {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
.p-crosstalk__page-link-image img {
  border-radius: 0.9rem;
}
.p-crosstalk .c-interview-talk {
  padding-bottom: 20rem;
}
.p-data .c-page-content .l-content:last-of-type {
  padding-bottom: 0;
}
.p-data__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.8rem;
  gap: 0.8rem;
  max-width: 100%;
  overflow: hidden;
}
.p-data__list--col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.p-data__col2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.p-data__col2-item {
  max-width: calc(50% - 0.4rem);
}
.p-entry-confirm .c-page-content > .l-content {
  padding-bottom: 2rem;
}
.p-entry-confirm__desc {
  text-align: center;
}
.p-entry-confirm__step-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8rem;
  gap: 8rem;
  width: 32rem;
  margin-inline: auto;
  margin-block: 4rem 2rem;
  position: relative;
}
.p-entry-confirm__step-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  top: 2.5rem;
  left: 0;
  position: absolute;
}
.p-entry-confirm .c-form-item--col {
  -ms-grid-columns: 24rem 1fr;
  grid-template-columns: 24rem 1fr;
}
.p-entry-confirm .c-form-item--half {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24rem 1fr;
  grid-template-columns: 24rem 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}
.p-entry-confirm .c-form-item--half .c-form-item__title {
  margin-bottom: 0;
}
.p-entry-confirm .cf7msm-ro {
  white-space: inherit;
}
.p-entry-confirm__main-contents-wrapper {
  background-color: #edf6fd;
  border-radius: 0.4rem;
  padding: 6rem 7rem;
}
.p-entry-thanks .c-page-content > .l-content {
  padding-bottom: 2rem;
}
.p-entry-thanks__desc {
  text-align: center;
}
.p-entry-thanks__step-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8rem;
  gap: 8rem;
  width: 32rem;
  margin-inline: auto;
  margin-block: 4rem 2rem;
  position: relative;
}
.p-entry-thanks__step-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  top: 2.5rem;
  left: 0;
  position: absolute;
}
.p-entry-thanks__heading {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 5rem;
}
.p-entry-thanks__address {
  background-color: #eaf0fc;
  width: 47rem;
  padding: 2rem 3rem;
  margin-inline: auto;
  margin-top: 3rem;
  font-size: 1.4rem;
  text-align: center;
}
.p-entry-thanks__address-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.p-entry-thanks__address-item {
  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-entry-thanks__address-item > dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-entry-thanks__address-item > dd {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.p-entry .c-page-content > .l-content {
  padding-bottom: 2rem;
}
.p-entry__desc {
  text-align: center;
}
.p-entry__step-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8rem;
  gap: 8rem;
  width: 32rem;
  margin-inline: auto;
  margin-block: 4rem 2rem;
  position: relative;
}
.p-entry__step-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  top: 2.5rem;
  left: 0;
  position: absolute;
}
.p-entry__main-contents-wrapper {
  background-color: #edf6fd;
  border-radius: 0.4rem;
  padding: 6rem 7rem;
}
.p-entry__questionnaire {
  margin-block: 3rem;
  border-block: solid 1px #c5d0e9;
  padding-block: 3rem;
}
.p-entry__policy-heading {
  font-size: 1.6rem;
  color: var(--main-color);
  margin-bottom: 0.5rem;
}
.p-entry__policy-container {
  border: solid 1px var(--main-color);
  padding: 1.1rem 1.6rem;
  border-radius: 0.4rem;
  background-color: white;
  max-height: 15rem;
  overflow-y: scroll;
}
.p-entry__policy-container ul {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.p-entry__acceptance {
  margin-top: 3rem;
}
.p-entry__acceptance .wpcf7-list-item {
  margin: 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;
}
.p-entry__acceptance .wpcf7-list-item label {
  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: 1rem;
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
}
.p-entry__acceptance .wpcf7-list-item label::before {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  border: solid 1px #acb2c2;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 0.2rem;
}
.p-entry__acceptance .wpcf7-list-item label::after {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius: 0.2rem;
  background-image: url(../images/common/ic-check.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
.p-entry__acceptance .wpcf7-list-item label input {
  display: none;
}
.p-entry__acceptance .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.p-entry__button-wrapper {
  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: 2rem;
  position: relative;
  margin-top: 3rem;
}
.p-entry__button-wrapper .wpcf7-spinner {
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.p-entry__back-button {
  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: 32rem;
  height: 6rem;
  border-radius: 0.4rem;
  color: white;
  font-size: 1.5rem;
  background-color: white;
  border: solid 1px var(--accent-color);
  color: var(--accent-color);
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.p-entry__back-button:disabled {
  opacity: 0.5;
}
.p-entry__submit-button {
  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: 32rem;
  height: 6rem;
  border-radius: 0.4rem;
  color: white;
  font-size: 1.5rem;
  background-color: var(--accent-color);
  border: solid 1px var(--accent-color);
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.p-entry__submit-button:disabled {
  opacity: 0.5;
}
.p-general main:has(.c-page-bg--fixed img) .c-page-hero__content-wrapper {
  margin-bottom: 0;
}
.p-general .c-page-content.c-color-gradient {
  z-index: 2;
}
.p-general .c-page-content .l-content {
  width: 120rem;
}
.p-general .c-page-content .c-page-content {
  margin-block: 4rem;
}
.p-general__labels {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.p-general__labels p {
  margin: 0;
  background: #1E53A5;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
}
.p-general__labels span {
  padding-top: 0.3rem;
  color: var(--main-color);
}
.p-general__contents-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5rem, transparent), color-stop(5rem, white));
  background: linear-gradient(to bottom, transparent 5rem, white 5rem);
  position: relative;
}
.p-general__works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  margin-block: 4rem;
}
.p-general__works-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8rem;
  counter-increment: worksCount;
}
.p-general__works-item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-general__works-item-image-wrapper {
  overflow: hidden;
  border-radius: 1rem;
  width: 49rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.p-general__works-item-desc-wrapper {
  width: 50rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
}
.p-general__works-item-desc-wrapper::before {
  content: counter(worksCount, decimal-leading-zero);
  font-size: 9.8rem;
  opacity: 0.2;
  font-family: var(--en);
  position: absolute;
  bottom: calc(100% - 4rem);
  right: -3.5rem;
  line-height: 1;
}
.p-general__works-item-desc-wrapper p {
  font-size: 1.6rem;
}
.p-general__works-item-heading {
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
}
.p-general__value-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1.2rem;
  gap: 1.2rem;
  margin-block: 4rem;
}
.p-general__value-item {
  padding: 3rem 4rem;
  background-color: #edf6fd;
  border-radius: 1rem;
  counter-increment: valueItemCount;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem 1fr;
  grid-template-columns: 5rem 1fr;
  grid-gap: 3rem;
  gap: 3rem;
}
.p-general__value-item::before {
  content: counter(valueItemCount, decimal-leading-zero);
  font-size: 3.6rem;
  font-family: var(--monte);
  color: var(--main-color);
  margin-top: -1rem;
  display: block;
}
.p-general__value-item .c-gradient-text {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.p-general__value-item-image-wrapper {
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-general__value-item-desc-wrapper {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-general__people-wrapper {
  background-color: #eaf0fc;
  padding-top: 10rem;
}
.p-general__people-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.p-general__people-item {
  background-color: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.95rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.4rem 0.4rem 0.95rem 0 rgba(0, 0, 0, 0.15);
  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;
  padding: 2.4rem 3rem;
}
.p-general__people-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-general__people-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 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;
}
.p-general__people-item-icon img {
  width: 2.1rem;
  height: auto;
}
.p-general__people-item-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--main-color);
}
.p-general__people-item-text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
}
.p-general__message {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49rem 1fr;
  grid-template-columns: 49rem 1fr;
  grid-gap: 6rem;
  gap: 6rem;
}
.p-general__message-image-wrapper {
  overflow: hidden;
  border-radius: 0.9rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-general__message-desc-wrapper p {
  line-height: 1.8;
}
.p-general__message-overview {
  margin-top: 3rem;
  border: solid 1px var(--main-color);
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13rem 1fr;
  grid-template-columns: 13rem 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  color: var(--main-color);
}
.p-general__message-overview--1col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.p-general__message-name {
  font-size: 1.9rem;
}
.p-general__message-button-wrapper {
  margin-top: 4.6rem;
}
.p-general__message-button-wrapper .c-button-arrow {
  margin-left: auto;
}
.p-graduate .l-toc-content {
  padding-bottom: 34rem;
}
.p-graduate .l-toc-content .c-toc__item {
  font-size: 1.4rem;
}
.p-graduate__message-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49rem 1fr;
  grid-template-columns: 49rem 1fr;
  grid-gap: 4rem;
  gap: 4rem;
}
.p-graduate__message-image-wrapper img {
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-graduate__message-name {
  text-align: right;
  color: var(--main-color);
}
.p-graduate__message-name > .in-position {
  font-size: 1.4rem;
}
.p-graduate__message-name > .in-name {
  font-size: 2.2rem;
  margin-left: 0.5rem;
}
.p-graduate__message-name > .in-name .in-position {
  font-size: 1.6rem;
}
.p-graduate__mission-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0.8rem;
  gap: 0.8rem;
}
.p-graduate__mission-item {
  background-color: #edf6fd;
  border-radius: 0.4rem;
  padding: 1.6rem 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22.4rem 1fr;
  grid-template-columns: 22.4rem 1fr;
  grid-gap: 3rem;
  gap: 3rem;
}
.p-graduate__mission-title {
  font-size: 1.8rem;
  color: var(--main-color);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-graduate__mission-data {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.4rem;
}
.p-graduate__entry-contents-wrapper {
  padding: 3.8rem 1.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 17.2rem 1fr;
  grid-template-columns: 17.2rem 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  margin-top: 2rem;
  border-radius: 0.5rem;
}
.p-graduate__entry-image-wrapper {
  overflow: hidden;
}
.p-graduate__entry-image-wrapper img {
  border-radius: 0.5rem;
  width: 100%;
}
.p-graduate__entry-heading {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
}
.p-graduate__entry-list-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 17rem 1fr;
  grid-template-columns: 17rem 1fr;
  grid-gap: 0.6rem;
  gap: 0.6rem;
}
.p-graduate__mynavi-entry {
  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;
  background-color: white;
  height: 5.4rem;
  border-radius: 0.4rem;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-graduate__mynavi-entry > .in-mynavi-logo {
  width: 8.6rem;
}
.p-graduate__mynavi-entry > .in-blank {
  width: 1.2rem;
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
}
.p-graduate__entry-list-heading {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.5rem;
}
.p-graduate__entry-form-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.p-graduate__entry-item {
  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.4rem;
  border: solid 1px white;
  border-radius: 0.4rem;
  position: relative;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.p-graduate__entry-item > .in-text {
  font-size: 1.3rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-graduate__entry-item > svg {
  width: 1.2rem;
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
}
.p-graduate__entry-item > svg path,
.p-graduate__entry-item > svg rect {
  stroke: white;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.p-graduate__flow-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1.6rem;
  gap: 1.6rem;
}
.p-graduate__flow-entry-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 14rem 1fr;
  grid-template-columns: 14rem 1fr;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  width: 100%;
  margin-top: 1.5rem;
}
.p-graduate__flow-entry-wrapper .c-entry-item__logo {
  width: 7rem;
}
.p-graduate__flow-entry-heading {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.5rem;
}
.p-graduate__flow-entry-mynavi {
  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.4rem;
  border-radius: 0.4rem;
  position: relative;
  gap: 0.8rem;
  background-color: white;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-graduate__flow-entry-mynavi > .in-mynavi-logo {
  width: 7.1rem;
}
.p-graduate__flow-entry-mynavi > .in-blank {
  width: 1rem;
}
.p-graduate__flow-entry-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.p-graduate__flow-entry-item {
  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;
  gap: 0.6rem;
  height: 5.4rem;
  border: solid 1px white;
  border-radius: 0.4rem;
  position: relative;
  line-height: 1.2;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.p-graduate__flow-entry-item > .in-text {
  font-size: 1.1rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-graduate__flow-entry-item > svg {
  width: 1rem;
  position: absolute;
  bottom: 0.2rem;
  right: 0.4rem;
}
.p-graduate__flow-entry-item > svg path,
.p-graduate__flow-entry-item > svg rect {
  stroke: white;
  -webkit-transition: stroke;
  transition: stroke;
}
.p-graduate__schedule-list {
  margin-block: 2rem;
}
.p-internship {
  background: -webkit-gradient(linear, left top, right top, from(#00378c), to(#4072c0));
  background: linear-gradient(to right, #00378c, #4072c0);
}
.p-internship .c-header__title-wrapper {
  position: absolute;
}
.p-internship .c-page-hero {
  position: relative;
  top: auto;
}
.p-internship .c-page-content > .l-content {
  width: 120rem;
  padding-bottom: 5rem;
}
.p-internship__mv-slide .c-marquee__item {
  width: 51.8rem;
  margin-inline: 1.2rem;
  overflow: hidden;
  border-radius: 1rem;
}
.p-internship .c-table {
  margin-block: 2rem;
}
.p-internship__main-contents {
  background: transparent;
  color: white;
}
.p-internship__main-contents .c-heading-with-en::after {
  background: white;
}
.p-internship__main-contents .c-heading {
  color: white;
}
.p-internship__main-contents .c-heading-en {
  color: white;
}
.p-internship__statement-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 59rem;
  grid-template-columns: 1fr 59rem;
  grid-gap: 2rem;
  gap: 2rem;
}
.p-internship__statement-heading {
  line-height: 1.6;
}
.p-internship__statement-desc {
  font-size: 1.4rem;
}
.p-internship__statement-desc p {
  line-height: 2;
}
.p-internship__statement-desc > .in-copy {
  font-size: 1.8rem;
}
.p-internship__point-wrapper {
  padding: 4.6rem 7rem;
  margin-top: 2rem;
}
.p-internship__point-wrapper .c-image-list {
  position: relative;
  margin-block: 0;
}
.p-internship__program-wrapper {
  margin-top: 4rem;
  background-color: #EAF0FC;
}
.p-internship__program-list {
  margin-block: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 2.4rem;
  gap: 2.4rem;
}
.p-internship__entry-button-wrapper {
  margin-top: 5rem;
}
.p-internship__entry-button-wrapper .c-button-arrow {
  margin-inline: auto;
  width: 46rem;
  height: 10rem;
  padding-inline: 2.8rem;
  background-color: #0BBCCD;
}
.p-internship__entry-button-wrapper .c-button-arrow__text {
  font-size: 2rem;
  line-height: 1;
  color: white;
}
.p-internship__entry-button-wrapper .c-button-arrow__text > .in-small {
  font-size: 1.2rem;
}
.p-internship__entry-button-wrapper .c-arrow-square {
  background-color: white;
}
.p-internship__voice-swiper-wrapper {
  position: relative;
}
.p-internship_button-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.1rem;
  gap: 2.1rem;
  width: 8.8rem;
}
.p-internship__voice-swiper {
  width: calc(100% + 100vw - 120rem);
  margin-inline: calc(60rem - 50vw);
  padding-inline: calc(50vw - 60rem);
  max-width: 99vw;
}
.p-internship__voice-item {
  padding-block: 1rem;
  padding-inline: 0 2.3rem;
  width: 46rem;
}
.p-internship__voice-item-inner {
  padding: 3rem;
  background-color: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.2);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6.4rem 1fr;
  grid-template-columns: 6.4rem 1fr;
  grid-gap: 2.4rem;
  gap: 2.4rem;
}
.p-internship__voice-item-icon {
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #eaf0fc;
  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-internship__voice-item-icon img {
  width: 2.8rem;
}
.p-internship__voice-item-desc p {
  margin-bottom: 1rem;
}
.p-internship__voice-item-desc > .in-name {
  font-size: 1.8rem;
  color: var(--main-color);
}
.p-internship__voice-item-desc > .in-data {
  font-size: 1.2rem;
  color: var(--main-color);
}
.p-internship__voice-button-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.1rem;
  gap: 2.1rem;
  width: 8.8rem;
  position: absolute;
  right: 0;
  bottom: calc(100% + 3.1rem);
}
.p-internship__voice-button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-internship__voice-button.swiper-button-disabled {
  opacity: 0.3;
}
.p-internship__voice-button--next {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.p-internship__merit-wrapper {
  background-color: #eaf0fc;
  position: relative;
  z-index: 2;
  padding-top: 10rem;
}
.p-internship__merit-wrapper .c-image-list__item-image {
  border-radius: 1rem;
}
.p-internship__merit-wrapper .c-image-list__heading {
  margin-block: 1.5rem 1rem;
}
.p-internship__relation-wrapper {
  background-color: white;
  padding: 3rem;
  border-radius: 0.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 67rem;
  grid-template-columns: 1fr 67rem;
  margin-top: 8rem;
}
.p-internship__relation-heading {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.p-internship__schedule-wrapper {
  padding-top: 8rem;
}
.p-internship__schedule-table-wrapper {
  margin-block: 2rem;
}
.p-internship__schedule-annotation > .in-heading {
  font-size: 1.6rem;
  color: var(--main-color);
  margin-bottom: 0.5rem;
}
.p-internship__schedule-button-wrapper {
  margin-top: 4rem;
}
.p-internship__schedule-button-wrapper .c-button-arrow {
  margin-inline: auto;
  width: 46rem;
  height: 10rem;
  padding-inline: 2.8rem;
  background-color: #0BBCCD;
}
.p-internship__schedule-button-wrapper .c-button-arrow__text {
  font-size: 2rem;
  line-height: 1;
  color: white;
}
.p-internship__schedule-button-wrapper .c-button-arrow__text > .in-small {
  font-size: 1.2rem;
}
.p-internship__schedule-button-wrapper .c-arrow-square {
  background-color: white;
}
.p-interview .c-page-bg {
  background: var(--main-color);
}
.p-interview .c-page-bg::before {
  display: none;
}
.p-interview .c-page-hero:not(.not-class) {
  height: min(68rem, 100vh);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-interview__hero-inner {
  position: relative;
  width: 60rem;
  margin-inline: auto 10rem;
  padding-top: 8rem;
  color: white;
}
.p-interview__title {
  font-size: 3.6rem;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-interview__title::before {
  content: "";
  display: block;
  width: calc(100% + 10rem);
  height: 1px;
  background-color: white;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-interview__overview-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15rem 1fr;
  grid-template-columns: 15rem 1fr;
  grid-gap: 2rem;
  gap: 2rem;
}
.p-interview__initial {
  font-size: 3rem;
  font-family: var(--en);
}
.p-interview__department {
  font-size: 2rem;
}
.p-interview__entry {
  font-size: 1.4rem;
}
.p-interview__commitment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.5rem;
}
.p-interview__commitment-item {
  padding: 0.2rem 0.5rem;
  background-color: rgba(0, 55, 140, 0.5019607843);
  font-size: 1.2rem;
}
.p-interview__history-wrapper {
  margin-top: 2rem;
  padding: 2.5rem 8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem 1fr;
  grid-template-columns: 8rem 1fr;
  grid-gap: 3rem;
  gap: 3rem;
  border-radius: 1rem;
  background-color: #eaf0fc;
  margin-bottom: 5rem;
}
.p-interview__history-heading {
  font-size: 2.4rem;
  border-right: solid 1px #acb2c2;
}
.p-interview__history-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.p-interview__history-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6rem 1fr;
  grid-template-columns: 6rem 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  font-size: 1.5rem;
}
.p-interview__main-contents:not(.c-page-content--not-border-bg) {
  padding-bottom: 10rem;
  padding-top: 8rem;
}
.p-interview__content-wrapper {
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  color: var(--font-color);
  padding: 5rem 8rem;
}
.p-interview__content-wrapper::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 1rem;
  background-color: white;
  z-index: -1;
}
.p-interview__content-wrapper > *:first-child {
  margin-top: 0;
}
.p-interview__content-wrapper > *:last-child {
  margin-bottom: 0;
}
.p-interview__content-wrapper :where(h2) {
  padding: 0.8rem 1.5rem 0.5rem;
  border-radius: 0.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#46a6cf), to(#366fea));
  background: linear-gradient(to right, #46a6cf, #366fea);
  color: white;
  font-size: 2.4rem;
  margin-block: 1.5rem;
}
.p-interview__content-wrapper :where(h3) {
  font-size: 1.8rem;
  color: var(--main-color);
  padding: 0.5rem 1rem;
  border-bottom: solid 1px var(--main-color);
  margin-block: 1.5rem;
}
.p-interview__content-wrapper :where(h4) {
  font-size: 1.6rem;
  color: var(--main-color);
  margin-block: 1rem;
}
.p-interview__content-wrapper :where(figure, picture) {
  overflow: hidden;
  border-radius: 0.5rem;
  margin-block: 0.5rem;
}
.p-interview__content-wrapper :where(figure, picture) img {
  width: 100%;
}
.p-interview__content-wrapper :where(ul) li {
  padding-left: 0.7em;
  position: relative;
}
.p-interview__content-wrapper :where(ul) li::before {
  content: "・";
  position: absolute;
  top: 0.2rem;
  left: 0;
  color: #08bcce;
}
.p-interview__content-wrapper .wp-block-columns {
  gap: 4rem;
}
.p-interview__content-wrapper .wp-block-columns figure,
.p-interview__content-wrapper .wp-block-columns picture {
  margin-block: 0;
}
.p-interview__content-wrapper .wp-block-gallery:not(.not-class) .wp-block-image {
  display: block;
}
.p-interview__content-wrapper .wp-block-gallery:not(.not-class) .wp-block-image::before {
  display: none;
}
.p-interview__content-wrapper .wp-block-gallery:not(.not-class) .wp-block-image img {
  height: auto !important;
}
.p-interview__content-wrapper .wp-block-gallery:not(.not-class) .wp-element-caption:not(.not-class) {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background: none;
  color: var(--font-color);
  text-shadow: none;
  padding: 0.5rem;
  font-size: 1.4rem;
}
.p-interview__message-wrapper {
  margin-top: 6rem;
  padding: 3rem 4rem 4rem;
  border-radius: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30rem 1fr;
  grid-template-columns: 30rem 1fr;
  grid-gap: 4rem;
  gap: 4rem;
}
.p-interview__message-inner .c-heading-with-en {
  margin-block: 0 1.5rem;
}
.p-interview__message-inner .c-heading-with-en .c-heading {
  font-size: 2.4rem;
}
.p-interview__message-inner .c-heading-with-en .c-heading-en {
  font-size: 2rem;
}
.p-interview__message-image-wrapper img {
  border-radius: 0.5rem;
}
.p-interview__message-desc-wrapper {
  letter-spacing: 0.1em;
}
.p-interview__talk-session-wrapper {
  --before-height: 10rem;
  --bg-total-height: 220rem;
  --grad: linear-gradient(135deg, #46a6cf, #366fea);
  position: relative;
  z-index: 1;
  background-image: var(--grad);
  background-repeat: no-repeat;
  background-size: 100% var(--bg-total-height);
  background-position: left calc(0rem - var(--before-height));
  padding-bottom: 25rem;
}
.p-interview__talk-session-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: var(--before-height);
  background-image: var(--grad);
  background-repeat: no-repeat;
  background-size: 100% var(--bg-total-height);
  background-position: left 0;
  -webkit-mask-image: url(../images/common/interview-before-mask.png);
          mask-image: url(../images/common/interview-before-mask.png);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}
.p-interview__interview-swiper-wrapper {
  margin-bottom: 6rem;
}
.p-jobs .c-color-gradient {
  z-index: 2;
}
.p-jobs .c-page-content .l-content {
  width: 120rem;
}
.p-jobs__service {
  padding-top: 7rem;
}
.p-jobs__content-wrapper {
  background-color: white;
}
.p-jobs__jobs-list-wrapper {
  padding: 4rem 6rem;
  border-radius: 0.8rem;
  margin-block: 4rem 3rem;
}
.p-jobs__jobs-list-wrapper::before {
  -webkit-transform: translate(-50%, -50%) rotate(170deg);
          transform: translate(-50%, -50%) rotate(170deg);
}
.p-jobs__jobs-list-wrapper + .p-jobs__jobs-list-wrapper {
  margin-top: 3rem;
}
.p-jobs__jobs-list-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.p-jobs__jobs-list-heading > .in-label {
  font-size: 3.2rem;
}
.p-jobs__jobs-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
  gap: 4rem;
}
.p-jobs__flow-list {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3.6rem;
  gap: 3.6rem;
}
.p-jobs__flow-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: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: flowItemCount;
}
.p-jobs__flow-item::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  top: 2.6rem;
  left: calc(50% + 2rem);
}
.p-jobs__flow-item p {
  font-size: 1.4rem;
}
.p-jobs__flow-item:last-of-type::before {
  display: none;
}
.p-jobs__flow-item-num {
  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: 5.2rem;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  border: solid 1px white;
  background-color: #00378c;
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}
.p-jobs__flow-item-num::before {
  content: "";
  display: block;
  inset: -15%;
  background: radial-gradient(rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, 0.7));
  position: absolute;
  top: 0;
  right: 0;
}
.p-jobs__flow-item-num::after {
  content: counter(flowItemCount);
  color: white;
  font-size: 2rem;
  font-family: var(--en);
  position: relative;
  z-index: 1;
}
.p-jobs__flow-item-icon {
  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: 8rem;
  aspect-ratio: 1/1;
  background-color: #eaf0fc;
  border-radius: 100%;
  margin-bottom: 1.6rem;
}
.p-jobs__flow-item-icon img {
  width: 4rem;
}
.p-jobs__flow-item-heading {
  text-align: center;
  font-size: 2rem;
  color: #00378c;
  margin-bottom: 0.5rem;
}
.p-jobs__point {
  padding-bottom: 2rem;
}
.p-jobs__point-wrapper {
  padding: 4.6rem 7rem;
  margin-top: 4rem;
}
.p-jobs__point-wrapper::before {
  -webkit-transform: translate(-50%, -50%) rotate(170deg);
          transform: translate(-50%, -50%) rotate(170deg);
}
.p-jobs__point-wrapper .c-image-list {
  position: relative;
  margin-block: 0;
}
.p-jobs__point-wrapper .c-image-list__item-text {
  font-size: 1.4rem;
}
.p-message .c-page-content .l-content {
  width: 106rem;
}
.p-message .c-page-content .l-content:last-of-type {
  padding-bottom: 0;
}
.p-message__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-message__content {
  width: 52rem;
}
.p-message__content .c-heading {
  margin-bottom: 3rem;
}
.p-message__content h3.c-page-title {
  font-size: 1.8rem;
}
.p-message__image {
  width: 46rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5rem;
  overflow: hidden;
  border-radius: 1rem;
}
.p-message__sign {
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
.p-message__sign img {
  width: 14.7rem;
}
.p-mvv__grid-contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35rem;
  grid-template-columns: 1fr 35rem;
  grid-gap: 2rem;
  gap: 2rem;
}
.p-mvv__values {
  border-radius: 0.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#366fea), to(#46a6cf));
  background: linear-gradient(to right, #366fea, #46a6cf);
  padding: 4rem;
}
.p-mvv__values-inner {
  border-radius: 0.4rem;
  padding: 1rem 3rem;
}
.p-mvv__values-list {
  color: white;
}
.p-mvv__values-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36.8rem;
  grid-template-columns: 1fr 36.8rem;
  grid-gap: 2rem;
  gap: 2rem;
  counter-increment: valuesCount;
  padding-block: 3rem;
  border-bottom: solid 1px white;
}
.p-mvv__values-item:last-of-type {
  border-bottom: none;
}
.p-mvv__values-item > .in-title {
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  line-height: 1.1;
}
.p-mvv__values-item > .in-title::before {
  content: counter(valuesCount, decimal-leading-zero);
  font-size: 2rem;
  font-family: var(--en);
  width: 3.2rem;
}
.p-mvv__values-item > .in-desc {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.6rem;
  line-height: 1.3;
}
.p-mvv__organization {
  margin-top: 4rem;
}
.p-mvv__organization-heading {
  text-align: center;
  color: var(--main-color);
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.p-mvv__organization-contents {
  border-radius: 0.5rem;
  background-color: var(--main-color);
  padding: 3rem 2.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24rem 1fr;
  grid-template-columns: 24rem 1fr;
  grid-gap: 3rem;
  gap: 3rem;
}
.p-mvv__organization-contents::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.p-mvv__organization-image {
  overflow: hidden;
  border-radius: 0.5rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-mvv__organization-desc {
  color: white;
}
.p-mvv__organization-desc p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.p-mvv__organization-desc p.in-copy {
  font-size: 1.6rem;
  text-decoration: underline;
}
.p-news__main-contents {
  padding-bottom: 0;
}
.p-news__contents-wrapper {
  border: solid 1px #c5d0e9;
  border-radius: 0.4rem;
  padding: 6rem 7rem;
  background-color: white;
}
.p-news__contents-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0.5rem;
  margin-bottom: 4rem;
}
.p-news__time {
  font-size: 1.6rem;
  color: var(--main-color);
  font-family: var(--en);
  font-weight: bold;
}
.p-news__term {
  color: var(--accent-color);
  font-size: 1.5rem;
}
.p-news__heading {
  font-size: 3.2rem;
  width: 100%;
}
.p-news__block-editor > *:first-child {
  margin-top: 0 !important;
}
.p-news__block-editor > *:last-child {
  margin-bottom: 0 !important;
}
.p-news__block-editor :where(h2) {
  background: -webkit-gradient(linear, left top, right top, from(#46a6cf), to(#366fea));
  background: linear-gradient(to right, #46a6cf, #366fea);
  color: white;
  padding: 1rem;
  font-size: 2.4rem;
  border-radius: 0.4rem;
  margin-block: 4rem 1.5rem;
}
.p-news__block-editor :where(h3) {
  font-size: 1.8rem;
  padding: 1rem;
  color: var(--main-color);
  border-bottom: solid 1px var(--main-color);
  margin-block: 3.2rem 1.5rem;
}
.p-news__block-editor :where(h4) {
  font-size: 1.6rem;
  padding-inline: 1rem;
  padding-bottom: 1.5rem;
  color: var(--main-color);
  margin-block: 3.2rem 0;
}
.p-news__block-editor :where(p) {
  margin-bottom: 1rem;
}
.p-news__block-editor :where(p):last-of-type {
  margin-bottom: 0;
}
.p-news__block-editor .wp-block-image {
  margin-block: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-news__block-editor .wp-block-image img {
  border-radius: 0.5rem;
  width: 100% !important;
}
.p-news__block-editor .wp-block-gallery:not(.not-class) .wp-block-image {
  display: block;
}
.p-news__block-editor .wp-block-gallery:not(.not-class) .wp-block-image::before {
  display: none;
}
.p-news__block-editor .wp-block-gallery:not(.not-class) .wp-block-image img {
  height: auto !important;
}
.p-news__block-editor .wp-block-gallery:not(.not-class) .wp-element-caption:not(.not-class) {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background: none;
  color: var(--font-color);
  text-shadow: none;
  padding: 0.5rem;
  font-size: 1.4rem;
}
.p-news__block-editor .wp-element-caption {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.p-news__block-editor .wp-block-list {
  margin-block: 2rem;
  font-size: 1.4rem;
}
.p-news__block-editor .wp-block-list li {
  padding-left: 0.7em;
  position: relative;
}
.p-news__block-editor .wp-block-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-news__block-editor .wp-block-columns {
  gap: 3.6rem;
  margin-block: 3.2rem;
}
.p-news__block-editor .wp-block-columns:has(> :nth-child(3)) {
  gap: 2.5rem;
}
.p-news__block-editor .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.p-news__block-editor .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0 !important;
}
.p-news__block-editor .wp-block-table tr,
.p-news__block-editor .wp-block-table th,
.p-news__block-editor .wp-block-table td {
  border: solid 1px var(--main-color);
}
.p-news__block-editor .wp-block-table thead {
  border-bottom: solid 2px var(--main-color);
}
.p-news__prev-next-wrapper {
  margin-top: 6rem;
  margin-inline: auto;
  width: 64rem;
}
.p-oa main:has(.c-page-bg--fixed img) .c-page-hero__content-wrapper {
  margin-bottom: 0;
}
.p-oa .c-page-content.c-color-gradient {
  z-index: 2;
}
.p-oa .c-page-content .l-content {
  width: 120rem;
}
.p-oa .c-page-content .c-page-content {
  margin-block: 4rem;
}
.p-oa__labels {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.p-oa__labels p {
  margin: 0;
  background: #1E53A5;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
}
.p-oa__labels span {
  padding-top: 0.3rem;
  color: var(--main-color);
}
.p-oa__contents-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5rem, transparent), color-stop(5rem, white));
  background: linear-gradient(to bottom, transparent 5rem, white 5rem);
  position: relative;
}
.p-oa__works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  margin-block: 4rem;
}
.p-oa__works-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8rem;
  counter-increment: worksCount;
}
.p-oa__works-item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-oa__works-item-image-wrapper {
  overflow: hidden;
  border-radius: 1rem;
  width: 49rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.p-oa__works-item-desc-wrapper {
  width: 50rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
}
.p-oa__works-item-desc-wrapper::before {
  content: counter(worksCount, decimal-leading-zero);
  font-size: 9.8rem;
  opacity: 0.2;
  font-family: var(--en);
  position: absolute;
  bottom: calc(100% - 4rem);
  right: -3.5rem;
  line-height: 1;
}
.p-oa__works-item-desc-wrapper p {
  font-size: 1.6rem;
}
.p-oa__works-item-heading {
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
}
.p-oa__value-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1.2rem;
  gap: 1.2rem;
  margin-block: 4rem;
}
.p-oa__value-item {
  padding: 3rem 4rem;
  background-color: #edf6fd;
  border-radius: 1rem;
  counter-increment: valueItemCount;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem 1fr;
  grid-template-columns: 5rem 1fr;
  grid-gap: 3rem;
  gap: 3rem;
}
.p-oa__value-item::before {
  content: counter(valueItemCount, decimal-leading-zero);
  font-size: 3.6rem;
  font-family: var(--monte);
  color: var(--main-color);
  margin-top: -1rem;
  display: block;
}
.p-oa__value-item .c-gradient-text {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.p-oa__value-item-image-wrapper {
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-oa__value-item-desc-wrapper {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-oa__people-wrapper {
  background-color: #eaf0fc;
  padding-top: 10rem;
}
.p-oa__people-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.p-oa__people-item {
  background-color: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.95rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.4rem 0.4rem 0.95rem 0 rgba(0, 0, 0, 0.15);
  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;
  padding: 2.4rem 3rem;
}
.p-oa__people-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-oa__people-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 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;
}
.p-oa__people-item-icon img {
  width: 2.1rem;
  height: auto;
}
.p-oa__people-item-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--main-color);
}
.p-oa__people-item-text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
}
.p-oa__message {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49rem 1fr;
  grid-template-columns: 49rem 1fr;
  grid-gap: 6rem;
  gap: 6rem;
}
.p-oa__message-image-wrapper {
  overflow: hidden;
  border-radius: 0.9rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-oa__message-desc-wrapper p {
  line-height: 1.8;
}
.p-oa__message-overview {
  margin-top: 3rem;
  border: solid 1px var(--main-color);
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13rem 1fr;
  grid-template-columns: 13rem 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  color: var(--main-color);
}
.p-oa__message-overview--1col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.p-oa__message-name {
  font-size: 1.9rem;
}
.p-oa__message-button-wrapper {
  margin-top: 4.6rem;
}
.p-oa__message-button-wrapper .c-button-arrow {
  margin-left: auto;
}
.p-oa__works-item-desc-wrapper {
  width: 60rem;
}
.p-office .c-page-content {
  padding-block: 0;
}
.p-office .c-page-content > .l-content {
  width: 120rem;
  padding-block: 6rem 8rem;
}
.p-office .c-page-content .c-heading-with-en {
  margin-block: 6rem 1.6rem;
}
.p-office .c-page-content .l-content > .c-heading {
  margin-block: 6rem 1.6rem;
}
.p-office .c-page-content .l-content > .c-heading-with-en + .c-heading {
  margin-top: 3rem;
}
.p-office .c-page-content:last-of-type > .l-content:last-of-type {
  padding-bottom: 4rem;
}
.p-office__desc-wrapper {
  text-align: center;
  padding-block: 0;
}
.p-office__desc-wrapper .l-content {
  padding-block: 7rem 9rem;
}
.p-office__map-image {
  margin-block: 3rem 6rem;
}
.p-office__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.p-office__list--overseas .c-office-item__heading {
  font-size: 2.4rem;
}
.p-organization main:has(.c-page-bg--fixed img) .c-page-hero__content-wrapper {
  margin-bottom: 0;
}
.p-organization .c-page-content {
  padding-bottom: 0;
}
.p-organization .c-page-content > .l-content {
  width: 120rem;
}
.p-organization .c-page-content.c-color-gradient {
  z-index: 2;
}
.p-organization__function-wrapper {
  margin-top: 4rem;
}
.p-organization__function-wrapper > .c-gradient-bg::before {
  background: radial-gradient(ellipse 70% 100% at 55% 35%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.8));
}
.p-organization__organization-map-wrapper {
  margin-bottom: 6rem;
}
.p-organization__organization-map {
  position: relative;
  width: 106rem;
  margin-inline: auto;
}
.p-organization__function-contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4.5rem;
  gap: 4.5rem;
}
.p-organization__function-content {
  position: relative;
}
.p-organization__function-content::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: calc(100% + 2.2rem);
}
.p-organization__function-content:last-of-type::after {
  display: none;
}
.p-organization__function-desc-wrapper p {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.p-organization__function-content-heading {
  font-size: 2rem;
}
.p-organization__function-content-label {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  line-height: 1;
  border: solid 1px white;
  margin-block: 0.5rem 1rem;
}
.p-organization__function-image-wrapper {
  margin-bottom: 1.8rem;
}
.p-organization__function-image-wrapper img {
  border-radius: 0.5rem;
}
.p-organization__system .l-content {
  padding-bottom: 4rem;
}
.p-organization__system-list-wrapper .c-image-list__item-image {
  border-radius: 1rem;
}
.p-organization__system-list-wrapper .c-image-list__item-heading {
  text-align: center;
  font-size: 2rem;
  color: var(--main-color);
  margin-top: 1.5rem;
}
.p-organization__system-list-wrapper .c-button {
  margin-top: 1.6rem;
  margin-inline: auto;
}
.p-organization__system-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem 1.5rem;
}
.p-organization__system-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--main-color);
}
.p-organization__system-item > .in-icon {
  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: 4.2rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #edf6fd;
}
.p-organization__system-item > .in-icon img {
  width: 2.5rem;
}
.p-page:has(.l-toc) .c-header__title-wrapper {
  position: absolute;
}
.p-page:has(.l-toc) .c-page-hero {
  position: relative;
  top: auto;
}
.p-privacy .c-page-content .l-content {
  padding-bottom: 2rem;
}
.p-privacy__button-wrapper {
  margin-top: 4rem;
}
.p-privacy__button-wrapper .c-button {
  margin-inline: auto;
}
.p-project .c-page-content .l-content {
  width: 120rem;
}
.p-project main:has(.c-page-bg--fixed img) .c-page-hero {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 6rem;
}
.p-project__theme-label {
  display: inline-block;
  padding: 0.2rem 1rem;
  background-color: var(--main-color);
  font-size: 1.6rem;
}
.p-project__theme-heading {
  font-size: 4.2rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.p-project__service {
  padding-top: 7rem;
}
.p-project__overview {
  padding-block: 9rem;
}
.p-project__overview .l-content:last-of-type {
  padding-bottom: 0;
}
.p-project__main-contents-wrapper {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10rem, transparent), color-stop(10rem, #edf6fd));
  background: linear-gradient(to bottom, transparent 10rem, #edf6fd 10rem);
  z-index: 1;
}
.p-project__member-progressbar {
  top: auto !important;
  bottom: 0;
  overflow: hidden;
  border-radius: 1rem;
  --swiper-pagination-color: white;
  --swiper-pagination-progressbar-bg-color: rgba(255, 255, 255, 0.4);
}
.p-project__talk-section-wrapper {
  color: var(--font-color);
  margin-top: 6rem;
  padding: 5rem 8rem;
}
.p-project__talk-section-wrapper > *:first-child {
  margin-top: 0 !important;
}
.p-project__talk-section-wrapper > *:last-child {
  margin-bottom: 0 !important;
}
.p-project__talk-section-wrapper .c-heading-talk {
  margin-block: 6rem 2.4rem;
}
.p-project__talk-section-wrapper .c-heading-talk--mt-sm {
  margin-top: 3rem;
}
.p-project__talk-section-wrapper .c-heading-with-en::after {
  background: linear-gradient(to right, var(--accent-color), var(--main-color));
}
.p-project__talk-section-wrapper .c-heading,
.p-project__talk-section-wrapper .c-heading-en {
  color: var(--main-color);
}
.p-project__talk-section-wrapper > :where(img) {
  border-radius: 0.5rem;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
.p-project__page-link-wrapper {
  padding-block: 8rem 21rem;
}
.p-project__page-link {
  margin-inline: auto;
  background-color: var(--main-color);
  width: 104rem;
  border-radius: 0.8rem;
  position: relative;
  color: white;
  padding: 3rem 5.8rem 3rem 8rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-project__page-link-label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.3rem;
  padding: 0.5rem 0.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2.8rem;
  background-color: var(--main-color);
}
.p-project__page-link-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40rem 1fr;
  grid-template-columns: 40rem 1fr;
  grid-gap: 4rem;
  gap: 4rem;
}
.p-project__page-link-desc-wrapper {
  position: relative;
  padding-right: 6rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-project__page-link-desc-wrapper .c-arrow-square {
  position: absolute;
  right: 0;
  width: 5.4rem;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-project__page-link-desc-wrapper p {
  font-size: 1.4rem;
}
.p-project__page-link-heading {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
.p-project__page-link-image img {
  border-radius: 0.9rem;
}
.p-project .c-interview-talk {
  padding-bottom: 20rem;
}
.p-project .c-textbox-with-image {
  margin-block: 2rem;
}
.p-project__overview-list {
  padding: 4rem 6rem;
}
.p-project__overview-list::before {
  inset: -100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(185deg);
          transform: translate(-50%, -50%) rotate(185deg);
}
.p-project__overview-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20rem 1fr;
  grid-template-columns: 20rem 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  padding: 2rem;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
}
.p-project__overview-item:last-of-type {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.p-project__float-box {
  clear: both;
}
.p-project__note {
  font-size: 1.2rem;
  margin-top: -1rem;
}
.p-project__float-right {
  float: right;
  margin-left: 4rem;
  margin-bottom: 1rem;
  width: 44rem;
  max-width: 100%;
}
.p-sales main:has(.c-page-bg--fixed img) .c-page-hero__content-wrapper {
  margin-bottom: 0;
}
.p-sales .c-page-content.c-color-gradient {
  z-index: 2;
}
.p-sales .c-page-content .l-content {
  width: 120rem;
}
.p-sales .c-page-content .c-page-content {
  margin-block: 4rem;
}
.p-sales__labels {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.p-sales__labels p {
  margin: 0;
  background: #1E53A5;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
}
.p-sales__labels span {
  padding-top: 0.3rem;
  color: var(--main-color);
}
.p-sales__contents-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5rem, transparent), color-stop(5rem, white));
  background: linear-gradient(to bottom, transparent 5rem, white 5rem);
  position: relative;
}
.p-sales__works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  margin-block: 4rem;
}
.p-sales__works-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8rem;
  counter-increment: worksCount;
}
.p-sales__works-item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-sales__works-item-image-wrapper {
  overflow: hidden;
  border-radius: 1rem;
  width: 49rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.p-sales__works-item-desc-wrapper {
  width: 50rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
}
.p-sales__works-item-desc-wrapper::before {
  content: counter(worksCount, decimal-leading-zero);
  font-size: 9.8rem;
  opacity: 0.2;
  font-family: var(--en);
  position: absolute;
  bottom: calc(100% - 4rem);
  right: -3.5rem;
  line-height: 1;
}
.p-sales__works-item-desc-wrapper p {
  font-size: 1.6rem;
}
.p-sales__works-item-heading {
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
}
.p-sales__value-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1.2rem;
  gap: 1.2rem;
  margin-block: 4rem;
}
.p-sales__value-item {
  padding: 3rem 4rem;
  background-color: #edf6fd;
  border-radius: 1rem;
  counter-increment: valueItemCount;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem 1fr;
  grid-template-columns: 5rem 1fr;
  grid-gap: 3rem;
  gap: 3rem;
}
.p-sales__value-item::before {
  content: counter(valueItemCount, decimal-leading-zero);
  font-size: 3.6rem;
  font-family: var(--monte);
  color: var(--main-color);
  margin-top: -1rem;
  display: block;
}
.p-sales__value-item .c-gradient-text {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.p-sales__value-item-image-wrapper {
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-sales__value-item-desc-wrapper {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-sales__people-wrapper {
  background-color: #eaf0fc;
  padding-top: 10rem;
}
.p-sales__people-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.p-sales__people-item {
  background-color: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.95rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.4rem 0.4rem 0.95rem 0 rgba(0, 0, 0, 0.15);
  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;
  padding: 2.4rem 3rem;
}
.p-sales__people-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-sales__people-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 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;
}
.p-sales__people-item-icon img {
  width: 2.1rem;
  height: auto;
}
.p-sales__people-item-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--main-color);
}
.p-sales__people-item-text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
}
.p-sales__message {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49rem 1fr;
  grid-template-columns: 49rem 1fr;
  grid-gap: 6rem;
  gap: 6rem;
}
.p-sales__message-image-wrapper {
  overflow: hidden;
  border-radius: 0.9rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-sales__message-desc-wrapper p {
  line-height: 1.8;
}
.p-sales__message-overview {
  margin-top: 3rem;
  border: solid 1px var(--main-color);
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13rem 1fr;
  grid-template-columns: 13rem 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  color: var(--main-color);
}
.p-sales__message-overview--1col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.p-sales__message-name {
  font-size: 1.9rem;
}
.p-sales__message-button-wrapper {
  margin-top: 4.6rem;
}
.p-sales__message-button-wrapper .c-button-arrow {
  margin-left: auto;
}
.p-sales__works-item-desc-wrapper {
  width: 66rem;
}
.p-seat-pad main:has(.c-page-bg--fixed img) .c-page-hero__content-wrapper {
  margin-bottom: 0;
}
.p-seat-pad .c-page-content.c-color-gradient {
  z-index: 2;
}
.p-seat-pad .c-page-content .l-content {
  width: 120rem;
}
.p-seat-pad .c-page-content .c-page-content {
  margin-block: 4rem;
}
.p-seat-pad__labels {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.p-seat-pad__labels p {
  margin: 0;
  background: #1E53A5;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
}
.p-seat-pad__labels span {
  padding-top: 0.3rem;
  color: var(--main-color);
}
.p-seat-pad__contents-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5rem, transparent), color-stop(5rem, white));
  background: linear-gradient(to bottom, transparent 5rem, white 5rem);
  position: relative;
}
.p-seat-pad__works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  margin-block: 4rem;
}
.p-seat-pad__works-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8rem;
  counter-increment: worksCount;
}
.p-seat-pad__works-item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-seat-pad__works-item-image-wrapper {
  overflow: hidden;
  border-radius: 1rem;
  width: 49rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.p-seat-pad__works-item-desc-wrapper {
  width: 50rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
}
.p-seat-pad__works-item-desc-wrapper::before {
  content: counter(worksCount, decimal-leading-zero);
  font-size: 9.8rem;
  opacity: 0.2;
  font-family: var(--en);
  position: absolute;
  bottom: calc(100% - 4rem);
  right: -3.5rem;
  line-height: 1;
}
.p-seat-pad__works-item-desc-wrapper p {
  font-size: 1.6rem;
}
.p-seat-pad__works-item-heading {
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
}
.p-seat-pad__value-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1.2rem;
  gap: 1.2rem;
  margin-block: 4rem;
}
.p-seat-pad__value-item {
  padding: 3rem 4rem;
  background-color: #edf6fd;
  border-radius: 1rem;
  counter-increment: valueItemCount;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem 1fr;
  grid-template-columns: 5rem 1fr;
  grid-gap: 3rem;
  gap: 3rem;
}
.p-seat-pad__value-item::before {
  content: counter(valueItemCount, decimal-leading-zero);
  font-size: 3.6rem;
  font-family: var(--monte);
  color: var(--main-color);
  margin-top: -1rem;
  display: block;
}
.p-seat-pad__value-item .c-gradient-text {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.p-seat-pad__value-item-image-wrapper {
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-seat-pad__value-item-desc-wrapper {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-seat-pad__people-wrapper {
  background-color: #eaf0fc;
  padding-top: 10rem;
}
.p-seat-pad__people-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.p-seat-pad__people-item {
  background-color: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.95rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.4rem 0.4rem 0.95rem 0 rgba(0, 0, 0, 0.15);
  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;
  padding: 2.4rem 3rem;
}
.p-seat-pad__people-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-seat-pad__people-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 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;
}
.p-seat-pad__people-item-icon img {
  width: 2.1rem;
  height: auto;
}
.p-seat-pad__people-item-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--main-color);
}
.p-seat-pad__people-item-text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
}
.p-seat-pad__message {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49rem 1fr;
  grid-template-columns: 49rem 1fr;
  grid-gap: 6rem;
  gap: 6rem;
}
.p-seat-pad__message-image-wrapper {
  overflow: hidden;
  border-radius: 0.9rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-seat-pad__message-desc-wrapper p {
  line-height: 1.8;
}
.p-seat-pad__message-overview {
  margin-top: 3rem;
  border: solid 1px var(--main-color);
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13rem 1fr;
  grid-template-columns: 13rem 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  color: var(--main-color);
}
.p-seat-pad__message-overview--1col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.p-seat-pad__message-name {
  font-size: 1.9rem;
}
.p-seat-pad__message-button-wrapper {
  margin-top: 4.6rem;
}
.p-seat-pad__message-button-wrapper .c-button-arrow {
  margin-left: auto;
}
.p-seat-pad .c-page-hero__content-wrapper {
  margin-top: 0;
}
.p-supervision main:has(.c-page-bg--fixed img) .c-page-hero__content-wrapper {
  margin-bottom: 0;
}
.p-supervision .c-page-content.c-color-gradient {
  z-index: 2;
}
.p-supervision .c-page-content .l-content {
  width: 120rem;
}
.p-supervision .c-page-content .c-page-content {
  margin-block: 4rem;
}
.p-supervision__labels {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.p-supervision__labels p {
  margin: 0;
  background: #1E53A5;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
}
.p-supervision__labels span {
  padding-top: 0.3rem;
  color: var(--main-color);
}
.p-supervision__contents-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5rem, transparent), color-stop(5rem, white));
  background: linear-gradient(to bottom, transparent 5rem, white 5rem);
  position: relative;
}
.p-supervision__works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  margin-block: 4rem;
}
.p-supervision__works-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8rem;
  counter-increment: worksCount;
}
.p-supervision__works-item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-supervision__works-item-image-wrapper {
  overflow: hidden;
  border-radius: 1rem;
  width: 49rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.p-supervision__works-item-desc-wrapper {
  width: 50rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
}
.p-supervision__works-item-desc-wrapper::before {
  content: counter(worksCount, decimal-leading-zero);
  font-size: 9.8rem;
  opacity: 0.2;
  font-family: var(--en);
  position: absolute;
  bottom: calc(100% - 4rem);
  right: -3.5rem;
  line-height: 1;
}
.p-supervision__works-item-desc-wrapper p {
  font-size: 1.6rem;
}
.p-supervision__works-item-heading {
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
}
.p-supervision__value-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1.2rem;
  gap: 1.2rem;
  margin-block: 4rem;
}
.p-supervision__value-item {
  padding: 3rem 4rem;
  background-color: #edf6fd;
  border-radius: 1rem;
  counter-increment: valueItemCount;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem 1fr;
  grid-template-columns: 5rem 1fr;
  grid-gap: 3rem;
  gap: 3rem;
}
.p-supervision__value-item::before {
  content: counter(valueItemCount, decimal-leading-zero);
  font-size: 3.6rem;
  font-family: var(--monte);
  color: var(--main-color);
  margin-top: -1rem;
  display: block;
}
.p-supervision__value-item .c-gradient-text {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.p-supervision__value-item-image-wrapper {
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-supervision__value-item-desc-wrapper {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-supervision__people-wrapper {
  background-color: #eaf0fc;
  padding-top: 10rem;
}
.p-supervision__people-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.p-supervision__people-item {
  background-color: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.95rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.4rem 0.4rem 0.95rem 0 rgba(0, 0, 0, 0.15);
  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;
  padding: 2.4rem 3rem;
}
.p-supervision__people-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-supervision__people-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 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;
}
.p-supervision__people-item-icon img {
  width: 2.1rem;
  height: auto;
}
.p-supervision__people-item-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--main-color);
}
.p-supervision__people-item-text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
}
.p-supervision__message {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49rem 1fr;
  grid-template-columns: 49rem 1fr;
  grid-gap: 6rem;
  gap: 6rem;
}
.p-supervision__message-image-wrapper {
  overflow: hidden;
  border-radius: 0.9rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-supervision__message-desc-wrapper p {
  line-height: 1.8;
}
.p-supervision__message-overview {
  margin-top: 3rem;
  border: solid 1px var(--main-color);
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13rem 1fr;
  grid-template-columns: 13rem 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  color: var(--main-color);
}
.p-supervision__message-overview--1col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.p-supervision__message-name {
  font-size: 1.9rem;
}
.p-supervision__message-button-wrapper {
  margin-top: 4.6rem;
}
.p-supervision__message-button-wrapper .c-button-arrow {
  margin-left: auto;
}
.p-template-faq .l-toc-content {
  padding-bottom: 34rem;
}
.p-template-faq .c-heading-with-en {
  margin-bottom: 2rem;
}
.p-template-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.p-top .c-headset__main {
  font-size: 13rem;
}
.p-top__mv {
  background-image: url(../images/top/mv/mv-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 12.3rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  max-height: calc(100vh + 10rem);
}
.p-top__intern-link {
  display: block;
  gap: 0.6rem;
  width: 20rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #6c80a1;
  position: absolute;
  top: calc(100% - 45rem);
  left: 3rem;
  z-index: 100;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-top__intern-circle-text {
  position: absolute;
  width: 18.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: circleRotate 10s infinite linear;
          animation: circleRotate 10s infinite linear;
}
@-webkit-keyframes circleRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes circleRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.p-top__intern-link-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
}
.p-top__intern-link-inner > .in-text {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  margin-block: 0.8rem 1.2rem;
}
.p-top__intern-link-inner > .in-text > .in-small {
  font-size: 1.5rem;
}
.p-top__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 30rem;
  right: -10rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  gap: 0.8rem;
}
.p-top__scroll-text {
  font-size: 1.4rem;
  font-family: var(--en);
  font-weight: bold;
  color: var(--main-color);
}
.p-top__scroll-bar-wrapper {
  overflow: hidden;
  width: 10.2rem;
  height: 0.6rem;
  position: relative;
  padding-inline: 0.3rem;
  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-top__scroll-bar {
  width: 100%;
  height: 0.2rem;
  background-color: var(--main-color);
}
.p-top__scroll-dot {
  display: block;
  width: 0.6rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--accent-color);
  position: absolute;
  top: 0;
  left: -1rem;
  -webkit-animation: dot-animation infinite 2s;
          animation: dot-animation infinite 2s;
}
@-webkit-keyframes dot-animation {
  0% {
    left: -1rem;
  }
  100% {
    left: calc(100% + 1rem);
  }
}
@keyframes dot-animation {
  0% {
    left: -1rem;
  }
  100% {
    left: calc(100% + 1rem);
  }
}
.p-top__statement {
  position: absolute;
  right: 20rem;
  top: 42rem;
  z-index: 10;
  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;
}
.p-top__statement p {
  color: white;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-left: 1.5rem;
  font-size: 1.8rem;
  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.5rem;
}
.p-top__statement p > .in-line {
  padding: 0.8rem 0rem;
  background-color: var(--accent-color);
  letter-spacing: 0.5rem;
  white-space: nowrap;
}
.p-top__statement p > .in-line > .in-num {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  letter-spacing: 0;
  font-family: var(--jp);
}
.p-top__statement p:first-of-type > .in-line:last-of-type {
  padding-bottom: 0;
}
.p-top__statement p:last-of-type > .in-line {
  padding-bottom: 0;
}
.p-top__mv-text-marquee {
  font-size: 13.1rem;
  color: var(--accent-color);
  font-weight: normal;
  font-family: var(--en);
  white-space: nowrap;
  position: absolute;
  bottom: 10rem;
  left: 0;
  width: 100%;
  line-height: 1;
  z-index: 10;
}
.p-top__mv-text-marquee .c-marquee__item {
  margin-inline: 2.5rem;
}
.p-top__thought {
  position: relative;
  z-index: 2;
  margin-top: -10rem;
  overflow: hidden;
  padding-bottom: 5rem;
}
.p-top__thought-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/thought-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.p-top__thought-inner {
  padding-top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110rem;
  max-width: calc(100% - 6rem);
  margin-inline: auto;
  position: relative;
}
.p-top__thought-inner {
  z-index: 1;
}
.p-top__thought-inner::before {
  content: "";
  background-image: url(../images/top/thought-bg-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 30rem;
  left: 0;
  -webkit-transform: translateX(calc(55rem - 50vw));
          transform: translateX(calc(55rem - 50vw));
}
.p-top__thought-desc {
  width: 55rem;
  color: white;
}
.p-top__thought-desc p:not(.not-class) {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.p-top__thought-sub-heading {
  font-family: var(--en);
  font-size: 3.4rem;
  font-weight: normal;
  color: var(--main-color);
  margin-bottom: 1rem;
}
.p-top__thought-heading {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.p-top__thought-copy {
  font-size: 2.6rem;
}
.p-top__thought-image-wrapper {
  position: relative;
  width: 54rem;
  margin-left: 2rem;
}
.p-top__thought-image-wrapper img {
  margin-inline: auto;
}
.p-top__thought-image-wrapper .in-img1 img {
  width: 29rem;
}
.p-top__thougt-marquee {
  font-size: 26.5rem;
  color: white;
  opacity: 0.09;
  font-weight: normal;
  font-family: var(--en);
  margin-top: -12rem;
  line-height: 1;
}
.p-top__thougt-marquee .c-marquee__item {
  margin-inline: 10rem;
}
.p-top__white-wrapper {
  background-color: white;
  position: relative;
  z-index: 1;
}
.p-top__about {
  padding-top: 21rem;
  margin-top: -17rem;
  position: relative;
}
.p-top__about::before {
  content: "";
  display: block;
  width: 100%;
  height: 93rem;
  background-image: url(../images/top/about-bg-line.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -75rem;
  left: 0;
}
.p-top__about .c-section-head {
  width: 120rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
  margin-bottom: 4rem;
}
.p-top__about-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
  width: 134rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
}
.p-top__works {
  margin-top: 12rem;
  position: relative;
}
.p-top__works .c-section-head {
  width: 120rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
  margin-bottom: 4rem;
}
.p-top__works-content-pin {
  height: 400vh;
  position: relative;
}
.p-top__works-content-wrapper {
  position: relative;
  width: 120rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}
.p-top__member {
  margin-top: 11rem;
  background-image: url(../images/top/member-bg.png);
  background-repeat: no-repeat;
  background-size: 100% calc(100% - 5rem);
  background-position: center bottom;
  padding-bottom: 14.6rem;
}
.p-top__member-desc {
  color: var(--main-color);
  font-size: 1.8rem;
}
.p-top__interview {
  margin-top: 2rem;
}
.p-top__talk {
  margin-top: 5.5rem;
}
.p-top__culture .l-content {
  padding-bottom: 0;
}
.p-top__culture-desc {
  font-size: 1.8rem;
  color: var(--main-color);
}
.p-top__culture-list {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5rem;
  gap: 5rem;
}
.p-top__intern {
  margin-top: 13.8rem;
  width: 130rem;
  height: 72rem;
  max-width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background: linear-gradient(45deg, #4072c0, #00378c);
  padding-left: 4.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49.8rem 1fr;
  grid-template-columns: 49.8rem 1fr;
  grid-gap: 11rem;
  gap: 11rem;
  margin-inline: auto;
}
.p-top__intern .c-headset {
  color: white;
}
.p-top__intern-marquee .c-marquee__item {
  margin-bottom: 2.4rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
.p-top__intern-desc-wrapper {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-top__intern-desc-wrapper .c-headset {
  margin-bottom: 3rem;
}
.p-top__intern-desc-wrapper .c-headset__sub {
  margin-bottom: 2rem;
}
.p-top__intern-desc-wrapper .c-headset__main {
  line-height: 0.8;
}
.p-top__intern-desc-wrapper p {
  font-size: 1.4rem;
  width: 40rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  color: white;
}
.p-top__info {
  margin-top: 14rem;
}
.p-top__info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-top__info-tab-list {
  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;
  gap: 1.3rem;
}
.p-top__info-tab-button {
  padding-left: 2.1rem;
  position: relative;
  color: var(--main-color);
  opacity: 0.4;
  font-size: 1.4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: left;
}
.p-top__info-tab-button::before {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--accent-color);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-top__info-tab-button.is-current {
  opacity: 1;
}
.p-top__info-tab-button.is-current::before {
  opacity: 1;
}
.p-top__info-list-wrapper {
  width: 80rem;
}
.p-top__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.p-top__info-archive-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  width: 12rem;
  margin-top: 2.5rem;
  margin-left: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-top__info-archive-link > .in-text {
  color: var(--main-color);
  font-size: 1.3rem;
}
.p-top__info-archive-link .c-arrow-square {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-top__info-archive-link .c-arrow-square img {
  width: 1rem;
}
.p-top .c-recruit {
  padding-top: 0;
}
.p-training .c-header__title-wrapper {
  position: absolute;
}
.p-training .c-page-hero {
  position: relative;
  top: auto;
}
.p-training .c-page-content > .l-content {
  width: 120rem;
}
.p-training__mv-slide .c-marquee__item {
  width: 51.8rem;
  margin-inline: 1.2rem;
  overflow: hidden;
  border-radius: 1rem;
}
.p-training__main-contents {
  background: transparent;
  color: white;
  padding-bottom: 0;
}
.p-training__main-contents .c-heading-with-en::after {
  background: white;
}
.p-training__main-contents .c-heading {
  color: white;
}
.p-training__main-contents .c-heading-en {
  color: white;
}
.p-training__statement-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 58rem;
  grid-template-columns: 1fr 58rem;
  grid-gap: 2rem;
  gap: 2rem;
}
.p-training__statement-heading {
  line-height: 1.6;
}
.p-training__statement-desc {
  font-size: 1.4rem;
}
.p-training__statement-desc p {
  line-height: 2;
}
.p-training__statement-desc > .in-copy {
  font-size: 1.8rem;
}
.p-training__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: rgba(0, 56, 140, 0.9);
  padding: 10rem;
  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-training__modal-button {
  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: 4.2rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: solid 1px white;
  background: -webkit-gradient(linear, right top, left top, from(#4072c0), to(#00378c));
  background: linear-gradient(to left, #4072c0, #00378c);
  position: absolute;
  top: 50%;
  left: 10rem;
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-training__modal-button img {
  width: 1.5rem;
}
.p-training__modal-button--next {
  left: auto;
  right: 10rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.p-training__system {
  display: block;
}
.p-training__system-wrapper {
  padding-block: 6rem 0;
}
.p-training__system-wrapper .l-content:last-of-type {
  padding-bottom: 5rem;
}
.p-training__category-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 4rem;
  gap: 4rem;
}
.p-welfare:has(.l-toc) .c-header__title-wrapper {
  position: fixed;
}
.p-welfare:has(.l-toc) .c-page-hero {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.p-welfare .l-toc-content {
  width: 120rem;
}
.p-welfare__desc-wrapper {
  text-align: center;
  padding-block: 7rem 9rem;
}
.p-welfare__desc-wrapper .l-content {
  padding-block: 0;
}
.p-welfare__toc-contents-wrapper {
  padding-top: 6rem;
}
.p-welfare__toc-contents-wrapper .c-toc {
  width: 25rem;
}
.p-welfare__toc-contents-wrapper .c-toc__item {
  font-size: 1.4rem;
}
.p-welfare__toc-contents-wrapper .l-content:last-of-type {
  padding-bottom: 6rem;
}
.p-welfare__contents-wrapper:not(.not-class) {
  padding: 0;
  background-color: transparent;
  width: 90rem;
}
.p-welfare__contents-wrapper:not(.not-class) > *:first-child {
  margin-top: 0 !important;
}
.p-welfare__contents-wrapper:not(.not-class) > *:last-child {
  margin-bottom: 0 !important;
}
.p-welfare__contents-wrapper:not(.not-class) .c-headset-with-image {
  margin-block: 6rem 1rem;
}
.p-welfare__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}
.p-welfare__list--col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.p-welfare__large-item {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  padding: 1.6rem;
  background: radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9));
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26.4rem 1fr;
  grid-template-columns: 26.4rem 1fr;
  grid-gap: 1.6rem;
  gap: 1.6rem;
}
.p-welfare__large-item .c-welfare-item {
  background: none;
  padding: 0;
}
.p-welfare__item-inner {
  background-color: white;
  padding: 2.6rem 3.6rem;
  color: var(--font-color);
}
.p-welfare__item-heading {
  font-size: 2rem;
  color: var(--main-color);
  margin-bottom: 1rem;
}
.p-welfare__check-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}
.p-welfare__check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  padding-left: 2.6rem;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.p-welfare__check-item::before {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  background-image: url(../images/welfare/ic-check.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.p-welfare__service-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.3rem;
  gap: 0.3rem;
}
.p-welfare__service-item {
  background-color: var(--main-color);
  border-radius: 0.2rem;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.2rem 0.2rem;
  height: 4.7rem;
}
.p-welfare__service-item::before {
  content: "";
  display: block;
  width: 150%;
  height: 150%;
  background: radial-gradient(transparent 60%, rgba(255, 255, 255, 0.4));
  position: absolute;
  top: 0;
  right: 0;
}
.p-welfare__service-item > .in-icon {
  width: 2.2rem;
}
.p-welfare__service-item > .in-text {
  font-size: 0.8rem;
  color: white;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  margin-block: auto;
  white-space: nowrap;
}
.block-dl__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 19.5rem 1fr;
  grid-template-columns: 19.5rem 1fr;
  font-size: 1.4rem;
}
.block-dl__item:last-of-type .block-dl__title {
  border-bottom: solid 1px #1e53a5;
}
.block-dl__item:last-of-type .block-dl__data {
  border-bottom: solid 1px #c5d0e9;
}
.block-dl__title {
  padding: 2rem;
  border-top: solid 1px #1e53a5;
  font-weight: bold;
}
.block-dl__data {
  padding: 2rem;
  border-top: solid 1px #c5d0e9;
}
@media screen and (min-width: 1600px) {
  html {
    font-size: calc(160px / 1400 * 100);
  }
  .p-top__intern-link {
    left: calc(50vw - 70rem + 3rem);
  }
  .p-top__statement {
    right: calc(50vw - 80rem + 20rem);
  }
}
@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);
    scroll-padding-top: 8rem;
  }
  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;
  }
  .l-toc-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
    padding-bottom: 10rem;
  }
  .l-toc-content .c-page-content {
    width: 100%;
    padding: 4rem 2rem;
  }
  .l-toc {
    width: 100%;
    position: relative;
    top: auto;
    z-index: 2;
  }
  .c-about-item {
    aspect-ratio: 1/1;
  }
  .c-about-item .c-arrow-square {
    right: 2.4rem;
    bottom: 2.4rem;
  }
  .c-about-item__inner {
    padding-bottom: 2.4rem;
  }
  .c-archive-interview-post {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 13rem 1fr;
    grid-template-columns: 13rem 1fr;
    grid-gap: 2rem;
    gap: 2rem;
  }
  .c-archive-interview-post__thumb-wrapper {
    -ms-flex-item-align: self-start;
        -ms-grid-row-align: self-start;
        align-self: self-start;
  }
  .c-archive-interview-post__thumb-wrapper .c-arrow-square {
    width: 3.6rem;
  }
  .c-archive-interview-post__thumb-wrapper .c-arrow-square img {
    width: 2rem;
  }
  .c-archive-interview-post__heading {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-top: 0;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-archive-interview-post__initial {
    font-size: 1.6rem;
  }
  .c-archive-interview-post__department {
    font-size: 1.3rem;
  }
  .c-archive-interview-post__entry {
    font-size: 1.3rem;
  }
  .c-archive-interview-post__commitment-item {
    font-size: 1rem;
  }
  .c-archive-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem 2rem;
    padding: 1.5rem;
  }
  .c-archive-post__year {
    margin-right: 0.5rem;
  }
  .c-archive-post__month-day {
    font-size: 1.6rem;
  }
  .c-archive-post__cat {
    font-size: 1.4rem;
  }
  .c-archive-post__heading {
    width: 100%;
  }
  .c-bar-list__item {
    font-size: 1.3rem;
  }
  .c-block-editor :where(h2) {
    font-size: 2rem;
    letter-spacing: 0.5px;
    margin-block: 3rem 1rem;
  }
  .c-block-editor :where(p) {
    font-size: 1.3rem;
  }
  .c-block-editor :where(ul, ol) {
    font-size: 1.3rem;
  }
  .c-breadcrumb {
    max-width: 100%;
    overflow-x: scroll;
  }
  .c-breadcrumb__list {
    font-size: 1rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .c-breadcrumb__item {
    white-space: nowrap;
  }
  .c-breadcrumb.is-scroll .c-breadcrumb {
    text-align: left;
  }
  .c-breadcrumb.is-scroll .c-breadcrumb__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-career-flow-example {
    padding: 2rem;
  }
  .c-career-flow-example__heading {
    font-size: 1.8rem;
    margin-block: 0 1.5rem;
    padding-inline: 1rem;
  }
  .c-career-flow-example__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .c-career-flow-example__image {
    aspect-ratio: 1/1;
  }
  .c-career-flow-example__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .c-career-flow-example__name-wrapper {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 0.5rem;
  }
  .c-career-flow-example__initial {
    font-size: 1.8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-career-flow-example__date {
    font-size: 1.2rem;
  }
  .c-career-flow-example__desc-wrapper .c-gradient-text {
    font-size: 2rem;
  }
  .c-career-flow-example__date-list {
    font-size: 1.3rem;
  }
  .c-career-flow__item .c-dot-list {
    padding-block: 0;
  }
  .c-career-flow__item .c-dot-list__item {
    font-size: 1.2rem;
    padding-left: 0.9em;
    letter-spacing: 0.05em;
  }
  .c-career-flow__item .c-dot-list__item::before {
    width: 0.6rem;
  }
  .c-career-flow__item--final-career .c-career-flow__item-inner {
    padding-block: 3.6rem;
  }
  .c-career-flow__item--final-career .c-career-flow__inner-heading {
    width: 20.7rem;
    margin-inline: auto;
  }
  .c-career-flow__item-inner {
    padding: 1.3rem;
    min-height: 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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-career-flow__item-inner p {
    font-size: 1.2rem;
  }
  .c-career-flow__item-inner--center {
    gap: 1rem;
  }
  .c-career-flow__item-inner--center p {
    font-size: 1.2rem;
  }
  .c-career-flow__inner-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .c-career-flow__inner-layout .c-career-flow__inner-heading {
    border-right: none;
    border-bottom: solid 1px rgba(172, 178, 194, 0.5);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 1rem;
  }
  .c-career-flow__inner-layout--mobile-pl0 {
    padding-inline: 0.5rem;
  }
  .c-career-flow__large-text {
    font-size: 1.6rem;
    padding-left: 4rem;
  }
  .c-career-flow__inner-heading:not(.not-class) {
    font-size: 1.6rem;
    text-align: left;
  }
  .c-career-flow__angle {
    height: 1rem;
  }
  .c-career-flow__angle--large {
    background-image: url(../images/career-path/ic-angle.png);
  }
  .c-career-flow__tab-wrapper + .c-career-flow {
    margin-top: -0.9rem;
  }
  .c-career-flow__example-wrapper {
    margin-top: 0;
  }
  .c-career-flow__example-wrapper > .in-example {
    width: 3rem;
    font-size: 1rem;
  }
  .c-career-flow__career-label:not(.not-class) {
    font-size: 1.6rem;
    width: 20.7rem;
    margin-inline: auto;
  }
  .c-career-flow--col3 {
    gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-career-flow--col3 .c-career-flow__inner-heading {
    font-size: 1.6rem;
    text-align: center;
  }
  .c-culture-item .c-arrow-square {
    width: 4rem;
    bottom: -1.3rem;
    right: -0.7rem;
    -webkit-transform: none;
            transform: none;
  }
  .c-culture-item__thumb {
    aspect-ratio: 36/21;
  }
  .c-culture-item__desc-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 2.4rem;
  }
  .c-culture-item__desc-wrapper p {
    width: 28rem;
  }
  .c-culture-item__title {
    color: white;
    font-size: 2rem;
  }
  .c-current-interview-item {
    -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: 0;
  }
  .c-current-interview-item__thumb {
    width: 30rem;
    height: 30rem;
  }
  .c-current-interview-item__thumb img {
    -o-object-position: top center;
       object-position: top center;
  }
  .c-current-interview-item__angle {
    width: 4rem;
    aspect-ratio: 1/1;
    border-radius: 0.5rem;
    bottom: -1.6rem;
    right: -1.2rem;
  }
  .c-current-interview-item__desc-wrapper {
    width: 30rem;
    padding-left: 0;
  }
  .c-current-interview-item__title {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
  .c-current-interview-item__overview-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-top: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-current-interview-item__overview-wrapper::before {
    width: 100%;
  }
  .c-current-interview-item__name {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-current-interview-item__type {
    font-size: 1.4rem;
  }
  .c-current-interview-item__entry-wrapper {
    gap: 0.5rem;
    padding-top: 0.5rem;
  }
  .c-current-interview-item__tags {
    margin-top: 0.5rem;
  }
  .c-current-interview-item__tag {
    font-size: 1.3rem;
    background-color: rgba(0, 55, 140, 0.5019607843);
  }
  .c-data-item {
    aspect-ratio: auto;
    min-height: 45vw;
  }
  .c-data-item__title {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
  }
  .c-data-item__data {
    padding: 1.5rem 1rem 1rem;
  }
  .c-data-item__contents {
    padding-top: 1rem;
  }
  .c-data-item__contents--pt-adjust {
    padding-top: 0;
  }
  .c-data-item__contents--pt-sm-adjust {
    padding-top: 0;
  }
  .c-data-item__small-text {
    font-size: 1.4rem;
  }
  .c-data-item__num {
    font-size: 3rem;
    line-height: 1.1;
  }
  .c-data-item__num--xl {
    font-size: 3rem;
  }
  .c-data-item__num--2xl {
    font-size: 3rem;
  }
  .c-data-item__num--md {
    font-size: 3rem;
  }
  .c-data-item__annotation:is(p) {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .c-data-item__annotation--date {
    height: auto;
  }
  .c-data-item__sellers-item > .in-year {
    font-size: 1rem;
  }
  .c-data-item__sellers-item > .c-data-item__num {
    font-size: 2.4rem;
  }
  .c-data-item__sellers-item > .in-unit {
    font-size: 1.4rem;
  }
  .c-data-item__base-wrapper {
    gap: 2.5rem;
  }
  .c-data-item__base > .in-unit {
    font-size: 2rem;
  }
  .c-data-item__employee-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
  }
  .c-data-item__employee-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-data-item__employee-item > .in-heading {
    font-size: 1.2rem;
  }
  .c-data-item__employee-item > .in-annotation {
    font-size: 1rem;
  }
  .c-data-item__employee-item > .in-annotation > .in-num {
    font-size: 1.6rem;
  }
  .c-data-item__employee-item .c-data-item__num {
    font-size: 3rem;
  }
  .c-data-item__business-num {
    -webkit-transform: none;
            transform: none;
  }
  .c-data-item__paid-holiday {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
  .c-data-item__paid-holiday .c-data-item__num {
    font-size: 3rem;
    line-height: 1.5;
  }
  .c-data-item__child-rearing-wrapper {
    gap: 1.5rem;
  }
  .c-data-item__child-rearing-item {
    width: auto;
  }
  .c-data-item__child-rearing-item .c-data-item__num {
    font-size: 3rem;
  }
  .c-data-item__child-rearing-item .c-data-item__num:nth-of-type(n + 2) {
    margin-left: 1rem;
  }
  .c-dl__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  .c-dl__item:last-of-type .c-dl__title {
    border: none;
  }
  .c-dl__item:last-of-type .c-dl__data {
    position: relative;
  }
  .c-dl__item:last-of-type .c-dl__data::after {
    content: "";
    display: block;
    width: 7.5rem;
    height: 1px;
    background-color: var(--main-color);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .c-dl__title {
    border-top-color: #c5d0e9;
    position: relative;
    padding: 1.5rem 1rem 0;
    font-weight: bold;
  }
  .c-dl__title::before {
    content: "";
    display: block;
    width: 7.5rem;
    height: 1px;
    background-color: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-dl__data {
    border: none;
    padding: 0 1rem 1.5rem;
  }
  .c-entry-step-item__num {
    font-size: 1.6rem;
  }
  .c-entry-step-item__text {
    font-size: 1.4rem;
  }
  .c-faq-item__title {
    font-size: 1.4rem;
    padding-left: 3.5rem;
    padding-bottom: 1.5rem;
    padding-right: 4rem;
  }
  .c-faq-item__title::before {
    font-size: 1.6rem;
    left: 1rem;
  }
  .c-faq-item__cross {
    right: 1.5rem;
    top: 2.1rem;
  }
  .c-faq-item__data {
    font-size: 1.3rem;
    padding-left: 3.5rem;
  }
  .c-faq-item__data::before {
    font-size: 1.6rem;
    left: 1rem;
    top: 0;
  }
  .c-faq-item__data p {
    font-size: 1.3rem;
  }
  .c-feature-item__inner {
    padding: 7.6rem 2.4rem;
    min-height: 36rem;
    padding-bottom: 2rem;
  }
  .c-feature-item__num {
    font-size: 1.6rem;
    width: 2rem;
  }
  .c-feature-item__sub-title {
    font-size: 2.6rem;
  }
  .c-feature-item__thumb {
    width: 16.8rem;
    height: 11.3rem;
  }
  .c-feature-item__desc-wrapper {
    width: 100%;
  }
  .c-feature-item__desc-wrapper p {
    font-size: 1.2rem;
  }
  .c-feature-item__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .c-flow-item {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
  }
  .c-flow-item::before {
    font-size: 1.4rem;
  }
  .c-flow-item__heading {
    font-size: 1.6rem;
  }
  .c-flow-item__desc {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .c-flow-item__desc p {
    font-size: 1.3rem;
  }
  .c-flow-item__desc--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-footer-page-links {
    padding-inline: 1rem;
    padding-top: 5rem;
  }
  .c-footer-page-links .l-content {
    padding-bottom: 2rem;
  }
  .c-footer-page-links .c-headset {
    margin-bottom: 1.3rem;
  }
  .c-footer-page-links__list--rows3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-footer-page-links__list--rows4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-footer__page-top {
    width: 6rem;
    right: 3.6rem;
    left: auto;
    top: -3rem;
  }
  .c-footer__page-top > .in-arrow {
    width: 0.5rem;
  }
  .c-footer__inner {
    max-width: 100%;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-footer__company-info-wrapper {
    display: contents;
  }
  .c-footer__logo-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-inline: 3.4rem;
    margin-bottom: 2.6rem;
  }
  .c-footer__info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 1.7rem 3rem 2.2rem;
  }
  .c-footer__link-list-wrapper {
    display: contents;
  }
  .c-footer__link-list-inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .c-footer__group-list {
    width: 100%;
    gap: 0;
  }
  .c-footer__group-item > a, .c-footer__group-item > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px #c5d0e9;
    height: 5rem;
    padding-inline: 3rem;
    color: var(--font-color);
  }
  .c-footer__group-item > a > .in-mobile-angle, .c-footer__group-item > button > .in-mobile-angle {
    display: block;
    width: 1.4rem;
  }
  .c-footer__group-item > a .c-toggle-plus, .c-footer__group-item > button .c-toggle-plus {
    display: block;
  }
  .c-footer__sub-group-list {
    margin-top: 0;
  }
  .c-footer__sub-group-list .c-footer__link-list {
    padding: 0;
    gap: 0.5rem;
  }
  .c-footer__mobile-list-wrapper > ul {
    padding-inline: 3rem;
    background-color: #edf6fd;
    width: calc(100% - 2rem);
    margin-inline: auto;
    border-radius: 1rem;
    padding-block: 3rem;
    -webkit-box-shadow: inset 0 0 1rem 0.2rem rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 1rem 0.2rem rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
  }
  .c-footer__footer {
    margin-top: 0;
    border: none;
  }
  .c-footer__footer-inner {
    max-width: calc(100% - 4rem);
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    height: auto;
  }
  .c-footer__policy-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.4rem;
    padding-inline: 3rem;
  }
  .c-footer__copyright {
    border-top: solid 1px #c5d0e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 4.8rem;
    margin-top: 1.7rem;
  }
  .c-form-item__required {
    font-size: 1.1rem;
  }
  .c-form-item__title {
    font-size: 1.4rem;
  }
  .c-form-item__data {
    font-size: 1.3rem;
  }
  .c-form-item__data p {
    font-size: 1.3rem;
  }
  .c-form-item__data .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label::before {
    width: 1.6rem;
  }
  .c-form-item__data .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label::after {
    width: 1rem;
    left: 0.3rem;
  }
  .c-form-item__data .wpcf7-form-control-wrap .wpcf7-text,
  .c-form-item__data .wpcf7-form-control-wrap .wpcf7-textarea {
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
  }
  .c-form-item__data .wpcf7-form-control-wrap .wpcf7-number {
    padding: 0.5rem 1rem;
  }
  .c-form-item__data .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
    padding-left: 2.3rem;
  }
  .c-form-item__data .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label::before {
    width: 1.8rem;
  }
  .c-form-item__data .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label::after {
    width: 1.8rem;
  }
  .c-form-item__data .wpcf7-form-control-wrap [name=birth-month],
  .c-form-item__data .wpcf7-form-control-wrap [name=birth-day],
  .c-form-item__data .wpcf7-form-control-wrap [name=graduation-month] {
    width: 5.5rem;
  }
  .c-form-item__data .wpcf7-form-control-wrap:has(select)::after {
    right: 1rem;
  }
  .c-form-item__data .wpcf7-form-control-wrap:has(select) select {
    font-size: 1.3rem;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
  }
  .c-form-item__data--flex .wpcf7-form-control-wrap .wpcf7-radio {
    gap: 1rem;
  }
  .c-form-item__data-inner-flex {
    gap: 1rem;
  }
  .c-form-item__data-inner-flex > .in-container {
    gap: 0.3rem;
    font-size: 1.3rem;
  }
  .c-form-item--col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-form-item--half {
    width: 100%;
  }
  .c-form-item--1of3 {
    width: 100%;
  }
  .c-form-item--1of4 {
    width: calc(50% - 1rem);
  }
  .c-gradient-bg::before {
    background: radial-gradient(ellipse 100% 80%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0.7));
    -webkit-transform: translate(-50%, -50%) rotate(20deg);
            transform: translate(-50%, -50%) rotate(20deg);
  }
  .c-gradient-bg--no-rotate::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  .c-gradient-text {
    font-size: 2rem;
  }
  .c-ham-menu {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    max-height: 100vh;
    display: block;
    padding-block: 2rem 10.5rem;
  }
  .c-ham-menu .c-header__toggle-button {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: auto;
    background-color: white;
    margin-inline: auto 2rem;
    z-index: 10;
    margin-bottom: 2rem;
  }
  .c-ham-menu__inner {
    display: block;
  }
  .c-ham-menu__link-list-wrapper {
    display: block;
  }
  .c-ham-menu__group-list {
    gap: 0;
  }
  .c-ham-menu__group-item {
    border-bottom: solid 1px #c5d0e9;
  }
  .c-ham-menu__group-item > a, .c-ham-menu__group-item > button {
    width: 100%;
    height: 5rem;
    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;
    padding-inline: 3rem;
    color: var(--font-color);
    font-weight: 500;
  }
  .c-ham-menu__group-item > a > .in-mobile-angle, .c-ham-menu__group-item > button > .in-mobile-angle {
    display: block;
    width: 1.4rem;
    height: auto;
  }
  .c-ham-menu__group-item > a .c-toggle-plus, .c-ham-menu__group-item > button .c-toggle-plus {
    display: block;
  }
  .c-ham-menu__sub-group-list {
    padding-inline: 3rem;
  }
  .c-ham-menu__sub-group-list .c-ham-menu__link-list {
    padding-inline: 0;
  }
  .c-ham-menu__sub-group-item .c-ham-menu__link-list {
    gap: 0.5rem;
  }
  .c-ham-menu__mobile-list-wrapper > ul {
    padding: 2.4rem 3rem;
    background-color: white;
    width: calc(100% - 2rem);
    margin-inline: auto;
    border-radius: 1rem;
    -webkit-box-shadow: inset 0 0 1rem 0.2rem rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 1rem 0.2rem rgba(0, 0, 0, 0.1);
    margin-top: 0;
  }
  .c-ham-menu__mobile-list-wrapper > ul > button {
    padding-inline: 3rem;
    height: 3.4rem;
    border-bottom-color: transparent;
  }
  .c-ham-menu__link-list {
    gap: 0.8rem;
  }
  .c-ham-menu__link-item > a {
    font-size: 1.3rem;
  }
  .c-ham-menu__recruit-list-wrapper {
    display: none;
  }
  .c-header-info {
    padding-left: 1rem;
  }
  .c-header-info__item {
    gap: 0.8rem;
    width: auto;
  }
  .c-header-info__time {
    font-size: 1.2rem;
  }
  .c-header-info__title {
    font-size: 1.2rem;
  }
  .c-header-recruit__button--col2 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .c-header-recruit__button--col3 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .c-header-recruit__button--col4 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .c-header__title-wrapper {
    top: 2.3rem;
    left: 1.6rem;
  }
  .c-header__logo {
    width: 18.8rem;
  }
  .c-header__title {
    font-size: 1.3rem;
  }
  .c-header__toggle-button-wrapper {
    display: block;
    top: 1.2rem;
    right: 1.5rem;
  }
  .c-header__entry-link-list {
    display: none;
  }
  .c-header__toggle-button {
    width: 100%;
    border-radius: 0.3rem;
    gap: 0.5rem;
    width: 6rem;
    border-width: 1px;
  }
  .c-header__toggle-button-inner {
    width: 3.3rem;
    height: 1.5rem;
  }
  .c-header__toggle-button-inner > .in-bar {
    width: 2.3rem;
  }
  .c-header__toggle-button-inner > .in-bar--top {
    left: auto;
    right: 0;
  }
  .c-header__toggle-button-text {
    font-size: 1rem;
  }
  .c-header--home .c-header__title-wrapper {
    left: 2.5rem;
    top: 6.2rem;
  }
  .c-header--home .c-header__toggle-button-wrapper {
    top: 5.2rem;
    right: 1.5rem;
  }
  .c-header__breadcrumb-wrapper {
    top: 8.5rem;
  }
  .c-heading-en {
    font-size: 1.6rem;
  }
  .c-heading-talk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-heading-talk__theme {
    font-size: 1rem;
    padding: 0.2rem 0.5rem 0;
  }
  .c-heading-talk__main {
    font-size: 1.8rem;
  }
  .c-heading-ub {
    font-size: 2rem;
  }
  .c-heading-with-en {
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
  .c-heading-with-en .c-heading {
    font-size: 2rem;
  }
  .c-heading-with-en .c-heading-en {
    margin-left: 0;
    font-size: 1.4rem;
  }
  .c-heading {
    font-size: 2rem;
    letter-spacing: 0.5px;
  }
  .c-heading--small {
    font-size: 1.8rem;
  }
  .c-headset-with-image {
    border-radius: 0.5rem;
    padding: 0;
    aspect-ratio: 2/1;
  }
  .c-headset-with-image__inner {
    padding: 2rem;
  }
  .c-headset-with-image__heading {
    font-size: 2.4rem;
  }
  .c-headset__sub {
    font-size: 1.6rem;
  }
  .c-headset__main {
    font-size: 4.4rem;
  }
  .c-image-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .c-image-list__item-heading {
    font-size: 1.6rem;
  }
  .c-image-list__item-heading--center-left {
    text-align: left;
  }
  .c-image-list__item-text {
    font-size: 1.2rem;
  }
  .c-image-list--col2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-image-list--col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-interview-talk {
    --before-height: 4rem;
  }
  .c-interview-talk::before {
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    -webkit-mask-position: top center;
            mask-position: top center;
  }
  .c-interview__head > .in-button-wrapper {
    display: none;
  }
  .c-interview__title {
    font-size: 3.6rem;
  }
  .c-interview__swiper-wrapper {
    margin-top: 2rem;
    display: block;
  }
  .c-interview__current-swiper {
    width: 100%;
  }
  .c-interview__control {
    position: absolute;
    width: calc(100% + 4rem);
    top: 13rem;
    left: -2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    padding-inline: 1.5rem;
    z-index: 1;
    pointer-events: none;
  }
  .c-interview__control > .in-button img {
    width: 2rem;
  }
  .c-interview__control > .in-fraction {
    display: none;
  }
  .c-interview__swiper {
    display: none;
  }
  .c-job-item {
    aspect-ratio: auto;
    background-color: transparent;
    border-radius: 0;
  }
  .c-job-item__bg {
    aspect-ratio: 52/30;
    height: auto;
    border-radius: 0.8rem;
    overflow: hidden;
  }
  .c-job-item__inner {
    aspect-ratio: 52/30;
    width: 100;
    height: auto;
    padding: 0;
    gap: 1rem;
    padding: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .c-job-item__desc-wrapper {
    width: 100%;
  }
  .c-job-item__desc-wrapper p {
    font-size: 1.2rem;
  }
  .c-job-item__heading {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .c-job-item .c-arrow-square {
    width: 2.8rem;
  }
  .c-jobs-works-tabs__tablist {
    gap: 0.8rem;
  }
  .c-jobs-works-tabs__tab {
    width: calc(50% - 0.4rem);
    min-height: 4.4rem;
    font-size: 1.3rem;
  }
  .c-jobs-works-tabs__panel {
    padding: 3rem 2rem;
  }
  .c-jobs-works-tabs__panel-heading {
    font-size: 2rem;
  }
  .c-jobs-works-tabs__sections {
    gap: 3rem;
    margin-top: 2rem;
  }
  .c-jobs-works-tabs__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
  .c-jobs-works-tabs__row-label {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .c-jobs-works-tabs__row-label .c-gradient-text {
    font-size: 2rem;
  }
  .c-jobs-works-tabs__icon {
    width: 5rem;
  }
  .c-jobs-works-tabs__row:nth-child(2) .c-jobs-works-tabs__row-body, .c-jobs-works-tabs__row:nth-child(3) .c-jobs-works-tabs__row-body {
    padding-top: 0;
  }
  .c-jobs-works-tabs__row-body {
    padding-top: 0;
  }
  .c-jobs-works-tabs__lead {
    font-size: 1.6rem !important;
  }
  .c-jobs-works-tabs__desc {
    font-size: 1.3rem;
  }
  .c-jobs-works-tabs__people-card {
    padding: 2rem 2rem 2rem 5.5rem;
  }
  .c-jobs-works-tabs__people-card-icon {
    left: 1.6rem;
    top: 2.2rem;
    width: 2.4rem;
  }
  .c-jobs-works-tabs__people-card-heading {
    font-size: 1.6rem;
  }
  .c-jobs-works-tabs__people-card-text {
    font-size: 1.3rem;
  }
  .c-jobs-works-tabs__study-lines {
    font-size: 1.3rem;
    gap: 0.5rem 1rem;
  }
  .c-loading__inner img {
    width: 26rem;
  }
  .c-member-item {
    height: auto;
  }
  .c-member-item__department {
    margin-bottom: 0.4rem;
  }
  .c-mv-slide__text {
    width: 100%;
  }
  .c-mv-slide__people img {
    height: 55rem;
  }
  .c-mv-slide__people img.is-01 {
    -webkit-transform: translate(2rem, 11rem);
            transform: translate(2rem, 11rem);
  }
  .c-mv-slide__people img.is-02 {
    -webkit-transform: translate(0, 11rem);
            transform: translate(0, 11rem);
  }
  .c-news-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1.4rem;
  }
  .c-news-item__date-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.3rem;
    width: auto;
  }
  .c-news-item__year {
    -webkit-transform: translate(0, -0.5rem);
            transform: translate(0, -0.5rem);
  }
  .c-news-item__cat {
    width: auto;
    text-align: right;
  }
  .c-news-item__title {
    width: 100%;
    font-size: 1.4rem;
  }
  .c-number-list__item {
    font-size: 1.3rem;
  }
  .c-office-item__head {
    -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: 1rem;
  }
  .c-office-item__head .c-office-item__heading {
    margin-block: 0;
  }
  .c-office-item__heading {
    font-size: 2rem;
    margin-block: 1.5rem 1rem;
  }
  .c-office-item__note {
    position: relative;
    text-align: right;
    right: auto;
  }
  .c-office-item__labels--col {
    max-width: none;
  }
  .c-office-item__label {
    font-size: 1rem;
    padding-inline: 0.5rem;
  }
  .c-office-item__overview-list {
    font-size: 1.3rem;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    padding-top: 1rem;
  }
  .c-office-item__overview-data > .in-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-office-item__badge {
    width: 12rem;
    top: 1rem;
    right: -2rem;
  }
  .c-office-item__badge img {
    width: 10rem;
    margin-inline: auto;
  }
  .c-office-item__badge p {
    font-size: 0.9rem;
    margin-top: -0.3rem;
  }
  .c-office-item__shift-arrow {
    width: 6.2rem;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .c-office-item--rd-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .c-office-item--rd-wrapper .c-office-item:first-of-type {
    padding-bottom: 4.5rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .c-office-item--rd-wrapper .c-office-item + .c-office-item {
    padding-top: 3.5rem;
  }
  .c-page-bg::before {
    background-image: url(../images/common/sp-hero-bg.png);
    background-position: center 8rem;
  }
  .c-page-content:not(.c-page-content--not-border-bg) {
    padding-block: 4rem;
    background-size: 200% auto;
    background-position: left top 20rem;
  }
  .c-page-content :where(p) {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .c-page-content .l-content {
    width: 100%;
  }
  .c-page-content .c-page-title {
    margin-block: 2rem 1rem;
  }
  .c-page-content .c-heading-with-en {
    margin-block: 5rem 2rem;
  }
  .c-page-content .c-image-list {
    margin-block: 2rem 4rem;
  }
  .c-page-hero {
    padding-top: 8.5rem;
    min-height: 10rem;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 5rem;
  }
  .c-page-hero__inner {
    padding-left: 0;
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .c-page-hero__inner p {
    line-height: 1.8;
  }
  .c-page-hero__inner--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-page-hero__label {
    font-size: 1.4rem;
  }
  .c-page-hero__headset {
    padding-bottom: 0;
    position: relative;
    top: auto;
  }
  .c-page-hero__sub-heading {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .c-page-hero__main-heading {
    font-size: 4.2rem;
    line-height: 1.2;
  }
  .c-page-hero__content-wrapper {
    margin-top: 0;
    width: 100%;
    margin-bottom: 6rem;
  }
  .c-page-hero__content-wrapper p {
    font-size: 1.4rem;
  }
  .c-page-hero__content-heading {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  main:has(.c-page-bg--fixed img) .c-page-hero {
    height: min(65rem, 97svh);
    padding-bottom: 5rem;
  }
  main:has(.c-page-bg--fixed img) .c-page-hero__content-wrapper {
    margin-bottom: 0;
  }
  .c-page-title {
    font-size: 2rem;
  }
  .c-pagination__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-prev-next__list {
    -ms-grid-columns: 1fr 1.2fr 1fr;
    grid-template-columns: 1fr 1.2fr 1fr;
  }
  .c-prev-next__link {
    font-size: 1.3rem;
  }
  .c-prev-next__link--prev {
    padding-left: 0;
    text-align: center;
  }
  .c-prev-next__link--list {
    gap: 0.6rem;
  }
  .c-prev-next__link--next {
    padding-right: 0;
    text-align: center;
  }
  .c-program-item__head {
    padding: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .c-program-item__heading {
    font-size: 1.8rem;
  }
  .c-program-item__desc-wrapper p {
    font-size: 1.3rem;
  }
  .c-program-item__overview {
    font-size: 1.3rem;
    padding: 1rem;
  }
  .c-program-item__toggle-inner {
    padding: 2rem;
  }
  .c-program-item__contents-list-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .c-program-item__content {
    font-size: 1.3rem;
  }
  .c-program-item__date-list {
    margin-top: -1rem;
  }
  .c-program-item__button-wrapper .c-button-arrow {
    width: 100%;
  }
  .c-recruit-content {
    border-radius: 0 1rem 1rem 0/0 1rem 1rem 0;
    padding: 2rem 3rem;
  }
  .c-recruit-content__inner--graduate-detail {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
  .c-recruit-content__inner--graduate-detail .c-recruit-content__link-list {
    border-right: none;
  }
  .c-recruit-content__head {
    -ms-grid-columns: 8rem 1fr;
    grid-template-columns: 8rem 1fr;
    gap: 1.2rem 1.5rem;
  }
  .c-recruit-content__desc-head {
    -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-recruit-content__desc-wrapper {
    display: contents;
  }
  .c-recruit-content__heading {
    font-size: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0.7rem;
  }
  .c-recruit-content__heading .c-arrow-square {
    width: 2.4rem;
  }
  .c-recruit-content__link-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-recruit-content__link-list {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-top: 0;
    padding-top: 1rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .c-recruit-content__button-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  .c-recruit-content__button-content > .in-heading {
    margin-bottom: 0.5rem;
  }
  .c-recruit-content__mynavi-button > .in-blank {
    bottom: 1.4rem;
    right: 1.4rem;
  }
  .c-recruit-content__mynavi-button > .in-text--small {
    font-size: 1.5rem;
  }
  .c-recruit-content__button-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .c-recruit-content__button > .in-blank {
    right: 0.5rem;
    bottom: 0.5rem;
  }
  .c-recruit-content__button > .in-text {
    font-size: 1.2rem;
  }
  .c-recruit-content--graduate-entry .c-recruit-content__head {
    -ms-grid-columns: 8rem 1fr;
    grid-template-columns: 8rem 1fr;
    gap: 1.2rem 1.5rem;
  }
  .c-recruit-content--graduate-entry .c-recruit-content__button-wrapper {
    border-top: solid 1px white;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-top: 0;
    padding-top: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-recruit {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
  .c-recruit::before {
    background-image: url(../images/footer/sp-recruit-bg.png);
    background-size: 100% calc(100% - 7rem);
  }
  .c-recruit__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 0;
  }
  .c-recruit__heading {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  .c-recruit__links-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.1rem;
    width: calc(100% + 2rem);
    margin-left: -2rem;
  }
  .c-section-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .c-section-head__desc-wrapper {
    width: 100%;
    padding-bottom: 0;
  }
  .c-section-head__desc-wrapper p {
    font-size: 1.6rem;
  }
  .c-slide-list {
    padding-block: 3.6rem 2rem;
  }
  .c-slide-list__swiper {
    padding-left: 2rem;
  }
  .c-slide-list__item {
    padding-right: 3.3rem;
  }
  .c-slide-list__button-wrapper {
    padding-inline: 2.6rem;
  }
  .c-slide-list__button {
    width: 3.4rem;
  }
  .c-slide-list__button img {
    width: 1.3rem;
  }
  .c-table th {
    font-size: 1.4rem;
  }
  .c-table td {
    font-size: 1.3rem;
  }
  .c-table__body th,
  .c-table__body td {
    padding-block: 1rem;
  }
  .c-talk-item__inner {
    padding: 4.7rem 4rem 5.8rem 5rem;
  }
  .c-talk-item__label {
    top: 2.8rem;
  }
  .c-talk-item__head {
    margin-bottom: 0;
  }
  .c-talk-item__head .c-arrow-square {
    width: 4rem;
    margin-right: -1rem;
  }
  .c-talk-item__thumb {
    margin-top: 2.5rem;
  }
  .c-talk-item__title {
    font-size: 1.8rem;
  }
  .c-talk-item__department {
    font-size: 1.1rem;
  }
  .c-talk-item__num {
    font-size: 2.8rem;
  }
  .c-talk-session__heading {
    font-size: 3.6rem;
  }
  .c-talk-session__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
    width: calc(100% + 2rem);
    margin-inline: -1rem;
  }
  .c-talk {
    -ms-grid-columns: 8rem 1fr;
    grid-template-columns: 8rem 1fr;
    gap: 1rem;
  }
  .c-talk__image-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  .c-talk__image {
    width: 6rem;
  }
  .c-talk__initail {
    font-size: 1.3rem;
    text-align: left;
  }
  .c-talk__department {
    font-size: 1rem;
  }
  .c-talk__position {
    font-size: 1rem;
  }
  .c-talk__comment-wrapper {
    padding-top: 1rem;
    padding-left: 1rem;
  }
  .c-talk--image-large .c-talk__initail {
    font-size: 1.6rem;
  }
  .c-talk--image-large .c-talk__department {
    font-size: 1.1rem;
  }
  .c-textbox-with-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .c-textbox-with-image__text-wrapper {
    width: 100%;
  }
  .c-textbox-with-image__image-wrapper {
    width: 100%;
  }
  .c-textbox-with-image--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-toc-entry {
    display: none;
  }
  .c-toc {
    min-height: 6rem;
    padding: 2rem 0;
  }
  .c-toc::before {
    inset: -70%;
    left: 50%;
    top: 50%;
    opacity: 0.7;
    -webkit-transform: translate(-50%, -50%) rotate(2deg);
            transform: translate(-50%, -50%) rotate(2deg);
  }
  .c-toc__mobile-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    color: white;
    padding-inline: 2.3rem 1.4rem;
  }
  .c-toc__mobile-current > .in-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .c-toc__mobile-current > .in-text::before {
    content: "";
    display: block;
    width: 1rem;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: white;
  }
  .c-toc__mobile-current > .in-arrows {
    width: 0.8rem;
  }
  .c-toc__heading {
    display: none;
  }
  .c-toc__list-wrapper {
    padding-top: 2rem;
  }
  .c-toc__item {
    padding-left: 4.3rem;
  }
  .c-toc__item::before {
    left: 2rem;
  }
  .c-toc__item--heading {
    display: none;
  }
  .c-training-category {
    padding-bottom: 2rem;
  }
  .c-training-category .c-headset-with-image {
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
  .c-training-category .c-headset-with-image__heading {
    font-size: 2rem;
  }
  .c-training-category__inner {
    padding-inline: 0rem;
  }
  .c-training-category__heading {
    font-size: 1.8rem;
    margin-block: 3rem 1rem;
  }
  .c-training-category__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-training-category__item {
    padding: 1.5rem;
  }
  .c-training-category__item-heading {
    font-size: 1.6rem;
  }
  .c-training-modal {
    max-height: calc(100svh - 6rem);
  }
  .c-training-modal__inner {
    padding: 2rem;
    padding-block: 0 4rem;
  }
  .c-training-modal p {
    font-size: 1.3rem;
  }
  .c-training-modal__headset {
    margin-bottom: 1.5rem;
  }
  .c-training-modal__head-entry {
    font-size: 1.6rem;
  }
  .c-training-modal__heading {
    font-size: 2.2rem;
  }
  .c-training-modal__contents {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
  .c-training-modal__image-contents-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 1rem;
    gap: 1rem;
    line-height: 1.2;
  }
  .c-training-modal__position {
    font-size: 1.2rem;
  }
  .c-training-modal__entry {
    font-size: 1rem;
  }
  .c-training-modal__item {
    padding: 1rem 2rem 2rem;
  }
  .c-training-modal__item-copy {
    font-size: 1.8rem;
  }
  .c-training-modal__close {
    width: 4rem;
    height: 4rem;
  }
  .c-training-story {
    width: auto;
    height: auto;
    aspect-ratio: 26/22;
    margin-left: 0;
    -webkit-box-shadow: 0 0 1rem 0.2rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1rem 0.2rem rgba(0, 0, 0, 0.2);
  }
  .c-training-story__inner {
    padding-left: 2.5rem;
  }
  .c-training-story__entry {
    font-size: 1.4rem;
  }
  .c-training-story__heading {
    font-size: 2.2rem;
  }
  .c-training-story__plus {
    width: 4rem;
  }
  .c-training-story.is-current {
    width: auto;
  }
  .c-type-item__heading {
    font-size: 2rem;
  }
  .c-welfare-item {
    padding: 1rem;
  }
  .c-welfare-item__icon {
    width: 6rem;
    margin-bottom: 0.5rem;
  }
  .c-welfare-item__icon img {
    width: 3rem;
  }
  .c-welfare-item__heading {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .c-work-mobile-card__page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .c-work-mobile-card__page-link > .in-text {
    color: var(--main-color);
    font-size: 1.2rem;
  }
  .p-404__heading {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .p-404 p {
    font-size: 1.3rem;
  }
  .p-404 .c-page-content {
    padding-top: 8rem;
  }
  .p-archive-interview .l-content {
    padding-bottom: 10rem;
  }
  .p-archive-interview .l-content:has(.c-pagination) {
    padding-bottom: 8rem;
  }
  .p-archive-interview__contents-wrapper {
    padding-bottom: 10rem;
  }
  .p-archive-interview__search-heading {
    padding-inline: 2rem 1rem;
  }
  .p-archive-interview__search-inner {
    padding: 2rem;
  }
  .p-archive-interview__search-list-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-archive-interview__search-list {
    padding-left: 0.5rem;
  }
  .p-archive-interview__button-wrapper {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin-top: 3rem;
  }
  .p-archive-interview__clear-button {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .p-archive-interview__404 {
    font-size: 1.3rem;
  }
  .p-archive-interview__post-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-archive-news .l-toc-content {
    gap: 3rem;
  }
  .p-archive-news .c-toc__item.is-current {
    display: none;
  }
  .p-archive-news main {
    padding-bottom: 22rem;
  }
  .p-business .c-page-content {
    padding-block: 4rem;
  }
  .p-business .c-page-content .l-content {
    padding-bottom: 0;
  }
  .p-business__service-desc {
    width: 100%;
  }
  .p-business__service-anchor-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .p-business__parallax-bg-text {
    font-size: 10rem;
    left: 0;
    top: calc(50% + 1rem);
  }
  .p-business__parallax-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-block: 8rem;
  }
  .p-business__parallax-heading {
    font-size: 3.2rem;
  }
  .p-business__parallax-sub {
    font-size: 1.6rem;
  }
  .p-business__desc-para p {
    font-size: 1.3rem;
  }
  .p-business__product-list {
    gap: 2rem 1rem;
  }
  .p-business__product-list .c-image-list__item-text p {
    font-size: 1.3rem;
  }
  .p-business__product-item-heading {
    font-size: 1.6rem;
  }
  .p-business__system-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-career-path .c-page-content .l-content {
    padding-bottom: 0;
  }
  .p-career-path .c-page-content .c-text-copy {
    font-size: 1.6rem;
  }
  .p-career-path__desc-wrapper {
    padding-block: 6rem 7rem;
  }
  .p-career-path__desc-wrapper p {
    text-align: left;
  }
  .p-career-path__flow {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .p-career-path__flow-wrapper {
    margin-top: 2rem;
  }
  .p-career-path__flow-inner-wrapper {
    padding: 2rem;
  }
  .p-career-path__flow-inner-wrapper::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  .p-career-path__flow-note {
    font-size: 1.1rem;
  }
  .p-career-path__flow-item {
    -ms-grid-columns: 3.2rem 1fr;
    grid-template-columns: 3.2rem 1fr;
    gap: 3rem 1rem;
  }
  .p-career-path__flow-item--1fr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    padding-left: 4.2rem;
  }
  .p-career-path__flow-item--mobile-mt-adjust .c-career-flow__item-inner {
    border-radius: 0 0 1rem 1rem/0 0 1rem 1rem;
  }
  .p-career-path__flow-heading {
    background: linear-gradient(to bottom, var(--item-color) calc(100% - 1rem), transparent calc(100% - 1rem));
    font-size: 1.4rem;
  }
  .p-career-path__flow-heading > .in-num {
    letter-spacing: 0.05rem;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
  .p-career-path__flow-heading--no-angle {
    background: var(--item-color);
  }
  .p-career-path__direction {
    padding: 0;
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p-career-path__direction-tab-list {
    width: 100%;
    position: relative;
    top: auto;
  }
  .p-career-path__direction-contents-wrapper {
    width: 100%;
    padding: 3rem 2rem;
    padding: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .p-career-path__acordion {
    background-color: #edf6fd;
    border-radius: 1rem;
    padding: 1.6rem;
    position: relative;
  }
  .p-career-path__direction-mobile-toggle {
    display: block;
    padding-block: 0.5rem;
    padding-left: 2rem;
    position: relative;
    width: 100%;
    color: white;
    -webkit-transition: color 0.3s, padding 0.3s;
    transition: color 0.3s, padding 0.3s;
    text-align: left;
    font-size: 1.4rem;
    color: var(--main-color);
  }
  .p-career-path__direction-mobile-toggle::before {
    content: "";
    display: block;
    width: 1rem;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: linear-gradient(330deg, #4072c0, #00378c);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .p-career-path__direction-cross {
    display: block;
    width: 3.2rem;
    aspect-ratio: 1/1;
    background-color: white;
    border-radius: 0.6rem;
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    pointer-events: none;
  }
  .p-career-path__direction-cross::before, .p-career-path__direction-cross::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 0.2rem;
    background-color: var(--accent-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-career-path__direction-cross::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-career-path__direction-cross.is-active::after {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-career-path__direction-content > *:first-child {
    margin-top: 2.4rem !important;
  }
  .p-career-path__direction-content .c-heading-ub {
    margin-top: 3rem;
  }
  .p-career-path__direction-content .c-image-list {
    gap: 3rem;
  }
  .p-career-path__skill-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
  }
  .p-career-path__skill-list--flex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem 1.5rem;
    gap: 3rem 1.5rem;
  }
  .p-career-path__skill-item > .in-icon {
    width: 5rem;
    margin-bottom: 1rem;
  }
  .p-career-path__skill-item > .in-icon img {
    width: 3rem;
  }
  .p-career-path__skill-item > .in-heading {
    font-size: 1.55rem;
  }
  .p-career-path__skill-item > .in-heading--long {
    font-size: 1.25rem;
  }
  .p-career-path__skill-item > .in-heading--small {
    font-size: 1.35rem;
  }
  .p-career-path__skill-item p {
    font-size: 1.1rem;
  }
  .p-career-path__skill-charm-wrapper {
    padding: 2rem 2rem 3rem;
  }
  .p-career-path__skill-charm-wrapper .c-heading-ub {
    font-size: 2rem;
    padding-inline: 0;
  }
  .p-career-path__skill-charm-list {
    padding: 2rem;
  }
  .p-career-path__skill-charm {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-block: 1rem;
  }
  .p-career-path__skill-charm > .in-heading {
    font-size: 1.8rem;
    padding-left: 3.5rem;
  }
  .p-career-path__interview {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }
  .p-career-path__interview-image {
    aspect-ratio: 1/1;
  }
  .p-career-path__interview-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-career-path__interview-head {
    -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;
  }
  .p-career-path__interview-department {
    margin-bottom: 0.7rem;
  }
  .p-career-path__interview-initial {
    font-size: 1.6rem;
  }
  .p-career-path__interview-date {
    font-size: 1.1rem;
  }
  .p-career-path__interview-history {
    font-size: 1.1rem;
  }
  .p-career-path__rotation-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-career-path__rotation-item {
    padding: 2rem;
  }
  .p-career-path__rotation-item .c-gradient-text {
    font-size: 2rem;
  }
  .p-career-path__rotation-item > .in-heading {
    margin-block: 2rem 1rem;
    font-size: 1.6rem;
  }
  .p-career-path__rotation-item--row3 {
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .p-career-path__flow-example-wrapper {
    padding: 2rem;
  }
  .p-career-path__flow-example-list {
    gap: 2rem;
  }
  .p-career-path__support-wrapper .c-page-content {
    padding-block: 5rem;
  }
  .p-career-path__support-list-wrapper {
    padding: 2rem;
  }
  .p-career-path__support-list-wrapper .c-image-list {
    margin: 0;
    gap: 3rem 1rem;
  }
  .p-career-path__support-list-wrapper .c-image-list .c-image-list__item-heading {
    font-size: 1.45rem;
  }
  .p-career-path__support-list-wrapper .c-image-list p {
    font-size: 1.2rem;
  }
  .p-career-path__support-button-wrapper {
    margin-top: 2rem;
  }
  .p-career-path__support-button-wrapper .c-button-arrow {
    margin-inline: auto;
  }
  .p-career__message-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .p-career__message-image-wrapper img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .p-career__message-name > .in-position {
    font-size: 1.2rem;
  }
  .p-career__message-name > .in-name {
    font-size: 2rem;
  }
  .p-career__type-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-career__entry-empty {
    height: 6rem;
    font-size: 1.4rem;
  }
  .p-chemical .c-page-content .l-content {
    padding-bottom: 0;
  }
  .p-chemical__labels {
    font-size: 1.3rem;
    gap: 0.5rem 1rem;
  }
  .p-chemical__works {
    padding-block: 6rem;
  }
  .p-chemical__works-list {
    margin-top: 2rem;
    gap: 3rem;
  }
  .p-chemical__works-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-chemical__works-item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-chemical__works-item-image-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1rem;
  }
  .p-chemical__works-item-desc-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0rem 1rem;
  }
  .p-chemical__works-item-desc-wrapper::before {
    font-size: 3rem;
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.4rem;
  }
  .p-chemical__works-item-desc-wrapper p {
    font-size: 1.3rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .p-chemical__works-item-heading {
    font-size: 1.8rem;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 6rem);
  }
  .p-chemical__value-wrapper {
    padding-block: 8rem;
  }
  .p-chemical__value-list {
    margin-top: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-chemical__value-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem;
    position: relative;
  }
  .p-chemical__value-item::before {
    font-size: 3rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
    margin-top: -0.8rem;
  }
  .p-chemical__value-item .c-gradient-text {
    font-size: 1.8rem;
    padding-left: 4.5rem;
  }
  .p-chemical__people-wrapper {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  .p-chemical__people-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .p-chemical__people-item {
    padding: 2rem;
    gap: 1rem;
  }
  .p-chemical__people-item-head {
    gap: 0.8rem;
  }
  .p-chemical__people-item-icon img {
    width: 1.8rem;
  }
  .p-chemical__people-item-heading {
    font-size: 1.6rem;
  }
  .p-chemical__people-item-text {
    font-size: 1.3rem;
  }
  .p-chemical__message {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-chemical__message-desc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-chemical__message-desc-wrapper p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-chemical__message-overview {
    margin-block: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-chemical__message-button-wrapper {
    margin-top: 2rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-chemical__message-button-wrapper .c-button-arrow {
    margin-inline: auto;
  }
  .p-chemical .c-page-content.c-color-gradient {
    padding-block: 4rem;
  }
  .p-company__origin-head img {
    width: 24rem;
  }
  .p-company__origin-inner {
    padding: 1.8rem 2rem 2.2rem;
  }
  .p-company__origin-content-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .p-company__origin-content {
    padding: 2rem;
  }
  .p-company__origin-content::before {
    inset: -70%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  .p-company__origin-content > .in-image {
    margin-bottom: 0.5rem;
  }
  .p-company__origin-content > .in-arc {
    width: 5rem;
  }
  .p-company__origin-content > .in-chemicals {
    width: 12rem;
  }
  .p-company__origin-content p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .p-company__origin-plus {
    width: 2.2rem;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .p-company__origin-desc {
    font-size: 1.3rem;
    text-align: left;
  }
  .p-company__strengths-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .p-company__strengths-heading {
    font-size: 1.6rem;
  }
  .p-company__contribution-content-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 2rem 3rem;
  }
  .p-company__annotation {
    text-align: left;
  }
  .p-crosstalk .c-page-content .l-content {
    padding-bottom: 0;
  }
  .p-crosstalk main:has(.c-page-bg--fixed img) .c-page-bg {
    height: 33rem;
    min-height: 0;
  }
  .p-crosstalk main:has(.c-page-bg--fixed img) .c-page-hero {
    height: 33rem;
    min-height: 0;
    padding-bottom: 4rem;
  }
  .p-crosstalk__theme-label {
    font-size: 1.4rem;
  }
  .p-crosstalk__theme-heading {
    font-size: 2.4rem;
  }
  .p-crosstalk__service {
    padding-top: 3.5rem;
  }
  .p-crosstalk__member-list {
    padding-bottom: 3rem;
  }
  .p-crosstalk__talk-section-wrapper {
    padding: 2rem;
    margin-top: 4rem;
  }
  .p-crosstalk__talk-section-wrapper .c-heading-talk {
    margin-block: 4rem 1rem;
  }
  .p-crosstalk__page-link-wrapper {
    padding-block: 4rem 10rem;
  }
  .p-crosstalk__page-link {
    width: calc(100% - 4rem);
    padding: 3rem 2rem;
  }
  .p-crosstalk__page-link-label {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding: 0.2rem 1rem;
  }
  .p-crosstalk__page-link-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .p-crosstalk__page-link-desc-wrapper .c-arrow-square {
    width: 4rem;
  }
  .p-crosstalk__page-link-heading {
    font-size: 1.8rem;
  }
  .p-crosstalk .c-interview-talk__interview-swiper-wrapper {
    margin-bottom: 3rem;
  }
  .p-data__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .p-data__list--col2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .p-data__col2-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-data__col2-item {
    max-width: 100%;
  }
  .p-entry-confirm .c-page-content > .l-content {
    padding-bottom: 0;
  }
  .p-entry-confirm__desc {
    text-align: left;
  }
  .p-entry-confirm__step-list {
    width: 24rem;
    gap: 5rem;
  }
  .p-entry-confirm .c-page-content {
    padding-top: 5rem;
  }
  .p-entry-confirm .c-form-item--col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-entry-confirm .c-form-item--half {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-entry-confirm__main-contents-wrapper {
    padding: 2rem 1.5rem;
  }
  .p-entry-thanks .c-page-content > .l-content {
    padding-bottom: 0;
  }
  .p-entry-thanks__desc {
    text-align: left;
  }
  .p-entry-thanks__step-list {
    width: 24rem;
    gap: 5rem;
  }
  .p-entry-thanks .c-page-content {
    padding-top: 5rem;
  }
  .p-entry-thanks__heading {
    font-size: 2rem;
  }
  .p-entry-thanks__address {
    width: 100%;
    padding: 2rem;
    text-align: center;
  }
  .p-entry .c-page-content > .l-content {
    padding-bottom: 0;
  }
  .p-entry__desc {
    text-align: left;
  }
  .p-entry__step-list {
    width: 24rem;
    gap: 5rem;
  }
  .p-entry .c-page-content {
    padding-top: 5rem;
  }
  .p-entry__main-contents-wrapper {
    padding: 2rem 1.5rem;
  }
  .p-entry__button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .p-entry__back-button {
    height: 5rem;
  }
  .p-entry__submit-button {
    height: 5rem;
  }
  .p-general .c-page-content .l-content {
    padding-bottom: 0;
  }
  .p-general__labels {
    font-size: 1.3rem;
    gap: 0.5rem 1rem;
  }
  .p-general__works {
    padding-block: 6rem;
  }
  .p-general__works-list {
    margin-top: 2rem;
    gap: 3rem;
  }
  .p-general__works-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-general__works-item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-general__works-item-image-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1rem;
  }
  .p-general__works-item-desc-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0rem 1rem;
  }
  .p-general__works-item-desc-wrapper::before {
    font-size: 3rem;
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.4rem;
  }
  .p-general__works-item-desc-wrapper p {
    font-size: 1.3rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .p-general__works-item-heading {
    font-size: 1.8rem;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 6rem);
  }
  .p-general__value-wrapper {
    padding-block: 8rem;
  }
  .p-general__value-list {
    margin-top: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-general__value-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem;
    position: relative;
  }
  .p-general__value-item::before {
    font-size: 3rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
    margin-top: -0.8rem;
  }
  .p-general__value-item .c-gradient-text {
    font-size: 1.8rem;
    padding-left: 4.5rem;
  }
  .p-general__people-wrapper {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  .p-general__people-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .p-general__people-item {
    padding: 2rem;
    gap: 1rem;
  }
  .p-general__people-item-head {
    gap: 0.8rem;
  }
  .p-general__people-item-icon img {
    width: 1.8rem;
  }
  .p-general__people-item-heading {
    font-size: 1.6rem;
  }
  .p-general__people-item-text {
    font-size: 1.3rem;
  }
  .p-general__message {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-general__message-desc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-general__message-desc-wrapper p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-general__message-overview {
    margin-block: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-general__message-button-wrapper {
    margin-top: 2rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-general__message-button-wrapper .c-button-arrow {
    margin-inline: auto;
  }
  .p-graduate .l-toc-content {
    padding-bottom: 32rem;
  }
  .p-graduate__message-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .p-graduate__message-image-wrapper img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .p-graduate__message-name > .in-position {
    font-size: 1.2rem;
  }
  .p-graduate__message-name > .in-name {
    font-size: 2rem;
  }
  .p-graduate__mission-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-graduate__mission-title {
    font-size: 1.6rem;
  }
  .p-graduate__entry-contents-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-block: 2rem;
  }
  .p-graduate__entry-heading {
    font-size: 2rem;
  }
  .p-graduate__entry-list-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-graduate__entry-form-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-graduate__entry-item > svg {
    bottom: 0.8rem;
    right: 0.8rem;
  }
  .p-graduate__flow-entry-wrapper {
    width: 100%;
    margin-top: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-graduate__flow-entry-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-internship .c-page-content:last-of-type {
    padding-bottom: 0;
  }
  .p-internship .c-page-content:last-of-type > .l-content {
    padding-bottom: 3rem;
  }
  .p-internship__mv-slide .c-marquee__item {
    width: 24rem;
    margin-inline: 0.5rem;
  }
  .p-internship__statement-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .p-internship__statement-desc {
    font-size: 1.3rem;
  }
  .p-internship__statement-desc > .in-copy {
    font-size: 1.6rem;
  }
  .p-internship__point-wrapper {
    padding: 2rem;
  }
  .p-internship__point-wrapper .c-image-list {
    gap: 3rem;
    margin-block: 1rem;
  }
  .p-internship__program-wrapper {
    padding-top: 6rem;
    margin-top: 0;
  }
  .p-internship__entry-button-wrapper .c-button-arrow {
    width: 100%;
    padding-inline: 1.5rem;
    height: 8rem;
  }
  .p-internship__entry-button-wrapper .c-button-arrow__text {
    font-size: 1.6rem;
  }
  .p-internship__voice-swiper {
    width: calc(100% + 4rem);
    margin-inline: -2rem;
    padding-inline: 2rem;
  }
  .p-internship__voice-item {
    width: 34rem;
  }
  .p-internship__voice-item-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem;
  }
  .p-internship__voice-item-icon {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 6rem;
  }
  .p-internship__voice-button-wrapper {
    position: relative;
    bottom: auto;
    right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
  }
  .p-internship__merit-wrapper {
    padding-top: 6rem;
    padding-bottom: 0;
  }
  .p-internship__merit-wrapper .c-image-list {
    gap: 3rem 2rem;
  }
  .p-internship__relation-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 5rem;
  }
  .p-internship__schedule-wrapper {
    padding-top: 6rem;
  }
  .p-internship__schedule-table-wrapper .c-table {
    width: 80rem;
  }
  .p-internship__schedule-button-wrapper .c-button-arrow {
    width: 100%;
    padding-inline: 1.5rem;
    height: 8rem;
  }
  .p-internship__schedule-button-wrapper .c-button-arrow__text {
    font-size: 1.6rem;
  }
  .p-interview .c-page-hero:not(.not-class) {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 6rem;
    height: min(65rem, 97svh);
  }
  .p-interview__hero-inner {
    padding-bottom: 5rem;
    width: calc(100% - 4rem);
    margin-inline: auto;
    padding-bottom: 0;
  }
  .p-interview__title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .p-interview__title::before {
    width: 100%;
  }
  .p-interview__overview-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-interview__initial {
    font-size: 2rem;
  }
  .p-interview__department {
    font-size: 1.6rem;
  }
  .p-interview__entry {
    font-size: 1.3rem;
  }
  .p-interview__commitment-item {
    font-size: 1rem;
  }
  .p-interview__history-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.6rem 1.2rem;
    margin-bottom: 3rem;
  }
  .p-interview__history-heading {
    border-right: none;
    border-bottom: solid 1px #acb2c2;
    padding-bottom: 1rem;
    font-size: 1.6rem;
  }
  .p-interview__history-item {
    font-size: 1.2rem;
    -ms-grid-columns: 5rem 1fr;
    grid-template-columns: 5rem 1fr;
    gap: 0.5rem;
  }
  .p-interview__main-contents:not(.c-page-content--not-border-bg) {
    padding-top: 2rem;
  }
  .p-interview__main-contents:not(.c-page-content--not-border-bg) > .l-content {
    padding-bottom: 5rem;
  }
  .p-interview__content-wrapper {
    padding: 2rem;
  }
  .p-interview__content-wrapper :where(h2) {
    font-size: 1.8rem;
    margin-block: 1rem;
    padding-inline: 1rem;
  }
  .p-interview__content-wrapper :where(h3) {
    padding-inline: 0;
    font-size: 1.6rem;
    margin-block: 1rem;
  }
  .p-interview__content-wrapper :where(h4) {
    font-size: 1.4rem;
    padding-inline: 0;
    margin-block: 1rem;
  }
  .p-interview__content-wrapper .wp-block-columns {
    gap: 1rem;
  }
  .p-interview__content-wrapper .wp-block-gallery:not(.not-class) .wp-block-image {
    width: 100% !important;
  }
  .p-interview__message-wrapper {
    margin-top: 4rem;
    padding-inline: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .p-interview__message-inner .c-heading-with-en {
    margin-block: 0 1rem;
  }
  .p-interview__talk-session-wrapper {
    --before-height: 10rem;
  }
  .p-interview__talk-session-wrapper::before {
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
    -webkit-mask-position: top center;
            mask-position: top center;
  }
  .p-jobs .c-page-content.c-color-gradient {
    padding-block: 4rem;
  }
  .p-jobs .c-page-content .l-content {
    padding-bottom: 0;
  }
  .p-jobs .c-page-hero {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-jobs .c-page-hero .c-page-hero__content-wrapper {
    margin-bottom: 0;
  }
  .p-jobs__service {
    padding-top: 4rem;
    height: 100%;
  }
  .p-jobs__jobs-list-wrapper {
    margin-block: 2rem;
    padding: 2rem;
  }
  .p-jobs__jobs-list-wrapper::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  .p-jobs__jobs-list-heading {
    font-size: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .p-jobs__jobs-list-heading > .in-label {
    font-size: 2rem;
  }
  .p-jobs__jobs-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .p-jobs__flow {
    padding-block: 8rem;
  }
  .p-jobs__flow-wrapper {
    width: calc(100% + 4rem);
    margin-inline: -2rem;
    padding-inline: 2rem;
  }
  .p-jobs__flow-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .p-jobs__flow-item {
    padding-left: 6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6rem 1.2rem;
  }
  .p-jobs__flow-item::before {
    width: 1px;
    height: calc(100% + 3rem);
    left: 1.6rem;
  }
  .p-jobs__flow-item p {
    font-size: 1.3rem;
  }
  .p-jobs__flow-item-num {
    width: 3.2rem;
    position: absolute;
    left: 0;
    top: 1rem;
  }
  .p-jobs__flow-item-num::after {
    font-size: 1.4rem;
  }
  .p-jobs__flow-item-icon {
    width: 5.2rem;
    margin-bottom: 0;
  }
  .p-jobs__flow-item-icon img {
    width: 2.6rem;
  }
  .p-jobs__flow-item-heading {
    margin-bottom: 0;
    max-width: calc(100% - 6.4rem);
  }
  .p-jobs__point-wrapper {
    padding: 2rem;
    margin-top: 2rem;
  }
  .p-jobs__point-wrapper::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  .p-jobs__point-wrapper .c-image-list {
    margin-block: 0;
  }
  .p-message__content-wrapper {
    -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: flex-start;
  }
  .p-message__content-wrapper * {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-message__content {
    width: 100%;
    display: contents;
  }
  .p-message__content .c-heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2rem;
  }
  .p-message__image {
    width: 100%;
    width: 36rem;
    aspect-ratio: 1/1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
  .p-message__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center -5rem;
       object-position: center -5rem;
  }
  .p-message__sign {
    -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: 1rem;
    width: 100%;
  }
  .p-message__sign img {
    width: 10rem;
  }
  .p-mvv__grid-contents {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-mvv__values {
    padding: 1.5rem;
  }
  .p-mvv__values-inner {
    padding: 1rem 2rem;
  }
  .p-mvv__values-item {
    padding-block: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-mvv__values-item > .in-title {
    font-size: 2rem;
    line-height: 1.3;
  }
  .p-mvv__values-item > .in-desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-mvv__organization-contents {
    padding: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-news__main-contents {
    padding-top: 6rem;
  }
  .p-news__main-contents .l-content {
    padding-bottom: 2rem;
  }
  .p-news__contents-wrapper {
    padding: 0;
    border: none;
  }
  .p-news__contents-head {
    margin-bottom: 2rem;
  }
  .p-news__time {
    font-size: 1.4rem;
  }
  .p-news__term {
    font-size: 1.3rem;
  }
  .p-news__heading {
    font-size: 2.2rem;
  }
  .p-news__block-editor :where(h2) {
    font-size: 1.8rem;
    margin-block: 3rem 1rem;
  }
  .p-news__block-editor :where(h3) {
    font-size: 1.6rem;
    padding-inline: 0;
    margin-block: 3rem 1rem;
  }
  .p-news__block-editor :where(h4) {
    font-size: 1.4rem;
    padding-inline: 0;
  }
  .p-news__block-editor .wp-block-image {
    margin-block: 2rem;
  }
  .p-news__block-editor .wp-block-gallery:not(.not-class) .wp-block-image {
    width: 100% !important;
  }
  .p-news__block-editor .wp-block-columns {
    gap: 2rem;
  }
  .p-news__prev-next-wrapper {
    max-width: 100%;
  }
  .p-oa .c-page-content .l-content {
    padding-bottom: 0;
  }
  .p-oa__labels {
    font-size: 1.3rem;
    gap: 0.5rem 1rem;
  }
  .p-oa__works {
    padding-block: 6rem;
  }
  .p-oa__works-list {
    margin-top: 2rem;
    gap: 3rem;
  }
  .p-oa__works-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-oa__works-item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-oa__works-item-image-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1rem;
  }
  .p-oa__works-item-desc-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0rem 1rem;
  }
  .p-oa__works-item-desc-wrapper::before {
    font-size: 3rem;
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.4rem;
  }
  .p-oa__works-item-desc-wrapper p {
    font-size: 1.3rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .p-oa__works-item-heading {
    font-size: 1.8rem;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 6rem);
  }
  .p-oa__value-wrapper {
    padding-block: 8rem;
  }
  .p-oa__value-list {
    margin-top: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-oa__value-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem;
    position: relative;
  }
  .p-oa__value-item::before {
    font-size: 3rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
    margin-top: -0.8rem;
  }
  .p-oa__value-item .c-gradient-text {
    font-size: 1.8rem;
    padding-left: 4.5rem;
  }
  .p-oa__people-wrapper {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  .p-oa__people-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .p-oa__people-item {
    padding: 2rem;
    gap: 1rem;
  }
  .p-oa__people-item-head {
    gap: 0.8rem;
  }
  .p-oa__people-item-icon img {
    width: 1.8rem;
  }
  .p-oa__people-item-heading {
    font-size: 1.6rem;
  }
  .p-oa__people-item-text {
    font-size: 1.3rem;
  }
  .p-oa__message {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-oa__message-desc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-oa__message-desc-wrapper p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-oa__message-overview {
    margin-block: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-oa__message-button-wrapper {
    margin-top: 2rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-oa__message-button-wrapper .c-button-arrow {
    margin-inline: auto;
  }
  .p-office .c-page-content > .l-content {
    padding-block: 4rem 6rem;
  }
  .p-office .c-page-content .c-heading-with-en {
    margin-block: 3rem 1.4rem;
  }
  .p-office__desc-wrapper {
    text-align: left;
  }
  .p-office__desc-wrapper .l-content {
    padding-block: 4rem 6rem;
  }
  .p-office__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-office__list--overseas .c-office-item__heading {
    font-size: 2rem;
  }
  .p-organization main:has(.c-page-bg--fixed img) .c-page-hero {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 5rem;
  }
  .p-organization .c-page-content.c-color-gradient {
    padding-block: 4rem;
  }
  .p-organization .c-page-content.c-color-gradient .l-content {
    padding-bottom: 0;
  }
  .p-organization .c-page-content.c-color-gradient + .c-page-content {
    padding-top: 8rem;
  }
  .p-organization__function-wrapper {
    margin-top: 2rem;
  }
  .p-organization__organization-map-wrapper {
    padding-top: 3rem;
  }
  .p-organization__organization-map {
    margin-inline: 3rem;
  }
  .p-organization__function-contents {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .p-organization__function-content::after {
    display: none;
  }
  .p-organization__function-desc-wrapper {
    display: contents;
  }
  .p-organization__function-desc-wrapper p {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    font-size: 1.3rem;
  }
  .p-organization__function-content-heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.8rem;
  }
  .p-organization__function-content-label {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0.5rem;
  }
  .p-organization__function-image-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 1rem;
  }
  .p-organization__system-item > .in-icon {
    width: 3.2rem;
  }
  .p-organization__system-item > .in-icon img {
    width: 2rem;
  }
  .p-page:has(.l-toc) .c-header__title-wrapper {
    position: absolute;
  }
  .p-privacy .c-page-content .l-content {
    padding-bottom: 0;
  }
  .p-project .c-page-content .l-content {
    padding-bottom: 0;
  }
  .p-project main:has(.c-page-bg--fixed img) .c-page-bg {
    height: 33rem;
    min-height: 0;
  }
  .p-project main:has(.c-page-bg--fixed img) .c-page-hero {
    height: 33rem;
    min-height: 0;
    padding-bottom: 4rem;
  }
  .p-project__theme-label {
    font-size: 1.4rem;
  }
  .p-project__theme-heading {
    font-size: 2.4rem;
  }
  .p-project__service {
    padding-top: 3.5rem;
  }
  .p-project__member-list {
    padding-bottom: 3rem;
  }
  .p-project__talk-section-wrapper {
    padding: 2rem;
    margin-top: 4rem;
  }
  .p-project__talk-section-wrapper .c-heading-talk {
    margin-block: 4rem 1rem;
  }
  .p-project__page-link-wrapper {
    padding-block: 4rem 10rem;
  }
  .p-project__page-link {
    width: calc(100% - 4rem);
    padding: 3rem 2rem;
  }
  .p-project__page-link-label {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding: 0.2rem 1rem;
  }
  .p-project__page-link-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .p-project__page-link-desc-wrapper .c-arrow-square {
    width: 4rem;
  }
  .p-project__page-link-heading {
    font-size: 1.8rem;
  }
  .p-project .c-interview-talk__interview-swiper-wrapper {
    margin-bottom: 3rem;
  }
  .p-project__overview-list {
    padding: 2rem;
  }
  .p-project__overview-list::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  .p-project__overview-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem 0;
  }
  .p-project__note {
    font-size: 1rem;
  }
  .p-sales .c-page-content .l-content {
    padding-bottom: 0;
  }
  .p-sales__labels {
    font-size: 1.3rem;
    gap: 0.5rem 1rem;
  }
  .p-sales__works {
    padding-block: 6rem;
  }
  .p-sales__works-list {
    margin-top: 2rem;
    gap: 3rem;
  }
  .p-sales__works-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-sales__works-item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-sales__works-item-image-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1rem;
  }
  .p-sales__works-item-desc-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0rem 1rem;
  }
  .p-sales__works-item-desc-wrapper::before {
    font-size: 3rem;
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.4rem;
  }
  .p-sales__works-item-desc-wrapper p {
    font-size: 1.3rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .p-sales__works-item-heading {
    font-size: 1.8rem;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 6rem);
  }
  .p-sales__value-wrapper {
    padding-block: 8rem;
  }
  .p-sales__value-list {
    margin-top: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-sales__value-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem;
    position: relative;
  }
  .p-sales__value-item::before {
    font-size: 3rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
    margin-top: -0.8rem;
  }
  .p-sales__value-item .c-gradient-text {
    font-size: 1.8rem;
    padding-left: 4.5rem;
  }
  .p-sales__people-wrapper {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  .p-sales__people-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .p-sales__people-item {
    padding: 2rem;
    gap: 1rem;
  }
  .p-sales__people-item-head {
    gap: 0.8rem;
  }
  .p-sales__people-item-icon img {
    width: 1.8rem;
  }
  .p-sales__people-item-heading {
    font-size: 1.6rem;
  }
  .p-sales__people-item-text {
    font-size: 1.3rem;
  }
  .p-sales__message {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-sales__message-desc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-sales__message-desc-wrapper p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-sales__message-overview {
    margin-block: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-sales__message-button-wrapper {
    margin-top: 2rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-sales__message-button-wrapper .c-button-arrow {
    margin-inline: auto;
  }
  .p-seat-pad .c-page-content .l-content {
    padding-bottom: 0;
  }
  .p-seat-pad__labels {
    font-size: 1.3rem;
    gap: 0.5rem 1rem;
  }
  .p-seat-pad__works {
    padding-block: 6rem;
  }
  .p-seat-pad__works-list {
    margin-top: 2rem;
    gap: 3rem;
  }
  .p-seat-pad__works-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-seat-pad__works-item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-seat-pad__works-item-image-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1rem;
  }
  .p-seat-pad__works-item-desc-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0rem 1rem;
  }
  .p-seat-pad__works-item-desc-wrapper::before {
    font-size: 3rem;
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.4rem;
  }
  .p-seat-pad__works-item-desc-wrapper p {
    font-size: 1.3rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .p-seat-pad__works-item-heading {
    font-size: 1.8rem;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 6rem);
  }
  .p-seat-pad__value-wrapper {
    padding-block: 8rem;
  }
  .p-seat-pad__value-list {
    margin-top: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-seat-pad__value-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem;
    position: relative;
  }
  .p-seat-pad__value-item::before {
    font-size: 3rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
    margin-top: -0.8rem;
  }
  .p-seat-pad__value-item .c-gradient-text {
    font-size: 1.8rem;
    padding-left: 4.5rem;
  }
  .p-seat-pad__people-wrapper {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  .p-seat-pad__people-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .p-seat-pad__people-item {
    padding: 2rem;
    gap: 1rem;
  }
  .p-seat-pad__people-item-head {
    gap: 0.8rem;
  }
  .p-seat-pad__people-item-icon img {
    width: 1.8rem;
  }
  .p-seat-pad__people-item-heading {
    font-size: 1.6rem;
  }
  .p-seat-pad__people-item-text {
    font-size: 1.3rem;
  }
  .p-seat-pad__message {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-seat-pad__message-desc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-seat-pad__message-desc-wrapper p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-seat-pad__message-overview {
    margin-block: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-seat-pad__message-button-wrapper {
    margin-top: 2rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-seat-pad__message-button-wrapper .c-button-arrow {
    margin-inline: auto;
  }
  .p-supervision .c-page-content .l-content {
    padding-bottom: 0;
  }
  .p-supervision__labels {
    font-size: 1.3rem;
    gap: 0.5rem 1rem;
  }
  .p-supervision__works {
    padding-block: 6rem;
  }
  .p-supervision__works-list {
    margin-top: 2rem;
    gap: 3rem;
  }
  .p-supervision__works-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-supervision__works-item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-supervision__works-item-image-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1rem;
  }
  .p-supervision__works-item-desc-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0rem 1rem;
  }
  .p-supervision__works-item-desc-wrapper::before {
    font-size: 3rem;
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.4rem;
  }
  .p-supervision__works-item-desc-wrapper p {
    font-size: 1.3rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .p-supervision__works-item-heading {
    font-size: 1.8rem;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 6rem);
  }
  .p-supervision__value-wrapper {
    padding-block: 8rem;
  }
  .p-supervision__value-list {
    margin-top: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-supervision__value-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem;
    position: relative;
  }
  .p-supervision__value-item::before {
    font-size: 3rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
    margin-top: -0.8rem;
  }
  .p-supervision__value-item .c-gradient-text {
    font-size: 1.8rem;
    padding-left: 4.5rem;
  }
  .p-supervision__people-wrapper {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  .p-supervision__people-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .p-supervision__people-item {
    padding: 2rem;
    gap: 1rem;
  }
  .p-supervision__people-item-head {
    gap: 0.8rem;
  }
  .p-supervision__people-item-icon img {
    width: 1.8rem;
  }
  .p-supervision__people-item-heading {
    font-size: 1.6rem;
  }
  .p-supervision__people-item-text {
    font-size: 1.3rem;
  }
  .p-supervision__message {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-supervision__message-desc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-supervision__message-desc-wrapper p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-supervision__message-overview {
    margin-block: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-supervision__message-button-wrapper {
    margin-top: 2rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-supervision__message-button-wrapper .c-button-arrow {
    margin-inline: auto;
  }
  .p-top .c-headset__main {
    font-size: 5.2rem;
  }
  .p-top__mv {
    background-image: url(../images/top/mv/sp-mv-bg.png);
    padding-top: 12rem;
    max-height: 100vh;
  }
  .p-top__intern-link {
    width: 12rem;
    left: 0.4rem;
    top: calc(100% - 18rem);
  }
  .p-top__intern-circle-text {
    width: 11rem;
    display: none;
  }
  .p-top__intern-link-inner > .in-text {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .p-top__intern-link-inner > .in-text > .in-small {
    font-size: 1rem;
  }
  .p-top__scroll {
    left: 39rem;
    bottom: 17rem;
  }
  .p-top__statement {
    width: 100%;
    right: 1.8rem;
    top: 30rem;
    width: calc(100% - 4rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top__statement p {
    font-size: 1.3rem;
  }
  .p-top__statement p:first-of-type > .in-line:first-of-type {
    padding-bottom: 3rem;
  }
  .p-top__mv-text-marquee {
    font-size: 8rem;
    bottom: -1rem;
  }
  .p-top__mv-text-marquee .c-marquee__item {
    margin-inline: 1.5rem;
  }
  .p-top__thought {
    margin-top: -1rem;
    padding-bottom: 8rem;
  }
  .p-top__thought-bg {
    background-image: url(../images/top/sp-thought-bg.png);
  }
  .p-top__thought-inner {
    padding-top: 8.3rem;
    display: block;
  }
  .p-top__thought-inner::before {
    display: none;
  }
  .p-top__thought-desc {
    width: calc(100% - 2rem);
  }
  .p-top__thought-desc p:not(.not-class) {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-top__thought-heading {
    font-size: 1.8rem;
  }
  .p-top__thought-copy {
    font-size: 1.6rem;
  }
  .p-top__thought-image-wrapper {
    width: 18rem;
    position: absolute;
    top: 8rem;
    right: -3rem;
  }
  .p-top__thought-image-wrapper .in-img1 {
    margin-top: 3rem;
  }
  .p-top__thougt-marquee {
    position: absolute;
    font-size: 11rem;
    margin-top: -6rem;
  }
  .p-top__white-wrapper {
    padding-bottom: 2rem;
  }
  .p-top__about::before {
    background-image: url(../images/top/sp-about-bg-line.png);
    bottom: -96rem;
  }
  .p-top__about .c-section-head {
    margin-bottom: 2rem;
  }
  .p-top__about-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
  .p-top__works {
    margin-top: 7rem;
  }
  .p-top__works .c-section-head {
    margin-bottom: 2rem;
  }
  .p-top__works-content-pin {
    height: auto;
  }
  .p-top__works-content-wrapper {
    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;
    gap: 2.4rem;
    top: auto;
  }
  .p-top__member {
    background-image: url(../images/top/sp-member-bg.png);
    background-size: 100% calc(100% - 15.5rem);
    padding-bottom: 0rem;
    margin-top: 6rem;
  }
  .p-top__member-desc {
    font-size: 1.6rem;
  }
  .p-top__interview {
    margin-top: 6rem;
  }
  .p-top__talk {
    margin-top: 4rem;
  }
  .p-top__culture .l-content {
    padding-bottom: 6.5rem;
  }
  .p-top__culture-desc {
    font-size: 1.6rem;
  }
  .p-top__culture-list {
    margin-top: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .p-top__intern {
    display: block;
    padding-left: 0;
    padding-top: 4rem;
    margin-top: 0;
    height: auto;
    padding-bottom: 6rem;
  }
  .p-top__intern-marquee {
    margin-bottom: 4rem;
  }
  .p-top__intern-marquee .c-marquee__item {
    margin-bottom: 0;
    margin-right: 1rem;
    width: 20.7rem;
  }
  .p-top__intern-desc-wrapper {
    padding-inline: 2.3rem;
  }
  .p-top__intern-desc-wrapper .c-headset {
    margin-bottom: 1.5rem;
  }
  .p-top__intern-desc-wrapper .c-headset__sub {
    margin-bottom: 0rem;
  }
  .p-top__intern-desc-wrapper .c-headset__main {
    line-height: 0.9;
  }
  .p-top__intern-desc-wrapper p {
    width: 33rem;
  }
  .p-top__info {
    margin-top: 4rem;
  }
  .p-top__info .l-content {
    padding-bottom: 2rem;
  }
  .p-top__info-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p-top__info-tab-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.8rem 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top__info-tab-button {
    padding-left: 1.6rem;
  }
  .p-top__info-list-wrapper {
    width: calc(100% + 2rem);
    margin-inline: -1rem;
  }
  .p-training .c-page-content > .l-content {
    padding-bottom: 5rem;
  }
  .p-training__mv-slide .c-marquee__item {
    width: 24rem;
    margin-inline: 0.5rem;
  }
  .p-training__main-contents {
    padding-top: 5rem;
  }
  .p-training__statement-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .p-training__statement-desc {
    font-size: 1.3rem;
  }
  .p-training__statement-desc > .in-copy {
    font-size: 1.6rem;
  }
  .p-training__story-list-wrapper {
    width: calc(100% + 4rem);
    margin-inline: -2rem;
    padding: 1rem 2rem 3rem;
    position: relative;
  }
  .p-training__story-list-progressbar {
    top: auto !important;
    bottom: 0;
    width: calc(100% - 4rem) !important;
    left: 2rem !important;
    overflow: hidden;
    border-radius: 1rem;
    --swiper-pagination-progressbar-size: 0.8rem;
    --swiper-pagination-progressbar-bg-color: rgba(255, 255, 255, 0.4);
    --swiper-pagination-color: white;
  }
  .p-training__modal {
    padding: 3rem 2rem;
  }
  .p-training__modal-button {
    width: 3rem;
    left: 2rem;
  }
  .p-training__modal-button img {
    width: 1.2rem;
  }
  .p-training__modal-button--next {
    left: auto;
    right: 2rem;
  }
  .p-training__system {
    margin-top: 2rem;
  }
  .p-training__system img {
    width: 60rem;
    max-width: none;
  }
  .p-training__category-list {
    gap: 2rem;
  }
  .p-welfare:has(.l-toc) .c-header__title-wrapper {
    position: fixed;
  }
  .p-welfare .l-toc-content {
    gap: 3rem;
  }
  .p-welfare__desc-wrapper {
    padding-block: 4rem 6rem;
  }
  .p-welfare__toc-contents-wrapper {
    padding-bottom: 2rem;
  }
  .p-welfare__toc-contents-wrapper .c-toc {
    width: 100%;
  }
  .p-welfare__contents-wrapper:not(.not-class) {
    width: 100%;
    padding: 0;
  }
  .p-welfare__contents-wrapper:not(.not-class) .c-headset-with-image {
    margin-top: 3rem;
  }
  .p-welfare__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .p-welfare__large-item {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-welfare__item-inner {
    padding: 1.6rem;
  }
  .block-dl__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .block-dl__item:last-of-type .block-dl__title {
    border-bottom: none;
  }
  .block-dl__title {
    border-top: solid 1px #c5d0e9;
    padding: 1.5rem 0 0;
  }
  .block-dl__data {
    border: none;
    padding: 0.5rem 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  [href*="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .c-current-interview-item__title-wrapper {
    height: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-current-interview-item__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
  }
  .c-current-interview-item__entry::before {
    content: "/";
    margin-right: 0.2rem;
  }
  .c-current-interview-item__tags {
    overflow: hidden;
    max-height: 4em;
  }
  .c-footer__mobile-nav {
    display: none;
  }
  .c-news-item__title {
    font-size: 1.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .c-office-item--col2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 27rem 1fr;
    grid-template-columns: 27rem 1fr;
    grid-gap: 3rem;
    gap: 3rem;
  }
  .c-office-item--col2 .c-office-item__image {
    aspect-ratio: 270/295;
  }
  .c-office-item--col2 .c-office-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-office-item--col2 .c-office-item__overview-data > .in-flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
  .c-office-item--rd-wrapper .c-office-item:first-of-type {
    padding-right: 3rem;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }
  .c-office-item--rd-wrapper .c-office-item + .c-office-item {
    padding-left: 3rem;
  }
  main:has(.c-page-bg--fixed img) .c-page-hero {
    height: min(80rem, 100vh);
  }
  .c-recruit {
    padding-bottom: 5rem;
  }
  .c-recruit__inner {
    min-height: 27rem;
  }
  .c-welfare-item--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: 2.4rem;
    gap: 1.6rem;
  }
  .c-welfare-item--row .c-welfare-item__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
  .c-welfare-item--row .c-welfare-item__heading {
    text-align: left;
  }
  .p-career-path__direction-tab.is-current {
    padding-block: 3rem;
  }
  .p-career-path__skill-list--flex .p-career-path__skill-item {
    width: 22.1rem;
  }
  .p-crosstalk__member-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.6rem;
    gap: 1.6rem;
  }
  .p-project__member-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.6rem;
    gap: 1.6rem;
  }
  .p-project .c-member-item__department {
    font-size: 1.5rem;
  }
  .p-project .c-member-item__entry {
    font-size: 1.3rem;
  }
  .p-top__thought-image-wrapper {
    -webkit-transform: translate(0, 5rem);
            transform: translate(0, 5rem);
  }
  .p-top__culture {
    margin-top: -4rem;
  }
  .p-training__story-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
  }
  .p-training__story-list-progressbar {
    display: none;
  }
}
@media (hover: hover) {
  .c-about-item:hover::before {
    opacity: 0.2;
  }
  .c-about-item:hover .c-arrow-square {
    right: 0.5rem;
  }
  .c-archive-interview-post:hover .c-archive-interview-post__thumb-wrapper .c-arrow-square {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  .c-archive-interview-post:hover .c-archive-interview-post__thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
  }
  .c-archive-post:hover {
    border-color: var(--main-color);
  }
  .c-button-arrow:hover {
    opacity: 0.8;
  }
  .c-button-arrow:hover .c-arrow-square {
    -webkit-transform: translate(0.5rem, 0);
            transform: translate(0.5rem, 0);
  }
  .c-button:hover {
    background-color: white;
    color: var(--accent-color);
  }
  .c-button:hover .c-button__blank rect,
  .c-button:hover .c-button__blank path {
    stroke: var(--accent-color);
  }
  .c-culture-item:hover .c-arrow-square {
    right: -1rem;
  }
  .c-culture-item:hover .c-culture-item__thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-current-interview-item:hover {
    opacity: 0.8;
  }
  .c-current-interview-item:hover .c-current-interview-item__thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-entry-item:hover {
    opacity: 0.7;
  }
  .c-footer-page-links__item:has(a):hover .c-footer-page-links__item-image {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-footer-page-links__archive-button:hover {
    opacity: 0.8;
  }
  .c-footer-page-links__archive-button:hover .c-arrow-square {
    -webkit-transform: translate(0.5rem, 0);
            transform: translate(0.5rem, 0);
  }
  .c-footer__page-top:hover {
    opacity: 0.8;
  }
  .c-footer__logo-wrapper > .in-logo:hover {
    opacity: 0.6;
  }
  .c-footer__group-item a:hover {
    opacity: 0.6;
  }
  .c-footer__policy-item a:hover {
    color: var(--main-color);
    opacity: 0.5;
  }
  .c-ham-menu__link-list-wrapper a:hover {
    opacity: 0.6;
  }
  .c-header-info__item:hover {
    opacity: 0.7;
  }
  .c-header-recruit__heading a:hover {
    opacity: 0.8;
  }
  .c-header-recruit__heading a:hover .c-arrow-square {
    -webkit-transform: translateX(0.4rem);
            transform: translateX(0.4rem);
  }
  .c-header-recruit__item a:hover {
    opacity: 0.8;
  }
  .c-header-recruit__item a:hover .c-arrow-square {
    -webkit-transform: translateX(0.4rem);
            transform: translateX(0.4rem);
  }
  .c-header-recruit__button:hover {
    opacity: 0.8;
  }
  .c-header-recruit__button:hover .c-arrow-square {
    -webkit-transform: translate(0.5rem, -50%);
            transform: translate(0.5rem, -50%);
  }
  .c-header__entry-link:hover {
    background-color: white;
    color: var(--main-color);
    border-color: var(--main-color);
  }
  .c-header__toggle-button:hover .c-header__toggle-button-inner > .in-bar--top {
    left: 0;
  }
  .c-header__toggle-button:hover .c-header__toggle-button-inner > .in-bar--bottom {
    left: calc(100% - 3.8rem);
  }
  .c-interview-item:hover {
    opacity: 0.8;
  }
  .c-interview-item:hover .c-interview-item__thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-job-item:hover .c-job-item__bg {
    opacity: 0.8;
  }
  .c-job-item:hover .c-arrow-square {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  .c-link-card:hover {
    opacity: 0.8;
  }
  .c-news-item:hover {
    border-color: var(--main-color);
  }
  .c-pagination__link:hover {
    background-color: var(--accent-color);
    color: white;
  }
  .c-prev-next__link:hover:not(.is-disabled) {
    background-color: #edf6fd;
  }
  .c-recruit-content__link:hover .c-arrow-square {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  .c-recruit-content__mynavi-button:hover {
    opacity: 0.8;
  }
  .c-recruit-content__mynavi-button:hover .c-arrow-square {
    -webkit-transform: translate(0.5rem, -50%);
            transform: translate(0.5rem, -50%);
  }
  .c-recruit-content__button:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
  }
  .c-talk-item:hover {
    background-color: var(--main-color);
  }
  .c-talk-item:hover .c-arrow-square {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  .c-talk-item:hover .c-talk-item__label {
    background-color: white;
    color: var(--main-color);
  }
  .c-talk-item:hover::before {
    opacity: 0;
  }
  .c-toc-entry__overview:hover {
    opacity: 0.7;
  }
  .c-toc-entry__mynavi-button:hover {
    opacity: 0.8;
  }
  .c-toc-entry__item:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
  }
  .c-work-card.is-current:hover::before {
    opacity: 0.3;
  }
  .c-work-card.is-current:hover .c-arrow-square {
    right: 5rem;
  }
  .p-archive-interview__clear-button:hover {
    opacity: 0.6;
  }
  .p-archive-interview__submit:hover {
    background-color: white;
    color: var(--accent-color);
  }
  .p-crosstalk__page-link:hover {
    opacity: 0.8;
  }
  .p-crosstalk__page-link:hover .c-arrow-square {
    -webkit-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
  }
  .p-entry__back-button:hover {
    background-color: var(--accent-color);
    color: white;
  }
  .p-entry__submit-button:hover {
    background-color: white;
    color: var(--accent-color);
  }
  .p-graduate__mynavi-entry:hover {
    opacity: 0.7;
  }
  .p-graduate__entry-item:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
  }
  .p-graduate__flow-entry-mynavi:hover {
    opacity: 0.6;
  }
  .p-graduate__flow-entry-item:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
  }
  .p-internship__voice-button:hover {
    opacity: 0.8;
  }
  .p-project__page-link:hover {
    opacity: 0.8;
  }
  .p-project__page-link:hover .c-arrow-square {
    -webkit-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
  }
  .p-top__intern-link:hover {
    background-color: var(--main-color);
  }
  .p-top__info-tab-button:hover {
    opacity: 1;
  }
  .p-top__info-archive-link:hover {
    opacity: 0.8;
  }
  .p-top__info-archive-link:hover .c-arrow-square {
    -webkit-transform: translate(0.5rem, 0);
            transform: translate(0.5rem, 0);
  }
  .p-training__modal-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-archive-post__heading {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .c-office-item--col2 .c-office-item__overview-data > .in-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px){
  .tw-body .sp\:w-\[23rem\]{
    width: 23rem;
  }
  .tw-body .sp\:w-\[5\.2rem\]{
    width: 5.2rem;
  }
}
@media (min-width: 768px){
  .tw-body .pc\:mb-0{
    margin-bottom: 0px;
  }
}
/*# sourceMappingURL=../../_cache/_maps/styles.css.map */