@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea { /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "A1GothicStd";
  src: url("/recruit/assets/fontawesome/webfonts/AP-OTF-A1GothicStd-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "A1GothicStd";
  src: url("/recruit/assets/fontawesome/webfonts/AP-OTF-A1GothicStd-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  width: 100%;
  min-height: 100%;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #083148;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 835px) {
  body {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  body {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  font-weight: 500;
  transition: all 0.3s ease;
}
a img {
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 1195px) {
  a [href^="tel:"] {
    pointer-events: none;
  }
}

i[class^=fa] {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-weight: 500;
}
@media screen and (min-width: 835px) {
  p small {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  p small {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}

strong {
  font-weight: 700;
}

p a,
td a,
th a,
blockquote a {
  color: #009FE8;
  position: relative;
  text-decoration: underline;
  font-feature-settings: "palt";
  text-underline-offset: 2px;
}
@media screen and (min-width: 835px) {
  p a:hover::before,
  td a:hover::before,
  th a:hover::before,
  blockquote a:hover::before {
    display: none;
  }
}

hr {
  height: 1px;
  background-color: #f2f2f2;
  border: none;
  margin: min(1.464vw, 22px) 0;
}
@media screen and (max-width: 834px) {
  hr {
    margin: min(5.333vw, 22px) 0;
  }
}

.l-header {
  position: fixed;
  top: 2.196193265vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  width: 94.1434846266vw;
  height: clamp(68px, 5.857vw, 88px);
  background-color: #fff;
  box-shadow: 0px 6px 20px rgba(127, 159, 173, 0.11);
  border-radius: 2.9282576867vw;
  transition: transform ease-out 300ms;
}
@media screen and (max-width: 1194px) {
  .l-header {
    transform: translateY(-100%);
    top: 0;
    width: 100%;
    height: clamp(51px, 16vw, 66px);
    border-radius: 0;
  }
  .l-header.is-visible {
    transform: translateY(0%);
  }
  .l-header.is-act {
    transform: translateY(0%);
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 0 0 2.9282576867vw;
  position: relative;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-auto-flow: column;
  grid-template-columns: 0.85fr;
}
@media screen and (max-width: 1194px) {
  .l-header__inner {
    padding: 0 clamp(27.2px, 8.533vw, 35.2px) 0 clamp(17px, 5.333vw, 22px);
  }
}
.l-header__logo {
  display: block;
}
.l-header__logo a {
  width: min(25.622vw, 385px);
  height: min(2.562vw, 38.5px);
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  font-size: 0;
  text-indent: -999em;
  display: block;
}
@media screen and (max-width: 1194px) {
  .l-header__logo a {
    width: min(37.6vw, 155.1px);
    height: min(9.067vw, 37.4px);
    background-image: url(../img/common/logo-sp.svg);
  }
}
@media screen and (min-width: 835px) {
  .l-header__logo a:hover {
    opacity: 0.6;
  }
}
.l-header__logo.--center {
  justify-self: center;
}
.l-header__logo.--center a {
  margin: auto;
}
.l-header__logo--sp {
  width: min(45.333vw, 187px);
  height: min(16vw, 66px);
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 min(8vw, 33px) 0;
}
@media screen and (min-width: 1195px) {
  .l-header__logo--sp {
    display: none;
  }
}
.l-header__nav {
  display: grid;
  grid-auto-flow: column;
  place-items: center;
  margin-right: min(17.57vw, 264px);
}
@media screen and (max-width: 1194px) {
  .l-header__nav {
    width: min(84.267vw, 347.6px);
    display: block;
    background-color: #ffffff;
    margin: min(12.8vw, 52.8px) auto;
    border-radius: min(5.333vw, 22px);
    place-items: start;
    padding: min(10.667vw, 44px) min(8vw, 33px);
  }
}
@media screen and (min-width: 1195px) {
  .l-header__nav__wrapper {
    display: block !important;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__wrapper {
    display: none;
    width: 100%;
    height: calc(100vh - min(4.392vw, 66px));
    background-color: #fff;
    border-top: #e9eaef solid 1px;
    padding-bottom: min(4.392vw, 66px);
    position: fixed;
    top: clamp(51px, 16vw, 66px);
    left: 0;
    overflow: auto;
    background-color: #EAF2F5;
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__wrapper {
    height: calc(100vh - min(16vw, 66px));
    padding-bottom: min(16vw, 66px);
    top: clamp(51px, 16vw, 66px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__inner {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.l-header__nav__item {
  position: relative;
}
@media screen and (max-width: 1194px) {
  .l-header__nav__item {
    width: 100%;
    transition: all 0.3s ease;
    border-bottom: #e9eaef solid 1px;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__nav__item:nth-last-child(1) .l-header__sub, .l-header__nav__item:nth-last-child(2) .l-header__sub, .l-header__nav__item:nth-last-child(3):has(.l-header__sub__wrapper) .l-header__sub {
    left: unset;
    right: 0;
  }
}
@media screen and (min-width: 835px) {
  .l-header__nav__item:hover {
    color: #009FE8;
  }
}
.l-header__link {
  height: clamp(68px, 5.857vw, 88px);
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0 min(0.878vw, 13.2px);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1194px) {
  .l-header__link {
    font-size: initial;
    padding: clamp(8.5px, 2.667vw, 11px);
    padding: 0 0 0 min(3.2vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__link {
    font-size: clamp(12.75px, 4vw, 16.5px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__link::before, .l-header__link::after {
    content: "";
    position: absolute;
    width: clamp(2.55px, 0.8vw, 3.3px);
    height: clamp(2.55px, 0.8vw, 3.3px);
    left: 0;
  }
  .l-header__link::before {
    background-color: #009FE8;
    top: clamp(23.8px, 7.467vw, 30.8px);
  }
  .l-header__link::after {
    background-color: #E50012;
    top: clamp(32.3px, 10.133vw, 41.8px);
  }
  .l-header__link span {
    position: absolute;
    top: clamp(21.25px, 6.667vw, 27.5px);
    right: 0;
    bottom: 0;
  }
  .l-header__link span::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f105";
    line-height: 1;
    position: absolute;
    background-color: #083148;
    color: #fff;
    right: clamp(0px, 0vw, 0px);
    border-radius: 50%;
    width: clamp(17px, 5.333vw, 22px);
    height: clamp(17px, 5.333vw, 22px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1194px) and (max-width: 834px) {
  .l-header__link span::after {
    font-size: clamp(8.5px, 2.667vw, 11px);
  }
}
.l-header__link-button {
  width: min(14.641vw, 220px);
  height: clamp(68px, 5.857vw, 88px);
  line-height: clamp(68px, 5.857vw, 88px);
  border-radius: 2.9282576867vw;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  margin-left: min(4.026vw, 60.5px);
  position: absolute !important;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 1194px) {
  .l-header__link-button {
    width: min(64vw, 264px);
    height: auto;
    position: relative !important;
    margin-left: auto;
    left: 0;
    margin: auto;
    font-size: initial;
  }
}
@media screen and (max-width: 834px) {
  .l-header__link-button {
    font-size: clamp(12.75px, 4vw, 16.5px);
    width: min(64vw, 264px);
    border-radius: initial;
  }
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1194px) {
  .l-header__hamburger {
    display: block;
    position: relative;
    cursor: pointer;
    width: min(6.4vw, 26.4px);
    height: min(4.267vw, 17.6px);
    transition: all 0.3s ease;
  }
  .l-header__hamburger::before, .l-header__hamburger::after {
    content: "";
  }
}
@media screen and (max-width: 1194px) and (max-width: 1194px) {
  .l-header__hamburger::before, .l-header__hamburger::after {
    position: absolute;
    width: clamp(20.4px, 6.4vw, 26.4px);
    height: 2px;
    z-index: 10;
    background-color: #083148;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1194px) and (max-width: 1194px) {
  .l-header__hamburger::before {
    top: 0;
  }
}
@media screen and (max-width: 1194px) and (max-width: 1194px) {
  .l-header__hamburger::after {
    bottom: 0;
  }
}
@media screen and (max-width: 1194px) and (max-width: 1194px) {
  .l-header__hamburger span {
    position: absolute;
    width: clamp(20.4px, 6.4vw, 26.4px);
    height: 2px;
    background-color: #083148;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.l-header__hamburger--sp::before, .l-header__hamburger--sp::after {
  content: "";
}
@media screen and (max-width: 1194px) {
  .l-header__hamburger--sp::before, .l-header__hamburger--sp::after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__hamburger--sp span {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 835px) {
  .l-header__hamburger:hover {
    color: #005cd1;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__hamburger--sp {
    display: none;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__hamburger--sp {
    position: absolute;
    right: min(5.333vw, 22px);
    top: min(5.333vw, 22px);
    z-index: 10;
  }
}

.l-header.is-act .l-header__hamburger.--1::before {
  top: clamp(8.5px, 2.667vw, 11px);
  transform: rotate(30deg);
}
.l-header.is-act .l-header__hamburger.--1::after {
  top: clamp(8.5px, 2.667vw, 11px);
  transform: rotate(-30deg);
}
.l-header.is-act .l-header__hamburger.--1 span {
  opacity: 0;
}

.l-footer {
  width: 100%;
  margin-top: auto;
  background-color: #ffffff;
  padding: 0 min(5.637vw, 84.7px);
}
@media screen and (max-width: 834px) {
  .l-footer {
    padding: 0;
  }
}
.l-footer__wrapper {
  width: 100%;
  position: relative;
}
.l-footer__accent {
  background-color: #EAF2F5;
}
.l-footer__inner {
  width: 100%;
  height: 100%;
  max-width: min(105.417vw, 1584px);
  margin: auto;
  padding: min(6.442vw, 96.8px) 0 min(5.49vw, 82.5px);
  position: relative;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-auto-flow: column;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1280px) {
  .l-footer__inner {
    padding-left: min(1.464vw, 22px);
    padding-right: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__inner {
    display: block;
    max-width: min(320vw, 1320px);
    padding-top: min(16vw, 66px);
    padding-left: min(8vw, 33px);
    padding-right: min(8vw, 33px);
    margin-bottom: min(6.667vw, 27.5px);
  }
}
@media (max-width: 1100) {
  .l-footer__inner {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__logo {
    margin-bottom: min(12vw, 49.5px);
  }
}
.l-footer__logo a {
  width: min(25.622vw, 385px);
  height: min(2.562vw, 38.5px);
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  text-indent: -999em;
  display: block;
}
@media screen and (max-width: 834px) {
  .l-footer__logo a {
    width: min(72.533vw, 299.2px);
    height: min(7.467vw, 30.8px);
  }
}
@media screen and (min-width: 835px) {
  .l-footer__logo a:hover {
    opacity: 0.6;
  }
}
.l-footer__nav {
  display: grid;
  grid-auto-flow: column;
  place-items: center;
}
@media screen and (max-width: 834px) {
  .l-footer__nav {
    width: 100%;
    display: block;
    place-items: start;
    line-height: 2.6;
  }
}
@media screen and (max-width: 1194px) {
  .l-footer__nav__inner {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.l-footer__nav__item {
  position: relative;
}
.l-footer__nav__item.is-act::before {
  opacity: 0;
}
.l-footer__nav__item.is-act::after {
  transform: rotate(0);
}
.l-footer__nav__item.--button {
  margin-left: min(1.464vw, 22px);
}
@media screen and (max-width: 1194px) {
  .l-footer__nav__item.--button {
    border-bottom: none;
    margin-left: 0;
    margin-top: min(1.464vw, 22px);
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav__item.--button {
    margin-top: min(5.333vw, 22px);
  }
}
.l-footer__link {
  position: relative;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  font-weight: 500;
  padding: 0 min(0.878vw, 13.2px);
}
@media screen and (max-width: 834px) {
  .l-footer__link {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
  .l-footer__link:hover {
    color: #009FE8;
  }
}
.l-footer__button {
  position: relative;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  color: #fff;
  background-color: #083148;
  padding: min(0.146vw, 2.2px) min(1.464vw, 22px);
  border-radius: 30px;
  margin-left: min(0.878vw, 13.2px);
}
@media screen and (max-width: 834px) {
  .l-footer__button {
    display: inline-block;
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(0.533vw, 2.2px) min(5.333vw, 22px);
    border-radius: 30px;
    margin-left: 0;
    margin-top: min(6.4vw, 26.4px);
  }
}
.l-footer__bottom {
  padding: min(2.05vw, 30.8px) 0 min(5.271vw, 79.2px);
  position: relative;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-auto-flow: column;
  grid-template-columns: 0.8fr;
}
@media screen and (max-width: 834px) {
  .l-footer__bottom {
    display: flex;
    flex-direction: column-reverse;
    padding: min(5.333vw, 22px) min(2.667vw, 11px) min(16vw, 66px);
  }
}
.l-footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
@media screen and (max-width: 834px) {
  .l-footer__bottom::before {
    width: 85%;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__bottom .l-footer__nav {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8;
  }
}
.l-footer__bottom .l-footer__nav__list a {
  line-height: 1.4;
  border-right: min(0.073vw, 1.1px) solid #083148;
}
.l-footer__bottom .l-footer__nav__list:last-of-type a {
  border-right: none;
}
.l-footer__bottom .l-footer__link {
  padding: 0 min(1.757vw, 26.4px);
  font-size: clamp(10.2px, 0.878vw, 13.2px);
}
@media screen and (max-width: 834px) {
  .l-footer__bottom .l-footer__link {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    padding: 0 min(5.333vw, 22px);
  }
}
.l-footer__bottom .l-footer__link:hover {
  color: #083148;
  opacity: 0.6;
}
.l-footer__bottom .l-footer__link[target=_blank]::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f08e";
  padding-left: min(0.586vw, 8.8px);
}
@media screen and (max-width: 834px) {
  .l-footer__copyright {
    margin-top: min(13.333vw, 55px);
  }
}
.l-footer__copyright small {
  display: inline-block;
  font-size: clamp(10.2px, 0.878vw, 13.2px);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .l-footer__copyright small {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}

.red {
  color: #E50012;
}

.blue {
  color: #009FE8;
}

.l-body {
  position: relative;
  background-color: #EAF2F5;
  overflow: hidden;
}

.l-container {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: auto;
  z-index: 5;
}
.l-container.about, .l-container.work, .l-container.environment, .l-container.faq, .l-container.message, .l-container.info, .l-container.entry {
  padding-top: 15.3733528551vw;
}
@media screen and (max-width: 834px) {
  .l-container.about, .l-container.work, .l-container.environment, .l-container.faq, .l-container.message, .l-container.info, .l-container.entry {
    padding-top: 32vw;
  }
}
.l-container__edge {
  position: absolute;
  top: 0;
}
.l-container__edge.--blue {
  width: 15.3733528551vw;
}
@media screen and (max-width: 834px) {
  .l-container__edge.--blue {
    width: 28vw;
  }
}
.l-container__edge.--red {
  width: 17.6427525622vw;
  right: 0;
}
@media screen and (max-width: 834px) {
  .l-container__edge.--red {
    width: 32vw;
  }
}
.l-container__inner {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .l-container__inner {
    max-width: min(87.848vw, 1320px);
  }
}
@media screen and (min-width: 835px) {
  .l-container__inner.--wide {
    max-width: min(93.704vw, 1408px);
  }
}
@media screen and (min-width: 835px) {
  .l-container__inner.--narrow {
    max-width: min(68.814vw, 1034px);
  }
}
@media screen and (max-width: 834px) {
  .l-container__inner {
    padding-left: min(5.333vw, 22px);
    padding-right: min(5.333vw, 22px);
  }
}

[class*=l-section] {
  width: 100%;
  padding: min(5.857vw, 88px) 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  [class*=l-section] {
    padding: min(16vw, 66px) 0;
  }
}
[class*=l-section]:last-child {
  padding-bottom: min(5.857vw, 88px);
}
@media screen and (max-width: 834px) {
  [class*=l-section]:last-child {
    padding-bottom: min(16vw, 66px);
  }
}
[class*=l-section] + [class*=l-section] {
  padding-top: 0;
}
[class*=l-section][class*=u-color--bg] {
  padding-top: min(5.857vw, 88px);
}
@media screen and (max-width: 834px) {
  [class*=l-section][class*=u-color--bg] {
    padding-top: min(16vw, 66px);
  }
}
[class*=l-section][class*=u-color--bg] + [class*=l-section] {
  padding-top: min(5.857vw, 88px);
}
@media screen and (max-width: 834px) {
  [class*=l-section][class*=u-color--bg] + [class*=l-section] {
    padding-top: min(16vw, 66px);
  }
}

.l-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-content {
    padding: min(5.857vw, 88px) 0;
  }
}
@media screen and (max-width: 834px) {
  .l-content {
    display: block;
    padding: min(16vw, 66px) 0;
  }
}
.l-content__main {
  width: calc(100% - min(33.675vw, 506px));
}
@media screen and (max-width: 834px) {
  .l-content__main {
    width: calc(100% - min(122.667vw, 506px));
    margin-bottom: min(16vw, 66px);
  }
}
.l-content__main.--wide {
  width: calc(100% - min(30.015vw, 451px));
}
@media screen and (max-width: 834px) {
  .l-content__main.--wide {
    width: calc(100% - min(109.333vw, 451px));
  }
}
@media screen and (min-width: 835px) {
  .l-content__side {
    width: min(27.818vw, 418px);
  }
}
@media screen and (max-width: 834px) {
  .l-content__main, .l-content__side {
    width: 100%;
  }
}
.l-content__main > *:first-child, .l-content__side > *:first-child {
  margin-top: 0;
}
.l-content__main > *:last-child, .l-content__side > *:last-child {
  margin-bottom: 0;
}

.l-section > *:first-child,
.l-container__inner > *:first-child {
  margin-top: 0;
}
.l-section > *:last-child,
.l-container__inner > *:last-child {
  margin-bottom: 0;
}

.c-button--md, .c-button--lg, .c-button--xlg {
  display: flex;
  position: relative;
  max-width: 100%;
  background-color: #ffffff;
  color: #083148;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  border: none;
  border-radius: 50px;
  padding-left: min(2.928vw, 44px);
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid #083148;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .c-button--md, .c-button--lg, .c-button--xlg {
    font-size: clamp(12.75px, 4vw, 16.5px);
    padding-left: min(6.4vw, 26.4px);
  }
}
.c-button--md::after, .c-button--lg::after, .c-button--xlg::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f105";
  line-height: 1;
  position: absolute;
  background-color: #083148;
  color: #fff;
  right: clamp(12.75px, 1.098vw, 16.5px);
  border-radius: 50%;
  width: clamp(25.5px, 2.196vw, 33px);
  height: clamp(25.5px, 2.196vw, 33px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 835px) {
  .c-button--md::after, .c-button--lg::after, .c-button--xlg::after {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-button--md::after, .c-button--lg::after, .c-button--xlg::after {
    font-size: clamp(12.75px, 4vw, 16.5px);
    right: clamp(8.5px, 2.667vw, 11px);
    width: clamp(25.5px, 8vw, 33px);
    height: clamp(25.5px, 8vw, 33px);
  }
}
[target=_blank].c-button--md::after, [target=_blank].c-button--lg::after, [target=_blank].c-button--xlg::after {
  content: "\f08e";
}

.c-button {
  z-index: 10;
  position: relative;
  align-items: center;
  text-align: center;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: color;
}
.c-button::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  border-radius: 0.8rem;
  content: "";
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: transform;
}
.c-button--xlg {
  width: clamp(255px, 21.962vw, 330px);
  height: clamp(51px, 4.392vw, 66px);
  padding-left: min(1.684vw, 25.3px);
}
@media screen and (max-width: 834px) {
  .c-button--xlg {
    width: clamp(238px, 74.667vw, 308px);
    height: clamp(51px, 16vw, 66px);
    padding-left: min(5.333vw, 22px);
  }
}
.c-button--lg {
  width: clamp(255px, 21.962vw, 330px);
  height: clamp(51px, 4.392vw, 66px);
}
@media screen and (max-width: 834px) {
  .c-button--lg {
    width: clamp(204px, 64vw, 264px);
    height: clamp(51px, 16vw, 66px);
  }
}
.c-button--md {
  width: clamp(204px, 17.57vw, 264px);
  height: clamp(51px, 4.392vw, 66px);
}
@media screen and (max-width: 834px) {
  .c-button--md {
    width: clamp(170px, 53.333vw, 220px);
    height: clamp(51px, 16vw, 66px);
  }
}
.c-button.--en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 835px) {
  .c-button.--hover:hover::before {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
}
.c-button.--hover.--blue {
  color: #ffffff;
  background-color: #083148;
  border: none;
}
.c-button.--hover.--blue::before {
  background: #009FE8;
}
.c-button.--hover.--blue::after {
  background-color: #ffffff;
  color: #083148;
}
@media screen and (min-width: 835px) {
  .c-button.--hover.--blue:hover::after {
    color: #009FE8;
  }
}
.c-button.--hover.--navy {
  color: #083148;
  background-color: #ffffff;
}
.c-button.--hover.--navy::before {
  background: #083148;
}
.c-button.--hover.--navy::after {
  background-color: #083148;
  color: #ffffff;
}
@media screen and (min-width: 835px) {
  .c-button.--hover.--navy:hover {
    color: #ffffff;
  }
  .c-button.--hover.--navy:hover::after {
    color: #083148;
    background-color: #ffffff;
  }
}

.c-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.4641288433vw;
}
@media screen and (max-width: 834px) {
  .c-row {
    display: block;
    gap: min(4.267vw, 17.6px);
  }
}

.c-col-1 {
  grid-column: span 1;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-1 {
    grid-column: span 1 !important;
  }
}
.c-col-2 {
  grid-column: span 2;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-2 {
    grid-column: span 2 !important;
  }
}
.c-col-3 {
  grid-column: span 3;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-3 {
    grid-column: span 3 !important;
  }
}
.c-col-4 {
  grid-column: span 4;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-4 {
    grid-column: span 4 !important;
  }
}
.c-col-5 {
  grid-column: span 5;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-5 {
    grid-column: span 5 !important;
  }
}
.c-col-6 {
  grid-column: span 6;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-6 {
    grid-column: span 6 !important;
  }
}
.c-col-7 {
  grid-column: span 7;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-7 {
    grid-column: span 7 !important;
  }
}
.c-col-8 {
  grid-column: span 8;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-8 {
    grid-column: span 8 !important;
  }
}
.c-col-9 {
  grid-column: span 9;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-9 {
    grid-column: span 9 !important;
  }
}
.c-col-10 {
  grid-column: span 10;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-10 {
    grid-column: span 10 !important;
  }
}
.c-col-11 {
  grid-column: span 11;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-11 {
    grid-column: span 11 !important;
  }
}
.c-col-12 {
  grid-column: span 12;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-12 {
    grid-column: span 12 !important;
  }
}

.c-title--6, .c-title--5, .c-title--4, .c-title--4--line, .c-title--3, .c-title--2, .c-title--1 {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.c-title--1 {
  font-size: clamp(40.8px, 3.514vw, 52.8px);
  text-align: center;
  margin-bottom: min(5.857vw, 88px);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .c-title--1 {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
    margin-bottom: min(12.8vw, 52.8px);
  }
}
.c-title--1 > small {
  display: block;
  font-size: clamp(15.3px, 1.318vw, 19.8px);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #009FE8;
  line-height: 1;
  margin-bottom: min(1.757vw, 26.4px);
}
@media screen and (max-width: 834px) {
  .c-title--1 > small {
    margin-bottom: min(5.333vw, 22px);
  }
}
.c-title--2 {
  font-size: clamp(34px, 2.928vw, 44px);
  margin-bottom: min(4.392vw, 66px);
}
@media screen and (max-width: 834px) {
  .c-title--2 {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-top: min(9.6vw, 39.6px);
    margin-bottom: min(10.667vw, 44px);
  }
}
.c-title--2 > small {
  display: block;
  position: relative;
  font-size: clamp(15.3px, 1.318vw, 19.8px);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  padding-left: min(1.098vw, 16.5px);
  margin-bottom: min(1.757vw, 26.4px);
}
@media screen and (max-width: 834px) {
  .c-title--2 > small {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    padding-left: min(2.667vw, 11px);
    margin-bottom: min(5.333vw, 22px);
  }
}
.c-title--2 > small::before, .c-title--2 > small::after {
  content: "";
  width: min(0.293vw, 4.4px);
  height: min(0.293vw, 4.4px);
  position: absolute;
  left: 0;
}
@media screen and (max-width: 834px) {
  .c-title--2 > small::before, .c-title--2 > small::after {
    width: min(0.8vw, 3.3px);
    height: min(0.8vw, 3.3px);
  }
}
.c-title--2 > small::before {
  background-color: #E50012;
  top: min(0.146vw, 2.2px);
}
@media screen and (max-width: 834px) {
  .c-title--2 > small::before {
    top: min(0.533vw, 2.2px);
  }
}
.c-title--2 > small::after {
  background-color: #009FE8;
  bottom: min(0.146vw, 2.2px);
}
@media screen and (max-width: 834px) {
  .c-title--2 > small::after {
    bottom: min(0.533vw, 2.2px);
  }
}
.c-title--3 {
  position: relative;
  font-size: clamp(27.2px, 2.343vw, 35.2px);
  padding-left: clamp(73.1px, 6.296vw, 94.6px);
}
@media screen and (max-width: 834px) {
  .c-title--3 {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    padding-left: clamp(59.5px, 18.667vw, 77px);
  }
}
.c-title--3 > small {
  display: block;
  font-size: clamp(12.75px, 1.098vw, 16.5px);
  font-weight: 600;
  color: #009FE8;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .c-title--3 > small {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-title--3::before {
  content: "";
  position: absolute;
  top: clamp(-4.25px, -0.366vw, -5.5px);
  bottom: 0;
  margin: auto;
  left: 0;
  width: clamp(59.5px, 5.124vw, 77px);
  height: clamp(59.5px, 5.124vw, 77px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .c-title--3::before {
    width: clamp(46.75px, 14.667vw, 60.5px);
    height: clamp(46.75px, 14.667vw, 60.5px);
  }
}
.c-title--3.--1::before {
  background-image: url(/recruit/assets/img/work/icon_work_1.svg);
}
.c-title--3.--2::before {
  background-image: url(/recruit/assets/img/work/icon_work_2.svg);
}
.c-title--3.--3::before {
  background-image: url(/recruit/assets/img/work/icon_work_3.svg);
}
.c-title--3.--4::before {
  background-image: url(/recruit/assets/img/work/icon_work_4.svg);
}
.c-title--3.--5::before {
  background-image: url(/recruit/assets/img/work/icon_work_5.svg);
}
.c-title--3.--6::before {
  background-image: url(/recruit/assets/img/work/icon_work_6.svg);
}
.c-title--3.--7::before {
  background-image: url(/recruit/assets/img/work/icon_work_7.svg);
}
.c-title--3.--8::before {
  background-image: url(/recruit/assets/img/work/icon_work_8.svg);
}
.c-title--4, .c-title--4--line {
  font-size: clamp(15.3px, 1.318vw, 19.8px);
  margin-top: 38px;
  margin-bottom: min(2.343vw, 35.2px);
}
@media screen and (max-width: 834px) {
  .c-title--4, .c-title--4--line {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    margin-top: min(5.333vw, 22px);
    margin-bottom: min(5.333vw, 22px);
  }
}
.c-title--4--line {
  padding-left: min(0.878vw, 13.2px);
}
@media screen and (max-width: 834px) {
  .c-title--4--line {
    padding-left: min(2.133vw, 8.8px);
  }
}
.c-title--4--line::before {
  content: "";
  width: min(0.22vw, 3.3px);
  height: min(1.903vw, 28.6px);
  background-color: #009FE8;
  position: absolute;
  top: min(0.146vw, 2.2px);
  left: 0;
}
@media screen and (max-width: 834px) {
  .c-title--4--line::before {
    width: min(0.533vw, 2.2px);
    height: min(6.4vw, 26.4px);
    top: min(0.533vw, 2.2px);
  }
}
.c-title--5 {
  font-size: clamp(18.7px, 1.611vw, 24.2px);
  margin-top: min(2.343vw, 35.2px);
  margin-bottom: min(1.098vw, 16.5px);
}
@media screen and (max-width: 834px) {
  .c-title--5 {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-top: min(5.333vw, 22px);
    margin-bottom: min(3.2vw, 13.2px);
  }
}
.c-title--6 {
  font-size: clamp(17px, 1.464vw, 22px);
  margin-top: min(1.464vw, 22px);
  margin-bottom: min(0.878vw, 13.2px);
}
@media screen and (max-width: 834px) {
  .c-title--6 {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-top: min(5.333vw, 22px);
    margin-bottom: min(3.2vw, 13.2px);
  }
}
.c-title__page__header {
  width: 100%;
  height: 240px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-title__page__header {
    height: min(53.333vw, 220px);
  }
}
.c-title__page__header .c-title--1 {
  margin-bottom: 0;
}

.c-accordion {
  /* + */
}
.c-accordion__inner {
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .c-accordion__inner {
    width: auto;
  }
}
.c-accordion__box {
  border-radius: 12px;
  overflow: hidden;
}
.c-accordion__box + .c-accordion__box {
  margin-top: min(1.757vw, 26.4px);
}
@media screen and (max-width: 834px) {
  .c-accordion__box + .c-accordion__box {
    margin-top: 4.8vw;
  }
}
.c-accordion__box dd {
  display: none;
}
.c-accordion__question, .c-accordion__answer {
  position: relative;
  font-size: clamp(15.3px, 1.318vw, 19.8px);
  z-index: 0;
  padding: min(1.611vw, 24.2px) min(6.955vw, 104.5px) min(1.611vw, 24.2px) min(4.978vw, 74.8px);
  /* A と Q */
}
@media screen and (max-width: 834px) {
  .c-accordion__question, .c-accordion__answer {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    padding: min(3.2vw, 13.2px) min(14.4vw, 59.4px) min(3.2vw, 13.2px) min(11.467vw, 47.3px);
    line-height: 1.5;
  }
}
.c-accordion__question .note, .c-accordion__answer .note {
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  font-weight: 400;
  color: #939393;
}
.c-accordion__question::before, .c-accordion__answer::before {
  position: absolute;
  z-index: 0;
  line-height: 1;
  font-size: clamp(15.3px, 1.318vw, 19.8px);
  font-weight: 600;
  color: #083148;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 835px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    left: min(2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    left: min(4.267vw, 17.6px);
  }
}
.c-accordion__question {
  font-weight: 500;
  background-color: #ffffff;
  transition: color 0.3s ease;
  /* Q */
}
@media screen and (min-width: 835px) {
  .c-accordion__question:hover {
    cursor: pointer;
  }
}
.c-accordion__question::before {
  content: "Q";
}
@media screen and (max-width: 834px) {
  .c-accordion__question::before {
    width: min(4.8vw, 19.8px);
    height: min(4.8vw, 19.8px);
    top: 50%;
    transform: translate(0, -50%);
  }
}
.c-accordion__answer {
  transition: opacity 0.3s ease, transform 0.3s ease;
  background-color: #ffffff;
  border-top: 2px solid #EAF2F5;
  font-size: clamp(12.75px, 1.098vw, 16.5px);
}
@media screen and (max-width: 834px) {
  .c-accordion__answer {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(4.8vw, 19.8px) min(4.267vw, 17.6px) min(4.267vw, 17.6px) min(11.467vw, 47.3px);
  }
}
.c-accordion__icon {
  position: absolute;
  display: block;
  background-color: #083148;
  border-radius: 50%;
  width: clamp(30.6px, 2.635vw, 39.6px);
  height: clamp(30.6px, 2.635vw, 39.6px);
  top: 0;
  bottom: 0;
  right: min(1.464vw, 22px);
  margin: auto;
  /* 横棒 */
}
@media screen and (max-width: 834px) {
  .c-accordion__icon {
    width: clamp(22.1px, 6.933vw, 28.6px);
    height: clamp(22.1px, 6.933vw, 28.6px);
    right: min(5.333vw, 22px);
  }
}
.c-accordion__icon::before, .c-accordion__icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  height: min(0.146vw, 2.2px);
  border-radius: min(0.732vw, 11px);
  background: #ffffff;
  transition: transform 0.3s ease;
  width: min(1.025vw, 15.4px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    width: min(3.2vw, 13.2px);
    height: min(0.4vw, 1.65px);
  }
}
.c-accordion__icon::after {
  transform: rotate(90deg);
}
.is-active .c-accordion__icon::after {
  transform: rotate(0);
}
.c-accordion.--blue .c-accordion__question {
  font-size: clamp(20.4px, 1.757vw, 26.4px);
  background-color: #EBF8FF;
  color: #083148;
}
@media screen and (max-width: 834px) {
  .c-accordion.--blue .c-accordion__question {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    padding: min(5.333vw, 22px) min(14.4vw, 59.4px) min(5.333vw, 22px) min(5.333vw, 22px);
  }
}
.c-accordion.--blue .c-accordion__question::before {
  display: none;
}
.c-accordion.--blue .c-accordion__answer {
  border-top: 2px solid #ffffff;
  padding: 0 !important;
}
.c-accordion.--blue .c-accordion__answer__inner {
  border-radius: 0 0 min(0.878vw, 13.2px) min(0.878vw, 13.2px);
  background-color: #EBF8FF;
  padding: min(2.343vw, 35.2px) min(2.928vw, 44px) min(2.928vw, 44px) min(2.928vw, 44px);
  font-size: clamp(12.75px, 1.098vw, 16.5px);
}
@media screen and (max-width: 834px) {
  .c-accordion.--blue .c-accordion__answer__inner {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(6.4vw, 26.4px) min(5.333vw, 22px) min(5.333vw, 22px) min(5.333vw, 22px);
    border-radius: 0 0 min(3.2vw, 13.2px) min(3.2vw, 13.2px);
  }
}
.c-accordion.--blue .c-accordion__box:nth-of-type(n+2) {
  margin-top: min(2.928vw, 44px);
}
@media screen and (max-width: 834px) {
  .c-accordion.--blue .c-accordion__box:nth-of-type(n+2) {
    margin-top: min(5.333vw, 22px);
  }
}

.c-accordion--hide {
  /* + */
}
.c-accordion--hide__list {
  width: 0.7833333333;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .c-accordion--hide__list {
    width: auto;
  }
}
.c-accordion--hide__item {
  position: relative;
  z-index: 0;
}
.c-accordion--hide__item + .c-accordion--hide__item {
  margin-top: min(5.857vw, 88px);
}
.c-accordion--hide__check {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.c-accordion--hide__mask {
  position: relative;
  z-index: 0;
}
.c-accordion--hide__mask::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.501860119) 50%, rgb(255, 255, 255) 100%);
  transition: opacity 0.3s ease;
}
input:checked + .c-accordion--hide__mask::after {
  opacity: 0;
}
.c-accordion--hide__body {
  max-height: 4em;
  overflow: hidden;
  transition: 0.3s ease;
  transition: max-height 0.3s ease;
}
.c-accordion--hide__text {
  padding-bottom: min(1.171vw, 17.6px);
}
@media screen and (max-width: 834px) {
  .c-accordion--hide__text {
    padding-bottom: min(4.267vw, 17.6px);
  }
}
.c-accordion--hide__label {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(1.757vw, 26.4px);
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media screen and (max-width: 834px) {
  .c-accordion--hide__label {
    margin-top: min(6.4vw, 26.4px);
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .c-accordion--hide__check:hover ~ .c-accordion--hide__label {
    color: #005cd1;
  }
}
.c-accordion--hide__icon {
  position: relative;
  z-index: 0;
  display: block;
  width: min(1.025vw, 15.4px);
  height: min(1.025vw, 15.4px);
  margin-top: min(0.146vw, 2.2px);
  margin-left: min(0.878vw, 13.2px);
  /* 横棒 */
}
@media screen and (max-width: 834px) {
  .c-accordion--hide__icon {
    width: min(3.733vw, 15.4px);
    height: min(3.733vw, 15.4px);
    margin-top: min(0.533vw, 2.2px);
    margin-left: min(3.2vw, 13.2px);
  }
}
.c-accordion--hide__icon::before, .c-accordion--hide__icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: min(0.732vw, 11px);
  background: #005cd1;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.c-accordion--hide__icon::after {
  transform: translateY(-50%) rotate(90deg);
}
input:checked ~ .c-accordion--hide__label .c-accordion--hide__icon::after {
  transform: translateY(-50%) rotate(0);
}

.c-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  margin: auto;
  position: relative;
  transition: none;
  outline: none;
}
.c-card.--shadow {
  box-shadow: 0px 6px 20px rgba(127, 159, 173, 0.11);
}
.c-card.--radius {
  border-radius: 50px;
  overflow: hidden;
}
.c-card__wrapper {
  gap: min(3.514vw, 52.8px) 0;
}
@media screen and (max-width: 834px) {
  .c-card__wrapper {
    gap: min(12.8vw, 52.8px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-card__wrapper {
    gap: min(5.333vw, 22px) 0;
  }
}
.c-card__inner > *:first-child {
  margin-top: 0;
}
.c-card__inner > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .c-card__inner {
    padding: min(2.05vw, 30.8px) min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__inner {
    padding: min(6.4vw, 26.4px) min(5.333vw, 22px) min(7.467vw, 30.8px);
  }
}
.c-card__thumb {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.c-card__thumb img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.c-card__block {
  cursor: pointer;
  outline: none;
}
.c-card__block:hover, .c-card__block:focus {
  outline: none;
}
.c-card__lead {
  min-height: 3em;
  color: #083148;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 835px) {
  .c-card__lead {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    margin-top: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__lead {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(3.2vw, 13.2px);
  }
}
.c-card__lead a {
  color: #083148;
  text-decoration: none;
}
.c-card__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-card__text {
  color: #666666;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 835px) {
  .c-card__text {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    margin-top: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__text {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    margin-top: min(5.333vw, 22px);
  }
}
.c-card__subtext {
  color: #666666;
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-card__subtext {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
    margin-top: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__subtext {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-top: min(3.2vw, 13.2px);
  }
}

@media screen and (min-width: 835px) {
  a.c-card:hover h3,
  a.c-card:hover h4,
  a.c-card:hover h5,
  a.c-card:hover p,
  .c-card__link:hover h3,
  .c-card__link:hover h4,
  .c-card__link:hover h5,
  .c-card__link:hover p {
    opacity: 0.7;
  }
}

.c-cta__banner {
  width: calc(100% - min(2.928vw, 44px));
  background-color: #fff;
  border: #dddddd solid 1px;
  border-radius: 50px;
  margin: auto;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .c-cta__banner {
    max-width: min(28.551vw, 429px);
  }
}
@media screen and (max-width: 834px) {
  .c-cta__banner {
    width: calc(100% - min(10.667vw, 44px));
    max-width: min(104vw, 429px);
  }
}
.c-cta__banner.--fixed {
  display: none;
  border: none;
  border-radius: none;
  box-shadow: 0px 6px 20px rgba(127, 159, 173, 0.11);
  position: fixed;
  right: min(1.464vw, 22px);
  z-index: 10;
  overflow: visible;
}
@media screen and (max-width: 834px) {
  .c-cta__banner.--fixed {
    right: min(5.333vw, 22px);
  }
}
@media screen and (min-width: 835px) {
  .c-cta__banner.--wide {
    max-width: min(58.565vw, 880px);
  }
}
.c-cta__banner.--wide.--fixed {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.c-cta__banner__top {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-cta__banner__top {
    padding: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-cta__banner__top {
    padding: min(4vw, 16.5px);
  }
}
.c-cta__banner__top::after {
  content: "";
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 835px) {
  .c-cta__banner__top::after {
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    width: min(3.075vw, 46.2px);
    height: min(1.171vw, 17.6px);
    bottom: calc(min(1.171vw, 17.6px) * -1);
  }
}
@media screen and (max-width: 834px) {
  .c-cta__banner__top::after {
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    width: min(8.533vw, 35.2px);
    height: min(3.2vw, 13.2px);
    bottom: calc(min(3.2vw, 13.2px) * -1);
  }
}
.c-cta__banner__top img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .c-cta__banner__bottom {
    padding: min(2.05vw, 30.8px) min(1.464vw, 22px) min(1.757vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-cta__banner__bottom {
    padding: min(5.867vw, 24.2px) min(4vw, 16.5px) min(5.333vw, 22px);
  }
}
.c-cta__banner__image__inner a {
  display: block;
}
.c-cta__banner__image__inner a img {
  width: 100%;
}
.c-cta__banner__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: min(1.464vw, 22px);
}
@media screen and (max-width: 540px) {
  .c-cta__banner__inner {
    display: block;
    padding: min(1.83vw, 27.5px) min(1.098vw, 16.5px) min(1.098vw, 16.5px);
  }
}
.c-cta__banner__item {
  width: calc((100% - min(1.464vw, 22px)) / 2);
}
@media screen and (max-width: 540px) {
  .c-cta__banner__item {
    width: 100%;
  }
  .c-cta__banner__item:not(:last-child) {
    margin-bottom: min(1.098vw, 16.5px);
  }
}
.c-cta__banner__item.--tel {
  border: #dddddd solid 1px;
}
@media screen and (max-width: 540px) {
  .c-cta__banner__item.--tel {
    height: min(14.933vw, 61.6px);
  }
}
.c-cta__banner__item__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-cta__banner__button {
  width: 100%;
}
.c-cta__banner__title, .c-cta__banner__tel {
  font-weight: 500;
  line-height: 1.5;
}
.c-cta__banner__title {
  margin-right: 0.75em;
}
@media screen and (min-width: 835px) {
  .c-cta__banner__title {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 540px) {
  .c-cta__banner__title {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-cta__banner__tel {
  font-size: clamp(23.8px, 2.05vw, 30.8px);
  margin: 0;
  margin: 0;
}
@media screen and (max-width: 360px) {
  .c-cta__banner__tel {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
  }
}
.c-cta__banner__close {
  background-color: #fff;
  border-radius: 50%;
  border: #005cd1 solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-cta__banner__close {
    width: min(2.928vw, 44px);
    height: min(2.928vw, 44px);
    top: min(-0.732vw, -11px);
    right: min(-0.732vw, -11px);
  }
}
@media screen and (max-width: 834px) {
  .c-cta__banner__close {
    width: min(9.333vw, 38.5px);
    height: min(9.333vw, 38.5px);
    top: min(-2.667vw, -11px);
    right: min(-2.667vw, -11px);
  }
}
.c-cta__banner__close::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  color: #005cd1;
  font-size: min(1.318vw, 19.8px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .c-cta__banner__close::before {
    font-size: min(4.8vw, 19.8px);
  }
}
@media screen and (min-width: 835px) {
  .c-cta__banner__close:hover {
    background-color: #005cd1;
  }
  .c-cta__banner__close:hover::before {
    color: #ffffff;
  }
}
.c-cta__banner.is-hide {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.c-cta__fixed {
  display: none;
}
@media screen and (max-width: 834px) {
  .c-cta__fixed {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: min(4vw, 16.5px) min(5.333vw, 22px);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}
.c-cta__fixed.is-hide {
  z-index: 1;
}
.c-cta__bg {
  background-color: #f2f2f2;
}
.c-cta__inner {
  padding-top: min(4.392vw, 66px);
  padding-bottom: min(4.392vw, 66px);
}
@media screen and (max-width: 834px) {
  .c-cta__inner {
    padding-top: min(16vw, 66px);
    padding-bottom: min(16vw, 66px);
  }
}
@media screen and (min-width: 835px) {
  .c-cta__text {
    margin: min(2.05vw, 30.8px) 0;
  }
}
@media screen and (max-width: 834px) {
  .c-cta__text {
    margin: min(6.4vw, 26.4px) 0;
  }
}
.c-cta__list {
  margin-top: min(2.928vw, 44px);
}
@media screen and (max-width: 834px) {
  .c-cta__list {
    margin-top: min(10.667vw, 44px);
  }
}
.c-cta__list__item {
  padding: min(2.928vw, 44px) min(1.464vw, 22px);
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .c-cta__list__item {
    padding: min(10.667vw, 44px) min(5.333vw, 22px);
  }
}

.c-tag {
  width: auto;
  background-color: #f2f2f2;
  color: #005cd1;
  font-weight: 500;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  transition: all 0.3s ease;
}
.c-tag__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .c-tag__wrapper {
    gap: min(0.586vw, 8.8px) min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-tag__wrapper {
    gap: min(2.133vw, 8.8px) min(2.133vw, 8.8px);
  }
}
@media screen and (min-width: 835px) {
  .c-tag {
    height: min(1.83vw, 27.5px);
    font-size: min(0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-tag {
    height: min(6.667vw, 27.5px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (max-width: 540px) {
  .c-tag {
    font-size: clamp(8.5px, 2.667vw, 11px);
  }
}

@media screen and (min-width: 835px) {
  a.c-tag:hover {
    background-color: #005cd1;
    color: #ffffff;
  }
}

.c-media img {
  width: 100%;
}
.c-media.--radius {
  border-radius: 20px;
  overflow: hidden;
}
.c-media.--auto img {
  width: auto;
}
.c-media.--border {
  border: #dddddd solid 1px;
}
.c-media.--video {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-media.--video {
    max-width: min(55.637vw, 836px);
  }
}
@media screen and (max-width: 834px) {
  .c-media.--video {
    max-width: min(202.667vw, 836px);
    width: calc(100% - min(2.928vw, 44px));
  }
}
.c-media.--video::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0da";
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  background-color: #005cd1;
  border-radius: 50%;
  box-shadow: 0px 6px 20px rgba(127, 159, 173, 0.11);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .c-media.--video::before {
    font-size: min(3.807vw, 57.2px);
    width: min(4.978vw, 74.8px);
    height: min(4.978vw, 74.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-media.--video::before {
    font-size: min(13.867vw, 57.2px);
    width: min(18.133vw, 74.8px);
    height: min(18.133vw, 74.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-media.--video::before {
    font-size: min(8.533vw, 35.2px);
    width: min(12.267vw, 50.6px);
    height: min(12.267vw, 50.6px);
  }
}
@media screen and (min-width: 835px) {
  .c-media.--video:hover::before {
    opacity: 0.7;
  }
}
.c-media__youtube {
  width: 100%;
  background-color: #000;
  aspect-ratio: 16/9;
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-media__youtube {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-media__youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.c-list li {
  position: relative;
  text-indent: -1.1em;
  padding-left: 0.8em;
  font-weight: 500;
}
@media screen and (min-width: 835px) {
  .c-list li {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .c-list li {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.c-list.--large li {
  font-size: clamp(17px, 1.464vw, 22px);
}
@media screen and (max-width: 834px) {
  .c-list.--large li {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    padding-left: min(5.333vw, 22px);
  }
}
.c-list.--large li::before {
  width: clamp(8.5px, 0.732vw, 11px);
  height: clamp(8.5px, 0.732vw, 11px);
  top: clamp(11.9px, 1.025vw, 15.4px);
}
@media screen and (max-width: 834px) {
  .c-list.--large li::before {
    width: clamp(8.5px, 2.667vw, 11px);
    height: clamp(8.5px, 2.667vw, 11px);
    top: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.c-list.--notice li {
  color: #aaaaaa;
  font-size: 85%;
  text-indent: -1.5em;
  padding-left: 1.5em;
  vertical-align: text-top;
  line-height: 1.5;
}
.c-list.--notice li::before {
  content: none;
}

ol.c-list li {
  list-style: decimal;
  padding-left: 0.5em;
  margin-left: 0.8em;
}
ol.c-list li::before {
  content: none;
}

/*
common
----------------------------------------------- */
[class*=swiper]:focus {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  display: grid;
  place-content: center;
  width: min(4.392vw, 66px);
  height: min(4.392vw, 66px);
  margin: auto;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  /* ボタンの丸 */
  /* ボタンの矢印 */
}
@media screen and (min-width: 835px) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    background-color: #005cd1;
  }
  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
    color: #ffffff;
  }
}
@media screen and (max-width: 1194px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: min(3.075vw, 46.2px);
    height: min(3.075vw, 46.2px);
  }
}
@media screen and (max-width: 1194px) and (max-width: 834px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: min(11.2vw, 46.2px);
    height: min(11.2vw, 46.2px);
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #005cd1;
  background-color: #fff;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  z-index: 1;
  font-family: "Font Awesome 6 Pro";
  color: #005cd1;
  font-size: clamp(27.2px, 2.343vw, 35.2px);
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1194px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: clamp(18.7px, 1.611vw, 24.2px);
  }
}
@media screen and (max-width: 834px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
  }
}

.swiper-button-prev {
  right: calc(100% + min(1.464vw, 22px));
}
@media screen and (max-width: 834px) {
  .swiper-button-prev {
    right: calc(100% - min(5.6vw, 23.1px));
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    right: calc(100% - min(12.533vw, 51.7px));
  }
}
.swiper-button-prev::after {
  content: "\f104";
  margin-right: min(0.293vw, 4.4px);
}
@media screen and (max-width: 1194px) {
  .swiper-button-prev::after {
    margin-right: min(0.146vw, 2.2px);
  }
}
@media screen and (max-width: 834px) {
  .swiper-button-prev::after {
    margin-right: min(0.533vw, 2.2px);
  }
}

.swiper-button-next {
  left: calc(100% + min(1.464vw, 22px));
}
@media screen and (max-width: 834px) {
  .swiper-button-next {
    left: calc(100% - min(5.6vw, 23.1px));
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    left: calc(100% - min(12.533vw, 51.7px));
  }
}
.swiper-button-next::after {
  content: "\f105";
  margin-left: min(0.293vw, 4.4px);
}
@media screen and (max-width: 1194px) {
  .swiper-button-next::after {
    margin-left: min(0.146vw, 2.2px);
  }
}
@media screen and (max-width: 834px) {
  .swiper-button-next::after {
    margin-left: min(0.533vw, 2.2px);
  }
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(13.6px, 1.171vw, 17.6px);
  justify-content: center;
  width: 100%;
  margin-top: clamp(27.2px, 2.343vw, 35.2px);
  text-align: center;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 834px) {
  .swiper-pagination {
    gap: 0 clamp(10.2px, 3.2vw, 13.2px);
    margin-top: min(6.4vw, 26.4px);
  }
}
.swiper-pagination-bullet {
  width: min(0.732vw, 11px);
  height: min(0.732vw, 11px);
  cursor: pointer;
  border-radius: 50%;
  background-color: #ddd;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 834px) {
  .swiper-pagination-bullet {
    width: min(2.133vw, 8.8px);
    height: min(2.133vw, 8.8px);
  }
}
.swiper-pagination-bullet-active {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #005cd1;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.c-slider {
  position: relative;
  z-index: 0;
  max-width: min(87.848vw, 1320px);
  width: 87.8477306003%;
  padding: 0 !important;
}
@media screen and (max-width: 834px) {
  .c-slider {
    max-width: min(320vw, 1320px);
    width: 92vw;
  }
}
@media screen and (max-width: 767px) {
  .c-slider {
    width: 100%;
  }
}
.c-slider img {
  width: 100%;
}
.c-slider__slide {
  width: 31.6666666667%;
  margin-right: 2.5%;
  height: auto;
}
@media screen and (max-width: 1194px) {
  .c-slider__slide {
    width: calc(50% - min(1.098vw, 16.5px));
    margin-right: min(2.196vw, 33px);
  }
}
@media screen and (max-width: 767px) {
  .c-slider__slide {
    width: 92%;
    margin: 0 4%;
  }
}
.c-slider__shadow {
  filter: drop-shadow(0px 3px min(0.586vw, 8.8px) rgba(0, 0, 0, 0.12));
}
.c-slider .c-info__card {
  margin-top: 0;
}

.c-scrollbar__wrap {
  position: absolute;
  width: 2.9282576867vw;
  height: 6.149341142vw;
  z-index: 10;
  top: 50.0732064422vw;
  right: 2.9282576867vw;
}
.c-scrollbar__wrap::before {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 2.9282576867vw;
  height: 2.9282576867vw;
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (min-width: 1367px) {
  .c-scrollbar__wrap {
    top: 47.5841874085vw;
  }
}
@media screen and (max-width: 834px) {
  .c-scrollbar__wrap {
    width: 8vw;
    height: 20.2666666667vw;
    top: 96.5333333333vw;
    left: 46.4vw;
  }
  .c-scrollbar__wrap::before {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 8vw;
    height: 8vw;
    background-color: #ffffff;
    border-radius: 50%;
  }
}

.c-scrollbar__text {
  font-size: 1.0248901903vw;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 834px) {
  .c-scrollbar__text {
    font-size: 2.6666666667vw;
  }
}

.c-scrollbar__effect {
  width: 1px;
  background-color: #083148;
  position: absolute;
  top: 0;
  animation: line-scroll 1.4s ease-in-out infinite;
  left: 1.4641288433vw;
  animation-delay: 3000ms;
  animation-play-state: paused;
}
@media screen and (max-width: 834px) {
  .c-scrollbar__effect {
    animation: line-scroll-sp 1.8s ease-in-out infinite;
    left: 3.7333333333vw;
    animation-delay: 3000ms;
    animation-play-state: paused;
  }
}

@keyframes line-scroll {
  0% {
    height: 0;
    top: 1.4641288433vw;
    opacity: 0;
  }
  30% {
    height: 1.8301610542vw;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 4.39238653vw;
    opacity: 0;
  }
}
@keyframes line-scroll-sp {
  0% {
    height: 0;
    top: 5.3333333333vw;
    opacity: 0;
  }
  30% {
    height: 6.6666666667vw;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 16vw;
    opacity: 0;
  }
}
.c-anchor {
  position: relative;
  background-color: #ffffff;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .c-anchor {
    width: min(82.43vw, 1351.2px);
    padding: min(4.392vw, 72px) min(3.514vw, 57.6px) min(4.392vw, 72px) min(7.174vw, 117.6px);
    border-radius: 20px;
  }
}
@media screen and (max-width: 834px) {
  .c-anchor {
    width: 84vw;
    padding: 16vw 8vw;
    border-radius: 20px;
  }
}
@media screen and (min-width: 835px) {
  .c-anchor__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    gap: min(2.343vw, 38.4px) 0;
    justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  .c-anchor__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(17px, 5.333vw, 22px) clamp(21.25px, 6.667vw, 27.5px);
  }
}
@media screen and (min-width: 835px) {
  .c-anchor__list.--center {
    display: flex;
    gap: 0 min(13.177vw, 216px);
  }
}
@media screen and (max-width: 540px) {
  .c-anchor__list.--center {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(17px, 5.333vw, 22px) clamp(21.25px, 6.667vw, 27.5px);
  }
}
.c-anchor__list__item {
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .c-anchor__list__item {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding-left: 5.3333333333vw;
    line-height: 1.5;
  }
}
.c-anchor__list__item__link {
  position: relative;
  display: flex;
}
.c-anchor__list__item__link span {
  content: "";
  position: absolute;
  top: clamp(-2.55px, -0.22vw, -3.3px);
  left: clamp(-29.75px, -2.562vw, -38.5px);
  width: clamp(17px, 1.464vw, 22px);
  height: clamp(17px, 1.464vw, 22px);
  background-color: #083148;
  border-radius: 50%;
  transition: 0.3s ease;
}
@media screen and (max-width: 834px) {
  .c-anchor__list__item__link span {
    top: clamp(0px, 0vw, 0px);
    left: clamp(-25.5px, -8vw, -33px);
    width: clamp(17px, 5.333vw, 22px);
    height: clamp(17px, 5.333vw, 22px);
  }
}
.c-anchor__list__item__link span::before {
  content: "\f078";
  position: absolute;
  top: clamp(5.1px, 0.439vw, 6.6px);
  left: clamp(4.25px, 0.366vw, 5.5px);
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  z-index: 2;
  font-size: clamp(8.5px, 0.732vw, 11px);
}
@media screen and (max-width: 834px) {
  .c-anchor__list__item__link span::before {
    top: clamp(2.55px, 0.8vw, 3.3px);
    left: clamp(4.25px, 1.333vw, 5.5px);
    font-size: clamp(8.5px, 2.667vw, 11px);
  }
}
@media screen and (min-width: 835px) {
  .c-anchor__list__item__link:hover span {
    transform: scale(1.2);
    background-color: #009FE8;
  }
}
@media screen and (min-width: 835px) {
  .c-anchor.faq {
    padding: min(4.392vw, 72px) min(11.347vw, 186px) min(4.392vw, 72px) min(14.641vw, 240px);
  }
}
@media screen and (min-width: 835px) {
  .c-anchor.faq .c-anchor__list {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
.c-anchor.info {
  padding: min(4.392vw, 72px) min(11.347vw, 186px) min(4.392vw, 72px) min(28.551vw, 468px);
}
@media screen and (max-width: 834px) {
  .c-anchor.info {
    padding: 16vw 6.6666666667vw;
  }
}
@media screen and (min-width: 835px) {
  .c-anchor.info .c-anchor__list {
    justify-content: start;
    gap: 0 min(7.321vw, 120px);
  }
}

.p-index__mv {
  position: relative;
  top: 0;
  width: 100vw;
  height: 63.0307467057vw;
  background-size: contain;
  background-image: url(/recruit/assets/img/fv.png);
}
@media screen and (max-width: 834px) {
  .p-index__mv {
    width: 100%;
    height: 177.8666666667vw;
    background-image: url(/recruit/assets/img/fv_sp.png);
    background-repeat: no-repeat;
  }
}
.p-index__mv__wrap {
  position: absolute;
  top: 13.17715959vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 834px) {
  .p-index__mv__wrap {
    top: 32vw;
  }
}
.p-index__mv__title {
  white-space: nowrap;
  font-size: clamp(54.4px, 4.685vw, 70.4px);
  font-family: "A1GothicStd", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 540px) {
  .p-index__mv__title {
    font-size: clamp(27.2px, 8.533vw, 35.2px);
    letter-spacing: 0rem;
    line-height: 1.6;
  }
}
.p-index__mv__lead {
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-top: min(0.732vw, 11px);
}
@media screen and (max-width: 540px) {
  .p-index__mv__lead {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    margin-top: 2.6666666667vw;
    line-height: 1.5;
  }
}
.p-index__mv__accent {
  position: absolute;
}
.p-index__mv__accent.--1 {
  width: 6.9546120059vw;
  top: 11.9326500732vw;
  left: 15.8857979502vw;
}
@media screen and (max-width: 834px) {
  .p-index__mv__accent.--1 {
    width: 12.2666666667vw;
    top: 18.6666666667vw;
    left: 9.6vw;
  }
}
.p-index__mv__accent.--2 {
  width: 11.7862371889vw;
  top: 27.0863836018vw;
  left: 4.1727672035vw;
}
@media screen and (max-width: 834px) {
  .p-index__mv__accent.--2 {
    display: none;
  }
}
.p-index__mv__accent.--3 {
  width: 10.2489019034vw;
  top: 40.9224011713vw;
  left: 16.8374816984vw;
}
@media screen and (max-width: 834px) {
  .p-index__mv__accent.--3 {
    width: 21.3333333333vw;
    top: 104.5333333333vw;
    left: 6.1333333333vw;
  }
}
.p-index__mv__accent.--4 {
  width: 21.5959004392vw;
  top: 38.2137628111vw;
  left: 37.9209370425vw;
}
@media screen and (max-width: 834px) {
  .p-index__mv__accent.--4 {
    width: 52.8vw;
    top: 121.3333333333vw;
    left: 23.4666666667vw;
  }
}
.p-index__mv__accent.--5 {
  width: 15.6661786237vw;
  top: 40.4099560761vw;
  left: 68.2284040996vw;
}
@media screen and (max-width: 834px) {
  .p-index__mv__accent.--5 {
    width: 29.8666666667vw;
    top: 88.8vw;
    left: 64vw;
  }
}
.p-index__mv__accent.--6 {
  width: 6.7349926794vw;
  top: 25.5490483163vw;
  left: 88.3601756955vw;
}
@media screen and (max-width: 834px) {
  .p-index__mv__accent.--6 {
    width: 13.8666666667vw;
    top: 47.4666666667vw;
    left: 81.8666666667vw;
  }
}
.p-index__mv__accent.--7 {
  width: 4.4655929722vw;
  top: 16.3250366032vw;
  left: 76.1346998536vw;
}
@media screen and (max-width: 834px) {
  .p-index__mv__accent.--7 {
    width: 8vw;
    top: 62.4vw;
    left: 2.9333333333vw;
  }
}
.p-index__bg-area {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-index__bg-area.--1 {
  background-image: url(/recruit/assets/img/bg_object_1.png);
  padding-top: min(11.713vw, 192px);
  overflow: hidden;
  padding-bottom: min(11.713vw, 192px);
}
@media screen and (max-width: 834px) {
  .p-index__bg-area.--1 {
    margin-top: 5.3333333333vw;
    padding-bottom: 0;
    background-size: contain;
    background-image: url(/recruit/assets/img/bg_object_1-sp.png);
  }
}
.p-index__bg-area.--2 {
  position: relative;
}
.p-index__bg-area.--2 .p-index__bg-area__image {
  position: absolute;
  top: min(7.321vw, 120px);
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .p-index__bg-area.--2 .p-index__bg-area__image {
    width: 128vw;
    top: initial;
    left: -26.6666666667vw;
    bottom: 18.6666666667vw;
  }
}
.p-index__bg-area.--2 .p-index__bg-area__image img {
  width: 100%;
}
.p-index__message {
  position: relative;
  max-width: min(47.438vw, 777.6px);
  margin: 0 auto;
  font-family: "A1GothicStd", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .p-index__message {
    max-width: initial;
    width: 84vw;
    margin-top: 12vw;
  }
}
.p-index__message__title {
  position: absolute;
  top: min(0.732vw, 12px);
  right: min(-10.615vw, -174px);
  width: min(10.688vw, 175.2px);
}
@media screen and (max-width: 834px) {
  .p-index__message__title {
    top: -20vw;
    right: -22.6666666667vw;
    width: 38.9333333333vw;
  }
}
.p-index__message__text {
  font-size: clamp(20.4px, 1.757vw, 26.4px);
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .p-index__message__text {
    font-size: clamp(17px, 5.333vw, 22px);
    line-height: 2;
  }
}
.p-index__message__text:nth-of-type(n+2) {
  margin-top: min(4.1vw, 67.2px);
}
@media screen and (max-width: 834px) {
  .p-index__message__text:nth-of-type(n+2) {
    margin-top: 10.6666666667vw;
  }
}
.p-index__message__lead {
  font-size: clamp(35.7px, 3.075vw, 46.2px);
  line-height: 1.8;
  font-weight: 700;
  margin-top: min(4.1vw, 67.2px);
}
@media screen and (max-width: 834px) {
  .p-index__message__lead {
    white-space: nowrap;
    font-size: clamp(25.5px, 8vw, 33px);
    margin-top: 5.3333333333vw;
    line-height: 2;
  }
}
.p-index__section {
  position: relative;
  margin-top: min(18.887vw, 309.6px);
}
@media screen and (max-width: 834px) {
  .p-index__section {
    margin-top: 64.8vw;
  }
}
.p-index__section.--1 .p-index__section__accent {
  position: absolute;
  width: min(12.225vw, 200.4px);
  top: min(-8.638vw, -141.6px);
  left: min(9.004vw, 147.6px);
}
@media screen and (max-width: 834px) {
  .p-index__section.--1 .p-index__section__accent {
    width: 29.8666666667vw;
    top: -24vw;
    left: 4.8vw;
  }
}
.p-index__section.--1 .p-index__section__inner {
  margin-right: 5.8565153734vw;
  border-radius: 0 5.8565153734vw 5.8565153734vw 0;
}
@media screen and (max-width: 834px) {
  .p-index__section.--1 .p-index__section__inner {
    margin-right: 5.3333333333vw;
    padding-bottom: 36.8vw;
    border-radius: 0 21.3333333333vw 21.3333333333vw 0;
  }
}
@media screen and (max-width: 834px) {
  .p-index__section.--1 .p-index__section__title {
    margin-top: 0 !important;
    margin-bottom: 6.4vw !important;
  }
}
.p-index__section.--1 .p-index__section__buttons {
  display: flex;
  gap: min(0.952vw, 15.6px);
  width: 100vw;
}
@media screen and (max-width: 834px) {
  .p-index__section.--1 .p-index__section__buttons {
    display: block;
  }
  .p-index__section.--1 .p-index__section__buttons .c-button:nth-of-type(1) {
    margin-top: 10.6666666667vw !important;
  }
  .p-index__section.--1 .p-index__section__buttons .c-button:nth-of-type(2) {
    margin-top: 6.1333333333vw !important;
  }
}
@media screen and (max-width: 834px) {
  .p-index__section.--1 .p-index__section__image {
    margin-top: 13.3333333333vw;
    margin-right: 0 !important;
  }
}
.p-index__section.--1 .p-index__section__loop-text {
  position: absolute;
  overflow: hidden;
  bottom: min(-7.321vw, -120px);
  animation: loopText 50s linear infinite;
}
@media screen and (max-width: 834px) {
  .p-index__section.--1 .p-index__section__loop-text {
    bottom: -26.6666666667vw;
  }
}
.p-index__section.--1 .p-index__section__loop-text ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: max-content;
}
.p-index__section.--1 .p-index__section__loop-text li {
  list-style: none;
  padding: 0 3.6603221083vw;
  width: 424.1581259151vw;
}
@media screen and (max-width: 834px) {
  .p-index__section.--1 .p-index__section__loop-text li {
    padding: 0 13.3333333333vw;
    width: 1226.6666666667vw;
  }
}
.p-index__section.--1 .p-index__section__loop-text img {
  display: block;
  width: 100%;
}
@keyframes loopText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-index__section.--2 .p-index__section__accent {
  position: absolute;
  width: min(17.716vw, 290.4px);
  top: min(-5.564vw, -91.2px);
  right: min(5.198vw, 85.2px);
}
@media screen and (max-width: 834px) {
  .p-index__section.--2 .p-index__section__accent {
    width: 83.7333333333vw;
    top: -30.6666666667vw;
    left: 10.6666666667vw;
  }
}
.p-index__section.--2 .p-index__section__inner {
  margin-left: 5.8565153734vw;
  border-radius: 5.8565153734vw 0 0 5.8565153734vw;
}
@media screen and (max-width: 834px) {
  .p-index__section.--2 .p-index__section__inner {
    margin-left: 5.3333333333vw;
    padding-bottom: 16vw;
    border-radius: 21.3333333333vw 0 0 21.3333333333vw;
  }
  .p-index__section.--2 .p-index__section__inner .c-row {
    display: flex;
    flex-direction: column;
  }
  .p-index__section.--2 .p-index__section__inner .c-row .p-index__section__image {
    order: 2;
    margin-top: 16vw;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 834px) {
  .p-index__section.--2 .p-index__section__title {
    margin-bottom: 6.4vw !important;
  }
}
.p-index__section.--3, .p-index__section.--4 {
  max-width: min(82.43vw, 1351.2px);
}
@media screen and (max-width: 834px) {
  .p-index__section.--3, .p-index__section.--4 {
    max-width: initial;
    width: 100%;
    padding: 0 8vw;
  }
}
.p-index__section.--3 {
  margin: min(11.713vw, 192px) auto 0;
}
@media screen and (max-width: 834px) {
  .p-index__section.--3 {
    margin-top: 0vw;
    padding-top: 24vw;
    padding-bottom: 32vw;
    background-size: 180.2666666667vw auto;
    background-image: url(/recruit/assets/img/bg_object_3-sp.png);
    background-position: -48vw 2.6666666667vw;
  }
}
.p-index__section.--3 .p-index__section__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.903vw, 31.2px);
  margin-top: min(4.392vw, 72px);
}
@media screen and (max-width: 834px) {
  .p-index__section.--3 .p-index__section__lists {
    display: block;
    margin-top: 10.6666666667vw;
  }
}
.p-index__section.--3 .p-index__section__item {
  position: relative;
  border-radius: min(1.464vw, 24px);
  background-color: #ffffff;
  box-shadow: 0px 6px 20px rgba(127, 159, 173, 0.11);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-index__section.--3 .p-index__section__item {
    border-radius: 5.3333333333vw;
  }
  .p-index__section.--3 .p-index__section__item:nth-of-type(n+2) {
    margin-top: 8.5333333333vw;
  }
}
.p-index__section.--3 .p-index__section__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: min(4.392vw, 72px) min(2.928vw, 48px) min(2.562vw, 42px);
}
@media screen and (max-width: 834px) {
  .p-index__section.--3 .p-index__section__item a {
    padding: 8.5333333333vw 4.8vw 9.3333333333vw;
  }
}
.p-index__section.--3 .p-index__section__item__edge {
  position: absolute;
  top: 0;
  left: 0;
}
.p-index__section.--3 .p-index__section__item span {
  position: relative;
  display: inline-block;
  font-size: clamp(17px, 1.464vw, 22px);
  font-weight: 700;
  margin-top: min(2.05vw, 33.6px);
  padding-right: min(2.782vw, 45.6px);
}
@media screen and (max-width: 834px) {
  .p-index__section.--3 .p-index__section__item span {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-top: 6.6666666667vw;
    padding-right: 8vw;
  }
}
.p-index__section.--3 .p-index__section__item span::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f105";
  line-height: 1;
  font-size: clamp(8.5px, 0.732vw, 11px);
  background-color: #083148;
  color: #fff;
  top: min(0.439vw, 7.2px);
  right: 0;
  border-radius: 50%;
  width: clamp(22.1px, 1.903vw, 28.6px);
  height: clamp(22.1px, 1.903vw, 28.6px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
@media screen and (max-width: 834px) {
  .p-index__section.--3 .p-index__section__item span::before {
    font-size: clamp(8.5px, 2.667vw, 11px);
    top: clamp(10.2px, 0.878vw, 13.2px);
    width: clamp(20.4px, 1.757vw, 26.4px);
    height: clamp(20.4px, 1.757vw, 26.4px);
  }
}
@media screen and (min-width: 835px) {
  .p-index__section.--3 .p-index__section__item:hover span::before {
    transform: scale(1.2);
    background-color: #009FE8;
  }
}
.p-index__section.--4 {
  margin: 0 auto;
  padding-bottom: min(22.474vw, 368.4px);
}
@media screen and (max-width: 834px) {
  .p-index__section.--4 {
    margin-top: -13.3333333333vw;
    padding-bottom: 72vw;
  }
}
.p-index__section__inner {
  padding-top: min(10.542vw, 172.8px);
  padding-bottom: min(9.956vw, 163.2px);
  padding-left: min(8.785vw, 144px);
  padding-right: min(5.857vw, 96px);
  background-color: #ffffff;
}
@media screen and (max-width: 834px) {
  .p-index__section__inner {
    padding-top: 28.5333333333vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.p-index__bottom {
  position: relative;
  width: 100vw;
  height: 56.5153733529vw;
  background-size: contain;
  background-image: url(/recruit/assets/img/footer_bg_semicircle-pc.png);
}
@media screen and (max-width: 834px) {
  .p-index__bottom {
    width: 100%;
    height: 175.7333333333vw;
    background-image: url(/recruit/assets/img/footer_bg_semicircle-sp.png);
  }
}
.p-index__bottom__accent {
  position: absolute;
  width: min(24.158vw, 396px);
  top: min(-8.785vw, -144px);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .p-index__bottom__accent {
    width: 60.8vw;
    top: -10.6666666667vw;
  }
}
.p-index__bottom__lead {
  font-size: clamp(27.2px, 2.343vw, 35.2px);
  font-family: "A1GothicStd", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  padding-top: min(27.233vw, 446.4px);
}
@media screen and (max-width: 834px) {
  .p-index__bottom__lead {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    padding-top: 61.3333333333vw;
    line-height: 2;
  }
}

.p-index__mv .p-index__mv__title {
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.95s cubic-bezier(0.38, 0.01, 0.26, 1.42);
  transition-delay: 750ms;
}
.p-index__mv .p-index__mv__lead {
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.95s cubic-bezier(0.38, 0.01, 0.26, 1.42);
  transition-delay: 750ms;
}
.p-index__mv .p-index__mv__accent {
  transform: scale(0);
  transition: all 0.75s cubic-bezier(0.38, 0.01, 0.26, 1.42);
}
.p-index__mv .p-index__mv__accent.--1 {
  transition-delay: 200ms;
}
.p-index__mv .p-index__mv__accent.--2 {
  transition-delay: 280ms;
}
.p-index__mv .p-index__mv__accent.--3 {
  transition-delay: 360ms;
}
.p-index__mv .p-index__mv__accent.--4 {
  transition-delay: 440ms;
}
.p-index__mv .p-index__mv__accent.--5 {
  transition-delay: 530ms;
}
.p-index__mv .p-index__mv__accent.--6 {
  transition-delay: 600ms;
}
.p-index__mv .p-index__mv__accent.--7 {
  transition-delay: 680ms;
}
@media screen and (max-width: 834px) {
  .p-index__mv .p-index__mv__accent.--7 {
    transition-delay: 440ms;
  }
}
.p-index__mv .c-scrollbar__wrap {
  opacity: 0;
  transform: scale(1.05);
  transition: all 1s ease-out;
  transition-delay: 2000ms;
}
.p-index__mv.animation .p-index__mv__title,
.p-index__mv.animation .p-index__mv__lead {
  opacity: 1;
  transform: scale(1);
}
.p-index__mv.animation .p-index__mv__accent {
  transform: scale(1);
}
.p-index__mv.animation .c-scrollbar__wrap {
  opacity: 1;
}
.p-index__mv.animation .c-scrollbar__wrap .c-scrollbar__effect {
  animation-play-state: running;
}
@media screen and (max-width: 834px) {
  .p-index__mv.animation .c-scrollbar__wrap .c-scrollbar__effect {
    animation-play-state: running;
  }
}

.inview {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 1s cubic-bezier(0.42, 0.04, 0.23, 0.98);
}
.inview.inview--enter {
  opacity: 1;
  transform: translateY(0px);
}

.p-about__accent {
  position: absolute;
}
.p-about__accent.--1 {
  width: clamp(119.85px, 10.322vw, 155.1px);
  top: clamp(-85px, -7.321vw, -110px);
  left: clamp(51px, 4.392vw, 66px);
}
@media screen and (max-width: 834px) {
  .p-about__accent.--1 {
    width: clamp(73.95px, 23.2vw, 95.7px);
    top: clamp(119px, 37.333vw, 154px);
    left: clamp(18.7px, 5.867vw, 24.2px);
  }
}
.p-about__accent.--2 {
  width: clamp(107.1px, 9.224vw, 138.6px);
  bottom: clamp(-42.5px, -3.66vw, -55px);
  right: clamp(34px, 2.928vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-about__accent.--2 {
    width: clamp(60.35px, 18.933vw, 78.1px);
    top: clamp(-42.5px, -13.333vw, -55px);
    right: clamp(34px, 10.667vw, 44px);
  }
}
.p-about__accent.--3 {
  width: clamp(61.2px, 5.271vw, 79.2px);
  top: clamp(-136px, -11.713vw, -176px);
  right: clamp(175.95px, 15.154vw, 227.7px);
}
@media screen and (max-width: 834px) {
  .p-about__accent.--3 {
    width: clamp(35.7px, 11.2vw, 46.2px);
    top: clamp(-144.5px, -45.333vw, -187px);
    left: clamp(17px, 5.333vw, 22px);
  }
}
.p-about__message {
  position: relative;
  top: 0;
  width: min(100vw, 1639.2px);
  height: min(51.464vw, 843.6px);
  background-size: contain;
  background-image: url(/recruit/assets/img/about/bg_object.png);
  background-position: min(6.589vw, 108px) 0;
  background-repeat: no-repeat;
  padding-top: min(8.053vw, 132px);
  margin: min(5.857vw, 96px) auto 0;
  line-height: 2.7;
  font-size: clamp(15.3px, 1.318vw, 19.8px);
}
@media screen and (max-width: 1194px) {
  .p-about__message {
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-about__message {
    padding-top: 40vw;
    margin: 0 auto;
    background-size: 138.6666666667vw auto;
    background-position: -8vw 8vw;
    background-image: url(/recruit/assets/img/about/bg_object-sp.png);
  }
}
.p-about__message-list {
  padding-top: min(10.249vw, 168px);
  margin-bottom: min(8.785vw, 144px);
}
@media screen and (max-width: 834px) {
  .p-about__message-list {
    padding-top: 32vw;
    margin-bottom: 21.3333333333vw;
  }
}
.p-about__message-list__item {
  position: relative;
  background-color: #ffffff;
  margin-inline: auto;
  z-index: 1;
  border-radius: 40px;
  text-align: center;
  width: min(82.43vw, 1351.2px);
  padding: min(2.928vw, 48px) 0;
}
.p-about__message-list__item:nth-of-type(n+2) {
  margin-top: min(4.392vw, 72px);
}
@media screen and (max-width: 834px) {
  .p-about__message-list__item {
    width: 84vw;
    padding: 8.5333333333vw 6.6666666667vw;
    border-radius: 24px;
  }
  .p-about__message-list__item:nth-of-type(n+2) {
    margin-top: 8.5333333333vw;
  }
}
.p-about__message-list__item__edge {
  position: absolute;
  top: 0;
  left: 0;
}
.p-about__message-list__item__title {
  font-size: clamp(23.8px, 2.05vw, 30.8px);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #009FE8;
}
.p-about__message-list__item__text {
  display: inline-block;
  position: relative;
  font-size: clamp(20.4px, 1.757vw, 26.4px);
  font-weight: 700;
  text-align: center;
  padding-left: min(2.562vw, 42px);
  margin-top: min(0.732vw, 12px);
}
@media screen and (max-width: 834px) {
  .p-about__message-list__item__text {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    text-align: start;
    padding-left: clamp(22.1px, 6.933vw, 28.6px);
    margin-top: clamp(8.5px, 2.667vw, 11px);
    line-height: 1.5;
  }
}
.p-about__message-list__item__text::before {
  content: "";
  position: absolute;
  top: clamp(10.2px, 0.878vw, 13.2px);
  left: 0;
  width: clamp(20.4px, 1.757vw, 26.4px);
  height: clamp(20.4px, 1.757vw, 26.4px);
  background-image: url(/recruit/assets/img/about/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .p-about__message-list__item__text::before {
    top: clamp(5.1px, 1.6vw, 6.6px);
    left: 0;
    width: clamp(15.3px, 4.8vw, 19.8px);
    height: clamp(15.3px, 4.8vw, 19.8px);
  }
}

.p-work__accent {
  position: absolute;
}
.p-work__accent.--1 {
  width: clamp(141.1px, 12.152vw, 182.6px);
  top: clamp(-127.5px, -10.981vw, -165px);
  left: clamp(38.25px, 3.294vw, 49.5px);
}
@media screen and (max-width: 834px) {
  .p-work__accent.--1 {
    width: clamp(80.75px, 25.333vw, 104.5px);
    top: clamp(-46.75px, -14.667vw, -60.5px);
    left: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-work__accent.--2 {
  width: clamp(170px, 14.641vw, 220px);
  bottom: clamp(-42.5px, -3.66vw, -55px);
  right: clamp(-59.5px, -5.124vw, -77px);
}
@media screen and (max-width: 834px) {
  .p-work__accent.--2 {
    width: clamp(108.8px, 34.133vw, 140.8px);
    bottom: clamp(-25.5px, -8vw, -33px);
    right: clamp(-28.05px, -8.8vw, -36.3px);
  }
}
.p-work__accent.--3 {
  width: clamp(78.2px, 6.735vw, 101.2px);
  top: clamp(-212.5px, -18.302vw, -275px);
  right: clamp(153px, 13.177vw, 198px);
}
@media screen and (max-width: 834px) {
  .p-work__accent.--3 {
    width: clamp(41.65px, 13.067vw, 53.9px);
    top: clamp(-170px, -53.333vw, -220px);
    right: clamp(25.5px, 8vw, 33px);
  }
}
.p-work__lead__wrap {
  padding-top: min(8.346vw, 136.8px);
  margin: min(4.832vw, 79.2px) auto min(7.467vw, 122.4px);
  padding-bottom: min(5.71vw, 93.6px);
  width: min(100vw, 1639.2px);
  height: min(22.767vw, 373.2px);
  background-size: contain;
  background-image: url(/recruit/assets/img/work/bg_object.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .p-work__lead__wrap {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
    width: 100%;
    height: auto;
    padding-top: 24vw;
    padding-bottom: 22.6666666667vw;
    background-size: 97.3333333333vw auto;
    background-image: url(/recruit/assets/img/work/bg_object-sp.png);
    margin-bottom: 0;
  }
}
.p-work__lead {
  font-family: "A1GothicStd", sans-serif;
  font-size: clamp(35.7px, 3.075vw, 46.2px);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-work__lead {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
  }
}
.p-work__section {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-work__section {
    margin-top: 11.7130307467vw;
  }
}
@media screen and (max-width: 834px) {
  .p-work__section {
    margin-top: 21.3333333333vw;
  }
  .p-work__section:nth-of-type(1) {
    margin-top: 9.3333333333vw;
  }
}
.p-work__section::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.p-work__section:nth-of-type(odd)::before {
  left: 0;
  border-radius: 0 5.8565153734vw 5.8565153734vw 0;
}
@media screen and (max-width: 834px) {
  .p-work__section:nth-of-type(odd)::before {
    border-radius: 0 16vw 16vw 0;
  }
}
@media screen and (max-width: 834px) {
  .p-work__section:nth-of-type(odd) .p-work__section__content {
    margin-left: 8vw;
  }
}
.p-work__section:nth-of-type(even)::before {
  right: 0;
  border-radius: 5.8565153734vw 0 0 5.8565153734vw;
}
@media screen and (max-width: 834px) {
  .p-work__section:nth-of-type(even)::before {
    border-radius: 16vw 0 0 16vw;
  }
}
@media screen and (max-width: 834px) {
  .p-work__section:nth-of-type(even) .p-work__section__content {
    margin-right: 8vw;
  }
}
.p-work__section__lead {
  margin-bottom: 5.8565153734vw;
}
@media screen and (max-width: 834px) {
  .p-work__section__lead {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-work__section__content {
  width: min(79.502vw, 1303.2px);
  margin: 0 auto;
  padding: min(8.785vw, 144px) 0;
}
@media screen and (max-width: 834px) {
  .p-work__section__content {
    width: 78.6666666667vw;
    padding: 16vw 0;
  }
}
.p-work__section .c-accordion__question,
.p-work__section .c-accordion__answer {
  padding-left: min(2.928vw, 48px);
}
.p-work__section .c-accordion__question {
  font-weight: 700;
}
.p-work__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.318vw, 21.6px);
}
@media screen and (max-width: 834px) {
  .p-work__list {
    display: block;
  }
}
.p-work__list__item {
  background-color: #ffffff;
  border-radius: min(1.171vw, 19.2px);
  padding: min(2.343vw, 38.4px);
}
@media screen and (max-width: 834px) {
  .p-work__list__item {
    border-radius: 4.2666666667vw;
    padding: 4.8vw;
    margin-top: 4.2666666667vw;
  }
}
.p-work__list__item__category {
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  font-weight: 700;
  margin-bottom: min(1.464vw, 24px);
}
@media screen and (max-width: 834px) {
  .p-work__list__item__category {
    font-size: clamp(12.75px, 4vw, 16.5px);
    margin-bottom: 4.2666666667vw;
  }
}
.p-work__list__item__graph {
  margin-bottom: min(1.464vw, 24px);
}
@media screen and (max-width: 834px) {
  .p-work__list__item__graph {
    margin-bottom: 4.2666666667vw;
  }
}
.p-work__list__item__text {
  position: relative;
  font-size: clamp(10.2px, 0.878vw, 13.2px);
  padding-left: min(0.732vw, 12px);
}
@media screen and (max-width: 834px) {
  .p-work__list__item__text {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    padding-left: 3.2vw;
  }
}
.p-work__list__item__text::before {
  position: absolute;
  top: min(0.659vw, 10.8px);
  left: 0;
  content: "";
  width: min(0.439vw, 7.2px);
  height: min(0.439vw, 7.2px);
}
@media screen and (max-width: 834px) {
  .p-work__list__item__text::before {
    top: 1.6vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
.p-work__list__item__text.--blue::before {
  background-color: #009FE8;
}
.p-work__list__item__text.--navy::before {
  background-color: #236A89;
}

.p-work__accordion-close {
  width: 22.1333333333vw;
  height: 8.5333333333vw;
  background-color: #083148;
  color: #ffffff;
  font-size: clamp(11.9px, 3.733vw, 15.4px);
  font-weight: 500;
  text-align: center;
  line-height: 8.5333333333vw;
  border-radius: 30px;
  margin: 6.4vw auto 0;
}

.p-environment__accent {
  position: absolute;
}
.p-environment__accent.--1 {
  width: clamp(121.55px, 10.469vw, 157.3px);
  top: clamp(-136px, -11.713vw, -176px);
  left: clamp(50.15px, 4.319vw, 64.9px);
}
@media screen and (max-width: 834px) {
  .p-environment__accent.--1 {
    width: 19.7333333333vw;
    top: -14.9333333333vw;
    left: 4.5333333333vw;
  }
}
.p-environment__accent.--2 {
  width: clamp(134.3px, 11.567vw, 173.8px);
  bottom: clamp(-68px, -5.857vw, -88px);
  right: clamp(34.85px, 3.001vw, 45.1px);
}
@media screen and (max-width: 834px) {
  .p-environment__accent.--2 {
    width: 25.8666666667vw;
    bottom: -13.3333333333vw;
    right: 5.3333333333vw;
  }
}
.p-environment__accent.--3 {
  width: clamp(152.15px, 13.104vw, 196.9px);
  top: clamp(-229.5px, -19.766vw, -297px);
  right: clamp(127.5px, 10.981vw, 165px);
}
@media screen and (max-width: 834px) {
  .p-environment__accent.--3 {
    width: clamp(77.35px, 24.267vw, 100.1px);
    top: clamp(-157.25px, -49.333vw, -203.5px);
    right: clamp(-8.5px, -2.667vw, -11px);
  }
}
.p-environment__section {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-environment__section {
    width: min(82.43vw, 1351.2px);
    padding-top: min(8.785vw, 144px);
    margin-top: min(2.928vw, 48px);
  }
}
@media screen and (max-width: 834px) {
  .p-environment__section {
    width: 84vw;
    padding-top: 10.6666666667vw;
    margin-top: 0;
  }
}
.p-environment__section__1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.903vw, 31.2px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1 {
    display: block;
  }
}
.p-environment__section__1__item {
  position: relative;
  height: min(27.818vw, 456px);
  padding: min(2.928vw, 48px) min(2.928vw, 48px) min(2.343vw, 38.4px);
  background-color: #ffffff;
  text-align: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item {
    height: min(43.924vw, 720px);
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item {
    padding: 5.3333333333vw 6.4vw 6.4vw;
  }
  .p-environment__section__1__item:nth-child(n+2) {
    margin-top: 4.8vw;
  }
}
.p-environment__section__1__item__title {
  font-size: min(1.464vw, 24px);
  font-weight: 700;
  color: #083148;
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item__title {
    font-size: min(2.635vw, 43.2px);
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item__title {
    position: absolute;
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    text-align: start;
  }
}
.p-environment__section__1__item__num {
  position: relative;
  flex-grow: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #009FE8;
}
.p-environment__section__1__item__unit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-environment__section__1__item__note {
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  font-weight: 400;
  color: #939393;
  text-align: end;
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item__note {
    font-size: min(2.05vw, 33.6px);
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item__note {
    position: absolute;
    right: clamp(17px, 5.333vw, 22px);
    bottom: clamp(17px, 5.333vw, 22px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--1 {
    height: 54.1333333333vw;
  }
}
.p-environment__section__1__item.--1 .p-environment__section__1__item__num {
  font-size: min(8.053vw, 132px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--1 .p-environment__section__1__item__num {
    top: 0vw;
    font-size: 13.3333333333vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--1 .p-environment__section__1__item__num {
    top: 2.6666666667vw;
    font-size: 21.3333333333vw;
  }
}
.p-environment__section__1__item.--1 .p-environment__section__1__item__num small {
  font-size: min(5.857vw, 96px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--1 .p-environment__section__1__item__num small {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--1 .p-environment__section__1__item__num small {
    font-size: 13.3333333333vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--2 {
    height: 80.2666666667vw;
  }
}
.p-environment__section__1__item.--2 .p-environment__section__1__item__num {
  font-size: min(4.685vw, 76.8px);
  top: min(4.246vw, 69.6px);
  left: min(-0.732vw, -12px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--2 .p-environment__section__1__item__num {
    top: 6.6666666667vw;
    font-size: 8vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--2 .p-environment__section__1__item__num {
    font-size: 14.9333333333vw;
    top: 20vw;
    left: -2.6666666667vw;
  }
}
.p-environment__section__1__item.--2 .p-environment__section__1__item__num small {
  font-size: min(2.928vw, 48px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--2 .p-environment__section__1__item__num small {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--2 .p-environment__section__1__item__num small {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--3 {
    height: 54.1333333333vw;
  }
}
.p-environment__section__1__item.--3 .p-environment__section__1__item__num {
  font-size: min(8.053vw, 132px);
  left: min(-0.952vw, -15.6px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--3 .p-environment__section__1__item__num {
    top: 0vw;
    font-size: 13.3333333333vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--3 .p-environment__section__1__item__num {
    font-size: 21.3333333333vw;
    top: 0vw;
    left: -2.6666666667vw;
  }
}
.p-environment__section__1__item.--3 .p-environment__section__1__item__num small {
  font-size: min(5.857vw, 96px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--3 .p-environment__section__1__item__num small {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--3 .p-environment__section__1__item__num small {
    font-size: 13.3333333333vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--4 {
    height: 80.2666666667vw;
  }
}
.p-environment__section__1__item.--4 .p-environment__section__1__item__num {
  font-size: min(6.589vw, 108px);
  top: min(6.955vw, 114px);
  left: min(-0.732vw, -12px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--4 .p-environment__section__1__item__num {
    top: 12vw;
    left: -1.3333333333vw;
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--4 .p-environment__section__1__item__num {
    font-size: 21.3333333333vw;
    top: 29.3333333333vw;
    left: -2.6666666667vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--5 {
    height: 87.4666666667vw;
  }
}
.p-environment__section__1__item.--5 .p-environment__section__1__item__num {
  font-size: min(4.685vw, 76.8px);
  top: min(4.539vw, 74.4px);
  left: min(-0.732vw, -12px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--5 .p-environment__section__1__item__num {
    top: 6.6666666667vw;
    font-size: 8vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--5 .p-environment__section__1__item__num {
    font-size: 14.9333333333vw;
    top: 28vw;
    left: -2.6666666667vw;
  }
}
.p-environment__section__1__item.--5 .p-environment__section__1__item__num small {
  font-size: min(2.928vw, 48px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--5 .p-environment__section__1__item__num small {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--5 .p-environment__section__1__item__num small {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--6 {
    height: 67.2vw;
  }
}
.p-environment__section__1__item.--6 .p-environment__section__1__item__num {
  font-size: min(4.392vw, 72px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--6 .p-environment__section__1__item__num {
    font-size: 8vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--6 .p-environment__section__1__item__num {
    font-size: 14.9333333333vw;
  }
}
.p-environment__section__1__item.--6 .p-environment__section__1__item__num small {
  font-size: min(3.294vw, 54px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--6 .p-environment__section__1__item__num small {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--6 .p-environment__section__1__item__num small {
    font-size: 10.6666666667vw;
  }
}
.p-environment__section__1__item.--6 .p-environment__section__1__item__num .--1 {
  position: absolute;
  top: min(9.883vw, 162px);
  left: min(-0.366vw, -6px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--6 .p-environment__section__1__item__num .--1 {
    top: 14.6666666667vw;
    left: 0vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--6 .p-environment__section__1__item__num .--1 {
    top: 5.3333333333vw;
    left: 13.3333333333vw;
  }
}
.p-environment__section__1__item.--6 .p-environment__section__1__item__num .--2 {
  position: absolute;
  top: min(9.883vw, 162px);
  left: min(12.445vw, 204px);
  color: #E50012;
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--6 .p-environment__section__1__item__num .--2 {
    top: 14.6666666667vw;
    left: 20vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--6 .p-environment__section__1__item__num .--2 {
    top: 25.3333333333vw;
    left: 13.3333333333vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--7 {
    height: 54.1333333333vw;
  }
}
.p-environment__section__1__item.--7 .p-environment__section__1__item__num {
  font-size: min(8.053vw, 132px);
  left: min(-1.464vw, -24px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--7 .p-environment__section__1__item__num {
    top: 0vw;
    font-size: 13.3333333333vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--7 .p-environment__section__1__item__num {
    font-size: 21.3333333333vw;
    top: 1.3333333333vw;
    left: -4vw;
  }
}
.p-environment__section__1__item.--7 .p-environment__section__1__item__num small {
  font-size: min(5.857vw, 96px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--7 .p-environment__section__1__item__num small {
    font-size: 8vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--7 .p-environment__section__1__item__num small {
    font-size: 13.3333333333vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--8 {
    height: 67.7333333333vw;
  }
}
.p-environment__section__1__item.--8 .p-environment__section__1__item__num {
  font-size: min(2.928vw, 48px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--8 .p-environment__section__1__item__num {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--8 .p-environment__section__1__item__num {
    font-size: 9.6vw;
  }
}
.p-environment__section__1__item.--8 .p-environment__section__1__item__num small {
  font-size: min(1.464vw, 24px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--8 .p-environment__section__1__item__num small {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--8 .p-environment__section__1__item__num small {
    font-size: 4.2666666667vw;
  }
}
.p-environment__section__1__item.--8 .p-environment__section__1__item__num .--1 {
  position: absolute;
  top: min(5.344vw, 87.6px);
  left: min(0.952vw, 15.6px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--8 .p-environment__section__1__item__num .--1 {
    top: 8.8vw;
    left: 2.6666666667vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--8 .p-environment__section__1__item__num .--1 {
    top: 21.3333333333vw;
    left: 6.6666666667vw;
  }
}
.p-environment__section__1__item.--8 .p-environment__section__1__item__num .--2 {
  position: absolute;
  top: min(5.344vw, 87.6px);
  left: min(12.811vw, 210px);
  color: #E50012;
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--8 .p-environment__section__1__item__num .--2 {
    top: 8.8vw;
    left: 21.3333333333vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--8 .p-environment__section__1__item__num .--2 {
    top: 21.3333333333vw;
    left: 44vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--9 {
    height: 54.1333333333vw;
  }
}
.p-environment__section__1__item.--9 .p-environment__section__1__item__num {
  font-size: min(8.053vw, 132px);
  left: min(-1.098vw, -18px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__1__item.--9 .p-environment__section__1__item__num {
    font-size: 13.3333333333vw;
  }
}
@media screen and (max-width: 540px) {
  .p-environment__section__1__item.--9 .p-environment__section__1__item__num {
    font-size: 21.3333333333vw;
    top: 2.6666666667vw;
    left: -2.6666666667vw;
  }
}
.p-environment__section__2__item {
  background-color: #ffffff;
  border-radius: min(1.464vw, 24px);
  padding: min(2.928vw, 48px);
  display: flex;
}
@media screen and (max-width: 834px) {
  .p-environment__section__2__item {
    border-radius: 5.3333333333vw;
    padding: 6.4vw 5.3333333333vw;
  }
}
.p-environment__section__2__item__icon {
  width: min(5.857vw, 96px);
  height: min(5.857vw, 96px);
  margin-top: min(0.732vw, 12px);
  margin-right: min(1.464vw, 24px);
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .p-environment__section__2__item__icon {
    width: 16vw;
    height: 16vw;
    margin-top: 1.3333333333vw;
    margin-right: -2.6666666667vw;
  }
}
@media screen and (max-width: 834px) {
  .p-environment__section__2__item__wrap {
    margin-left: 3.7333333333vw;
  }
}
.p-environment__section__2__item__lead {
  font-size: clamp(20.4px, 1.757vw, 26.4px);
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .p-environment__section__2__item__lead {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-environment__section__2__item__text {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-environment__section__3__item {
  background-color: #ffffff;
  border-radius: min(1.464vw, 24px);
  padding: min(2.928vw, 48px) min(2.196vw, 36px) min(2.928vw, 48px) min(2.928vw, 48px);
}
@media screen and (max-width: 834px) {
  .p-environment__section__3__item {
    border-radius: 5.3333333333vw;
    padding: 6.4vw 5.3333333333vw;
  }
  .p-environment__section__3__item:nth-child(n+2) {
    margin-top: 4.8vw;
  }
}
.p-environment__section__3__item__lead {
  font-size: clamp(20.4px, 1.757vw, 26.4px);
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .p-environment__section__3__item__lead {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-environment__section__3__item__text {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}

@media screen and (min-width: 835px) {
  .p-faq .c-anchor__list {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
.p-faq__accent {
  position: absolute;
}
.p-faq__accent.--1 {
  width: clamp(144.5px, 12.445vw, 187px);
  top: clamp(-110.5px, -9.517vw, -143px);
  left: clamp(38.25px, 3.294vw, 49.5px);
}
@media screen and (max-width: 834px) {
  .p-faq__accent.--1 {
    width: clamp(81.6px, 25.6vw, 105.6px);
    top: clamp(-34px, -10.667vw, -44px);
    left: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-faq__accent.--2 {
  width: clamp(99.45px, 8.565vw, 128.7px);
  bottom: clamp(-42.5px, -3.66vw, -55px);
  right: clamp(22.95px, 1.977vw, 29.7px);
}
@media screen and (max-width: 834px) {
  .p-faq__accent.--2 {
    width: clamp(68px, 21.333vw, 88px);
    bottom: clamp(-42.5px, -13.333vw, -55px);
    right: clamp(22.95px, 7.2vw, 29.7px);
  }
}
.p-faq__accent.--3 {
  width: clamp(133.45px, 11.493vw, 172.7px);
  top: clamp(-255px, -21.962vw, -330px);
  right: clamp(110.5px, 9.517vw, 143px);
}
@media screen and (max-width: 834px) {
  .p-faq__accent.--3 {
    width: clamp(62.05px, 19.467vw, 80.3px);
    top: clamp(-170px, -53.333vw, -220px);
    right: clamp(17px, 5.333vw, 22px);
  }
}
.p-faq__section {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-faq__section {
    width: min(82.43vw, 1351.2px);
    padding-top: min(8.785vw, 144px);
  }
}
@media screen and (max-width: 834px) {
  .p-faq__section {
    width: 84vw;
    padding-top: 8vw;
  }
}
.p-faq__section__title {
  position: relative;
  font-size: min(2.343vw, 35.2px);
  padding-left: min(1.83vw, 27.5px);
}
@media screen and (max-width: 834px) {
  .p-faq__section__title {
    font-size: min(6.4vw, 26.4px);
    padding-left: min(5.333vw, 22px);
  }
}
.p-faq__section__title::before, .p-faq__section__title::after {
  content: "";
  width: min(0.439vw, 6.6px);
  height: min(0.439vw, 6.6px);
  position: absolute;
  left: 0;
}
@media screen and (max-width: 834px) {
  .p-faq__section__title::before, .p-faq__section__title::after {
    width: min(1.067vw, 4.4px);
    height: min(1.067vw, 4.4px);
  }
}
.p-faq__section__title::before {
  background-color: #E50012;
  top: min(0.952vw, 14.3px);
}
@media screen and (max-width: 834px) {
  .p-faq__section__title::before {
    top: min(2.667vw, 11px);
  }
}
.p-faq__section__title::after {
  background-color: #009FE8;
  top: min(2.343vw, 35.2px);
}
@media screen and (max-width: 834px) {
  .p-faq__section__title::after {
    top: min(6.667vw, 27.5px);
  }
}

@media screen and (min-width: 835px) {
  .p-entry {
    width: min(58.565vw, 960px);
    padding: min(14.641vw, 240px) 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 835px) {
  .p-entry {
    width: min(58.565vw, 960px);
    padding: min(7.321vw, 120px) 0 min(14.641vw, 240px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .p-entry {
    width: 84vw;
    margin: auto;
    padding: 10.6666666667vw 0 26.6666666667vw;
  }
}

.p-message__wrap {
  width: 100%;
  height: auto;
  background-size: cover;
  background-image: url(/recruit/assets/img/message/bg_object.png);
  background-position: min(0vw, 0px) min(0vw, 0px);
  background-repeat: no-repeat;
  padding-top: min(5.124vw, 84px);
}
@media screen and (max-width: 834px) {
  .p-message__wrap {
    background-size: 180.2666666667vw auto;
    background-position: -37.3333333333vw 29.3333333333vw;
    background-image: url(/recruit/assets/img/message/bg_object-sp.png);
    padding-top: 9.3333333333vw;
  }
}
.p-message__text {
  font-family: "A1GothicStd", sans-serif;
  font-weight: 500;
  font-size: clamp(15.3px, 1.318vw, 19.8px);
  line-height: 2.7;
}
@media screen and (max-width: 834px) {
  .p-message__text {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    line-height: 2.5;
  }
}
.p-message__lead {
  font-size: clamp(27.2px, 2.343vw, 35.2px);
  font-family: "A1GothicStd", sans-serif;
  font-weight: 700;
  margin-top: 4.39238653vw;
  margin-bottom: 8.78477306vw;
}
@media screen and (max-width: 834px) {
  .p-message__lead {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-top: 10.6666666667vw;
    margin-bottom: 16vw !important;
  }
}

.p-info__accent {
  position: absolute;
}
.p-info__accent.--1 {
  width: clamp(90.95px, 7.833vw, 117.7px);
  top: clamp(-102px, -8.785vw, -132px);
  left: clamp(59.5px, 5.124vw, 77px);
}
@media screen and (max-width: 834px) {
  .p-info__accent.--1 {
    width: clamp(44.2px, 13.867vw, 57.2px);
    top: clamp(-42.5px, -13.333vw, -55px);
    left: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-info__accent.--2 {
  width: clamp(159.8px, 13.763vw, 206.8px);
  bottom: clamp(-38.25px, -3.294vw, -49.5px);
  right: clamp(36.55px, 3.148vw, 47.3px);
}
@media screen and (max-width: 834px) {
  .p-info__accent.--2 {
    width: clamp(80.75px, 25.333vw, 104.5px);
    bottom: clamp(-42.5px, -13.333vw, -55px);
    right: clamp(17px, 5.333vw, 22px);
  }
}
.p-info__accent.--3 {
  width: clamp(124.1px, 10.688vw, 160.6px);
  top: clamp(-238px, -20.498vw, -308px);
  right: clamp(93.5px, 8.053vw, 121px);
}
@media screen and (max-width: 834px) {
  .p-info__accent.--3 {
    width: clamp(62.9px, 19.733vw, 81.4px);
    top: clamp(-187px, -58.667vw, -242px);
    right: clamp(25.5px, 8vw, 33px);
  }
}
@media screen and (min-width: 835px) {
  .p-info__section {
    width: min(82.43vw, 1351.2px);
    margin: auto;
    padding-top: min(8.785vw, 144px);
  }
}
@media screen and (max-width: 834px) {
  .p-info__section {
    width: 84vw;
    margin: auto;
    padding-top: 10.6666666667vw;
  }
}
.p-info__section__title {
  margin-bottom: 2.9282576867vw;
}
@media screen and (max-width: 834px) {
  .p-info__section__title {
    margin-bottom: 10.6666666667vw;
  }
}
.p-info__section__accordion__answer {
  border: none;
}
@media screen and (min-width: 835px) {
  .p-info__section__accordion__answer {
    padding: min(0vw, 0px) min(2.343vw, 35.2px) min(4.392vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .p-info__section__accordion__answer {
    padding: min(0vw, 0px) min(5.333vw, 22px) min(16vw, 66px);
  }
}
.p-info__section__accordion__question {
  font-size: min(1.757vw, 26.4px);
  font-weight: 700;
  padding-left: min(2.343vw, 35.2px);
}
@media screen and (max-width: 834px) {
  .p-info__section__accordion__question {
    font-size: min(4.8vw, 19.8px);
    padding: min(5.333vw, 22px);
  }
}
.p-info__section__accordion__question::before {
  display: none;
}
.p-info__section__detail {
  border-radius: 12px;
  background-color: #EBF8FF;
  padding: min(0.732vw, 12px) min(3.514vw, 57.6px) min(2.928vw, 48px);
}
@media screen and (max-width: 834px) {
  .p-info__section__detail {
    padding: min(4.267vw, 17.6px) min(5.333vw, 22px) min(5.333vw, 22px);
  }
}
.p-info__section__detail.--bg-white {
  background-color: #ffffff;
  padding: min(0.732vw, 12px) min(4.392vw, 72px) min(2.928vw, 48px);
}
@media screen and (max-width: 834px) {
  .p-info__section__detail.--bg-white {
    padding: min(0vw, 0px) min(5.333vw, 22px) min(5.333vw, 22px);
  }
}
.p-info__section table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 834px) {
  .p-info__section table table,
  .p-info__section table tbody,
  .p-info__section table tr,
  .p-info__section table th,
  .p-info__section table td {
    display: block;
    width: 100%;
  }
}
.p-info__section table tr:last-child td,
.p-info__section table tr:last-child th {
  border-bottom: none;
}
.p-info__section th, .p-info__section td {
  font-weight: 500;
  border-bottom: 1px solid #C3D8E2;
  padding: min(2.196vw, 36px) 0;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .p-info__section th, .p-info__section td {
    padding: min(0vw, 0px) 0 min(2.667vw, 11px);
  }
}
.p-info__section th .note, .p-info__section td .note {
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  font-weight: 400;
  color: #939393;
}
@media screen and (max-width: 834px) {
  .p-info__section th .note, .p-info__section td .note {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-info__section th {
  width: 23%;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .p-info__section th {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    width: 100%;
    border-bottom: none;
    padding: min(4.267vw, 17.6px) 0 min(2.133vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-info__section td {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}

.u-align--left {
  text-align: left !important;
}
@media screen and (max-width: 834px) {
  .u-align--left.--sp {
    text-align: left !important;
  }
}
@media screen and (min-width: 835px) {
  .u-align--left.--pc {
    text-align: left !important;
  }
}
.u-align--center {
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .u-align--center.--sp {
    text-align: center !important;
  }
}
@media screen and (min-width: 835px) {
  .u-align--center.--pc {
    text-align: center !important;
  }
}
.u-align--right {
  text-align: right !important;
}
@media screen and (max-width: 834px) {
  .u-align--right.--sp {
    text-align: right !important;
  }
}
@media screen and (min-width: 835px) {
  .u-align--right.--pc {
    text-align: right !important;
  }
}

.u-color {
  /* 案件によって必要なサブカラーを追加する
  &--sub-1{
    color: $sub-1;
  }
  &--sub-1{
    color: $sub-1;
  }
  */
}
.u-color--accent {
  color: #005cd1;
}
.u-color--main {
  color: #f2f2f2;
}
.u-color--base {
  color: #083148;
}
.u-color--text {
  color: #083148;
}
.u-color--text-second {
  color: #666666;
}
.u-color--text-third {
  color: #aaaaaa;
}
.u-color--text-white {
  color: #ffffff;
}
.u-color--text-link {
  color: #083148;
}
.u-color--text-placeholder {
  color: #aaaaaa;
}
.u-color--text-alert {
  color: #f0a3a3;
}
.u-color--border {
  border: 1px solid #dddddd;
}
.u-color--bg-gray {
  background-color: #f2f2f2;
}
.u-color--bg-alert {
  background-color: #fceded;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}
.d-flex-ai-start {
  align-items: flex-start;
}
.d-flex-ai-end {
  align-items: flex-end;
}
.d-flex-ai-center {
  align-items: center;
}
.d-flex-jc-start {
  justify-content: flex-start;
}
.d-flex-jc-end {
  justify-content: flex-end;
}
.d-flex-jc-center {
  justify-content: center;
}
.d-flex-jc-between {
  justify-content: space-between;
}

.d-inline-flex {
  display: inline-flex !important;
}

table.d-inline-block, table.d-block {
  display: table !important;
}
table th.d-inline-block, table th.d-block,
table td.d-inline-block,
table td.d-block {
  display: table-cell !important;
}

@media screen and (max-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-flex-ai-start {
    align-items: flex-start;
  }
  .d-lg-flex-ai-end {
    align-items: flex-end;
  }
  .d-lg-flex-ai-center {
    align-items: center;
  }
  .d-lg-flex-jc-start {
    justify-content: flex-start;
  }
  .d-lg-flex-jc-end {
    justify-content: flex-end;
  }
  .d-lg-flex-jc-center {
    justify-content: center;
  }
  .d-lg-flex-jc-between {
    justify-content: space-between;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  table.d-lg-inline-block, table.d-lg-block {
    display: table !important;
  }
  table th.d-lg-inline-block, table th.d-lg-block,
  table td.d-lg-inline-block,
  table td.d-lg-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 1194px) {
  .d-tb-none {
    display: none !important;
  }
  .d-tb-inline {
    display: inline !important;
  }
  .d-tb-inline-block {
    display: inline-block !important;
  }
  .d-tb-block {
    display: block !important;
  }
  .d-tb-table {
    display: table !important;
  }
  .d-tb-table-row {
    display: table-row !important;
  }
  .d-tb-table-cell {
    display: table-cell !important;
  }
  .d-tb-flex {
    display: flex !important;
  }
  .d-tb-flex-ai-start {
    align-items: flex-start;
  }
  .d-tb-flex-ai-end {
    align-items: flex-end;
  }
  .d-tb-flex-ai-center {
    align-items: center;
  }
  .d-tb-flex-jc-start {
    justify-content: flex-start;
  }
  .d-tb-flex-jc-end {
    justify-content: flex-end;
  }
  .d-tb-flex-jc-center {
    justify-content: center;
  }
  .d-tb-flex-jc-between {
    justify-content: space-between;
  }
  .d-tb-inline-flex {
    display: inline-flex !important;
  }
  table.d-tb-inline-block, table.d-tb-block {
    display: table !important;
  }
  table th.d-tb-inline-block, table th.d-tb-block,
  table td.d-tb-inline-block,
  table td.d-tb-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 834px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-flex-ai-start {
    align-items: flex-start;
  }
  .d-md-flex-ai-end {
    align-items: flex-end;
  }
  .d-md-flex-ai-center {
    align-items: center;
  }
  .d-md-flex-jc-start {
    justify-content: flex-start;
  }
  .d-md-flex-jc-end {
    justify-content: flex-end;
  }
  .d-md-flex-jc-center {
    justify-content: center;
  }
  .d-md-flex-jc-between {
    justify-content: space-between;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  table.d-md-inline-block, table.d-md-block {
    display: table !important;
  }
  table th.d-md-inline-block, table th.d-md-block,
  table td.d-md-inline-block,
  table td.d-md-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 540px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-flex-ai-start {
    align-items: flex-start;
  }
  .d-sm-flex-ai-end {
    align-items: flex-end;
  }
  .d-sm-flex-ai-center {
    align-items: center;
  }
  .d-sm-flex-jc-start {
    justify-content: flex-start;
  }
  .d-sm-flex-jc-end {
    justify-content: flex-end;
  }
  .d-sm-flex-jc-center {
    justify-content: center;
  }
  .d-sm-flex-jc-between {
    justify-content: space-between;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  table.d-sm-inline-block, table.d-sm-block {
    display: table !important;
  }
  table th.d-sm-inline-block, table th.d-sm-block,
  table td.d-sm-inline-block,
  table td.d-sm-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 360px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
}
.u-m-0 {
  margin: 0 !important;
}
.u-m-auto {
  margin: auto !important;
}
.u-m-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.u-m-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-m-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.u-mt-100 {
  margin-top: min(7.321vw, 110px);
}
.u-mt-120 {
  margin-top: min(8.785vw, 132px);
}
.u-mt-160 {
  margin-top: min(11.713vw, 176px);
}
.u-mt-200 {
  margin-top: min(14.641vw, 220px);
}
@media screen and (max-width: 834px) {
  .u-mt-100 {
    margin-top: min(26.667vw, 110px);
  }
  .u-mt-120 {
    margin-top: min(32vw, 132px);
  }
  .u-mt-160 {
    margin-top: min(42.667vw, 176px);
  }
  .u-mt-200 {
    margin-top: min(53.333vw, 220px);
  }
}

.u-mr-100 {
  margin-right: min(7.321vw, 110px);
}
.u-mr-120 {
  margin-right: min(8.785vw, 132px);
}
.u-mr-160 {
  margin-right: min(11.713vw, 176px);
}
.u-mr-200 {
  margin-right: min(14.641vw, 220px);
}
@media screen and (max-width: 834px) {
  .u-mr-100 {
    margin-right: min(26.667vw, 110px);
  }
  .u-mr-120 {
    margin-right: min(32vw, 132px);
  }
  .u-mr-160 {
    margin-right: min(42.667vw, 176px);
  }
  .u-mr-200 {
    margin-right: min(53.333vw, 220px);
  }
}

.u-mb-100 {
  margin-bottom: min(7.321vw, 110px);
}
.u-mb-120 {
  margin-bottom: min(8.785vw, 132px);
}
.u-mb-160 {
  margin-bottom: min(11.713vw, 176px);
}
.u-mb-200 {
  margin-bottom: min(14.641vw, 220px);
}
@media screen and (max-width: 834px) {
  .u-mb-100 {
    margin-bottom: min(26.667vw, 110px);
  }
  .u-mb-120 {
    margin-bottom: min(32vw, 132px);
  }
  .u-mb-160 {
    margin-bottom: min(42.667vw, 176px);
  }
  .u-mb-200 {
    margin-bottom: min(53.333vw, 220px);
  }
}

.u-ml-100 {
  margin-left: min(7.321vw, 110px);
}
.u-ml-120 {
  margin-left: min(8.785vw, 132px);
}
.u-ml-160 {
  margin-left: min(11.713vw, 176px);
}
.u-ml-200 {
  margin-left: min(14.641vw, 220px);
}
@media screen and (max-width: 834px) {
  .u-ml-100 {
    margin-left: min(26.667vw, 110px);
  }
  .u-ml-120 {
    margin-left: min(32vw, 132px);
  }
  .u-ml-160 {
    margin-left: min(42.667vw, 176px);
  }
  .u-ml-200 {
    margin-left: min(53.333vw, 220px);
  }
}

.u-mt-0 {
  margin-top: min(0vw, 0px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-0 {
    margin-top: min(0vw, 0px) !important;
  }
}

.u-mb-0 {
  margin-bottom: min(0vw, 0px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-0 {
    margin-bottom: min(0vw, 0px) !important;
  }
}

.u-ml-0 {
  margin-left: min(0vw, 0px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-0 {
    margin-left: min(0vw, 0px) !important;
  }
}

.u-mr-0 {
  margin-right: min(0vw, 0px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-0 {
    margin-right: min(0vw, 0px) !important;
  }
}

.u-mt-4 {
  margin-top: min(0.293vw, 4.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-4 {
    margin-top: min(1.067vw, 4.4px) !important;
  }
}

.u-mb-4 {
  margin-bottom: min(0.293vw, 4.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-4 {
    margin-bottom: min(1.067vw, 4.4px) !important;
  }
}

.u-ml-4 {
  margin-left: min(0.293vw, 4.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-4 {
    margin-left: min(1.067vw, 4.4px) !important;
  }
}

.u-mr-4 {
  margin-right: min(0.293vw, 4.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-4 {
    margin-right: min(1.067vw, 4.4px) !important;
  }
}

.u-mt-8 {
  margin-top: min(0.586vw, 8.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-8 {
    margin-top: min(2.133vw, 8.8px) !important;
  }
}

.u-mb-8 {
  margin-bottom: min(0.586vw, 8.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-8 {
    margin-bottom: min(2.133vw, 8.8px) !important;
  }
}

.u-ml-8 {
  margin-left: min(0.586vw, 8.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-8 {
    margin-left: min(2.133vw, 8.8px) !important;
  }
}

.u-mr-8 {
  margin-right: min(0.586vw, 8.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-8 {
    margin-right: min(2.133vw, 8.8px) !important;
  }
}

.u-mt-12 {
  margin-top: min(0.878vw, 13.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-12 {
    margin-top: min(3.2vw, 13.2px) !important;
  }
}

.u-mb-12 {
  margin-bottom: min(0.878vw, 13.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-12 {
    margin-bottom: min(3.2vw, 13.2px) !important;
  }
}

.u-ml-12 {
  margin-left: min(0.878vw, 13.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-12 {
    margin-left: min(3.2vw, 13.2px) !important;
  }
}

.u-mr-12 {
  margin-right: min(0.878vw, 13.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-12 {
    margin-right: min(3.2vw, 13.2px) !important;
  }
}

.u-mt-16 {
  margin-top: min(1.171vw, 17.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-16 {
    margin-top: min(4.267vw, 17.6px) !important;
  }
}

.u-mb-16 {
  margin-bottom: min(1.171vw, 17.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-16 {
    margin-bottom: min(4.267vw, 17.6px) !important;
  }
}

.u-ml-16 {
  margin-left: min(1.171vw, 17.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-16 {
    margin-left: min(4.267vw, 17.6px) !important;
  }
}

.u-mr-16 {
  margin-right: min(1.171vw, 17.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-16 {
    margin-right: min(4.267vw, 17.6px) !important;
  }
}

.u-mt-20 {
  margin-top: min(1.464vw, 22px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-20 {
    margin-top: min(5.333vw, 22px) !important;
  }
}

.u-mb-20 {
  margin-bottom: min(1.464vw, 22px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-20 {
    margin-bottom: min(5.333vw, 22px) !important;
  }
}

.u-ml-20 {
  margin-left: min(1.464vw, 22px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-20 {
    margin-left: min(5.333vw, 22px) !important;
  }
}

.u-mr-20 {
  margin-right: min(1.464vw, 22px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-20 {
    margin-right: min(5.333vw, 22px) !important;
  }
}

.u-mt-24 {
  margin-top: min(1.757vw, 26.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-24 {
    margin-top: min(6.4vw, 26.4px) !important;
  }
}

.u-mb-24 {
  margin-bottom: min(1.757vw, 26.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-24 {
    margin-bottom: min(6.4vw, 26.4px) !important;
  }
}

.u-ml-24 {
  margin-left: min(1.757vw, 26.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-24 {
    margin-left: min(6.4vw, 26.4px) !important;
  }
}

.u-mr-24 {
  margin-right: min(1.757vw, 26.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-24 {
    margin-right: min(6.4vw, 26.4px) !important;
  }
}

.u-mt-28 {
  margin-top: min(2.05vw, 30.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-28 {
    margin-top: min(7.467vw, 30.8px) !important;
  }
}

.u-mb-28 {
  margin-bottom: min(2.05vw, 30.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-28 {
    margin-bottom: min(7.467vw, 30.8px) !important;
  }
}

.u-ml-28 {
  margin-left: min(2.05vw, 30.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-28 {
    margin-left: min(7.467vw, 30.8px) !important;
  }
}

.u-mr-28 {
  margin-right: min(2.05vw, 30.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-28 {
    margin-right: min(7.467vw, 30.8px) !important;
  }
}

.u-mt-32 {
  margin-top: min(2.343vw, 35.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-32 {
    margin-top: min(8.533vw, 35.2px) !important;
  }
}

.u-mb-32 {
  margin-bottom: min(2.343vw, 35.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-32 {
    margin-bottom: min(8.533vw, 35.2px) !important;
  }
}

.u-ml-32 {
  margin-left: min(2.343vw, 35.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-32 {
    margin-left: min(8.533vw, 35.2px) !important;
  }
}

.u-mr-32 {
  margin-right: min(2.343vw, 35.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-32 {
    margin-right: min(8.533vw, 35.2px) !important;
  }
}

.u-mt-36 {
  margin-top: min(2.635vw, 39.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-36 {
    margin-top: min(9.6vw, 39.6px) !important;
  }
}

.u-mb-36 {
  margin-bottom: min(2.635vw, 39.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-36 {
    margin-bottom: min(9.6vw, 39.6px) !important;
  }
}

.u-ml-36 {
  margin-left: min(2.635vw, 39.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-36 {
    margin-left: min(9.6vw, 39.6px) !important;
  }
}

.u-mr-36 {
  margin-right: min(2.635vw, 39.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-36 {
    margin-right: min(9.6vw, 39.6px) !important;
  }
}

.u-mt-40 {
  margin-top: min(2.928vw, 44px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-40 {
    margin-top: min(10.667vw, 44px) !important;
  }
}

.u-mb-40 {
  margin-bottom: min(2.928vw, 44px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-40 {
    margin-bottom: min(10.667vw, 44px) !important;
  }
}

.u-ml-40 {
  margin-left: min(2.928vw, 44px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-40 {
    margin-left: min(10.667vw, 44px) !important;
  }
}

.u-mr-40 {
  margin-right: min(2.928vw, 44px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-40 {
    margin-right: min(10.667vw, 44px) !important;
  }
}

.u-mt-44 {
  margin-top: min(3.221vw, 48.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-44 {
    margin-top: min(11.733vw, 48.4px) !important;
  }
}

.u-mb-44 {
  margin-bottom: min(3.221vw, 48.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-44 {
    margin-bottom: min(11.733vw, 48.4px) !important;
  }
}

.u-ml-44 {
  margin-left: min(3.221vw, 48.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-44 {
    margin-left: min(11.733vw, 48.4px) !important;
  }
}

.u-mr-44 {
  margin-right: min(3.221vw, 48.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-44 {
    margin-right: min(11.733vw, 48.4px) !important;
  }
}

.u-mt-48 {
  margin-top: min(3.514vw, 52.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-48 {
    margin-top: min(12.8vw, 52.8px) !important;
  }
}

.u-mb-48 {
  margin-bottom: min(3.514vw, 52.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-48 {
    margin-bottom: min(12.8vw, 52.8px) !important;
  }
}

.u-ml-48 {
  margin-left: min(3.514vw, 52.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-48 {
    margin-left: min(12.8vw, 52.8px) !important;
  }
}

.u-mr-48 {
  margin-right: min(3.514vw, 52.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-48 {
    margin-right: min(12.8vw, 52.8px) !important;
  }
}

.u-mt-52 {
  margin-top: min(3.807vw, 57.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-52 {
    margin-top: min(13.867vw, 57.2px) !important;
  }
}

.u-mb-52 {
  margin-bottom: min(3.807vw, 57.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-52 {
    margin-bottom: min(13.867vw, 57.2px) !important;
  }
}

.u-ml-52 {
  margin-left: min(3.807vw, 57.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-52 {
    margin-left: min(13.867vw, 57.2px) !important;
  }
}

.u-mr-52 {
  margin-right: min(3.807vw, 57.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-52 {
    margin-right: min(13.867vw, 57.2px) !important;
  }
}

.u-mt-56 {
  margin-top: min(4.1vw, 61.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-56 {
    margin-top: min(14.933vw, 61.6px) !important;
  }
}

.u-mb-56 {
  margin-bottom: min(4.1vw, 61.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-56 {
    margin-bottom: min(14.933vw, 61.6px) !important;
  }
}

.u-ml-56 {
  margin-left: min(4.1vw, 61.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-56 {
    margin-left: min(14.933vw, 61.6px) !important;
  }
}

.u-mr-56 {
  margin-right: min(4.1vw, 61.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-56 {
    margin-right: min(14.933vw, 61.6px) !important;
  }
}

.u-mt-60 {
  margin-top: min(4.392vw, 66px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-60 {
    margin-top: min(16vw, 66px) !important;
  }
}

.u-mb-60 {
  margin-bottom: min(4.392vw, 66px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-60 {
    margin-bottom: min(16vw, 66px) !important;
  }
}

.u-ml-60 {
  margin-left: min(4.392vw, 66px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-60 {
    margin-left: min(16vw, 66px) !important;
  }
}

.u-mr-60 {
  margin-right: min(4.392vw, 66px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-60 {
    margin-right: min(16vw, 66px) !important;
  }
}

.u-mt-64 {
  margin-top: min(4.685vw, 70.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-64 {
    margin-top: min(17.067vw, 70.4px) !important;
  }
}

.u-mb-64 {
  margin-bottom: min(4.685vw, 70.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-64 {
    margin-bottom: min(17.067vw, 70.4px) !important;
  }
}

.u-ml-64 {
  margin-left: min(4.685vw, 70.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-64 {
    margin-left: min(17.067vw, 70.4px) !important;
  }
}

.u-mr-64 {
  margin-right: min(4.685vw, 70.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-64 {
    margin-right: min(17.067vw, 70.4px) !important;
  }
}

.u-mt-68 {
  margin-top: min(4.978vw, 74.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-68 {
    margin-top: min(18.133vw, 74.8px) !important;
  }
}

.u-mb-68 {
  margin-bottom: min(4.978vw, 74.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-68 {
    margin-bottom: min(18.133vw, 74.8px) !important;
  }
}

.u-ml-68 {
  margin-left: min(4.978vw, 74.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-68 {
    margin-left: min(18.133vw, 74.8px) !important;
  }
}

.u-mr-68 {
  margin-right: min(4.978vw, 74.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-68 {
    margin-right: min(18.133vw, 74.8px) !important;
  }
}

.u-mt-72 {
  margin-top: min(5.271vw, 79.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-72 {
    margin-top: min(19.2vw, 79.2px) !important;
  }
}

.u-mb-72 {
  margin-bottom: min(5.271vw, 79.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-72 {
    margin-bottom: min(19.2vw, 79.2px) !important;
  }
}

.u-ml-72 {
  margin-left: min(5.271vw, 79.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-72 {
    margin-left: min(19.2vw, 79.2px) !important;
  }
}

.u-mr-72 {
  margin-right: min(5.271vw, 79.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-72 {
    margin-right: min(19.2vw, 79.2px) !important;
  }
}

.u-mt-76 {
  margin-top: min(5.564vw, 83.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-76 {
    margin-top: min(20.267vw, 83.6px) !important;
  }
}

.u-mb-76 {
  margin-bottom: min(5.564vw, 83.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-76 {
    margin-bottom: min(20.267vw, 83.6px) !important;
  }
}

.u-ml-76 {
  margin-left: min(5.564vw, 83.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-76 {
    margin-left: min(20.267vw, 83.6px) !important;
  }
}

.u-mr-76 {
  margin-right: min(5.564vw, 83.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-76 {
    margin-right: min(20.267vw, 83.6px) !important;
  }
}

.u-mt-80 {
  margin-top: min(5.857vw, 88px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-80 {
    margin-top: min(21.333vw, 88px) !important;
  }
}

.u-mb-80 {
  margin-bottom: min(5.857vw, 88px) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-80 {
    margin-bottom: min(21.333vw, 88px) !important;
  }
}

.u-ml-80 {
  margin-left: min(5.857vw, 88px) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-80 {
    margin-left: min(21.333vw, 88px) !important;
  }
}

.u-mr-80 {
  margin-right: min(5.857vw, 88px) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-80 {
    margin-right: min(21.333vw, 88px) !important;
  }
}

@media screen and (max-width: 834px) {
  .u-m-md-0 {
    margin: 0 !important;
  }
  .u-m-md-auto {
    margin: auto !important;
  }
  .u-m-md-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .u-m-md-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-md-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .u-mt-md-0 {
    margin-top: min(0vw, 0px) !important;
  }
  .u-mb-md-0 {
    margin-bottom: min(0vw, 0px) !important;
  }
  .u-ml-md-0 {
    margin-left: min(0vw, 0px) !important;
  }
  .u-mr-md-0 {
    margin-right: min(0vw, 0px) !important;
  }
  .u-mt-md-4 {
    margin-top: min(1.067vw, 4.4px) !important;
  }
  .u-mb-md-4 {
    margin-bottom: min(1.067vw, 4.4px) !important;
  }
  .u-ml-md-4 {
    margin-left: min(1.067vw, 4.4px) !important;
  }
  .u-mr-md-4 {
    margin-right: min(1.067vw, 4.4px) !important;
  }
  .u-mt-md-8 {
    margin-top: min(2.133vw, 8.8px) !important;
  }
  .u-mb-md-8 {
    margin-bottom: min(2.133vw, 8.8px) !important;
  }
  .u-ml-md-8 {
    margin-left: min(2.133vw, 8.8px) !important;
  }
  .u-mr-md-8 {
    margin-right: min(2.133vw, 8.8px) !important;
  }
  .u-mt-md-12 {
    margin-top: min(3.2vw, 13.2px) !important;
  }
  .u-mb-md-12 {
    margin-bottom: min(3.2vw, 13.2px) !important;
  }
  .u-ml-md-12 {
    margin-left: min(3.2vw, 13.2px) !important;
  }
  .u-mr-md-12 {
    margin-right: min(3.2vw, 13.2px) !important;
  }
  .u-mt-md-16 {
    margin-top: min(4.267vw, 17.6px) !important;
  }
  .u-mb-md-16 {
    margin-bottom: min(4.267vw, 17.6px) !important;
  }
  .u-ml-md-16 {
    margin-left: min(4.267vw, 17.6px) !important;
  }
  .u-mr-md-16 {
    margin-right: min(4.267vw, 17.6px) !important;
  }
  .u-mt-md-20 {
    margin-top: min(5.333vw, 22px) !important;
  }
  .u-mb-md-20 {
    margin-bottom: min(5.333vw, 22px) !important;
  }
  .u-ml-md-20 {
    margin-left: min(5.333vw, 22px) !important;
  }
  .u-mr-md-20 {
    margin-right: min(5.333vw, 22px) !important;
  }
  .u-mt-md-24 {
    margin-top: min(6.4vw, 26.4px) !important;
  }
  .u-mb-md-24 {
    margin-bottom: min(6.4vw, 26.4px) !important;
  }
  .u-ml-md-24 {
    margin-left: min(6.4vw, 26.4px) !important;
  }
  .u-mr-md-24 {
    margin-right: min(6.4vw, 26.4px) !important;
  }
  .u-mt-md-28 {
    margin-top: min(7.467vw, 30.8px) !important;
  }
  .u-mb-md-28 {
    margin-bottom: min(7.467vw, 30.8px) !important;
  }
  .u-ml-md-28 {
    margin-left: min(7.467vw, 30.8px) !important;
  }
  .u-mr-md-28 {
    margin-right: min(7.467vw, 30.8px) !important;
  }
  .u-mt-md-32 {
    margin-top: min(8.533vw, 35.2px) !important;
  }
  .u-mb-md-32 {
    margin-bottom: min(8.533vw, 35.2px) !important;
  }
  .u-ml-md-32 {
    margin-left: min(8.533vw, 35.2px) !important;
  }
  .u-mr-md-32 {
    margin-right: min(8.533vw, 35.2px) !important;
  }
  .u-mt-md-36 {
    margin-top: min(9.6vw, 39.6px) !important;
  }
  .u-mb-md-36 {
    margin-bottom: min(9.6vw, 39.6px) !important;
  }
  .u-ml-md-36 {
    margin-left: min(9.6vw, 39.6px) !important;
  }
  .u-mr-md-36 {
    margin-right: min(9.6vw, 39.6px) !important;
  }
  .u-mt-md-40 {
    margin-top: min(10.667vw, 44px) !important;
  }
  .u-mb-md-40 {
    margin-bottom: min(10.667vw, 44px) !important;
  }
  .u-ml-md-40 {
    margin-left: min(10.667vw, 44px) !important;
  }
  .u-mr-md-40 {
    margin-right: min(10.667vw, 44px) !important;
  }
  .u-mt-md-44 {
    margin-top: min(11.733vw, 48.4px) !important;
  }
  .u-mb-md-44 {
    margin-bottom: min(11.733vw, 48.4px) !important;
  }
  .u-ml-md-44 {
    margin-left: min(11.733vw, 48.4px) !important;
  }
  .u-mr-md-44 {
    margin-right: min(11.733vw, 48.4px) !important;
  }
  .u-mt-md-48 {
    margin-top: min(12.8vw, 52.8px) !important;
  }
  .u-mb-md-48 {
    margin-bottom: min(12.8vw, 52.8px) !important;
  }
  .u-ml-md-48 {
    margin-left: min(12.8vw, 52.8px) !important;
  }
  .u-mr-md-48 {
    margin-right: min(12.8vw, 52.8px) !important;
  }
  .u-mt-md-52 {
    margin-top: min(13.867vw, 57.2px) !important;
  }
  .u-mb-md-52 {
    margin-bottom: min(13.867vw, 57.2px) !important;
  }
  .u-ml-md-52 {
    margin-left: min(13.867vw, 57.2px) !important;
  }
  .u-mr-md-52 {
    margin-right: min(13.867vw, 57.2px) !important;
  }
  .u-mt-md-56 {
    margin-top: min(14.933vw, 61.6px) !important;
  }
  .u-mb-md-56 {
    margin-bottom: min(14.933vw, 61.6px) !important;
  }
  .u-ml-md-56 {
    margin-left: min(14.933vw, 61.6px) !important;
  }
  .u-mr-md-56 {
    margin-right: min(14.933vw, 61.6px) !important;
  }
  .u-mt-md-60 {
    margin-top: min(16vw, 66px) !important;
  }
  .u-mb-md-60 {
    margin-bottom: min(16vw, 66px) !important;
  }
  .u-ml-md-60 {
    margin-left: min(16vw, 66px) !important;
  }
  .u-mr-md-60 {
    margin-right: min(16vw, 66px) !important;
  }
  .u-mt-md-64 {
    margin-top: min(17.067vw, 70.4px) !important;
  }
  .u-mb-md-64 {
    margin-bottom: min(17.067vw, 70.4px) !important;
  }
  .u-ml-md-64 {
    margin-left: min(17.067vw, 70.4px) !important;
  }
  .u-mr-md-64 {
    margin-right: min(17.067vw, 70.4px) !important;
  }
  .u-mt-md-68 {
    margin-top: min(18.133vw, 74.8px) !important;
  }
  .u-mb-md-68 {
    margin-bottom: min(18.133vw, 74.8px) !important;
  }
  .u-ml-md-68 {
    margin-left: min(18.133vw, 74.8px) !important;
  }
  .u-mr-md-68 {
    margin-right: min(18.133vw, 74.8px) !important;
  }
  .u-mt-md-72 {
    margin-top: min(19.2vw, 79.2px) !important;
  }
  .u-mb-md-72 {
    margin-bottom: min(19.2vw, 79.2px) !important;
  }
  .u-ml-md-72 {
    margin-left: min(19.2vw, 79.2px) !important;
  }
  .u-mr-md-72 {
    margin-right: min(19.2vw, 79.2px) !important;
  }
  .u-mt-md-76 {
    margin-top: min(20.267vw, 83.6px) !important;
  }
  .u-mb-md-76 {
    margin-bottom: min(20.267vw, 83.6px) !important;
  }
  .u-ml-md-76 {
    margin-left: min(20.267vw, 83.6px) !important;
  }
  .u-mr-md-76 {
    margin-right: min(20.267vw, 83.6px) !important;
  }
  .u-mt-md-80 {
    margin-top: min(21.333vw, 88px) !important;
  }
  .u-mb-md-80 {
    margin-bottom: min(21.333vw, 88px) !important;
  }
  .u-ml-md-80 {
    margin-left: min(21.333vw, 88px) !important;
  }
  .u-mr-md-80 {
    margin-right: min(21.333vw, 88px) !important;
  }
}
.u-pt-100 {
  padding-top: min(7.321vw, 110px);
}
.u-pt-120 {
  padding-top: min(8.785vw, 132px);
}
.u-pt-160 {
  padding-top: min(11.713vw, 176px);
}
.u-pt-200 {
  padding-top: min(14.641vw, 220px);
}
@media screen and (max-width: 834px) {
  .u-pt-100 {
    padding-top: min(26.667vw, 110px);
  }
  .u-pt-120 {
    padding-top: min(32vw, 132px);
  }
  .u-pt-160 {
    padding-top: min(42.667vw, 176px);
  }
  .u-pt-200 {
    padding-top: min(53.333vw, 220px);
  }
}

.u-pt-0 {
  padding-top: min(0vw, 0px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-0 {
    padding-top: min(0vw, 0px) !important;
  }
}

.u-pb-0 {
  padding-bottom: min(0vw, 0px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-0 {
    padding-bottom: min(0vw, 0px) !important;
  }
}

.u-pl-0 {
  padding-left: min(0vw, 0px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-0 {
    padding-left: min(0vw, 0px) !important;
  }
}

.u-pr-0 {
  padding-right: min(0vw, 0px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-0 {
    padding-right: min(0vw, 0px) !important;
  }
}

.u-pt-4 {
  padding-top: min(0.293vw, 4.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-4 {
    padding-top: min(1.067vw, 4.4px) !important;
  }
}

.u-pb-4 {
  padding-bottom: min(0.293vw, 4.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-4 {
    padding-bottom: min(1.067vw, 4.4px) !important;
  }
}

.u-pl-4 {
  padding-left: min(0.293vw, 4.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-4 {
    padding-left: min(1.067vw, 4.4px) !important;
  }
}

.u-pr-4 {
  padding-right: min(0.293vw, 4.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-4 {
    padding-right: min(1.067vw, 4.4px) !important;
  }
}

.u-pt-8 {
  padding-top: min(0.586vw, 8.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-8 {
    padding-top: min(2.133vw, 8.8px) !important;
  }
}

.u-pb-8 {
  padding-bottom: min(0.586vw, 8.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-8 {
    padding-bottom: min(2.133vw, 8.8px) !important;
  }
}

.u-pl-8 {
  padding-left: min(0.586vw, 8.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-8 {
    padding-left: min(2.133vw, 8.8px) !important;
  }
}

.u-pr-8 {
  padding-right: min(0.586vw, 8.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-8 {
    padding-right: min(2.133vw, 8.8px) !important;
  }
}

.u-pt-12 {
  padding-top: min(0.878vw, 13.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-12 {
    padding-top: min(3.2vw, 13.2px) !important;
  }
}

.u-pb-12 {
  padding-bottom: min(0.878vw, 13.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-12 {
    padding-bottom: min(3.2vw, 13.2px) !important;
  }
}

.u-pl-12 {
  padding-left: min(0.878vw, 13.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-12 {
    padding-left: min(3.2vw, 13.2px) !important;
  }
}

.u-pr-12 {
  padding-right: min(0.878vw, 13.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-12 {
    padding-right: min(3.2vw, 13.2px) !important;
  }
}

.u-pt-16 {
  padding-top: min(1.171vw, 17.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-16 {
    padding-top: min(4.267vw, 17.6px) !important;
  }
}

.u-pb-16 {
  padding-bottom: min(1.171vw, 17.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-16 {
    padding-bottom: min(4.267vw, 17.6px) !important;
  }
}

.u-pl-16 {
  padding-left: min(1.171vw, 17.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-16 {
    padding-left: min(4.267vw, 17.6px) !important;
  }
}

.u-pr-16 {
  padding-right: min(1.171vw, 17.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-16 {
    padding-right: min(4.267vw, 17.6px) !important;
  }
}

.u-pt-20 {
  padding-top: min(1.464vw, 22px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-20 {
    padding-top: min(5.333vw, 22px) !important;
  }
}

.u-pb-20 {
  padding-bottom: min(1.464vw, 22px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-20 {
    padding-bottom: min(5.333vw, 22px) !important;
  }
}

.u-pl-20 {
  padding-left: min(1.464vw, 22px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-20 {
    padding-left: min(5.333vw, 22px) !important;
  }
}

.u-pr-20 {
  padding-right: min(1.464vw, 22px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-20 {
    padding-right: min(5.333vw, 22px) !important;
  }
}

.u-pt-24 {
  padding-top: min(1.757vw, 26.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-24 {
    padding-top: min(6.4vw, 26.4px) !important;
  }
}

.u-pb-24 {
  padding-bottom: min(1.757vw, 26.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-24 {
    padding-bottom: min(6.4vw, 26.4px) !important;
  }
}

.u-pl-24 {
  padding-left: min(1.757vw, 26.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-24 {
    padding-left: min(6.4vw, 26.4px) !important;
  }
}

.u-pr-24 {
  padding-right: min(1.757vw, 26.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-24 {
    padding-right: min(6.4vw, 26.4px) !important;
  }
}

.u-pt-28 {
  padding-top: min(2.05vw, 30.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-28 {
    padding-top: min(7.467vw, 30.8px) !important;
  }
}

.u-pb-28 {
  padding-bottom: min(2.05vw, 30.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-28 {
    padding-bottom: min(7.467vw, 30.8px) !important;
  }
}

.u-pl-28 {
  padding-left: min(2.05vw, 30.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-28 {
    padding-left: min(7.467vw, 30.8px) !important;
  }
}

.u-pr-28 {
  padding-right: min(2.05vw, 30.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-28 {
    padding-right: min(7.467vw, 30.8px) !important;
  }
}

.u-pt-32 {
  padding-top: min(2.343vw, 35.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-32 {
    padding-top: min(8.533vw, 35.2px) !important;
  }
}

.u-pb-32 {
  padding-bottom: min(2.343vw, 35.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-32 {
    padding-bottom: min(8.533vw, 35.2px) !important;
  }
}

.u-pl-32 {
  padding-left: min(2.343vw, 35.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-32 {
    padding-left: min(8.533vw, 35.2px) !important;
  }
}

.u-pr-32 {
  padding-right: min(2.343vw, 35.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-32 {
    padding-right: min(8.533vw, 35.2px) !important;
  }
}

.u-pt-36 {
  padding-top: min(2.635vw, 39.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-36 {
    padding-top: min(9.6vw, 39.6px) !important;
  }
}

.u-pb-36 {
  padding-bottom: min(2.635vw, 39.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-36 {
    padding-bottom: min(9.6vw, 39.6px) !important;
  }
}

.u-pl-36 {
  padding-left: min(2.635vw, 39.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-36 {
    padding-left: min(9.6vw, 39.6px) !important;
  }
}

.u-pr-36 {
  padding-right: min(2.635vw, 39.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-36 {
    padding-right: min(9.6vw, 39.6px) !important;
  }
}

.u-pt-40 {
  padding-top: min(2.928vw, 44px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-40 {
    padding-top: min(10.667vw, 44px) !important;
  }
}

.u-pb-40 {
  padding-bottom: min(2.928vw, 44px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-40 {
    padding-bottom: min(10.667vw, 44px) !important;
  }
}

.u-pl-40 {
  padding-left: min(2.928vw, 44px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-40 {
    padding-left: min(10.667vw, 44px) !important;
  }
}

.u-pr-40 {
  padding-right: min(2.928vw, 44px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-40 {
    padding-right: min(10.667vw, 44px) !important;
  }
}

.u-pt-44 {
  padding-top: min(3.221vw, 48.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-44 {
    padding-top: min(11.733vw, 48.4px) !important;
  }
}

.u-pb-44 {
  padding-bottom: min(3.221vw, 48.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-44 {
    padding-bottom: min(11.733vw, 48.4px) !important;
  }
}

.u-pl-44 {
  padding-left: min(3.221vw, 48.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-44 {
    padding-left: min(11.733vw, 48.4px) !important;
  }
}

.u-pr-44 {
  padding-right: min(3.221vw, 48.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-44 {
    padding-right: min(11.733vw, 48.4px) !important;
  }
}

.u-pt-48 {
  padding-top: min(3.514vw, 52.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-48 {
    padding-top: min(12.8vw, 52.8px) !important;
  }
}

.u-pb-48 {
  padding-bottom: min(3.514vw, 52.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-48 {
    padding-bottom: min(12.8vw, 52.8px) !important;
  }
}

.u-pl-48 {
  padding-left: min(3.514vw, 52.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-48 {
    padding-left: min(12.8vw, 52.8px) !important;
  }
}

.u-pr-48 {
  padding-right: min(3.514vw, 52.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-48 {
    padding-right: min(12.8vw, 52.8px) !important;
  }
}

.u-pt-52 {
  padding-top: min(3.807vw, 57.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-52 {
    padding-top: min(13.867vw, 57.2px) !important;
  }
}

.u-pb-52 {
  padding-bottom: min(3.807vw, 57.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-52 {
    padding-bottom: min(13.867vw, 57.2px) !important;
  }
}

.u-pl-52 {
  padding-left: min(3.807vw, 57.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-52 {
    padding-left: min(13.867vw, 57.2px) !important;
  }
}

.u-pr-52 {
  padding-right: min(3.807vw, 57.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-52 {
    padding-right: min(13.867vw, 57.2px) !important;
  }
}

.u-pt-56 {
  padding-top: min(4.1vw, 61.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-56 {
    padding-top: min(14.933vw, 61.6px) !important;
  }
}

.u-pb-56 {
  padding-bottom: min(4.1vw, 61.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-56 {
    padding-bottom: min(14.933vw, 61.6px) !important;
  }
}

.u-pl-56 {
  padding-left: min(4.1vw, 61.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-56 {
    padding-left: min(14.933vw, 61.6px) !important;
  }
}

.u-pr-56 {
  padding-right: min(4.1vw, 61.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-56 {
    padding-right: min(14.933vw, 61.6px) !important;
  }
}

.u-pt-60 {
  padding-top: min(4.392vw, 66px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-60 {
    padding-top: min(16vw, 66px) !important;
  }
}

.u-pb-60 {
  padding-bottom: min(4.392vw, 66px) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-60 {
    padding-bottom: min(16vw, 66px) !important;
  }
}

.u-pl-60 {
  padding-left: min(4.392vw, 66px) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-60 {
    padding-left: min(16vw, 66px) !important;
  }
}

.u-pr-60 {
  padding-right: min(4.392vw, 66px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-60 {
    padding-right: min(16vw, 66px) !important;
  }
}

@media screen and (max-width: 834px) {
  .u-pt-pr-0 {
    padding-top: min(0vw, 0px) !important;
  }
  .u-pb-pr-0 {
    padding-bottom: min(0vw, 0px) !important;
  }
  .u-pl-pr-0 {
    padding-left: min(0vw, 0px) !important;
  }
  .u-pr-pr-0 {
    padding-right: min(0vw, 0px) !important;
  }
  .u-pt-pr-4 {
    padding-top: min(1.067vw, 4.4px) !important;
  }
  .u-pb-pr-4 {
    padding-bottom: min(1.067vw, 4.4px) !important;
  }
  .u-pl-pr-4 {
    padding-left: min(1.067vw, 4.4px) !important;
  }
  .u-pr-pr-4 {
    padding-right: min(1.067vw, 4.4px) !important;
  }
  .u-pt-pr-8 {
    padding-top: min(2.133vw, 8.8px) !important;
  }
  .u-pb-pr-8 {
    padding-bottom: min(2.133vw, 8.8px) !important;
  }
  .u-pl-pr-8 {
    padding-left: min(2.133vw, 8.8px) !important;
  }
  .u-pr-pr-8 {
    padding-right: min(2.133vw, 8.8px) !important;
  }
  .u-pt-pr-12 {
    padding-top: min(3.2vw, 13.2px) !important;
  }
  .u-pb-pr-12 {
    padding-bottom: min(3.2vw, 13.2px) !important;
  }
  .u-pl-pr-12 {
    padding-left: min(3.2vw, 13.2px) !important;
  }
  .u-pr-pr-12 {
    padding-right: min(3.2vw, 13.2px) !important;
  }
  .u-pt-pr-16 {
    padding-top: min(4.267vw, 17.6px) !important;
  }
  .u-pb-pr-16 {
    padding-bottom: min(4.267vw, 17.6px) !important;
  }
  .u-pl-pr-16 {
    padding-left: min(4.267vw, 17.6px) !important;
  }
  .u-pr-pr-16 {
    padding-right: min(4.267vw, 17.6px) !important;
  }
  .u-pt-pr-20 {
    padding-top: min(5.333vw, 22px) !important;
  }
  .u-pb-pr-20 {
    padding-bottom: min(5.333vw, 22px) !important;
  }
  .u-pl-pr-20 {
    padding-left: min(5.333vw, 22px) !important;
  }
  .u-pr-pr-20 {
    padding-right: min(5.333vw, 22px) !important;
  }
  .u-pt-pr-24 {
    padding-top: min(6.4vw, 26.4px) !important;
  }
  .u-pb-pr-24 {
    padding-bottom: min(6.4vw, 26.4px) !important;
  }
  .u-pl-pr-24 {
    padding-left: min(6.4vw, 26.4px) !important;
  }
  .u-pr-pr-24 {
    padding-right: min(6.4vw, 26.4px) !important;
  }
  .u-pt-pr-28 {
    padding-top: min(7.467vw, 30.8px) !important;
  }
  .u-pb-pr-28 {
    padding-bottom: min(7.467vw, 30.8px) !important;
  }
  .u-pl-pr-28 {
    padding-left: min(7.467vw, 30.8px) !important;
  }
  .u-pr-pr-28 {
    padding-right: min(7.467vw, 30.8px) !important;
  }
  .u-pt-pr-32 {
    padding-top: min(8.533vw, 35.2px) !important;
  }
  .u-pb-pr-32 {
    padding-bottom: min(8.533vw, 35.2px) !important;
  }
  .u-pl-pr-32 {
    padding-left: min(8.533vw, 35.2px) !important;
  }
  .u-pr-pr-32 {
    padding-right: min(8.533vw, 35.2px) !important;
  }
  .u-pt-pr-36 {
    padding-top: min(9.6vw, 39.6px) !important;
  }
  .u-pb-pr-36 {
    padding-bottom: min(9.6vw, 39.6px) !important;
  }
  .u-pl-pr-36 {
    padding-left: min(9.6vw, 39.6px) !important;
  }
  .u-pr-pr-36 {
    padding-right: min(9.6vw, 39.6px) !important;
  }
  .u-pt-pr-40 {
    padding-top: min(10.667vw, 44px) !important;
  }
  .u-pb-pr-40 {
    padding-bottom: min(10.667vw, 44px) !important;
  }
  .u-pl-pr-40 {
    padding-left: min(10.667vw, 44px) !important;
  }
  .u-pr-pr-40 {
    padding-right: min(10.667vw, 44px) !important;
  }
  .u-pt-pr-44 {
    padding-top: min(11.733vw, 48.4px) !important;
  }
  .u-pb-pr-44 {
    padding-bottom: min(11.733vw, 48.4px) !important;
  }
  .u-pl-pr-44 {
    padding-left: min(11.733vw, 48.4px) !important;
  }
  .u-pr-pr-44 {
    padding-right: min(11.733vw, 48.4px) !important;
  }
  .u-pt-pr-48 {
    padding-top: min(12.8vw, 52.8px) !important;
  }
  .u-pb-pr-48 {
    padding-bottom: min(12.8vw, 52.8px) !important;
  }
  .u-pl-pr-48 {
    padding-left: min(12.8vw, 52.8px) !important;
  }
  .u-pr-pr-48 {
    padding-right: min(12.8vw, 52.8px) !important;
  }
  .u-pt-pr-52 {
    padding-top: min(13.867vw, 57.2px) !important;
  }
  .u-pb-pr-52 {
    padding-bottom: min(13.867vw, 57.2px) !important;
  }
  .u-pl-pr-52 {
    padding-left: min(13.867vw, 57.2px) !important;
  }
  .u-pr-pr-52 {
    padding-right: min(13.867vw, 57.2px) !important;
  }
  .u-pt-pr-56 {
    padding-top: min(14.933vw, 61.6px) !important;
  }
  .u-pb-pr-56 {
    padding-bottom: min(14.933vw, 61.6px) !important;
  }
  .u-pl-pr-56 {
    padding-left: min(14.933vw, 61.6px) !important;
  }
  .u-pr-pr-56 {
    padding-right: min(14.933vw, 61.6px) !important;
  }
  .u-pt-pr-60 {
    padding-top: min(16vw, 66px) !important;
  }
  .u-pb-pr-60 {
    padding-bottom: min(16vw, 66px) !important;
  }
  .u-pl-pr-60 {
    padding-left: min(16vw, 66px) !important;
  }
  .u-pr-pr-60 {
    padding-right: min(16vw, 66px) !important;
  }
}
.u-text--bold {
  font-weight: 700 !important;
}
.u-text--normal {
  font-weight: 500 !important;
  font-size: clamp(15.3px, 1.318vw, 19.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--normal {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size--lg {
  font-size: clamp(20.4px, 1.757vw, 26.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--lg {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size--md {
  font-size: clamp(13.6px, 1.171vw, 17.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--md {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size--sm {
  font-size: clamp(11.9px, 1.025vw, 15.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--sm {
    font-size: clamp(11.9px, 3.733vw, 15.4px) !important;
  }
}
.u-text--size--xsm {
  font-size: clamp(10.2px, 0.878vw, 13.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--xsm {
    font-size: clamp(10.2px, 3.2vw, 13.2px) !important;
  }
}
.u-text--center {
  text-align: center !important;
}

.u-textlink {
  display: inline-block;
  position: relative;
}
.u-textlink.--arrow {
  padding-left: min(1.757vw, 26.4px);
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .u-textlink.--arrow {
    padding-left: min(6.4vw, 26.4px);
  }
}
.u-textlink.--arrow i:first-child {
  margin-right: 0.5em;
  margin-left: 0;
}

p a[href$=".pdf"]::after,
p a[target=_blank]::after {
  display: inline-block;
  margin: 0 0.25em;
  font-weight: 600;
  font-size: inherit;
  font-family: "Font Awesome 6 Pro";
}
p a[href$=".pdf"]::after {
  content: "\f1c1";
}
p a[target=_blank]::after {
  content: "\f08e";
}

.u-wid-10 {
  width: min(0.732vw, 11px) !important;
  min-width: min(0.732vw, 11px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-10 {
    width: min(2.667vw, 11px) !important;
    min-width: min(2.667vw, 11px) !important;
  }
}

.u-wid-20 {
  width: min(1.464vw, 22px) !important;
  min-width: min(1.464vw, 22px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-20 {
    width: min(5.333vw, 22px) !important;
    min-width: min(5.333vw, 22px) !important;
  }
}

.u-wid-30 {
  width: min(2.196vw, 33px) !important;
  min-width: min(2.196vw, 33px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-30 {
    width: min(8vw, 33px) !important;
    min-width: min(8vw, 33px) !important;
  }
}

.u-wid-40 {
  width: min(2.928vw, 44px) !important;
  min-width: min(2.928vw, 44px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-40 {
    width: min(10.667vw, 44px) !important;
    min-width: min(10.667vw, 44px) !important;
  }
}

.u-wid-50 {
  width: min(3.66vw, 55px) !important;
  min-width: min(3.66vw, 55px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-50 {
    width: min(13.333vw, 55px) !important;
    min-width: min(13.333vw, 55px) !important;
  }
}

.u-wid-60 {
  width: min(4.392vw, 66px) !important;
  min-width: min(4.392vw, 66px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-60 {
    width: min(16vw, 66px) !important;
    min-width: min(16vw, 66px) !important;
  }
}

.u-wid-70 {
  width: min(5.124vw, 77px) !important;
  min-width: min(5.124vw, 77px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-70 {
    width: min(18.667vw, 77px) !important;
    min-width: min(18.667vw, 77px) !important;
  }
}

.u-wid-80 {
  width: min(5.857vw, 88px) !important;
  min-width: min(5.857vw, 88px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-80 {
    width: min(21.333vw, 88px) !important;
    min-width: min(21.333vw, 88px) !important;
  }
}

.u-wid-90 {
  width: min(6.589vw, 99px) !important;
  min-width: min(6.589vw, 99px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-90 {
    width: min(24vw, 99px) !important;
    min-width: min(24vw, 99px) !important;
  }
}

.u-wid-100 {
  width: min(7.321vw, 110px) !important;
  min-width: min(7.321vw, 110px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-100 {
    width: min(26.667vw, 110px) !important;
    min-width: min(26.667vw, 110px) !important;
  }
}

.u-wid-110 {
  width: min(8.053vw, 121px) !important;
  min-width: min(8.053vw, 121px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-110 {
    width: min(29.333vw, 121px) !important;
    min-width: min(29.333vw, 121px) !important;
  }
}

.u-wid-120 {
  width: min(8.785vw, 132px) !important;
  min-width: min(8.785vw, 132px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-120 {
    width: min(32vw, 132px) !important;
    min-width: min(32vw, 132px) !important;
  }
}

.u-wid-130 {
  width: min(9.517vw, 143px) !important;
  min-width: min(9.517vw, 143px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-130 {
    width: min(34.667vw, 143px) !important;
    min-width: min(34.667vw, 143px) !important;
  }
}

.u-wid-140 {
  width: min(10.249vw, 154px) !important;
  min-width: min(10.249vw, 154px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-140 {
    width: min(37.333vw, 154px) !important;
    min-width: min(37.333vw, 154px) !important;
  }
}

.u-wid-150 {
  width: min(10.981vw, 165px) !important;
  min-width: min(10.981vw, 165px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-150 {
    width: min(40vw, 165px) !important;
    min-width: min(40vw, 165px) !important;
  }
}

.u-wid-160 {
  width: min(11.713vw, 176px) !important;
  min-width: min(11.713vw, 176px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-160 {
    width: min(42.667vw, 176px) !important;
    min-width: min(42.667vw, 176px) !important;
  }
}

.u-wid-170 {
  width: min(12.445vw, 187px) !important;
  min-width: min(12.445vw, 187px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-170 {
    width: min(45.333vw, 187px) !important;
    min-width: min(45.333vw, 187px) !important;
  }
}

.u-wid-180 {
  width: min(13.177vw, 198px) !important;
  min-width: min(13.177vw, 198px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-180 {
    width: min(48vw, 198px) !important;
    min-width: min(48vw, 198px) !important;
  }
}

.u-wid-190 {
  width: min(13.909vw, 209px) !important;
  min-width: min(13.909vw, 209px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-190 {
    width: min(50.667vw, 209px) !important;
    min-width: min(50.667vw, 209px) !important;
  }
}

.u-wid-200 {
  width: min(14.641vw, 220px) !important;
  min-width: min(14.641vw, 220px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-200 {
    width: min(53.333vw, 220px) !important;
    min-width: min(53.333vw, 220px) !important;
  }
}

.u-wid-210 {
  width: min(15.373vw, 231px) !important;
  min-width: min(15.373vw, 231px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-210 {
    width: min(56vw, 231px) !important;
    min-width: min(56vw, 231px) !important;
  }
}

.u-wid-220 {
  width: min(16.105vw, 242px) !important;
  min-width: min(16.105vw, 242px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-220 {
    width: min(58.667vw, 242px) !important;
    min-width: min(58.667vw, 242px) !important;
  }
}

.u-wid-230 {
  width: min(16.837vw, 253px) !important;
  min-width: min(16.837vw, 253px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-230 {
    width: min(61.333vw, 253px) !important;
    min-width: min(61.333vw, 253px) !important;
  }
}

.u-wid-240 {
  width: min(17.57vw, 264px) !important;
  min-width: min(17.57vw, 264px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-240 {
    width: min(64vw, 264px) !important;
    min-width: min(64vw, 264px) !important;
  }
}

.u-wid-250 {
  width: min(18.302vw, 275px) !important;
  min-width: min(18.302vw, 275px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-250 {
    width: min(66.667vw, 275px) !important;
    min-width: min(66.667vw, 275px) !important;
  }
}

.u-wid-260 {
  width: min(19.034vw, 286px) !important;
  min-width: min(19.034vw, 286px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-260 {
    width: min(69.333vw, 286px) !important;
    min-width: min(69.333vw, 286px) !important;
  }
}

.u-wid-270 {
  width: min(19.766vw, 297px) !important;
  min-width: min(19.766vw, 297px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-270 {
    width: min(72vw, 297px) !important;
    min-width: min(72vw, 297px) !important;
  }
}

.u-wid-280 {
  width: min(20.498vw, 308px) !important;
  min-width: min(20.498vw, 308px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-280 {
    width: min(74.667vw, 308px) !important;
    min-width: min(74.667vw, 308px) !important;
  }
}

.u-wid-290 {
  width: min(21.23vw, 319px) !important;
  min-width: min(21.23vw, 319px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-290 {
    width: min(77.333vw, 319px) !important;
    min-width: min(77.333vw, 319px) !important;
  }
}

.u-wid-300 {
  width: min(21.962vw, 330px) !important;
  min-width: min(21.962vw, 330px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-300 {
    width: min(80vw, 330px) !important;
    min-width: min(80vw, 330px) !important;
  }
}

.u-wid-310 {
  width: min(22.694vw, 341px) !important;
  min-width: min(22.694vw, 341px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-310 {
    width: min(82.667vw, 341px) !important;
    min-width: min(82.667vw, 341px) !important;
  }
}

.u-wid-320 {
  width: min(23.426vw, 352px) !important;
  min-width: min(23.426vw, 352px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-320 {
    width: min(85.333vw, 352px) !important;
    min-width: min(85.333vw, 352px) !important;
  }
}

.u-wid-330 {
  width: min(24.158vw, 363px) !important;
  min-width: min(24.158vw, 363px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-330 {
    width: min(88vw, 363px) !important;
    min-width: min(88vw, 363px) !important;
  }
}

.u-wid-340 {
  width: min(24.89vw, 374px) !important;
  min-width: min(24.89vw, 374px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-340 {
    width: min(90.667vw, 374px) !important;
    min-width: min(90.667vw, 374px) !important;
  }
}

.u-wid-350 {
  width: min(25.622vw, 385px) !important;
  min-width: min(25.622vw, 385px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-350 {
    width: min(93.333vw, 385px) !important;
    min-width: min(93.333vw, 385px) !important;
  }
}

.u-wid-360 {
  width: min(26.354vw, 396px) !important;
  min-width: min(26.354vw, 396px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-360 {
    width: min(96vw, 396px) !important;
    min-width: min(96vw, 396px) !important;
  }
}

.u-wid-370 {
  width: min(27.086vw, 407px) !important;
  min-width: min(27.086vw, 407px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-370 {
    width: min(98.667vw, 407px) !important;
    min-width: min(98.667vw, 407px) !important;
  }
}

.u-wid-380 {
  width: min(27.818vw, 418px) !important;
  min-width: min(27.818vw, 418px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-380 {
    width: min(101.333vw, 418px) !important;
    min-width: min(101.333vw, 418px) !important;
  }
}

.u-wid-390 {
  width: min(28.551vw, 429px) !important;
  min-width: min(28.551vw, 429px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-390 {
    width: min(104vw, 429px) !important;
    min-width: min(104vw, 429px) !important;
  }
}

.u-wid-400 {
  width: min(29.283vw, 440px) !important;
  min-width: min(29.283vw, 440px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-400 {
    width: min(106.667vw, 440px) !important;
    min-width: min(106.667vw, 440px) !important;
  }
}

.u-wid-410 {
  width: min(30.015vw, 451px) !important;
  min-width: min(30.015vw, 451px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-410 {
    width: min(109.333vw, 451px) !important;
    min-width: min(109.333vw, 451px) !important;
  }
}

.u-wid-420 {
  width: min(30.747vw, 462px) !important;
  min-width: min(30.747vw, 462px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-420 {
    width: min(112vw, 462px) !important;
    min-width: min(112vw, 462px) !important;
  }
}

.u-wid-430 {
  width: min(31.479vw, 473px) !important;
  min-width: min(31.479vw, 473px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-430 {
    width: min(114.667vw, 473px) !important;
    min-width: min(114.667vw, 473px) !important;
  }
}

.u-wid-440 {
  width: min(32.211vw, 484px) !important;
  min-width: min(32.211vw, 484px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-440 {
    width: min(117.333vw, 484px) !important;
    min-width: min(117.333vw, 484px) !important;
  }
}

.u-wid-450 {
  width: min(32.943vw, 495px) !important;
  min-width: min(32.943vw, 495px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-450 {
    width: min(120vw, 495px) !important;
    min-width: min(120vw, 495px) !important;
  }
}

.u-wid-460 {
  width: min(33.675vw, 506px) !important;
  min-width: min(33.675vw, 506px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-460 {
    width: min(122.667vw, 506px) !important;
    min-width: min(122.667vw, 506px) !important;
  }
}

.u-wid-470 {
  width: min(34.407vw, 517px) !important;
  min-width: min(34.407vw, 517px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-470 {
    width: min(125.333vw, 517px) !important;
    min-width: min(125.333vw, 517px) !important;
  }
}

.u-wid-480 {
  width: min(35.139vw, 528px) !important;
  min-width: min(35.139vw, 528px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-480 {
    width: min(128vw, 528px) !important;
    min-width: min(128vw, 528px) !important;
  }
}

.u-wid-490 {
  width: min(35.871vw, 539px) !important;
  min-width: min(35.871vw, 539px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-490 {
    width: min(130.667vw, 539px) !important;
    min-width: min(130.667vw, 539px) !important;
  }
}

.u-wid-500 {
  width: min(36.603vw, 550px) !important;
  min-width: min(36.603vw, 550px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-500 {
    width: min(133.333vw, 550px) !important;
    min-width: min(133.333vw, 550px) !important;
  }
}

.u-wid-510 {
  width: min(37.335vw, 561px) !important;
  min-width: min(37.335vw, 561px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-510 {
    width: min(136vw, 561px) !important;
    min-width: min(136vw, 561px) !important;
  }
}

.u-wid-520 {
  width: min(38.067vw, 572px) !important;
  min-width: min(38.067vw, 572px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-520 {
    width: min(138.667vw, 572px) !important;
    min-width: min(138.667vw, 572px) !important;
  }
}

.u-wid-530 {
  width: min(38.799vw, 583px) !important;
  min-width: min(38.799vw, 583px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-530 {
    width: min(141.333vw, 583px) !important;
    min-width: min(141.333vw, 583px) !important;
  }
}

.u-wid-540 {
  width: min(39.531vw, 594px) !important;
  min-width: min(39.531vw, 594px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-540 {
    width: min(144vw, 594px) !important;
    min-width: min(144vw, 594px) !important;
  }
}

.u-wid-550 {
  width: min(40.264vw, 605px) !important;
  min-width: min(40.264vw, 605px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-550 {
    width: min(146.667vw, 605px) !important;
    min-width: min(146.667vw, 605px) !important;
  }
}

.u-wid-560 {
  width: min(40.996vw, 616px) !important;
  min-width: min(40.996vw, 616px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-560 {
    width: min(149.333vw, 616px) !important;
    min-width: min(149.333vw, 616px) !important;
  }
}

.u-wid-570 {
  width: min(41.728vw, 627px) !important;
  min-width: min(41.728vw, 627px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-570 {
    width: min(152vw, 627px) !important;
    min-width: min(152vw, 627px) !important;
  }
}

.u-wid-580 {
  width: min(42.46vw, 638px) !important;
  min-width: min(42.46vw, 638px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-580 {
    width: min(154.667vw, 638px) !important;
    min-width: min(154.667vw, 638px) !important;
  }
}

.u-wid-590 {
  width: min(43.192vw, 649px) !important;
  min-width: min(43.192vw, 649px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-590 {
    width: min(157.333vw, 649px) !important;
    min-width: min(157.333vw, 649px) !important;
  }
}

.u-wid-600 {
  width: min(43.924vw, 660px) !important;
  min-width: min(43.924vw, 660px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-600 {
    width: min(160vw, 660px) !important;
    min-width: min(160vw, 660px) !important;
  }
}

.u-wid-610 {
  width: min(44.656vw, 671px) !important;
  min-width: min(44.656vw, 671px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-610 {
    width: min(162.667vw, 671px) !important;
    min-width: min(162.667vw, 671px) !important;
  }
}

.u-wid-620 {
  width: min(45.388vw, 682px) !important;
  min-width: min(45.388vw, 682px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-620 {
    width: min(165.333vw, 682px) !important;
    min-width: min(165.333vw, 682px) !important;
  }
}

.u-wid-630 {
  width: min(46.12vw, 693px) !important;
  min-width: min(46.12vw, 693px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-630 {
    width: min(168vw, 693px) !important;
    min-width: min(168vw, 693px) !important;
  }
}

.u-wid-640 {
  width: min(46.852vw, 704px) !important;
  min-width: min(46.852vw, 704px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-640 {
    width: min(170.667vw, 704px) !important;
    min-width: min(170.667vw, 704px) !important;
  }
}

.u-wid-650 {
  width: min(47.584vw, 715px) !important;
  min-width: min(47.584vw, 715px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-650 {
    width: min(173.333vw, 715px) !important;
    min-width: min(173.333vw, 715px) !important;
  }
}

.u-wid-660 {
  width: min(48.316vw, 726px) !important;
  min-width: min(48.316vw, 726px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-660 {
    width: min(176vw, 726px) !important;
    min-width: min(176vw, 726px) !important;
  }
}

.u-wid-670 {
  width: min(49.048vw, 737px) !important;
  min-width: min(49.048vw, 737px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-670 {
    width: min(178.667vw, 737px) !important;
    min-width: min(178.667vw, 737px) !important;
  }
}

.u-wid-680 {
  width: min(49.78vw, 748px) !important;
  min-width: min(49.78vw, 748px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-680 {
    width: min(181.333vw, 748px) !important;
    min-width: min(181.333vw, 748px) !important;
  }
}

.u-wid-690 {
  width: min(50.512vw, 759px) !important;
  min-width: min(50.512vw, 759px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-690 {
    width: min(184vw, 759px) !important;
    min-width: min(184vw, 759px) !important;
  }
}

.u-wid-700 {
  width: min(51.245vw, 770px) !important;
  min-width: min(51.245vw, 770px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-700 {
    width: min(186.667vw, 770px) !important;
    min-width: min(186.667vw, 770px) !important;
  }
}

.u-wid-710 {
  width: min(51.977vw, 781px) !important;
  min-width: min(51.977vw, 781px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-710 {
    width: min(189.333vw, 781px) !important;
    min-width: min(189.333vw, 781px) !important;
  }
}

.u-wid-720 {
  width: min(52.709vw, 792px) !important;
  min-width: min(52.709vw, 792px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-720 {
    width: min(192vw, 792px) !important;
    min-width: min(192vw, 792px) !important;
  }
}

.u-wid-730 {
  width: min(53.441vw, 803px) !important;
  min-width: min(53.441vw, 803px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-730 {
    width: min(194.667vw, 803px) !important;
    min-width: min(194.667vw, 803px) !important;
  }
}

.u-wid-740 {
  width: min(54.173vw, 814px) !important;
  min-width: min(54.173vw, 814px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-740 {
    width: min(197.333vw, 814px) !important;
    min-width: min(197.333vw, 814px) !important;
  }
}

.u-wid-750 {
  width: min(54.905vw, 825px) !important;
  min-width: min(54.905vw, 825px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-750 {
    width: min(200vw, 825px) !important;
    min-width: min(200vw, 825px) !important;
  }
}

.u-wid-760 {
  width: min(55.637vw, 836px) !important;
  min-width: min(55.637vw, 836px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-760 {
    width: min(202.667vw, 836px) !important;
    min-width: min(202.667vw, 836px) !important;
  }
}

.u-wid-770 {
  width: min(56.369vw, 847px) !important;
  min-width: min(56.369vw, 847px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-770 {
    width: min(205.333vw, 847px) !important;
    min-width: min(205.333vw, 847px) !important;
  }
}

.u-wid-780 {
  width: min(57.101vw, 858px) !important;
  min-width: min(57.101vw, 858px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-780 {
    width: min(208vw, 858px) !important;
    min-width: min(208vw, 858px) !important;
  }
}

.u-wid-790 {
  width: min(57.833vw, 869px) !important;
  min-width: min(57.833vw, 869px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-790 {
    width: min(210.667vw, 869px) !important;
    min-width: min(210.667vw, 869px) !important;
  }
}

.u-wid-800 {
  width: min(58.565vw, 880px) !important;
  min-width: min(58.565vw, 880px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-800 {
    width: min(213.333vw, 880px) !important;
    min-width: min(213.333vw, 880px) !important;
  }
}

.u-wid-810 {
  width: min(59.297vw, 891px) !important;
  min-width: min(59.297vw, 891px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-810 {
    width: min(216vw, 891px) !important;
    min-width: min(216vw, 891px) !important;
  }
}

.u-wid-820 {
  width: min(60.029vw, 902px) !important;
  min-width: min(60.029vw, 902px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-820 {
    width: min(218.667vw, 902px) !important;
    min-width: min(218.667vw, 902px) !important;
  }
}

.u-wid-830 {
  width: min(60.761vw, 913px) !important;
  min-width: min(60.761vw, 913px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-830 {
    width: min(221.333vw, 913px) !important;
    min-width: min(221.333vw, 913px) !important;
  }
}

.u-wid-840 {
  width: min(61.493vw, 924px) !important;
  min-width: min(61.493vw, 924px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-840 {
    width: min(224vw, 924px) !important;
    min-width: min(224vw, 924px) !important;
  }
}

.u-wid-850 {
  width: min(62.225vw, 935px) !important;
  min-width: min(62.225vw, 935px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-850 {
    width: min(226.667vw, 935px) !important;
    min-width: min(226.667vw, 935px) !important;
  }
}

.u-wid-860 {
  width: min(62.958vw, 946px) !important;
  min-width: min(62.958vw, 946px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-860 {
    width: min(229.333vw, 946px) !important;
    min-width: min(229.333vw, 946px) !important;
  }
}

.u-wid-870 {
  width: min(63.69vw, 957px) !important;
  min-width: min(63.69vw, 957px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-870 {
    width: min(232vw, 957px) !important;
    min-width: min(232vw, 957px) !important;
  }
}

.u-wid-880 {
  width: min(64.422vw, 968px) !important;
  min-width: min(64.422vw, 968px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-880 {
    width: min(234.667vw, 968px) !important;
    min-width: min(234.667vw, 968px) !important;
  }
}

.u-wid-890 {
  width: min(65.154vw, 979px) !important;
  min-width: min(65.154vw, 979px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-890 {
    width: min(237.333vw, 979px) !important;
    min-width: min(237.333vw, 979px) !important;
  }
}

.u-wid-900 {
  width: min(65.886vw, 990px) !important;
  min-width: min(65.886vw, 990px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-900 {
    width: min(240vw, 990px) !important;
    min-width: min(240vw, 990px) !important;
  }
}

.u-wid-910 {
  width: min(66.618vw, 1001px) !important;
  min-width: min(66.618vw, 1001px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-910 {
    width: min(242.667vw, 1001px) !important;
    min-width: min(242.667vw, 1001px) !important;
  }
}

.u-wid-920 {
  width: min(67.35vw, 1012px) !important;
  min-width: min(67.35vw, 1012px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-920 {
    width: min(245.333vw, 1012px) !important;
    min-width: min(245.333vw, 1012px) !important;
  }
}

.u-wid-930 {
  width: min(68.082vw, 1023px) !important;
  min-width: min(68.082vw, 1023px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-930 {
    width: min(248vw, 1023px) !important;
    min-width: min(248vw, 1023px) !important;
  }
}

.u-wid-940 {
  width: min(68.814vw, 1034px) !important;
  min-width: min(68.814vw, 1034px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-940 {
    width: min(250.667vw, 1034px) !important;
    min-width: min(250.667vw, 1034px) !important;
  }
}

.u-wid-950 {
  width: min(69.546vw, 1045px) !important;
  min-width: min(69.546vw, 1045px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-950 {
    width: min(253.333vw, 1045px) !important;
    min-width: min(253.333vw, 1045px) !important;
  }
}

.u-wid-960 {
  width: min(70.278vw, 1056px) !important;
  min-width: min(70.278vw, 1056px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-960 {
    width: min(256vw, 1056px) !important;
    min-width: min(256vw, 1056px) !important;
  }
}

.u-wid-970 {
  width: min(71.01vw, 1067px) !important;
  min-width: min(71.01vw, 1067px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-970 {
    width: min(258.667vw, 1067px) !important;
    min-width: min(258.667vw, 1067px) !important;
  }
}

.u-wid-980 {
  width: min(71.742vw, 1078px) !important;
  min-width: min(71.742vw, 1078px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-980 {
    width: min(261.333vw, 1078px) !important;
    min-width: min(261.333vw, 1078px) !important;
  }
}

.u-wid-990 {
  width: min(72.474vw, 1089px) !important;
  min-width: min(72.474vw, 1089px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-990 {
    width: min(264vw, 1089px) !important;
    min-width: min(264vw, 1089px) !important;
  }
}

.u-wid-1000 {
  width: min(73.206vw, 1100px) !important;
  min-width: min(73.206vw, 1100px) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-1000 {
    width: min(266.667vw, 1100px) !important;
    min-width: min(266.667vw, 1100px) !important;
  }
}

.u-wid-05per {
  width: 5% !important;
  min-width: 5% !important;
}

.u-wid-10per {
  width: 10% !important;
  min-width: 10% !important;
}

.u-wid-15per {
  width: 15% !important;
  min-width: 15% !important;
}

.u-wid-20per {
  width: 20% !important;
  min-width: 20% !important;
}

.u-wid-25per {
  width: 25% !important;
  min-width: 25% !important;
}

.u-wid-30per {
  width: 30% !important;
  min-width: 30% !important;
}

.u-wid-35per {
  width: 35% !important;
  min-width: 35% !important;
}

.u-wid-40per {
  width: 40% !important;
  min-width: 40% !important;
}

.u-wid-45per {
  width: 45% !important;
  min-width: 45% !important;
}

.u-wid-50per {
  width: 50% !important;
  min-width: 50% !important;
}

.u-wid-55per {
  width: 55% !important;
  min-width: 55% !important;
}

.u-wid-60per {
  width: 60% !important;
  min-width: 60% !important;
}

.u-wid-65per {
  width: 65% !important;
  min-width: 65% !important;
}

.u-wid-70per {
  width: 70% !important;
  min-width: 70% !important;
}

.u-wid-75per {
  width: 75% !important;
  min-width: 75% !important;
}

.u-wid-80per {
  width: 80% !important;
  min-width: 80% !important;
}

.u-wid-85per {
  width: 85% !important;
  min-width: 85% !important;
}

.u-wid-90per {
  width: 90% !important;
  min-width: 90% !important;
}

.u-wid-95per {
  width: 95% !important;
  min-width: 95% !important;
}

.u-wid-100per {
  width: 100% !important;
  min-width: 100% !important;
}

.u-wid-auto {
  width: auto !important;
  min-width: 0;
}

@media screen and (max-width: 834px) {
  .u-wid-md-10 {
    width: min(0.732vw, 11px) !important;
    min-width: min(0.732vw, 11px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-10 {
    width: min(2.667vw, 11px) !important;
    min-width: min(2.667vw, 11px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-20 {
    width: min(1.464vw, 22px) !important;
    min-width: min(1.464vw, 22px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-20 {
    width: min(5.333vw, 22px) !important;
    min-width: min(5.333vw, 22px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-30 {
    width: min(2.196vw, 33px) !important;
    min-width: min(2.196vw, 33px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-30 {
    width: min(8vw, 33px) !important;
    min-width: min(8vw, 33px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-40 {
    width: min(2.928vw, 44px) !important;
    min-width: min(2.928vw, 44px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-40 {
    width: min(10.667vw, 44px) !important;
    min-width: min(10.667vw, 44px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-50 {
    width: min(3.66vw, 55px) !important;
    min-width: min(3.66vw, 55px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-50 {
    width: min(13.333vw, 55px) !important;
    min-width: min(13.333vw, 55px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-60 {
    width: min(4.392vw, 66px) !important;
    min-width: min(4.392vw, 66px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-60 {
    width: min(16vw, 66px) !important;
    min-width: min(16vw, 66px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-70 {
    width: min(5.124vw, 77px) !important;
    min-width: min(5.124vw, 77px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-70 {
    width: min(18.667vw, 77px) !important;
    min-width: min(18.667vw, 77px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-80 {
    width: min(5.857vw, 88px) !important;
    min-width: min(5.857vw, 88px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-80 {
    width: min(21.333vw, 88px) !important;
    min-width: min(21.333vw, 88px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-90 {
    width: min(6.589vw, 99px) !important;
    min-width: min(6.589vw, 99px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-90 {
    width: min(24vw, 99px) !important;
    min-width: min(24vw, 99px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-100 {
    width: min(7.321vw, 110px) !important;
    min-width: min(7.321vw, 110px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-100 {
    width: min(26.667vw, 110px) !important;
    min-width: min(26.667vw, 110px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-110 {
    width: min(8.053vw, 121px) !important;
    min-width: min(8.053vw, 121px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-110 {
    width: min(29.333vw, 121px) !important;
    min-width: min(29.333vw, 121px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-120 {
    width: min(8.785vw, 132px) !important;
    min-width: min(8.785vw, 132px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-120 {
    width: min(32vw, 132px) !important;
    min-width: min(32vw, 132px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-130 {
    width: min(9.517vw, 143px) !important;
    min-width: min(9.517vw, 143px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-130 {
    width: min(34.667vw, 143px) !important;
    min-width: min(34.667vw, 143px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-140 {
    width: min(10.249vw, 154px) !important;
    min-width: min(10.249vw, 154px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-140 {
    width: min(37.333vw, 154px) !important;
    min-width: min(37.333vw, 154px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-150 {
    width: min(10.981vw, 165px) !important;
    min-width: min(10.981vw, 165px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-150 {
    width: min(40vw, 165px) !important;
    min-width: min(40vw, 165px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-160 {
    width: min(11.713vw, 176px) !important;
    min-width: min(11.713vw, 176px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-160 {
    width: min(42.667vw, 176px) !important;
    min-width: min(42.667vw, 176px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-170 {
    width: min(12.445vw, 187px) !important;
    min-width: min(12.445vw, 187px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-170 {
    width: min(45.333vw, 187px) !important;
    min-width: min(45.333vw, 187px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-180 {
    width: min(13.177vw, 198px) !important;
    min-width: min(13.177vw, 198px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-180 {
    width: min(48vw, 198px) !important;
    min-width: min(48vw, 198px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-190 {
    width: min(13.909vw, 209px) !important;
    min-width: min(13.909vw, 209px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-190 {
    width: min(50.667vw, 209px) !important;
    min-width: min(50.667vw, 209px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-200 {
    width: min(14.641vw, 220px) !important;
    min-width: min(14.641vw, 220px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-200 {
    width: min(53.333vw, 220px) !important;
    min-width: min(53.333vw, 220px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-210 {
    width: min(15.373vw, 231px) !important;
    min-width: min(15.373vw, 231px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-210 {
    width: min(56vw, 231px) !important;
    min-width: min(56vw, 231px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-220 {
    width: min(16.105vw, 242px) !important;
    min-width: min(16.105vw, 242px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-220 {
    width: min(58.667vw, 242px) !important;
    min-width: min(58.667vw, 242px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-230 {
    width: min(16.837vw, 253px) !important;
    min-width: min(16.837vw, 253px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-230 {
    width: min(61.333vw, 253px) !important;
    min-width: min(61.333vw, 253px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-240 {
    width: min(17.57vw, 264px) !important;
    min-width: min(17.57vw, 264px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-240 {
    width: min(64vw, 264px) !important;
    min-width: min(64vw, 264px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-250 {
    width: min(18.302vw, 275px) !important;
    min-width: min(18.302vw, 275px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-250 {
    width: min(66.667vw, 275px) !important;
    min-width: min(66.667vw, 275px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-260 {
    width: min(19.034vw, 286px) !important;
    min-width: min(19.034vw, 286px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-260 {
    width: min(69.333vw, 286px) !important;
    min-width: min(69.333vw, 286px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-270 {
    width: min(19.766vw, 297px) !important;
    min-width: min(19.766vw, 297px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-270 {
    width: min(72vw, 297px) !important;
    min-width: min(72vw, 297px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-280 {
    width: min(20.498vw, 308px) !important;
    min-width: min(20.498vw, 308px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-280 {
    width: min(74.667vw, 308px) !important;
    min-width: min(74.667vw, 308px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-290 {
    width: min(21.23vw, 319px) !important;
    min-width: min(21.23vw, 319px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-290 {
    width: min(77.333vw, 319px) !important;
    min-width: min(77.333vw, 319px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-300 {
    width: min(21.962vw, 330px) !important;
    min-width: min(21.962vw, 330px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-300 {
    width: min(80vw, 330px) !important;
    min-width: min(80vw, 330px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-310 {
    width: min(22.694vw, 341px) !important;
    min-width: min(22.694vw, 341px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-310 {
    width: min(82.667vw, 341px) !important;
    min-width: min(82.667vw, 341px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-320 {
    width: min(23.426vw, 352px) !important;
    min-width: min(23.426vw, 352px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-320 {
    width: min(85.333vw, 352px) !important;
    min-width: min(85.333vw, 352px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-330 {
    width: min(24.158vw, 363px) !important;
    min-width: min(24.158vw, 363px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-330 {
    width: min(88vw, 363px) !important;
    min-width: min(88vw, 363px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-340 {
    width: min(24.89vw, 374px) !important;
    min-width: min(24.89vw, 374px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-340 {
    width: min(90.667vw, 374px) !important;
    min-width: min(90.667vw, 374px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-350 {
    width: min(25.622vw, 385px) !important;
    min-width: min(25.622vw, 385px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-350 {
    width: min(93.333vw, 385px) !important;
    min-width: min(93.333vw, 385px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-360 {
    width: min(26.354vw, 396px) !important;
    min-width: min(26.354vw, 396px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-360 {
    width: min(96vw, 396px) !important;
    min-width: min(96vw, 396px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-370 {
    width: min(27.086vw, 407px) !important;
    min-width: min(27.086vw, 407px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-370 {
    width: min(98.667vw, 407px) !important;
    min-width: min(98.667vw, 407px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-380 {
    width: min(27.818vw, 418px) !important;
    min-width: min(27.818vw, 418px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-380 {
    width: min(101.333vw, 418px) !important;
    min-width: min(101.333vw, 418px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-390 {
    width: min(28.551vw, 429px) !important;
    min-width: min(28.551vw, 429px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-390 {
    width: min(104vw, 429px) !important;
    min-width: min(104vw, 429px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-400 {
    width: min(29.283vw, 440px) !important;
    min-width: min(29.283vw, 440px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-400 {
    width: min(106.667vw, 440px) !important;
    min-width: min(106.667vw, 440px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-10per {
    width: 10% !important;
    min-width: 10% !important;
  }
  .u-wid-md-20per {
    width: 20% !important;
    min-width: 20% !important;
  }
  .u-wid-md-30per {
    width: 30% !important;
    min-width: 30% !important;
  }
  .u-wid-md-40per {
    width: 40% !important;
    min-width: 40% !important;
  }
  .u-wid-md-50per {
    width: 50% !important;
    min-width: 50% !important;
  }
  .u-wid-md-60per {
    width: 60% !important;
    min-width: 60% !important;
  }
  .u-wid-md-70per {
    width: 70% !important;
    min-width: 70% !important;
  }
  .u-wid-md-80per {
    width: 80% !important;
    min-width: 80% !important;
  }
  .u-wid-md-90per {
    width: 90% !important;
    min-width: 90% !important;
  }
  .u-wid-md-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}