@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@500&display=swap");
/*! destyle.css v2.0.2 | 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;
}

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
/* 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] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  appearance: checkbox;
}

[type=radio] {
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body {
  width: 100%;
  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: #000;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

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

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

svg {
  fill: currentcolor;
  vertical-align: bottom;
}

p small {
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

hr {
  height: 1px;
  border: none;
  margin: 20px 0;
}

sub {
  font-size: 70%;
  vertical-align: super;
}

.disnone {
  display: none;
}

:root {
  --max-w: min(1234px, 100%);
}
@media (max-width: 768px) {
  :root {
    --max-w: calc(1204/1440*100vw);
  }
}
@media (max-width: 540px) {
  :root {
    --max-w: calc(345/375*100vw);
  }
}

.l-body {
  overflow-x: hidden;
}
.l-body__lp {
  overflow-x: hidden;
  display: grid;
  align-items: start;
  margin: 0 auto;
  padding: 0 15px;
  min-height: 100vh;
  grid-template: "... ...... ..." 36px "... header ..." 74px "... ...... ..." 20px "... main   ..." 1fr "... footer ..." auto/auto var(--max-w) auto;
}
@media (max-width: 1174px) {
  .l-body__lp {
    grid-template: "... ...... ..." 0 "... header ..." 94px "... ...... ..." 20px "... main   ..." 1fr "... footer ..." auto/auto var(--max-w) auto;
  }
}
@media (max-width: 768px) {
  .l-body__lp {
    padding: 0;
    grid-template: "... ...... ..." 0 "... header ..." 94px "... ...... ..." 2px "... main   ..." 1fr "... footer ..." auto/auto var(--max-w) auto;
  }
}
.l-body__top {
  overflow-x: hidden;
  display: grid;
  align-items: start;
  margin: 0 auto;
  padding: 0 15px;
  min-height: 100vh;
  grid-template: "... main   ..." 1fr "... footer ..." auto/auto var(--max-w) auto;
}
.l-header {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: header;
}
.l-main {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  grid-area: main;
}
.l-body__top > .l-main {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.l-footer {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  grid-area: footer;
}
.l-body__top > .l-footer {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media (max-width: 1174px){
  .l-header {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .l-main {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .l-footer {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
}
@media (max-width: 768px){
  .l-header {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .l-main {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .l-footer {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
}
.l-contents {
  position: relative;
  z-index: 0;
  padding-top: 44px;
}
@media (max-width: 768px) {
  .l-contents {
    padding-top: 8px;
  }
}
.l-contents > * {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .l-contents > * {
    padding-top: 100px;
  }
}
.l-contents__top {
  padding-top: 0;
}
.l-inner {
  width: 76.1750405186%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-inner {
    width: 100%;
  }
}
.l-full {
  overflow-x: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.c-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 768px) {
  .c-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.c-row__gutters--wide {
  margin-right: -30px;
  margin-left: -30px;
}
@media (max-width: 768px) {
  .c-row__gutters--wide {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.c-row__gutters--wide > .c-col, .c-row__gutters--wide > [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .c-row__gutters--wide > .c-col, .c-row__gutters--wide > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.c-row__gutters--narrow {
  margin-right: -5px;
  margin-left: -5px;
}
.c-row__gutters--narrow > .c-col, .c-row__gutters--narrow > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.c-row__gutters--none {
  margin-right: 0;
  margin-left: 0;
}
.c-row__gutters--none > .c-col, .c-row__gutters--none > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.c-row--end {
  align-items: flex-end;
  justify-content: flex-end;
}
.c-row__gap20 {
  row-gap: 20px;
}

.c-va-center {
  align-items: center;
  display: flex;
}

.c-col-1, .c-col-2, .c-col-2-4, .c-col-3, .c-col-4, .c-col-5, .c-col-6, .c-col-7, .c-col-8, .c-col-9, .c-col-10, .c-col-11, .c-col-12, .c-col, .c-col-auto, .c-col-lg-1, .c-col-lg-2, .c-col-lg-3, .c-col-lg-4, .c-col-lg-5, .c-col-lg-6, .c-col-lg-7, .c-col-lg-8, .c-col-lg-9, .c-col-lg-10, .c-col-lg-11, .c-col-lg-12, .c-col-lg, .c-col-lg-auto, .c-col-bs-1, .c-col-bs-2, .c-col-bs-3, .c-col-bs-4, .c-col-bs-5, .c-col-bs-6, .c-col-bs-7, .c-col-bs-8, .c-col-bs-9, .c-col-bs-10, .c-col-bs-11, .c-col-bs-12, .c-col-bs, .c-col-pc-1, .c-col-pc-2, .c-col-pc-3, .c-col-pc-4, .c-col-pc-5, .c-col-pc-6, .c-col-pc-7, .c-col-pc-8, .c-col-pc-9, .c-col-pc-10, .c-col-pc-11, .c-col-pc-12, .c-col-pc, .c-col-pc-auto, .c-col-bs-auto, .c-col-md-1, .c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-5, .c-col-md-6, .c-col-md-7, .c-col-md-8, .c-col-md-9, .c-col-md-10, .c-col-md-11, .c-col-md-12, .c-col-md, .c-col-md-auto, .c-col-sm-1, .c-col-sm-2, .c-col-sm-3, .c-col-sm-4, .c-col-sm-5, .c-col-sm-6, .c-col-sm-7, .c-col-sm-8, .c-col-sm-9, .c-col-sm-10, .c-col-sm-11, .c-col-sm-12, .c-col-sm, .c-col-sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .c-col-1, .c-col-2, .c-col-2-4, .c-col-3, .c-col-4, .c-col-5, .c-col-6, .c-col-7, .c-col-8, .c-col-9, .c-col-10, .c-col-11, .c-col-12, .c-col, .c-col-auto, .c-col-lg-1, .c-col-lg-2, .c-col-lg-3, .c-col-lg-4, .c-col-lg-5, .c-col-lg-6, .c-col-lg-7, .c-col-lg-8, .c-col-lg-9, .c-col-lg-10, .c-col-lg-11, .c-col-lg-12, .c-col-lg, .c-col-lg-auto, .c-col-bs-1, .c-col-bs-2, .c-col-bs-3, .c-col-bs-4, .c-col-bs-5, .c-col-bs-6, .c-col-bs-7, .c-col-bs-8, .c-col-bs-9, .c-col-bs-10, .c-col-bs-11, .c-col-bs-12, .c-col-bs, .c-col-pc-1, .c-col-pc-2, .c-col-pc-3, .c-col-pc-4, .c-col-pc-5, .c-col-pc-6, .c-col-pc-7, .c-col-pc-8, .c-col-pc-9, .c-col-pc-10, .c-col-pc-11, .c-col-pc-12, .c-col-pc, .c-col-pc-auto, .c-col-bs-auto, .c-col-md-1, .c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-5, .c-col-md-6, .c-col-md-7, .c-col-md-8, .c-col-md-9, .c-col-md-10, .c-col-md-11, .c-col-md-12, .c-col-md, .c-col-md-auto, .c-col-sm-1, .c-col-sm-2, .c-col-sm-3, .c-col-sm-4, .c-col-sm-5, .c-col-sm-6, .c-col-sm-7, .c-col-sm-8, .c-col-sm-9, .c-col-sm-10, .c-col-sm-11, .c-col-sm-12, .c-col-sm, .c-col-sm-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.c-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.c-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.c-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.c-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.c-col-2-4 {
  flex: 0 0 20%;
  max-width: 20%;
}

.c-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.c-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.c-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.c-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.c-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.c-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.c-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.c-col-12 + .c-col-12 {
  margin-top: 10px;
}

.c-order-first {
  order: -1;
}

.c-order-last {
  order: 13;
}

.c-order-0 {
  order: 0;
}

.c-order-1 {
  order: 1;
}

.c-order-2 {
  order: 2;
}

.c-order-3 {
  order: 3;
}

.c-order-4 {
  order: 4;
}

.c-order-5 {
  order: 5;
}

.c-order-6 {
  order: 6;
}

.c-order-7 {
  order: 7;
}

.c-order-8 {
  order: 8;
}

.c-order-9 {
  order: 9;
}

.c-order-10 {
  order: 10;
}

.c-order-11 {
  order: 11;
}

.c-order-12 {
  order: 12;
}

.c-offset-1 {
  margin-left: 8.3333333333%;
}

.c-offset-2 {
  margin-left: 16.6666666667%;
}

.c-offset-3 {
  margin-left: 25%;
}

.c-offset-4 {
  margin-left: 33.3333333333%;
}

.c-offset-5 {
  margin-left: 41.6666666667%;
}

.c-offset-6 {
  margin-left: 50%;
}

.c-offset-7 {
  margin-left: 58.3333333333%;
}

.c-offset-8 {
  margin-left: 66.6666666667%;
}

.c-offset-9 {
  margin-left: 75%;
}

.c-offset-10 {
  margin-left: 83.3333333333%;
}

.c-offset-11 {
  margin-left: 91.6666666667%;
}

/* pc */
@media (min-width: 769px) {
  .c-col-pc {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-pc-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-pc-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-pc-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-pc-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-pc-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-pc-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-pc-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-pc-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-pc-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-pc-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-pc-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-pc-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-pc-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-pc-first {
    order: -1;
  }
  .c-order-pc-last {
    order: 13;
  }
  .c-order-pc-0 {
    order: 0;
  }
  .c-order-pc-1 {
    order: 1;
  }
  .c-order-pc-2 {
    order: 2;
  }
  .c-order-pc-3 {
    order: 3;
  }
  .c-order-pc-4 {
    order: 4;
  }
  .c-order-pc-5 {
    order: 5;
  }
  .c-order-pc-6 {
    order: 6;
  }
  .c-order-pc-7 {
    order: 7;
  }
  .c-order-pc-8 {
    order: 8;
  }
  .c-order-pc-9 {
    order: 9;
  }
  .c-order-pc-10 {
    order: 10;
  }
  .c-order-pc-11 {
    order: 11;
  }
  .c-order-pc-12 {
    order: 12;
  }
  .c-offset-pc-0 {
    margin-left: 0;
  }
  .c-offset-pc-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-pc-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-pc-3 {
    margin-left: 25%;
  }
  .c-offset-pc-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-pc-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-pc-6 {
    margin-left: 50%;
  }
  .c-offset-pc-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-pc-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-pc-9 {
    margin-left: 75%;
  }
  .c-offset-pc-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-pc-11 {
    margin-left: 91.6666666667%;
  }
}
/* bs */
@media (min-width: 1281px) {
  .c-col-bs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-bs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-bs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-bs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-bs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-bs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-bs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-bs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-bs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-bs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-bs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-bs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-bs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-bs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-bs-first {
    order: -1;
  }
  .c-order-bs-last {
    order: 13;
  }
  .c-order-bs-0 {
    order: 0;
  }
  .c-order-bs-1 {
    order: 1;
  }
  .c-order-bs-2 {
    order: 2;
  }
  .c-order-bs-3 {
    order: 3;
  }
  .c-order-bs-4 {
    order: 4;
  }
  .c-order-bs-5 {
    order: 5;
  }
  .c-order-bs-6 {
    order: 6;
  }
  .c-order-bs-7 {
    order: 7;
  }
  .c-order-bs-8 {
    order: 8;
  }
  .c-order-bs-9 {
    order: 9;
  }
  .c-order-bs-10 {
    order: 10;
  }
  .c-order-bs-11 {
    order: 11;
  }
  .c-order-bs-12 {
    order: 12;
  }
  .c-offset-bs-0 {
    margin-left: 0;
  }
  .c-offset-bs-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-bs-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-bs-3 {
    margin-left: 25%;
  }
  .c-offset-bs-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-bs-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-bs-6 {
    margin-left: 50%;
  }
  .c-offset-bs-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-bs-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-bs-9 {
    margin-left: 75%;
  }
  .c-offset-bs-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-bs-11 {
    margin-left: 91.6666666667%;
  }
}
/* lg */
@media (max-width: 1174px) {
  .c-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-lg-first {
    order: -1;
  }
  .c-order-lg-last {
    order: 13;
  }
  .c-order-lg-0 {
    order: 0;
  }
  .c-order-lg-1 {
    order: 1;
  }
  .c-order-lg-2 {
    order: 2;
  }
  .c-order-lg-3 {
    order: 3;
  }
  .c-order-lg-4 {
    order: 4;
  }
  .c-order-lg-5 {
    order: 5;
  }
  .c-order-lg-6 {
    order: 6;
  }
  .c-order-lg-7 {
    order: 7;
  }
  .c-order-lg-8 {
    order: 8;
  }
  .c-order-lg-9 {
    order: 9;
  }
  .c-order-lg-10 {
    order: 10;
  }
  .c-order-lg-11 {
    order: 11;
  }
  .c-order-lg-12 {
    order: 12;
  }
  .c-offset-lg-0 {
    margin-left: 0;
  }
  .c-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-lg-3 {
    margin-left: 25%;
  }
  .c-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-lg-6 {
    margin-left: 50%;
  }
  .c-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-lg-9 {
    margin-left: 75%;
  }
  .c-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
/* tb */
@media (max-width: 985px) {
  .c-col-tb {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-tb-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-tb-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-tb-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-tb-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-tb-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-tb-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-tb-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-tb-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-tb-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-tb-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-tb-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-tb-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-tb-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-tb-first {
    order: -1;
  }
  .c-order-tb-last {
    order: 13;
  }
  .c-order-tb-0 {
    order: 0;
  }
  .c-order-tb-1 {
    order: 1;
  }
  .c-order-tb-2 {
    order: 2;
  }
  .c-order-tb-3 {
    order: 3;
  }
  .c-order-tb-4 {
    order: 4;
  }
  .c-order-tb-5 {
    order: 5;
  }
  .c-order-tb-6 {
    order: 6;
  }
  .c-order-tb-7 {
    order: 7;
  }
  .c-order-tb-8 {
    order: 8;
  }
  .c-order-tb-9 {
    order: 9;
  }
  .c-order-tb-10 {
    order: 10;
  }
  .c-order-tb-11 {
    order: 11;
  }
  .c-order-tb-12 {
    order: 12;
  }
  .c-offset-tb-0 {
    margin-left: 0;
  }
  .c-offset-tb-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-tb-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-tb-3 {
    margin-left: 25%;
  }
  .c-offset-tb-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-tb-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-tb-6 {
    margin-left: 50%;
  }
  .c-offset-tb-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-tb-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-tb-9 {
    margin-left: 75%;
  }
  .c-offset-tb-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-tb-11 {
    margin-left: 91.6666666667%;
  }
}
/* md */
@media (max-width: 768px) {
  .c-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-md-first {
    order: -1;
  }
  .c-order-md-last {
    order: 13;
  }
  .c-order-md-0 {
    order: 0;
  }
  .c-order-md-1 {
    order: 1;
  }
  .c-order-md-2 {
    order: 2;
  }
  .c-order-md-3 {
    order: 3;
  }
  .c-order-md-4 {
    order: 4;
  }
  .c-order-md-5 {
    order: 5;
  }
  .c-order-md-6 {
    order: 6;
  }
  .c-order-md-7 {
    order: 7;
  }
  .c-order-md-8 {
    order: 8;
  }
  .c-order-md-9 {
    order: 9;
  }
  .c-order-md-10 {
    order: 10;
  }
  .c-order-md-11 {
    order: 11;
  }
  .c-order-md-12 {
    order: 12;
  }
  .c-offset-md-0 {
    margin-left: 0;
  }
  .c-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-md-3 {
    margin-left: 25%;
  }
  .c-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-md-6 {
    margin-left: 50%;
  }
  .c-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-md-9 {
    margin-left: 75%;
  }
  .c-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
/* sp */
@media (max-width: 540px) {
  .c-col-pr {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-pr-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-pr-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-pr-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-pr-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-pr-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-pr-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-pr-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-pr-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-pr-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-pr-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-pr-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-pr-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-pr-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-pr-first {
    order: -1;
  }
  .c-order-pr-last {
    order: 13;
  }
  .c-order-pr-0 {
    order: 0;
  }
  .c-order-pr-1 {
    order: 1;
  }
  .c-order-pr-2 {
    order: 2;
  }
  .c-order-pr-3 {
    order: 3;
  }
  .c-order-pr-4 {
    order: 4;
  }
  .c-order-pr-5 {
    order: 5;
  }
  .c-order-pr-6 {
    order: 6;
  }
  .c-order-pr-7 {
    order: 7;
  }
  .c-order-pr-8 {
    order: 8;
  }
  .c-order-pr-9 {
    order: 9;
  }
  .c-order-pr-10 {
    order: 10;
  }
  .c-order-pr-11 {
    order: 11;
  }
  .c-order-pr-12 {
    order: 12;
  }
  .c-offset-pr-0 {
    margin-left: 0;
  }
  .c-offset-pr-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-pr-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-pr-3 {
    margin-left: 25%;
  }
  .c-offset-pr-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-pr-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-pr-6 {
    margin-left: 50%;
  }
  .c-offset-pr-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-pr-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-pr-9 {
    margin-left: 75%;
  }
  .c-offset-pr-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-pr-11 {
    margin-left: 91.6666666667%;
  }
}
.c-breadcrumbs__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.c-breadcrumbs--absolute {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-breadcrumbs__list {
  width: 100%;
  color: #666;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-breadcrumbs__list__item {
  display: inline;
}
.c-breadcrumbs__list__item span {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .c-breadcrumbs__list__item span {
    font-size: 1.2rem;
  }
}
.c-breadcrumbs__list__item:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 768px) {
  .c-breadcrumbs__list__item:not(:last-child) {
    margin-right: 16px;
  }
}
.c-breadcrumbs__list__item a {
  position: relative;
}
.c-breadcrumbs__list__item a span {
  color: #22B7CE;
  text-decoration: underline;
  display: inline-block;
}
@media (min-width: 769px) {
  .c-breadcrumbs__list__item a span:hover {
    text-decoration: none;
  }
}
.c-breadcrumbs__list__item a::after {
  content: "\f105";
  position: absolute;
  top: -0.15em;
  right: -18px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  color: #CECECE;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}
@media (max-width: 768px) {
  .c-breadcrumbs__list__item a::after {
    font-size: 1.4rem;
    right: -15px;
  }
}
.c-breadcrumbs__list__item a:active span {
  text-decoration: none;
}
.c-breadcrumbs__list__item a:visited span {
  text-decoration: none;
}

.c-notes {
  display: table;
  width: 100%;
  margin: 0;
  padding-left: 0;
  color: #666;
}
.c-notes > * {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .c-notes > * {
    font-size: 1.2rem;
  }
}
.c-notes__head {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 0.25em;
}
.c-notes__body {
  display: table-cell;
  vertical-align: top;
}

.c-bullet__list li {
  position: relative;
  z-index: 0;
  padding-left: calc(1em + 4px);
}
.c-bullet__list li::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 1em;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  transform: translateY(-50%);
}

.c-title__col2 {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.c-title__sub {
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #22B7CE;
}
@media (max-width: 768px) {
  .c-title__sub {
    font-size: 1.5rem;
  }
}
.c-title__main {
  margin-top: 8px;
  line-height: 1.5;
  font-size: 3.4rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .c-title__main {
    font-size: 2.4rem;
  }
}
.c-title__main span {
  display: inline-block;
}
.c-title__main--l {
  margin-top: 0;
  font-size: 5.4rem;
}
@media (max-width: 768px) {
  .c-title__main--l {
    font-size: 3.2rem;
  }
}
.c-title + * {
  margin-top: 58px;
}
@media (max-width: 768px) {
  .c-title + * {
    margin-top: 40px;
  }
}
.c-title__h3 {
  font-size: 2.4rem;
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-title__h3 {
    font-size: 2.2rem;
  }
}
.c-title__s {
  letter-spacing: normal;
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .c-title__s {
    font-size: 1.5rem;
  }
}
.c-title__border {
  position: relative;
  z-index: 0;
  width: fit-content;
  padding-bottom: 8px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-title__border::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #000;
}

@media (max-width: 768px) {
  .c-card__img {
    padding: 0 4vw;
  }
}
.c-card__title, .p-movie__title {
  margin-top: 0.8em;
  font-size: 1.7rem;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .c-card__title, .p-movie__title {
    margin-top: 1em;
    font-size: 1.5rem;
  }
}
.c-card__title span, .p-movie__title span {
  display: inline-block;
}
.c-card__text {
  margin-top: 0.25em;
  color: #666;
  font-weight: 400;
  line-height: 2;
}
.c-card__musk {
  height: 100%;
  min-height: 300px;
  padding: 48px 10px 20px;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-card__musk {
    display: flex;
    align-items: center;
    column-gap: 24px;
    column-gap: 5.3333333333vw;
    min-height: auto;
    padding: 18px 15px 14px;
    text-align: left;
  }
}
.c-card--circle {
  row-gap: 20px;
}
@media (max-width: 768px) {
  .c-card--circle {
    row-gap: 12px;
  }
}
.c-card--circle .c-card__img {
  padding: 0 min(4.1666666667vw, 60px);
}
@media (max-width: 768px) {
  .c-card--circle .c-card__img {
    width: 80px;
    padding: 0;
  }
}
.c-card--circle .c-card__title, .c-card--circle .p-movie__title {
  margin-top: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-card--circle .c-card__title, .c-card--circle .p-movie__title {
    flex: 1;
    margin-top: 0;
    font-size: 1.7rem;
  }
}

.c-media__list {
  display: grid;
  gap: 70px 0;
}
@media (max-width: 768px) {
  .c-media__list {
    gap: 60px 0;
  }
}
.c-media__item {
  display: flex;
  gap: 18px 40px;
}
@media (max-width: 768px) {
  .c-media__item {
    flex-direction: column-reverse;
  }
}
.c-media__item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .c-media__item:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}
.c-media__body {
  flex: 1;
}
@media (min-width: 769px) {
  .c-media__body:hover .c-button {
    color: #000;
    background-color: #fff;
  }
}
.c-media__img {
  width: 48.9361702128%;
}
@media (max-width: 768px) {
  .c-media__img {
    width: 100%;
  }
}
.c-media__define {
  margin-top: 18px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .c-media__define {
    font-size: 1.4rem;
  }
}
.c-media__desc {
  color: #666;
}
.c-media__title {
  width: max-content;
  line-height: 1.8214285714;
  font-size: 2.8rem;
}
@media (max-width: 985px) {
  .c-media__title {
    width: auto;
    font-size: 2.4rem;
  }
}
.c-media__name {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.c-media__name img {
  width: 112px;
  margin-left: 15px;
}
.c-media__space {
  position: relative;
  z-index: 0;
  padding-bottom: 100px;
}
@media (max-width: 985px) {
  .c-media__space {
    padding-bottom: 92px;
  }
}
@media (max-width: 768px) {
  .c-media__space {
    padding-bottom: 49.0666666667vw;
  }
  .c-media__space::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image: url(/recruit/assets/images/top/bg_sp1.png);
  }
}
.c-media__space--even {
  padding-bottom: 0;
}
@media (max-width: 985px) {
  .c-media__space--even {
    padding-bottom: 215px;
  }
  .c-media__space--even::before {
    background-image: url(/recruit/assets/images/top/bg_sp2.png);
  }
}
@media (max-width: 768px) {
  .c-media__space--even {
    padding-bottom: 57.3333333333vw;
  }
}
.c-media__svg {
  position: absolute;
  bottom: 16px;
  right: min(-6.7361111111vw, -97px);
  z-index: -1;
}
@media (max-width: 985px) {
  .c-media__svg {
    right: 12px;
    bottom: 28px;
    width: 186px;
  }
}
@media (max-width: 768px) {
  .c-media__svg {
    width: 49.6vw;
    bottom: 28.2666666667vw;
  }
  .c-media__svg img {
    width: 100%;
  }
}
.c-media__svg--left {
  left: 46px;
  right: auto;
  bottom: -152px;
}
@media (max-width: 985px) {
  .c-media__svg--left {
    left: auto;
    right: -4vw;
    bottom: 100px;
    width: 274px;
  }
}
@media (max-width: 768px) {
  .c-media__svg--left {
    right: 8px;
    bottom: 26.6666666667vw;
    width: 73.0666666667vw;
  }
}

.c-button {
  position: relative;
  z-index: 1;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 36px;
  margin-top: 40px;
  padding: 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #000;
  cursor: pointer;
  overflow: hidden;
  background-color: #000;
  transition: color 0.3s, background-color 0.3s;
}
@media (max-width: 768px) {
  .c-button {
    width: 240px;
    height: 47px;
    margin: 24px auto 0;
  }
}
.c-button::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-button::after {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .c-button:hover {
    color: #000;
    background-color: #fff;
  }
}
.c-button__l {
  width: 286px;
  height: 48px;
  font-size: 1.5rem;
}
.c-button__l::after {
  font-size: 1.8rem;
}
.c-button__ghost {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.c-button__cta {
  width: 244px;
  height: 56px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .c-button__cta {
    width: 100%;
    height: 48px;
    margin-top: 4px;
  }
}
.c-button__bg {
  width: 100%;
  height: 120px;
  margin-top: 0;
  font-size: 2rem;
  border: none;
  background-size: cover;
  background-position: center;
  background-image: url(/recruit/assets/images/top/button_bg.jpg);
}
@media (max-width: 768px) {
  .c-button__bg {
    height: 80px;
    font-size: 1.5rem;
  }
}
.c-button__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.8;
  background-color: #000;
  transition: background-color 0.3s;
}
.c-button__bg::after {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .c-button__bg::after {
    margin-top: 1px;
  }
}
@media (min-width: 769px) {
  .c-button__bg:hover {
    color: #fff;
  }
  .c-button__bg:hover::before {
    background-color: #4E4E4E;
  }
}
.c-button__icon svg {
  margin-right: 8px;
}
.c-button__icon--main {
  width: 18px;
}
.c-button__icon--bubble {
  width: 20px;
}
.c-button__icon.c-button__cta {
  font-size: 1.4rem;
}
.c-button__icon.c-button__cta::after {
  content: none;
}
.c-button__list {
  display: flex;
  justify-content: center;
}
.c-button__list .c-button {
  margin: 0;
}
@media (max-width: 360px) {
  .c-button__list .c-button {
    width: calc((100% - 10px) / 2);
    height: 46px;
    font-size: 1.4rem;
  }
}
.c-button__list .c-button + .c-button {
  margin-left: 20px;
}
@media (max-width: 360px) {
  .c-button__list .c-button + .c-button {
    margin-left: 10px;
  }
}

.c-table th, .c-table td {
  border: solid 1px #fff;
}
.c-table__head {
  width: 161px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #22B7CE;
}
@media (max-width: 540px) {
  .c-table__head {
    display: block;
    width: 100%;
    padding: 1em;
  }
}
.c-table__desc {
  padding: 25px 45px 22px;
  background-color: #fff;
}
@media (max-width: 540px) {
  .c-table__desc {
    display: block;
    width: 100%;
    padding: 1em;
  }
}
.c-table--gray .c-table__desc {
  background-color: #F8F8F8;
}

.c-img img {
  width: 100%;
}
.c-img--radius {
  border-radius: 20px;
  overflow: hidden;
}
.c-img--auto img {
  width: auto;
}
.c-img--border {
  border: #CECECE solid 1px;
}
.c-img--video {
  max-width: 760px;
  margin: auto;
  position: relative;
  transition: opacity 0.3s;
}
.c-img--video::before {
  content: "\f0da";
  content: none;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 0.15em;
  width: 68px;
  height: 68px;
  background-color: red;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 1;
}
@media (max-width: 360px) {
  .c-img--video::before {
    font-size: 3.2rem;
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 769px) {
  .c-img--video:hover {
    opacity: 0.6;
  }
}
.c-img__scroll {
  width: 100%;
}
@media (max-width: 768px) {
  .c-img__scroll {
    overflow-x: scroll;
  }
  .c-img__scroll img {
    min-width: 130.2083333333vw;
  }
}
@media (max-width: 768px) and (max-width: 540px) {
  .c-img__scroll img {
    min-width: 160vw;
  }
}

.c-modal__container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
.c-modal__inner {
  width: calc(100% - 80px);
  height: auto;
  max-width: 915px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .c-modal__inner {
    width: 90%;
  }
}
@media (max-width: 360px) {
  .c-modal__inner {
    width: calc(100% - 40px);
    max-height: 600px;
  }
}
.c-modal__block {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 0;
  position: relative;
}
@media (max-width: 360px) {
  .c-modal__block {
    padding: 10px 10px 0;
  }
}
.c-modal__text {
  height: auto;
  max-height: calc(100vh - 120px);
  padding: 50px 65px;
  overflow: auto;
}
@media (max-width: 360px) {
  .c-modal__text {
    height: 144vw;
    max-height: 600px;
    padding: 30px 10px;
  }
}
.c-modal__video {
  width: 100%;
  background-color: #000;
  padding-top: 56.25% !important;
  position: relative;
}
@media (max-width: 360px) {
  .c-modal__video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-modal__video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
.c-modal__close-btn {
  width: 68px;
  height: 68px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -38px;
  right: -35px;
  transition: all 0.3s ease;
}
@media (max-width: 360px) {
  .c-modal__close-btn {
    width: 46px;
    height: 46px;
    top: -23px;
    right: -10px;
  }
}
.c-modal__close-btn--video {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 10;
}
@media (max-width: 1174px) {
  .c-modal__close-btn--video {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .c-modal__close-btn--video {
    top: 20%;
  }
}
@media (max-width: 360px) {
  .c-modal__close-btn--video {
    top: 10px;
    right: 10px;
  }
}
.c-modal__close-btn::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  font-weight: 100;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.3s;
}
@media (max-width: 360px) {
  .c-modal__close-btn::before {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .c-modal__close-btn:hover {
    background-color: #000;
  }
  .c-modal__close-btn:hover::before {
    color: #fff;
  }
}
.c-modal__overlay {
  width: 100%;
  height: 100%;
  background-color: #212529;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 0;
}

.js-modal {
  display: block;
}

.js-modal, .js-modal-close {
  cursor: pointer;
}

.c-tab__list {
  display: flex;
  justify-content: center;
  column-gap: 8px;
  margin: 0 auto 34px;
}
@media (max-width: 768px) {
  .c-tab__list {
    margin-bottom: 18px;
  }
}
.c-tab__list--bottom {
  margin: 34px auto 0;
}
@media (max-width: 768px) {
  .c-tab__list--bottom {
    margin-top: 18px;
  }
}
.c-tab__list--bottom .c-tab__item.is-current::before {
  top: -14px;
  bottom: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #22B7CE transparent;
}
@media (max-width: 768px) {
  .c-tab__list--bottom .c-tab__item.is-current::before {
    top: -8px;
    border-width: 0 7.5px 8px 7.5px;
  }
}
.c-tab__item {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 292px;
  padding: 1em 0.5em;
  line-height: 1.2;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #CECECE;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  .c-tab__item:hover {
    cursor: pointer;
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .c-tab__item {
    padding: 1em 0;
    font-size: 1.4rem;
  }
}
.c-tab__item.is-current {
  background-color: #22B7CE;
}
.c-tab__item.is-current::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #22B7CE transparent transparent transparent;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .c-tab__item.is-current::before {
    bottom: -8px;
    border-width: 8px 7.5px 0 7.5px;
  }
}
.c-tab__panel {
  display: none;
}
.c-tab__panel.is-active {
  display: block;
}

.p-header {
  position: relative;
  z-index: 10;
  width: min(1100px, 100%);
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1174px) {
  .p-header {
    padding: 0;
  }
}
.p-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  height: 100%;
  padding: 0 15px 0 40px;
  border-radius: 9999px;
  background-color: #fff;
  box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.0980392157);
}
@media (max-width: 1174px) {
  .p-header__wrap {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
}
.p-header__logo {
  width: clamp(133px, (152/1440*100vw), 152px);
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  .p-header__logo:hover {
    opacity: 0.6;
  }
}
.p-header__list {
  display: flex;
  gap: 0 26px;
}
@media (max-width: 1174px) {
  .p-header__list {
    display: none;
  }
}
.p-header__list a {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  height: 74px;
  transition: color 0.3s;
}
@media (min-width: 769px) {
  .p-header__list a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: background-color 0.3s;
  }
  .p-header__list a:hover {
    color: #22B7CE;
  }
  .p-header__list a:hover::before {
    background-color: #22B7CE;
  }
}
.p-header__buttons {
  display: flex;
  gap: 0 10px;
}
@media (max-width: 1174px) {
  .p-header__buttons {
    display: none;
  }
}
.p-header__button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 16px;
  color: #fff;
  border-radius: 9999px;
  border: 1px solid #000;
  background-color: #000;
  transition: color 0.3s, background-color 0.3s;
}
@media (min-width: 769px) {
  .p-header__button:hover {
    color: #000;
    background-color: #fff;
  }
}
.p-header__menu {
  position: relative;
  z-index: 0;
  display: none;
  width: 64px;
  height: 64px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1174px) {
  .p-header__menu {
    display: block;
  }
}
.p-header__menu::before, .p-header__menu::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.p-header__menu::before {
  content: "\f0c9";
  font-size: 2.4rem;
}
.p-header__menu::after {
  content: "\f00d";
  font-size: 2.8rem;
  opacity: 0;
}
.p-header--float {
  position: absolute;
  top: 54px;
  left: 50%;
  z-index: 10;
  height: 74px;
  transform: translateX(-50%);
}
@media (max-width: 1174px) {
  .p-header--float {
    top: 0;
    height: 94px;
    padding: 0 15px;
  }
}

.is-act {
  overflow: hidden;
}
.is-act .p-header__menu::before {
  opacity: 0;
}
.is-act .p-header__menu::after {
  opacity: 1;
}

.p-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: #fff;
}
.p-nav__body {
  height: 100%;
}
.p-nav__list {
  display: grid;
  row-gap: 20px;
  width: 240px;
  margin: 120px auto 0;
  text-align: left;
}
.p-nav__list a {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  padding-bottom: 20px;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: 500;
}
.p-nav__list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
}
.p-nav__list li:last-child a::before {
  content: none;
}
.p-nav__list--button {
  gap: 8px 0;
  margin-top: 24px;
  text-align: center;
}
.p-nav__list--button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 9999px;
  border: 1px solid #000;
  background-color: #000;
  transition: color 0.3s, background-color 0.3s;
}
.p-nav__list--button a::before {
  content: none;
}
@media (min-width: 769px) {
  .p-nav__list--button a:hover {
    color: #000;
    background-color: #fff;
  }
}

.p-mv__bg {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1204/319;
  margin-top: 2px;
  background-size: cover;
  background-position: center;
  background-image: url(/recruit/assets/images/part-time-job/mv_bg.jpg);
}
@media (max-width: 768px) {
  .p-mv__bg {
    aspect-ratio: 75/43;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-image: url(/recruit/assets/images/part-time-job/mv_bg_sp.jpg);
  }
}
.p-mv__top {
  position: relative;
  z-index: 0;
}
.p-mv__top__wrap {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (min-width: 1440px) {
  .p-mv__top__wrap {
    height: 900px;
  }
}
@media (max-width: 768px) {
  .p-mv__top__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-mv__top__img {
  opacity: 0;
}
.p-mv__top__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-mv__top__entitle {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15.8333333333vmax;
  z-index: 1;
  width: min(40.7638888889vw, 587px);
  margin: auto;
}
@media screen and (min-width: 1440px) {
  .p-mv__top__entitle {
    bottom: 138px;
  }
}
@media (max-width: 768px) {
  .p-mv__top__entitle {
    top: 54.6666666667vmin;
    width: 64.8vw;
  }
}
.p-mv__top__text {
  opacity: 0;
  position: absolute;
  width: 24.7916666667vw;
  left: 4.1666666667vw;
  bottom: 50px;
  z-index: 1;
  display: grid;
  row-gap: 9px;
}
.p-mv__top__text > * {
  width: max-content;
  padding: 10px 20px;
  line-height: 1;
  background-color: #000;
}
@media (max-width: 985px) {
  .p-mv__top__text li:nth-of-type(1) img {
    width: 125px;
  }
  .p-mv__top__text li:nth-of-type(2) img {
    width: 168px;
  }
  .p-mv__top__text li:nth-of-type(3) img {
    width: 232px;
  }
}
.p-mv__top__text span {
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-mv__top__text {
    position: static;
    width: 72.5333333333vw;
    margin-top: -20px;
  }
}

.p-anker__wrap {
  position: sticky;
  top: 16px;
  z-index: 20;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 1174px) {
  .p-anker__wrap {
    padding: 0 20px;
    border-radius: 9999px;
    background-color: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1019607843);
  }
  .p-anker__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    filter: blur(6px);
  }
}
.p-anker__list {
  display: flex;
  justify-content: center;
  gap: 0 12px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 1174px) {
  .p-anker__list {
    justify-content: space-between;
    gap: 0 14px;
    padding: 0;
    overflow-x: scroll;
  }
}
.p-anker__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 1em 20px;
  line-height: 1;
  font-weight: 500;
  border-radius: 9999px;
  background-color: #fff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1019607843);
  transition: color 0.3s;
}
@media (min-width: 769px) {
  .p-anker__item:hover {
    color: #22B7CE;
  }
}
@media (max-width: 1174px) {
  .p-anker__item {
    padding: 1em;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .p-anker__item {
    padding: 1em 0;
  }
}
.p-anker__item::before {
  content: "\f078";
  display: block;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  color: #CECECE;
}
@media (max-width: 768px) {
  .p-anker__item::before {
    margin-top: 3px;
    margin-right: 5px;
    line-height: 1.2;
    font-size: 1.3rem;
  }
}

.p-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: fit-content;
  padding: 8px 20px 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 768px) {
  .p-cta {
    right: 50%;
    bottom: 20px;
    width: 92vw;
    padding: 8px 15px 16px;
    transform: translateX(50%);
  }
}
.p-cta__col2 {
  padding: 20px;
}
@media (max-width: 768px) {
  .p-cta__col2 {
    padding: 15px 10px;
  }
}
.p-cta__body {
  text-align: center;
}
.p-cta__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-cta__text::after {
  content: "\f0e0";
  display: block;
  margin-left: 3px;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Font Awesome 5 Pro";
}

@media (max-width: 768px) {
  .p-summary {
    position: relative;
    z-index: 1;
    padding-top: 26.6666666667vw;
  }
  .p-summary::before {
    content: "";
    position: absolute;
    top: 5.3333333333vw;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(/recruit/assets/images/part-time-job/summary_bg.jpg);
    transform: translateX(-50%);
  }
}
.p-summary__top__img {
  display: block;
  width: 90.1944894652%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-summary__top__img {
    width: 100%;
  }
}

.p-works {
  padding-top: 136px;
}
.p-works__list {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
  margin-top: 20px;
}
.p-works__item {
  display: flex;
}
.p-works__item:first-child .p-works__time::before {
  clip-path: polygon(100% 0, 100% calc(100% - 23px), 50% 100%, 0 calc(100% - 23px), 0 0, 50% 0);
}
.p-works__time {
  position: relative;
  z-index: 0;
  width: 58px;
  margin-top: 2px;
  padding-top: 28px;
  text-align: center;
  color: #fff;
  transform: translateY(-2px);
}
.p-works__time::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100% + 24px);
  background: rgb(3, 160, 217);
  background: linear-gradient(180deg, rgb(3, 160, 217) 0%, rgb(54, 195, 178) 100%);
  clip-path: polygon(100% 0, 100% calc(100% - 23px), 50% 100%, 0 calc(100% - 23px), 0 0, 50% 23px);
}
.p-works__define {
  flex: 1;
  padding: 30px min(3.1944444444vw, 46px) 30px min(2.7777777778vw, 40px);
  background-color: #F8F8F8;
}
@media (max-width: 768px) {
  .p-works__define {
    padding: 30px 15px 20px;
  }
}
.p-works__define__item {
  display: flex;
}
@media (max-width: 768px) {
  .p-works__define__item {
    flex-direction: column;
  }
}
.p-works__define__item + * {
  margin-top: 16px;
}
.p-works__term {
  display: flex;
  min-width: 190px;
  padding-right: 10px;
  line-height: 1.5;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-works__term {
    padding-right: 0;
  }
}
.p-works__term::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 0.45em;
  margin-right: 0.5em;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #fff;
}
.p-works__desc {
  color: #666;
}
@media (max-width: 768px) {
  .p-works__desc {
    margin-top: 8px;
    padding-left: 22px;
  }
}

.p-flow__head {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .p-flow__head {
    position: relative;
    z-index: 0;
    padding-top: 80px;
  }
  .p-flow__head img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 27.4666666667vw;
  }
}
.p-flow__list {
  display: flex;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .p-flow__list {
    flex-direction: column;
    margin-top: 40px;
  }
}
.p-flow__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  margin-left: 3px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-flow__item {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding-top: 78px;
    text-align: left;
  }
  .p-flow__item + .p-flow__item {
    margin-top: 38px;
  }
}
.p-flow__item:nth-of-type(1) {
  margin-left: 0;
}
.p-flow__item:nth-of-type(1) .p-flow__arrow {
  clip-path: polygon(calc(100% - 40px) 0%, 100% 50%, calc(100% - 40px) 100%, 0% 100%, 0 50%, 0% 0%);
}
@media (max-width: 768px) {
  .p-flow__item:nth-of-type(1) .p-flow__arrow {
    clip-path: polygon(100% 0, 100% calc(100% - 32px), 50% 100%, 0 calc(100% - 32px), 0 0, 50% 0);
  }
}
.p-flow__arrow {
  z-index: -1;
  width: calc(100% + 40px);
  height: 93px;
  background: rgb(3, 160, 217);
  background: linear-gradient(90deg, rgb(3, 160, 217) 0%, rgb(54, 195, 178) 100%);
  clip-path: polygon(calc(100% - 40px) 0%, 100% 50%, calc(100% - 40px) 100%, 0% 100%, 40px 50%, 0% 0%);
}
@media (max-width: 768px) {
  .p-flow__arrow {
    position: absolute;
    top: 0;
    width: 103px;
    height: calc(100% + 68px);
    background: rgb(3, 160, 217);
    background: linear-gradient(180deg, rgb(3, 160, 217) 0%, rgb(54, 195, 178) 100%);
    clip-path: polygon(100% 0, 100% calc(100% - 32px), 50% 100%, 0 calc(100% - 32px), 0 0, 50% 32px);
  }
}
.p-flow__body {
  flex-grow: 1;
  width: 70.0636942675%;
  margin-top: -32px;
  padding: 32px 10px 28px;
  background-color: #fff;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1019607843);
  transform: translateX(47px);
}
@media (max-width: 768px) {
  .p-flow__body {
    display: flex;
    align-items: center;
    column-gap: 15px;
    width: auto;
    margin-top: 0;
    margin-left: 15px;
    padding: 15px 15px 20px 15px;
    transform: none;
  }
}
.p-flow__icon {
  width: min(8.0555555556vw, 116px);
}
@media (max-width: 768px) {
  .p-flow__icon {
    width: 86px;
  }
}
.p-flow__step {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 47px;
  font-size: 2rem;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 768px) {
  .p-flow__step {
    top: 38px;
    left: 50%;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    transform: translateX(-50%);
  }
}
.p-flow__define {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p-flow__define {
    margin-top: 0;
  }
}
.p-flow__term {
  font-weight: 700;
  font-size: 1.7rem;
}
.p-flow__desc {
  margin-top: 0.25em;
}

@media (min-width: 769px) {
  .p-flow--col4 .p-flow__item {
    width: 25%;
  }
  .p-flow--col4 .p-flow__item:nth-of-type(1) {
    margin-left: 0;
  }
  .p-flow--col4 .p-flow__item:nth-of-type(1) .p-flow__arrow {
    clip-path: polygon(calc(100% - 29px) 0%, 100% 50%, calc(100% - 29px) 100%, 0% 100%, 0 50%, 0% 0%);
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .p-flow--col4 .p-flow__item:nth-of-type(1) .p-flow__arrow {
    clip-path: polygon(100% 0, 100% calc(100% - 32px), 50% 100%, 0 calc(100% - 32px), 0 0, 50% 0);
  }
}
@media (min-width: 769px) {
  .p-flow--col4 .p-flow__arrow {
    width: calc(100% + 29px);
    clip-path: polygon(calc(100% - 29px) 0%, 100% 50%, calc(100% - 29px) 100%, 0% 100%, 29px 50%, 0% 0%);
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .p-flow--col4 .p-flow__arrow {
    position: absolute;
    top: 0;
    width: 103px;
    height: calc(100% + 68px);
    background: rgb(3, 160, 217);
    background: linear-gradient(180deg, rgb(3, 160, 217) 0%, rgb(54, 195, 178) 100%);
    clip-path: polygon(100% 0, 100% calc(100% - 32px), 50% 100%, 0 calc(100% - 32px), 0 0, 50% 32px);
  }
}
@media (min-width: 769px) {
  .p-flow--col4 .p-flow__body {
    width: 77.0491803279%;
    margin-top: -32px;
    padding: 32px 10px 28px;
    transform: translateX(40px);
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .p-flow--col4 .p-flow__body {
    display: flex;
    align-items: center;
    column-gap: 15px;
    width: auto;
    margin-top: 0;
    margin-left: 15px;
    padding: 15px 15px 20px 15px;
    transform: none;
  }
}
@media (min-width: 769px) {
  .p-flow--col4 .p-flow__step {
    left: 40px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .p-flow--col4 .p-flow__step {
    left: 50%;
  }
}

.p-movie__frame {
  position: relative;
  z-index: 0;
  aspect-ratio: 194/117;
}
.p-movie__frame--wide {
  aspect-ratio: 47/17;
}
@media (max-width: 768px) {
  .p-movie__frame--wide {
    aspect-ratio: 23/16;
  }
}
.p-movie__thumb, .p-movie__player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p-movie__thumb {
  z-index: 2;
  width: 100%;
}
.p-movie__player {
  z-index: 1;
}
.p-movie__title {
  margin-top: 18px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-movie__title {
    font-size: 2.2rem;
  }
}

.p-slider__infinity {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 60s linear infinite sliderAnimation;
}
.p-slider__infinity > * {
  position: relative;
  z-index: 0;
  width: 450px;
}
@media (max-width: 768px) {
  .p-slider__infinity > * {
    width: 316px;
  }
}
.p-slider__infinity img {
  width: 100%;
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
.p-footer__bg {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 156px;
}
@media (max-width: 1174px) {
  .p-footer__bg {
    flex-direction: column;
    justify-content: center;
    height: 330px;
  }
}
.p-footer__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/recruit/assets/images/part-time-job/footer.jpg);
  transform: translateX(-50%);
}
@media (max-width: 1174px) {
  .p-footer__bg::before {
    background-image: url(/recruit/assets/images/part-time-job/footer_sp.jpg);
  }
}
.p-footer__define {
  display: flex;
  column-gap: 64px;
  align-items: center;
  color: #fff;
}
@media (max-width: 1174px) {
  .p-footer__define {
    display: block;
  }
}
.p-footer__term {
  position: relative;
  z-index: 0;
  font-size: 2.8rem;
  font-weight: 700;
}
@media (max-width: 1174px) {
  .p-footer__term {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
  }
}
@media (max-width: 768px) {
  .p-footer__term {
    font-size: 2.2rem;
  }
}
.p-footer__term::before {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  z-index: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 1174px) {
  .p-footer__term::before {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    width: 69px;
    height: 1px;
  }
}
.p-footer__desc {
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-footer__desc {
    font-size: 1.5rem;
  }
}
.p-footer__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 127px;
}
@media (max-width: 1174px) {
  .p-footer__nav {
    flex-direction: column-reverse;
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .p-footer__nav {
    margin-bottom: 172px;
  }
}
.p-footer__nav__list {
  display: flex;
  gap: 0 30px;
}
@media (max-width: 768px) {
  .p-footer__nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 50px;
  }
}
.p-footer__nav__item a {
  display: flex;
  line-height: 1.5;
  transition: color 0.3s;
}
@media (min-width: 769px) {
  .p-footer__nav__item a:hover {
    color: #22B7CE;
  }
}
.p-footer__nav__item a::before {
  content: "\f105";
  display: block;
  margin-top: 0.25em;
  margin-right: 8px;
  color: #CECECE;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
}
@media (max-width: 768px) {
  .p-footer__nav__item a::before {
    margin-top: 0.18em;
  }
}
.p-footer__copy {
  color: #666;
}
@media (max-width: 1174px) {
  .p-footer__copy {
    margin-top: 36px;
  }
}

.u-fc-white {
  color: #fff;
}
.u-fc-base {
  color: #000;
}
.u-fc-main {
  color: #F0FDFF;
}
.u-fc-accent {
  color: #22B7CE;
}

.u-lh1 {
  line-height: 1;
}
.u-lh15 {
  line-height: 1.5;
}
.u-lh2 {
  line-height: 2;
}

.u-fw__bold {
  font-weight: 700;
}
.u-fw__medium {
  font-weight: 500;
}
.u-fw__regular {
  font-weight: 400;
}

.u-text span {
  display: inline-block;
}
.u-text__center {
  text-align: center;
}
.u-text__left {
  text-align: left;
}
.u-text__right {
  text-align: right;
}

.u-bg {
  position: relative;
  z-index: 1;
}
.u-bg__white {
  background-color: #fff;
}
.u-bg__img1::before, .u-bg__img2::before, .u-bg__img3::before, .u-bg__img4::before, .u-bg__team::before, .u-bg__interview::before, .u-bg__career::before, .u-bg__works::before, .u-bg__top::before {
  content: "";
  position: absolute;
  top: 94px;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 100vw;
  max-width: 1366px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .u-bg__img1::before, .u-bg__img2::before, .u-bg__img3::before, .u-bg__img4::before, .u-bg__team::before, .u-bg__interview::before, .u-bg__career::before, .u-bg__works::before, .u-bg__top::before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .u-bg__img1 {
    padding-top: 32vw;
  }
}
.u-bg__img1::before {
  background-image: url(/recruit/assets/images/part-time-job/bg_interview.jpg);
}
@media (max-width: 768px) {
  .u-bg__img1::before {
    top: 5.3333333333vw;
    background-image: url(/recruit/assets/images/part-time-job/bg_interview_sp.jpg);
  }
}
@media (max-width: 768px) {
  .u-bg__img2 {
    padding-top: 26.6666666667vw;
  }
}
.u-bg__img2::before {
  top: 84px;
  background-image: url(/recruit/assets/images/part-time-job/bg_works.jpg);
}
@media (max-width: 768px) {
  .u-bg__img2::before {
    top: 5.3333333333vw;
    background-image: url(/recruit/assets/images/part-time-job/bg_works_sp.jpg);
  }
}
@media (max-width: 768px) {
  .u-bg__img3 {
    padding-top: 26.6666666667vw;
  }
}
.u-bg__img3::before {
  top: 60px;
  background-image: url(/recruit/assets/images/top/bg_message.jpg);
}
@media (max-width: 768px) {
  .u-bg__img3::before {
    top: 5.3333333333vw;
    background-image: url(/recruit/assets/images/top/bg_sp2.jpg);
  }
}
.u-bg__img4 {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .u-bg__img4 {
    padding-top: 26.6666666667vw;
  }
}
.u-bg__img4::before {
  top: 24px;
  background-image: url(/recruit/assets/images/top/bg_interview.jpg);
}
@media (max-width: 768px) {
  .u-bg__img4::before {
    top: 4vw;
    background-image: url(/recruit/assets/images/top/bg_sp3.jpg);
  }
}
.u-bg__top {
  padding-top: 240px;
  padding-bottom: 250px;
}
@media (max-width: 768px) {
  .u-bg__top {
    padding-top: 40px;
    padding-bottom: 26.6666666667vw;
  }
}
.u-bg__top::before {
  top: 48px;
  background-image: url(/recruit/assets/images/top/bg_top.jpg);
}
@media (max-width: 768px) {
  .u-bg__top::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-image: url(/recruit/assets/images/top/bg_sp3.jpg);
  }
}
.u-bg__team::before {
  background-image: url(/recruit/assets/images/career/bg_team.jpg?v20221223);
}
@media (max-width: 768px) {
  .u-bg__team::before {
    content: none;
  }
}
@media (max-width: 768px) {
  .u-bg__interview {
    padding-top: 53.3333333333vw;
  }
}
.u-bg__interview::before {
  top: 60px;
  background-image: url(/recruit/assets/images/top/bg_interview.jpg);
}
@media (max-width: 768px) {
  .u-bg__interview::before {
    top: 26.6666666667vw;
    background-image: url(/recruit/assets/images/top/bg_sp2.png);
  }
}
@media (max-width: 768px) {
  .u-bg__career {
    padding-top: 26.6666666667vw;
  }
}
.u-bg__career::before {
  top: 60px;
  background-size: cover;
  background-image: url(/recruit/assets/images/career/bg_career.jpg);
}
@media (max-width: 768px) {
  .u-bg__career::before {
    top: 5.3333333333vw;
    background-size: contain;
    background-image: url(/recruit/assets/images/career/bg_sp1.png);
  }
}
.u-bg__works {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .u-bg__works {
    padding-top: 26.6666666667vw;
    padding-bottom: 60px;
  }
}
.u-bg__works::before {
  top: 77px;
  background-image: url(/recruit/assets/images/career/bg_works.jpg);
}
@media (max-width: 768px) {
  .u-bg__works::before {
    top: 5.3333333333vw;
    background-image: url(/recruit/assets/images/top/bg_sp2.png);
  }
}
.u-bg__heading {
  position: relative;
  z-index: 0;
}
.u-bg__heading::before {
  display: none;
}
@media (max-width: 768px) {
  .u-bg__heading::before {
    content: "";
    position: absolute;
    top: -142px;
    right: -8.1944444444vw;
    z-index: 0;
    display: block;
    width: 31.7333333333vw;
    height: 43.7333333333vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/recruit/assets/images/top/bg_heading.png);
  }
}
@media (max-width: 540px) {
  .u-bg__heading::before {
    right: -4vw;
  }
}
.u-bg__color {
  position: relative;
  z-index: 5;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .u-bg__color {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.u-bg__color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 100vw;
  background-color: #F0FDFF;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-tb {
  display: none;
}
@media (max-width: 985px) {
  .is-tb {
    display: block;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.u-screen-out {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

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

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

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

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

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

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

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

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

.u-d-flex-center {
  justify-content: center;
  align-items: center;
}

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

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

@media (max-width: 1174px) {
  .u-d-lg-none {
    display: none !important;
  }
  .u-d-lg-inline {
    display: inline !important;
  }
  .u-d-lg-inline-block {
    display: inline-block !important;
  }
  .u-d-lg-block {
    display: block !important;
  }
  .u-d-lg-table {
    display: table !important;
  }
  .u-d-lg-table-row {
    display: table-row !important;
  }
  .u-d-lg-table-cell {
    display: table-cell !important;
  }
  .u-d-lg-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-lg-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-lg-inline-block, table.u-d-lg-block {
    display: table !important;
  }
  table th.u-d-lg-inline-block, table th.u-d-lg-block, table td.u-d-lg-inline-block, table td.u-d-lg-block {
    display: table-cell !important;
  }
}
@media (max-width: 985px) {
  .u-d-tb-none {
    display: none !important;
  }
  .u-d-tb-inline {
    display: inline !important;
  }
  .u-d-tb-inline-block {
    display: inline-block !important;
  }
  .u-d-tb-block {
    display: block !important;
  }
  .u-d-tb-table {
    display: table !important;
  }
  .u-d-tb-table-row {
    display: table-row !important;
  }
  .u-d-tb-table-cell {
    display: table-cell !important;
  }
  .u-d-tb-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-tb-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-tb-inline-block, table.u-d-tb-block {
    display: table !important;
  }
  table th.u-d-tb-inline-block, table th.u-d-tb-block, table td.u-d-tb-inline-block, table td.u-d-tb-block {
    display: table-cell !important;
  }
}
@media (max-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline-block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-table {
    display: table !important;
  }
  .u-d-md-table-row {
    display: table-row !important;
  }
  .u-d-md-table-cell {
    display: table-cell !important;
  }
  .u-d-md-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-md-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-md-inline-block, table.u-d-md-block {
    display: table !important;
  }
  table th.u-d-md-inline-block, table th.u-d-md-block, table td.u-d-md-inline-block, table td.u-d-md-block {
    display: table-cell !important;
  }
}
@media (max-width: 540px) {
  .u-d-pr-none {
    display: none !important;
  }
  .u-d-pr-inline {
    display: inline !important;
  }
  .u-d-pr-inline-block {
    display: inline-block !important;
  }
  .u-d-pr-block {
    display: block !important;
  }
  .u-d-pr-table {
    display: table !important;
  }
  .u-d-pr-table-row {
    display: table-row !important;
  }
  .u-d-pr-table-cell {
    display: table-cell !important;
  }
  .u-d-pr-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-pr-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-pr-inline-block, table.u-d-pr-block {
    display: table !important;
  }
  table th.u-d-pr-inline-block, table th.u-d-pr-block, table td.u-d-pr-inline-block, table td.u-d-pr-block {
    display: table-cell !important;
  }
}
@media (max-width: 360px) {
  .u-d-sm-none {
    display: none !important;
  }
  .u-d-sm-inline {
    display: inline !important;
  }
  .u-d-sm-inline-block {
    display: inline-block !important;
  }
  .u-d-sm-block {
    display: block !important;
  }
}
@media (min-width: 1281px) {
  .u-d-bs-none {
    display: none !important;
  }
  .u-d-bs-inline {
    display: inline !important;
  }
  .u-d-bs-inline-block {
    display: inline-block !important;
  }
  .u-d-bs-block {
    display: block !important;
  }
  .u-d-bs-table {
    display: table !important;
  }
  .u-d-bs-table-row {
    display: table-row !important;
  }
  .u-d-bs-table-cell {
    display: table-cell !important;
  }
  .u-d-bs-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-bs-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-bs-inline-block, table.u-d-bs-block {
    display: table !important;
  }
  table th.u-d-bs-inline-block, table th.u-d-bs-block, table td.u-d-bs-inline-block, table td.u-d-bs-block {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) {
  .u-d-pc-none {
    display: none !important;
  }
  .u-d-pc-inline {
    display: inline !important;
  }
  .u-d-pc-inline-block {
    display: inline-block !important;
  }
  .u-d-pc-block {
    display: block !important;
  }
  .u-d-pc-table {
    display: table !important;
  }
  .u-d-pc-table-row {
    display: table-row !important;
  }
  .u-d-pc-table-cell {
    display: table-cell !important;
  }
  .u-d-pc-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-pc-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-pc-inline-block, table.u-d-pc-block {
    display: table !important;
  }
  table th.u-d-pc-inline-block, table th.u-d-pc-block, table td.u-d-pc-inline-block, table td.u-d-pc-block {
    display: table-cell !important;
  }
}
@media (min-width: 769px) {
  .u-d-hv-none {
    display: none !important;
  }
  .u-d-hv-inline {
    display: inline !important;
  }
  .u-d-hv-inline-block {
    display: inline-block !important;
  }
  .u-d-hv-block {
    display: block !important;
  }
  .u-d-hv-table {
    display: table !important;
  }
  .u-d-hv-table-row {
    display: table-row !important;
  }
  .u-d-hv-table-cell {
    display: table-cell !important;
  }
  .u-d-hv-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-hv-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-hv-inline-block, table.u-d-hv-block {
    display: table !important;
  }
  table th.u-d-hv-inline-block, table th.u-d-hv-block, table td.u-d-hv-inline-block, table td.u-d-hv-block {
    display: table-cell !important;
  }
}
.u-m-auto {
  margin: auto;
}

.u-m-0 {
  margin: 0;
}

.u-m-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-m-l-auto {
  margin-left: auto;
}

.u-m-r-auto {
  margin-right: auto;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

.u-mr-4 {
  margin-right: 4px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-ml-12 {
  margin-left: 12px !important;
}

.u-mr-12 {
  margin-right: 12px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mt-28 {
  margin-top: 28px !important;
}

.u-mb-28 {
  margin-bottom: 28px !important;
}

.u-ml-28 {
  margin-left: 28px !important;
}

.u-mr-28 {
  margin-right: 28px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-mt-36 {
  margin-top: 36px !important;
}

.u-mb-36 {
  margin-bottom: 36px !important;
}

.u-ml-36 {
  margin-left: 36px !important;
}

.u-mr-36 {
  margin-right: 36px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mt-44 {
  margin-top: 44px !important;
}

.u-mb-44 {
  margin-bottom: 44px !important;
}

.u-ml-44 {
  margin-left: 44px !important;
}

.u-mr-44 {
  margin-right: 44px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-mt-52 {
  margin-top: 52px !important;
}

.u-mb-52 {
  margin-bottom: 52px !important;
}

.u-ml-52 {
  margin-left: 52px !important;
}

.u-mr-52 {
  margin-right: 52px !important;
}

.u-mt-56 {
  margin-top: 56px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-ml-56 {
  margin-left: 56px !important;
}

.u-mr-56 {
  margin-right: 56px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-ml-64 {
  margin-left: 64px !important;
}

.u-mr-64 {
  margin-right: 64px !important;
}

.u-mt-68 {
  margin-top: 68px !important;
}

.u-mb-68 {
  margin-bottom: 68px !important;
}

.u-ml-68 {
  margin-left: 68px !important;
}

.u-mr-68 {
  margin-right: 68px !important;
}

.u-mt-72 {
  margin-top: 72px !important;
}

.u-mb-72 {
  margin-bottom: 72px !important;
}

.u-ml-72 {
  margin-left: 72px !important;
}

.u-mr-72 {
  margin-right: 72px !important;
}

.u-mt-76 {
  margin-top: 76px !important;
}

.u-mb-76 {
  margin-bottom: 76px !important;
}

.u-ml-76 {
  margin-left: 76px !important;
}

.u-mr-76 {
  margin-right: 76px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mt-1em {
  margin-top: 1em;
}

.u-mt--05 {
  margin-top: -0.5em;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

@media (max-width: 768px) {
  .u-m-md-auto {
    margin: auto;
  }
  .u-m-md-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-md-l-auto {
    margin-left: auto;
  }
  .u-m-md-r-auto {
    margin-right: auto;
  }
  .u-mt-md-0 {
    margin-top: 0px !important;
  }
  .u-mb-md-0 {
    margin-bottom: 0px !important;
  }
  .u-ml-md-0 {
    margin-left: 0px !important;
  }
  .u-mr-md-0 {
    margin-right: 0px !important;
  }
  .u-mt-md-4 {
    margin-top: 4px !important;
  }
  .u-mb-md-4 {
    margin-bottom: 4px !important;
  }
  .u-ml-md-4 {
    margin-left: 4px !important;
  }
  .u-mr-md-4 {
    margin-right: 4px !important;
  }
  .u-mt-md-8 {
    margin-top: 8px !important;
  }
  .u-mb-md-8 {
    margin-bottom: 8px !important;
  }
  .u-ml-md-8 {
    margin-left: 8px !important;
  }
  .u-mr-md-8 {
    margin-right: 8px !important;
  }
  .u-mt-md-12 {
    margin-top: 12px !important;
  }
  .u-mb-md-12 {
    margin-bottom: 12px !important;
  }
  .u-ml-md-12 {
    margin-left: 12px !important;
  }
  .u-mr-md-12 {
    margin-right: 12px !important;
  }
  .u-mt-md-16 {
    margin-top: 16px !important;
  }
  .u-mb-md-16 {
    margin-bottom: 16px !important;
  }
  .u-ml-md-16 {
    margin-left: 16px !important;
  }
  .u-mr-md-16 {
    margin-right: 16px !important;
  }
  .u-mt-md-20 {
    margin-top: 20px !important;
  }
  .u-mb-md-20 {
    margin-bottom: 20px !important;
  }
  .u-ml-md-20 {
    margin-left: 20px !important;
  }
  .u-mr-md-20 {
    margin-right: 20px !important;
  }
  .u-mt-md-24 {
    margin-top: 24px !important;
  }
  .u-mb-md-24 {
    margin-bottom: 24px !important;
  }
  .u-ml-md-24 {
    margin-left: 24px !important;
  }
  .u-mr-md-24 {
    margin-right: 24px !important;
  }
  .u-mt-md-28 {
    margin-top: 28px !important;
  }
  .u-mb-md-28 {
    margin-bottom: 28px !important;
  }
  .u-ml-md-28 {
    margin-left: 28px !important;
  }
  .u-mr-md-28 {
    margin-right: 28px !important;
  }
  .u-mt-md-32 {
    margin-top: 32px !important;
  }
  .u-mb-md-32 {
    margin-bottom: 32px !important;
  }
  .u-ml-md-32 {
    margin-left: 32px !important;
  }
  .u-mr-md-32 {
    margin-right: 32px !important;
  }
  .u-mt-md-36 {
    margin-top: 36px !important;
  }
  .u-mb-md-36 {
    margin-bottom: 36px !important;
  }
  .u-ml-md-36 {
    margin-left: 36px !important;
  }
  .u-mr-md-36 {
    margin-right: 36px !important;
  }
  .u-mt-md-40 {
    margin-top: 40px !important;
  }
  .u-mb-md-40 {
    margin-bottom: 40px !important;
  }
  .u-ml-md-40 {
    margin-left: 40px !important;
  }
  .u-mr-md-40 {
    margin-right: 40px !important;
  }
  .u-mt-md-44 {
    margin-top: 44px !important;
  }
  .u-mb-md-44 {
    margin-bottom: 44px !important;
  }
  .u-ml-md-44 {
    margin-left: 44px !important;
  }
  .u-mr-md-44 {
    margin-right: 44px !important;
  }
  .u-mt-md-48 {
    margin-top: 48px !important;
  }
  .u-mb-md-48 {
    margin-bottom: 48px !important;
  }
  .u-ml-md-48 {
    margin-left: 48px !important;
  }
  .u-mr-md-48 {
    margin-right: 48px !important;
  }
  .u-mt-md-52 {
    margin-top: 52px !important;
  }
  .u-mb-md-52 {
    margin-bottom: 52px !important;
  }
  .u-ml-md-52 {
    margin-left: 52px !important;
  }
  .u-mr-md-52 {
    margin-right: 52px !important;
  }
  .u-mt-md-56 {
    margin-top: 56px !important;
  }
  .u-mb-md-56 {
    margin-bottom: 56px !important;
  }
  .u-ml-md-56 {
    margin-left: 56px !important;
  }
  .u-mr-md-56 {
    margin-right: 56px !important;
  }
  .u-mt-md-60 {
    margin-top: 60px !important;
  }
  .u-mb-md-60 {
    margin-bottom: 60px !important;
  }
  .u-ml-md-60 {
    margin-left: 60px !important;
  }
  .u-mr-md-60 {
    margin-right: 60px !important;
  }
  .u-mt-md-64 {
    margin-top: 64px !important;
  }
  .u-mb-md-64 {
    margin-bottom: 64px !important;
  }
  .u-ml-md-64 {
    margin-left: 64px !important;
  }
  .u-mr-md-64 {
    margin-right: 64px !important;
  }
  .u-mt-md-68 {
    margin-top: 68px !important;
  }
  .u-mb-md-68 {
    margin-bottom: 68px !important;
  }
  .u-ml-md-68 {
    margin-left: 68px !important;
  }
  .u-mr-md-68 {
    margin-right: 68px !important;
  }
  .u-mt-md-72 {
    margin-top: 72px !important;
  }
  .u-mb-md-72 {
    margin-bottom: 72px !important;
  }
  .u-ml-md-72 {
    margin-left: 72px !important;
  }
  .u-mr-md-72 {
    margin-right: 72px !important;
  }
  .u-mt-md-76 {
    margin-top: 76px !important;
  }
  .u-mb-md-76 {
    margin-bottom: 76px !important;
  }
  .u-ml-md-76 {
    margin-left: 76px !important;
  }
  .u-mr-md-76 {
    margin-right: 76px !important;
  }
  .u-mt-md-80 {
    margin-top: 80px !important;
  }
  .u-mb-md-80 {
    margin-bottom: 80px !important;
  }
  .u-ml-md-80 {
    margin-left: 80px !important;
  }
  .u-mr-md-80 {
    margin-right: 80px !important;
  }
}
@media (max-width: 540px) {
  .u-m-pr-auto {
    margin: auto;
  }
  .u-m-pr-0 {
    margin: 0;
  }
  .u-m-pr-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-pr-l-auto {
    margin-left: auto;
  }
  .u-m-pr-r-auto {
    margin-right: auto;
  }
  .u-mt-pr-0 {
    margin-top: 0px !important;
  }
  .u-mb-pr-0 {
    margin-bottom: 0px !important;
  }
  .u-ml-pr-0 {
    margin-left: 0px !important;
  }
  .u-mr-pr-0 {
    margin-right: 0px !important;
  }
  .u-mt-pr-4 {
    margin-top: 4px !important;
  }
  .u-mb-pr-4 {
    margin-bottom: 4px !important;
  }
  .u-ml-pr-4 {
    margin-left: 4px !important;
  }
  .u-mr-pr-4 {
    margin-right: 4px !important;
  }
  .u-mt-pr-8 {
    margin-top: 8px !important;
  }
  .u-mb-pr-8 {
    margin-bottom: 8px !important;
  }
  .u-ml-pr-8 {
    margin-left: 8px !important;
  }
  .u-mr-pr-8 {
    margin-right: 8px !important;
  }
  .u-mt-pr-12 {
    margin-top: 12px !important;
  }
  .u-mb-pr-12 {
    margin-bottom: 12px !important;
  }
  .u-ml-pr-12 {
    margin-left: 12px !important;
  }
  .u-mr-pr-12 {
    margin-right: 12px !important;
  }
  .u-mt-pr-16 {
    margin-top: 16px !important;
  }
  .u-mb-pr-16 {
    margin-bottom: 16px !important;
  }
  .u-ml-pr-16 {
    margin-left: 16px !important;
  }
  .u-mr-pr-16 {
    margin-right: 16px !important;
  }
  .u-mt-pr-20 {
    margin-top: 20px !important;
  }
  .u-mb-pr-20 {
    margin-bottom: 20px !important;
  }
  .u-ml-pr-20 {
    margin-left: 20px !important;
  }
  .u-mr-pr-20 {
    margin-right: 20px !important;
  }
  .u-mt-pr-24 {
    margin-top: 24px !important;
  }
  .u-mb-pr-24 {
    margin-bottom: 24px !important;
  }
  .u-ml-pr-24 {
    margin-left: 24px !important;
  }
  .u-mr-pr-24 {
    margin-right: 24px !important;
  }
  .u-mt-pr-28 {
    margin-top: 28px !important;
  }
  .u-mb-pr-28 {
    margin-bottom: 28px !important;
  }
  .u-ml-pr-28 {
    margin-left: 28px !important;
  }
  .u-mr-pr-28 {
    margin-right: 28px !important;
  }
  .u-mt-pr-32 {
    margin-top: 32px !important;
  }
  .u-mb-pr-32 {
    margin-bottom: 32px !important;
  }
  .u-ml-pr-32 {
    margin-left: 32px !important;
  }
  .u-mr-pr-32 {
    margin-right: 32px !important;
  }
  .u-mt-pr-36 {
    margin-top: 36px !important;
  }
  .u-mb-pr-36 {
    margin-bottom: 36px !important;
  }
  .u-ml-pr-36 {
    margin-left: 36px !important;
  }
  .u-mr-pr-36 {
    margin-right: 36px !important;
  }
  .u-mt-pr-40 {
    margin-top: 40px !important;
  }
  .u-mb-pr-40 {
    margin-bottom: 40px !important;
  }
  .u-ml-pr-40 {
    margin-left: 40px !important;
  }
  .u-mr-pr-40 {
    margin-right: 40px !important;
  }
  .u-mt-pr-44 {
    margin-top: 44px !important;
  }
  .u-mb-pr-44 {
    margin-bottom: 44px !important;
  }
  .u-ml-pr-44 {
    margin-left: 44px !important;
  }
  .u-mr-pr-44 {
    margin-right: 44px !important;
  }
  .u-mt-pr-48 {
    margin-top: 48px !important;
  }
  .u-mb-pr-48 {
    margin-bottom: 48px !important;
  }
  .u-ml-pr-48 {
    margin-left: 48px !important;
  }
  .u-mr-pr-48 {
    margin-right: 48px !important;
  }
  .u-mt-pr-52 {
    margin-top: 52px !important;
  }
  .u-mb-pr-52 {
    margin-bottom: 52px !important;
  }
  .u-ml-pr-52 {
    margin-left: 52px !important;
  }
  .u-mr-pr-52 {
    margin-right: 52px !important;
  }
  .u-mt-pr-56 {
    margin-top: 56px !important;
  }
  .u-mb-pr-56 {
    margin-bottom: 56px !important;
  }
  .u-ml-pr-56 {
    margin-left: 56px !important;
  }
  .u-mr-pr-56 {
    margin-right: 56px !important;
  }
  .u-mt-pr-60 {
    margin-top: 60px !important;
  }
  .u-mb-pr-60 {
    margin-bottom: 60px !important;
  }
  .u-ml-pr-60 {
    margin-left: 60px !important;
  }
  .u-mr-pr-60 {
    margin-right: 60px !important;
  }
  .u-mt-pr-64 {
    margin-top: 64px !important;
  }
  .u-mb-pr-64 {
    margin-bottom: 64px !important;
  }
  .u-ml-pr-64 {
    margin-left: 64px !important;
  }
  .u-mr-pr-64 {
    margin-right: 64px !important;
  }
  .u-mt-pr-68 {
    margin-top: 68px !important;
  }
  .u-mb-pr-68 {
    margin-bottom: 68px !important;
  }
  .u-ml-pr-68 {
    margin-left: 68px !important;
  }
  .u-mr-pr-68 {
    margin-right: 68px !important;
  }
  .u-mt-pr-72 {
    margin-top: 72px !important;
  }
  .u-mb-pr-72 {
    margin-bottom: 72px !important;
  }
  .u-ml-pr-72 {
    margin-left: 72px !important;
  }
  .u-mr-pr-72 {
    margin-right: 72px !important;
  }
  .u-mt-pr-76 {
    margin-top: 76px !important;
  }
  .u-mb-pr-76 {
    margin-bottom: 76px !important;
  }
  .u-ml-pr-76 {
    margin-left: 76px !important;
  }
  .u-mr-pr-76 {
    margin-right: 76px !important;
  }
  .u-mt-pr-80 {
    margin-top: 80px !important;
  }
  .u-mb-pr-80 {
    margin-bottom: 80px !important;
  }
  .u-ml-pr-80 {
    margin-left: 80px !important;
  }
  .u-mr-pr-80 {
    margin-right: 80px !important;
  }
}
@media (max-width: 985px) {
  .u-m-tb-auto {
    margin: auto;
  }
  .u-m-tb-0 {
    margin: 0;
  }
  .u-m-tb-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-tb-l-auto {
    margin-left: auto;
  }
  .u-m-tb-r-auto {
    margin-right: auto;
  }
  .u-mt-tb-0 {
    margin-top: 0px !important;
  }
  .u-mb-tb-0 {
    margin-bottom: 0px !important;
  }
  .u-ml-tb-0 {
    margin-left: 0px !important;
  }
  .u-mr-tb-0 {
    margin-right: 0px !important;
  }
  .u-mt-tb-4 {
    margin-top: 4px !important;
  }
  .u-mb-tb-4 {
    margin-bottom: 4px !important;
  }
  .u-ml-tb-4 {
    margin-left: 4px !important;
  }
  .u-mr-tb-4 {
    margin-right: 4px !important;
  }
  .u-mt-tb-8 {
    margin-top: 8px !important;
  }
  .u-mb-tb-8 {
    margin-bottom: 8px !important;
  }
  .u-ml-tb-8 {
    margin-left: 8px !important;
  }
  .u-mr-tb-8 {
    margin-right: 8px !important;
  }
  .u-mt-tb-12 {
    margin-top: 12px !important;
  }
  .u-mb-tb-12 {
    margin-bottom: 12px !important;
  }
  .u-ml-tb-12 {
    margin-left: 12px !important;
  }
  .u-mr-tb-12 {
    margin-right: 12px !important;
  }
  .u-mt-tb-16 {
    margin-top: 16px !important;
  }
  .u-mb-tb-16 {
    margin-bottom: 16px !important;
  }
  .u-ml-tb-16 {
    margin-left: 16px !important;
  }
  .u-mr-tb-16 {
    margin-right: 16px !important;
  }
  .u-mt-tb-20 {
    margin-top: 20px !important;
  }
  .u-mb-tb-20 {
    margin-bottom: 20px !important;
  }
  .u-ml-tb-20 {
    margin-left: 20px !important;
  }
  .u-mr-tb-20 {
    margin-right: 20px !important;
  }
  .u-mt-tb-24 {
    margin-top: 24px !important;
  }
  .u-mb-tb-24 {
    margin-bottom: 24px !important;
  }
  .u-ml-tb-24 {
    margin-left: 24px !important;
  }
  .u-mr-tb-24 {
    margin-right: 24px !important;
  }
  .u-mt-tb-28 {
    margin-top: 28px !important;
  }
  .u-mb-tb-28 {
    margin-bottom: 28px !important;
  }
  .u-ml-tb-28 {
    margin-left: 28px !important;
  }
  .u-mr-tb-28 {
    margin-right: 28px !important;
  }
  .u-mt-tb-32 {
    margin-top: 32px !important;
  }
  .u-mb-tb-32 {
    margin-bottom: 32px !important;
  }
  .u-ml-tb-32 {
    margin-left: 32px !important;
  }
  .u-mr-tb-32 {
    margin-right: 32px !important;
  }
  .u-mt-tb-36 {
    margin-top: 36px !important;
  }
  .u-mb-tb-36 {
    margin-bottom: 36px !important;
  }
  .u-ml-tb-36 {
    margin-left: 36px !important;
  }
  .u-mr-tb-36 {
    margin-right: 36px !important;
  }
  .u-mt-tb-40 {
    margin-top: 40px !important;
  }
  .u-mb-tb-40 {
    margin-bottom: 40px !important;
  }
  .u-ml-tb-40 {
    margin-left: 40px !important;
  }
  .u-mr-tb-40 {
    margin-right: 40px !important;
  }
  .u-mt-tb-44 {
    margin-top: 44px !important;
  }
  .u-mb-tb-44 {
    margin-bottom: 44px !important;
  }
  .u-ml-tb-44 {
    margin-left: 44px !important;
  }
  .u-mr-tb-44 {
    margin-right: 44px !important;
  }
  .u-mt-tb-48 {
    margin-top: 48px !important;
  }
  .u-mb-tb-48 {
    margin-bottom: 48px !important;
  }
  .u-ml-tb-48 {
    margin-left: 48px !important;
  }
  .u-mr-tb-48 {
    margin-right: 48px !important;
  }
  .u-mt-tb-52 {
    margin-top: 52px !important;
  }
  .u-mb-tb-52 {
    margin-bottom: 52px !important;
  }
  .u-ml-tb-52 {
    margin-left: 52px !important;
  }
  .u-mr-tb-52 {
    margin-right: 52px !important;
  }
  .u-mt-tb-56 {
    margin-top: 56px !important;
  }
  .u-mb-tb-56 {
    margin-bottom: 56px !important;
  }
  .u-ml-tb-56 {
    margin-left: 56px !important;
  }
  .u-mr-tb-56 {
    margin-right: 56px !important;
  }
  .u-mt-tb-60 {
    margin-top: 60px !important;
  }
  .u-mb-tb-60 {
    margin-bottom: 60px !important;
  }
  .u-ml-tb-60 {
    margin-left: 60px !important;
  }
  .u-mr-tb-60 {
    margin-right: 60px !important;
  }
  .u-mt-tb-64 {
    margin-top: 64px !important;
  }
  .u-mb-tb-64 {
    margin-bottom: 64px !important;
  }
  .u-ml-tb-64 {
    margin-left: 64px !important;
  }
  .u-mr-tb-64 {
    margin-right: 64px !important;
  }
  .u-mt-tb-68 {
    margin-top: 68px !important;
  }
  .u-mb-tb-68 {
    margin-bottom: 68px !important;
  }
  .u-ml-tb-68 {
    margin-left: 68px !important;
  }
  .u-mr-tb-68 {
    margin-right: 68px !important;
  }
  .u-mt-tb-72 {
    margin-top: 72px !important;
  }
  .u-mb-tb-72 {
    margin-bottom: 72px !important;
  }
  .u-ml-tb-72 {
    margin-left: 72px !important;
  }
  .u-mr-tb-72 {
    margin-right: 72px !important;
  }
  .u-mt-tb-76 {
    margin-top: 76px !important;
  }
  .u-mb-tb-76 {
    margin-bottom: 76px !important;
  }
  .u-ml-tb-76 {
    margin-left: 76px !important;
  }
  .u-mr-tb-76 {
    margin-right: 76px !important;
  }
  .u-mt-tb-80 {
    margin-top: 80px !important;
  }
  .u-mb-tb-80 {
    margin-bottom: 80px !important;
  }
  .u-ml-tb-80 {
    margin-left: 80px !important;
  }
  .u-mr-tb-80 {
    margin-right: 80px !important;
  }
}
@media (max-width: 1174px) {
  .u-m-lg-auto {
    margin: auto;
  }
  .u-m-lg-0 {
    margin: 0;
  }
  .u-m-lg-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-lg-l-auto {
    margin-left: auto;
  }
  .u-m-lg-r-auto {
    margin-right: auto;
  }
  .u-mt-lg-0 {
    margin-top: 0px !important;
  }
  .u-mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .u-ml-lg-0 {
    margin-left: 0px !important;
  }
  .u-mr-lg-0 {
    margin-right: 0px !important;
  }
  .u-mt-lg-4 {
    margin-top: 4px !important;
  }
  .u-mb-lg-4 {
    margin-bottom: 4px !important;
  }
  .u-ml-lg-4 {
    margin-left: 4px !important;
  }
  .u-mr-lg-4 {
    margin-right: 4px !important;
  }
  .u-mt-lg-8 {
    margin-top: 8px !important;
  }
  .u-mb-lg-8 {
    margin-bottom: 8px !important;
  }
  .u-ml-lg-8 {
    margin-left: 8px !important;
  }
  .u-mr-lg-8 {
    margin-right: 8px !important;
  }
  .u-mt-lg-12 {
    margin-top: 12px !important;
  }
  .u-mb-lg-12 {
    margin-bottom: 12px !important;
  }
  .u-ml-lg-12 {
    margin-left: 12px !important;
  }
  .u-mr-lg-12 {
    margin-right: 12px !important;
  }
  .u-mt-lg-16 {
    margin-top: 16px !important;
  }
  .u-mb-lg-16 {
    margin-bottom: 16px !important;
  }
  .u-ml-lg-16 {
    margin-left: 16px !important;
  }
  .u-mr-lg-16 {
    margin-right: 16px !important;
  }
  .u-mt-lg-20 {
    margin-top: 20px !important;
  }
  .u-mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .u-ml-lg-20 {
    margin-left: 20px !important;
  }
  .u-mr-lg-20 {
    margin-right: 20px !important;
  }
  .u-mt-lg-24 {
    margin-top: 24px !important;
  }
  .u-mb-lg-24 {
    margin-bottom: 24px !important;
  }
  .u-ml-lg-24 {
    margin-left: 24px !important;
  }
  .u-mr-lg-24 {
    margin-right: 24px !important;
  }
  .u-mt-lg-28 {
    margin-top: 28px !important;
  }
  .u-mb-lg-28 {
    margin-bottom: 28px !important;
  }
  .u-ml-lg-28 {
    margin-left: 28px !important;
  }
  .u-mr-lg-28 {
    margin-right: 28px !important;
  }
  .u-mt-lg-32 {
    margin-top: 32px !important;
  }
  .u-mb-lg-32 {
    margin-bottom: 32px !important;
  }
  .u-ml-lg-32 {
    margin-left: 32px !important;
  }
  .u-mr-lg-32 {
    margin-right: 32px !important;
  }
  .u-mt-lg-36 {
    margin-top: 36px !important;
  }
  .u-mb-lg-36 {
    margin-bottom: 36px !important;
  }
  .u-ml-lg-36 {
    margin-left: 36px !important;
  }
  .u-mr-lg-36 {
    margin-right: 36px !important;
  }
  .u-mt-lg-40 {
    margin-top: 40px !important;
  }
  .u-mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .u-ml-lg-40 {
    margin-left: 40px !important;
  }
  .u-mr-lg-40 {
    margin-right: 40px !important;
  }
  .u-mt-lg-44 {
    margin-top: 44px !important;
  }
  .u-mb-lg-44 {
    margin-bottom: 44px !important;
  }
  .u-ml-lg-44 {
    margin-left: 44px !important;
  }
  .u-mr-lg-44 {
    margin-right: 44px !important;
  }
  .u-mt-lg-48 {
    margin-top: 48px !important;
  }
  .u-mb-lg-48 {
    margin-bottom: 48px !important;
  }
  .u-ml-lg-48 {
    margin-left: 48px !important;
  }
  .u-mr-lg-48 {
    margin-right: 48px !important;
  }
  .u-mt-lg-52 {
    margin-top: 52px !important;
  }
  .u-mb-lg-52 {
    margin-bottom: 52px !important;
  }
  .u-ml-lg-52 {
    margin-left: 52px !important;
  }
  .u-mr-lg-52 {
    margin-right: 52px !important;
  }
  .u-mt-lg-56 {
    margin-top: 56px !important;
  }
  .u-mb-lg-56 {
    margin-bottom: 56px !important;
  }
  .u-ml-lg-56 {
    margin-left: 56px !important;
  }
  .u-mr-lg-56 {
    margin-right: 56px !important;
  }
  .u-mt-lg-60 {
    margin-top: 60px !important;
  }
  .u-mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .u-ml-lg-60 {
    margin-left: 60px !important;
  }
  .u-mr-lg-60 {
    margin-right: 60px !important;
  }
  .u-mt-lg-64 {
    margin-top: 64px !important;
  }
  .u-mb-lg-64 {
    margin-bottom: 64px !important;
  }
  .u-ml-lg-64 {
    margin-left: 64px !important;
  }
  .u-mr-lg-64 {
    margin-right: 64px !important;
  }
  .u-mt-lg-68 {
    margin-top: 68px !important;
  }
  .u-mb-lg-68 {
    margin-bottom: 68px !important;
  }
  .u-ml-lg-68 {
    margin-left: 68px !important;
  }
  .u-mr-lg-68 {
    margin-right: 68px !important;
  }
  .u-mt-lg-72 {
    margin-top: 72px !important;
  }
  .u-mb-lg-72 {
    margin-bottom: 72px !important;
  }
  .u-ml-lg-72 {
    margin-left: 72px !important;
  }
  .u-mr-lg-72 {
    margin-right: 72px !important;
  }
  .u-mt-lg-76 {
    margin-top: 76px !important;
  }
  .u-mb-lg-76 {
    margin-bottom: 76px !important;
  }
  .u-ml-lg-76 {
    margin-left: 76px !important;
  }
  .u-mr-lg-76 {
    margin-right: 76px !important;
  }
  .u-mt-lg-80 {
    margin-top: 80px !important;
  }
  .u-mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .u-ml-lg-80 {
    margin-left: 80px !important;
  }
  .u-mr-lg-80 {
    margin-right: 80px !important;
  }
}
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pt-4 {
  padding-top: 4px !important;
}

.u-pb-4 {
  padding-bottom: 4px !important;
}

.u-pl-4 {
  padding-left: 4px !important;
}

.u-pr-4 {
  padding-right: 4px !important;
}

.u-pt-8 {
  padding-top: 8px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pl-12 {
  padding-left: 12px !important;
}

.u-pr-12 {
  padding-right: 12px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pt-28 {
  padding-top: 28px !important;
}

.u-pb-28 {
  padding-bottom: 28px !important;
}

.u-pl-28 {
  padding-left: 28px !important;
}

.u-pr-28 {
  padding-right: 28px !important;
}

.u-pt-32 {
  padding-top: 32px !important;
}

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-pt-36 {
  padding-top: 36px !important;
}

.u-pb-36 {
  padding-bottom: 36px !important;
}

.u-pl-36 {
  padding-left: 36px !important;
}

.u-pr-36 {
  padding-right: 36px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pt-44 {
  padding-top: 44px !important;
}

.u-pb-44 {
  padding-bottom: 44px !important;
}

.u-pl-44 {
  padding-left: 44px !important;
}

.u-pr-44 {
  padding-right: 44px !important;
}

.u-pt-48 {
  padding-top: 48px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-pt-52 {
  padding-top: 52px !important;
}

.u-pb-52 {
  padding-bottom: 52px !important;
}

.u-pl-52 {
  padding-left: 52px !important;
}

.u-pr-52 {
  padding-right: 52px !important;
}

.u-pt-56 {
  padding-top: 56px !important;
}

.u-pb-56 {
  padding-bottom: 56px !important;
}

.u-pl-56 {
  padding-left: 56px !important;
}

.u-pr-56 {
  padding-right: 56px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

@media (max-width: 768px) {
  .u-pt-md-0 {
    padding-top: 0px !important;
  }
  .u-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .u-pl-md-0 {
    padding-left: 0px !important;
  }
  .u-pr-md-0 {
    padding-right: 0px !important;
  }
  .u-pt-md-4 {
    padding-top: 4px !important;
  }
  .u-pb-md-4 {
    padding-bottom: 4px !important;
  }
  .u-pl-md-4 {
    padding-left: 4px !important;
  }
  .u-pr-md-4 {
    padding-right: 4px !important;
  }
  .u-pt-md-8 {
    padding-top: 8px !important;
  }
  .u-pb-md-8 {
    padding-bottom: 8px !important;
  }
  .u-pl-md-8 {
    padding-left: 8px !important;
  }
  .u-pr-md-8 {
    padding-right: 8px !important;
  }
  .u-pt-md-12 {
    padding-top: 12px !important;
  }
  .u-pb-md-12 {
    padding-bottom: 12px !important;
  }
  .u-pl-md-12 {
    padding-left: 12px !important;
  }
  .u-pr-md-12 {
    padding-right: 12px !important;
  }
  .u-pt-md-16 {
    padding-top: 16px !important;
  }
  .u-pb-md-16 {
    padding-bottom: 16px !important;
  }
  .u-pl-md-16 {
    padding-left: 16px !important;
  }
  .u-pr-md-16 {
    padding-right: 16px !important;
  }
  .u-pt-md-20 {
    padding-top: 20px !important;
  }
  .u-pb-md-20 {
    padding-bottom: 20px !important;
  }
  .u-pl-md-20 {
    padding-left: 20px !important;
  }
  .u-pr-md-20 {
    padding-right: 20px !important;
  }
  .u-pt-md-24 {
    padding-top: 24px !important;
  }
  .u-pb-md-24 {
    padding-bottom: 24px !important;
  }
  .u-pl-md-24 {
    padding-left: 24px !important;
  }
  .u-pr-md-24 {
    padding-right: 24px !important;
  }
  .u-pt-md-28 {
    padding-top: 28px !important;
  }
  .u-pb-md-28 {
    padding-bottom: 28px !important;
  }
  .u-pl-md-28 {
    padding-left: 28px !important;
  }
  .u-pr-md-28 {
    padding-right: 28px !important;
  }
  .u-pt-md-32 {
    padding-top: 32px !important;
  }
  .u-pb-md-32 {
    padding-bottom: 32px !important;
  }
  .u-pl-md-32 {
    padding-left: 32px !important;
  }
  .u-pr-md-32 {
    padding-right: 32px !important;
  }
  .u-pt-md-36 {
    padding-top: 36px !important;
  }
  .u-pb-md-36 {
    padding-bottom: 36px !important;
  }
  .u-pl-md-36 {
    padding-left: 36px !important;
  }
  .u-pr-md-36 {
    padding-right: 36px !important;
  }
  .u-pt-md-40 {
    padding-top: 40px !important;
  }
  .u-pb-md-40 {
    padding-bottom: 40px !important;
  }
  .u-pl-md-40 {
    padding-left: 40px !important;
  }
  .u-pr-md-40 {
    padding-right: 40px !important;
  }
  .u-pt-md-44 {
    padding-top: 44px !important;
  }
  .u-pb-md-44 {
    padding-bottom: 44px !important;
  }
  .u-pl-md-44 {
    padding-left: 44px !important;
  }
  .u-pr-md-44 {
    padding-right: 44px !important;
  }
  .u-pt-md-48 {
    padding-top: 48px !important;
  }
  .u-pb-md-48 {
    padding-bottom: 48px !important;
  }
  .u-pl-md-48 {
    padding-left: 48px !important;
  }
  .u-pr-md-48 {
    padding-right: 48px !important;
  }
  .u-pt-md-52 {
    padding-top: 52px !important;
  }
  .u-pb-md-52 {
    padding-bottom: 52px !important;
  }
  .u-pl-md-52 {
    padding-left: 52px !important;
  }
  .u-pr-md-52 {
    padding-right: 52px !important;
  }
  .u-pt-md-56 {
    padding-top: 56px !important;
  }
  .u-pb-md-56 {
    padding-bottom: 56px !important;
  }
  .u-pl-md-56 {
    padding-left: 56px !important;
  }
  .u-pr-md-56 {
    padding-right: 56px !important;
  }
  .u-pt-md-60 {
    padding-top: 60px !important;
  }
  .u-pb-md-60 {
    padding-bottom: 60px !important;
  }
  .u-pl-md-60 {
    padding-left: 60px !important;
  }
  .u-pr-md-60 {
    padding-right: 60px !important;
  }
}
@media (max-width: 540px) {
  .u-pt-pr-0 {
    padding-top: 0px !important;
  }
  .u-pb-pr-0 {
    padding-bottom: 0px !important;
  }
  .u-pl-pr-0 {
    padding-left: 0px !important;
  }
  .u-pr-pr-0 {
    padding-right: 0px !important;
  }
  .u-pt-pr-4 {
    padding-top: 4px !important;
  }
  .u-pb-pr-4 {
    padding-bottom: 4px !important;
  }
  .u-pl-pr-4 {
    padding-left: 4px !important;
  }
  .u-pr-pr-4 {
    padding-right: 4px !important;
  }
  .u-pt-pr-8 {
    padding-top: 8px !important;
  }
  .u-pb-pr-8 {
    padding-bottom: 8px !important;
  }
  .u-pl-pr-8 {
    padding-left: 8px !important;
  }
  .u-pr-pr-8 {
    padding-right: 8px !important;
  }
  .u-pt-pr-12 {
    padding-top: 12px !important;
  }
  .u-pb-pr-12 {
    padding-bottom: 12px !important;
  }
  .u-pl-pr-12 {
    padding-left: 12px !important;
  }
  .u-pr-pr-12 {
    padding-right: 12px !important;
  }
  .u-pt-pr-16 {
    padding-top: 16px !important;
  }
  .u-pb-pr-16 {
    padding-bottom: 16px !important;
  }
  .u-pl-pr-16 {
    padding-left: 16px !important;
  }
  .u-pr-pr-16 {
    padding-right: 16px !important;
  }
  .u-pt-pr-20 {
    padding-top: 20px !important;
  }
  .u-pb-pr-20 {
    padding-bottom: 20px !important;
  }
  .u-pl-pr-20 {
    padding-left: 20px !important;
  }
  .u-pr-pr-20 {
    padding-right: 20px !important;
  }
  .u-pt-pr-24 {
    padding-top: 24px !important;
  }
  .u-pb-pr-24 {
    padding-bottom: 24px !important;
  }
  .u-pl-pr-24 {
    padding-left: 24px !important;
  }
  .u-pr-pr-24 {
    padding-right: 24px !important;
  }
  .u-pt-pr-28 {
    padding-top: 28px !important;
  }
  .u-pb-pr-28 {
    padding-bottom: 28px !important;
  }
  .u-pl-pr-28 {
    padding-left: 28px !important;
  }
  .u-pr-pr-28 {
    padding-right: 28px !important;
  }
  .u-pt-pr-32 {
    padding-top: 32px !important;
  }
  .u-pb-pr-32 {
    padding-bottom: 32px !important;
  }
  .u-pl-pr-32 {
    padding-left: 32px !important;
  }
  .u-pr-pr-32 {
    padding-right: 32px !important;
  }
  .u-pt-pr-36 {
    padding-top: 36px !important;
  }
  .u-pb-pr-36 {
    padding-bottom: 36px !important;
  }
  .u-pl-pr-36 {
    padding-left: 36px !important;
  }
  .u-pr-pr-36 {
    padding-right: 36px !important;
  }
  .u-pt-pr-40 {
    padding-top: 40px !important;
  }
  .u-pb-pr-40 {
    padding-bottom: 40px !important;
  }
  .u-pl-pr-40 {
    padding-left: 40px !important;
  }
  .u-pr-pr-40 {
    padding-right: 40px !important;
  }
  .u-pt-pr-44 {
    padding-top: 44px !important;
  }
  .u-pb-pr-44 {
    padding-bottom: 44px !important;
  }
  .u-pl-pr-44 {
    padding-left: 44px !important;
  }
  .u-pr-pr-44 {
    padding-right: 44px !important;
  }
  .u-pt-pr-48 {
    padding-top: 48px !important;
  }
  .u-pb-pr-48 {
    padding-bottom: 48px !important;
  }
  .u-pl-pr-48 {
    padding-left: 48px !important;
  }
  .u-pr-pr-48 {
    padding-right: 48px !important;
  }
  .u-pt-pr-52 {
    padding-top: 52px !important;
  }
  .u-pb-pr-52 {
    padding-bottom: 52px !important;
  }
  .u-pl-pr-52 {
    padding-left: 52px !important;
  }
  .u-pr-pr-52 {
    padding-right: 52px !important;
  }
  .u-pt-pr-56 {
    padding-top: 56px !important;
  }
  .u-pb-pr-56 {
    padding-bottom: 56px !important;
  }
  .u-pl-pr-56 {
    padding-left: 56px !important;
  }
  .u-pr-pr-56 {
    padding-right: 56px !important;
  }
  .u-pt-pr-60 {
    padding-top: 60px !important;
  }
  .u-pb-pr-60 {
    padding-bottom: 60px !important;
  }
  .u-pl-pr-60 {
    padding-left: 60px !important;
  }
  .u-pr-pr-60 {
    padding-right: 60px !important;
  }
}
@media (max-width: 985px) {
  .u-pt-tb-0 {
    padding-top: 0px !important;
  }
  .u-pb-tb-0 {
    padding-bottom: 0px !important;
  }
  .u-pl-tb-0 {
    padding-left: 0px !important;
  }
  .u-pr-tb-0 {
    padding-right: 0px !important;
  }
  .u-pt-tb-4 {
    padding-top: 4px !important;
  }
  .u-pb-tb-4 {
    padding-bottom: 4px !important;
  }
  .u-pl-tb-4 {
    padding-left: 4px !important;
  }
  .u-pr-tb-4 {
    padding-right: 4px !important;
  }
  .u-pt-tb-8 {
    padding-top: 8px !important;
  }
  .u-pb-tb-8 {
    padding-bottom: 8px !important;
  }
  .u-pl-tb-8 {
    padding-left: 8px !important;
  }
  .u-pr-tb-8 {
    padding-right: 8px !important;
  }
  .u-pt-tb-12 {
    padding-top: 12px !important;
  }
  .u-pb-tb-12 {
    padding-bottom: 12px !important;
  }
  .u-pl-tb-12 {
    padding-left: 12px !important;
  }
  .u-pr-tb-12 {
    padding-right: 12px !important;
  }
  .u-pt-tb-16 {
    padding-top: 16px !important;
  }
  .u-pb-tb-16 {
    padding-bottom: 16px !important;
  }
  .u-pl-tb-16 {
    padding-left: 16px !important;
  }
  .u-pr-tb-16 {
    padding-right: 16px !important;
  }
  .u-pt-tb-20 {
    padding-top: 20px !important;
  }
  .u-pb-tb-20 {
    padding-bottom: 20px !important;
  }
  .u-pl-tb-20 {
    padding-left: 20px !important;
  }
  .u-pr-tb-20 {
    padding-right: 20px !important;
  }
  .u-pt-tb-24 {
    padding-top: 24px !important;
  }
  .u-pb-tb-24 {
    padding-bottom: 24px !important;
  }
  .u-pl-tb-24 {
    padding-left: 24px !important;
  }
  .u-pr-tb-24 {
    padding-right: 24px !important;
  }
  .u-pt-tb-28 {
    padding-top: 28px !important;
  }
  .u-pb-tb-28 {
    padding-bottom: 28px !important;
  }
  .u-pl-tb-28 {
    padding-left: 28px !important;
  }
  .u-pr-tb-28 {
    padding-right: 28px !important;
  }
  .u-pt-tb-32 {
    padding-top: 32px !important;
  }
  .u-pb-tb-32 {
    padding-bottom: 32px !important;
  }
  .u-pl-tb-32 {
    padding-left: 32px !important;
  }
  .u-pr-tb-32 {
    padding-right: 32px !important;
  }
  .u-pt-tb-36 {
    padding-top: 36px !important;
  }
  .u-pb-tb-36 {
    padding-bottom: 36px !important;
  }
  .u-pl-tb-36 {
    padding-left: 36px !important;
  }
  .u-pr-tb-36 {
    padding-right: 36px !important;
  }
  .u-pt-tb-40 {
    padding-top: 40px !important;
  }
  .u-pb-tb-40 {
    padding-bottom: 40px !important;
  }
  .u-pl-tb-40 {
    padding-left: 40px !important;
  }
  .u-pr-tb-40 {
    padding-right: 40px !important;
  }
  .u-pt-tb-44 {
    padding-top: 44px !important;
  }
  .u-pb-tb-44 {
    padding-bottom: 44px !important;
  }
  .u-pl-tb-44 {
    padding-left: 44px !important;
  }
  .u-pr-tb-44 {
    padding-right: 44px !important;
  }
  .u-pt-tb-48 {
    padding-top: 48px !important;
  }
  .u-pb-tb-48 {
    padding-bottom: 48px !important;
  }
  .u-pl-tb-48 {
    padding-left: 48px !important;
  }
  .u-pr-tb-48 {
    padding-right: 48px !important;
  }
  .u-pt-tb-52 {
    padding-top: 52px !important;
  }
  .u-pb-tb-52 {
    padding-bottom: 52px !important;
  }
  .u-pl-tb-52 {
    padding-left: 52px !important;
  }
  .u-pr-tb-52 {
    padding-right: 52px !important;
  }
  .u-pt-tb-56 {
    padding-top: 56px !important;
  }
  .u-pb-tb-56 {
    padding-bottom: 56px !important;
  }
  .u-pl-tb-56 {
    padding-left: 56px !important;
  }
  .u-pr-tb-56 {
    padding-right: 56px !important;
  }
  .u-pt-tb-60 {
    padding-top: 60px !important;
  }
  .u-pb-tb-60 {
    padding-bottom: 60px !important;
  }
  .u-pl-tb-60 {
    padding-left: 60px !important;
  }
  .u-pr-tb-60 {
    padding-right: 60px !important;
  }
}
@media (max-width: 1174px) {
  .u-pt-lg-0 {
    padding-top: 0px !important;
  }
  .u-pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .u-pl-lg-0 {
    padding-left: 0px !important;
  }
  .u-pr-lg-0 {
    padding-right: 0px !important;
  }
  .u-pt-lg-4 {
    padding-top: 4px !important;
  }
  .u-pb-lg-4 {
    padding-bottom: 4px !important;
  }
  .u-pl-lg-4 {
    padding-left: 4px !important;
  }
  .u-pr-lg-4 {
    padding-right: 4px !important;
  }
  .u-pt-lg-8 {
    padding-top: 8px !important;
  }
  .u-pb-lg-8 {
    padding-bottom: 8px !important;
  }
  .u-pl-lg-8 {
    padding-left: 8px !important;
  }
  .u-pr-lg-8 {
    padding-right: 8px !important;
  }
  .u-pt-lg-12 {
    padding-top: 12px !important;
  }
  .u-pb-lg-12 {
    padding-bottom: 12px !important;
  }
  .u-pl-lg-12 {
    padding-left: 12px !important;
  }
  .u-pr-lg-12 {
    padding-right: 12px !important;
  }
  .u-pt-lg-16 {
    padding-top: 16px !important;
  }
  .u-pb-lg-16 {
    padding-bottom: 16px !important;
  }
  .u-pl-lg-16 {
    padding-left: 16px !important;
  }
  .u-pr-lg-16 {
    padding-right: 16px !important;
  }
  .u-pt-lg-20 {
    padding-top: 20px !important;
  }
  .u-pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .u-pl-lg-20 {
    padding-left: 20px !important;
  }
  .u-pr-lg-20 {
    padding-right: 20px !important;
  }
  .u-pt-lg-24 {
    padding-top: 24px !important;
  }
  .u-pb-lg-24 {
    padding-bottom: 24px !important;
  }
  .u-pl-lg-24 {
    padding-left: 24px !important;
  }
  .u-pr-lg-24 {
    padding-right: 24px !important;
  }
  .u-pt-lg-28 {
    padding-top: 28px !important;
  }
  .u-pb-lg-28 {
    padding-bottom: 28px !important;
  }
  .u-pl-lg-28 {
    padding-left: 28px !important;
  }
  .u-pr-lg-28 {
    padding-right: 28px !important;
  }
  .u-pt-lg-32 {
    padding-top: 32px !important;
  }
  .u-pb-lg-32 {
    padding-bottom: 32px !important;
  }
  .u-pl-lg-32 {
    padding-left: 32px !important;
  }
  .u-pr-lg-32 {
    padding-right: 32px !important;
  }
  .u-pt-lg-36 {
    padding-top: 36px !important;
  }
  .u-pb-lg-36 {
    padding-bottom: 36px !important;
  }
  .u-pl-lg-36 {
    padding-left: 36px !important;
  }
  .u-pr-lg-36 {
    padding-right: 36px !important;
  }
  .u-pt-lg-40 {
    padding-top: 40px !important;
  }
  .u-pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .u-pl-lg-40 {
    padding-left: 40px !important;
  }
  .u-pr-lg-40 {
    padding-right: 40px !important;
  }
  .u-pt-lg-44 {
    padding-top: 44px !important;
  }
  .u-pb-lg-44 {
    padding-bottom: 44px !important;
  }
  .u-pl-lg-44 {
    padding-left: 44px !important;
  }
  .u-pr-lg-44 {
    padding-right: 44px !important;
  }
  .u-pt-lg-48 {
    padding-top: 48px !important;
  }
  .u-pb-lg-48 {
    padding-bottom: 48px !important;
  }
  .u-pl-lg-48 {
    padding-left: 48px !important;
  }
  .u-pr-lg-48 {
    padding-right: 48px !important;
  }
  .u-pt-lg-52 {
    padding-top: 52px !important;
  }
  .u-pb-lg-52 {
    padding-bottom: 52px !important;
  }
  .u-pl-lg-52 {
    padding-left: 52px !important;
  }
  .u-pr-lg-52 {
    padding-right: 52px !important;
  }
  .u-pt-lg-56 {
    padding-top: 56px !important;
  }
  .u-pb-lg-56 {
    padding-bottom: 56px !important;
  }
  .u-pl-lg-56 {
    padding-left: 56px !important;
  }
  .u-pr-lg-56 {
    padding-right: 56px !important;
  }
  .u-pt-lg-60 {
    padding-top: 60px !important;
  }
  .u-pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .u-pl-lg-60 {
    padding-left: 60px !important;
  }
  .u-pr-lg-60 {
    padding-right: 60px !important;
  }
}
.u-pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .u-pb-md-100 {
    padding-bottom: 100px !important;
  }
}

.u-pt-100 {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .u-pt-md-100 {
    padding-top: 100px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

.u-wid-110 {
  width: 110px !important;
  min-width: 110px !important;
}

.u-wid-120 {
  width: 120px !important;
  min-width: 120px !important;
}

.u-wid-130 {
  width: 130px !important;
  min-width: 130px !important;
}

.u-wid-140 {
  width: 140px !important;
  min-width: 140px !important;
}

.u-wid-150 {
  width: 150px !important;
  min-width: 150px !important;
}

.u-wid-160 {
  width: 160px !important;
  min-width: 160px !important;
}

.u-wid-170 {
  width: 170px !important;
  min-width: 170px !important;
}

.u-wid-180 {
  width: 180px !important;
  min-width: 180px !important;
}

.u-wid-190 {
  width: 190px !important;
  min-width: 190px !important;
}

.u-wid-200 {
  width: 200px !important;
  min-width: 200px !important;
}

.u-wid-210 {
  width: 210px !important;
  min-width: 210px !important;
}

.u-wid-220 {
  width: 220px !important;
  min-width: 220px !important;
}

.u-wid-230 {
  width: 230px !important;
  min-width: 230px !important;
}

.u-wid-240 {
  width: 240px !important;
  min-width: 240px !important;
}

.u-wid-250 {
  width: 250px !important;
  min-width: 250px !important;
}

.u-wid-260 {
  width: 260px !important;
  min-width: 260px !important;
}

.u-wid-270 {
  width: 270px !important;
  min-width: 270px !important;
}

.u-wid-280 {
  width: 280px !important;
  min-width: 280px !important;
}

.u-wid-290 {
  width: 290px !important;
  min-width: 290px !important;
}

.u-wid-300 {
  width: 300px !important;
  min-width: 300px !important;
}

.u-wid-310 {
  width: 310px !important;
  min-width: 310px !important;
}

.u-wid-320 {
  width: 320px !important;
  min-width: 320px !important;
}

.u-wid-330 {
  width: 330px !important;
  min-width: 330px !important;
}

.u-wid-340 {
  width: 340px !important;
  min-width: 340px !important;
}

.u-wid-350 {
  width: 350px !important;
  min-width: 350px !important;
}

.u-wid-360 {
  width: 360px !important;
  min-width: 360px !important;
}

.u-wid-370 {
  width: 370px !important;
  min-width: 370px !important;
}

.u-wid-380 {
  width: 380px !important;
  min-width: 380px !important;
}

.u-wid-390 {
  width: 390px !important;
  min-width: 390px !important;
}

.u-wid-400 {
  width: 400px !important;
  min-width: 400px !important;
}

.u-wid-410 {
  width: 410px !important;
  min-width: 410px !important;
}

.u-wid-420 {
  width: 420px !important;
  min-width: 420px !important;
}

.u-wid-430 {
  width: 430px !important;
  min-width: 430px !important;
}

.u-wid-440 {
  width: 440px !important;
  min-width: 440px !important;
}

.u-wid-450 {
  width: 450px !important;
  min-width: 450px !important;
}

.u-wid-460 {
  width: 460px !important;
  min-width: 460px !important;
}

.u-wid-470 {
  width: 470px !important;
  min-width: 470px !important;
}

.u-wid-480 {
  width: 480px !important;
  min-width: 480px !important;
}

.u-wid-490 {
  width: 490px !important;
  min-width: 490px !important;
}

.u-wid-500 {
  width: 500px !important;
  min-width: 500px !important;
}

.u-wid-510 {
  width: 510px !important;
  min-width: 510px !important;
}

.u-wid-520 {
  width: 520px !important;
  min-width: 520px !important;
}

.u-wid-530 {
  width: 530px !important;
  min-width: 530px !important;
}

.u-wid-540 {
  width: 540px !important;
  min-width: 540px !important;
}

.u-wid-550 {
  width: 550px !important;
  min-width: 550px !important;
}

.u-wid-560 {
  width: 560px !important;
  min-width: 560px !important;
}

.u-wid-570 {
  width: 570px !important;
  min-width: 570px !important;
}

.u-wid-580 {
  width: 580px !important;
  min-width: 580px !important;
}

.u-wid-590 {
  width: 590px !important;
  min-width: 590px !important;
}

.u-wid-600 {
  width: 600px !important;
  min-width: 600px !important;
}

.u-wid-610 {
  width: 610px !important;
  min-width: 610px !important;
}

.u-wid-620 {
  width: 620px !important;
  min-width: 620px !important;
}

.u-wid-630 {
  width: 630px !important;
  min-width: 630px !important;
}

.u-wid-640 {
  width: 640px !important;
  min-width: 640px !important;
}

.u-wid-650 {
  width: 650px !important;
  min-width: 650px !important;
}

.u-wid-660 {
  width: 660px !important;
  min-width: 660px !important;
}

.u-wid-670 {
  width: 670px !important;
  min-width: 670px !important;
}

.u-wid-680 {
  width: 680px !important;
  min-width: 680px !important;
}

.u-wid-690 {
  width: 690px !important;
  min-width: 690px !important;
}

.u-wid-700 {
  width: 700px !important;
  min-width: 700px !important;
}

.u-wid-710 {
  width: 710px !important;
  min-width: 710px !important;
}

.u-wid-720 {
  width: 720px !important;
  min-width: 720px !important;
}

.u-wid-730 {
  width: 730px !important;
  min-width: 730px !important;
}

.u-wid-740 {
  width: 740px !important;
  min-width: 740px !important;
}

.u-wid-750 {
  width: 750px !important;
  min-width: 750px !important;
}

.u-wid-760 {
  width: 760px !important;
  min-width: 760px !important;
}

.u-wid-770 {
  width: 770px !important;
  min-width: 770px !important;
}

.u-wid-780 {
  width: 780px !important;
  min-width: 780px !important;
}

.u-wid-790 {
  width: 790px !important;
  min-width: 790px !important;
}

.u-wid-800 {
  width: 800px !important;
  min-width: 800px !important;
}

.u-wid-810 {
  width: 810px !important;
  min-width: 810px !important;
}

.u-wid-820 {
  width: 820px !important;
  min-width: 820px !important;
}

.u-wid-830 {
  width: 830px !important;
  min-width: 830px !important;
}

.u-wid-840 {
  width: 840px !important;
  min-width: 840px !important;
}

.u-wid-850 {
  width: 850px !important;
  min-width: 850px !important;
}

.u-wid-860 {
  width: 860px !important;
  min-width: 860px !important;
}

.u-wid-870 {
  width: 870px !important;
  min-width: 870px !important;
}

.u-wid-880 {
  width: 880px !important;
  min-width: 880px !important;
}

.u-wid-890 {
  width: 890px !important;
  min-width: 890px !important;
}

.u-wid-900 {
  width: 900px !important;
  min-width: 900px !important;
}

.u-wid-910 {
  width: 910px !important;
  min-width: 910px !important;
}

.u-wid-920 {
  width: 920px !important;
  min-width: 920px !important;
}

.u-wid-930 {
  width: 930px !important;
  min-width: 930px !important;
}

.u-wid-940 {
  width: 940px !important;
  min-width: 940px !important;
}

.u-wid-950 {
  width: 950px !important;
  min-width: 950px !important;
}

.u-wid-960 {
  width: 960px !important;
  min-width: 960px !important;
}

.u-wid-970 {
  width: 970px !important;
  min-width: 970px !important;
}

.u-wid-980 {
  width: 980px !important;
  min-width: 980px !important;
}

.u-wid-990 {
  width: 990px !important;
  min-width: 990px !important;
}

.u-wid-1000 {
  width: 1000px !important;
  min-width: 1000px !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 (max-width: 985px) {
  .u-wid-tb-10 {
    width: 10px !important;
    min-width: 10px !important;
  }
  .u-wid-tb-20 {
    width: 20px !important;
    min-width: 20px !important;
  }
  .u-wid-tb-30 {
    width: 30px !important;
    min-width: 30px !important;
  }
  .u-wid-tb-40 {
    width: 40px !important;
    min-width: 40px !important;
  }
  .u-wid-tb-50 {
    width: 50px !important;
    min-width: 50px !important;
  }
  .u-wid-tb-60 {
    width: 60px !important;
    min-width: 60px !important;
  }
  .u-wid-tb-70 {
    width: 70px !important;
    min-width: 70px !important;
  }
  .u-wid-tb-80 {
    width: 80px !important;
    min-width: 80px !important;
  }
  .u-wid-tb-90 {
    width: 90px !important;
    min-width: 90px !important;
  }
  .u-wid-tb-100 {
    width: 100px !important;
    min-width: 100px !important;
  }
  .u-wid-tb-110 {
    width: 110px !important;
    min-width: 110px !important;
  }
  .u-wid-tb-120 {
    width: 120px !important;
    min-width: 120px !important;
  }
  .u-wid-tb-130 {
    width: 130px !important;
    min-width: 130px !important;
  }
  .u-wid-tb-140 {
    width: 140px !important;
    min-width: 140px !important;
  }
  .u-wid-tb-150 {
    width: 150px !important;
    min-width: 150px !important;
  }
  .u-wid-tb-160 {
    width: 160px !important;
    min-width: 160px !important;
  }
  .u-wid-tb-170 {
    width: 170px !important;
    min-width: 170px !important;
  }
  .u-wid-tb-180 {
    width: 180px !important;
    min-width: 180px !important;
  }
  .u-wid-tb-190 {
    width: 190px !important;
    min-width: 190px !important;
  }
  .u-wid-tb-200 {
    width: 200px !important;
    min-width: 200px !important;
  }
  .u-wid-tb-210 {
    width: 210px !important;
    min-width: 210px !important;
  }
  .u-wid-tb-220 {
    width: 220px !important;
    min-width: 220px !important;
  }
  .u-wid-tb-230 {
    width: 230px !important;
    min-width: 230px !important;
  }
  .u-wid-tb-240 {
    width: 240px !important;
    min-width: 240px !important;
  }
  .u-wid-tb-250 {
    width: 250px !important;
    min-width: 250px !important;
  }
  .u-wid-tb-260 {
    width: 260px !important;
    min-width: 260px !important;
  }
  .u-wid-tb-270 {
    width: 270px !important;
    min-width: 270px !important;
  }
  .u-wid-tb-280 {
    width: 280px !important;
    min-width: 280px !important;
  }
  .u-wid-tb-290 {
    width: 290px !important;
    min-width: 290px !important;
  }
  .u-wid-tb-300 {
    width: 300px !important;
    min-width: 300px !important;
  }
  .u-wid-tb-310 {
    width: 310px !important;
    min-width: 310px !important;
  }
  .u-wid-tb-320 {
    width: 320px !important;
    min-width: 320px !important;
  }
  .u-wid-tb-330 {
    width: 330px !important;
    min-width: 330px !important;
  }
  .u-wid-tb-340 {
    width: 340px !important;
    min-width: 340px !important;
  }
  .u-wid-tb-350 {
    width: 350px !important;
    min-width: 350px !important;
  }
  .u-wid-tb-360 {
    width: 360px !important;
    min-width: 360px !important;
  }
  .u-wid-tb-370 {
    width: 370px !important;
    min-width: 370px !important;
  }
  .u-wid-tb-380 {
    width: 380px !important;
    min-width: 380px !important;
  }
  .u-wid-tb-390 {
    width: 390px !important;
    min-width: 390px !important;
  }
  .u-wid-tb-400 {
    width: 400px !important;
    min-width: 400px !important;
  }
  .u-wid-tb-10per {
    width: 10% !important;
    min-width: 10% !important;
  }
  .u-wid-tb-20per {
    width: 20% !important;
    min-width: 20% !important;
  }
  .u-wid-tb-30per {
    width: 30% !important;
    min-width: 30% !important;
  }
  .u-wid-tb-40per {
    width: 40% !important;
    min-width: 40% !important;
  }
  .u-wid-tb-50per {
    width: 50% !important;
    min-width: 50% !important;
  }
  .u-wid-tb-60per {
    width: 60% !important;
    min-width: 60% !important;
  }
  .u-wid-tb-70per {
    width: 70% !important;
    min-width: 70% !important;
  }
  .u-wid-tb-80per {
    width: 80% !important;
    min-width: 80% !important;
  }
  .u-wid-tb-90per {
    width: 90% !important;
    min-width: 90% !important;
  }
  .u-wid-tb-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .u-wid-md-10 {
    width: 10px !important;
    min-width: 10px !important;
  }
  .u-wid-md-20 {
    width: 20px !important;
    min-width: 20px !important;
  }
  .u-wid-md-30 {
    width: 30px !important;
    min-width: 30px !important;
  }
  .u-wid-md-40 {
    width: 40px !important;
    min-width: 40px !important;
  }
  .u-wid-md-50 {
    width: 50px !important;
    min-width: 50px !important;
  }
  .u-wid-md-60 {
    width: 60px !important;
    min-width: 60px !important;
  }
  .u-wid-md-70 {
    width: 70px !important;
    min-width: 70px !important;
  }
  .u-wid-md-80 {
    width: 80px !important;
    min-width: 80px !important;
  }
  .u-wid-md-90 {
    width: 90px !important;
    min-width: 90px !important;
  }
  .u-wid-md-100 {
    width: 100px !important;
    min-width: 100px !important;
  }
  .u-wid-md-110 {
    width: 110px !important;
    min-width: 110px !important;
  }
  .u-wid-md-120 {
    width: 120px !important;
    min-width: 120px !important;
  }
  .u-wid-md-130 {
    width: 130px !important;
    min-width: 130px !important;
  }
  .u-wid-md-140 {
    width: 140px !important;
    min-width: 140px !important;
  }
  .u-wid-md-150 {
    width: 150px !important;
    min-width: 150px !important;
  }
  .u-wid-md-160 {
    width: 160px !important;
    min-width: 160px !important;
  }
  .u-wid-md-170 {
    width: 170px !important;
    min-width: 170px !important;
  }
  .u-wid-md-180 {
    width: 180px !important;
    min-width: 180px !important;
  }
  .u-wid-md-190 {
    width: 190px !important;
    min-width: 190px !important;
  }
  .u-wid-md-200 {
    width: 200px !important;
    min-width: 200px !important;
  }
  .u-wid-md-210 {
    width: 210px !important;
    min-width: 210px !important;
  }
  .u-wid-md-220 {
    width: 220px !important;
    min-width: 220px !important;
  }
  .u-wid-md-230 {
    width: 230px !important;
    min-width: 230px !important;
  }
  .u-wid-md-240 {
    width: 240px !important;
    min-width: 240px !important;
  }
  .u-wid-md-250 {
    width: 250px !important;
    min-width: 250px !important;
  }
  .u-wid-md-260 {
    width: 260px !important;
    min-width: 260px !important;
  }
  .u-wid-md-270 {
    width: 270px !important;
    min-width: 270px !important;
  }
  .u-wid-md-280 {
    width: 280px !important;
    min-width: 280px !important;
  }
  .u-wid-md-290 {
    width: 290px !important;
    min-width: 290px !important;
  }
  .u-wid-md-300 {
    width: 300px !important;
    min-width: 300px !important;
  }
  .u-wid-md-310 {
    width: 310px !important;
    min-width: 310px !important;
  }
  .u-wid-md-320 {
    width: 320px !important;
    min-width: 320px !important;
  }
  .u-wid-md-330 {
    width: 330px !important;
    min-width: 330px !important;
  }
  .u-wid-md-340 {
    width: 340px !important;
    min-width: 340px !important;
  }
  .u-wid-md-350 {
    width: 350px !important;
    min-width: 350px !important;
  }
  .u-wid-md-360 {
    width: 360px !important;
    min-width: 360px !important;
  }
  .u-wid-md-370 {
    width: 370px !important;
    min-width: 370px !important;
  }
  .u-wid-md-380 {
    width: 380px !important;
    min-width: 380px !important;
  }
  .u-wid-md-390 {
    width: 390px !important;
    min-width: 390px !important;
  }
  .u-wid-md-400 {
    width: 400px !important;
    min-width: 400px !important;
  }
  .u-wid-md-410 {
    width: 410px !important;
    min-width: 410px !important;
  }
  .u-wid-md-420 {
    width: 420px !important;
    min-width: 420px !important;
  }
  .u-wid-md-430 {
    width: 430px !important;
    min-width: 430px !important;
  }
  .u-wid-md-440 {
    width: 440px !important;
    min-width: 440px !important;
  }
  .u-wid-md-450 {
    width: 450px !important;
    min-width: 450px !important;
  }
  .u-wid-md-460 {
    width: 460px !important;
    min-width: 460px !important;
  }
  .u-wid-md-470 {
    width: 470px !important;
    min-width: 470px !important;
  }
  .u-wid-md-480 {
    width: 480px !important;
    min-width: 480px !important;
  }
  .u-wid-md-490 {
    width: 490px !important;
    min-width: 490px !important;
  }
  .u-wid-md-500 {
    width: 500px !important;
    min-width: 500px !important;
  }
  .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;
  }
}