@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;
}

svg {
  fill: currentcolor;
}

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

:root {
  --main: #005bac;
  --accent: #009d85;
  --base: #ffffff;
  --red: #EB4426;
  --orange: #E78912;
  --alert: #FEF4F2;
  --text-cl-01: #262626;
  --text-cl-02: #595959;
  --text-cl-03: #aaaaaa;
  --text-cl-04: #ffffff;
  --link-01: #005cd1;
  --text-cl-placeholder: var(--text-cl-03);
  --text-cl-alert: #f0a3a3;
  --border-cl-01: #dddddd;
  --border-cl-02: #73A5D1;
  --border-cl-03: #D9D9D9;
  --border-alert: #e72300;
  --radius-m: 4px;
  --bg-01: var(--main);
  --bg-alert: #fceded;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  --font-jp-01: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --font-awesome: "Font Awesome 6 Pro";
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-normal: 2;
  --lh-narrow: 1.5;
  --lh-fit: 1;
  --duration: 0.3s ease;
}

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: var(--text-cl-01);
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  font-feature-settings: "palt" on;
  line-height: 1.5;
  margin: 0;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 835px) {
  body {
    font-size: clamp(11.9px, 0.926vw, 15.4px);
  }
}
@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 {
  transition: all var(--duration);
}
a img {
  transition: var(--duration);
}

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

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

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

svg {
  fill: currentcolor;
}

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

strong {
  font-weight: var(--fw-bold);
}

p a, td a, th a, blockquote a {
  color: var(--link-01);
  text-decoration: underline;
}
@media (any-hover: hover) {
  p a:hover, td a:hover, th a:hover, blockquote a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

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

.c-breadcrumbs__inner {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__inner {
    padding-left: min(22px, 1.323vw);
    padding-right: min(22px, 1.323vw);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__inner {
    padding-left: min(22px, 5.333vw);
    padding-right: min(22px, 5.333vw);
  }
}
.c-breadcrumbs.--absolute {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-breadcrumbs__list {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list {
    padding-top: clamp(10.2px, 0.794vw, 13.2px);
    padding-bottom: clamp(10.2px, 0.794vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list {
    padding-top: clamp(10.2px, 3.2vw, 13.2px);
    padding-bottom: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-breadcrumbs__list__item {
  display: inline;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list__item span {
    font-size: clamp(11.9px, 0.926vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item span {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list__item:not(:last-child) {
    margin-right: min(33px, 1.984vw);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item:not(:last-child) {
    margin-right: min(33px, 8vw);
  }
}
.c-breadcrumbs__list__item a {
  position: relative;
}
.c-breadcrumbs__list__item a span {
  color: var(--link-01);
  text-decoration: underline;
  display: inline-block;
}
.c-breadcrumbs__list__item a::after {
  font-family: var(--font-awesome);
  content: "\f105";
  color: #868686;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list__item a::after {
    font-size: min(17.6px, 1.058vw);
    margin-top: min(3.3px, 0.198vw);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item a::after {
    font-size: min(15.4px, 3.733vw);
    margin-top: min(2.2px, 0.533vw);
  }
}
@media (any-hover: hover) {
  .c-breadcrumbs__list__item a:hover span {
    opacity: 0.7;
    text-decoration: none;
  }
}

.c-button.--primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  border-radius: 9999px;
  transition: opacity 0.3s;
  background-color: var(--main);
  border: 2px solid var(--main);
  transition: var(--duration);
}
@media screen and (min-width: 835px) {
  .c-button.--primary {
    width: min(308px, 18.519vw);
    height: min(73.7px, 4.431vw);
    font-size: clamp(15.3px, 1.19vw, 19.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-button.--primary {
    width: min(264px, 64vw);
    height: min(61.6px, 14.933vw);
  }
}
@media (any-hover: hover) {
  .c-button.--primary:hover {
    color: var(--main);
    background-color: #fff;
  }
  .c-button.--primary:hover .c-button__arrow {
    color: #fff;
    background-color: var(--main);
  }
}
.c-button__arrow {
  position: absolute;
  top: 50%;
  display: grid;
  place-content: center;
  color: var(--main);
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: var(--duration);
}
@media screen and (min-width: 835px) {
  .c-button__arrow {
    right: min(17.6px, 1.058vw);
    width: min(26.4px, 1.587vw);
    height: min(26.4px, 1.587vw);
  }
}
@media screen and (max-width: 834px) {
  .c-button__arrow {
    right: min(15.4px, 3.733vw);
    width: min(26.4px, 6.4vw);
    height: min(26.4px, 6.4vw);
  }
}
.c-button__arrow .arrow {
  display: block;
  transform: translateX(15%);
}
@media screen and (min-width: 835px) {
  .c-button__arrow .arrow {
    width: min(6.6px, 0.397vw);
  }
}
@media screen and (max-width: 834px) {
  .c-button__arrow .arrow {
    width: min(6.6px, 1.6vw);
  }
}
.c-button__col {
  display: grid;
}
@media screen and (min-width: 835px) {
  .c-button__col {
    grid-template-columns: repeat(2, 1fr);
    gap: min(26.4px, 1.587vw);
  }
}
@media screen and (max-width: 834px) {
  .c-button__col {
    row-gap: min(13.2px, 3.2vw);
  }
}
.c-button.--box {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  border: 2px solid var(--border-cl-02);
  transition: var(--duration);
}
@media screen and (min-width: 835px) {
  .c-button.--box {
    width: 100%;
    height: fit-content;
    min-height: clamp(66.3px, 5.159vw, 85.8px);
    padding: min(26.4px, 1.587vw) min(74.8px, 4.497vw) min(26.4px, 1.587vw) min(26.4px, 1.587vw);
    font-size: clamp(17px, 1.323vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-button.--box {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    min-height: min(70.4px, 17.067vw);
    padding: min(22px, 5.333vw) min(57.2px, 13.867vw) min(22px, 5.333vw) min(22px, 5.333vw);
  }
}
@media (any-hover: hover) {
  .c-button.--box:hover {
    color: #fff;
    border-color: var(--main);
    background-color: var(--main);
  }
  .c-button.--box:hover .c-button__arrow {
    color: var(--main);
    background-color: #fff;
  }
}
.c-button.--box:has(small) {
  line-height: 1.3;
}
.c-button.--box .c-button__arrow {
  position: absolute;
  top: 50%;
  display: grid;
  place-content: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background-color: var(--main);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: var(--duration);
}
@media screen and (min-width: 835px) {
  .c-button.--box .c-button__arrow {
    right: min(22px, 1.323vw);
  }
}
@media screen and (max-width: 834px) {
  .c-button.--box .c-button__arrow {
    right: min(17.6px, 4.267vw);
  }
}

.c-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  margin: auto;
  position: relative;
  transition: none;
  outline: none;
}
.c-card.--shadow {
  box-shadow: var(--shadow);
}
.c-card.--radius {
  border-radius: var(--radius-m);
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .c-card__wrapper {
    gap: min(52.8px, 3.175vw) 0;
  }
}
@media screen and (max-width: 834px) {
  .c-card__wrapper {
    gap: min(52.8px, 12.8vw) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-card__wrapper {
    gap: min(22px, 5.333vw) 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(30.8px, 1.852vw) min(35.2px, 2.116vw);
  }
}
@media screen and (max-width: 834px) {
  .c-card__inner {
    padding: min(26.4px, 6.4vw) min(22px, 5.333vw) min(30.8px, 7.467vw);
  }
}
.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 var(--duration);
}
.c-card__block {
  cursor: pointer;
  outline: none;
}
@media (any-hover: hover) {
  .c-card__block:hover, .c-card__block:focus {
    outline: none;
  }
}
.c-card__lead {
  min-height: 3em;
  color: var(--text-cl-01);
  font-weight: var(--fw-medium);
  line-height: var(--lh-narrow);
  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.058vw, 17.6px);
    margin-top: min(17.6px, 1.058vw);
  }
}
@media screen and (max-width: 834px) {
  .c-card__lead {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(13.2px, 3.2vw);
  }
}
.c-card__lead a {
  color: var(--text-cl-01);
  text-decoration: none;
}
.c-card__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-card__text {
  color: var(--text-cl-02);
  line-height: var(--lh-narrow);
  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, 0.926vw, 15.4px);
    margin-top: min(22px, 1.323vw);
  }
}
@media screen and (max-width: 834px) {
  .c-card__text {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    margin-top: min(22px, 5.333vw);
  }
}
.c-card__subtext {
  color: var(--text-cl-02);
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-card__subtext {
    font-size: clamp(12.75px, 0.992vw, 16.5px);
    margin-top: min(17.6px, 1.058vw);
  }
}
@media screen and (max-width: 834px) {
  .c-card__subtext {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-top: min(13.2px, 3.2vw);
  }
}

@media (any-hover: hover) {
  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-notice {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 min(16.5px, 0.992vw);
}
@media screen and (max-width: 834px) {
  .c-notice {
    padding: 0;
  }
}
.c-notice__container {
  width: 100%;
  max-width: 1064px;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--alert);
  border: 8px solid var(--border-alert);
}
@media screen and (max-width: 834px) {
  .c-notice__container {
    max-width: none;
    border-width: 4px;
    border-radius: 0;
  }
}
.c-notice__header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--border-alert);
}
@media screen and (min-width: 835px) {
  .c-notice__header {
    gap: min(17.6px, 1.058vw);
    padding: min(17.6px, 1.058vw);
  }
}
@media screen and (max-width: 834px) {
  .c-notice__header {
    gap: min(13.2px, 3.2vw);
    padding: min(13.2px, 3.2vw);
  }
}
.c-notice__header img {
  width: min(52.8px, 3.175vw);
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .c-notice__header img {
    width: min(35.2px, 8.533vw);
  }
}
.c-notice__title {
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .c-notice__title {
    font-size: clamp(20.4px, 1.587vw, 26.4px);
  }
}
.c-notice__body {
  display: flex;
  flex-direction: column;
  color: var(--border-alert);
}
@media screen and (min-width: 835px) {
  .c-notice__body {
    gap: min(17.6px, 1.058vw);
    padding: min(44px, 2.646vw);
    font-size: clamp(17px, 1.323vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-notice__body {
    padding: min(22px, 5.333vw);
    gap: min(13.2px, 3.2vw);
  }
}
.c-notice__body ul {
  display: flex;
  flex-direction: column;
  gap: min(2.2px, 0.132vw);
}
.c-notice__body ul li {
  display: flex;
  align-items: center;
  gap: min(8.8px, 0.529vw);
  font-weight: 700;
  line-height: 1.6;
}
.c-notice__body ul li::before {
  content: "";
  display: block;
  width: min(8.8px, 0.529vw);
  height: min(8.8px, 0.529vw);
  border-radius: 50%;
  background-color: var(--border-alert);
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .c-notice__body ul li::before {
    width: min(6.6px, 1.6vw);
    height: min(6.6px, 1.6vw);
  }
}
.c-notice__body strong {
  font-weight: 700;
}

.c-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (min-width: 835px) {
  .c-row {
    gap: min(22px, 1.323vw);
  }
}
@media screen and (max-width: 834px) {
  .c-row {
    gap: min(17.6px, 4.267vw);
  }
}
@media screen and (min-width: 835px) {
  .c-row:where(.--gap-wide) {
    gap: min(52.8px, 3.175vw);
  }
}
@media screen and (max-width: 834px) {
  .c-row:where(.--gap-wide) {
    gap: min(30.8px, 7.467vw);
  }
}
@media screen and (min-width: 835px) {
  .c-row:where(.--gap-narrow) {
    gap: min(8.8px, 0.529vw);
  }
}
@media screen and (max-width: 834px) {
  .c-row:where(.--gap-narrow) {
    gap: min(4.4px, 1.067vw);
  }
}
.c-row:where(.--gap-none) {
  gap: min(0px, 0vw);
}

.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-list li {
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-list li {
    padding-left: min(22px, 1.323vw);
  }
}
@media screen and (max-width: 834px) {
  .c-list li {
    padding-left: min(16.5px, 4vw);
  }
}
.c-list li::before {
  content: "";
  background-color: var(--accent);
  border-radius: calc(infinity * 1px);
  position: absolute;
  left: 0;
}
@media screen and (min-width: 835px) {
  .c-list li::before {
    width: min(6.6px, 0.397vw);
    height: min(6.6px, 0.397vw);
    top: clamp(10.2px, 0.794vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-list li::before {
    width: clamp(5.1px, 1.6vw, 6.6px);
    height: clamp(5.1px, 1.6vw, 6.6px);
    top: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (min-width: 835px) {
  .c-list li:not(:last-child) {
    margin-bottom: min(4.4px, 0.265vw);
  }
}
@media screen and (max-width: 834px) {
  .c-list li:not(:last-child) {
    margin-bottom: min(4.4px, 1.067vw);
  }
}
@media screen and (min-width: 835px) {
  .c-list.--large li {
    font-size: clamp(17px, 1.323vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-list.--large li {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    padding-left: min(22px, 5.333vw);
  }
}
@media screen and (min-width: 835px) {
  .c-list.--large li::before {
    width: clamp(8.5px, 0.661vw, 11px);
    height: clamp(8.5px, 0.661vw, 11px);
    top: clamp(11.9px, 0.926vw, 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: var(--text-cl-03);
  font-size: 85%;
  text-indent: -1.5em;
  padding-left: 1.5em;
  vertical-align: text-top;
  line-height: var(--lh-narrow);
}
.c-list.--notice li::before {
  content: none;
}

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

.c-title__border {
  font-weight: 700;
  line-height: var(--lh-narrow);
  position: relative;
}

.c-title__col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 835px) {
  .c-title__col {
    margin-bottom: min(26.4px, 1.587vw);
  }
}
@media screen and (max-width: 834px) {
  .c-title__col {
    margin-bottom: min(22px, 5.333vw);
  }
}
.c-title__border {
  color: #fff;
}
@media screen and (min-width: 835px) {
  .c-title__border {
    padding-left: clamp(27.2px, 2.116vw, 35.2px);
    font-size: clamp(27.2px, 2.116vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-title__border {
    padding-left: clamp(15.3px, 4.8vw, 19.8px);
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.c-title__border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 90%;
  background: linear-gradient(to bottom, #4D8CC5 50%, #4DBAAA 50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 835px) {
  .c-title__border::before {
    width: clamp(6.8px, 0.529vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-title__border::before {
    width: clamp(5.1px, 1.6vw, 6.6px);
  }
}
.c-title__link {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 835px) {
  .c-title__link {
    font-size: clamp(13.6px, 1.058vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-title__link {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (min-width: 835px) {
  .c-title__link .arrow_img {
    width: min(26.4px, 1.587vw);
    height: min(26.4px, 1.587vw);
    margin-left: min(6.6px, 0.397vw);
  }
}
@media screen and (max-width: 834px) {
  .c-title__link .arrow_img {
    width: min(24.2px, 5.867vw);
    height: min(24.2px, 5.867vw);
    margin-left: min(4.4px, 1.067vw);
  }
}
@media (any-hover: hover) {
  .c-title__link:hover {
    color: var(--main);
  }
}
.c-title__link.--white {
  color: #fff;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-title__link.--white:hover {
    opacity: 0.8;
  }
}
.c-title.--news {
  margin-bottom: 0;
}
.c-title.--news .c-title__border {
  font-size: clamp(17px, 1.323vw, 22px);
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .c-title.--news .c-title__border {
    padding-left: clamp(18.7px, 1.455vw, 24.2px);
    font-size: clamp(17px, 1.323vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-title.--news .c-title__border {
    padding-left: clamp(11.9px, 3.733vw, 15.4px);
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.c-title.--news .c-title__border::before {
  width: clamp(5.1px, 0.397vw, 6.6px);
  background: linear-gradient(to bottom, #005BAC 50%, #009D85 50%);
}
@media screen and (max-width: 834px) {
  .c-title.--news .c-title__border::before {
    width: clamp(3.4px, 1.067vw, 4.4px);
  }
}
.c-title.--news .c-title__link {
  font-size: clamp(13.6px, 1.058vw, 17.6px);
}
@media screen and (max-width: 834px) {
  .c-title.--news .c-title__link {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.c-title.--news .c-title__link::after {
  width: min(26.4px, 1.587vw);
  height: min(26.4px, 1.587vw);
}
@media screen and (max-width: 834px) {
  .c-title.--news .c-title__link::after {
    width: min(24.2px, 5.867vw);
    height: min(24.2px, 5.867vw);
  }
}
.c-title__heading {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  font-weight: 700;
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .c-title__heading {
    aspect-ratio: 1512/197;
    min-height: clamp(167.45px, 13.029vw, 216.7px);
    background-image: url("/assets/img/common/heading_bg.webp");
  }
}
@media screen and (max-width: 834px) {
  .c-title__heading {
    aspect-ratio: 375/118;
    min-height: clamp(100.3px, 31.467vw, 129.8px);
    background-image: url("/assets/img/common/heading_bg_sp.webp");
  }
}
.c-title__heading img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-title__heading__wrap {
  display: flex;
  flex-direction: column;
}
.c-title__heading__title {
  color: #fff;
}
@media screen and (min-width: 835px) {
  .c-title__heading__title {
    font-size: clamp(40.8px, 3.175vw, 52.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-title__heading__title {
    font-size: min(26.4px, 6.4vw);
  }
}
.c-title__h1 {
  font-weight: 700;
}
@media screen and (min-width: 835px) {
  .c-title__h1 {
    margin: 1em 0;
    font-size: clamp(34px, 2.646vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .c-title__h1 {
    margin: min(17.6px, 4.267vw) 0 min(22px, 5.333vw);
    font-size: min(26.4px, 6.4vw);
  }
}
.c-title__h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 835px) {
  .c-title__h2 {
    gap: clamp(13.6px, 1.058vw, 17.6px);
    margin-bottom: clamp(40.8px, 3.175vw, 52.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-title__h2 {
    gap: min(8.8px, 2.133vw);
    margin-bottom: min(26.4px, 6.4vw);
  }
}
.c-title__h2__icon {
  flex-shrink: 0;
  color: var(--main);
}
@media screen and (min-width: 835px) {
  .c-title__h2__icon {
    width: clamp(54.4px, 4.233vw, 70.4px);
    height: clamp(54.4px, 4.233vw, 70.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-title__h2__icon {
    width: min(52.8px, 12.8vw);
    height: min(52.8px, 12.8vw);
  }
}
.c-title__h2__main {
  flex: 1;
  font-weight: 700;
}
@media screen and (min-width: 835px) {
  .c-title__h2__main {
    font-size: clamp(34px, 2.646vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .c-title__h2__main {
    font-size: min(22px, 5.333vw);
  }
}

.c-pager {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(132px, 7.937vw) auto 0;
}
@media screen and (max-width: 834px) {
  .c-pager {
    width: 100%;
    max-width: min(660px, 160vw);
    margin: min(88px, 21.333vw) auto 0;
    padding-bottom: min(74.8px, 18.133vw);
  }
}
.c-pager__item {
  display: grid;
  place-content: center;
  width: min(52.8px, 3.175vw);
  height: min(52.8px, 3.175vw);
  border-radius: 50%;
  font-family: Arial;
  font-size: clamp(15.3px, 1.19vw, 19.8px);
  transition: var(--duration);
}
@media screen and (max-width: 834px) {
  .c-pager__item {
    width: min(52.8px, 12.8vw);
    height: min(52.8px, 12.8vw);
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.c-pager__item:has(a) {
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-pager__item:has(a):hover {
    border-color: transparent;
    background-color: var(--main);
  }
  .c-pager__item:has(a):hover span {
    color: #fff;
  }
  .c-pager__item:has(a):hover span::before {
    color: #fff;
  }
}
.c-pager__item span {
  line-height: 1;
}
.c-pager__item .dot {
  transform: translateY(-0.25em);
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):not(.c-pager__item__start):not(.c-pager__item__end) {
  margin: 0 min(8.8px, 0.529vw);
}
@media screen and (max-width: 834px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):not(.c-pager__item__start):not(.c-pager__item__end) {
    margin: 0 min(8.8px, 2.133vw);
  }
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):not(.c-pager__item__start):not(.c-pager__item__end).is-current {
  background-color: var(--main);
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):not(.c-pager__item__start):not(.c-pager__item__end).is-current span {
  color: #fff;
}
.c-pager__item:has(+ .c-pager__item__next) {
  margin-right: 0 !important;
}
.c-pager__item__prev, .c-pager__item__next, .c-pager__item__start, .c-pager__item__end {
  position: relative;
  border: var(--border-cl-02) solid 2px;
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev, .c-pager__item__next, .c-pager__item__start, .c-pager__item__end {
    position: absolute;
    bottom: 0;
  }
}
.c-pager__item__prev *, .c-pager__item__next *, .c-pager__item__start *, .c-pager__item__end * {
  display: block;
  width: min(52.8px, 3.175vw);
  height: min(52.8px, 3.175vw);
}
.c-pager__item__prev span, .c-pager__item__next span, .c-pager__item__start span, .c-pager__item__end span {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
}
.c-pager__item__prev span::before, .c-pager__item__next span::before, .c-pager__item__start span::before, .c-pager__item__end span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: var(--font-awesome);
  font-size: min(17.6px, 1.058vw);
  font-weight: 900;
  text-indent: 0;
  line-height: 1;
  color: var(--main);
  transition: var(--duration);
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev span::before, .c-pager__item__next span::before, .c-pager__item__start span::before, .c-pager__item__end span::before {
    font-size: min(17.6px, 4.267vw);
  }
}
.c-pager__item__prev > span, .c-pager__item__next > span, .c-pager__item__start > span, .c-pager__item__end > span {
  opacity: 0.3;
  pointer-events: none;
}
.c-pager__item__prev {
  margin-right: min(35.2px, 2.116vw);
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev {
    left: 0;
    margin: 0;
    transform: translateX(calc(100% + min(8.8px, 2.133vw)));
  }
}
.c-pager__item__prev + li {
  margin-left: 0 !important;
}
.c-pager__item__prev span::before {
  content: "\f104";
  transform: translate(-55%, -48%);
}
.c-pager__item__next {
  margin-left: min(35.2px, 2.116vw);
}
@media screen and (max-width: 834px) {
  .c-pager__item__next {
    right: 0;
    margin: 0;
    transform: translateX(calc(-100% - min(8.8px, 2.133vw)));
  }
}
.c-pager__item__next span::before {
  content: "\f105";
  transform: translate(-45%, -48%);
}
.c-pager__item__start {
  margin: 0;
  margin-right: min(8.8px, 0.529vw);
}
@media screen and (max-width: 834px) {
  .c-pager__item__start {
    left: 0;
    margin: 0;
  }
}
.c-pager__item__start span::before {
  content: "\f100";
  transform: translate(-55%, -48%);
}
.c-pager__item__end {
  margin: 0;
  margin-left: min(8.8px, 0.529vw);
}
@media screen and (max-width: 834px) {
  .c-pager__item__end {
    right: 0;
    margin: 0;
  }
}
.c-pager__item__end span::before {
  content: "\f101";
  transform: translate(-45%, -48%);
}

.p-top__info {
  display: grid;
  margin-inline: auto;
  border-radius: 10px;
  background: var(--alert);
}
@media screen and (min-width: 835px) {
  .p-top__info {
    grid-template-columns: clamp(40.8px, 3.175vw, 52.8px) 1fr;
    gap: clamp(34px, 2.646vw, 44px);
    align-items: center;
    width: clamp(720.8px, 56.085vw, 932.8px);
    margin-top: clamp(34px, 2.646vw, 44px);
    padding: clamp(20.4px, 1.587vw, 26.4px) clamp(34px, 2.646vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__info {
    width: 100%;
    max-width: max-content;
    gap: min(13.2px, 3.2vw);
    margin-top: min(35.2px, 8.533vw);
    padding: min(17.6px, 4.267vw) min(22px, 5.333vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__info img {
    width: min(44px, 10.667vw);
    margin-inline: auto;
  }
}
.p-top__info__list {
  line-height: 1.4;
}
@media screen and (min-width: 835px) {
  .p-top__info__list li + li {
    margin-top: clamp(5.1px, 0.397vw, 6.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__info__list li + li {
    margin-top: clamp(5.1px, 1.6vw, 6.6px);
  }
}
.p-top__info__list a {
  color: #E72300;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-top__info__list a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 835px) {
  .p-top__info__list a {
    font-size: clamp(11.9px, 0.926vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__info__list a {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__menu {
    padding: 0 min(22px, 5.333vw);
  }
}
.p-top__menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(17.6px, 1.058vw);
  margin-top: min(44px, 2.646vw);
}
.p-top__menu__item {
  position: relative;
  aspect-ratio: 1/1;
  display: grid;
  width: min(220px, 13.228vw);
  padding-top: min(15.4px, 0.926vw);
  border-radius: 50%;
  border: 2px solid var(--main);
}
.p-top__menu__item::before {
  font-family: var(--font-awesome);
  content: "\f105";
  position: absolute;
  bottom: min(19.8px, 1.19vw);
  left: 50%;
  display: grid;
  place-content: center;
  width: min(26.4px, 1.587vw);
  height: min(26.4px, 1.587vw);
  color: #fff;
  border-radius: 50%;
  background-color: var(--main);
  transform: translateX(-50%);
}
.p-top__menu__item__wrap {
  text-align: center;
  font-weight: 700;
  font-size: clamp(13.6px, 1.058vw, 17.6px);
}
.p-top__menu__item__wrap img {
  width: min(88px, 5.291vw);
  margin-bottom: min(6.6px, 0.397vw);
}
.p-top__menu__item__wrap small {
  font-size: clamp(10.2px, 0.794vw, 13.2px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .p-top__media {
    margin-top: min(66px, 3.968vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__media {
    margin-top: min(44px, 10.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__media .l-inner {
    padding: 0;
  }
}
.p-top__media__wrap {
  display: flex;
  width: 100%;
  background-size: cover;
  background-image: var(--bgi);
}
@media screen and (min-width: 835px) {
  .p-top__media__wrap {
    align-items: center;
    column-gap: min(66px, 3.968vw);
    padding: min(66px, 3.968vw);
    overflow: clip;
    border-radius: 40px;
  }
}
@media screen and (max-width: 834px) {
  .p-top__media__wrap {
    flex-direction: column;
    row-gap: min(35.2px, 8.533vw);
    padding: min(44px, 10.667vw) min(22px, 5.333vw);
  }
}
@media screen and (min-width: 835px) {
  .p-top__media__wrap:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 835px) {
  .p-top__media__wrap + .p-top__media__wrap {
    margin-top: min(66px, 3.968vw);
  }
}
.p-top__media__wrap.--family {
  --color: var(--main);
}
@media screen and (min-width: 835px) {
  .p-top__media__wrap.--family {
    --bgi: url('/assets/img/top/bg_family.webp');
  }
}
@media screen and (max-width: 834px) {
  .p-top__media__wrap.--family {
    --bgi: url('/assets/img/top/bg_family_sp.jpg');
  }
}
@media screen and (min-width: 835px) {
  .p-top__media__wrap.--family .p-top__media__main {
    width: min(748px, 44.974vw);
  }
}
.p-top__media__wrap.--business {
  --color: var(--accent);
}
@media screen and (min-width: 835px) {
  .p-top__media__wrap.--business {
    gap: 0;
    padding-left: 0;
    --bgi: url('/assets/img/top/bg_business.webp');
  }
}
@media screen and (max-width: 834px) {
  .p-top__media__wrap.--business {
    --bgi: url('/assets/img/top/bg_business_sp.jpg');
  }
}
@media screen and (min-width: 835px) {
  .p-top__media__wrap.--business .p-top__media__main {
    width: min(673.2px, 40.476vw);
    padding: 0 min(22px, 1.323vw);
  }
}
@media screen and (min-width: 835px) {
  .p-top__media__wrap.--company {
    gap: 0;
    padding: 0;
    --bgi: url('/assets/img/top/bg_company.webp');
  }
}
@media screen and (max-width: 834px) {
  .p-top__media__wrap.--company {
    width: min(368.5px, 89.333vw);
    margin: min(44px, 10.667vw) auto 0;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    --bgi: url('/assets/img/top/bg_company_sp.jpg');
  }
}
@media screen and (min-width: 835px) {
  .p-top__media__wrap.--company .p-top__media__main {
    width: min(651.2px, 39.153vw);
    padding: min(22px, 1.323vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__media__wrap.--company .p-top__media__main {
    padding-bottom: min(35.2px, 8.533vw);
  }
}
.p-top__media__wrap.--company .p-top__media__img {
  border-radius: 0;
}
.p-top__media__img {
  flex: 1;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-top__media__img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 834px) {
  .p-top__media__img {
    border-radius: 20px;
  }
}
.p-top__media__main {
  text-align: center;
}
.p-top__media__main__sublist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 835px) {
  .p-top__media__main__sublist {
    gap: min(17.6px, 1.058vw);
    margin-top: min(17.6px, 1.058vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__media__main__sublist {
    gap: min(8.8px, 2.133vw);
    margin-top: min(13.2px, 3.2vw);
  }
}
.p-top__media__main__sublist a {
  text-align: center;
  font-weight: 700;
  background-color: #fff;
  border: 3px solid var(--border-cl-02);
  transition: var(--duration);
}
@media screen and (min-width: 835px) {
  .p-top__media__main__sublist a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(8.8px, 0.529vw);
    height: min(88px, 5.291vw);
    line-height: 1;
    font-size: clamp(11.9px, 0.926vw, 15.4px);
    border-radius: 9999px;
  }
}
@media screen and (max-width: 834px) {
  .p-top__media__main__sublist a {
    display: grid;
    place-content: center;
    gap: min(4.4px, 1.067vw);
    width: 100%;
    aspect-ratio: 1/1;
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    border-width: 2px;
    border-radius: 50%;
  }
}
@media (any-hover: hover) {
  .p-top__media__main__sublist a:hover {
    color: #fff;
    background-color: var(--main);
  }
  .p-top__media__main__sublist a:hover svg {
    color: #fff;
  }
}
.p-top__media__main__sublist svg {
  color: var(--main);
  transition: var(--duration);
}
@media screen and (min-width: 835px) {
  .p-top__media__main__sublist svg {
    width: min(35.2px, 2.116vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__media__main__sublist svg {
    width: min(30.8px, 7.467vw);
    margin: 0 auto;
  }
}
.p-top__media__title {
  font-weight: 700;
}
@media screen and (min-width: 835px) {
  .p-top__media__title {
    margin-bottom: min(44px, 2.646vw);
    font-size: clamp(34px, 2.646vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__media__title {
    text-align: center;
    margin-bottom: min(26.4px, 6.4vw);
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.p-top__media__title span {
  transition: var(--duration);
  color: var(--color);
}
.p-top__campaign {
  position: relative;
  overflow: clip;
  background-size: cover;
  background-image: url("/assets/img/top/bg_campaign.webp");
}
@media screen and (min-width: 835px) {
  .p-top__campaign {
    margin-top: min(66px, 3.968vw);
    padding: min(66px, 3.968vw) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-top__campaign {
    margin-top: min(44px, 10.667vw);
    padding: min(44px, 10.667vw) 0;
  }
}
.p-top__campaign__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 835px) {
  .p-top__campaign__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(26.4px, 1.587vw);
  }
}
.p-top__campaign__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  outline: 1px solid var(--border-cl-03);
  transition: outline-width 0.3s, box-shadow 0.3s, transform 0.3s;
}
@media (any-hover: hover) {
  .p-top__campaign__card:hover {
    outline: 3px solid var(--border-cl-02);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  }
  .p-top__campaign__card:hover p {
    color: var(--main);
  }
  .p-top__campaign__card:hover img {
    transform: scale(1.15);
  }
}
.p-top__campaign__card__img {
  position: relative;
  width: 100%;
  aspect-ratio: 112/47;
  overflow: hidden;
}
.p-top__campaign__card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration);
}
.p-top__campaign__card__body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 835px) {
  .p-top__campaign__card__body {
    gap: min(11px, 0.661vw);
    padding: min(22px, 1.323vw) min(26.4px, 1.587vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__campaign__card__body {
    gap: min(11px, 2.667vw);
    padding: min(17.6px, 4.267vw);
  }
}
.p-top__campaign__card__title {
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s;
}
@media screen and (min-width: 835px) {
  .p-top__campaign__card__title {
    -webkit-line-clamp: 1;
    font-size: clamp(15.3px, 1.19vw, 19.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__campaign__card__title {
    -webkit-line-clamp: 2;
  }
}
.p-top__campaign__card__meta {
  display: flex;
  align-items: center;
  gap: min(8.8px, 0.529vw);
}
@media screen and (max-width: 834px) {
  .p-top__campaign__card__meta {
    gap: min(4.4px, 1.067vw);
  }
}
.p-top__campaign__card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(6.6px, 0.397vw) 1px;
  border: 1px solid #A6A6A6;
  border-radius: 4px;
  color: #404040;
  font-size: clamp(11.05px, 0.86vw, 14.3px);
  transform: translateY(0.5px);
}
@media screen and (max-width: 834px) {
  .p-top__campaign__card__tag {
    padding: 0 min(6.6px, 1.6vw) 1px;
    font-size: clamp(9.35px, 2.933vw, 12.1px);
    line-height: 1.6;
    border-radius: 4px;
    transform: translateY(0.1em);
  }
}
.p-top__campaign__card__date {
  flex: 1;
  color: var(--text-cl-02);
  font-size: clamp(13.6px, 1.058vw, 17.6px);
}
@media screen and (max-width: 834px) {
  .p-top__campaign__card__date {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-top__campaign .swiper {
  overflow: visible;
}
.p-top__campaign .swiper-wrapper {
  overflow: visible;
}
.p-top__campaign .swiper-slide {
  height: auto;
}
@media screen and (min-width: 835px) {
  .p-top__news {
    padding-top: min(66px, 3.968vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__news {
    padding-top: min(44px, 10.667vw);
  }
}
.p-top__news__grid {
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-top__news__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: min(66px, 3.968vw) min(44px, 2.646vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__news__grid {
    gap: min(22px, 5.333vw);
  }
}
.p-top__news__box {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: #F8F8F8;
}
@media screen and (min-width: 835px) {
  .p-top__news__box {
    gap: min(35.2px, 2.116vw);
    padding: min(52.8px, 3.175vw) min(66px, 3.968vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__news__box {
    gap: min(22px, 5.333vw);
    padding: min(26.4px, 6.4vw) min(22px, 5.333vw);
  }
}
.p-top__news__box__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 835px) {
  .p-top__news__box__list {
    gap: min(17.6px, 1.058vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__news__box__list {
    gap: min(17.6px, 4.267vw);
  }
}
.p-top__news__box__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: opacity 0.3s;
}
.p-top__news__box__item:hover {
  opacity: 0.7;
}
.p-top__news__box__item__date {
  color: var(--text-cl-02);
}
@media screen and (max-width: 834px) {
  .p-top__news__box__item__date {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
@media screen and (min-width: 835px) {
  .p-top__news__box__item__text {
    font-size: clamp(13.6px, 1.058vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__news__box__item__text {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media (any-hover: hover) {
  .p-top__news__box__item__text:hover {
    color: var(--main);
  }
}
.p-top__construction {
  margin-inline: auto;
  background-color: #F2F7FB;
}
@media screen and (min-width: 835px) {
  .p-top__construction {
    grid-column: span 2;
    width: clamp(689.35px, 53.638vw, 892.1px);
    text-align: center;
    padding: clamp(34px, 2.646vw, 44px) clamp(51px, 3.968vw, 66px);
    border-radius: 20px;
  }
}
@media screen and (max-width: 834px) {
  .p-top__construction {
    width: 100%;
    padding: min(35.2px, 8.533vw) min(22px, 5.333vw);
    border-radius: 20px;
  }
}
.p-top__construction__title {
  font-weight: 700;
  line-height: 1.6;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-top__construction__title {
    font-size: clamp(17px, 1.323vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__construction__title {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-top__construction__links {
  display: flex;
}
@media screen and (min-width: 835px) {
  .p-top__construction__links {
    justify-content: center;
    gap: clamp(34px, 2.646vw, 44px);
    margin-top: clamp(20.4px, 1.587vw, 26.4px);
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .p-top__construction__links {
    flex-direction: column;
    gap: min(17.6px, 4.267vw);
    margin-top: min(22px, 5.333vw);
  }
}
.p-top__construction__link {
  display: flex;
  align-items: center;
  gap: min(8.8px, 0.529vw);
  color: var(--main);
  line-height: 1.4;
  text-decoration: underline;
  transition: var(--duration);
}
@media screen and (max-width: 834px) {
  .p-top__construction__link {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    gap: min(6.6px, 1.6vw);
  }
}
@media (any-hover: hover) {
  .p-top__construction__link:hover {
    text-decoration: none;
  }
}
.p-top__construction__link::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: min(11px, 0.661vw);
  height: min(11px, 0.661vw);
  background-image: url("/assets/img/common/arrow2_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .p-top__construction__link::before {
    width: min(11px, 2.667vw);
    height: min(11px, 2.667vw);
  }
}
@media screen and (min-width: 835px) {
  .p-top__banner {
    margin-top: min(66px, 3.968vw);
    padding: min(66px, 3.968vw) 0 min(44px, 2.646vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__banner {
    margin-top: min(44px, 10.667vw);
    padding-top: min(44px, 10.667vw);
    padding-bottom: min(44px, 10.667vw);
    overflow: hidden;
  }
}
@media screen and (min-width: 835px) {
  .p-top__banner__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: min(44px, 2.646vw);
  }
}
.p-top__banner__item {
  position: relative;
  width: 100%;
  aspect-ratio: 35/12;
  overflow: hidden;
  border-radius: 10px;
  outline: 1px solid #D9D9D9;
  transition: outline-width 0.3s, box-shadow 0.3s, transform 0.3s;
}
.p-top__banner__item a {
  display: block;
}
.p-top__banner__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (any-hover: hover) {
  .p-top__banner__item:hover {
    outline: 3px solid var(--main);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  }
  .p-top__banner__item:hover img {
    transform: scale(1.15);
  }
}
@media screen and (min-width: 835px) {
  .p-top__banner__progress {
    display: none;
  }
}
.p-top__banner__progress {
  position: relative;
  width: 100%;
  height: min(4.4px, 1.067vw);
  margin-top: min(22px, 5.333vw);
}
.p-top__banner__progress .swiper-scrollbar {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-top__banner__progress .swiper-scrollbar-drag {
  height: 100%;
  background-color: #fff;
  border-radius: 9999px;
  cursor: pointer;
}
.p-top__banner__progress.--white .swiper-scrollbar {
  background-color: #F2F2F2;
}
.p-top__banner__progress.--white .swiper-scrollbar-drag {
  background-color: #737373;
}
.p-top__banner .swiper {
  overflow: visible;
}
.p-top__banner .swiper-wrapper {
  overflow: visible;
}

.p-circle__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(13.6px, 1.058vw, 17.6px);
  margin-top: clamp(34px, 2.646vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-circle__list {
    gap: min(13.2px, 3.2vw);
    margin-top: min(35.2px, 8.533vw);
  }
}
.p-circle__item {
  position: relative;
  display: grid;
  background-color: #fff;
  transition: var(--duration);
}
@media screen and (min-width: 835px) {
  .p-circle__item {
    aspect-ratio: 1/1;
    width: clamp(170px, 13.228vw, 220px);
    padding-top: clamp(11.05px, 0.86vw, 14.3px);
    border-radius: 50%;
    color: var(--main);
    border: 3px solid var(--border-cl-02);
  }
}
@media screen and (max-width: 834px) {
  .p-circle__item {
    text-align: left;
    width: 100%;
    height: min(79.2px, 19.2vw);
    padding: 0 min(22px, 5.333vw);
    border-radius: 9999px;
    border: 2px solid var(--border-cl-02);
  }
}
@media (any-hover: hover) {
  .p-circle__item:hover {
    color: #fff;
    background-color: var(--main);
  }
  .p-circle__item:hover::after {
    color: var(--main);
    background-color: #fff;
  }
  .p-circle__item:hover p {
    color: #fff;
  }
  .p-circle__item:hover .img {
    color: #fff;
  }
  .p-circle__item:hover .p-circle__item__arrow {
    background-color: #fff;
  }
  .p-circle__item:hover .p-circle__item__arrow .arrow {
    color: var(--main);
  }
}
.p-circle__item__arrow {
  position: absolute;
  display: grid;
  place-content: center;
  color: #fff;
  border-radius: 50%;
  background-color: var(--main);
  transition: var(--duration);
}
@media screen and (min-width: 835px) {
  .p-circle__item__arrow {
    bottom: clamp(14.45px, 1.124vw, 18.7px);
    left: 50%;
    width: clamp(20.4px, 1.587vw, 26.4px);
    height: clamp(20.4px, 1.587vw, 26.4px);
    font-size: clamp(10.2px, 0.794vw, 13.2px);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 834px) {
  .p-circle__item__arrow {
    top: 50%;
    right: min(22px, 5.333vw);
    width: min(26.4px, 6.4vw);
    height: min(26.4px, 6.4vw);
    transform: translateY(-50%);
  }
}
.p-circle__item__arrow .arrow {
  display: block;
  transition: var(--duration);
}
@media screen and (min-width: 835px) {
  .p-circle__item__arrow .arrow {
    width: min(6.6px, 0.397vw);
    margin-left: min(1.65px, 0.099vw);
  }
}
@media screen and (max-width: 834px) {
  .p-circle__item__arrow .arrow {
    width: min(6.6px, 1.6vw);
    margin-left: min(1.65px, 0.4vw);
  }
}
.p-circle__item__wrap {
  font-weight: 700;
}
@media screen and (min-width: 835px) {
  .p-circle__item__wrap {
    font-size: clamp(13.6px, 1.058vw, 17.6px);
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .p-circle__item__wrap {
    display: grid;
    grid-template-columns: clamp(40.8px, 12.8vw, 52.8px) 1fr;
    align-items: center;
    gap: min(8.8px, 2.133vw);
  }
}
.p-circle__item__wrap .img {
  color: var(--main);
  transition: var(--duration);
}
@media screen and (min-width: 835px) {
  .p-circle__item__wrap .img {
    width: clamp(68px, 5.291vw, 88px);
    margin-bottom: clamp(5.1px, 0.397vw, 6.6px);
  }
}
.p-circle__item__wrap small {
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .p-circle__item__wrap small {
    font-size: clamp(10.2px, 0.794vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-circle__item__wrap small {
    display: block;
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-circle__item p {
  transition: var(--duration);
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-circle.--media .p-circle__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(17.6px, 1.058vw);
  }
}
.p-circle.--media .p-circle__item {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-circle.--media .p-circle__item {
    padding-top: min(26.4px, 1.587vw);
  }
}
@media screen and (max-width: 834px) {
  .p-circle.--media .p-circle__item {
    height: min(96.8px, 23.467vw);
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-circle.--media .p-circle__item::before {
  bottom: min(30.8px, 1.852vw);
}
@media screen and (max-width: 1194px) {
  .p-circle.--media .p-circle__item::before {
    bottom: 10px;
  }
}
@media screen and (max-width: 834px) {
  .p-circle.--media .p-circle__item__wrap {
    gap: min(13.2px, 3.2vw);
  }
}
@media screen and (min-width: 835px) {
  .p-circle.--media .p-circle__item__wrap .img {
    width: min(110px, 6.614vw);
    margin-bottom: min(6.6px, 0.397vw);
  }
}
@media screen and (max-width: 834px) {
  .p-circle.--media .p-circle__item__wrap .img {
    width: min(61.6px, 14.933vw);
  }
}

#kv-swiper {
  opacity: 0;
}
#kv-swiper.is-visible {
  opacity: 1;
  transition: opacity 0.5s ease 0.6s;
}

.p-kv__slider {
  overflow-x: clip;
}
.p-kv__slider__wrap {
  display: block;
  transition: var(--duration);
}
@media screen and (min-width: 835px) {
  .p-kv__slider__wrap {
    opacity: 0.6;
    aspect-ratio: 5/2;
    padding: min(44px, 2.646vw) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-kv__slider__wrap {
    aspect-ratio: 25/24;
  }
}
@media (any-hover: hover) {
  .p-kv__slider__wrap:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 835px) {
  .swiper-slide-active .p-kv__slider__wrap {
    padding: 0;
    opacity: 1;
  }
}
.p-kv__slider__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.p-kv__slider__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 835px) {
  .p-kv__slider__thumb img {
    border-radius: 20px;
  }
}
.p-kv .swiper {
  overflow: visible;
  box-sizing: border-box;
}
.p-kv .swiper-wrapper {
  overflow: visible;
}
.p-kv .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 835px) {
  .p-kv .swiper-pagination {
    gap: min(26.4px, 1.587vw);
    margin-top: min(26.4px, 1.587vw);
  }
}
@media screen and (max-width: 834px) {
  .p-kv .swiper-pagination {
    gap: min(17.6px, 4.267vw);
    margin-top: min(22px, 5.333vw);
  }
}
.p-kv .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1;
  background-color: #D9D9D9;
}
@media screen and (min-width: 835px) {
  .p-kv .swiper-pagination-bullet {
    width: min(15.4px, 0.926vw);
    height: min(15.4px, 0.926vw);
  }
}
@media screen and (max-width: 834px) {
  .p-kv .swiper-pagination-bullet {
    width: min(11px, 2.667vw);
    height: min(11px, 2.667vw);
  }
}
.p-kv .swiper-pagination-bullet-active {
  background-color: var(--main);
}
@media screen and (max-width: 834px) {
  .p-kv .swiper-button-next, .p-kv .swiper-button-prev {
    display: none;
  }
}
.p-kv .swiper-button-next, .p-kv .swiper-button-prev {
  width: min(70.4px, 4.233vw);
  height: min(70.4px, 4.233vw);
  margin: 0;
  border-radius: 50%;
  border: 2px solid var(--main);
  background-color: var(--main);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  transition: var(--duration);
  transform: translateY(-50%);
}
.p-kv .swiper-button-next::after, .p-kv .swiper-button-prev::after {
  content: "";
  display: block;
  width: min(17.6px, 1.058vw);
  height: min(17.6px, 1.058vw);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/assets/img/common/arrow2_white.svg");
  transition: var(--duration);
}
.p-kv .swiper-button-next {
  right: min(66px, 3.968vw);
  left: auto;
}
.p-kv .swiper-button-next::after {
  margin-left: min(3.3px, 0.198vw);
}
.p-kv .swiper-button-prev {
  right: auto;
  left: min(66px, 3.968vw);
}
.p-kv .swiper-button-prev::after {
  margin-right: min(3.3px, 0.198vw);
  transform: scaleX(-1);
}
@media (any-hover: hover) {
  .p-kv .swiper-button-next:hover, .p-kv .swiper-button-prev:hover {
    background-color: #fff;
  }
  .p-kv .swiper-button-next:hover::after, .p-kv .swiper-button-prev:hover::after {
    background-image: url("/assets/img/common/arrow2_blue.svg");
  }
}

.p-support__container {
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-support__container {
    row-gap: min(88px, 5.291vw);
  }
}
@media screen and (max-width: 834px) {
  .p-support__container {
    row-gap: min(44px, 10.667vw);
  }
}
.p-support__wrap {
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-support__wrap {
    row-gap: min(49.5px, 2.976vw);
  }
}
@media screen and (max-width: 834px) {
  .p-support__wrap {
    row-gap: min(44px, 10.667vw);
  }
}
@media screen and (min-width: 835px) {
  .p-support__wrap:has(.js-toggle) {
    row-gap: min(26.4px, 1.587vw);
  }
}
@media screen and (max-width: 834px) {
  .p-support__wrap:has(.js-toggle) {
    row-gap: min(17.6px, 4.267vw);
  }
}
.p-support__wrap .p-support__block:last-child .p-support__block__accordion {
  padding-bottom: 0;
}
.p-support__block__term {
  position: relative;
  font-weight: 700;
  background-color: #F2F2F2;
}
@media screen and (min-width: 835px) {
  .p-support__block__term {
    font-size: clamp(20.4px, 1.587vw, 26.4px);
    padding: clamp(17px, 1.323vw, 22px) clamp(20.4px, 1.587vw, 26.4px);
    padding-right: min(123.2px, 7.407vw);
  }
}
@media screen and (max-width: 834px) {
  .p-support__block__term {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    padding: min(22px, 5.333vw) min(22px, 5.333vw);
    padding-right: min(70.4px, 17.067vw);
  }
}
.p-support__block__term__icon {
  position: absolute;
  top: 50%;
  right: min(26.4px, 1.587vw);
  display: grid;
  place-content: center;
  width: min(52.8px, 3.175vw);
  height: min(52.8px, 3.175vw);
  background-color: var(--main);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: var(--duration);
}
@media screen and (max-width: 834px) {
  .p-support__block__term__icon {
    right: min(17.6px, 4.267vw);
    width: min(35.2px, 8.533vw);
    height: min(35.2px, 8.533vw);
  }
}
.p-support__block__term__icon:after {
  content: "\f067";
  color: #fff;
  line-height: 1;
  font-size: clamp(13.6px, 1.058vw, 17.6px);
  font-weight: 700;
  font-family: var(--font-awesome);
  transition: var(--duration);
}
@media screen and (max-width: 834px) {
  .p-support__block__term__icon:after {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.is-open .p-support__block__term__icon::after {
  content: "\f068";
}
.p-support__block__term.js-toggle {
  cursor: pointer;
  transition: var(--duration);
}
@media (hover: hover) {
  .p-support__block__term.js-toggle:hover {
    color: #fff;
    background-color: var(--main);
  }
  .p-support__block__term.js-toggle:hover .p-support__block__term__icon {
    background-color: #fff;
  }
  .p-support__block__term.js-toggle:hover .p-support__block__term__icon::after {
    color: var(--main);
  }
}
.p-support__block__accordion, .p-support__block__main {
  margin-top: min(26.4px, 1.587vw);
}
@media screen and (max-width: 834px) {
  .p-support__block__accordion, .p-support__block__main {
    margin-top: min(17.6px, 4.267vw);
  }
}
.p-support__block__accordion {
  display: none;
  padding-bottom: min(52.8px, 3.175vw);
}
@media screen and (max-width: 834px) {
  .p-support__block__accordion {
    margin-top: min(17.6px, 4.267vw);
  }
}

.p-archive {
  padding-bottom: min(132px, 7.937vw);
}
@media screen and (max-width: 834px) {
  .p-archive {
    padding-bottom: min(88px, 21.333vw);
  }
}
.p-archive__filter__container {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__filter__container {
    margin-bottom: fc_min(50);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__container {
    margin-bottom: fc_min(50, sp);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__container {
    width: 48%;
    display: inline-flex;
    margin-bottom: fc_min(30, sp);
  }
  .p-archive__filter__container + .p-archive__filter__container {
    margin-left: 2%;
  }
}
.p-archive__filter__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__filter__list {
    gap: fc_min(12) fc_min(8);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__list {
    gap: fc_min(12, sp) fc_min(8, sp);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__list {
    gap: fc_min(20, sp) fc_min(14, sp);
  }
}
@media screen and (min-width: 835px) {
  .p-archive__filter__head {
    margin-bottom: fc_min(40);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__head {
    margin-bottom: fc_min(30, sp);
  }
}
.p-archive__filter__head span {
  font-weight: var(--fw-bold);
  line-height: var(--lh-narrow);
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__filter__head span {
    font-size: fc_clamp(24);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__head span {
    font-size: fc_clamp(20, sp);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__head span {
    font-size: fc_clamp(13.5, sp);
  }
}
.p-archive__filter__head span::before {
  font-family: var(--font-awesome);
  content: "\f002";
}
@media screen and (min-width: 835px) {
  .p-archive__filter__head span::before {
    font-size: fc_clamp(21);
    margin-right: fc_min(10);
  }
}
@media screen and (min-width: 541px) {
  .p-archive__filter__head span::before {
    font-size: fc_clamp(18, sp);
    margin-right: fc_min(6, sp);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__head span::before {
    font-size: fc_clamp(13, sp);
    margin-right: fc_min(3, sp);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__head {
    width: 100%;
    height: fc_min(46, sp);
    background-color: #fff;
    border: var(--border-cl-01) solid var(--border-size-s);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__wrapper {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: fc_min(140, sp) fc_min(40, sp) fc_min(40, sp);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: auto;
  }
}
.p-archive__filter__close {
  display: none;
}
@media screen and (max-width: 540px) {
  .p-archive__filter__close {
    display: block;
    position: fixed;
    top: fc_min(90, sp);
    right: fc_min(20, sp);
    z-index: 10;
  }
  .p-archive__filter__close::before {
    font-family: var(--font-awesome);
    content: "\f00d";
    color: var(--text-cl-01);
    font-size: fc_min(24, sp);
  }
}
.p-archive__tag__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__tag__wrapper {
    gap: fc_min(12) fc_min(8);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__tag__wrapper {
    gap: fc_min(10, sp) fc_min(10, sp);
  }
}
.p-archive__tag {
  width: auto;
  background-color: #fff;
  color: var(--text-cl-01);
  border: var(--border-cl-01) solid var(--border-size-s);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.75em;
  transition: all var(--duration);
}
@media screen and (min-width: 835px) {
  .p-archive__tag {
    height: fc_min(33);
    font-size: fc_clamp(12);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__tag {
    height: fc_min(33, sp);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__tag {
    font-size: fc_clamp(16, sp);
  }
}
.p-archive__tag.is-active {
  border-color: var(--accent);
  color: var(--accent);
}
@media (any-hover: hover) {
  .p-archive__tag:hover {
    border-color: var(--accent);
    color: var(--accent);
  }
}
.p-archive__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 835px) {
  .p-archive__header {
    margin-bottom: fc_min(40);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__header {
    margin-bottom: fc_min(30, sp);
  }
}
.p-archive__header > *:first-child {
  margin-top: 0;
}
.p-archive__header > *:last-child {
  margin-bottom: 0;
}
.p-archive__header__title {
  margin: 0;
}
@media screen and (min-width: 835px) {
  .p-archive__header__title {
    width: calc(100% - fc_min(260));
  }
}
@media screen and (max-width: 834px) {
  .p-archive__header__title {
    width: calc(100% - fc_min(260));
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__title {
    width: calc(100% - fc_min(44, sp));
  }
}
@media screen and (min-width: 835px) {
  .p-archive__header__select {
    max-width: fc_min(230);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__header__select {
    max-width: fc_min(230, sp);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__select {
    width: fc_min(24, sp);
    height: fc_min(24, sp);
    border: none;
    padding: 0;
  }
  .p-archive__header__select::after {
    font-family: var(--font-awesome);
    content: "\f03a";
    font-size: fc_clamp(24);
    right: 0;
  }
}
@media screen and (max-width: 540px) and (max-width: 834px) {
  .p-archive__header__select::after {
    font-size: fc_clamp(24);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__select select {
    text-indent: -999em;
    padding: 0;
  }
}
.p-archive__row {
  display: grid;
}
@media screen and (min-width: 541px) {
  .p-archive__row {
    grid-template-columns: repeat(3, 1fr);
    gap: min(44px, 2.646vw) min(26.4px, 1.587vw);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__row {
    gap: min(22px, 5.333vw);
  }
}
.p-archive__list {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-archive__list {
    margin-bottom: fc_min(60);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list {
    margin-bottom: fc_min(40, sp);
  }
}
.p-archive__list__item {
  border-bottom: var(--border-cl-01) solid var(--border-size-s);
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__list__item {
    padding: fc_min(40) 0 fc_min(28);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__item {
    display: block;
    padding: fc_min(20, sp) 0;
  }
}
.p-archive__list__item:first-child {
  padding-top: 0;
}
.p-archive__list__item .p-archive__list__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (any-hover: hover) {
  .p-archive__list__item:hover {
    cursor: pointer;
  }
  .p-archive__list__item:hover .p-archive__list__lead a {
    opacity: 0.6;
  }
}
.p-archive__list__item > *:first-child {
  margin-top: 0;
}
.p-archive__list__item > *:last-child {
  margin-bottom: 0;
}
.p-archive__list__lead {
  width: 100%;
  font-weight: var(--fw-medium);
  line-height: var(--lh-narrow);
  margin: 1em 0 1.5em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 835px) {
  .p-archive__list__lead {
    font-size: fc_clamp(16);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__lead {
    font-size: fc_clamp(14, sp);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__list__lead {
    -webkit-line-clamp: 3;
  }
}
.p-archive__list__lead a {
  color: var(--text-cl-01);
  text-decoration: none;
}
.p-archive__list__date {
  color: var(--text-cl-02);
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__list__date {
    font-size: fc_clamp(15);
    margin-top: fc_min(10);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__date {
    font-size: fc_clamp(13, sp);
    margin-top: fc_min(10, sp);
  }
}
.p-archive__category__list {
  border-top: var(--border-cl-01) solid var(--border-size-s);
  border-bottom: var(--border-cl-01) solid var(--border-size-s);
}
.p-archive__category__item::marker {
  content: none;
}
.p-archive__category__item {
  list-style-type: none;
}
.p-archive__category__item:not(:last-child) {
  border-bottom: var(--border-cl-01) dashed var(--border-size-s);
}
.p-archive__category__item a {
  width: 100%;
  font-weight: var(--fw-medium);
  line-height: var(--lh-narrow);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__category__item a {
    font-size: fc_clamp(16);
    padding: fc_min(16) fc_min(65) fc_min(16) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__item a {
    font-size: fc_clamp(14, sp);
    padding: fc_min(16, sp) fc_min(40, sp) fc_min(16, sp) 0;
  }
}
.p-archive__category__item a::after {
  font-family: var(--font-awesome);
  content: "\f105";
  color: var(--accent);
  font-weight: var(--fw-medium);
  line-height: var(--lh-fit);
  border-radius: calc(infinity * 1px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all var(--duration);
}
@media screen and (min-width: 835px) {
  .p-archive__category__item a::after {
    font-size: fc_clamp(20);
    right: fc_min(20);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__item a::after {
    font-size: fc_clamp(20, sp);
    right: fc_min(10, sp);
  }
}
@media (any-hover: hover) {
  .p-archive__category__item a:hover {
    opacity: 0.7;
  }
}
.p-archive__category__sub__head {
  width: 100%;
  height: auto;
  color: var(--text-cl-01);
  font-weight: var(--fw-medium);
  position: relative;
  cursor: pointer;
  transition: all var(--duration);
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__head {
    font-size: fc_clamp(16);
    padding: fc_min(20) fc_min(65) fc_min(20) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__head {
    font-size: fc_clamp(14, sp);
    padding: fc_min(20, sp) fc_min(65, sp) fc_min(20, sp) 0;
  }
}
.p-archive__category__sub__head::after {
  font-family: var(--font-awesome);
  content: "\f067";
  color: var(--accent);
  padding-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all var(--duration);
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__head::after {
    font-size: fc_clamp(18);
    right: fc_min(18);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__head::after {
    font-size: fc_clamp(18, sp);
    right: fc_min(8, sp);
  }
}
@media (any-hover: hover) {
  .p-archive__category__sub__head:hover {
    opacity: 0.7;
  }
}
.p-archive__category__sub__head.is-active {
  color: var(--text-cl-01);
}
.p-archive__category__sub__head.is-active::after {
  color: var(--accent);
  content: "\f068";
}
.p-archive__category__sub__wrapper {
  display: none;
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__wrapper {
    padding-bottom: fc_min(20);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__wrapper {
    padding-bottom: fc_min(20, sp);
  }
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__item {
    padding-left: fc_min(25);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item {
    padding-left: fc_min(25, sp);
  }
}
.p-archive__category__sub__item a {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__item a {
    padding-left: fc_min(15);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item a {
    padding-left: fc_min(15, sp);
  }
}
.p-archive__category__sub__item a::after {
  content: none;
}
.p-archive__category__sub__item a::before {
  font-family: var(--font-awesome);
  content: "\f105";
  color: var(--accent);
  font-weight: var(--fw-medium);
  line-height: var(--lh-fit);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all var(--duration);
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__item a::before {
    font-size: fc_min(18);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item a::before {
    font-size: fc_min(18, sp);
  }
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__item:not(:last-child) {
    margin-bottom: fc_min(20);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item:not(:last-child) {
    margin-bottom: fc_min(20, sp);
  }
}
.p-archive__banner {
  margin: auto;
}
@media screen and (min-width: 835px) {
  .p-archive__banner {
    max-width: fc_min(390);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__banner {
    width: calc(100% - fc_min(40, sp));
    max-width: fc_min(390, sp);
  }
}

@media (any-hover: hover) {
  a.p-archive__tag:hover {
    border-color: var(--accent);
    color: var(--accent);
  }
}

.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--accent {
  color: var(--accent);
}
.u-color--main {
  color: var(--main);
}
.u-color--base {
  color: var(--base);
}
.u-color {
  /* 案件によって必要なサブカラーを追加する
  &--sub-1{
    color: $sub-1;
  }
  &--sub-1{
    color: $sub-1;
  }
  */
}
.u-color--text {
  color: var(--text-cl-01);
}
.u-color--text-second {
  color: var(--text-cl-02);
}
.u-color--text-third {
  color: var(--text-cl-03);
}
.u-color--text-white {
  color: var(--text-cl-04);
}
.u-color--text-link {
  color: var(--link-01);
}
.u-color--text-placeholder {
  color: var(--text-cl-placeholder);
}
.u-color--text-alert {
  color: var(--text-cl-alert);
}
.u-color--border {
  border: var(--border-cl-01) solid var(--border-size-s);
}
.u-color--bg-gray {
  background-color: var(--bg-01);
}
.u-color--bg-alert {
  background-color: var(--bg-alert);
}

@media screen and (min-width: 835px) {
  .is-pc {
    display: block !important;
  }
}
@media screen and (max-width: 834px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .is-sp {
    display: block !important;
  }
}

.d-hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.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(110px, 6.614vw);
}
.u-mt-120 {
  margin-top: min(132px, 7.937vw);
}
.u-mt-160 {
  margin-top: min(176px, 10.582vw);
}
.u-mt-200 {
  margin-top: min(220px, 13.228vw);
}
@media screen and (max-width: 834px) {
  .u-mt-100 {
    margin-top: min(110px, 26.667vw);
  }
  .u-mt-120 {
    margin-top: min(132px, 32vw);
  }
  .u-mt-160 {
    margin-top: min(176px, 42.667vw);
  }
  .u-mt-200 {
    margin-top: min(220px, 53.333vw);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mr-80 {
  margin-right: min(88px, 5.291vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-80 {
    margin-right: min(88px, 21.333vw) !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(0px, 0vw) !important;
  }
  .u-mb-md-0 {
    margin-bottom: min(0px, 0vw) !important;
  }
  .u-ml-md-0 {
    margin-left: min(0px, 0vw) !important;
  }
  .u-mr-md-0 {
    margin-right: min(0px, 0vw) !important;
  }
  .u-mt-md-4 {
    margin-top: min(4.4px, 1.067vw) !important;
  }
  .u-mb-md-4 {
    margin-bottom: min(4.4px, 1.067vw) !important;
  }
  .u-ml-md-4 {
    margin-left: min(4.4px, 1.067vw) !important;
  }
  .u-mr-md-4 {
    margin-right: min(4.4px, 1.067vw) !important;
  }
  .u-mt-md-8 {
    margin-top: min(8.8px, 2.133vw) !important;
  }
  .u-mb-md-8 {
    margin-bottom: min(8.8px, 2.133vw) !important;
  }
  .u-ml-md-8 {
    margin-left: min(8.8px, 2.133vw) !important;
  }
  .u-mr-md-8 {
    margin-right: min(8.8px, 2.133vw) !important;
  }
  .u-mt-md-12 {
    margin-top: min(13.2px, 3.2vw) !important;
  }
  .u-mb-md-12 {
    margin-bottom: min(13.2px, 3.2vw) !important;
  }
  .u-ml-md-12 {
    margin-left: min(13.2px, 3.2vw) !important;
  }
  .u-mr-md-12 {
    margin-right: min(13.2px, 3.2vw) !important;
  }
  .u-mt-md-16 {
    margin-top: min(17.6px, 4.267vw) !important;
  }
  .u-mb-md-16 {
    margin-bottom: min(17.6px, 4.267vw) !important;
  }
  .u-ml-md-16 {
    margin-left: min(17.6px, 4.267vw) !important;
  }
  .u-mr-md-16 {
    margin-right: min(17.6px, 4.267vw) !important;
  }
  .u-mt-md-20 {
    margin-top: min(22px, 5.333vw) !important;
  }
  .u-mb-md-20 {
    margin-bottom: min(22px, 5.333vw) !important;
  }
  .u-ml-md-20 {
    margin-left: min(22px, 5.333vw) !important;
  }
  .u-mr-md-20 {
    margin-right: min(22px, 5.333vw) !important;
  }
  .u-mt-md-24 {
    margin-top: min(26.4px, 6.4vw) !important;
  }
  .u-mb-md-24 {
    margin-bottom: min(26.4px, 6.4vw) !important;
  }
  .u-ml-md-24 {
    margin-left: min(26.4px, 6.4vw) !important;
  }
  .u-mr-md-24 {
    margin-right: min(26.4px, 6.4vw) !important;
  }
  .u-mt-md-28 {
    margin-top: min(30.8px, 7.467vw) !important;
  }
  .u-mb-md-28 {
    margin-bottom: min(30.8px, 7.467vw) !important;
  }
  .u-ml-md-28 {
    margin-left: min(30.8px, 7.467vw) !important;
  }
  .u-mr-md-28 {
    margin-right: min(30.8px, 7.467vw) !important;
  }
  .u-mt-md-32 {
    margin-top: min(35.2px, 8.533vw) !important;
  }
  .u-mb-md-32 {
    margin-bottom: min(35.2px, 8.533vw) !important;
  }
  .u-ml-md-32 {
    margin-left: min(35.2px, 8.533vw) !important;
  }
  .u-mr-md-32 {
    margin-right: min(35.2px, 8.533vw) !important;
  }
  .u-mt-md-36 {
    margin-top: min(39.6px, 9.6vw) !important;
  }
  .u-mb-md-36 {
    margin-bottom: min(39.6px, 9.6vw) !important;
  }
  .u-ml-md-36 {
    margin-left: min(39.6px, 9.6vw) !important;
  }
  .u-mr-md-36 {
    margin-right: min(39.6px, 9.6vw) !important;
  }
  .u-mt-md-40 {
    margin-top: min(44px, 10.667vw) !important;
  }
  .u-mb-md-40 {
    margin-bottom: min(44px, 10.667vw) !important;
  }
  .u-ml-md-40 {
    margin-left: min(44px, 10.667vw) !important;
  }
  .u-mr-md-40 {
    margin-right: min(44px, 10.667vw) !important;
  }
  .u-mt-md-44 {
    margin-top: min(48.4px, 11.733vw) !important;
  }
  .u-mb-md-44 {
    margin-bottom: min(48.4px, 11.733vw) !important;
  }
  .u-ml-md-44 {
    margin-left: min(48.4px, 11.733vw) !important;
  }
  .u-mr-md-44 {
    margin-right: min(48.4px, 11.733vw) !important;
  }
  .u-mt-md-48 {
    margin-top: min(52.8px, 12.8vw) !important;
  }
  .u-mb-md-48 {
    margin-bottom: min(52.8px, 12.8vw) !important;
  }
  .u-ml-md-48 {
    margin-left: min(52.8px, 12.8vw) !important;
  }
  .u-mr-md-48 {
    margin-right: min(52.8px, 12.8vw) !important;
  }
  .u-mt-md-52 {
    margin-top: min(57.2px, 13.867vw) !important;
  }
  .u-mb-md-52 {
    margin-bottom: min(57.2px, 13.867vw) !important;
  }
  .u-ml-md-52 {
    margin-left: min(57.2px, 13.867vw) !important;
  }
  .u-mr-md-52 {
    margin-right: min(57.2px, 13.867vw) !important;
  }
  .u-mt-md-56 {
    margin-top: min(61.6px, 14.933vw) !important;
  }
  .u-mb-md-56 {
    margin-bottom: min(61.6px, 14.933vw) !important;
  }
  .u-ml-md-56 {
    margin-left: min(61.6px, 14.933vw) !important;
  }
  .u-mr-md-56 {
    margin-right: min(61.6px, 14.933vw) !important;
  }
  .u-mt-md-60 {
    margin-top: min(66px, 16vw) !important;
  }
  .u-mb-md-60 {
    margin-bottom: min(66px, 16vw) !important;
  }
  .u-ml-md-60 {
    margin-left: min(66px, 16vw) !important;
  }
  .u-mr-md-60 {
    margin-right: min(66px, 16vw) !important;
  }
  .u-mt-md-64 {
    margin-top: min(70.4px, 17.067vw) !important;
  }
  .u-mb-md-64 {
    margin-bottom: min(70.4px, 17.067vw) !important;
  }
  .u-ml-md-64 {
    margin-left: min(70.4px, 17.067vw) !important;
  }
  .u-mr-md-64 {
    margin-right: min(70.4px, 17.067vw) !important;
  }
  .u-mt-md-68 {
    margin-top: min(74.8px, 18.133vw) !important;
  }
  .u-mb-md-68 {
    margin-bottom: min(74.8px, 18.133vw) !important;
  }
  .u-ml-md-68 {
    margin-left: min(74.8px, 18.133vw) !important;
  }
  .u-mr-md-68 {
    margin-right: min(74.8px, 18.133vw) !important;
  }
  .u-mt-md-72 {
    margin-top: min(79.2px, 19.2vw) !important;
  }
  .u-mb-md-72 {
    margin-bottom: min(79.2px, 19.2vw) !important;
  }
  .u-ml-md-72 {
    margin-left: min(79.2px, 19.2vw) !important;
  }
  .u-mr-md-72 {
    margin-right: min(79.2px, 19.2vw) !important;
  }
  .u-mt-md-76 {
    margin-top: min(83.6px, 20.267vw) !important;
  }
  .u-mb-md-76 {
    margin-bottom: min(83.6px, 20.267vw) !important;
  }
  .u-ml-md-76 {
    margin-left: min(83.6px, 20.267vw) !important;
  }
  .u-mr-md-76 {
    margin-right: min(83.6px, 20.267vw) !important;
  }
  .u-mt-md-80 {
    margin-top: min(88px, 21.333vw) !important;
  }
  .u-mb-md-80 {
    margin-bottom: min(88px, 21.333vw) !important;
  }
  .u-ml-md-80 {
    margin-left: min(88px, 21.333vw) !important;
  }
  .u-mr-md-80 {
    margin-right: min(88px, 21.333vw) !important;
  }
}
.u-pt-0 {
  padding-top: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-0 {
    padding-top: min(0px, 0vw) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-textlink {
  display: inline-block;
  position: relative;
}
.u-textlink.--arrow {
  padding-left: min(26.4px, 1.587vw);
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .u-textlink.--arrow {
    padding-left: min(26.4px, 6.4vw);
  }
}
.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(11px, 0.661vw) !important;
  min-width: min(11px, 0.661vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-10 {
    width: min(11px, 2.667vw) !important;
    min-width: min(11px, 2.667vw) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-wid-1000 {
  width: min(1100px, 66.138vw) !important;
  min-width: min(1100px, 66.138vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-1000 {
    width: min(1100px, 266.667vw) !important;
    min-width: min(1100px, 266.667vw) !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(11px, 0.661vw) !important;
    min-width: min(11px, 0.661vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-10 {
    width: min(11px, 2.667vw) !important;
    min-width: min(11px, 2.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-20 {
    width: min(22px, 1.323vw) !important;
    min-width: min(22px, 1.323vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-20 {
    width: min(22px, 5.333vw) !important;
    min-width: min(22px, 5.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-30 {
    width: min(33px, 1.984vw) !important;
    min-width: min(33px, 1.984vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-30 {
    width: min(33px, 8vw) !important;
    min-width: min(33px, 8vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-40 {
    width: min(44px, 2.646vw) !important;
    min-width: min(44px, 2.646vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-40 {
    width: min(44px, 10.667vw) !important;
    min-width: min(44px, 10.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-50 {
    width: min(55px, 3.307vw) !important;
    min-width: min(55px, 3.307vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-50 {
    width: min(55px, 13.333vw) !important;
    min-width: min(55px, 13.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-60 {
    width: min(66px, 3.968vw) !important;
    min-width: min(66px, 3.968vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-60 {
    width: min(66px, 16vw) !important;
    min-width: min(66px, 16vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-70 {
    width: min(77px, 4.63vw) !important;
    min-width: min(77px, 4.63vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-70 {
    width: min(77px, 18.667vw) !important;
    min-width: min(77px, 18.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-80 {
    width: min(88px, 5.291vw) !important;
    min-width: min(88px, 5.291vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-80 {
    width: min(88px, 21.333vw) !important;
    min-width: min(88px, 21.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-90 {
    width: min(99px, 5.952vw) !important;
    min-width: min(99px, 5.952vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-90 {
    width: min(99px, 24vw) !important;
    min-width: min(99px, 24vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-100 {
    width: min(110px, 6.614vw) !important;
    min-width: min(110px, 6.614vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-100 {
    width: min(110px, 26.667vw) !important;
    min-width: min(110px, 26.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-110 {
    width: min(121px, 7.275vw) !important;
    min-width: min(121px, 7.275vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-110 {
    width: min(121px, 29.333vw) !important;
    min-width: min(121px, 29.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-120 {
    width: min(132px, 7.937vw) !important;
    min-width: min(132px, 7.937vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-120 {
    width: min(132px, 32vw) !important;
    min-width: min(132px, 32vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-130 {
    width: min(143px, 8.598vw) !important;
    min-width: min(143px, 8.598vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-130 {
    width: min(143px, 34.667vw) !important;
    min-width: min(143px, 34.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-140 {
    width: min(154px, 9.259vw) !important;
    min-width: min(154px, 9.259vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-140 {
    width: min(154px, 37.333vw) !important;
    min-width: min(154px, 37.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-150 {
    width: min(165px, 9.921vw) !important;
    min-width: min(165px, 9.921vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-150 {
    width: min(165px, 40vw) !important;
    min-width: min(165px, 40vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-160 {
    width: min(176px, 10.582vw) !important;
    min-width: min(176px, 10.582vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-160 {
    width: min(176px, 42.667vw) !important;
    min-width: min(176px, 42.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-170 {
    width: min(187px, 11.243vw) !important;
    min-width: min(187px, 11.243vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-170 {
    width: min(187px, 45.333vw) !important;
    min-width: min(187px, 45.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-180 {
    width: min(198px, 11.905vw) !important;
    min-width: min(198px, 11.905vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-180 {
    width: min(198px, 48vw) !important;
    min-width: min(198px, 48vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-190 {
    width: min(209px, 12.566vw) !important;
    min-width: min(209px, 12.566vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-190 {
    width: min(209px, 50.667vw) !important;
    min-width: min(209px, 50.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-200 {
    width: min(220px, 13.228vw) !important;
    min-width: min(220px, 13.228vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-200 {
    width: min(220px, 53.333vw) !important;
    min-width: min(220px, 53.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-210 {
    width: min(231px, 13.889vw) !important;
    min-width: min(231px, 13.889vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-210 {
    width: min(231px, 56vw) !important;
    min-width: min(231px, 56vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-220 {
    width: min(242px, 14.55vw) !important;
    min-width: min(242px, 14.55vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-220 {
    width: min(242px, 58.667vw) !important;
    min-width: min(242px, 58.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-230 {
    width: min(253px, 15.212vw) !important;
    min-width: min(253px, 15.212vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-230 {
    width: min(253px, 61.333vw) !important;
    min-width: min(253px, 61.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-240 {
    width: min(264px, 15.873vw) !important;
    min-width: min(264px, 15.873vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-240 {
    width: min(264px, 64vw) !important;
    min-width: min(264px, 64vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-250 {
    width: min(275px, 16.534vw) !important;
    min-width: min(275px, 16.534vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-250 {
    width: min(275px, 66.667vw) !important;
    min-width: min(275px, 66.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-260 {
    width: min(286px, 17.196vw) !important;
    min-width: min(286px, 17.196vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-260 {
    width: min(286px, 69.333vw) !important;
    min-width: min(286px, 69.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-270 {
    width: min(297px, 17.857vw) !important;
    min-width: min(297px, 17.857vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-270 {
    width: min(297px, 72vw) !important;
    min-width: min(297px, 72vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-280 {
    width: min(308px, 18.519vw) !important;
    min-width: min(308px, 18.519vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-280 {
    width: min(308px, 74.667vw) !important;
    min-width: min(308px, 74.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-290 {
    width: min(319px, 19.18vw) !important;
    min-width: min(319px, 19.18vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-290 {
    width: min(319px, 77.333vw) !important;
    min-width: min(319px, 77.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-300 {
    width: min(330px, 19.841vw) !important;
    min-width: min(330px, 19.841vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-300 {
    width: min(330px, 80vw) !important;
    min-width: min(330px, 80vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-310 {
    width: min(341px, 20.503vw) !important;
    min-width: min(341px, 20.503vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-310 {
    width: min(341px, 82.667vw) !important;
    min-width: min(341px, 82.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-320 {
    width: min(352px, 21.164vw) !important;
    min-width: min(352px, 21.164vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-320 {
    width: min(352px, 85.333vw) !important;
    min-width: min(352px, 85.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-330 {
    width: min(363px, 21.825vw) !important;
    min-width: min(363px, 21.825vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-330 {
    width: min(363px, 88vw) !important;
    min-width: min(363px, 88vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-340 {
    width: min(374px, 22.487vw) !important;
    min-width: min(374px, 22.487vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-340 {
    width: min(374px, 90.667vw) !important;
    min-width: min(374px, 90.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-350 {
    width: min(385px, 23.148vw) !important;
    min-width: min(385px, 23.148vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-350 {
    width: min(385px, 93.333vw) !important;
    min-width: min(385px, 93.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-360 {
    width: min(396px, 23.81vw) !important;
    min-width: min(396px, 23.81vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-360 {
    width: min(396px, 96vw) !important;
    min-width: min(396px, 96vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-370 {
    width: min(407px, 24.471vw) !important;
    min-width: min(407px, 24.471vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-370 {
    width: min(407px, 98.667vw) !important;
    min-width: min(407px, 98.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-380 {
    width: min(418px, 25.132vw) !important;
    min-width: min(418px, 25.132vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-380 {
    width: min(418px, 101.333vw) !important;
    min-width: min(418px, 101.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-390 {
    width: min(429px, 25.794vw) !important;
    min-width: min(429px, 25.794vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-390 {
    width: min(429px, 104vw) !important;
    min-width: min(429px, 104vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-400 {
    width: min(440px, 26.455vw) !important;
    min-width: min(440px, 26.455vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-400 {
    width: min(440px, 106.667vw) !important;
    min-width: min(440px, 106.667vw) !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;
  }
}
/*# sourceMappingURL=style.css.map */