@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
}

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

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

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

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

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

dd {
  margin-left: 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

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

caption {
  text-align: left;
}

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

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

html,
body {
  width: 100%;
  min-height: 100%;
}

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

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

body {
  -webkit-text-size-adjust: 100%;
  color: #ffffff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.8;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  body {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}

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

a {
  transition: all 0.3s ease;
}
a img {
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.6;
  }
}

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

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

@media screen and (min-width: 769px) {
  p small {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  p small {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
p a {
  color: #0049a7;
}
@media screen and (min-width: 769px) {
  p a:hover {
    opacity: 0.7;
  }
}

strong {
  font-weight: 600;
}

td a,
th a,
blockquote a {
  color: #0049a7;
}
@media screen and (min-width: 769px) {
  td a:hover,
  th a:hover,
  blockquote a:hover {
    text-decoration: none;
  }
}

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

.l-footer {
  width: 100%;
  background-color: #1a445c;
  border-top-left-radius: min(8.785vw, 132px);
  border-top-right-radius: min(8.785vw, 132px);
  margin-top: auto;
}
.l-footer__wrapper {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer {
    border-top-left-radius: min(10.667vw, 44px);
    border-top-right-radius: min(10.667vw, 44px);
  }
}
.l-footer__inner {
  width: 100%;
  max-width: min(82.284vw, 1236.4px);
  display: flex;
  flex-wrap: wrap;
  padding: min(2.928vw, 44px) min(1.464vw, 22px);
  margin: 0 auto min(7.321vw, 110px);
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    max-width: min(299.733vw, 1236.4px);
    padding-top: min(10.667vw, 44px);
    padding-left: min(5.333vw, 22px);
    padding-right: min(5.333vw, 22px);
    margin-bottom: min(5.333vw, 22px);
  }
}
@media (max-width: 1100) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__inner--low {
  display: block;
  padding: min(2.928vw, 44px) 0;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .l-footer__inner--low {
    padding: min(2.928vw, 44px) min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner--low {
    padding: min(5.333vw, 22px);
  }
}
.l-footer__pagetop {
  position: absolute;
  bottom: 0;
  right: calc(min(1.537vw, 23.1px) * -1);
  width: clamp(17.85px, 1.537vw, 23.1px);
  height: clamp(89.25px, 7.687vw, 115.5px);
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer__pagetop {
    right: min(8vw, 33px);
    width: min(4.8vw, 19.8px);
    height: min(24vw, 99px);
  }
}
.l-footer__pagetop:hover {
  opacity: 0.7;
}

.p-footer__logo {
  text-align: center;
  margin-bottom: min(3.075vw, 46.2px);
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    margin-bottom: min(5.333vw, 22px);
  }
}
.p-footer__logo img {
  width: min(14.641vw, 220px);
}
@media screen and (max-width: 768px) {
  .p-footer__logo img {
    width: min(40vw, 165px);
  }
}
.p-footer__copyright {
  text-align: center;
  line-height: 1;
  color: #fff;
}
.p-footer__copyright small {
  font-size: clamp(10.2px, 0.878vw, 13.2px);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright small {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}

.l-body {
  margin: auto;
  width: auto;
  height: auto;
  background-color: #090d4e;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
}

.l-container {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
}
.l-container__inner {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-container__inner {
    max-width: min(82.284vw, 1236.4px);
  }
}
@media screen and (min-width: 769px) {
  .l-container__inner.--wide {
    max-width: min(93.704vw, 1408px);
  }
}
@media screen and (min-width: 769px) {
  .l-container__inner.--narrow {
    max-width: min(68.375vw, 1027.4px);
  }
}
@media screen and (max-width: 768px) {
  .l-container__inner {
    padding-left: min(8vw, 33px);
    padding-right: min(8vw, 33px);
  }
}

[class*=l-section] {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  [class*=l-section] {
    padding: min(7.321vw, 110px) 0;
  }
}
@media screen and (max-width: 768px) {
  [class*=l-section] {
    padding: min(21.333vw, 88px) 0;
  }
}
@media screen and (min-width: 769px) {
  [class*=l-section]:last-child {
    padding-bottom: min(8.785vw, 132px);
  }
}
@media screen and (max-width: 768px) {
  [class*=l-section]:last-child {
    padding-bottom: min(26.667vw, 110px);
  }
}
[class*=l-section] + [class*=l-section] {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  [class*=l-section][class*=u-color--bg] {
    padding-top: min(7.321vw, 110px);
  }
}
@media screen and (max-width: 768px) {
  [class*=l-section][class*=u-color--bg] {
    padding-top: min(21.333vw, 88px);
  }
}
@media screen and (min-width: 769px) {
  [class*=l-section][class*=u-color--bg] + [class*=l-section] {
    padding-top: min(7.321vw, 110px);
  }
}
@media screen and (max-width: 768px) {
  [class*=l-section][class*=u-color--bg] + [class*=l-section] {
    padding-top: min(21.333vw, 88px);
  }
}

@media screen and (min-width: 769px) {
  .l-section__container + [class*=l-section] {
    padding-top: min(7.321vw, 110px);
  }
}
@media screen and (max-width: 768px) {
  .l-section__container + [class*=l-section] {
    padding-top: min(21.333vw, 88px);
  }
}

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

.p-cta__buttons {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center; /* ボタンを中央寄せにする場合 */
  gap: 20px; /* ボタン間の間隔 */
  margin-top: 60px; /* 元のLINEボタンのマージンをラッパーに移動 */
}

@media screen and (max-width: 768px) {
  .p-cta__buttons {
    width: 100%;
    flex-direction: column; /* SPでは縦並びにする */
    gap: 20px; /* SP時の間隔 */
    margin-top: 40px; /* SP時のマージン */
  }
}

/* 必要に応じて、個別のボタンの幅などを調整するスタイルを追加 */
.p-cta__buttons .c-button--lg {
    width: 100%; /* 例: 親要素の幅に合わせる */
    max-width: 300px; /* 例: 最大幅を設定 */
}

.c-button--bal, .c-button--md, .c-button--lg {
  max-width: 100%;
  background-color: #2eb386;
  color: #ffffff;
  font-family: "Zen Old Mincho", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 1.15;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.1s ease;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-button--bal, .c-button--md, .c-button--lg {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    box-shadow: 0 4px 0 0 #0a7954;
  }
  .c-button--bal:hover, .c-button--md:hover, .c-button--lg:hover {
    opacity: 1;
    box-shadow: 0 0 0 #0a7954;
    top: 4px;
  }
  .c-button--bal:hover > img, .c-button--md:hover > img, .c-button--lg:hover > img {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-button--bal, .c-button--md, .c-button--lg {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    box-shadow: 0 2px 0 0 #0a7954;
  }
}
.c-button--bal::after, .c-button--md::after, .c-button--lg::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .c-button--bal::after, .c-button--md::after, .c-button--lg::after {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    right: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-button--bal::after, .c-button--md::after, .c-button--lg::after {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    right: min(4.267vw, 17.6px);
  }
}

@media screen and (min-width: 769px) {
  .c-button--lg {
    width: clamp(309.4px, 26.647vw, 400.4px);
    height: clamp(51px, 4.392vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .c-button--lg {
    width: clamp(242.25px, 76vw, 313.5px);
    height: clamp(44.2px, 13.867vw, 57.2px);
  }
}
@media screen and (min-width: 769px) {
  .c-button--md {
    width: clamp(210.8px, 18.155vw, 272.8px);
    height: clamp(47.6px, 4.1vw, 61.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-button--md {
    width: clamp(204px, 64vw, 264px);
    height: clamp(44.2px, 13.867vw, 57.2px);
  }
}
.c-button--bal {
  padding-top: 0.5em;
  overflow: visible;
}
@media screen and (min-width: 769px) {
  .c-button--bal {
    width: clamp(255px, 21.962vw, 330px);
    height: clamp(60.35px, 5.198vw, 78.1px);
  }
}
@media screen and (max-width: 768px) {
  .c-button--bal {
    width: clamp(268.6px, 84.267vw, 347.6px);
    height: clamp(60.35px, 18.933vw, 78.1px);
  }
}
@media screen and (max-width: 540px) {
  .c-button--bal {
    width: 100%;
  }
}
.c-button__bal {
  background-image: url(../img/bal_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #001583;
  font-weight: 500;
  text-align: center;
  padding-top: 0.4em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .c-button__bal {
    width: clamp(159.8px, 13.763vw, 206.8px);
    height: clamp(32.3px, 2.782vw, 41.8px);
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    top: calc(clamp(12.75px, 1.098vw, 16.5px) * -1);
  }
}
@media screen and (max-width: 768px) {
  .c-button__bal {
    width: clamp(159.8px, 50.133vw, 206.8px);
    height: clamp(32.3px, 10.133vw, 41.8px);
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    top: calc(clamp(12.75px, 4vw, 16.5px) * -1);
  }
}

.c-pagetop {
  display: none;
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .c-pagetop {
    width: clamp(47.6px, 4.1vw, 61.6px);
    height: clamp(47.6px, 4.1vw, 61.6px);
    right: min(1.464vw, 22px);
    bottom: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-pagetop {
    width: clamp(39.1px, 12.267vw, 50.6px);
    height: clamp(39.1px, 12.267vw, 50.6px);
    right: min(5.333vw, 22px);
    bottom: min(5.333vw, 22px);
  }
}
.c-pagetop a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: #0049a7 solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.c-pagetop a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f106";
  color: #0049a7;
  font-weight: 100;
  line-height: 1;
  display: block;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-pagetop a::before {
    font-size: clamp(30.6px, 2.635vw, 39.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-pagetop a::before {
    font-size: clamp(25.5px, 8vw, 33px);
  }
}
@media screen and (min-width: 769px) {
  .c-pagetop a:hover {
    background-color: #0049a7;
  }
  .c-pagetop a:hover::before {
    color: #fff;
  }
}
.c-pagetop a span {
  text-indent: -999em;
}
.c-pagetop.is-hide {
  z-index: 1;
}

.c-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .c-row {
    gap: 0 min(1.098vw, 16.5px);
  }
  .c-row *[class*=c-col] {
    --row-gutters-width: min(1.098vw, 16.5px);
  }
}
@media screen and (max-width: 768px) {
  .c-row {
    gap: 0 min(2.667vw, 11px);
  }
  .c-row *[class*=c-col] {
    --row-gutters-width: min(2.667vw, 11px);
  }
}
@media screen and (min-width: 769px) {
  .c-row.--gutters.--wide {
    gap: 0 min(2.928vw, 44px);
  }
  .c-row.--gutters.--wide *[class*=c-col] {
    --row-gutters-width: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .c-row.--gutters.--wide {
    gap: 0 min(5.333vw, 22px);
  }
  .c-row.--gutters.--wide *[class*=c-col] {
    --row-gutters-width: min(5.333vw, 22px);
  }
}
@media screen and (min-width: 769px) {
  .c-row.--gutters.--narrow {
    gap: 0 min(0.732vw, 11px);
  }
  .c-row.--gutters.--narrow *[class*=c-col] {
    --row-gutters-width: min(0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .c-row.--gutters.--narrow {
    gap: 0 min(2.133vw, 8.8px);
  }
  .c-row.--gutters.--narrow *[class*=c-col] {
    --row-gutters-width: min(2.133vw, 8.8px);
  }
}
.c-row.--gutters.--none {
  gap: 0 0%;
}
.c-row.--gutters.--none *[class*=c-col] {
  --row-gutters-width: 0%;
}
@media screen and (max-width: 768px) {
  .c-row.--reverse {
    flex-direction: column-reverse;
  }
}

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

*[class*=c-col] {
  position: relative;
  width: 100%;
  min-height: 1px;
}

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

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

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

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

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

.c-offset-0 {
  margin-left: 0;
}

.c-col-1 {
  flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
  max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
}

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

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

.c-col-2 {
  flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
  max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
}

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

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

.c-col-3 {
  flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
  max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
}

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

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

.c-col-4 {
  flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
  max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
}

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

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

.c-col-5 {
  flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
  max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
}

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

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

.c-col-6 {
  flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
  max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
}

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

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

.c-col-7 {
  flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
  max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
}

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

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

.c-col-8 {
  flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
  max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
}

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

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

.c-col-9 {
  flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
  max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
}

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

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

.c-col-10 {
  flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
  max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
}

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

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

.c-col-11 {
  flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
  max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
}

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

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

.c-col-12 {
  flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
  max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
}

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

.c-offset-12 {
  margin-left: 100%;
}

/* pc */
@media screen and (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-order-pc-first {
    order: -1;
  }
  .c-order-pc-last {
    order: 13;
  }
  .c-order-pc-0 {
    order: 0;
  }
  .c-offset-pc-0 {
    margin-left: 0;
  }
  .c-col-pc-1 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
  }
  .c-order-pc-1 {
    order: 1;
  }
  .c-offset-pc-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-pc-2 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
  }
  .c-order-pc-2 {
    order: 2;
  }
  .c-offset-pc-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-pc-3 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
  }
  .c-order-pc-3 {
    order: 3;
  }
  .c-offset-pc-3 {
    margin-left: 25%;
  }
  .c-col-pc-4 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
  }
  .c-order-pc-4 {
    order: 4;
  }
  .c-offset-pc-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-pc-5 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
  }
  .c-order-pc-5 {
    order: 5;
  }
  .c-offset-pc-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-pc-6 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
  }
  .c-order-pc-6 {
    order: 6;
  }
  .c-offset-pc-6 {
    margin-left: 50%;
  }
  .c-col-pc-7 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
  }
  .c-order-pc-7 {
    order: 7;
  }
  .c-offset-pc-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-pc-8 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
  }
  .c-order-pc-8 {
    order: 8;
  }
  .c-offset-pc-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-pc-9 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
  }
  .c-order-pc-9 {
    order: 9;
  }
  .c-offset-pc-9 {
    margin-left: 75%;
  }
  .c-col-pc-10 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
  }
  .c-order-pc-10 {
    order: 10;
  }
  .c-offset-pc-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-pc-11 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
  }
  .c-order-pc-11 {
    order: 11;
  }
  .c-offset-pc-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-pc-12 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
  }
  .c-order-pc-12 {
    order: 12;
  }
  .c-offset-pc-12 {
    margin-left: 100%;
  }
}
/* bs */
@media screen and (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-order-bs-first {
    order: -1;
  }
  .c-order-bs-last {
    order: 13;
  }
  .c-order-bs-0 {
    order: 0;
  }
  .c-offset-bs-0 {
    margin-left: 0;
  }
  .c-col-bs-1 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
  }
  .c-order-bs-1 {
    order: 1;
  }
  .c-offset-bs-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-bs-2 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
  }
  .c-order-bs-2 {
    order: 2;
  }
  .c-offset-bs-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-bs-3 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
  }
  .c-order-bs-3 {
    order: 3;
  }
  .c-offset-bs-3 {
    margin-left: 25%;
  }
  .c-col-bs-4 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
  }
  .c-order-bs-4 {
    order: 4;
  }
  .c-offset-bs-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-bs-5 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
  }
  .c-order-bs-5 {
    order: 5;
  }
  .c-offset-bs-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-bs-6 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
  }
  .c-order-bs-6 {
    order: 6;
  }
  .c-offset-bs-6 {
    margin-left: 50%;
  }
  .c-col-bs-7 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
  }
  .c-order-bs-7 {
    order: 7;
  }
  .c-offset-bs-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-bs-8 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
  }
  .c-order-bs-8 {
    order: 8;
  }
  .c-offset-bs-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-bs-9 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
  }
  .c-order-bs-9 {
    order: 9;
  }
  .c-offset-bs-9 {
    margin-left: 75%;
  }
  .c-col-bs-10 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
  }
  .c-order-bs-10 {
    order: 10;
  }
  .c-offset-bs-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-bs-11 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
  }
  .c-order-bs-11 {
    order: 11;
  }
  .c-offset-bs-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-bs-12 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
  }
  .c-order-bs-12 {
    order: 12;
  }
  .c-offset-bs-12 {
    margin-left: 100%;
  }
}
/* lg */
@media screen and (max-width: 1280px) {
  .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-order-lg-first {
    order: -1;
  }
  .c-order-lg-last {
    order: 13;
  }
  .c-order-lg-0 {
    order: 0;
  }
  .c-offset-lg-0 {
    margin-left: 0;
  }
  .c-col-lg-1 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
  }
  .c-order-lg-1 {
    order: 1;
  }
  .c-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-lg-2 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
  }
  .c-order-lg-2 {
    order: 2;
  }
  .c-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-lg-3 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
  }
  .c-order-lg-3 {
    order: 3;
  }
  .c-offset-lg-3 {
    margin-left: 25%;
  }
  .c-col-lg-4 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
  }
  .c-order-lg-4 {
    order: 4;
  }
  .c-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-lg-5 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
  }
  .c-order-lg-5 {
    order: 5;
  }
  .c-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-lg-6 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
  }
  .c-order-lg-6 {
    order: 6;
  }
  .c-offset-lg-6 {
    margin-left: 50%;
  }
  .c-col-lg-7 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
  }
  .c-order-lg-7 {
    order: 7;
  }
  .c-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-lg-8 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
  }
  .c-order-lg-8 {
    order: 8;
  }
  .c-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-lg-9 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
  }
  .c-order-lg-9 {
    order: 9;
  }
  .c-offset-lg-9 {
    margin-left: 75%;
  }
  .c-col-lg-10 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
  }
  .c-order-lg-10 {
    order: 10;
  }
  .c-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-lg-11 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
  }
  .c-order-lg-11 {
    order: 11;
  }
  .c-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-lg-12 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
  }
  .c-order-lg-12 {
    order: 12;
  }
  .c-offset-lg-12 {
    margin-left: 100%;
  }
}
/* tb */
@media screen and (max-width: 1194px) {
  .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-order-tb-first {
    order: -1;
  }
  .c-order-tb-last {
    order: 13;
  }
  .c-order-tb-0 {
    order: 0;
  }
  .c-offset-tb-0 {
    margin-left: 0;
  }
  .c-col-tb-1 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
  }
  .c-order-tb-1 {
    order: 1;
  }
  .c-offset-tb-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-tb-2 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
  }
  .c-order-tb-2 {
    order: 2;
  }
  .c-offset-tb-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-tb-3 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
  }
  .c-order-tb-3 {
    order: 3;
  }
  .c-offset-tb-3 {
    margin-left: 25%;
  }
  .c-col-tb-4 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
  }
  .c-order-tb-4 {
    order: 4;
  }
  .c-offset-tb-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-tb-5 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
  }
  .c-order-tb-5 {
    order: 5;
  }
  .c-offset-tb-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-tb-6 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
  }
  .c-order-tb-6 {
    order: 6;
  }
  .c-offset-tb-6 {
    margin-left: 50%;
  }
  .c-col-tb-7 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
  }
  .c-order-tb-7 {
    order: 7;
  }
  .c-offset-tb-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-tb-8 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
  }
  .c-order-tb-8 {
    order: 8;
  }
  .c-offset-tb-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-tb-9 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
  }
  .c-order-tb-9 {
    order: 9;
  }
  .c-offset-tb-9 {
    margin-left: 75%;
  }
  .c-col-tb-10 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
  }
  .c-order-tb-10 {
    order: 10;
  }
  .c-offset-tb-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-tb-11 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
  }
  .c-order-tb-11 {
    order: 11;
  }
  .c-offset-tb-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-tb-12 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
  }
  .c-order-tb-12 {
    order: 12;
  }
  .c-offset-tb-12 {
    margin-left: 100%;
  }
}
/* md */
@media screen and (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-order-md-first {
    order: -1;
  }
  .c-order-md-last {
    order: 13;
  }
  .c-order-md-0 {
    order: 0;
  }
  .c-offset-md-0 {
    margin-left: 0;
  }
  .c-col-md-1 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
  }
  .c-order-md-1 {
    order: 1;
  }
  .c-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-md-2 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
  }
  .c-order-md-2 {
    order: 2;
  }
  .c-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-md-3 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
  }
  .c-order-md-3 {
    order: 3;
  }
  .c-offset-md-3 {
    margin-left: 25%;
  }
  .c-col-md-4 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
  }
  .c-order-md-4 {
    order: 4;
  }
  .c-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-md-5 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
  }
  .c-order-md-5 {
    order: 5;
  }
  .c-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-md-6 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
  }
  .c-order-md-6 {
    order: 6;
  }
  .c-offset-md-6 {
    margin-left: 50%;
  }
  .c-col-md-7 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
  }
  .c-order-md-7 {
    order: 7;
  }
  .c-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-md-8 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
  }
  .c-order-md-8 {
    order: 8;
  }
  .c-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-md-9 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
  }
  .c-order-md-9 {
    order: 9;
  }
  .c-offset-md-9 {
    margin-left: 75%;
  }
  .c-col-md-10 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
  }
  .c-order-md-10 {
    order: 10;
  }
  .c-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-md-11 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
  }
  .c-order-md-11 {
    order: 11;
  }
  .c-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-md-12 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
  }
  .c-order-md-12 {
    order: 12;
  }
  .c-offset-md-12 {
    margin-left: 100%;
  }
}
/* sp */
@media screen and (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-order-pr-first {
    order: -1;
  }
  .c-order-pr-last {
    order: 13;
  }
  .c-order-pr-0 {
    order: 0;
  }
  .c-offset-pr-0 {
    margin-left: 0;
  }
  .c-col-pr-1 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
  }
  .c-order-pr-1 {
    order: 1;
  }
  .c-offset-pr-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-pr-2 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
  }
  .c-order-pr-2 {
    order: 2;
  }
  .c-offset-pr-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-pr-3 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
  }
  .c-order-pr-3 {
    order: 3;
  }
  .c-offset-pr-3 {
    margin-left: 25%;
  }
  .c-col-pr-4 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
  }
  .c-order-pr-4 {
    order: 4;
  }
  .c-offset-pr-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-pr-5 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
  }
  .c-order-pr-5 {
    order: 5;
  }
  .c-offset-pr-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-pr-6 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
  }
  .c-order-pr-6 {
    order: 6;
  }
  .c-offset-pr-6 {
    margin-left: 50%;
  }
  .c-col-pr-7 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
  }
  .c-order-pr-7 {
    order: 7;
  }
  .c-offset-pr-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-pr-8 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
  }
  .c-order-pr-8 {
    order: 8;
  }
  .c-offset-pr-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-pr-9 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
  }
  .c-order-pr-9 {
    order: 9;
  }
  .c-offset-pr-9 {
    margin-left: 75%;
  }
  .c-col-pr-10 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
  }
  .c-order-pr-10 {
    order: 10;
  }
  .c-offset-pr-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-pr-11 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
  }
  .c-order-pr-11 {
    order: 11;
  }
  .c-offset-pr-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-pr-12 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
  }
  .c-order-pr-12 {
    order: 12;
  }
  .c-offset-pr-12 {
    margin-left: 100%;
  }
  .c-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-order-sm-first {
    order: -1;
  }
  .c-order-sm-last {
    order: 13;
  }
  .c-order-sm-0 {
    order: 0;
  }
  .c-offset-sm-0 {
    margin-left: 0;
  }
  .c-col-sm-1 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 1) + var(--row-gutters-width) * 0);
  }
  .c-order-sm-1 {
    order: 1;
  }
  .c-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-sm-2 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 2) + var(--row-gutters-width) * 1);
  }
  .c-order-sm-2 {
    order: 2;
  }
  .c-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-sm-3 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 3) + var(--row-gutters-width) * 2);
  }
  .c-order-sm-3 {
    order: 3;
  }
  .c-offset-sm-3 {
    margin-left: 25%;
  }
  .c-col-sm-4 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 4) + var(--row-gutters-width) * 3);
  }
  .c-order-sm-4 {
    order: 4;
  }
  .c-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-sm-5 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 5) + var(--row-gutters-width) * 4);
  }
  .c-order-sm-5 {
    order: 5;
  }
  .c-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-sm-6 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 6) + var(--row-gutters-width) * 5);
  }
  .c-order-sm-6 {
    order: 6;
  }
  .c-offset-sm-6 {
    margin-left: 50%;
  }
  .c-col-sm-7 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 7) + var(--row-gutters-width) * 6);
  }
  .c-order-sm-7 {
    order: 7;
  }
  .c-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-sm-8 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 8) + var(--row-gutters-width) * 7);
  }
  .c-order-sm-8 {
    order: 8;
  }
  .c-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-sm-9 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 9) + var(--row-gutters-width) * 8);
  }
  .c-order-sm-9 {
    order: 9;
  }
  .c-offset-sm-9 {
    margin-left: 75%;
  }
  .c-col-sm-10 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 10) + var(--row-gutters-width) * 9);
  }
  .c-order-sm-10 {
    order: 10;
  }
  .c-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-sm-11 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 11) + var(--row-gutters-width) * 10);
  }
  .c-order-sm-11 {
    order: 11;
  }
  .c-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-sm-12 {
    flex: 0 0 calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
    max-width: calc((((100% - (var(--row-gutters-width) * 11)) / 12) * 12) + var(--row-gutters-width) * 11);
  }
  .c-order-sm-12 {
    order: 12;
  }
  .c-offset-sm-12 {
    margin-left: 100%;
  }
}
.c-title--5, .c-title--4, .c-title--3, .c-title--2 {
  font-family: "Zen Old Mincho", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.c-title--5 > small, .c-title--4 > small, .c-title--3 > small, .c-title--2 > small {
  display: block;
  font-size: 0.625em;
  margin-bottom: 0.5em;
}

.c-title--2 {
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-title--2 {
    font-size: clamp(27.2px, 2.343vw, 35.2px);
    margin-top: min(7.321vw, 110px);
    margin-bottom: min(3.514vw, 52.8px);
    padding-bottom: clamp(23.8px, 2.05vw, 30.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-title--2 {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
    margin-top: min(21.333vw, 88px);
    margin-bottom: min(10.667vw, 44px);
    padding-bottom: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.c-title--2 > span {
  color: #dbc76f;
}
.c-title--2::before {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, #dbc76f 0%, #dbc76f 50%, #0024de 50%, #0024de 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .c-title--2::before {
    width: clamp(47.6px, 4.1vw, 61.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-title--2::before {
    width: clamp(47.6px, 14.933vw, 61.6px);
  }
}
.c-title--3 {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .c-title--3 {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
    margin-top: min(2.928vw, 44px);
    margin-bottom: min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-title--3 {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-top: min(8.533vw, 35.2px);
    margin-bottom: min(6.4vw, 26.4px);
  }
}
.c-title--4 {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .c-title--4 {
    font-size: clamp(17px, 1.464vw, 22px);
    margin-top: min(2.343vw, 35.2px);
    margin-bottom: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-title--4 {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    margin-top: min(6.4vw, 26.4px);
    margin-bottom: min(2.133vw, 8.8px);
  }
}
.c-title--5 {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .c-title--5 {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    margin-top: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-title--5 {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    margin-top: min(4.267vw, 17.6px);
  }
}

.c-list li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-list li {
    padding-left: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-list li {
    padding-left: min(4vw, 16.5px);
  }
}
.c-list li::before {
  content: "";
  width: min(0.439vw, 6.6px);
  height: min(0.439vw, 6.6px);
  background-color: #dbc76f;
  border-radius: 50%;
  position: absolute;
  top: clamp(10.2px, 0.878vw, 13.2px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-list li::before {
    width: clamp(5.1px, 1.6vw, 6.6px);
    height: clamp(5.1px, 1.6vw, 6.6px);
    top: clamp(8.5px, 2.667vw, 11px);
  }
}
.c-list li:not(:last-child) {
  margin-bottom: min(0.878vw, 13.2px);
}
@media screen and (max-width: 768px) {
  .c-list li:not(:last-child) {
    margin-bottom: min(3.2vw, 13.2px);
  }
}
.c-list--large li {
  font-size: clamp(17px, 1.464vw, 22px);
}
@media screen and (max-width: 768px) {
  .c-list--large li {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    padding-left: min(5.333vw, 22px);
  }
}
.c-list--large li::before {
  width: clamp(8.5px, 0.732vw, 11px);
  height: clamp(8.5px, 0.732vw, 11px);
  top: clamp(11.9px, 1.025vw, 15.4px);
}
@media screen and (max-width: 768px) {
  .c-list--large li::before {
    width: clamp(8.5px, 2.667vw, 11px);
    height: clamp(8.5px, 2.667vw, 11px);
    top: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.c-list--notice li {
  color: #aaaaaa;
  font-size: 85%;
  font-weight: normal;
  line-height: 1.8;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-top: min(1.464vw, 22px);
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .c-list--notice li {
    margin-top: min(5.333vw, 22px);
  }
}

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

.c-media img {
  width: 100%;
}
.c-media--radius {
  border-radius: 20px;
  overflow: hidden;
}
.c-media--auto img {
  width: auto;
}
.c-media--border {
  border: #e9eaef solid 1px;
}
.c-media--video {
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-media--video {
    max-width: size(760, sp);
  }
}
.c-media--video::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f144";
  color: #fff;
  font-weight: 300;
  line-height: 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 screen and (min-width: 769px) {
  .c-media--video::before {
    font-size: size(48);
  }
}
@media screen and (max-width: 768px) {
  .c-media--video::before {
    font-size: size(27, sp);
  }
}
@media screen and (min-width: 769px) {
  .c-media--video:hover::before {
    opacity: 0.7;
  }
}
.c-media__youtube {
  width: 100%;
  background-color: #000;
  aspect-ratio: 16/9;
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-media__youtube {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-media__youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.c-modal__container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
.c-modal__inner {
  width: calc(100% - min(5.857vw, 88px));
  height: auto;
  max-width: min(66.984vw, 1006.5px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .c-modal__inner {
    width: calc(100% - min(21.333vw, 88px));
  }
}
@media screen and (max-width: 540px) {
  .c-modal__inner {
    width: calc(100% - min(5.333vw, 22px));
    max-width: min(160vw, 660px);
  }
}
.c-modal__block {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: min(1.464vw, 22px) min(1.464vw, 22px) 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-modal__block {
    padding: min(5.333vw, 22px) min(5.333vw, 22px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-modal__block {
    padding: min(2.667vw, 11px) min(2.667vw, 11px) 0;
  }
}
.c-modal__text {
  height: auto;
  max-height: calc(100vh - min(8.785vw, 132px));
  padding: min(3.66vw, 55px) min(4.758vw, 71.5px);
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .c-modal__text {
    max-height: calc(100vh - min(32vw, 132px));
    padding: min(13.333vw, 55px) min(17.333vw, 71.5px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__text {
    height: 144vw;
    max-height: min(160vw, 660px);
    padding: min(8vw, 33px) min(2.667vw, 11px);
  }
}
.c-modal__close-btn {
  width: min(4.978vw, 74.8px);
  height: min(4.978vw, 74.8px);
  background-color: #2eb386;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: min(-2.782vw, -41.8px);
  right: min(-2.562vw, -38.5px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-modal__close-btn {
    width: min(18.133vw, 74.8px);
    height: min(18.133vw, 74.8px);
    top: min(-10.133vw, -41.8px);
    right: min(-9.333vw, -38.5px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close-btn {
    width: min(12.267vw, 50.6px);
    height: min(12.267vw, 50.6px);
    top: min(-6.133vw, -25.3px);
    right: min(-2.667vw, -11px);
  }
}
.c-modal__close-btn--video {
  position: fixed;
  top: min(2.928vw, 44px);
  right: min(2.928vw, 44px);
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .c-modal__close-btn--video {
    top: min(1.464vw, 22px);
    right: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__close-btn--video {
    top: min(5.333vw, 22px);
    right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close-btn--video {
    top: min(2.667vw, 11px);
    right: min(2.667vw, 11px);
  }
}
.c-modal__close-btn::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-size: min(2.196vw, 33px);
  font-weight: 100;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-modal__close-btn::before {
    font-size: min(8vw, 33px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close-btn::before {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
@media screen and (min-width: 769px) {
  .c-modal__close-btn:hover {
    opacity: 0.7;
  }
}
.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;
}

.p-cta {
  background: linear-gradient(to right, #000d50 0%, #152ca7 50%, #000d50 100%);
}
@media screen and (min-width: 769px) {
  .p-cta {
    padding: min(3.514vw, 52.8px) 0;
  }
}
@media screen and (max-width: 768px) {
  .p-cta {
    padding: min(10.667vw, 44px) 0;
  }
}
.p-cta__lead {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-cta__lead {
    margin-bottom: min(1.757vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-cta__lead {
    margin-bottom: min(4.267vw, 17.6px);
  }
}
.p-cta__lead > span {
  font-family: "Zen Old Mincho", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-cta__lead > span {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-cta__lead > span {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-cta__lead > span::before, .p-cta__lead > span::after {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .p-cta__lead > span::before, .p-cta__lead > span::after {
    margin-top: min(1.333vw, 5.5px);
  }
}
@media screen and (min-width: 769px) {
  .p-cta__lead > span::before {
    left: -1em;
    transform: skewX(30deg) translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-cta__lead > span::before {
    left: -0.5em;
    transform: skewX(25deg) translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .p-cta__lead > span::after {
    right: -1em;
    transform: skewX(-30deg) translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-cta__lead > span::after {
    right: -0.5em;
    transform: skewX(-25deg) translateY(-50%);
  }
}
.p-cta__lead > span > span {
  color: #dbc76f;
}
.p-cta__fixed__container {
  display: none;
  position: fixed;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .p-cta__fixed__container {
    width: clamp(255px, 21.962vw, 330px);
    bottom: min(1.757vw, 26.4px);
    right: min(1.757vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-cta__fixed__container {
    width: calc(100% - min(20.267vw, 83.6px));
    left: min(10.133vw, 41.8px);
    bottom: min(4vw, 16.5px);
  }
}
.p-cta__fixed__banner {
  background: linear-gradient(to right, #001271 0%, #152ca7 50%, #001271 100%);
  display: block;
  position: relative;
}
.p-cta__fixed__banner > picture,
.p-cta__fixed__banner > img {
  display: block;
  box-shadow: 0 0 20px rgba(0, 7, 52, 0.65);
}
.p-cta__fixed__banner__inner {
  box-shadow: 0 0 20px rgba(0, 7, 52, 0.65);
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-cta__fixed__banner__inner {
    padding: min(1.757vw, 26.4px) min(2.928vw, 44px) min(1.464vw, 22px) min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .p-cta__fixed__banner__inner {
    padding: min(3.2vw, 13.2px) min(2.667vw, 11px) min(2.667vw, 11px);
  }
}
.p-cta__fixed__banner__inner::before, .p-cta__fixed__banner__inner::after {
  content: "";
  border-bottom: 1px solid #dbc76f;
  position: absolute;
  bottom: 0;
  border-color: #dbc76f;
}
@media screen and (min-width: 769px) {
  .p-cta__fixed__banner__inner::before, .p-cta__fixed__banner__inner::after {
    width: min(1.464vw, 22px);
    height: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .p-cta__fixed__banner__inner::before, .p-cta__fixed__banner__inner::after {
    width: min(5.333vw, 22px);
    height: min(5.333vw, 22px);
  }
}
.p-cta__fixed__banner__inner::before {
  border-left: 1px solid #dbc76f;
  left: 0;
}
.p-cta__fixed__banner__inner::after {
  border-right: 1px solid #dbc76f;
  right: 0;
}
.p-cta__fixed__banner__text {
  font-family: "Zen Old Mincho", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.7;
}
.p-cta__fixed__banner__text > b {
  display: block;
  line-height: 1.5;
  margin: 0 0 0.25em;
}
@media screen and (min-width: 769px) {
  .p-cta__fixed__banner__text > b {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-cta__fixed__banner__text > b {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-cta__fixed__banner__text::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  background-color: #000d4d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-cta__fixed__banner__text::before {
    width: clamp(25.5px, 2.196vw, 33px);
    height: clamp(25.5px, 2.196vw, 33px);
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    bottom: min(0.659vw, 9.9px);
    right: min(0.659vw, 9.9px);
  }
}
@media screen and (max-width: 768px) {
  .p-cta__fixed__banner__text::before {
    width: clamp(20.4px, 6.4vw, 26.4px);
    height: clamp(20.4px, 6.4vw, 26.4px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (min-width: 769px) {
  .p-cta__fixed__button {
    margin-top: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-cta__fixed__button {
    margin-top: min(7.467vw, 30.8px);
  }
}

.p-entry__form {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-entry__form {
    padding: min(4.1vw, 61.6px) min(3.514vw, 52.8px);
    border-radius: 40px;
    margin-top: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .p-entry__form {
    width: calc(100% + min(8vw, 33px));
    padding: min(5.333vw, 22px) min(4vw, 16.5px);
    border-radius: 20px;
    margin-top: min(10.667vw, 44px);
    transform: translateX(calc(min(4vw, 16.5px) * -1));
  }
}
.p-entry__line__button > i {
  font-size: 1.5em;
  margin-right: 0.5em;
  vertical-align: baseline;
}

.p-flow__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-flow__item {
    padding-top: min(1.757vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    padding-top: min(7.467vw, 30.8px);
  }
}
.p-flow__item span {
  font-family: "Zen Old Mincho", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #000d50 0%, #152ca7 50%, #000d50 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .p-flow__item span {
    width: min(3.221vw, 48.4px);
    height: min(3.221vw, 48.4px);
    font-size: clamp(17px, 1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .p-flow__item span {
    width: min(13.867vw, 57.2px);
    height: min(13.867vw, 57.2px);
    font-size: clamp(19.55px, 6.133vw, 25.3px);
  }
}
.p-flow__item__img {
  text-align: center;
}

.p-program__section {
  background-image: url(../img/program_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 769px) {
  .p-program__section {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .p-program__section {
    background-size: 200% auto;
  }
}
@media screen and (min-width: 1195px) {
  .p-program__block {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    column-gap: min(1.171vw, 17.6px);
  }
}
@media screen and (min-width: 1195px) {
  .p-program__block__summary, .p-program__block__person {
    width: calc(50% - min(1.171vw, 17.6px));
  }
}
.p-program__block__text + .p-program__block__text {
  margin-top: 1em;
}
.p-program__block__text > b {
  color: #dbc76f;
  font-family: "Zen Old Mincho", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.125em;
  display: block;
  margin-bottom: 0.25em;
}
.p-program__block__text > span {
  color: #dbc76f;
  font-weight: 700;
}
.p-program__block__summary > *:first-child {
  margin-top: 0;
}
.p-program__block__summary > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 541px) {
  .p-program__block__person {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    column-gap: min(1.171vw, 17.6px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1194px) {
  .p-program__block__person {
    width: calc(100% - min(11.713vw, 176px));
    margin-top: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 1194px) {
  .p-program__block__person {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-program__block__person {
    margin-top: min(16vw, 66px);
  }
}
@media screen and (max-width: 768px) and (min-width: 541px) {
  .p-program__block__person {
    width: calc(100% - min(16vw, 66px));
  }
}
@media screen and (max-width: 540px) {
  .p-program__block__person {
    width: calc(100% - min(8.533vw, 35.2px));
  }
}
@media screen and (min-width: 769px) {
  .p-program__block__person__item {
    width: calc((100% - min(1.171vw, 17.6px)) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-program__block__person__item {
    width: 100%;
  }
  .p-program__block__person__item + .p-program__block__person__item {
    margin-top: min(4.267vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-program__block__person__item > img {
    width: 100%;
  }
}
.p-program__block__person__item > figcaption {
  text-align: center;
  display: block;
  margin-top: 0.5em;
}
@media screen and (min-width: 769px) {
  .p-program__list__item {
    display: flex;
    flex-wrap: wrap;
  }
  .p-program__list__item.--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-program__list__item + .p-program__list__item {
    margin-top: min(5.857vw, 88px);
  }
}
@media screen and (max-width: 768px) {
  .p-program__list__item + .p-program__list__item {
    margin-top: min(10.667vw, 44px);
  }
}
.p-program__list__item__summary, .p-program__list__item__media {
  position: relative;
}
.p-program__list__item__summary {
  background-color: #00147c;
}
.p-program__list__item__summary > *:first-child {
  margin-top: 0;
}
.p-program__list__item__summary > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-program__list__item__summary {
    width: 51%;
    padding: min(3.514vw, 52.8px) min(3.514vw, 52.8px) min(1.83vw, 27.5px);
  }
}
@media screen and (max-width: 768px) {
  .p-program__list__item__summary {
    padding: min(12.8vw, 52.8px) min(4vw, 16.5px);
  }
}
.p-program__list__item__summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-program__list__item__summary::before {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #00147c 0%, #cfbd70 50%, #00147c 100%);
  }
}
@media screen and (max-width: 768px) {
  .p-program__list__item__summary::before {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #00147c 0%, #cfbd70 50%, #00147c 100%);
  }
}
@media screen and (min-width: 769px) {
  .--reverse .p-program__list__item__summary::before {
    left: auto;
    right: 0;
  }
}
.p-program__list__item__title > span {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-program__list__item__title > span {
    margin-bottom: min(0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-program__list__item__title > span {
    margin-bottom: min(3.2vw, 13.2px);
  }
}
.p-program__list__item__title > span > span {
  display: inline-block;
  padding-bottom: 0.25em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-program__list__item__title > span > span {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
  }
}
@media screen and (max-width: 768px) {
  .p-program__list__item__title > span > span {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-program__list__item__title > span > span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #dbc76f 0%, #14147c 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-program__list__item__media {
  background-color: #001cad;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-program__list__item__media {
    width: 49%;
  }
}
.p-program__list__item__media::before, .p-program__list__item__media::after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #00147c 0%, #cfbd70 50%, #00147c 100%);
  position: absolute;
  left: 0;
}
.p-program__list__item__media::before {
  top: 0;
}
.p-program__list__item__media::after {
  bottom: 0;
}

.p-interview__item {
  height: 100%;
  background-color: #00147c;
  display: block;
}
.p-interview__item__inner h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 最大行数を指定 */
  -webkit-box-orient: vertical;
  font-size: 20px;
}
.p-interview__item__inner > *:first-child {
  margin-top: 0;
}
.p-interview__item__inner > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-interview__item__inner {
    padding: min(2.05vw, 30.8px) min(3.514vw, 52.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-interview__item__inner {
    padding: min(6.4vw, 26.4px) min(8.533vw, 35.2px);
  }
}
@media screen and (min-width: 769px) {
  .p-interview__item__profile {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-interview__item__profile {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}

.p-lead__section {
  background-color: #090d4e;
  padding-top: 0;
  z-index: 1;
}
.p-lead__section::before {
  content: "";
  background-image: url(../img/lead_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-lead__section::before {
    width: min(100vw, 1502.6px);
    height: min(66.691vw, 1002.1px);
    top: calc(min(34.407vw, 517px) * -1);
  }
}
@media screen and (max-width: 768px) {
  .p-lead__section::before {
    width: min(291.467vw, 1202.3px);
    height: min(194.4vw, 801.9px);
    top: calc(min(106.667vw, 440px) * -1);
  }
}
.p-lead__block {
  position: relative;
}
.p-lead__block::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #001686;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.p-lead__block__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-lead__block__inner {
    padding: min(5.271vw, 79.2px) min(1.757vw, 26.4px) min(6.149vw, 92.4px) min(3.514vw, 52.8px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-lead__block__inner {
    padding: min(16vw, 66px) min(4vw, 16.5px);
  }
}
.p-lead__block__inner::before, .p-lead__block__inner::after {
  content: "";
  border-bottom: 1px solid #dbc76f;
  position: absolute;
  bottom: 0;
  border-color: #dbc76f;
}
@media screen and (min-width: 769px) {
  .p-lead__block__inner::before, .p-lead__block__inner::after {
    width: min(2.343vw, 35.2px);
    height: min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-lead__block__inner::before, .p-lead__block__inner::after {
    width: min(8.533vw, 35.2px);
    height: min(8.533vw, 35.2px);
  }
}
.p-lead__block__inner::before {
  border-left: 1px solid #dbc76f;
  left: 0;
}
.p-lead__block__inner::after {
  border-right: 1px solid #dbc76f;
  right: 0;
}
.p-lead__block__top::before, .p-lead__block__top::after {
  content: "";
  border-top: 1px solid #dbc76f;
  position: absolute;
  top: 0;
  border-color: #dbc76f;
}
@media screen and (min-width: 769px) {
  .p-lead__block__top::before, .p-lead__block__top::after {
    width: min(2.343vw, 35.2px);
    height: min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-lead__block__top::before, .p-lead__block__top::after {
    width: min(8.533vw, 35.2px);
    height: min(8.533vw, 35.2px);
  }
}
.p-lead__block__top::before {
  border-left: 1px solid #dbc76f;
  left: 0;
}
.p-lead__block__top::after {
  border-right: 1px solid #dbc76f;
  right: 0;
}
.p-lead__title {
  color: #dbc76f;
  font-family: "Zen Old Mincho", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-lead__title {
    width: 50%;
    font-size: clamp(23.8px, 2.05vw, 30.8px);
    padding-right: min(2.635vw, 39.6px);
    margin-right: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-lead__title {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    text-align: center;
    padding-bottom: clamp(27.2px, 8.533vw, 35.2px);
    margin-bottom: min(9.6vw, 39.6px);
  }
}
.p-lead__title::before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-lead__title::before {
    width: 1px;
    height: clamp(102px, 8.785vw, 132px);
    background: linear-gradient(0deg, #0024de 0%, #0024de 50%, #dbc76f 50%, #dbc76f 100%);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-lead__title::before {
    width: clamp(102px, 32vw, 132px);
    height: 1px;
    background: linear-gradient(90deg, #dbc76f 0%, #dbc76f 50%, #0024de 50%, #0024de 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-lead__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-lead__list {
    width: 50%;
    row-gap: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .p-lead__list {
    row-gap: min(5.333vw, 22px);
  }
}
.p-lead__list > li {
  width: 100%;
  font-family: "Zen Old Mincho", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-lead__list > li {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-lead__list > li {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}

.p-mv__logo {
  display: block;
}
.p-mv__logo a {
  background-image: url(../img/icon/RB_logo.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  font-size: 0;
  text-indent: -999em;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-mv__logo a {
    width: min(25vw, 300px);
    height: min(4.466vw, 67.1px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__logo a {
    width: min(32vw, 132px);
    height: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 769px) {
  .p-mv__logo a:hover {
    opacity: 0.6;
  }
}
.p-mv__container {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.p-mv__wrapper {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv__wrapper {
    height: min(62.225vw, 935px);
    background-image: url(../img/mv_bg_pc.jpg);
    background-position: center bottom;
    padding-top: min(2.343vw, 35.2px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1681px) {
  .p-mv__wrapper {
    height: min(71.742vw, 1078px);
  }
}
@media (min-width: 1681px) {
  .p-mv__wrapper.--default {
    height: min(62.225vw, 935px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__wrapper {
    height: auto;
    padding-bottom: min(16vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__inner {
    position: absolute;
    top: min(3.2vw, 13.2px);
    left: 0;
  }
}

/* 既存の .p-mv__title のスタイルがあれば削除またはコメントアウト */
.p-mv__title {
  font-family: 'Zen Old Mincho', serif; /* 明朝体 */
  color: #ffffff; /* 基本の文字色 */
  line-height: 1.2;
  margin-bottom: 40px; /* 実績部分との間隔 */
}

.p-mv__title-main {
  display: block;
  line-height: 150%;
  font-size: 36px; /* PCでのサイズ */
  font-weight: 500;
}

.p-mv__title-sub {
  display: block;
  margin-top: 40px;
  font-size: 42px; /* PCでのサイズ */
  font-weight: 700;
  /* 金色のグラデーション */
  background: #BA9800;
  background: radial-gradient(circle,rgb(112, 94, 16) 0%, rgb(255, 245, 136) 30%, rgb(90, 74, 0) 45%, rgb(247, 219, 96) 60%, rgb(112, 94, 16) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.p-mv__title-number {
  display: block;
  margin-top: -60px;
  font-size: 180px; /* PCでのサイズ */
  font-weight: 500;
  line-height: 1;
  /* 金色のグラデーション */
  background: #BA9800;
  background: radial-gradient(circle,rgb(55, 47, 8) 0%, rgb(255, 245, 136) 30%, rgb(90, 74, 0) 45%, rgb(247, 219, 96) 60%, rgb(55, 47, 8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.p-mv__title-number-one {
  margin-left: -25px;
  font-family: 'Times New Roman'; /* 明朝体 */
  font-weight: 100;
  font-size: 250px;
}

.p-mv__achievements {
  display: flex;
  justify-content: center;
  gap: 5px; /* 各実績アイテム間の間隔 */
  margin-top: -30px; /* タイトルとの間隔 */
}

.p-mv__achievement-item {
  display: flex;
  justify-content: center;
  text-align: center;
  /* 背景画像の設定 */
  background-repeat: no-repeat;
  background-position: center center; /* 中央に配置 */
  background-size: contain; /* 要素に合わせてサイズ調整 */
}

.p-mv__achievement-left {
  height: 100%;
  width: 20%;
  margin: 2.5px;
}

.p-mv__achievement-right {
  height: 100%;
  width: 20%;
  margin: 2.5px;
}

.p-mv__achievement-text {
  width: auto;
  margin-top: 10px;
  font-family: 'Zen Old Mincho', serif; /* 明朝体 */
  font-size: 12px;
  line-height: 1.4;
  color: #ffffff; /* デフォルトの文字色 */
}

/* u-color--accent クラスのスタイル */
.u-color--accent {
  font-size: 18px;
}

@media (max-width: 1332px) {
  .p-mv__title { /* 基本の文字色 */
    line-height: 1;
    margin-bottom: 10px; /* 実績部分との間隔 */
  }

  .p-mv__title-main {
    line-height: 120%;
    font-size: 28px;
  }

  .p-mv__title-sub {
    margin-top: 20px;
    font-size: 32px; /* PCでのサイズ */
    font-weight: 600;
  }

  .p-mv__title-number {
    margin-top: -45px;
    font-size: 150px;
  }

  .p-mv__title-number-one {
    margin-left: -10px;
    font-size: 225px;
  }

  .p-mv__achievements {
    gap: 2.5px;
    margin-top: -20px;
  }

  .p-mv__achievement-left {
    margin: 2.5px;
  }

  .p-mv__achievement-right {
    margin: 2.5px;
  }

  .p-mv__achievement-text {
    font-size: 10px;
    line-height: 1.2;
  }

  /* u-color--accent クラスのスタイル */
  .u-color--accent {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .p-mv__title-number {
    margin-top: -45px;
    font-size: 125px;
  }
}

@media (max-width: 1000px) {
  .p-mv__title-main {
    font-size: 24px;
  }

  .p-mv__title-sub {
    margin-top: 15px;
    font-size: 24px;
  }

  .p-mv__title-number {
    margin-top: -30px;
    font-size: 120px;
  }

  .p-mv__title-number-one {
    margin-left: -10px;
    font-size: 175px;
  }

  .p-mv__achievement-text {
    font-size: 10px;
    line-height: 1.2;
  }

  .p-mv__achievement-left {
    height: 85%;
    width: 17.5%;
    margin: 1.75px;
  }

  .p-mv__achievement-right {
    height: 85%;
    width: 17.5%;
    margin: 1.75px;
  }
}

@media (max-width: 914px) {
  .p-mv__title-number {
    margin-top: -30px;
    font-size: 100px;
  }

  .p-mv__title-number-one {
    margin-left: -10px;
    font-size: 150px;
  }

  .p-mv__achievement-text {
    font-size: 8.5px;
    line-height: 1.4;
  }

  /* u-color--accent クラスのスタイル */
  .u-color--accent {
    font-size: 12px;
  }

  .p-mv__achievement-left {
    height: 75%;
    width: 15%;
    margin: 1px;
  }

  .p-mv__achievement-right {
    height: 75%;
    width: 15%;
    margin: 1px;
  }
}

@media (max-width: 769px) {
  .p-mv__title {
    margin: auto;
    margin-bottom: 40px; /* 実績部分との間隔 */
    text-align: center;
  }

  .p-mv__title-main {
    display: block;
    text-align: left;
    line-height: 150%;
    font-size: 36px; /* PCでのサイズ */
    font-weight: 500;
  }

  .p-mv__title-sub {
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: -225px;
    font-size: 42px; /* PCでのサイズ */
    font-weight: 700;
  }

  .p-mv__title-number {
    display: block;
    margin-top: -60px;
    font-size: 200px;
    font-weight: 500;
    line-height: 1;
    /* 金色のグラデーション */
    background: #BA9800;
    background: radial-gradient(circle,rgb(55, 47, 8) 0%, rgb(255, 245, 136) 30%, rgb(90, 74, 0) 45%, rgb(247, 219, 96) 60%, rgb(55, 47, 8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .p-mv__title-number-one {
    margin-left: -25px;
    font-family: 'Times New Roman'; /* 明朝体 */
    font-weight: 100;
    font-size: 275px;
  }

  .p-mv__achievements {
    display: flex;
    justify-content: center;
    gap: 0px; /* 各実績アイテム間の間隔 */
    margin-top: -30px; /* タイトルとの間隔 */
  }

  .p-mv__achievement-item {
    display: flex;
    justify-content: center;
    text-align: center;
    /* 背景画像の設定 */
    background-repeat: no-repeat;
    background-position: center center; /* 中央に配置 */
    background-size: contain; /* 要素に合わせてサイズ調整 */
  }

  .p-mv__achievement-left {
    height: 100%;
    width: 20%;
    margin: 2.5px;
  }

  .p-mv__achievement-right {
    height: 100%;
    width: 20%;
    margin: 2.5px;
  }

  .p-mv__achievement-text {
    width: auto;
    margin: auto 0;
    font-family: 'Zen Old Mincho', serif; /* 明朝体 */
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff; /* デフォルトの文字色 */
    z-index: 1;
  }

  /* u-color--accent クラスのスタイル */
  .u-color--accent {
    font-size: 20px;
  }
}

@media (max-width: 566px) {
  .p-mv__title {
    margin: auto;
    margin-bottom: 20px; /* 実績部分との間隔 */
    text-align: center;
  }
  
  .p-mv__title-main {
    font-size: 26px;
  }
  
  .p-mv__title-sub {
    margin-top: 20px;
    margin-left: -175px;
    font-size: 32px;
  }
  
  .p-mv__title-number {
    margin-top: -45px;
    font-size: 150px;
  }
  
  .p-mv__title-number-one {
    margin-left: -20px;
    font-size: 215px;
  }
  
  .p-mv__achievements {
    margin-top: -20px; /* タイトルとの間隔 */
  }
  
  .p-mv__achievement-left {
    height: 95%;
    width: 17.5%;
    margin: 1.25px;
  }
  
  .p-mv__achievement-right {
    height: 95%;
    width: 17.5%;
    margin: 1.25px;
  }
  
  .p-mv__achievement-text {
    font-size: 12px;
  }

  /* u-color--accent クラスのスタイル */
  .u-color--accent {
    font-size: 18px;
  }
}

@media (max-width:405px) {
  .p-mv__title-main {
    font-size: 32px;
  }
  
  .p-mv__title-sub {
    margin-left: -150px;
    font-size: 32px;
  }
  
  .p-mv__title-number {
    margin-top: -45px;
    font-size: 135px;
  }
  
  .p-mv__title-number-one {
    margin-left: -20px;
    font-size: 200px;
  }
  
  .p-mv__achievements {
    margin-top: -20px; /* タイトルとの間隔 */
  }
  
  .p-mv__achievement-text {
    font-size: 10px;
  }

  .u-color--accent {
    font-size: 14px;
  }
}

.p-mv__block {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv__block {
    width: min(28.697vw, 431.2px);
    margin-top: min(2.343vw, 35.2px);
    margin-left: min(4.978vw, 74.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__block {
    margin-top: min(4.267vw, 17.6px);
  }
}
.p-mv__block::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #001686;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv__block__inner {
  position: relative;
  padding: 20px;
  z-index: 1;
}

@media (max-width: 1102px) {
  .p-mv__block__inner {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__block__inner {
    padding: 25px;
  }
}
.p-mv__block__inner::before, .p-mv__block__inner::after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #040036 0%, #dbc76f 30%, #dbc76f 50%, #dbc76f 70%, #040036 99%);
  position: absolute;
  left: 0;
}
.p-mv__block__inner::before {
  top: 0;
}
.p-mv__block__inner::after {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-mv__button {
    width: clamp(272px, 23.426vw, 352px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__button {
    width: clamp(221px, 69.333vw, 286px);
    height: clamp(40.8px, 12.8vw, 52.8px);
  }
}
.p-mv__button__lead {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-mv__button__lead {
    width: min(19.619vw, 294.8px);
    margin-top: min(2.343vw, 35.2px);
    margin-bottom: min(1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__button__lead {
    width: min(57.6vw, 237.6px);
    margin-top: min(6.4vw, 26.4px);
    margin-bottom: min(3.2vw, 13.2px);
  }
}
@media screen and (min-width: 769px) {
  .p-mv__image {
    width: min(50vw, 751.3px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 1681px) {
  .p-mv__image {
    width: min(60.688vw, 911.9px);
  }
}
@media screen and (min-width: 769px) {
  .--default .p-mv__image {
    width: min(60.688vw, 911.9px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__image {
    width: 100%;
  }
}

.p-mv__scroll__container {
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  .p-mv__scroll__container {
    margin-bottom: 45px;
  }
}

.p-mv__scroll {
  overflow: hidden;
  width: 100vw;
  margin-bottom: min(4vw, 15px); /* 画像群間の間隔を狭める */
}
@media screen and (max-width: 768px) {
  .p-mv__scroll {
    margin-bottom: min(5vw, 2.5px); /* SP時の間隔を調整 */
  }
}
@media screen and (min-width: 769px) {
  .p-mv__scroll__title {
    margin-top: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__scroll__title {
    margin-top: 0;
  }
}

.p-mv__scroll__inner {
  display: flex;
  margin-bottom: 20px; /* 画像の下のマージンはそのまま */
  white-space: nowrap; /* 画像が折り返されないようにする */
  width: fit-content; /* 中の要素の合計幅に合わせる */
  animation: scroll-left 30s linear infinite; /* アニメーションを適用 (右から左) */
}

.p-mv__scroll__inner.--scroll-right {
  animation: scroll-right 30s linear infinite; /* 左から右へのアニメーションを適用 */
}

.p-mv__scroll__inner img {
  max-width: none;
  height: min(5.271vw, 79.2px);
  margin-right: 20px; /* 画像間の間隔を追加 */
}

@media screen and (max-width: 767px) {
  .p-mv__scroll__inner img {
    height: min(19.2vw, 79.2px);
    margin-right: 10px; /* SP時の間隔を調整 */
  }
}

/* 右から左への無限スクロールアニメーションを定義 */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* 左から右への無限スクロールアニメーションを定義 */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.u-color--accent {
  color: #dbc76f !important;
}
.u-color--gray {
  color: #dddddd !important;
}

/* Go M&Aならできる！セクションの画像置き換え用スタイル */
.p-possible-item {
  background: linear-gradient(to right,#000b45 0%, #001799 50%, #000b45 100%);
  border: 1px solid #dbc76f;
  padding: 20px; /* 適宜調整 */
  text-align: center;
  height: 100%; /* 親要素の高さに合わせる */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; /* チェックマークの絶対配置の基準にする */
  /* 両端を徐々に透過させるマスク */
  mask-image: linear-gradient(to right, transparent 0%, #000b45 10%, #000b45 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000b45 10%, #000b45 90%, transparent 100%);
}

/* チェックマークの丸い背景 */
.p-possible-item__check {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 3; /* カードより手前に表示 */
  /* 金色のグラデーション */
  background: radial-gradient(rgb(247, 219, 96), rgb(112, 94, 16));
}

/* チェックマークアイコン */
.p-possible-item__check::before {
  content: "\f00c"; /* Font Awesome チェックアイコン */
  font-family: "Font Awesome 6 Pro"; /* Font Awesome のフォントファミリー */
  font-weight: 900; /* Solidアイコンの太さ */
  color: #001271; /* 背景の青色に合わせる */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px; /* 丸のサイズに合わせて調整 */
  line-height: 1; /* アイコンの垂直位置調整 */
}

.p-possible-item__lead {
  font-size: clamp(13.6px, 1.171vw, 17.6px); /* u-text--size--m 相当 */
  font-weight: 700;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px; /* タイトルとの間隔 */
  position: relative; /* 疑似要素の基準にする */
  text-align: center; /* 中央寄せ */
}
/* タイトルの両端の「-」 */
.p-possible-item__lead::before,
.p-possible-item__lead::after {
  content: "—"; /* 全角ダッシュ */
  margin: 0 1em; /* テキストとの間隔 */
  color: #ffffff; /* テキストと同じ色 */
}

.p-possible-item__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #dbc76f;
  line-height: 1.4;
  text-align: center; /* 中央寄せ */
  font-size: clamp(20.4px, 1.757vw, 26.4px); /* u-text--size--l 相当 */
  min-height: 80px;
}

/* 数字が大きいアイテム用の調整 */
.p-possible-item.--large-number .p-possible-item__title {
  font-size: clamp(40px, 3.5vw, 50px); /* より大きなフォントサイズ */
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
  min-height: auto; /* large-numberのタイトルにはmin-heightを適用しない */
  text-align: center; /* 中央寄せ */
}

/* 数字が左右に分かれるアイテム用の調整 */
.p-possible-item.--split-number .p-possible-item__numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* 数字ブロック間の間隔 */
  margin-top: 0px;
}

.p-possible-item.--split-number .p-possible-item__numbers p {
  font-size: clamp(11.9px, 1.025vw, 15.4px); /* u-text--size--n 相当 */
  color: #ffffff;
  line-height: 1.5;
}

.p-possible-item.--split-number .p-possible-item__numbers h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #dbc76f;
  line-height: 1;
  margin-top: 10px; /* 上のテキストとの間隔 */
  margin-left: 10px;
  margin-right: 15px;
  min-height: auto; /* Split number h3 should not have the same min-height as regular titles */
  text-align: center; /* 中央寄せ */
  font-size: clamp(30px, 2.5vw, 40px); /* より大きなフォントサイズ */
}

.p-possible-item__arrow {
  /* 既存のスタイルを削除またはコメントアウト */
  /* font-size: clamp(20px, 1.5vw, 25px); */ /* 矢印のサイズ */
  /* color: #dbc76f; */
  /* font-weight: bold; */
  display: inline-block; /* 三角形を配置するために必要 */
  vertical-align: middle; /* 数字と垂直方向を揃える */
  position: relative; /* 疑似要素の基準にする */
  width: 0; /* 要素自体の幅は0に */
  height: 0; /* 要素自体の高さは0に */
}

/* 三角形の矢印を描画 */
.p-possible-item__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 17.5px;
  transform: translate(-50%, -50%); /* 要素の中心に配置 */
  width: 0;
  height: 0;
  border-style: solid;
  /* 三角形のサイズと色 (右向き) */
  border-width: 10px 0 10px 15px; /* 上 下 左 の順で幅を指定 */
  border-color: transparent transparent transparent #dbc76f; /* 透明 透明 透明 金色 */
}

@media screen and (max-width: 1285px) {
  .p-possible-item__lead {
    font-size: clamp(7.5px, 3.5vw, 12px);
  }
}

@media (max-width:1060px) {
  .p-possible-block_sp {
    display: block; /* flexを解除 */
    width: auto; /* 幅を自動に */
    max-width: 600px; /* 例: 最大幅を設定（適切な値に調整してください） */
    margin: 24px auto; /* 上下のマージンと左右中央寄せ */
  }

  /* .c-row の子要素（カードを含む要素）に対するスタイル */
  .p-possible-block_sp > div[class*="c-col-"] {
    width: 100%; /* 親要素 (p-possible-block_sp) の幅に対する100% */
    flex-basis: auto; /* flex-basisをautoに戻す */
    max-width: 100%; /* 最大幅も100%に */
    margin-left: 0; /* 横方向のマージンをリセット */
    margin-right: 0; /* 横方向のマージンをリセット */
    margin-top: 0 !important; /* 既存のユーティリティクラスによる上マージンをリセット */
    margin-bottom: 24px; /* カード間の下マージン */
  }

  /* 最後のカードの下マージンをリセット */
  .p-possible-block_sp > div[class*="c-col-"]:last-child {
      margin-bottom: 0;
  }

  /* 三角形の矢印を描画 */
  .p-possible-item__arrow::before {
    margin-top: 15px;
    /* 三角形のサイズと色 (右向き) */
    border-width: 8px 0 8px 14px; /* 上 下 左 の順で幅を指定 */
  }
}

@media screen and (max-width: 768px) {
  .p-possible-item__check {
    width: 30px;
    height: 30px;
    top: -10px; /* 丸の下端がカード上端より少し上にくるように調整 */
  }

  .p-possible-item__check::before {
    font-size: 16px; /* 丸のサイズに合わせて調整 */
  }

  .p-possible-item__title {
    font-size: clamp(13.6px, 4.267vw, 17.6px); /* u-text--size--l 相当 */
    min-height: 55px;
  }

  .p-possible-item.--large-number .p-possible-item__title {
    font-size: clamp(30px, 9vw, 40px);
    margin-top: 5px;
  }

  .p-possible-item.--split-number .p-possible-item__numbers {
    gap: 5px;
    margin-top: 0px;
  }

  .p-possible-item.--split-number .p-possible-item__numbers p {
     font-size: clamp(11.9px, 3.733vw, 15.4px); /* u-text--size--n 相当 */
  }

  .p-possible-item.--split-number .p-possible-item__numbers h3 {
    font-size: clamp(24px, 7.5vw, 30px);
    margin-top: 2px;
  }

  .p-possible-item__arrow {
    font-size: clamp(16px, 5vw, 20px);
  }
}

@media (max-width: 390px) {
    /* 三角形の矢印を描画 */
  .p-possible-item__arrow::before {
    margin-top: 12.5px;
  }
}

/* 横並びカードレイアウト */
.p-program__block-cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.p-program-card {
  background: #001271;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: #090d4e solid 5px;
  width: 360px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.p-program-card__img {
  text-align: center;
}
.p-program-card__img img {
  width: auto;
  height: auto;
  object-fit: cover;
}
.p-program-card__img figcaption {
  margin-top: 8px;
  font-size: 1rem;
  color: #333;
}

.p-program-card__body {
  background: #001271;
  width: 100%;
  min-height: 185px;
  z-index: 2;
}

.p-program-card__body h3 {
  font-size: 2.5rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  color: #dbc76f;
  margin: 15px;
}

.p-program__block__text {
  font-size: 1.75rem;
  color: #ffffff;
  margin: 0 15px 15px;
  line-height: 1.6;
}

/* スライダー用の調整 */
.p-program__block-cards.slick-slider {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.p-program__block-cards .slick-slide {
  display: flex;
  justify-content: center;
  height: auto;
}
.p-program__block-cards .p-program-card {
  margin: 0 auto;
}
.p-program__block-cards .slick-dots {
  margin-top: 24px;
}
@media (max-width: 1392px) {
  .p-program__block-cards {
    gap: 0;
  }

  .p-program__block-cards.slick-slider {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }
}

@media (max-width: 900px) {
  .p-program__block-cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .p-program-card {
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 500px) {
  .p-program__block__text {
    font-size: 1.5rem;
  }
}

/* 必要に応じて、個別のアイテムのパディングやマージンを調整するクラスを追加 */
/* 例: .p-possible-item--pad-lg { padding: 30px; } */
.u-color--alert {
  color: #f0a3a3 !important;
}
.u-color--text {
  color: #ffffff !important;
}
.u-color--text-blue {
  color: #05284a !important;
}
.u-color--text-second {
  color: #666666 !important;
}
.u-color--text-third {
  color: #aaaaaa !important;
}
.u-color--bg--blue {
  background-color: #01003c !important;
}

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

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

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

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

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

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

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

.d-flex {
  display: flex !important;
  align-items: center;
}

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

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

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

@media screen and (max-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
    align-items: center;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  table.d-lg-inline-block, table.d-lg-block {
    display: table !important;
  }
  table th.d-lg-inline-block, table th.d-lg-block,
  table td.d-lg-inline-block,
  table td.d-lg-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 1194px) {
  .d-tb-none {
    display: none !important;
  }
  .d-tb-inline {
    display: inline !important;
  }
  .d-tb-inline-block {
    display: inline-block !important;
  }
  .d-tb-block {
    display: block !important;
  }
  .d-tb-table {
    display: table !important;
  }
  .d-tb-table-row {
    display: table-row !important;
  }
  .d-tb-table-cell {
    display: table-cell !important;
  }
  .d-tb-flex {
    display: flex !important;
    align-items: center;
  }
  .d-tb-inline-flex {
    display: inline-flex !important;
  }
  table.d-tb-inline-block, table.d-tb-block {
    display: table !important;
  }
  table th.d-tb-inline-block, table th.d-tb-block,
  table td.d-tb-inline-block,
  table td.d-tb-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
    align-items: center;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  table.d-md-inline-block, table.d-md-block {
    display: table !important;
  }
  table th.d-md-inline-block, table th.d-md-block,
  table td.d-md-inline-block,
  table td.d-md-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 540px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
    align-items: center;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  table.d-sm-inline-block, table.d-sm-block {
    display: table !important;
  }
  table th.d-sm-inline-block, table th.d-sm-block,
  table td.d-sm-inline-block,
  table td.d-sm-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 360px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
}
.u-m-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: min(0vw, 0px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-0 {
    margin-top: min(0vw, 0px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .u-pt-md-0 {
    padding-top: min(0vw, 0px) !important;
  }
  .u-pb-md-0 {
    padding-bottom: min(0vw, 0px) !important;
  }
  .u-pl-md-0 {
    padding-left: min(0vw, 0px) !important;
  }
  .u-pr-md-0 {
    padding-right: min(0vw, 0px) !important;
  }
  .u-pt-md-4 {
    padding-top: min(1.067vw, 4.4px) !important;
  }
  .u-pb-md-4 {
    padding-bottom: min(1.067vw, 4.4px) !important;
  }
  .u-pl-md-4 {
    padding-left: min(1.067vw, 4.4px) !important;
  }
  .u-pr-md-4 {
    padding-right: min(1.067vw, 4.4px) !important;
  }
  .u-pt-md-8 {
    padding-top: min(2.133vw, 8.8px) !important;
  }
  .u-pb-md-8 {
    padding-bottom: min(2.133vw, 8.8px) !important;
  }
  .u-pl-md-8 {
    padding-left: min(2.133vw, 8.8px) !important;
  }
  .u-pr-md-8 {
    padding-right: min(2.133vw, 8.8px) !important;
  }
  .u-pt-md-12 {
    padding-top: min(3.2vw, 13.2px) !important;
  }
  .u-pb-md-12 {
    padding-bottom: min(3.2vw, 13.2px) !important;
  }
  .u-pl-md-12 {
    padding-left: min(3.2vw, 13.2px) !important;
  }
  .u-pr-md-12 {
    padding-right: min(3.2vw, 13.2px) !important;
  }
  .u-pt-md-16 {
    padding-top: min(4.267vw, 17.6px) !important;
  }
  .u-pb-md-16 {
    padding-bottom: min(4.267vw, 17.6px) !important;
  }
  .u-pl-md-16 {
    padding-left: min(4.267vw, 17.6px) !important;
  }
  .u-pr-md-16 {
    padding-right: min(4.267vw, 17.6px) !important;
  }
  .u-pt-md-20 {
    padding-top: min(5.333vw, 22px) !important;
  }
  .u-pb-md-20 {
    padding-bottom: min(5.333vw, 22px) !important;
  }
  .u-pl-md-20 {
    padding-left: min(5.333vw, 22px) !important;
  }
  .u-pr-md-20 {
    padding-right: min(5.333vw, 22px) !important;
  }
  .u-pt-md-24 {
    padding-top: min(6.4vw, 26.4px) !important;
  }
  .u-pb-md-24 {
    padding-bottom: min(6.4vw, 26.4px) !important;
  }
  .u-pl-md-24 {
    padding-left: min(6.4vw, 26.4px) !important;
  }
  .u-pr-md-24 {
    padding-right: min(6.4vw, 26.4px) !important;
  }
  .u-pt-md-28 {
    padding-top: min(7.467vw, 30.8px) !important;
  }
  .u-pb-md-28 {
    padding-bottom: min(7.467vw, 30.8px) !important;
  }
  .u-pl-md-28 {
    padding-left: min(7.467vw, 30.8px) !important;
  }
  .u-pr-md-28 {
    padding-right: min(7.467vw, 30.8px) !important;
  }
  .u-pt-md-32 {
    padding-top: min(8.533vw, 35.2px) !important;
  }
  .u-pb-md-32 {
    padding-bottom: min(8.533vw, 35.2px) !important;
  }
  .u-pl-md-32 {
    padding-left: min(8.533vw, 35.2px) !important;
  }
  .u-pr-md-32 {
    padding-right: min(8.533vw, 35.2px) !important;
  }
  .u-pt-md-36 {
    padding-top: min(9.6vw, 39.6px) !important;
  }
  .u-pb-md-36 {
    padding-bottom: min(9.6vw, 39.6px) !important;
  }
  .u-pl-md-36 {
    padding-left: min(9.6vw, 39.6px) !important;
  }
  .u-pr-md-36 {
    padding-right: min(9.6vw, 39.6px) !important;
  }
  .u-pt-md-40 {
    padding-top: min(10.667vw, 44px) !important;
  }
  .u-pb-md-40 {
    padding-bottom: min(10.667vw, 44px) !important;
  }
  .u-pl-md-40 {
    padding-left: min(10.667vw, 44px) !important;
  }
  .u-pr-md-40 {
    padding-right: min(10.667vw, 44px) !important;
  }
  .u-pt-md-44 {
    padding-top: min(11.733vw, 48.4px) !important;
  }
  .u-pb-md-44 {
    padding-bottom: min(11.733vw, 48.4px) !important;
  }
  .u-pl-md-44 {
    padding-left: min(11.733vw, 48.4px) !important;
  }
  .u-pr-md-44 {
    padding-right: min(11.733vw, 48.4px) !important;
  }
  .u-pt-md-48 {
    padding-top: min(12.8vw, 52.8px) !important;
  }
  .u-pb-md-48 {
    padding-bottom: min(12.8vw, 52.8px) !important;
  }
  .u-pl-md-48 {
    padding-left: min(12.8vw, 52.8px) !important;
  }
  .u-pr-md-48 {
    padding-right: min(12.8vw, 52.8px) !important;
  }
  .u-pt-md-52 {
    padding-top: min(13.867vw, 57.2px) !important;
  }
  .u-pb-md-52 {
    padding-bottom: min(13.867vw, 57.2px) !important;
  }
  .u-pl-md-52 {
    padding-left: min(13.867vw, 57.2px) !important;
  }
  .u-pr-md-52 {
    padding-right: min(13.867vw, 57.2px) !important;
  }
  .u-pt-md-56 {
    padding-top: min(14.933vw, 61.6px) !important;
  }
  .u-pb-md-56 {
    padding-bottom: min(14.933vw, 61.6px) !important;
  }
  .u-pl-md-56 {
    padding-left: min(14.933vw, 61.6px) !important;
  }
  .u-pr-md-56 {
    padding-right: min(14.933vw, 61.6px) !important;
  }
  .u-pt-md-60 {
    padding-top: min(16vw, 66px) !important;
  }
  .u-pb-md-60 {
    padding-bottom: min(16vw, 66px) !important;
  }
  .u-pl-md-60 {
    padding-left: min(16vw, 66px) !important;
  }
  .u-pr-md-60 {
    padding-right: min(16vw, 66px) !important;
  }
}
.u-text--bold {
  font-weight: bold !important;
}
.u-text--normal {
  font-weight: normal !important;
}
.u-text--size--ll, .u-text--size--ll a {
  font-size: clamp(23.8px, 2.05vw, 30.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--ll, .u-text--size--ll a {
    font-size: clamp(18.7px, 5.867vw, 24.2px) !important;
  }
}
.u-text--size--l, .u-text--size--l a {
  font-size: clamp(20.4px, 1.757vw, 26.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--l, .u-text--size--l a {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size--m, .u-text--size--m a {
  font-size: clamp(13.6px, 1.171vw, 17.6px) !important;
  letter-spacing: 0.045em;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .u-text--size--m, .u-text--size--m a {
    font-size: clamp(11.9px, 3.733vw, 15.4px) !important;
  }
}
.u-text--size--n, .u-text--size--n a {
  font-size: clamp(11.9px, 1.025vw, 15.4px) !important;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .u-text--size--n, .u-text--size--n a {
    font-size: clamp(11.9px, 3.733vw, 15.4px) !important;
    line-height: 1.5;
  }
}
.u-text--size--s, .u-text--size--s a {
  font-size: clamp(10.2px, 0.878vw, 13.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--s, .u-text--size--s a {
    font-size: clamp(10.2px, 3.2vw, 13.2px) !important;
  }
}
.u-text--size--ss, .u-text--size--ss a {
  font-size: clamp(9.35px, 0.805vw, 12.1px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--ss, .u-text--size--ss a {
    font-size: clamp(8.5px, 2.667vw, 11px) !important;
  }
}
.u-text--left {
  text-align: left !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--center {
  text-align: center !important;
}
@media screen and (min-width: 769px) {
  .u-text--pccenter {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .u-text--spcenter {
    text-align: center !important;
  }
}
.u-text--notice {
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  vertical-align: text-top;
}
@media screen and (min-width: 769px) {
  .u-text--notice {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .u-text--notice {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}

.u-textlink--arrow, .u-textlink--pdf, .u-textlink--blank {
  color: #dbc76f;
  display: inline-block;
  position: relative;
}
.u-textlink--arrow i:first-child, .u-textlink--pdf i:first-child, .u-textlink--blank i:first-child {
  color: #dbc76f;
  text-decoration: none;
  position: absolute;
}
.u-textlink--arrow {
  padding-left: min(1.757vw, 26.4px);
}
@media screen and (max-width: 768px) {
  .u-textlink--arrow {
    padding-left: min(6.4vw, 26.4px);
  }
}
.u-textlink--arrow i:first-child {
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  margin-right: 0.5em;
  margin-left: 0;
  left: 0px;
  top: min(0.586vw, 8.8px);
}
@media screen and (max-width: 768px) {
  .u-textlink--arrow i:first-child {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    top: 0.6em;
  }
}
.u-textlink--arrow--secondary {
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .u-textlink--arrow--secondary {
    padding-left: min(3.2vw, 13.2px);
  }
}
.u-textlink--arrow--secondary [class*=fa-angle] {
  font-size: clamp(17px, 1.464vw, 22px);
  left: -1px;
  top: 0.6em;
}
@media screen and (max-width: 768px) {
  .u-textlink--arrow--secondary [class*=fa-angle] {
    font-size: clamp(12.75px, 4vw, 16.5px);
  }
}
.u-textlink--pdf {
  padding-right: min(1.757vw, 26.4px);
}
@media screen and (max-width: 768px) {
  .u-textlink--pdf {
    padding-right: min(4.8vw, 19.8px);
  }
}
.u-textlink--pdf i:first-child {
  top: 0.5em;
}
.u-textlink--blank {
  padding-right: min(2.05vw, 30.8px);
}
@media screen and (max-width: 768px) {
  .u-textlink--blank {
    padding-right: min(6.4vw, 26.4px);
  }
}
.u-textlink--blank i:first-child {
  top: 0.4em;
}

p .fa-file-pdf,
p .fa-external-link {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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