@charset "UTF-8";
:root {
  --color-primary: #042860;
  --color-secondary: #2CA8E6;
  --color-accent: #FF3A3A;
  --color-text: #333333;
  --color-light-gray: #f1f1f1;
  --color-medium-gray: #5B7582;
  --color-bg: #E4ECEF;
  --font-family-base: noto-sans-cjk-jp, sans-serif;
  --font-size-base: 1rem;
  --box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  --box-shadow-lg: 0 4px 8px rgba(0, 0, 0, 0.15);
  --transition-base: all 0.3s ease;
  --transition-fast: all 0.15s ease;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
.job-details {
  max-width: 50rem;
  margin-inline: auto;
}

.event-info-session {
  max-width: 50rem;
  margin-inline: auto;
}
.event-info-session__title {
  font-size: min(1.25rem, 4.2vw);
  font-weight: 600;
}

/*! tailwindcss v3.4.0 | 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 {
  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 */
  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 */
  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 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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::-moz-placeholder, textarea::-moz-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] {
  display: none;
}

html {
    font-size: clamp(14px, 1.6vw, 16px);
  }

body {
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    line-height: 1.6;
    color: var(--color-text);
    background-color: var(--color-bg);
  }

a {
    text-decoration: none;
    transition: var(--transition-base);
  }

a:hover {
    color: color-mix(in oklch, currentColor 70%, white);
  }

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.03em;
  }

.\!container {
    margin-inline: auto !important;
    padding-inline: 0 !important;
  }

.container {
    margin-inline: auto;
    padding-inline: 0 !important;
  }

@media (min-width: 1000px) {
    .\!container {
      padding-inline: 0 !important;
    }
    .container {
      padding-inline: 0 !important;
    }
  }

@media (max-width: calc(1000px + 2rem)) {
    .\!container {
      padding-inline: 1.5rem !important;
    }
    .container {
      padding-inline: 1.5rem !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:  ;
}

::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:  ;
}
.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1000px){
  .\!container{
    max-width: 1000px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .container{
    max-width: 1000px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.flex-shrink{
  flex-shrink: 1;
}
.transform{
  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));
}
.resize{
  resize: both;
}
.flex-wrap{
  flex-wrap: wrap;
}
.justify-center{
  justify-content: center;
}
.border{
  border-width: 1px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.text-right{
  text-align: right;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.italic{
  font-style: italic;
}
.underline{
  text-decoration-line: underline;
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.backdrop-filter{
  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);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: transform 0.3s ease-in-out;
    backdrop-filter: blur(10px);
  }
.header.at-top {
    backdrop-filter: blur(0);
  }
.header.hide {
    transform: translateY(-101%);
  }
.header-container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: clamp(10px, 1.5vw, 20px);
         column-gap: clamp(10px, 1.5vw, 20px);
    align-items: end;
    height: 85px;
    padding-bottom: 15px;
  }
@media (max-width: 767px) {
    .header-container {
      height: 60px;
      padding-bottom: 0;
    }
  }
.header-logo {
    position: absolute;
    top: 10px;
    left: 0;
    max-width: 30vw;
  }
@media (max-width: 1032px) {
    .header-logo {
      padding-left: 1rem;
    }
  }
@media (max-width: 767px) {
    .header-logo {
      top: 55%;
      transform: translateY(-50%);
      max-width: 70vw;
    }
    .header-logo img {
      width: auto;
      max-height: 58px;
    }
  }
.header-nav {
    margin-right: clamp(80px, 10vw, 100px);
  }
@media (max-width: 1023px) {
    .header-nav {
      display: none;
    }
  }
.header-nav ul {
    display: flex;
    justify-content: end;
    -moz-column-gap: clamp(10px, 1.5vw, 15px);
         column-gap: clamp(10px, 1.5vw, 15px);
  }
.header-nav ul a {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 6px 12px;
  }
.header-nav__btn a {
    color: #042860;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #042860;
  }
.header-nav__newgrads a {
    color: white;
    background-color: #2CA8E6;
    border: 1px solid #2CA8E6;
  }
.header-nav__newgrads a.c-brn-slide::before {
    background: #177FB2;
  }
.header-nav__career a {
    color: white;
    background-color: #5B7582;
    border: 1px solid #5B7582;
  }
.header-nav__career a.c-brn-slide::before {
    background: #323B3F;
  }
.hamburger-menu {
    pointer-events: none;
    position: fixed;
    width: 100%;
    max-width: 1000px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 101;
    display: grid;
    justify-content: right;
    margin-inline: auto;
  }
.hamburger-menu.active {
    top: 2.5rem;
  }
@media (max-width: 1023px) {
    .hamburger-menu.active {
      left: calc(50% - 2vw);
    }
  }
@media (max-width: 767px) {
    .hamburger-menu.active {
      top: 0.625rem;
    }
  }
.hamburger-menu__btn {
    pointer-events: auto;
    text-align: center;
    display: grid;
    grid-template-rows: 5fr 3.5fr;
    justify-items: center;
    width: 86px;
    height: 70px;
    background-color: #042860;
    color: white;
    cursor: pointer;
  }
@media (max-width: 639px) {
    .hamburger-menu__btn {
      width: 72px;
      height: 60px;
    }
  }
.hamburger-menu__bar {
    padding-top: 3px;
  }
.hamburger-menu {
    --animation-duration: 0.75s;
    --translate-distance: 20px;
    --translate-final: 8px;
    --rotate-angle: 40deg;
  }
@media (max-width: 639px) {
    .hamburger-menu {
      --translate-distance: 16px;
      --translate-final:6.5px;
    }
  }
.hamburger-menu span {
    display: block;
    width: 42px;
    height: 2px;
    background-color: white;
    margin-top: clamp(11px, 2vw, 14px);
    transform: translateY(0) rotate(0);
  }
@media (max-width: 639px) {
    .hamburger-menu span {
      width: 32px;
      margin-top: 11px;
    }
  }
.hamburger-menu__btn.active span:nth-of-type(1) {
    background-color: #333333;
    animation: hamburger-open-top var(--animation-duration) forwards;
  }
.hamburger-menu__btn.active span:nth-of-type(2) {
    background-color: #333333;
    animation: hamburger-open-bottom var(--animation-duration) forwards;
  }
.hamburger-menu__btn.active {
    background-color: transparent;
  }
.hamburger-menu__btn.active p {
    display: none;
  }
.hamburger-menu__btn.animating span:nth-of-type(1) {
    animation: hamburger-close-top var(--animation-duration) forwards;
  }
.hamburger-menu__btn.animating span:nth-of-type(2) {
    animation: hamburger-close-bottom var(--animation-duration) forwards;
  }
@keyframes hamburger-open-top {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(var(--translate-distance)) rotate(0);
    }
    100% {
      transform: translateY(var(--translate-final)) rotate(var(--rotate-angle));
    }
  }
@keyframes hamburger-close-top {
    0% {
      transform: translateY(var(--translate-distance)) rotate(var(--rotate-angle));
    }
    50% {
      transform: translateY(var(--translate-distance)) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
@keyframes hamburger-open-bottom {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(calc(-1 * var(--translate-distance))) rotate(0);
    }
    100% {
      transform: translateY(calc(-1 * var(--translate-final))) rotate(calc(-1 * var(--rotate-angle)));
    }
  }
@keyframes hamburger-close-bottom {
    0% {
      transform: translateY(calc(-1 * var(--translate-distance))) rotate(calc(-1 * var(--rotate-angle)));
    }
    50% {
      transform: translateY(calc(-1 * var(--translate-distance))) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
.hamburger-menu p {
    font-size: 0.875rem;
    font-weight: 700;
  }
.global-nav {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(228, 236, 239, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    z-index: 100;
    overflow-x: auto;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    display: grid;
    justify-content: center;
    align-items: start;
    overflow-x: hidden;
  }
@media (max-width: 767px) {
    .global-nav {
      width: auto;
    }
  }
.global-nav.active {
    opacity: 1;
    visibility: visible;
  }
.global-nav__container {
    width: 100vw;
    max-width: 1000px;
    padding-top: 6.875rem;
    padding-bottom: 3.75rem;
    padding-inline: 1.25rem;
    display: grid;
    grid-template-columns: 13fr 5fr;
    -moz-column-gap: 2.1875rem;
         column-gap: 2.1875rem;
  }
@media (max-width: 767px) {
    .global-nav__container {
      max-width: auto;
      padding-top: 4.375rem;
      padding-bottom: 2.5rem;
      grid-template-columns: 1fr;
      row-gap: 1.875rem;
    }
  }
.global-nav__main {
    order: 1;
    display: grid;
    row-gap: 1.5625rem;
  }
@media (max-width: 767px) {
    .global-nav__main {
      order: 2;
    }
  }
.global-nav__main-item {
    background-color: white;
    padding-block: 1.25rem;
    padding-inline: 1.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
@media (max-width: 639px) {
    .global-nav__main-item {
      grid-template-columns: 1fr;
    }
  }
.global-nav__main-item--title {
    font-family: "optima-lt-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 4rem;
    line-height: 1;
    border-right: 1px solid #f1f1f1;
    padding-right: 2.1875rem;
  }
@media (max-width: 639px) {
    .global-nav__main-item--title {
      font-size: min(3rem, 12vw);
      border-right: none;
      padding-right: 0;
    }
  }
.global-nav__main-item--title p:last-child {
    display: block;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    padding-top: 0.625rem;
  }
.global-nav__main-item--menu ul {
    padding-left: 2.1875rem;
    display: grid;
    row-gap: 0.4375rem;
  }
@media (max-width: 639px) {
    .global-nav__main-item--menu ul {
      padding-left: 0;
      margin-top: 1.875rem;
    }
  }
.global-nav__main-item--menu ul li {
    font-size: 0.875rem;
    font-weight: 700;
  }
@media (max-width: 767px) {
    .global-nav__main-item--menu ul li {
      font-size: min(1rem, 4.4vw);
    }
  }
.global-nav__main-item--menu ul li a {
    display: flex;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
.global-nav__main-item--menu ul li a::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    display: block;
    width: 0.9375rem;
    height: 0.75rem;
    color: #042860;
  }
.global-nav__main-item--menu ul li i {
    color: #042860;
    padding-left: 0.625rem;
  }
.global-nav__side {
    order: 2;
  }
@media (max-width: 767px) {
    .global-nav__side {
      order: 1;
    }
  }
.global-nav__side-pc {
    display: block;
  }
@media (max-width: 767px) {
    .global-nav__side-pc {
      display: none;
    }
  }
.global-nav__side-pc .global-nav__side-item--title {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 0.3125rem;
  }
.global-nav__side-pc .global-nav__side-item--year {
    display: grid;
    row-gap: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
.global-nav__side-pc .global-nav__side-item--job a {
    display: block;
    font-weight: 700;
    padding-block: 0.625rem;
    padding-inline: 1.25rem;
    color: #333333;
    background-color: white;
    border: 1px solid #5B7582;
  }
.global-nav__side-pc .global-nav__side-item--event a {
    display: block;
    font-weight: 700;
    padding-block: 0.625rem;
    padding-inline: 1.25rem;
  }
.global-nav__side-pc .global-nav__side-newgrads .global-nav__side-item--job a {
    color: white;
    background-color: rgba(26, 160, 228, 0.8);
    border: 1px solid rgba(26, 160, 228, 0.8);
  }
.global-nav__side-pc .global-nav__side-newgrads .global-nav__side-item--job a.c-brn-slide::before {
    background: #177FB2;
  }
.global-nav__side-pc .global-nav__side-newgrads .global-nav__side-item--event a {
    color: white;
    background-color: rgba(228, 26, 26, 0.8);
    border: 1px solid rgba(228, 26, 26, 0.8);
  }
.global-nav__side-pc .global-nav__side-newgrads .global-nav__side-item--event a.c-brn-slide::before {
    background: #CE0D0D;
  }
.global-nav__side-pc .global-nav__side-career .global-nav__side-item--job a {
    color: white;
    background-color: #678698;
    border: 1px solid #678698;
  }
.global-nav__side-pc .global-nav__side-career .global-nav__side-item--job a.c-brn-slide::before {
    background: #4F5B62;
  }
.global-nav__side-sp {
    display: none;
  }
@media (max-width: 767px) {
    .global-nav__side-sp {
      display: block;
    }
  }
.global-nav__side-sp .global-nav__side-menu {
    display: grid;
    row-gap: 0.9375rem;
  }
.global-nav__side-sp .global-nav__side-menu a {
    text-align: center;
    display: block;
    font-weight: 700;
    padding-block: 0.625rem;
    padding-inline: 1.25rem;
    font-size: min(1.25rem, 4.4vw);
    color: #042860;
    background-color: white;
    border: 1px solid #5B7582;
  }
.global-nav__side-sp .global-nav__side-menu--newgrads a {
    color: white;
    background-color: rgba(26, 160, 228, 0.8);
    border: 1px solid rgba(26, 160, 228, 0.8);
  }
.global-nav__side-sp .global-nav__side-menu--career a {
    color: white;
    background-color: rgb(57, 88, 103);
    border: 1px solid rgb(57, 88, 103);
  }
.footer {
    padding-top: 5rem;
    padding-bottom: 3.125rem;
  }
.footer-logo {
    display: grid;
    justify-content: end;
    margin-bottom: 0.625rem;
  }
@media (max-width: 767px) {
    .footer-logo {
      justify-content: center;
    }
  }
.footer-logo img {
    max-width: 60vw;
    padding-right: 0.625rem;
  }
.footer-nav {
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    margin-bottom: 0.625rem;
  }
@media (max-width: 767px) {
    .footer-nav {
      justify-content: center;
      margin-bottom: 1.25rem;
    }
  }
.footer-nav a {
    text-decoration: underline;
  }
.footer-copyright {
    font-family: "optima-lt-pro", sans-serif;
    text-align: right;
  }
@media (max-width: 767px) {
    .footer-copyright {
      text-align: center;
    }
  }
.breadcrumb {
    padding-bottom: 3.125rem;
  }
@media (max-width: 767px) {
    .breadcrumb {
      padding-bottom: 1.875rem;
    }
  }
.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
.breadcrumb__list li:not(:last-child)::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f054";
    font-size: 0.875rem;
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    margin-left: 0.625rem;
  }
main {
    padding-top: 8.75rem;
    padding-bottom: min(3.125rem, 10vw);
  }
@media (max-width: 767px) {
    main {
      padding-top: 6.25rem;
    }
  }
.c-sec-title__main {
    font-weight: 500;
    margin-bottom: 0.625rem;
  }
.c-sec-title__main::before {
    content: "■";
    color: #042860;
    margin-right: 0.625rem;
  }
.c-sec-title__sub {
    font-family: "optima-lt-pro", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
  }
.c-arrow i {
    font-size: 1.25rem;
    color: #042860;
    border: 1px solid #042860;
    border-radius: 50%;
    padding: min(1rem, 2vw);
  }
.c-arrow-white i {
    color: white;
    border: 1px solid white;
  }
.c-brn-slide {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
.c-brn-slide span {
    position: relative;
    z-index: 3;
    transition: color 0.2s ease;
  }
.c-brn-slide:hover span {
    color: #fff;
  }
.c-brn-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #042860;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
.c-brn-slide:hover::before {
    transform: translateX(0);
  }
.c-table {
    width: 100%;
  }
.c-table tr {
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
  }
.c-table tr th {
    width: 25%;
    text-align: center;
    font-weight: bold;
    background: #f1f1f1;
    padding-block: 1.25rem;
    padding-inline: 1.875rem;
  }
.c-table tr th,
  .c-table tr td {
    padding-block: min(1.25rem, 2vw);
    padding-inline: min(1.875rem, 3vw);
    font-size: min(0.9375rem, 3.6vw);
    font-weight: 500;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
.c-table tr td {
    background: white;
  }
@media (max-width: 767px) {
    .c-table tr th {
      width: 30%;
    }
  }
.c-table-scroll {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
.scroll-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    display: none;
    animation: scroll-hint-animation 2s infinite ease;
  }
@keyframes scroll-hint-animation {
    0% {
      transform: translate(-50%, -50%);
    }
    50% {
      transform: translate(-40%, -50%);
    }
    100% {
      transform: translate(-50%, -50%);
    }
  }
.scroll-hint--show {
    display: block;
  }
.c-interview-nav {
    position: relative;
    max-width: 85vw;
    margin-inline: auto;
  }
@media (max-width: 767px) {
    .c-interview-nav {
      max-width: 82vw;
    }
  }
@media (max-width: 639px) {
    .c-interview-nav {
      max-width: 70vw;
    }
  }
@media (max-width: 479px) {
    .c-interview-nav {
      max-width: 65vw;
    }
  }
.c-interview-nav__item {
    display: block;
    position: relative;
    background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 8%, rgb(217, 217, 217) 8%, rgb(217, 217, 217) 80%, rgba(217, 217, 217, 0) 80%, rgba(217, 217, 217, 0) 100%);
  }
.c-interview-nav__item--title {
    position: absolute;
    top: 65%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
.c-interview-nav__item--title-number {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    margin-left: 0.5rem;
    margin-bottom: 1.25rem;
  }
.c-interview-nav__item--title-text span {
    font-size: 0.875rem;
    background-color: white;
    display: inline-block;
    padding: 0.125rem 0.4375rem;
    margin-block: 0.125rem;
  }
.c-interview-nav__item--job {
    white-space: nowrap;
    position: absolute;
    bottom: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 0.875rem;
    font-weight: 700;
    color: #042860;
    background-color: white;
    border: 1px solid #042860;
    border-radius: 1.875rem;
    padding: 0.375rem 0.9375rem;
  }
.c-interview-nav__item--img {
    display: grid;
    justify-content: center;
    width: 100%;
  }
.c-interview-nav__item--img img {
    transition: transform 0.3s ease;
  }
.c-interview-nav__item:hover {
    color: initial;
  }
.c-interview-nav__item:hover .c-interview-nav__item--img img {
    transform: scale(1.05);
  }
.c-interview-nav__btn--prev, .c-interview-nav__btn--next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
.c-interview-nav__btn--prev {
    left: max(-3.75rem, -16vw);
  }
.c-interview-nav__btn--next {
    right: max(-3.75rem, -16vw);
  }
.c-interview-nav .swiper {
    padding-top: 0.625rem;
    padding-bottom: 1.875rem;
  }
.c-flow {
    max-width: 50rem;
    margin-inline: auto;
  }
.c-flow__title {
    text-align: center;
    font-size: min(2rem, 5.2vw);
    font-weight: 500;
  }
.c-flow__content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
.c-flow__content-item {
    display: grid;
    justify-items: center;
  }
.c-flow__content-item:last-child:after {
    display: none;
  }
.c-flow__content-item span,
  .c-flow__content-item dt {
    width: 100%;
    display: block;
    font-size: min(1.25rem, 3.6vw);
    padding: min(1.25rem, 3.6vw);
    text-align: center;
    background-color: #f1f1f1;
    border: 1px solid #d2d2d2;
  }
.c-flow__content-item dd {
    width: 100%;
    display: block;
    padding: min(1.25rem, 3.6vw) min(2.5rem, 4vw);
    background-color: white;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
  }
.c-flow__content-item dd a {
    text-decoration: underline;
  }
.c-flow__content-item dd a:hover {
    text-decoration: none;
  }
.c-flow__content-item:after {
    font-size: min(2rem, 4.2vw);
    font-family: "Font Awesome 6 Pro";
    content: "\f063";
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    margin-top: 1.25rem;
  }
.c-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.c-form-btn a {
    font-size: min(1.25rem, 3.6vw);
    text-align: center;
    width: 100%;
    margin-inline: auto;
    max-width: 480px;
    display: inline-block;
    color: white;
    background-color: #5B7582;
    border: 1px solid #5B7582;
    padding: 1.25rem;
    transition: background-color 0.3s ease;
  }
.c-form-btn a:hover {
    color: CurrentColor;
    background-color: white;
  }
.c-form-btns {
    display: grid;
    gap: 2.5rem;
  }
.home main {
    padding-top: 0;
    padding-bottom: 0;
  }
.home .footer {
    background-color: #F4F7FF;
  }
.home .kv {
    overflow: hidden;
    background: white url(/recruit/wp-content/themes/momotani-recruit/images/top/kv_bg.webp) no-repeat center top/3926px auto;
    padding-bottom: 8.75rem;
  }
@media (max-width: 767px) {
    .home .kv {
      padding-bottom: 5rem;
    }
  }
.home .kv__bird {
    display: grid;
    justify-content: center;
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 12.5rem;
  }
@media (max-width: 767px) {
    .home .kv__bird {
      width: 170%;
      height: 90vw;
      padding-bottom: 0;
      transform: translateX(-25%);
    }
  }
@media (max-width: 639px) {
    .home .kv__bird {
      height: 110vw;
    }
  }
.home .kv__title {
    width: 90%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    align-items: center;
    text-align: center;
    font-size: min(2.5rem, 7vw);
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 600;
    padding-top: 20rem;
  }
@media (max-width: 767px) {
    .home .kv__title {
      height: 90vw;
      padding-top: 0;
    }
  }
@media (max-width: 639px) {
    .home .kv__title {
      height: 120vw;
    }
  }
.home .kv__title h2 {
    text-shadow: 0.5px 0.5px 0 #4EA0E9, -0.5px -0.5px 0 #4EA0E9, -0.5px 0.5px 0 #4EA0E9, 0.5px -0.5px 0 #4EA0E9, 0.5px 0 0 #4EA0E9, -0.5px 0 0 #4EA0E9, 0 0.5px 0 #4EA0E9, 0 -0.5px 0 #4EA0E9;
  }
.home .kv__title span {
    display: block;
    color: #042860;
    font-size: 50%;
    font-family: "noto-sans-cjk-jp", sans-serif;
    letter-spacing: 0.1em;
    margin-top: 0.3125rem;
  }
.home .kv__content {
    display: flex;
    justify-content: center;
    -moz-column-gap: min(5rem, 7vw);
         column-gap: min(5rem, 7vw);
  }
@media (max-width: 767px) {
    .home .kv__content {
      display: grid;
      row-gap: 1.875rem;
    }
  }
.home .kv__content__title {
    white-space: nowrap;
    font-size: min(2.5rem, 7vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.15em;
  }
.home .top-about {
    padding-block: 5rem;
  }
@media (max-width: 767px) {
    .home .top-about {
      position: relative;
      padding-bottom: 6.25rem;
    }
  }
.home .top-about__lead {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
@media (max-width: 767px) {
    .home .top-about__lead {
      grid-template-columns: 1fr;
    }
  }
.home .top-about__lead--text {
    font-size: 1.25rem;
  }
@media (max-width: 767px) {
    .home .top-about__lead--text {
      font-size: 1.125rem;
    }
  }
.home .top-about__lead--btn {
    font-size: 1.25rem;
    font-weight: 500;
  }
@media (max-width: 767px) {
    .home .top-about__lead--btn {
      font-size: 1.125rem;
      position: absolute;
      bottom: 1.875rem;
      left: 3vw;
    }
  }
.home .top-about__list {
    display: flex;
    justify-content: center;
    -moz-column-gap: min(3.125rem, 3vw);
         column-gap: min(3.125rem, 3vw);
  }
@media (max-width: 767px) {
    .home .top-about__list {
      flex-wrap: wrap;
      -moz-column-gap: min(3.125rem, 3vw);
           column-gap: min(3.125rem, 3vw);
    }
  }
.home .top-about__list li {
    width: min(13.75rem, 16vw);
    height: min(13.75rem, 16vw);
    color: #042860;
    font-weight: 600;
    background-color: white;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
  }
@media (max-width: 767px) {
    .home .top-about__list li {
      width: min(13.75rem, 28vw);
      height: min(13.75rem, 28vw);
    }
  }
.home .top-about__list li dt {
    font-family: "optima-lt-pro", sans-serif;
    font-size: min(5rem, 5.5vw);
    line-height: 0.8;
  }
@media (max-width: 767px) {
    .home .top-about__list li dt {
      font-size: min(5rem, 9.5vw);
    }
  }
.home .top-about__list li dt span {
    font-size: 45%;
  }
.home .top-about__list li dd {
    font-size: min(1.25rem, 1.5vw);
    line-height: 1;
    text-align: center;
    margin-top: min(0.9375rem, 2vw);
  }
@media (max-width: 767px) {
    .home .top-about__list li dd {
      font-size: min(1.25rem, 2.8vw);
    }
  }
.home .top-about__list--male-female dt > div {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: end;
    -moz-column-gap: min(0.625rem, 0.5vw);
         column-gap: min(0.625rem, 0.5vw);
  }
.home .top-about__list--male-female dt > div p:nth-child(1) {
    font-size: min(1.25rem, 1.25vw);
    line-height: 1.2;
  }
@media (max-width: 767px) {
    .home .top-about__list--male-female dt > div p:nth-child(1) {
      font-size: min(1.25rem, 2.2vw);
    }
  }
.home .top-about__list--male-female dt > div p:nth-child(3) {
    font-size: min(1.25rem, 1.25vw);
    line-height: 1.2;
  }
@media (max-width: 767px) {
    .home .top-about__list--male-female dt > div p:nth-child(3) {
      font-size: min(1.25rem, 2.2vw);
    }
  }
.home .top-recommend {
    overflow: hidden;
    padding-block: 5rem;
    background-color: #F4F7FF;
  }
.home .top-recommend__list {
    width: 100%;
    overflow: hidden;
  }
.home .top-recommend__track {
    display: flex;
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
    width: -moz-max-content;
    width: max-content;
    width: 100%;
    justify-content: center;
  }
@media (max-width: 767px) {
    .home .top-recommend__track {
      display: grid;
      justify-content: center;
      gap: 5vw;
    }
  }
.home .top-recommend__item {
    position: relative;
    display: block;
    color: initial;
  }
@media (max-width: 767px) {
    .home .top-recommend__item {
      width: min(24.375rem, 80vw);
    }
  }
.home .top-recommend__item--content {
    font-size: 0.875rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 1.5625rem;
    padding: 0.9375rem;
    border-radius: 0.1875rem;
  }
.home .top-recommend__item--title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.3125rem;
  }
.home .top-recommend__item--link {
    margin-top: 0.75rem;
    padding-bottom: 0.3125rem;
    border-bottom: 1px solid #333333;
    display: flex;
    justify-content: end;
  }
.home .top-recommend__item--link i {
    display: grid;
    place-items: center;
    width: 1.5625rem;
    height: 1.5625rem;
    color: #042860;
    border: 1px solid #042860;
    border-radius: 50%;
    margin-left: 0.3125rem;
  }
.home .top-recommend__item--img {
    overflow: hidden;
  }
.home .top-recommend__item--img img {
    transition: transform 0.3s ease-out;
  }
.home .top-recommend__item:hover .top-recommend__item--img img {
    transform: scale(1.07);
  }
.home .top-news {
    padding-block: 5rem;
  }
.home .top-news__list {
    border-top: 1px solid #d2d2d2;
  }
.home .top-news__item {
    display: grid;
    grid-template-columns: auto auto 1fr;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    border-bottom: 1px solid #d2d2d2;
    padding: 1.25rem;
  }
@media (max-width: 767px) {
    .home .top-news__item {
      align-items: center;
      grid-template-columns: auto 1fr;
      -moz-column-gap: 1.25rem;
           column-gap: 1.25rem;
      row-gap: 0.625rem;
    }
  }
.home .top-news__item--date {
    font-family: "optima-lt-pro", sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
  }
@media (max-width: 767px) {
    .home .top-news__item--date {
      grid-area: 1/1/2/2;
    }
  }
.home .top-news__item--cat {
    font-weight: 500;
  }
@media (max-width: 767px) {
    .home .top-news__item--cat {
      grid-area: 1/2/2/3;
    }
  }
.home .top-news__item--content {
    font-weight: 500;
  }
@media (max-width: 767px) {
    .home .top-news__item--content {
      grid-area: 2/1/3/3;
    }
  }
.page-newgrads .year-tabs ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: min(1.875rem, 3.6vw);
         column-gap: min(1.875rem, 3.6vw);
    border-bottom: 3px solid #2CA8E6;
    padding-inline: min(1.875rem, 3vw);
  }
.page-newgrads .year-tabs .year-tab-btn {
    width: 100%;
    font-size: min(1.25rem, 4vw);
    font-weight: 500;
    line-height: 1.4;
    padding-block: min(1.875rem, 3vw);
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    background-color: #DFDFDF;
  }
.page-newgrads .year-tabs .year-tab-btn:hover {
    color: white;
    background-color: #2CA8E6 !important;
  }
.page-newgrads .year-tabs .year-tab-btn.active {
    color: white;
    background-color: #2CA8E6;
    cursor: default;
  }
.page-newgrads .year-cont {
    padding-top: min(3.75rem, 8vw);
    display: grid;
    row-gap: min(3.75rem, 16vw);
  }
.page-newgrads .year-cont.hidden {
    display: none;
  }
.page-newgrads .year-cont__event {
    max-width: 50rem;
    margin-inline: auto;
  }
.page-newgrads .year-cont__event--title {
    font-size: min(2rem, 5.8vw);
    font-weight: 500;
    margin-bottom: 1.25rem;
  }
.page-newgrads .year-cont__event-list {
    display: grid;
    border-top: 1px solid #d2d2d2;
  }
.page-newgrads .year-cont__event-item {
    display: block;
    padding-inline: min(1.25rem, 5vw);
    padding-block: min(1.875rem, 5vw);
    border-bottom: 1px solid #d2d2d2;
  }
.page-newgrads .year-cont__event-item:hover {
    color: inherit;
    background-color: white;
  }
.page-newgrads .year-cont__event-item--cat {
    display: inline-block;
    color: white;
    background-color: #5B7582;
    padding: 0.3125rem 0.625rem;
    margin-bottom: 0.75rem;
  }
.page-newgrads .year-cont__event-item--title {
    font-size: min(1.25rem, 4.2vw);
    line-height: 2;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.625rem;
    text-decoration-thickness: 0.0625rem;
  }
.page-newgrads .year-cont__event-item table {
    margin-top: 1.5625rem;
  }
.page-newgrads .year-cont__event-item table th {
    white-space: nowrap;
    font-weight: 500;
  }
.page-newgrads .year-cont__newgrads {
    width: 100%;
    max-width: 50rem;
    margin-inline: auto;
  }
.page-newgrads .year-cont__newgrads--title {
    font-size: min(2rem, 5.6vw);
    font-weight: 500;
    margin-bottom: 1.25rem;
  }
.page-newgrads .year-cont__newgrads-list {
    display: grid;
    border-top: 1px solid #d2d2d2;
  }
.page-newgrads .year-cont__newgrads-item {
    display: block;
    padding-inline: min(1.25rem, 5vw);
    padding-block: min(1.875rem, 5vw);
    border-bottom: 1px solid #d2d2d2;
  }
.page-newgrads .year-cont__newgrads-item:hover {
    color: inherit;
    background-color: white;
  }
.page-newgrads .year-cont__newgrads-item--cat {
    display: inline-block;
    color: white;
    background-color: #5B7582;
    padding: 0.3125rem 0.625rem;
    margin-bottom: 0.75rem;
  }
.page-newgrads .year-cont__newgrads-item--title {
    font-size: min(1.25rem, 4.2vw);
    font-weight: 700;
  }
.page-newgrads .year-cont__newgrads-item--excerpt {
    margin-top: 0.625rem;
  }
.page-newgrads .year-cont__newgrads-item--tag {
    margin-top: 0.9375rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
  }
.page-newgrads .year-cont__newgrads-item--tag li {
    font-weight: 700;
    display: block;
    background-color: white;
    padding: 0.1875rem 0.625rem;
    border: 1px solid #d2d2d2;
  }
.page-newgrads .ng-result__table {
    width: 80%;
    margin-inline: auto;
  }
@media (max-width: 1023px) {
    .page-newgrads .ng-result__table {
      width: 100%;
    }
  }
.page-newgrads .ng-result__table table {
    width: 100%;
  }
.page-newgrads .ng-result__table table tr {
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
  }
.page-newgrads .ng-result__table table tr th {
    text-align: center;
    font-weight: bold;
    background: #f1f1f1;
    padding-block: 1.875rem;
    padding-inline: 1.875rem;
  }
.page-newgrads .ng-result__table table tr td {
    text-align: center;
    padding-block: min(0.9375rem, 2vw);
    padding-inline: min(1.875rem, 3vw);
    font-weight: 500;
    background: white;
  }
.page-newgrads .ng-tiktok__content {
    display: grid;
    grid-template-columns: 3fr 2fr;
    align-items: center;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
@media (max-width: 767px) {
    .page-newgrads .ng-tiktok__content {
      grid-template-columns: 1fr;
      row-gap: 1.25rem;
    }
  }
.page-newgrads .ng-interview__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
.page-newgrads .ng-discussion__body {
    position: relative;
    display: grid;
    justify-content: end;
  }
.page-newgrads .ng-discussion__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
@media (max-width: 767px) {
    .page-newgrads .ng-discussion__img {
      max-width: 80vw;
    }
  }
.page-newgrads .ng-discussion__img img {
    border-radius: 0.5rem;
  }
.page-newgrads .ng-discussion__content {
    font-weight: 500;
    line-height: 1.8;
    display: inline-block;
    width: 100vw;
    max-width: 31.875rem;
    margin-top: 10.3125rem;
    padding-inline: min(3.125rem, 4vw);
    padding-block: min(1.875rem, 4vw);
    background-color: rgba(4, 40, 96, 0.8);
    color: white;
    border-radius: 0.5rem;
  }
@media (max-width: 767px) {
    .page-newgrads .ng-discussion__content {
      max-width: 80vw;
    }
  }
.page-newgrads .ng-discussion__content--text {
    font-size: min(1.5rem, 4vw);
  }
.page-newgrads .ng-discussion__content--link {
    text-align: right;
  }
.page-career__title {
    font-size: min(2rem, 6vw);
    font-weight: 500;
    margin-bottom: 1.25rem;
  }
.page-parttime__title {
    font-size: min(2rem, 6vw);
    font-weight: 500;
    margin-bottom: 1.25rem;
  }
.page-welcomeback-content {
    width: 100%;
    max-width: 50rem;
    margin-inline: auto;
    padding-top: min(3.75rem, 10vw);
  }
.page-welcomeback-kv {
    height: 28.75rem;
    position: relative;
  }
@media (max-width: 767px) {
    .page-welcomeback-kv {
      height: min(17.5rem, 46vw);
    }
  }
.page-welcomeback-kv img {
    width: 100%;
    height: 28.75rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
@media (max-width: 767px) {
    .page-welcomeback-kv img {
      height: min(17.5rem, 46vw);
    }
  }
.page-welcomeback__title {
    text-align: center;
    font-size: min(2rem, 5.2vw);
    font-weight: 500;
  }
.page-faq__title {
    font-size: min(1.5rem, 5.2vw);
    font-weight: 500;
  }
.page-faq__nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.5rem, 3vw);
  }
.page-faq__nav ul li {
    font-size: min(1.25rem, 3.6vw);
    text-align: center;
  }
.page-faq__nav ul li a {
    display: block;
    padding: min(1.25rem, 3vw);
    color: white;
  }
.page-faq__nav--newgrads a {
    color: white;
    background-color: #2CA8E6;
    border: 1px solid #2CA8E6;
  }
.page-faq__nav--newgrads a:hover {
    background-color: white;
    color: #2CA8E6;
  }
.page-faq__nav--career a {
    color: white;
    background-color: #5B7582;
    border: 1px solid #5B7582;
  }
.page-faq__nav--career a:hover {
    background-color: white;
    color: #5B7582;
  }
.faq-block {
    background-color: white;
    border-radius: 0.3125rem;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  }
.faq-block__title {
    font-size: min(1.5rem, 4vw);
    padding-block: min(1.25rem, 3.6vw);
    padding-inline: min(2.5rem, 6vw);
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
.faq-block__title--newgrads {
    background-color: #2CA8E6;
    color: white;
  }
.faq-block__title--career {
    background-color: #5B7582;
    color: white;
  }
.faq-block__list {
    padding-inline: min(1.5625rem, 3vw);
    padding-top: min(1.5625rem, 4.5vw);
    padding-bottom: min(0.9375rem, 2vw);
    display: grid;
    row-gap: min(1.25rem, 4vw);
  }
.faq-block__item {
    border-bottom: 1px solid #d2d2d2;
  }
.faq-block__item:last-child {
    border-bottom: none;
  }
.faq-block__item a {
    text-decoration: underline;
  }
.faq-block__item__question {
    font-size: min(1.25rem, 4vw);
    display: grid;
    grid-template-columns: 3.125rem 1fr;
    gap: min(1.25rem, 2vw);
    margin-bottom: min(1.25rem, 2vw);
  }
.faq-block__item__question:before {
    font-family: "optima-lt-pro", sans-serif;
    font-size: min(1.5rem, 5vw);
    font-weight: 500;
    content: "Q";
    display: inline-block;
    width: clamp(2.5rem, 8vw, 3.125rem);
    height: clamp(2.5rem, 8vw, 3.125rem);
    background-color: #042860;
    color: white;
    border-radius: 50%;
    display: grid;
    place-items: center;
  }
.faq-block__item__question--text {
    padding-top: min(0.625rem, 1.4vw);
  }
.faq-block__item__answer {
    display: grid;
    grid-template-columns: 3.125rem 1fr;
    gap: min(1.25rem, 2vw);
    margin-bottom: min(1.25rem, 4vw);
  }
.faq-block__item__answer:before {
    font-family: "optima-lt-pro", sans-serif;
    font-size: min(1.5rem, 5vw);
    font-weight: 500;
    content: "A";
    display: inline-block;
    width: clamp(2.5rem, 8vw, 3.125rem);
    height: clamp(2.5rem, 8vw, 3.125rem);
    background-color: #FF3A3A;
    color: white;
    border-radius: 50%;
    display: grid;
    place-items: center;
  }
.faq-block__item__answer--text {
    padding-top: min(0.625rem, 1.6vw);
  }
.page-top-message .top-message__title {
    color: #042860;
    font-size: min(1.75rem, 5vw);
    font-weight: 500;
    text-align: center;
  }
.page-top-message .top-message__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: min(1.875rem, 5vw);
         column-gap: min(1.875rem, 5vw);
  }
@media (max-width: 767px) {
    .page-top-message .top-message__content {
      grid-template-columns: 1fr;
      row-gap: min(2.5rem, 5vw);
    }
  }
.page-top-message .top-message__content--text {
    line-height: 2;
  }
.page-company .group__title {
    font-size: min(1.75rem, 4.8vw);
    font-weight: 600;
    text-align: center;
    color: #042860;
  }
.page-company .sec__title {
    font-size: min(1.5rem, 4.6vw);
    font-weight: 600;
    margin-bottom: min(0.9375rem, 3vw);
  }
.page-company {
    /*リード*/
  }
.page-company .company-lead {
    line-height: 2;
  }
.page-company .company-lead__title {
    color: #042860;
    text-align: center;
    font-size: min(1.625rem, 5vw);
    font-weight: 700;
  }
.page-company {
    /*顧問医師*/
  }
.page-company .doctor__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    -moz-column-gap: min(1.25rem, 3vw);
         column-gap: min(1.25rem, 3vw);
  }
@media (max-width: 639px) {
    .page-company .doctor__list {
      grid-template-columns: 1fr;
      row-gap: min(1.875rem, 10vw);
    }
  }
.page-company .doctor__item--name {
    font-size: min(1.0625rem, 4vw);
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: white;
    background: #333;
    padding: min(0.625rem, 2vw);
    margin-bottom: min(0.625rem, 2vw);
  }
.page-company .doctor__item--title {
    font-size: min(1.0625rem, 4vw);
    margin-bottom: min(0.3125rem, 2vw);
    font-weight: 700;
  }
.page-company .doctor__item ul {
    line-height: 1.6;
    display: grid;
    row-gap: min(0.1875rem, 1vw);
  }
.page-company .doctorName {
    background: #333;
    color: #fff;
    margin-bottom: 10px;
    padding: 3px 5px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 5px;
  }
.page-privacy {
    line-height: 2;
  }
.page-privacy .pp__pagetitle {
    font-size: min(1.5rem, 5vw);
    font-weight: bold;
    margin-bottom: min(2.5rem, 8vw);
  }
.page-privacy .pp__title {
    font-size: min(1.25rem, 4.6vw);
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
    padding: 0 0 15px;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: min(1.25rem, 4vw);
    padding-bottom: min(0.9375rem, 3vw);
  }
.page-privacy .pp__block {
    margin-bottom: 60px;
  }
@media screen and (max-width: 768px) {
    .page-privacy .pp__block {
      margin-bottom: 10vw;
    }
  }
.page-privacy ol {
    counter-reset: cnt;
    padding-inline-start: 0;
    margin-left: 2.2em;
    display: grid;
    row-gap: min(0.5rem, 2vw);
  }
.page-privacy ol li {
    list-style-type: none;
    counter-increment: cnt;
    line-height: 1.6;
  }
.page-privacy ol li::before {
    content: "(" counter(cnt) ") ";
    display: inline-block;
    margin-right: 0.7em;
    margin-left: -2.2em;
  }
.page-privacy .c-table {
    width: auto;
  }
.page-privacy .c-table th {
    width: auto;
    text-align: left;
  }
.page-privacy .c-table td {
    width: auto;
  }
.page-numbers__list {
    padding-top: min(1.25rem, 10vw);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: min(2.5rem, 10vw);
    -moz-column-gap: min(1.25rem, 5vw);
         column-gap: min(1.25rem, 5vw);
  }
.page-numbers__item {
    background-color: white;
    padding-top: min(2.5rem, 10vw);
    padding-bottom: min(1.25rem, 5vw);
    padding-inline: min(1.25rem, 5vw);
    border-radius: 0.3125rem;
    position: relative;
  }
.page-numbers__item--title {
    text-align: center;
    font-size: min(1.25rem, 4vw);
    letter-spacing: 0.2em;
    font-weight: 700;
    background-color: #2CA8E6;
    color: white;
    padding: 0.5rem 1.25rem;
    position: absolute;
    top: min(-1.25rem, 5vw);
    left: min(1.25rem, 5vw);
    margin-right: min(1.25rem, 5vw);
    line-height: 1.2;
  }
.page-numbers__item--title small {
    font-size: min(1.0625rem, 3.5vw);
    letter-spacing: initial;
  }
.page-numbers__item--img {
    display: grid;
    place-items: center;
  }
.page-numbers__item--number {
    text-align: center;
    font-size: min(2.5rem, 10vw);
    line-height: 1;
    font-weight: 700;
    margin-top: min(0.625rem, 2.5vw);
    color: #042860;
  }
.page-numbers__item--number span {
    font-family: "optima-lt-pro", sans-serif;
    font-size: min(8rem, 16vw);
  }
.page-numbers__item--number small {
    font-size: 40%;
    letter-spacing: initial;
  }
.page-numbers__item--text {
    text-align: center;
    color: #042860;
    font-size: min(1.125rem, 4.5vw);
    font-weight: 700;
    margin-top: min(0.625rem, 2.5vw);
  }
.page-numbers__item--note {
    font-size: min(0.875rem, 3.5vw);
    text-align: right;
    margin-top: min(1.25rem, 5vw);
  }
.page-numbers__item[data-col="1"] {
    grid-column: span 6;
  }
.page-numbers__item[data-col="2"] {
    grid-column: span 3;
  }
@media (max-width: 767px) {
    .page-numbers__item[data-col="2"] {
      grid-column: span 6;
    }
  }
.page-numbers__item[data-col="3"] {
    grid-column: span 2;
  }
@media (max-width: 767px) {
    .page-numbers__item[data-col="3"] {
      grid-column: span 3;
    }
  }
@media (max-width: 479px) {
    .page-numbers__item[data-col="3"] {
      grid-column: span 6;
    }
  }
.page-numbers__item[data-col="3"] .page-numbers__item--number {
    font-size: min(1.875rem, 7.5vw);
  }
.page-numbers__item[data-col="3"] .page-numbers__item--number span {
    display: block;
  }
.page-personality__list li {
    margin-bottom: min(0.3125rem, 1vw);
    text-indent: -1em;
    padding-left: 1em;
  }
.page-personality__list li:before {
    content: "-";
    margin-right: min(0.9375rem, 2vw);
  }
.page-personality__list li:last-child {
    margin-bottom: 0;
  }
.page-workstyle .kv {
    margin-inline: auto;
    max-width: 62.5rem;
  }
.page-workstyle .section__title {
    font-size: min(2rem, 6vw);
    font-weight: 500;
    margin-bottom: 1.25rem;
  }
.page-workstyle .block__title {
    font-size: min(1.625rem, 5.2vw);
    font-weight: 500;
    margin-bottom: min(1.25rem, 3vw);
  }
.page-workstyle .block__list {
    display: flex;
    flex-direction: column;
    gap: min(1.25rem, 3vw);
  }
.page-workstyle .block__item {
    background-color: white;
    border-radius: 0.3125rem;
    padding-block: min(1.875rem, 6vw);
    padding-inline: min(1.875rem, 5vw);
  }
.page-workstyle .system .block__list {
    display: grid;
    gap: min(1.25rem, 3vw);
  }
.page-workstyle .system .block__item {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }
@media (max-width: 767px) {
    .page-workstyle .system .block__item {
      grid-template-columns: 1fr;
    }
  }
.page-workstyle .system .block__item--title {
    font-size: min(1.125rem, 4.2vw);
    font-weight: 700;
    color: #042860;
    margin-bottom: min(0.3125rem, 2vw);
  }
.page-workstyle .system .block__item--title span {
    color: #FF3A3A;
  }
.page-workstyle .care .block__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.25rem, 3vw);
  }
@media (max-width: 767px) {
    .page-workstyle .care .block__list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
@media (max-width: 479px) {
    .page-workstyle .care .block__list {
      grid-template-columns: 1fr;
    }
  }
.page-workstyle .care .block__item figure {
    display: flex;
    justify-content: center;
    margin-bottom: 0.9375rem;
  }
.page-workstyle .care .block__item h4 {
    color: #042860;
    text-align: center;
    font-size: min(1.125rem, 4.2vw);
    font-weight: 700;
    margin-bottom: 0.625rem;
  }
.page-workstyle .care .block__item p {
    font-size: min(0.875rem, 3.2vw);
    font-weight: 400;
    line-height: 1.5;
  }
.page-workstyle .comfortable .block__list {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1.2fr;
    gap: min(1.25rem, 3vw);
  }
@media (max-width: 870px) {
    .page-workstyle .comfortable .block__list {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
    }
  }
@media (max-width: 479px) {
    .page-workstyle .comfortable .block__list {
      grid-template-columns: 1fr;
      grid-template-rows: initial;
    }
  }
.page-workstyle .comfortable .block__item {
    position: relative;
  }
.page-workstyle .comfortable .block__item:has(.block__item--note) {
    padding-bottom: min(3.75rem, 20vw);
  }
.page-workstyle .comfortable .block__item--title {
    text-align: center;
    font-size: min(1.125rem, 4.2vw);
    font-weight: 700;
    line-height: 1.4;
    color: #042860;
    margin-bottom: min(1.5625rem, 5vw);
  }
@media (max-width: 870px) {
    .page-workstyle .comfortable .block__item--title {
      font-size: min(1.25rem, 4.2vw);
    }
  }
.page-workstyle .comfortable .block__item--title strong {
    color: #FF3A3A;
  }
.page-workstyle .comfortable .block__item--main {
    display: grid;
    align-items: center;
    row-gap: min(0.9375rem, 3vw);
  }
.page-workstyle .comfortable .block__item--col {
    gap: min(0.625rem, 3vw);
  }
.page-workstyle .comfortable .block__item--col h5 {
    font-size: min(0.875rem, 4.2vw);
    font-weight: 700;
    white-space: nowrap;
  }
@media (max-width: 870px) {
    .page-workstyle .comfortable .block__item--col h5 {
      font-size: min(1rem, 4.2vw);
    }
  }
.page-workstyle .comfortable .block__item--note {
    position: absolute;
    bottom: min(1.25rem, 5vw);
    right: min(1.25rem, 5vw);
    font-size: min(0.75rem, 3.2vw);
    text-align: right;
    margin-top: 1.25rem;
  }
@media (max-width: 870px) {
    .page-workstyle .comfortable__parental-leave {
      grid-column: span 2/span 2;
    }
  }
@media (max-width: 479px) {
    .page-workstyle .comfortable__parental-leave {
      grid-column: initial;
    }
  }
@media (max-width: 870px) {
    .page-workstyle .comfortable__parental-leave .block__item--main {
      max-width: 380px;
      margin-inline: auto;
    }
  }
.page-workstyle .comfortable__parental-leave .block__item--col {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr;
    align-items: center;
  }
.page-workstyle .comfortable__parental-leave .block__item--col strong {
    display: block;
    text-align: center;
    font-family: "optima-lt-pro", sans-serif;
    font-size: min(3.75rem, 12vw);
    line-height: 1;
    font-weight: 700;
    color: #042860;
  }
.page-workstyle .comfortable__parental-leave .block__item--col small {
    color: #042860;
    font-size: min(1.125rem, 3.4vw);
  }
.page-workstyle .comfortable__parental-leave .block__item--col span {
    display: block;
    text-align: center;
    color: #042860;
    font-size: min(0.875rem, 3.2vw);
    font-weight: 500;
    line-height: 1.5;
  }
@media (max-width: 870px) {
    .page-workstyle .comfortable__overtime {
      grid-row-start: 2;
    }
  }
@media (max-width: 479px) {
    .page-workstyle .comfortable__overtime {
      grid-row-start: initial;
    }
  }
.page-workstyle .comfortable__overtime .block__item--main {
    padding-top: min(0.625rem, 2vw);
  }
@media (max-width: 479px) {
    .page-workstyle .comfortable__overtime .block__item--main {
      padding-top: 0;
    }
  }
.page-workstyle .comfortable__overtime .block__item--col {
    display: block;
  }
.page-workstyle .comfortable__overtime .block__item--col h5 {
    text-align: center;
    margin-bottom: 0.625rem;
  }
.page-workstyle .comfortable__overtime .block__item--col strong {
    display: block;
    text-align: center;
    font-family: "optima-lt-pro", sans-serif;
    font-size: min(4.875rem, 14vw);
    line-height: 1;
    font-weight: 700;
    color: #042860;
  }
.page-workstyle .comfortable__overtime .block__item--col small {
    color: #042860;
    font-size: min(1.125rem, 3.4vw);
  }
@media (max-width: 870px) {
    .page-workstyle .comfortable__paid-leave {
      grid-row-start: 2;
    }
  }
@media (max-width: 479px) {
    .page-workstyle .comfortable__paid-leave {
      grid-row-start: initial;
    }
  }
.page-workstyle .comfortable__paid-leave .block__item--main {
    padding-top: min(0.625rem, 2vw);
  }
@media (max-width: 870px) {
    .page-workstyle .comfortable__paid-leave .block__item--main {
      max-width: min(13.125rem, 100vw);
      margin-inline: auto;
    }
  }
@media (max-width: 479px) {
    .page-workstyle .comfortable__paid-leave .block__item--main {
      padding-top: 0;
    }
  }
.page-workstyle .comfortable__paid-leave .block__item--col {
    display: grid;
    grid-template-columns: 1fr auto;
    justify-content: center;
    align-items: center;
  }
.page-workstyle .comfortable__paid-leave .block__item--col strong {
    display: block;
    text-align: center;
    font-family: "optima-lt-pro", sans-serif;
    font-size: min(3.75rem, 12vw);
    line-height: 1;
    font-weight: 700;
    color: #042860;
  }
.page-workstyle .comfortable__paid-leave .block__item--col small {
    color: #042860;
    font-size: min(1.125rem, 3.4vw);
  }
.page-workstyle .evaluation .block__item {
    display: grid;
    grid-template-columns: 5.625rem 1fr;
    grid-template-rows: auto 1fr;
    -moz-column-gap: min(1.25rem, 3vw);
         column-gap: min(1.25rem, 3vw);
  }
@media (max-width: 479px) {
    .page-workstyle .evaluation .block__item {
      grid-template-columns: 1fr;
    }
  }
.page-workstyle .evaluation .block__item--fig {
    grid-row: span 2/span 2;
  }
@media (max-width: 479px) {
    .page-workstyle .evaluation .block__item--fig {
      grid-row: initial;
      text-align: center;
      display: grid;
      justify-content: center;
      margin-bottom: min(0.9375rem, 5vw);
    }
  }
.page-workstyle .evaluation .block__item--title {
    font-size: min(1.125rem, 4.2vw);
    font-weight: 700;
    line-height: 1.4;
    color: #042860;
    margin-bottom: min(0.625rem, 3vw);
  }
@media (max-width: 479px) {
    .page-workstyle .evaluation .block__item--title {
      text-align: center;
    }
  }
.page-workstyle .evaluation .block__item--text {
    grid-column-start: 2;
  }
@media (max-width: 479px) {
    .page-workstyle .evaluation .block__item--text {
      grid-column-start: initial;
    }
  }
.page-workstyle .workstyle-development .block__list {
    display: grid;
    gap: min(1.25rem, 3vw);
  }
.page-workstyle .workstyle-development .block__item {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }
@media (max-width: 767px) {
    .page-workstyle .workstyle-development .block__item {
      grid-template-columns: 1fr;
    }
  }
.page-workstyle .workstyle-development .block__item--title {
    font-size: min(1.125rem, 4.2vw);
    font-weight: 700;
    color: #042860;
    margin-bottom: min(0.3125rem, 2vw);
  }
.page-workstyle .workstyle-development .block__item--title span {
    color: #FF3A3A;
  }
.page-workstyle .workstyle-exchange .block__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.25rem, 3vw);
  }
@media (max-width: 767px) {
    .page-workstyle .workstyle-exchange .block__list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
@media (max-width: 479px) {
    .page-workstyle .workstyle-exchange .block__list {
      grid-template-columns: 1fr;
    }
  }
.page-workstyle .workstyle-exchange .block__item figure {
    display: flex;
    justify-content: center;
    margin-bottom: 0.9375rem;
  }
.page-workstyle .workstyle-exchange .block__item h4 {
    color: #042860;
    text-align: center;
    font-size: min(1.125rem, 4.2vw);
    font-weight: 700;
    margin-bottom: 0.625rem;
  }
.page-workstyle .workstyle-exchange .block__item p {
    font-size: min(0.875rem, 3.2vw);
    font-weight: 400;
    line-height: 1.5;
  }
.page-workstyle .workstyle-holiday .block__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.25rem, 3vw);
  }
@media (max-width: 767px) {
    .page-workstyle .workstyle-holiday .block__list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
@media (max-width: 479px) {
    .page-workstyle .workstyle-holiday .block__list {
      grid-template-columns: 1fr;
    }
  }
.page-workstyle .workstyle-holiday .block__item figure {
    display: flex;
    justify-content: center;
    margin-bottom: 0.9375rem;
  }
.page-workstyle .workstyle-holiday .block__item h4 {
    color: #042860;
    text-align: center;
    font-size: min(1.125rem, 4.2vw);
    font-weight: 700;
    margin-bottom: 0.625rem;
  }
.page-workstyle .workstyle-holiday .block__item p {
    font-size: min(0.875rem, 3.2vw);
    font-weight: 400;
    line-height: 1.5;
  }
.page-workstyle .workstyle-welfare .block__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.25rem, 3vw);
  }
@media (max-width: 767px) {
    .page-workstyle .workstyle-welfare .block__list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
@media (max-width: 479px) {
    .page-workstyle .workstyle-welfare .block__list {
      grid-template-columns: 1fr;
    }
  }
.page-workstyle .workstyle-welfare .block__item figure {
    display: flex;
    justify-content: center;
    margin-bottom: 0.9375rem;
  }
.page-workstyle .workstyle-welfare .block__item h4 {
    color: #042860;
    text-align: center;
    font-size: min(1.125rem, 4.2vw);
    font-weight: 700;
    margin-bottom: 0.625rem;
  }
.page-workstyle .workstyle-welfare .block__item p {
    font-size: min(0.875rem, 3.2vw);
    font-weight: 400;
    line-height: 1.5;
  }
.page-purpose .mark__title {
    font-size: min(1.625rem, 6vw);
    font-weight: 700;
    text-align: center;
  }
.page-purpose .mark figure {
    max-width: 50vw;
    margin-inline: auto;
  }
.page-purpose .mark__content {
    display: grid;
    grid-template-columns: 3fr 8fr;
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
    line-height: 2.2;
  }
@media (max-width: 767px) {
    .page-purpose .mark__content {
      grid-template-columns: 1fr;
      row-gap: min(2.5rem, 5vw);
    }
  }
.page-purpose .philosophy__title {
    font-size: min(1.625rem, 6vw);
    font-weight: 700;
    text-align: center;
  }
.page-purpose .philosophy figure {
    max-width: 60vw;
    margin-inline: auto;
  }
.page-purpose .philosophy__content {
    display: grid;
    grid-template-columns: 3fr 8fr;
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
    line-height: 2.2;
  }
@media (max-width: 767px) {
    .page-purpose .philosophy__content {
      grid-template-columns: 1fr;
      row-gap: min(2.5rem, 5vw);
    }
  }
.page-purpose .purpose__title {
    font-size: min(1.625rem, 6vw);
    font-weight: 700;
    text-align: center;
  }
.page-purpose .purpose figure {
    display: grid;
    justify-content: center;
  }
.page-discussion .disc-hero {
    margin-bottom: 3.875rem;
  }
@media (max-width: 767px) {
    .page-discussion .disc-hero {
      margin-bottom: 14vw;
    }
  }
.page-discussion .disc-hero__title {
    font-size: min(2rem, 4.6vw);
    font-weight: 700;
    text-align: center;
  }
.page-discussion .disc-hero__inner {
    position: relative;
  }
.page-discussion .disc-hero__inner img {
    width: 100%;
    max-width: 90%;
  }
@media (max-width: 767px) {
    .page-discussion .disc-hero__inner img {
      max-width: 95%;
    }
  }
.page-discussion .disc-hero__text-overlay {
    position: absolute;
    bottom: -3.875rem;
    right: 0;
    background-color: rgba(4, 40, 96, 0.85);
    color: white;
    padding: min(1.5rem, 2.5vw) min(3.75rem, 5vw);
    border-radius: 4px;
    font-size: min(1.5rem, 3.2vw);
    line-height: 1.8;
    max-width: 85%;
  }
@media (max-width: 767px) {
    .page-discussion .disc-hero__text-overlay {
      bottom: -14vw;
    }
  }
.page-discussion .disc-profiles__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
  }
@media (max-width: 767px) {
    .page-discussion .disc-profiles__list {
      grid-template-columns: repeat(3, 1fr);
      gap: 0.75rem;
    }
  }
.page-discussion .disc-profiles__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
.page-discussion .disc-profiles__card--img img {
    border-radius: 50%;
  }
.page-discussion .disc-profiles__card-info {
    margin-top: 0.75rem;
  }
.page-discussion .disc-profiles__card-info--name {
    font-weight: 700;
  }
.page-discussion .disc-profiles__card-info--role {
    font-size: 0.9375rem;
    text-decoration: underline;
  }
.page-discussion .disc-profiles__card-info--edu {
    font-size: 0.9375rem;
  }
.page-discussion .disc-anchor {
    display: grid;
    gap: min(1.5rem, 4vw);
  }
.page-discussion .disc-anchor__item {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: min(1.5rem, 3vw);
    padding-left: min(1rem, 3vw);
    padding-right: min(4.6875rem, 14vw);
    padding-block: 0.875rem;
    background-color: white;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    font-size: 1.125rem;
  }
.page-discussion .disc-anchor__item:hover {
    color: currentColor;
    border: 1px solid #042860;
  }
.page-discussion .disc-anchor__item--number {
    font-size: 1.5rem;
    font-family: "optima-lt-pro", sans-serif;
    width: min(3.0625rem, 10vw);
    height: min(3.0625rem, 10vw);
    border-radius: 50%;
    background-color: #042860;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.page-discussion .disc-anchor__item--icon {
    display: grid;
    place-items: center;
    width: min(2.625rem, 8vw);
    height: min(2.625rem, 8vw);
    font-size: 1.25rem;
    position: absolute;
    right: min(1rem, 3vw);
    top: 50%;
    transform: translateY(-50%);
    border: 1px dashed #042860;
    border-radius: 50%;
  }
.page-discussion .disc-qa__header {
    display: flex;
    align-items: center;
    gap: min(1.5rem, 3vw);
    padding-bottom: min(1rem, 2vw);
    border-bottom: 1px solid #042860;
  }
.page-discussion .disc-qa__header--number {
    font-size: min(2.5rem, 7vw);
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 700;
    color: #042860;
    background-color: #042860;
    color: white;
    border-radius: 50%;
    display: grid;
    place-items: center;
    width: min(4.875rem, 12vw);
    height: min(4.875rem, 12vw);
    aspect-ratio: 1/1;
  }
.page-discussion .disc-qa__header--title {
    letter-spacing: 0.1em;
    color: #042860;
    font-size: min(2rem, 5vw);
    line-height: 1.4;
  }
.page-discussion .disc-qa__right-img {
    display: flex;
    gap: min(1.5rem, 3vw);
  }
@media (max-width: 767px) {
    .page-discussion .disc-qa__right-img {
      flex-direction: column;
    }
  }
.page-discussion .disc-qa__left-img {
    display: flex;
    flex-direction: row-reverse;
    gap: min(2rem, 6vw);
  }
@media (max-width: 767px) {
    .page-discussion .disc-qa__left-img {
      flex-direction: column;
    }
  }
.page-discussion .disc-qa__comment {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: min(1.75rem, 4vw);
  }
.page-discussion .disc-qa__comment--name {
    color: #042860;
  }
.page-discussion .disc-qa__comment--name span {
    font-size: 1.25rem;
    font-weight: 700;
  }
.page-discussion .disc-qa__comment--text {
    font-size: 1.125rem;
  }
.page-discussion .disc-qa__comment--text em {
    font-style: normal;
    text-decoration: underline;
  }
.page-discussion .disc-qa__comment--text strong {
    font-weight: 700;
  }
.page-discussion .disc-qa__img {
    width: 40%;
    flex-shrink: 0;
  }
@media (max-width: 767px) {
    .page-discussion .disc-qa__img {
      width: auto;
      padding-left: min(4.75rem, 15vw);
    }
  }
.page-discussion .disc-qa__img img {
    border-radius: 0.375rem;
  }
@media (max-width: 767px) {
    .page-discussion .disc-qa__wide-img {
      width: auto;
      padding-left: min(4.75rem, 15vw);
    }
  }
.page-discussion .disc-qa__wide-img img {
    border-radius: 0.375rem;
  }
.page-discussion .qa-section {
    margin: 4rem auto;
    max-width: 1000px;
    padding: 0 1rem;
  }
.page-discussion .qa-section .qa-header {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
.page-discussion .qa-section .qa-item {
    display: grid;
    gap: 2rem;
  }
.page-discussion .qa-section .qa-item-with-image {
    grid-template-columns: 1fr 1fr;
  }
.page-discussion .qa-section .qa-item .qa-text-section {
    display: grid;
    grid-template-columns: 120px 1fr;
  }
.page-discussion .qa-section .qa-item .qa-text {
    line-height: 1.8;
  }
.page-discussion .qa-section .qa-item .qa-text strong {
    font-weight: bold;
  }
.page-discussion .qa-section .qa-item .qa-text u {
    text-decoration: underline;
  }
.page-discussion .qa-section .qa-item .qa-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
.page-discussion .interview-section {
    margin: 5rem 0;
    padding: 3rem 0;
  }
.page-discussion .interview-section .interview-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 4rem;
  }
.page-discussion .interview-section .interview-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem;
  }
.page-discussion .interview-section .interview-card {
    position: relative;
    width: 313px;
    height: 305px;
  }
.page-discussion .interview-section .interview-card-bg {
    position: absolute;
  }
.page-discussion .interview-section .interview-card-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
.page-discussion .interview-section .interview-card-text p {
    margin: 0;
  }
.page-discussion .interview-section .interview-card-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
.page-discussion .interview-section .interview-card .interview-tag {
    border-radius: 50px;
  }
.page-job-content {
    width: 100%;
    max-width: 50rem;
    margin-inline: auto;
  }
.page-joblist {
    border-top: 1px solid #d2d2d2;
  }
.page-joblist__dev {
    display: grid;
    grid-template-columns: 1fr;
  }
.page-joblist__item a {
    padding: min(1.625rem, 6vw) min(1.5rem, 2vw);
    display: block;
    border-bottom: 1px solid #d2d2d2;
  }
.page-joblist__item a:hover {
    opacity: 1;
    background-color: white;
  }
.page-joblist__item a:hover h3,
  .page-joblist__item a:hover p,
  .page-joblist__item a:hover li {
    color: #333333;
  }
.page-joblist__item--cat {
    display: inline-block;
    color: white;
    background-color: #5B7582;
    padding: 0.3125rem 0.625rem;
    margin-bottom: 0.9375rem;
  }
.page-joblist__item--title {
    font-size: min(1.25rem, 4.2vw);
    font-weight: 700;
  }
.page-joblist__item--excerpt {
    margin-top: 0.625rem;
  }
.page-joblist__item--tag {
    margin-top: 0.9375rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
  }
.page-joblist__item--tag li {
    font-weight: 700;
    display: block;
    background-color: white;
    padding: 0.1875rem 0.625rem;
    border: 1px solid #d2d2d2;
  }
.single-career .single-faq {
    padding-top: min(6.25rem, 16vw);
    padding-bottom: min(3.75rem, 10vw);
  }
.single-career .single-faq .faq-block__title {
    padding-block: min(1.75rem, 4vw);
  }
.single-career .single-faq .faq-block__title span {
    display: none;
  }
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
.single-tab__kv {
    height: 28.75rem;
    position: relative;
  }
@media (max-width: 767px) {
    .single-tab__kv {
      height: min(17.5rem, 46vw);
    }
  }
.single-tab__kv img {
    width: 100%;
    height: 28.75rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
@media (max-width: 767px) {
    .single-tab__kv img {
      height: min(17.5rem, 46vw);
    }
  }
.single-tab__nav {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
.single-tab__nav button {
    font-size: min(1.25rem, 5vw);
    width: 21.875rem;
    height: 5rem;
    background: rgba(244, 247, 255, 0.8);
    transition: background-color 0.3s ease;
    cursor: pointer;
  }
@media (max-width: 767px) {
    .single-tab__nav button {
      width: 50vw;
    }
  }
.single-tab__nav button:hover {
    background-color: rgba(244, 247, 255, 0.9);
  }
.single-tab__nav .active {
    background-color: #E4ECEF;
    cursor: default;
  }
.single-tab__nav .active:hover {
    background-color: #E4ECEF;
  }
.single-kv img {
    width: 100%;
    height: 28.75rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
@media (max-width: 767px) {
    .single-kv img {
      height: min(17.5rem, 46vw);
    }
  }
.single-rectuit {
    max-width: 50rem;
    margin-inline: auto;
    padding-top: min(3.75rem, 10vw);
  }
.single-rectuit__title {
    text-align: center;
    font-size: min(2rem, 6vw);
    font-weight: 500;
  }
.single-event__title {
    font-size: min(2rem, 5.2vw);
    font-weight: 500;
  }
.single-event__thumbnail {
    width: 100%;
    height: auto;
  }
.single-event__back-btn {
    font-size: min(1.25rem, 3.6vw);
    text-align: center;
    text-decoration: underline;
  }
@media (min-width: 640px){
  .sm\:inline{
    display: inline;
  }
}
@media (min-width: 768px){
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-2{
    margin-bottom: 0.5rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-24{
    margin-bottom: 6rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:mt-24{
    margin-top: 6rem;
  }
  .md\:mt-3{
    margin-top: 0.75rem;
  }
  .md\:mt-32{
    margin-top: 8rem;
  }
  .md\:mt-36{
    margin-top: 9rem;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:mt-5{
    margin-top: 1.25rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .page-newgrads .md\:hidden.year-cont {
    display: none;
  }
}/**
 * Swiper 12.0.3
 * 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: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
: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;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
.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: '';
      flex-shrink: 0;
      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 {
      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 {
      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);
    }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    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, 0.15);
  }
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 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;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
    display: none !important;
  }
.swiper-button-prev svg, .swiper-button-next svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg);
  }
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev,
  .swiper-horizontal .swiper-button-next,
  .swiper-horizontal ~ .swiper-button-prev,
  .swiper-horizontal ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
.swiper-horizontal .swiper-button-prev,
  .swiper-horizontal ~ .swiper-button-prev,
  .swiper-horizontal.swiper-rtl .swiper-button-next,
  .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
.swiper-horizontal .swiper-button-next,
  .swiper-horizontal ~ .swiper-button-next,
  .swiper-horizontal.swiper-rtl .swiper-button-prev,
  .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal ~ .swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl ~ .swiper-button-next) .swiper-navigation-icon {
      transform: rotate(180deg);
    }
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
      transform: rotate(0deg);
    }
.swiper-vertical .swiper-button-prev,
  .swiper-vertical .swiper-button-next,
  .swiper-vertical ~ .swiper-button-prev,
  .swiper-vertical ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
.swiper-vertical .swiper-button-prev,
  .swiper-vertical ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
  }
.swiper-vertical .swiper-button-prev .swiper-navigation-icon, .swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
.swiper-vertical .swiper-button-next,
  .swiper-vertical ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
  }
.swiper-vertical .swiper-button-next .swiper-navigation-icon, .swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
      transform: rotate(90deg);
    }
