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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -1em;
}

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

:root {
  --base: #DBDBDB;
  --bg-dark: #191919;
  --border: #707070;
  --red: #C50013;
  --green: #006B31;
  --hover: #338ED1;
}

/* 案件によって必要なサブカラーを追加する
$sub-1: #ffffff;
$sub-2: #ffffff;
*/
.en {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
}

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

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
}

body {
  -webkit-overflow-scrolling: touch;
  background-color: var(--base);
}

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

#wrap {
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2.2142857143;
  margin: 0;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 480px) {
  #wrap {
    min-width: 810px;
  }
}
@media screen and (min-width: 769px) {
  #wrap {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  #wrap {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}

video {
  vertical-align: bottom;
}

img, svg {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  img, svg {
    width: 100%;
  }
}

svg {
  fill: currentcolor;
  vertical-align: bottom;
  shape-rendering: geometricPrecision;
}

h1, h2 {
  line-height: 1.5;
}

:not(footer) ul, :not(footer) ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
:not(footer) a {
  transition: all 0.3s ease;
}
:not(footer) a img {
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  :not(footer) a:hover {
    text-decoration: none;
  }
  :not(footer) a:hover img {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1043px) {
  :not(footer) a [href^="tel:"] {
    pointer-events: none;
  }
}
:not(footer) i[class^=fa] {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
:not(footer) strong {
  font-weight: 700;
}
:not(footer) p a, :not(footer) td a, :not(footer) th a, :not(footer) blockquote a {
  color: #005cd1;
  text-decoration: underline;
}
@media (any-hover: hover) {
  :not(footer) p a:hover, :not(footer) td a:hover, :not(footer) th a:hover, :not(footer) blockquote a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
:not(footer) dt, :not(footer) dd {
  font-weight: 400;
}
:not(footer) figcaption {
  line-height: 1.5;
}
:not(footer) hr {
  height: 1px;
  background-color: #f2f2f2;
  border: none;
  margin: min(1.464vw, 22px) 0;
}
@media screen and (max-width: 768px) {
  :not(footer) hr {
    margin: min(5.333vw, 22px) 0;
  }
}

.coki {
  height: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1001;
  width: 100%;
  color: #fff;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .l-header {
    padding: min(1.464vw, 22px) 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: min(2.667vw, 11px) 0;
  }
}
.l-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .l-header__wrap {
    align-items: center;
    padding: 0 min(6.076vw, 91px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__wrap {
    padding: 0 min(5.6vw, 23px) 0 min(3.467vw, 14px);
  }
}
.l-header__logo {
  color: #167DBA;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    width: min(min(8.638vw, 130px), 118px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: min(20.267vw, 84px);
  }
}
@media (any-hover: hover) {
  .l-header__logo {
    cursor: pointer;
  }
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
.l-header__drawer {
  position: relative;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-header__drawer {
    width: min(2.196vw, 33px);
    height: min(2.196vw, 33px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__drawer {
    width: min(8vw, 33px);
    height: min(8vw, 33px);
  }
}
@media (any-hover: hover) {
  .l-header__drawer {
    cursor: pointer;
  }
  .l-header__drawer:hover {
    opacity: 0.3;
  }
}
.l-header__drawer__icon {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
}
.l-header__drawer__icon::before, .l-header__drawer__icon::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header__drawer__icon::before {
    top: min(1.025vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__drawer__icon::before {
    top: min(3.2vw, 13px);
  }
}
@media screen and (min-width: 769px) {
  .l-header__drawer__icon::after {
    bottom: min(1.025vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__drawer__icon::after {
    bottom: min(3.2vw, 13px);
  }
}

.is-drawer-open {
  overflow: hidden;
}
.is-drawer-open .l-header {
  position: fixed !important;
  top: 0 !important;
  transform: translate(-50%, 0%) !important;
}
@media screen and (min-width: 769px) {
  .is-drawer-open .l-header__drawer {
    width: min(5.051vw, 76px);
    height: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .is-drawer-open .l-header__drawer {
    width: min(10.667vw, 44px);
    height: min(8vw, 33px);
  }
}
.is-drawer-open .l-header__drawer__icon {
  background-color: transparent;
}
.is-drawer-open .l-header__drawer__icon::before, .is-drawer-open .l-header__drawer__icon::after {
  box-shadow: none;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.is-drawer-open .l-header__drawer__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.is-drawer-open .l-header__drawer__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  color: #fff;
  background-color: #4E4E4E;
  scrollbar-width: none;
}
.l-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-nav {
    padding: min(9.151vw, 138px) 0;
  }
}
@media screen and (max-width: 768px) {
  .l-nav {
    padding: min(26.133vw, 108px) 0 min(8.533vw, 35px);
  }
}
.l-nav__body {
  height: auto;
}
.l-nav__wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-nav__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: min(100vw, 1503px);
    margin-inline: auto;
    padding: 0 min(6.076vw, 91px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__wrap {
    display: flex;
    flex-direction: column;
    width: min(100vw, 413px);
    max-width: 100%;
    padding: 0 min(10.667vw, 44px);
  }
}
@media screen and (min-width: 769px) {
  .l-nav__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__wrap {
    max-width: min(160vw, 660px);
    margin-inline: auto;
  }
}
.l-nav__title {
  font-weight: 100;
}
@media screen and (min-width: 769px) {
  .l-nav__title {
    display: grid;
    place-content: center;
  }
  .l-nav__title img {
    width: min(31.772vw, 477px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__title {
    text-align: center;
  }
  .l-nav__title img {
    width: min(78.4vw, 323px);
  }
}
@media screen and (min-width: 769px) {
  .l-nav__desc {
    padding: 0 min(1.098vw, 17px) 0 min(3.807vw, 57px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__desc {
    margin-top: min(12.8vw, 53px);
  }
}
.l-nav__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .l-nav__list {
    gap: min(3.66vw, 55px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__list {
    gap: min(8vw, 33px);
  }
}
.l-nav__link {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  align-items: center;
  line-height: 1;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-nav__link {
    grid-template-columns: min(3.953vw, 59px) min(1.318vw, 20px) 1fr;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__link {
    grid-template-columns: min(11.2vw, 46px) min(2.933vw, 12px) 1fr;
  }
}
@media (any-hover: hover) {
  .l-nav__link:hover {
    color: var(--hover);
  }
}
.l-nav__link:not(:has(.ja)) {
  grid-template-rows: auto;
}
.l-nav__link:not(:has(.ja)) .en {
  grid-area: 1/3/3/4;
}
.l-nav__link .arrow {
  grid-area: 1/1/3/2;
  border: 0.8px solid currentColor;
  border-radius: 50%;
}
.l-nav__link .en {
  grid-area: 1/3/2/4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 100;
}
@media screen and (min-width: 769px) {
  .l-nav__link .en {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__link .en {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
  }
}
.l-nav__link .ja {
  grid-area: 2/3/3/4;
  margin-top: 0.8em;
}
@media screen and (min-width: 769px) {
  .l-nav__link .ja {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__link .ja {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.l-nav__banner {
  display: grid;
}
@media screen and (min-width: 769px) {
  .l-nav__banner {
    gap: min(1.537vw, 23px);
    max-width: 100%;
    margin-top: min(3.66vw, 55px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__banner {
    gap: min(2.667vw, 11px);
    width: calc(100% + min(10.667vw, 44px));
    margin-top: min(10.667vw, 44px);
    margin-left: min(-5.333vw, -22px);
  }
}
.l-nav__banner__item {
  display: grid;
  align-items: center;
  color: #000;
  background-color: #C6C6C6;
  transition: background-color 0.5s ease, color 0.5s ease;
}
@media screen and (min-width: 769px) {
  .l-nav__banner__item {
    grid-template-columns: min(7.687vw, 116px) 1fr;
    width: clamp(357.85px, 30.82vw, 463.1px);
    min-height: clamp(78.2px, 6.735vw, 101.2px);
    gap: min(1.757vw, 26px);
    padding: 0 min(1.684vw, 25px) 0 min(1.318vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__banner__item {
    grid-template-columns: min(21.867vw, 90px) 1fr;
    gap: min(4vw, 17px);
    padding: min(2.133vw, 9px) min(5.333vw, 22px);
    padding-right: min(2.133vw, 9px);
  }
}
@media (any-hover: hover) {
  .l-nav__banner__item {
    opacity: 1;
  }
  .l-nav__banner__item:hover {
    color: #fff;
    background-color: #000;
  }
}
.l-nav__banner__item img {
  opacity: 1 !important;
}
.l-nav__banner__text {
  margin: auto;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .l-nav__banner__text {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.l-nav__banner__text svg {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.35em;
}
@media screen and (min-width: 769px) {
  .l-nav__banner__text svg {
    width: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__banner__text svg {
    width: clamp(11.9px, 3.733vw, 15.4px);
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .l-loading img {
    width: min(59.81vw, 899px);
  }
}
@media screen and (max-width: 768px) {
  .l-loading img {
    width: min(68.8vw, 284px);
  }
}

.l-main {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  z-index: 5;
}
.l-main__sticky {
  position: sticky;
  top: 0;
  z-index: -1;
}
.l-main__content {
  position: relative;
  background-color: var(--base);
}
@media screen and (min-width: 769px) {
  .l-main__content {
    padding: min(10.981vw, 165px) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-main__content {
    padding: min(40vw, 165px) 0 0;
  }
}
.l-main__content__back {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-main__content__back {
    height: min(13.177vw, 198px);
    padding-right: min(7.174vw, 108px);
  }
}
@media screen and (max-width: 768px) {
  .l-main__content__back {
    height: min(32vw, 132px);
    padding-right: min(10.667vw, 44px);
  }
}
.l-main__content__back a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .l-main__nav {
    margin: min(5.857vw, 88px) 0;
  }
}
@media screen and (max-width: 768px) {
  .l-main__nav {
    margin: min(21.333vw, 88px) 0;
  }
}
.l-main__nav__list {
  display: flex;
  flex-direction: column;
  align-items: end;
  line-height: 1.5;
  text-decoration: underline;
  border-right: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .l-main__nav__list {
    gap: 1.15em;
    padding-right: min(2.196vw, 33px);
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .l-main__nav__list {
    gap: 1.5em;
    padding-right: min(4.267vw, 18px);
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}

.l-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .l-inner {
    max-width: min(100vw, 1503px);
    padding-left: min(13.177vw, 198px);
    padding-right: min(13.177vw, 198px);
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-left: min(5.333vw, 22px);
    padding-right: min(5.333vw, 22px);
  }
}
@media screen and (min-width: 769px) {
  .l-inner.--middle {
    padding-left: min(21.157vw, 318px);
    padding-right: min(21.157vw, 318px);
  }
}
@media screen and (max-width: 768px) {
  .l-inner.--middle {
    padding-left: min(10.667vw, 44px);
    padding-right: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 769px) {
  .l-inner.--wide {
    max-width: 2000px;
    padding: 0;
  }
}

@media screen and (min-width: 541px) {
  footer .to-top {
    display: none !important;
  }
}

.footer_sp {
  padding-top: 0 !important;
}

.js-fadein {
  opacity: 0;
}

.c-button {
  position: relative;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
@media screen and (min-width: 769px) {
  .c-button {
    width: min(21.962vw, 330px);
    min-height: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    width: 100%;
    min-height: min(16vw, 66px);
    border: 1px solid #000;
  }
}
@media (any-hover: hover) {
  .c-button:hover {
    color: #fff;
    background-color: #000;
  }
}
.c-button svg {
  margin-right: 0.5em;
}
@media screen and (min-width: 769px) {
  .c-button svg {
    width: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-button svg {
    width: clamp(11.9px, 3.733vw, 15.4px);
  }
}

.c-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: min(1.464vw, 22px);
}
@media screen and (max-width: 768px) {
  .c-row {
    gap: min(4.267vw, 18px);
  }
}
.c-row:where(.--gap-wide) {
  gap: min(3.66vw, 55px);
}
@media screen and (max-width: 768px) {
  .c-row:where(.--gap-wide) {
    gap: min(8.533vw, 35px);
  }
}
.c-row:where(.--gap-narrow) {
  gap: min(0.586vw, 9px);
}
@media screen and (max-width: 768px) {
  .c-row:where(.--gap-narrow) {
    gap: min(1.067vw, 4px);
  }
}
.c-row:where(.--gap-none) {
  gap: min(0vw, 0px);
}

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

.c-list li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-list li {
    padding-left: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-list li {
    padding-left: min(4vw, 17px);
  }
}
.c-list li::before {
  content: "";
  width: min(0.439vw, 7px);
  height: min(0.439vw, 7px);
  background-color: #E35824;
  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(10px, 1.6vw, 6.6px);
    height: clamp(10px, 1.6vw, 6.6px);
    top: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-list li:not(:last-child) {
  margin-bottom: min(0.293vw, 4px);
}
@media screen and (max-width: 768px) {
  .c-list li:not(:last-child) {
    margin-bottom: min(1.067vw, 4px);
  }
}
.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(10px, 0.732vw, 11px);
  height: clamp(10px, 0.732vw, 11px);
  top: clamp(11.9px, 1.025vw, 15.4px);
}
@media screen and (max-width: 768px) {
  .c-list.--large li::before {
    width: clamp(10px, 2.667vw, 11px);
    height: clamp(10px, 2.667vw, 11px);
    top: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.c-list.--notice li {
  color: #aaa;
  font-size: 85%;
  text-indent: -1.5em;
  padding-left: 1.5em;
  vertical-align: text-top;
  line-height: 1.5;
}
.c-list.--notice li::before {
  content: none;
}

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

/*
modal
----------------------------------------------- */
.c-modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.c-modal.is-modal {
  opacity: 1;
  pointer-events: auto;
}
.c-modal__container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(127.5px, 10.981vw, 165px);
  height: clamp(127.5px, 10.981vw, 165px);
  background-size: cover;
  background-image: url("/kodate/design/assets/img/lity_close.svg");
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-modal__close {
    width: clamp(59.5px, 18.667vw, 77px);
    height: clamp(59.5px, 18.667vw, 77px);
  }
}
@media (any-hover: hover) {
  .c-modal__close {
    cursor: pointer;
  }
  .c-modal__close:hover {
    opacity: 0.7;
  }
}
.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}
.c-modal__body {
  position: absolute;
  left: 50%;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  background-color: #fff;
  transform: translateX(-50%);
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 769px) {
  .c-modal__body {
    top: clamp(79.9px, 6.881vw, 103.4px);
    width: min(73.646vw, 1107px);
    max-width: min(100vw, 1503px);
    max-height: calc(100svh - clamp(129.2px, 11.127vw, 167.2px));
    padding: min(5.124vw, 77px) 0;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__body {
    top: clamp(42.5px, 13.333vw, 55px);
    max-width: none;
    width: calc(100% - min(10.667vw, 44px));
    max-height: calc(100svh - clamp(65.45px, 20.533vw, 84.7px));
    padding: min(5.333vw, 22px) 0 min(10.667vw, 44px);
  }
}
.c-modal__wrap {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: start;
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #fff;
  overflow: visible;
}
@media screen and (min-width: 769px) {
  .c-modal__wrap {
    padding: 0 min(6.589vw, 99px) min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__wrap {
    padding: 0 min(4vw, 17px);
  }
}
.c-modal__wrap__box {
  position: relative;
  width: 100%;
  height: max-content;
}
@media screen and (max-width: 768px) {
  .c-modal__wrap__box {
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 769px) {
  .c-modal__main {
    text-align: center;
  }
}
.c-modal__main__head {
  display: flex;
  font-weight: var(--fw, 400);
}
@media screen and (min-width: 769px) {
  .c-modal__main__head {
    justify-content: center;
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    margin-bottom: min(3.807vw, 57px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__main__head {
    flex-direction: column;
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-bottom: 1.25em;
  }
}
@media screen and (min-width: 769px) {
  .c-modal__main__head #year {
    display: inline-block;
    margin-right: 0.9em;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__main__head #year {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .c-modal__main__head:has(.c-modal__main__labels) {
    margin-bottom: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__main__head:has(.c-modal__main__labels) {
    margin-bottom: min(4.8vw, 20px);
  }
}
@media screen and (min-width: 769px) {
  .c-modal__main__text {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__main__text {
    line-height: 2;
  }
}
.c-modal__main__labels {
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-modal__main__labels {
    flex-wrap: wrap;
    justify-content: center;
    gap: min(0.586vw, 9px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__main__labels {
    flex-direction: column;
    gap: min(2.133vw, 9px);
  }
}
.c-modal__main__label {
  display: block;
  width: max-content;
  text-align: center;
  line-height: 1;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  background-color: var(--bgc, #fff);
}
@media screen and (min-width: 769px) {
  .c-modal__main__label {
    padding: 0.5em 1em 0.6em;
    min-width: min(17.57vw, 264px);
    font-size: clamp(10px, 0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__main__label {
    min-width: min(56vw, 231px);
    padding: 0.5em 1em;
    font-size: clamp(10px, 2.667vw, 11px);
  }
}
[data-tab-name=kids-design] .c-modal__main__label {
  --bgc: var(--green);
}
.c-modal__main__label.--accent {
  color: #fff;
  --bgc: var(--red);
}
.c-modal__main__label.--gold {
  color: #fff;
  background-size: cover;
  background-image: url("../img/award/label_gold.jpg");
}
.c-modal__work {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-modal__work {
    margin-top: min(2.196vw, 33px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__work {
    flex-direction: column;
    gap: min(5.333vw, 22px);
    width: 100%;
    margin-top: min(6.4vw, 26px);
  }
}
@media screen and (min-width: 769px) {
  #designer .c-modal__work {
    width: min(40.63vw, 611px);
  }
}
@media screen and (min-width: 769px) {
  #miffy .c-modal__work {
    width: min(43.924vw, 660px);
  }
}
@media screen and (min-width: 769px) {
  #modern .c-modal__work {
    gap: min(0.732vw, 11px);
    width: min(43.924vw, 660px);
  }
}
@media screen and (min-width: 769px) {
  #interior .c-modal__work {
    gap: min(1.098vw, 17px);
    width: min(52.709vw, 792px);
  }
}
@media screen and (max-width: 768px) {
  #interior .c-modal__work {
    gap: min(10.667vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  #interior .c-modal__work .c-modal__work__thumb {
    padding: 0 min(17.867vw, 74px);
  }
}
.c-modal__work__desc {
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .c-modal__work__desc {
    text-align: center;
  }
}
.c-modal__work__desc span {
  display: block;
  margin-top: 0.8em;
}
@media screen and (min-width: 769px) {
  .c-modal__work__desc span {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__work__desc span {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__work__block {
    width: 100%;
  }
}
.c-modal__work__thumb figcaption {
  margin-top: 0.5em;
}
@media screen and (min-width: 769px) {
  .c-modal__work__thumb figcaption {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__work__thumb figcaption {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-modal__note {
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-modal__note {
    text-align: center;
    margin-top: 2em;
    font-size: clamp(10px, 0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__note {
    margin-top: 1em;
    font-size: clamp(10px, 2.667vw, 11px);
  }
}
.c-modal__slider {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-modal__slider {
    margin-top: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__slider {
    width: calc(100% + min(4.8vw, 20px));
    margin-top: min(5.333vw, 22px);
    overflow: hidden;
  }
}
.c-modal__slider__link {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: max-content;
  background-color: #4E4E4E;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-modal__slider__link {
    position: absolute;
    right: min(10.102vw, 152px);
    bottom: auto;
    z-index: 2;
    padding: 0.8em 1.5em;
    font-size: clamp(10px, 0.805vw, 12.1px);
    transform: translateY(6px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__slider__link {
    margin-top: min(2.667vw, 11px);
    padding: 1em 1.25em;
    font-size: clamp(10px, 2.933vw, 12.1px);
  }
}
@media screen and (min-width: 769px) {
  .c-modal__slider__link svg {
    width: clamp(10.2px, 0.878vw, 13.2px);
    margin-right: min(0.439vw, 7px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__slider__link svg {
    width: clamp(10.2px, 3.2vw, 13.2px);
    margin-right: min(1.333vw, 6px);
  }
}
.c-modal__slider .swiper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-modal__slider .swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__slider .swiper:not(:has(.is-end))::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: min(16vw, 66px);
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, #000 0%, transparent 100%);
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 769px) {
  .c-modal__slider .swiper-slide {
    padding: 0 min(10.102vw, 152px);
  }
}
.c-modal__slider .swiper-slide img {
  width: 100%;
}
.c-modal__slider .swiper-button-next, .c-modal__slider .swiper-button-prev {
  font-size: clamp(17px, 1.464vw, 22px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-modal__slider .swiper-button-next, .c-modal__slider .swiper-button-prev {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .c-modal__slider .swiper-button-next::after, .c-modal__slider .swiper-button-prev::after {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
.c-modal__slider .swiper-button-next {
  right: min(6.442vw, 97px);
}
.c-modal__slider .swiper-button-prev {
  left: min(6.442vw, 97px);
}
.c-modal__slider .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-modal__slider .swiper-pagination {
    gap: min(2.343vw, 35px);
    margin-top: min(1.318vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__slider .swiper-pagination {
    display: none;
  }
}
.c-modal__slider .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1;
  background-color: #7E7E7E;
}
.c-modal__slider .swiper-pagination-bullet-active {
  background-color: #fff;
}
.c-modal__slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  width: 6px;
  height: 6px;
}
.c-modal__btn {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding: 1em 2em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .c-modal__btn {
    gap: min(0.586vw, 9px);
    width: max-content;
    min-width: min(21.962vw, 330px);
    min-height: min(4.392vw, 66px);
    margin-top: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__btn {
    width: 100%;
    min-height: min(16vw, 66px);
    margin-top: min(8vw, 33px);
    border: 1px solid #000;
  }
}
@media (any-hover: hover) {
  .c-modal__btn:hover {
    color: #fff;
    background-color: #000;
  }
}
.c-modal__btn svg {
  margin-right: 0.5em;
  transform: translateY(-0.25em);
}
@media screen and (min-width: 769px) {
  .c-modal__btn svg {
    width: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__btn svg {
    width: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.c-modal.--award {
  color: #fff;
}
.c-modal.--award .c-modal__body {
  padding-top: min(2.928vw, 44px);
  padding-bottom: min(2.928vw, 44px);
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .c-modal.--award .c-modal__body {
    padding-top: min(2.667vw, 11px);
    padding-bottom: min(8vw, 33px);
  }
}
.c-modal.--award .c-modal__wrap {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .c-modal.--award .c-modal__wrap__box {
    margin-top: min(4vw, 17px);
  }
}
@media screen and (min-width: 769px) {
  .c-modal.--award .c-modal__main__head {
    margin-bottom: min(0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal.--award .c-modal__main__head {
    margin-bottom: min(2.133vw, 9px);
  }
}
.c-modal.--award .c-modal__main__text {
  margin: min(1.318vw, 20px) auto 0;
}
@media screen and (max-width: 768px) {
  .c-modal.--award .c-modal__main__text {
    margin-top: min(4.8vw, 20px);
  }
}
@media screen and (min-width: 769px) {
  .c-modal.--award .c-modal__close {
    width: clamp(89.25px, 7.687vw, 115.5px);
    height: clamp(89.25px, 7.687vw, 115.5px);
    background-image: url("/kodate/design/assets/img/lity_close_w.svg");
  }
}
@media screen and (max-width: 768px) {
  .c-modal.--award .c-modal__close {
    width: clamp(52.7px, 16.533vw, 68.2px);
    height: clamp(52.7px, 16.533vw, 68.2px);
    background-image: url("/kodate/design/assets/img/lity_close_w_sp.svg");
  }
}

.modal-open {
  overflow: hidden;
}

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

.c-tab {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-tab {
    margin-bottom: min(4.267vw, 18px);
  }
}
.c-tab__wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-tab__wrap {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    padding-top: min(16vw, 66px);
    background-color: var(--base);
  }
}
.c-tab__list {
  position: relative;
  z-index: 0;
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
  .c-tab__list {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .c-tab__list::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 1px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #000;
  }
}
.c-tab__item {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1.5em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  transition: font-weight 0.3s;
}
@media screen and (min-width: 769px) {
  .c-tab__item {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-tab__item {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.c-tab__item.is-current {
  opacity: 1;
  font-weight: 500;
  color: var(--active-color);
}
.c-tab__item.is-current::before {
  height: 8px;
}
@media (any-hover: hover) {
  .c-tab__item:hover {
    font-weight: 700;
    background-color: var(--accent);
  }
}
.c-tab__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background-color: var(--active-color);
}
.c-tab__item.--good {
  --active-color: var(--red);
}
.c-tab__item.--kids {
  --active-color: var(--green);
}
.c-tab__panel__item {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-tab__panel__item {
    padding-top: min(7.321vw, 110px);
  }
}
@media screen and (max-width: 768px) {
  .c-tab__panel__item {
    padding-top: min(18.667vw, 77px);
  }
}
.c-tab__panel__item.is-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-mv {
    height: 100svh;
    padding-bottom: 15.1424287856svh;
  }
}
.p-mv__thumb {
  position: relative;
  filter: grayscale(1);
  background-size: cover;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .p-mv__thumb {
    height: min(42.46vw, 638px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__thumb {
    height: 100%;
  }
}
.is-mv-scroll .p-mv__thumb {
  filter: none;
  transition: filter 0.8s ease;
}
.p-mv__thumb__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.p-mv__title .en {
  font-weight: 100;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .p-mv__title .en {
    font-size: clamp(33.15px, 2.855vw, 42.9px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__title .en {
    font-size: clamp(27.2px, 8.533vw, 35.2px);
  }
}
.p-mv__title .ja {
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .p-mv__title .ja {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__title .ja {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-mv__pan {
  position: absolute;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-mv__pan {
    width: min(87.848vw, 1320px);
    top: min(1.464vw, 22px);
    font-size: 12px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__pan {
    top: min(16vw, 66px);
    left: min(5.333vw, 22px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__pan img {
    width: 4px;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__scroll {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__scroll {
    position: absolute;
    left: 50%;
    bottom: min(10.933vw, 45px);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(1.6vw, 7px);
    line-height: 1;
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    font-weight: 400;
    text-transform: uppercase;
    transform: translate(-50%, 100%) rotate(90deg);
  }
  .p-mv__scroll::after {
    content: "";
    display: block;
    width: min(4.267vw, 18px);
    height: 1px;
    background-color: #000;
  }
  .p-mv__scroll span {
    animation: scrollAnim 2s ease-in-out infinite;
  }
}
@media screen and (max-width: 768px) {
  .p-mv.--top {
    padding-bottom: 0;
  }
}
.p-mv.--top .p-mv__thumb {
  filter: none;
}
.p-mv.--top .p-mv__scroll {
  color: #fff;
}
.p-mv.--top .p-mv__scroll::after {
  background-color: #fff;
}

@keyframes scrollAnim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .p-top .l-main__content {
    padding-top: min(25.333vw, 105px);
  }
}
@media screen and (max-width: 768px) {
  .p-top .p-mv__pan {
    top: min(3.733vw, 15px);
  }
}
.p-top .p-mv__title .en {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .p-top .p-mv__title .en {
    font-size: clamp(51px, 4.392vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .p-top .p-mv__title .en {
    font-size: clamp(33.15px, 10.4vw, 42.9px);
  }
}
@media screen and (max-width: 768px) {
  .p-top .p-lead__text {
    padding: 0;
    text-align: center;
  }
}
.p-top__main {
  color: #fff;
  background-color: var(--bg-dark);
}
@media screen and (max-width: 768px) {
  .p-top__main {
    padding-bottom: min(24vw, 99px);
  }
}
.p-top__media__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top__media__item {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-top__media__item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
.p-top__media__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-top__media__body {
    gap: min(3.807vw, 57px);
    padding: min(11.64vw, 175px) 0 0 min(4.392vw, 66px);
  }
}
@media screen and (max-width: 1042px) {
  .p-top__media__body {
    gap: min(4.267vw, 18px);
    padding-top: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__body {
    justify-content: start;
    gap: 0;
    padding: min(11.2vw, 46px) min(5.333vw, 22px) min(14.933vw, 62px);
  }
}
@media screen and (min-width: 769px) {
  .is-center .p-top__media__body {
    background-color: #4E4E4E;
  }
}
.p-top__media__title .ja, .p-top__media__title .en {
  display: block;
}
.p-top__media__title .en {
  font-weight: 100;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .p-top__media__title .en {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__title .en {
    font-size: clamp(22.1px, 6.933vw, 28.6px);
  }
}
@media screen and (min-width: 769px) {
  .p-top__media__title .ja {
    margin-top: 0.15em;
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__title .ja {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-top__media__text {
  line-height: 2.0714285714;
}
@media screen and (min-width: 769px) {
  .p-top__media__text {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__text {
    margin-top: 1.5em;
  }
}
.p-top__media__btn {
  display: flex;
  align-items: center;
  border: 0.8px solid currentColor;
}
@media screen and (min-width: 769px) {
  .p-top__media__btn {
    width: min(3.953vw, 59px);
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__btn {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: min(8vw, 33px);
    padding: 1em;
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 769px) {
  .p-top__media__btn span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__btn span {
    display: flex;
    align-items: center;
  }
  .p-top__media__btn span::before {
    content: "";
    display: block;
    width: min(6.037vw, 25px);
    height: min(3.883vw, 16px);
    margin-right: 1em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/top/icon_arrow.svg");
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__btn svg {
    display: none;
  }
}
.p-top__media__thumb {
  transition: filter 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-top__media__thumb {
    width: 63.17715959%;
    filter: grayscale(1);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__thumb {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.is-center .p-top__media__thumb {
  filter: grayscale(0);
}
.p-top__media__item:has(.p-top__media__btn:hover) .p-top__media__thumb {
  filter: grayscale(0);
}
.p-top__media__item:has(.p-top__media__btn:hover) .p-top__media__body {
  background-color: #4E4E4E;
}
.p-top__card {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-top__card {
    grid-template-columns: repeat(2, 1fr);
    gap: min(5.71vw, 86px) min(4.392vw, 66px);
    padding: min(10.981vw, 165px) min(18.302vw, 275px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__card {
    gap: min(18.667vw, 77px);
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top__card__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top__card__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
}
@media (any-hover: hover) {
  .p-top__card__item:hover {
    cursor: pointer;
  }
  .p-top__card__item:hover .p-top__card__thumb {
    filter: brightness(1);
  }
}
.p-top__card__item:before {
  content: "";
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/top/plus.svg");
}
@media screen and (min-width: 769px) {
  .p-top__card__item:before {
    right: min(1.757vw, 26px);
    bottom: min(1.611vw, 24px);
    width: min(4.392vw, 66px);
    height: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__card__item:before {
    right: min(5.333vw, 22px);
    bottom: min(3.733vw, 15px);
    width: min(16vw, 66px);
    height: min(16vw, 66px);
  }
}
.p-top__card__head {
  line-height: 1.25;
  border-bottom: 1px solid #fff;
  padding-bottom: 1em;
  margin-bottom: 1.25em;
}
@media screen and (min-width: 769px) {
  .p-top__card__head {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__card__head {
    padding-bottom: 1em;
    margin-bottom: 1.25em;
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-top__card__thumb {
  position: relative;
  aspect-ratio: 403/245;
  transition: filter 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-top__card__thumb {
    filter: brightness(0.5);
  }
}
.p-top__card__thumb img {
  position: absolute;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-top__bottom {
    padding: min(7.321vw, 110px) 0 min(9.078vw, 136px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__bottom {
    padding: min(16vw, 66px) 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top__topics__title, .p-top__topics__list {
    padding: 0 min(5.333vw, 22px);
  }
}
.p-top__topics__title {
  margin-bottom: 1em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .p-top__topics__title {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__topics__title {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.p-top__topics__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-top__topics__list {
    gap: min(2.343vw, 35px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__topics__list {
    gap: min(8vw, 33px);
  }
}
.p-top__topics__item {
  line-height: 1.5;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .p-top__topics__item {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-top__topics__item a {
  display: block;
  width: 100%;
}
@media (any-hover: hover) {
  .p-top__topics__item a:hover {
    color: var(--hover);
  }
}
.p-top__dl {
  display: flex;
  flex-direction: column;
  background-color: #C9C9C9;
}
@media screen and (min-width: 769px) {
  .p-top__dl {
    gap: min(4.758vw, 72px);
    margin-top: min(8.785vw, 132px);
    padding: min(5.857vw, 88px) min(12.445vw, 187px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__dl {
    gap: min(18.667vw, 77px);
    margin-top: min(18.667vw, 77px);
    padding: min(16vw, 66px) min(5.333vw, 22px) min(18.667vw, 77px);
  }
}
.p-top__dl__item {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-top__dl__item {
    align-items: end;
    gap: min(3.294vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__dl__item {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-top__dl__item:nth-of-type(1) img {
    padding: 0 min(7.467vw, 31px);
  }
}
@media screen and (min-width: 769px) {
  .p-top__dl__img {
    width: min(21.962vw, 330px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__dl__img {
    order: 2;
  }
}
.p-top__dl__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top__dl__body {
    display: contents;
  }
}
@media screen and (min-width: 769px) {
  .p-top__dl__text {
    width: calc(100% + 4em);
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .p-top__dl__text {
    order: 1;
    margin-bottom: min(8vw, 33px);
    text-align: center;
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    line-height: 1.6666666667;
  }
}
.p-top__dl__btn {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
@media screen and (min-width: 769px) {
  .p-top__dl__btn {
    width: min(21.962vw, 330px);
    min-height: min(4.392vw, 66px);
    margin-top: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__dl__btn {
    order: 3;
    width: 100%;
    min-height: min(16vw, 66px);
    margin-top: min(8vw, 33px);
    border: 1px solid #000;
  }
}
@media (any-hover: hover) {
  .p-top__dl__btn:hover {
    color: #fff;
    background-color: #000;
  }
}
.p-top__dl__btn svg {
  margin-right: 0.5em;
}
@media screen and (min-width: 769px) {
  .p-top__dl__btn svg {
    width: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__dl__btn svg {
    width: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-top__banner {
  display: grid;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-top__banner {
    grid-template-columns: repeat(2, 1fr);
    gap: min(1.977vw, 30px);
    max-width: min(100vw, 1503px);
    margin-top: min(10.981vw, 165px);
    padding: 0 min(6.149vw, 92px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__banner {
    gap: min(8vw, 33px);
    max-width: min(100vw, 413px);
    margin: min(18.667vw, 77px) auto 0;
    padding: 0 min(5.333vw, 22px);
  }
}

@media screen and (min-width: 769px) {
  .p-lead {
    padding-bottom: min(10.981vw, 165px);
  }
}
@media screen and (max-width: 768px) {
  .p-lead {
    padding-bottom: min(16vw, 66px);
  }
}
.p-lead__title {
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  font-weight: var(--fw, 200);
}
@media screen and (min-width: 769px) {
  .p-lead__title {
    margin-bottom: min(3.66vw, 55px);
    font-size: clamp(32.3px, 2.782vw, 41.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-lead__title {
    margin-bottom: min(10.667vw, 44px);
    font-size: clamp(22.1px, 6.933vw, 28.6px);
  }
}
.p-lead__title.--en {
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .p-lead__title.--en {
    font-size: clamp(42.5px, 3.66vw, 55px);
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .p-lead__title.--en {
    font-size: clamp(28.9px, 9.067vw, 37.4px);
  }
}
@media screen and (min-width: 769px) {
  .p-lead__text {
    text-align: center;
    line-height: 2.8571428571;
  }
}
@media screen and (max-width: 768px) {
  .p-lead__text {
    line-height: 2.5714285714;
    padding: 0 min(5.333vw, 22px);
  }
}
.p-lead__img {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-lead__img {
    gap: min(0.732vw, 11px);
    margin-top: min(8.053vw, 121px);
  }
}
@media screen and (max-width: 768px) {
  .p-lead__img {
    flex-direction: column;
    gap: min(2.667vw, 11px);
    width: 100vw;
    margin-top: min(16vw, 66px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .p-lead__img img {
    width: min(78.667vw, 325px);
  }
  .p-lead__img img:nth-of-type(2) {
    width: min(62.4vw, 257px);
    margin-right: min(5.333vw, 22px);
    margin-left: auto;
  }
}
.p-lead__tab {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-lead__tab {
    justify-content: center;
    gap: min(12.445vw, 187px);
    margin-top: min(6.589vw, 99px);
  }
}
@media screen and (max-width: 768px) {
  .p-lead__tab {
    flex-direction: column;
    align-items: center;
    gap: min(13.333vw, 55px);
    margin-top: min(16vw, 66px);
  }
}
.p-lead__tab__item {
  display: flex;
  align-items: start;
  line-height: 1;
  transition: color 0.3s;
}
@media screen and (min-width: 769px) {
  .p-lead__tab__item {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media (any-hover: hover) {
  .p-lead__tab__item:hover {
    cursor: pointer;
    color: var(--hover);
  }
  .p-lead__tab__item:hover span {
    border-color: var(--hover);
  }
}
@media screen and (min-width: 769px) {
  .p-lead__tab__item .icon-plus {
    width: min(1.464vw, 22px);
    height: min(1.464vw, 22px);
    margin-right: min(0.366vw, 6px);
  }
}
@media screen and (max-width: 768px) {
  .p-lead__tab__item .icon-plus {
    width: min(5.333vw, 22px);
    height: min(5.333vw, 22px);
    margin-right: min(1.333vw, 6px);
  }
}
.p-lead__tab__item span {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
  transition: border-color 0.3s;
}

.p-philosophy__wide {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-philosophy__wide {
    height: min(31.479vw, 473px);
  }
}
@media screen and (max-width: 768px) {
  .p-philosophy__wide {
    height: min(75.467vw, 311px);
  }
}
.p-philosophy__wide__img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-philosophy__wide__img {
    height: min(54.832vw, 824px);
    transform: translateY(min(-14.641vw, -220px));
  }
}
@media screen and (max-width: 768px) {
  .p-philosophy__wide__img {
    height: min(110.133vw, 454px);
    transform: translateY(min(-17.333vw, -72px));
  }
}
.p-philosophy__wide__img img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.p-philosophy__about {
  color: #fff;
  background-color: var(--bg-dark);
}
@media screen and (min-width: 769px) {
  .p-philosophy__about {
    padding: min(10.981vw, 165px) 0;
  }
}
@media screen and (max-width: 768px) {
  .p-philosophy__about {
    padding: min(17.067vw, 70px) 0;
  }
}
@media screen and (min-width: 769px) {
  .p-philosophy__about__heading {
    display: flex;
    gap: min(4.905vw, 74px);
  }
}
.p-philosophy__about__heading__body {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .p-philosophy__about__heading__main {
    font-size: clamp(22.1px, 1.903vw, 28.6px);
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-philosophy__about__heading__main {
    text-align: center;
    margin-bottom: min(8.533vw, 35px);
    font-size: min(4.8vw, 20px);
    line-height: 2;
  }
}
@media screen and (min-width: 769px) {
  .p-philosophy__about__heading__img {
    width: min(17.936vw, 270px);
  }
}
@media screen and (max-width: 768px) {
  .p-philosophy__about__heading__img {
    max-width: min(92vw, 380px);
    margin: min(13.867vw, 57px) auto;
    padding: 0 min(6.667vw, 28px);
  }
}
@media screen and (min-width: 769px) {
  .p-philosophy__about__main {
    margin-top: min(5.124vw, 77px);
  }
}
.p-philosophy__about__main__block1 {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-philosophy__about__main__block1 {
    gap: min(3.441vw, 52px);
  }
}
@media screen and (max-width: 768px) {
  .p-philosophy__about__main__block1 {
    flex-direction: column;
    gap: min(13.333vw, 55px);
  }
}
@media screen and (min-width: 769px) {
  .p-philosophy__about__main__block1__img {
    width: min(17.057vw, 256px);
  }
}
.p-philosophy__about__main__block1__text {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .p-philosophy__about__main__block1__text {
    padding-right: min(2.05vw, 31px);
  }
}
@media screen and (min-width: 769px) {
  .p-philosophy__about__main__block2 {
    display: grid;
    grid-template-columns: min(11.347vw, 171px) min(17.057vw, 256px);
    gap: min(0.732vw, 11px);
    margin-top: min(0.732vw, 11px);
    margin-left: min(5.71vw, 86px);
  }
}
@media screen and (max-width: 768px) {
  .p-philosophy__about__main__block2 {
    width: min(94.667vw, 391px);
    margin-top: min(16vw, 66px);
    transform: translateX(min(-10.667vw, -44px));
  }
}
@media screen and (min-width: 769px) {
  .p-philosophy__about__main__block2 img:nth-child(2) {
    margin-top: min(2.709vw, 41px);
  }
}

@media screen and (max-width: 768px) {
  .p-award .p-lead {
    padding-bottom: 0;
  }
}
.p-award .p-lead__title {
  line-height: 2.2222222222;
}
@media screen and (min-width: 769px) {
  .p-award .p-lead__title {
    margin-bottom: min(2.928vw, 44px);
    font-size: clamp(15.3px, 1.318vw, 19.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-award .p-lead__title {
    margin-bottom: min(10.667vw, 44px);
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-award .p-lead__text {
    text-align: center;
  }
}
.p-award .c-tab__wrap {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media screen and (max-width: 768px) {
  .p-award .c-tab__panel {
    width: calc(100% + min(5.333vw, 22px));
  }
}
.p-award .c-modal__work__thumb {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-award .c-modal__work__thumb {
    width: min(17.57vw, 264px);
  }
}
@media screen and (max-width: 768px) {
  .p-award .c-modal__work__thumb {
    width: min(64vw, 264px);
  }
}
.p-award .c-modal__main__text {
  width: 100%;
}
.p-award__section {
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .p-award__section .l-inner {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-award__block + .p-award__block {
    margin-top: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .p-award__block + .p-award__block {
    margin-top: min(5.333vw, 22px);
  }
}
.p-award__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8em;
  border-bottom: 1px solid var(--border);
}
@media screen and (min-width: 769px) {
  .p-award__head {
    margin-bottom: min(1.611vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .p-award__head {
    margin-bottom: min(5.867vw, 24px);
    margin-left: min(5.333vw, 22px);
  }
}
.p-award__btn {
  position: absolute;
  top: min(5.857vw, 88px);
  z-index: 2;
  width: min(3.953vw, 59px);
  display: block;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-award__btn {
    display: none;
  }
}
@media (any-hover: hover) {
  .p-award__btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.p-award__btn.--next {
  right: 0;
  transform: translateX(50%);
}
.p-award__btn.--prev {
  left: 0;
  transform: translateX(-50%);
}
.p-award__btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-award__btn.is-hidden img {
  opacity: 0;
  display: none;
}
.p-award__btn img {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.p-award__year {
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-award__year {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
.p-award__wrap {
  position: relative;
}
.p-award__wrap::after, .p-award__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .p-award__wrap::after, .p-award__wrap::before {
    width: min(6.662vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .p-award__wrap::after, .p-award__wrap::before {
    width: min(24.267vw, 100px);
  }
}
.p-award__wrap::after {
  right: 0;
  background: linear-gradient(to left, #dbdbdb 0%, rgba(219, 219, 219, 0) 100%);
}
.p-award__wrap::before {
  left: -1px;
  background: linear-gradient(to right, #dbdbdb 0%, rgba(219, 219, 219, 0) 100%);
}
.is-end .p-award__wrap::after {
  opacity: 0;
}
.is-start .p-award__wrap::before {
  opacity: 0;
}
.p-award__list {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-award__list::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-award__list {
    gap: min(0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .p-award__list {
    gap: min(2.667vw, 11px);
    padding-right: min(26.667vw, 110px);
  }
}
.p-award__item {
  flex-shrink: 0;
  scroll-snap-stop: always;
}
@media screen and (min-width: 769px) {
  .p-award__item {
    scroll-snap-align: start;
    width: min(12.665vw, 190px);
  }
}
@media screen and (max-width: 768px) {
  .p-award__item {
    width: min(45.867vw, 189px);
    scroll-snap-align: center;
  }
  .p-award__item:first-child {
    width: calc(min(45.867vw, 189px) + min(5.333vw, 22px));
    padding-left: min(5.333vw, 22px);
  }
}
.p-award__item[data-item], .p-award__item[data-page-link] {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-award__item[data-item]:hover, .p-award__item[data-page-link]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.p-award__thumb {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-award__thumb {
    margin-bottom: min(0.586vw, 9px);
  }
}
@media screen and (max-width: 768px) {
  .p-award__thumb {
    margin-bottom: min(2.133vw, 9px);
  }
}
[data-item] .p-award__thumb::after, [data-page-link] .p-award__thumb::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/award/icon_plus_w.svg");
}
@media screen and (min-width: 769px) {
  [data-item] .p-award__thumb::after, [data-page-link] .p-award__thumb::after {
    right: min(0.512vw, 8px);
    bottom: min(0.512vw, 8px);
    width: min(1.464vw, 22px);
    height: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  [data-item] .p-award__thumb::after, [data-page-link] .p-award__thumb::after {
    right: min(1.867vw, 8px);
    bottom: min(1.867vw, 8px);
    width: min(5.333vw, 22px);
    height: min(5.333vw, 22px);
  }
}
[data-page-link] .p-award__thumb::after {
  background-image: url("../img/award/icon_link.svg");
}
.p-award__label {
  padding: 0.4em 0.6em 0.3em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  --label-bg: #000;
  background-color: var(--label-bg);
}
@media screen and (min-width: 769px) {
  .p-award__label {
    font-size: clamp(10px, 0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .p-award__label {
    font-size: clamp(10px, 2.667vw, 11px);
  }
}
.p-award__label + .p-award__label {
  margin-top: 2px;
}
[data-tab-name=kids-design] .p-award__label {
  --label-bg: var(--green);
}
.p-award__label.--accent {
  --label-bg: var(--red);
}
.p-award__label.--gold {
  background-size: cover;
  background-image: url("../img/award/label_gold.jpg");
}
.p-award__title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  line-height: 1.3333333333;
}
@media screen and (min-width: 769px) {
  .p-award__title {
    margin-top: min(0.586vw, 9px);
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-award__title {
    margin-top: min(2.133vw, 9px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-award__title small {
  display: block;
  margin-top: 0.5em;
}

.p-cta {
  position: relative;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-cta {
    height: clamp(425px, 36.603vw, 550px);
  }
}
@media screen and (max-width: 768px) {
  .p-cta {
    height: clamp(318.75px, 100vw, 412.5px);
  }
}
.p-cta__inner {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease 0.6s;
}
.is-scroll .p-cta__inner {
  opacity: 1;
  pointer-events: auto;
}
.p-cta__title {
  width: 100%;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-cta__title {
    line-height: 1.9230769231;
    font-size: clamp(22.1px, 1.903vw, 28.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-cta__title {
    line-height: 2.2222222222;
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-cta__btn {
  display: grid;
  place-content: center;
  border: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .p-cta__btn {
    width: clamp(340px, 29.283vw, 440px);
    height: clamp(59.5px, 5.124vw, 77px);
    margin: min(4.392vw, 66px) auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-cta__btn {
    width: min(78.667vw, 325px);
    height: min(18.667vw, 77px);
    margin: min(12.8vw, 53px) auto 0;
  }
}
@media (any-hover: hover) {
  .p-cta__btn:hover {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  }
}
.p-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1);
}
.is-scroll .p-cta__bg {
  filter: brightness(0.5);
  transition: filter 0.8s ease 0.6s;
}

.p-innovation {
  background-color: var(--bg-dark);
}
.p-innovation .p-mv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-innovation .p-mv {
    min-height: 100svh;
  }
}
@media screen and (max-width: 768px) {
  .p-innovation .p-mv {
    height: auto;
    padding-bottom: min(33.067vw, 136px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation .p-mv__title {
    top: 19.797979798%;
    transform: translate(-50%, 0);
  }
}
.p-innovation .p-mv__title .en {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  line-height: 1.9230769231;
  letter-spacing: normal;
}
@media screen and (min-width: 769px) {
  .p-innovation .p-mv__title .en {
    font-size: clamp(22.1px, 1.903vw, 28.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation .p-mv__title .en {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
@media screen and (min-width: 769px) {
  .p-innovation .p-mv__title .ja {
    margin-top: min(2.928vw, 44px);
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    line-height: 2.8571428571;
  }
}
@media screen and (max-width: 768px) {
  .p-innovation .p-mv__title .ja {
    margin-top: min(10.667vw, 44px);
    padding: 0 min(5.333vw, 22px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    line-height: 2.5714285714;
  }
}
.p-innovation .p-mv__thumb {
  filter: none !important;
}
@media screen and (min-width: 769px) {
  .p-innovation .p-mv__thumb {
    height: clamp(415.65px, 35.798vw, 537.9px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation .p-mv__thumb {
    height: min(132vw, 545px);
  }
}
.p-innovation .p-mv__pan {
  top: auto;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-innovation .p-mv__pan {
    bottom: min(-1.611vw, -24px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation .p-mv__pan {
    bottom: min(-14.667vw, -61px);
  }
}
.p-innovation .l-main__content {
  color: #fff;
  background-color: var(--bg-dark);
  padding-top: 0;
}
.p-innovation .l-main__content__back {
  background-color: var(--base);
}
.p-innovation .l-main__content__back a {
  color: #000;
}
.p-innovation__wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-innovation__wrap {
    padding-bottom: min(8.785vw, 132px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__wrap {
    max-width: min(100vw, 413px);
    margin-inline: auto;
    padding: 0 min(5.333vw, 22px) min(21.333vw, 88px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__scroll {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__scroll {
    position: absolute;
    bottom: min(1.83vw, 28px);
    left: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(0.586vw, 9px);
    line-height: 1;
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    font-weight: 400;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
    transform: translate(-50%, -100%) rotate(90deg);
  }
  .p-innovation__scroll::after {
    content: "";
    display: block;
    width: min(1.83vw, 28px);
    height: 1px;
    background-color: #fff;
  }
  .p-innovation__scroll span {
    color: #fff;
    animation: scrollAnim 2s ease-in-out infinite;
  }
}
.is-mv-scroll .p-innovation__scroll {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-innovation__inner {
    width: calc(100% - min(10.667vw, 44px));
    margin: 0 auto;
    padding-bottom: min(56vw, 231px);
  }
}
.p-innovation__block {
  position: relative;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-innovation__block {
    width: min(63.397vw, 953px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__block + .p-innovation__block {
    margin-top: min(22.694vw, 341px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__block + .p-innovation__block {
    margin-top: min(56vw, 231px);
  }
}
.p-innovation__side {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-innovation__side {
    margin-top: min(0.805vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__side {
    margin-top: min(2.667vw, 11px);
  }
}
.p-innovation__border {
  position: relative;
  display: block;
  width: 1px;
  height: 0;
  background-color: #fff;
  opacity: 0;
  transition: height 1s ease-in-out 0.3s, opacity 0.3s ease 0.5s;
}
.p-innovation__border.is-visible {
  opacity: 1;
}
.p-innovation__border::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  transform-origin: right center;
  transform: translateX(-100%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .p-innovation__border::before {
    width: min(1.245vw, 19px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__border::before {
    width: min(2.667vw, 11px);
  }
}
.p-innovation__circle {
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  transform: translateX(-50%);
}
.p-innovation__item {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (min-width: 769px) {
  .p-innovation__item {
    padding-left: min(2.855vw, 43px);
    padding-right: min(2.855vw, 43px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__item {
    padding-left: min(4vw, 17px);
  }
}
.p-innovation__item.is-scroll {
  opacity: 1;
}
.p-innovation__item.--era::before {
  height: 0;
}
@media screen and (min-width: 769px) {
  .p-innovation__item.--era::before {
    top: min(0.805vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__item.--era::before {
    top: min(2.667vw, 11px);
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__item.--era.is-scroll::before {
    height: calc(100% - min(0.805vw, 12px));
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__item.--era.is-scroll::before {
    height: calc(100% - min(2.667vw, 11px));
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__item.--new {
    margin-top: min(9.004vw, 135px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__item.--new {
    margin-top: min(16vw, 66px);
  }
}
.p-innovation__item.--bottom {
  background-color: #4E4E4E;
}
@media screen and (min-width: 769px) {
  .p-innovation__item.--bottom {
    margin-top: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__item.--bottom {
    margin-top: min(10.667vw, 44px);
  }
}
.p-innovation__item.--bottom::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  width: 100vw;
  background-color: #4E4E4E;
}
@media screen and (min-width: 769px) {
  .p-innovation__item.--bottom::before {
    height: calc(100% + min(4.392vw, 66px));
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__item.--bottom::before {
    height: calc(100% + min(10.667vw, 44px));
  }
}
.p-innovation__item.--note {
  opacity: 1 !important;
}
@media screen and (min-width: 769px) {
  .p-innovation__item.--note {
    margin-top: min(5.49vw, 83px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__item.--note {
    margin-top: min(15.467vw, 64px);
  }
}
.p-innovation__label {
  display: inline-block;
  padding: 0.4em 1em 0.25em;
  font-weight: 400;
  line-height: 1;
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-innovation__label {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__label {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-innovation__title .sub, .p-innovation__title .main {
  display: block;
}
.p-innovation__title .sub {
  margin: 1.5em 0 0.5em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-innovation__title .sub {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__title .sub {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-innovation__title .main {
  line-height: 1.7307692308;
}
@media screen and (min-width: 769px) {
  .p-innovation__title .main {
    margin-top: min(2.05vw, 31px);
    font-size: min(1.903vw, 29px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__title .main {
    margin-top: min(5.333vw, 22px);
    font-size: min(5.6vw, 23px);
  }
}
@media screen and (min-width: 769px) {
  .--era .p-innovation__title .main {
    margin: 0;
    font-size: clamp(18.7px, 1.611vw, 24.2px);
  }
}
@media screen and (max-width: 768px) {
  .--era .p-innovation__title .main {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-innovation__text {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .p-innovation__text {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__text {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__define {
    padding-top: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__define {
    padding-top: min(10.667vw, 44px);
  }
}
.p-innovation__define__term {
  line-height: 1.5555555556;
}
@media screen and (min-width: 769px) {
  .p-innovation__define__term {
    margin-bottom: 1em;
    font-size: clamp(15.3px, 1.318vw, 19.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__define__term {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.8em;
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    line-height: 1.6875;
  }
}
.p-innovation__define__term .label {
  display: inline-block;
  margin-right: 1em;
  padding: 0.5em 1em 0.4em;
  line-height: 1;
  border: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .p-innovation__define__term .label {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__define__term .label {
    width: max-content;
    margin-bottom: 0.5em;
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__define__desc {
    display: flex;
  }
}
.p-innovation__define__thumb figcaption {
  margin-top: 0.5em;
}
@media screen and (min-width: 769px) {
  .p-innovation__define__thumb figcaption {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__define__thumb figcaption {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__define__item {
    max-width: min(78.667vw, 325px);
    width: 100%;
  }
}
.p-innovation__define__item.--a .p-innovation__define__desc {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-innovation__define__item.--a .p-innovation__define__desc {
    width: min(52.562vw, 790px);
    grid-template-columns: min(32.577vw, 490px) 1fr;
    gap: min(0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__define__item.--a .p-innovation__define__desc {
    gap: min(4.8vw, 20px);
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__define__item.--b .p-innovation__define__desc {
    width: min(52.562vw, 790px);
  }
}
.p-innovation__define__item.--c .p-innovation__define__desc {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-innovation__define__item.--c .p-innovation__define__desc {
    grid-template-columns: repeat(3, min(15.007vw, 226px));
    gap: min(1.318vw, 20px) min(0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__define__item.--c .p-innovation__define__desc {
    grid-template-columns: repeat(2, 1fr);
    gap: min(3.2vw, 13px) min(2.667vw, 11px);
  }
}
.p-innovation__define__item.--d .p-innovation__define__desc {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-innovation__define__item.--d .p-innovation__define__desc {
    grid-template-columns: repeat(4, min(13.031vw, 196px));
    gap: min(1.098vw, 17px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__define__item.--d .p-innovation__define__desc {
    grid-template-columns: repeat(2, 1fr);
    gap: min(3.2vw, 13px) min(2.667vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__define__item.--d .p-innovation__define__term {
    width: calc(100% + 1em);
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__define__item.--e .p-innovation__define__thumb {
    width: min(47.291vw, 711px);
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__define__item.--g .p-innovation__define__thumb:nth-of-type(2) {
    text-align: center;
    margin-left: -1px;
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__define__item.--g .p-innovation__define__desc {
    display: grid;
    gap: min(3.467vw, 14px);
  }
}
.p-innovation__define__item.--h .p-innovation__define__desc {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-innovation__define__item.--h .p-innovation__define__desc {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.196vw, 33px);
    width: min(58.858vw, 884px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__define__item.--h .p-innovation__define__desc {
    gap: min(6.667vw, 28px);
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__define__list {
    width: min(41.288vw, 620px);
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__define__list.--roomie {
    width: min(55.344vw, 832px);
  }
}
.p-innovation__define__list__name {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .p-innovation__define__list__name {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__define__list__name {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-innovation__define__list__name::after {
  content: "";
  display: inline-block;
  flex: 1;
  height: 0.8px;
  margin-left: 0.5em;
  background-color: #fff;
}
.p-innovation__define__note {
  display: block;
  line-height: 1.2;
  margin-top: 1.5em;
}
@media screen and (min-width: 769px) {
  .p-innovation__define__note {
    font-size: clamp(10px, 0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__define__note {
    font-size: clamp(10px, 2.667vw, 11px);
  }
}
.p-innovation__switch {
  display: flex;
  align-items: center;
  gap: 1.25em;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-innovation__switch {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    margin-bottom: min(1.611vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__switch {
    display: none;
  }
}
.p-innovation__switch__label {
  display: inline-block;
  padding: 0.4em 1em 0.25em;
  line-height: 1;
  border: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .p-innovation__switch__label {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__switch__label {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media (any-hover: hover) {
  .p-innovation__switch__label:hover {
    cursor: pointer;
    color: #000;
    background-color: #fff;
  }
}
.p-innovation__switch__label.is-active {
  background-color: #fff;
  color: #000;
}
.p-innovation__switch__arrow {
  width: min(0.586vw, 9px);
  animation: bounce 0.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 768px) {
  .p-innovation__switch__arrow {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__panel {
    display: none;
  }
}
.p-innovation__panel.is-active {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-innovation__panel + .p-innovation__panel {
    margin-top: min(6.667vw, 28px);
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__panel__term {
    margin-bottom: min(2.562vw, 39px);
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__panel__term {
    margin-bottom: 1em;
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-innovation__panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: min(2.667vw, 11px);
}
@media screen and (min-width: 769px) {
  .p-innovation__panel__head {
    display: none;
  }
}
.p-innovation__panel__head__label {
  display: inline-block;
  padding: 0.4em 1em 0.25em;
  line-height: 1;
  font-size: clamp(11.9px, 3.733vw, 15.4px);
  color: #000;
  background-color: #fff;
}
.p-innovation__panel__head__btn {
  display: flex;
  width: min(6.096vw, 25px);
}
.is-end .p-innovation__panel__head__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-innovation__panel__wrap {
    position: relative;
    width: calc(100% + min(5.333vw, 22px));
  }
  .p-innovation__panel__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(16.533vw, 68px);
    pointer-events: none;
    background: linear-gradient(to left, #4E4E4E 0%, transparent 100%);
    transition: opacity 0.3s;
  }
  .is-end .p-innovation__panel__wrap::after {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__panel__list {
    display: grid;
    grid-template-columns: repeat(2, min(28.258vw, 425px));
    gap: min(1.611vw, 24px) min(1.098vw, 17px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__panel__list {
    display: flex;
    gap: min(2.667vw, 11px);
    width: 100%;
    padding-right: min(8vw, 33px);
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__panel__list.--if {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: min(1.611vw, 24px) min(1.171vw, 18px);
  }
  .p-innovation__panel__list.--if > *:nth-child(-n+2) {
    grid-column: span 6;
  }
  .p-innovation__panel__list.--if > *:nth-child(n+3) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__panel__item {
    position: relative;
    flex-shrink: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: min(78.667vw, 325px);
  }
}
.p-innovation__panel figcaption {
  margin-top: 0.5em;
}
@media screen and (min-width: 769px) {
  .p-innovation__panel figcaption {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__panel figcaption {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (min-width: 769px) {
  .p-innovation__toggle {
    padding-top: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__toggle {
    padding-top: min(10.667vw, 44px);
  }
}
.p-innovation__toggle__title {
  line-height: 1.6875;
}
@media screen and (min-width: 769px) {
  .p-innovation__toggle__title {
    margin-bottom: 2.5em;
    font-size: clamp(15.3px, 1.318vw, 19.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-innovation__toggle__title {
    margin-bottom: 1.25em;
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}

@keyframes scrollAnim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounce {
  from {
    transform: translate3d(-35%, 0, 0);
  }
  to {
    transform: translate3d(35%, 0, 0);
  }
}
.p-policy__section__title {
  text-align: center;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
}
.p-policy__items {
  margin-top: min(6.296vw, 95px);
  padding-bottom: min(9.517vw, 143px);
  margin-bottom: min(4.1vw, 62px);
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 768px) {
  .p-policy__items {
    margin-top: min(6.4vw, 26px);
    padding-bottom: min(24vw, 99px);
    margin-bottom: min(15.2vw, 63px);
  }
}
.p-policy__items__inner {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: min(3.148vw, 47px);
}
@media screen and (max-width: 768px) {
  .p-policy__items__inner {
    max-width: min(55.2vw, 228px);
    grid-template-columns: repeat(2, 1fr);
    gap: min(18.667vw, 77px) min(11.467vw, 47px);
    margin-inline: auto;
  }
}
.p-policy__item {
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.6s ease-in-out;
}
.is-active .p-policy__item {
  opacity: 1;
  transform: translateY(0);
}
.p-policy__item:nth-child(1) {
  transition-delay: 0.1s;
}
.p-policy__item:nth-child(2) {
  transition-delay: 0.2s;
}
.p-policy__item:nth-child(3) {
  transition-delay: 0.3s;
}
.p-policy__item:nth-child(4) {
  transition-delay: 0.4s;
}
.p-policy__item:nth-child(5) {
  transition-delay: 0.5s;
}
.p-policy__item:nth-child(6) {
  transition-delay: 0.6s;
}
.p-policy__item:nth-child(7) {
  transition-delay: 0.7s;
}
.p-policy__item:nth-child(8) {
  transition-delay: 0.8s;
}
.p-policy__item:nth-child(9) {
  transition-delay: 0.9s;
}
.p-policy__item:nth-child(10) {
  transition-delay: 1s;
}
.p-policy__movie {
  max-width: min(63.397vw, 953px);
  margin: min(1.464vw, 22px) auto min(5.857vw, 88px);
  border: none;
}
@media screen and (max-width: 768px) {
  .p-policy__movie {
    max-width: 100%;
    margin: min(5.333vw, 22px) auto min(12.8vw, 53px);
  }
}
.p-policy__movie video {
  width: 100%;
  height: auto;
}
.p-policy__example {
  max-width: min(63.397vw, 953px);
  margin: min(2.928vw, 44px) auto min(10.542vw, 158px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(5.564vw, 84px) min(4.246vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-policy__example {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: min(10.133vw, 42px);
    margin-top: min(8vw, 33px);
    margin-bottom: min(26.133vw, 108px);
  }
}
.p-policy__example__title {
  border: solid 1px #000;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  padding: min(0.439vw, 7px) min(1.464vw, 22px);
  display: inline-block;
  margin-bottom: min(1.318vw, 20px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-policy__example__title {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-bottom: min(4.8vw, 20px);
    padding: min(1.6vw, 7px) min(5.333vw, 22px);
  }
}
.p-policy__example__text {
  font-size: clamp(10.2px, 0.878vw, 13.2px);
  margin-top: min(0.586vw, 9px);
}
@media screen and (max-width: 768px) {
  .p-policy__example__text {
    margin-top: min(4.267vw, 18px);
  }
}
.p-policy__banner {
  position: relative;
  max-width: min(63.397vw, 953px);
  margin-bottom: min(12.006vw, 180px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-policy__banner {
    max-width: 100%;
    margin-bottom: min(26.667vw, 110px);
  }
}
.p-policy__banner__link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  fill: #FFF;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  row-gap: min(3.367vw, 51px);
}
@media screen and (max-width: 768px) {
  .p-policy__banner__link {
    row-gap: min(11.733vw, 48px);
  }
}
.p-policy__banner__link__title {
  font-size: clamp(18.7px, 1.611vw, 24.2px);
  line-height: 1.9090909091;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-policy__banner__link__title {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    line-height: 2.2222222222;
  }
}
.p-policy__banner__link__btn {
  display: flex;
  align-items: center;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
}
@media screen and (max-width: 768px) {
  .p-policy__banner__link__btn {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-policy__banner__link__btn svg {
  width: clamp(45.9px, 3.953vw, 59.4px);
  height: clamp(45.9px, 3.953vw, 59.4px);
  margin-right: min(1.171vw, 18px);
  border-radius: 50%;
  border: 0.8px solid currentColor;
}
@media screen and (max-width: 768px) {
  .p-policy__banner__link__btn svg {
    width: clamp(45.9px, 3.953vw, 59.4px);
    height: clamp(45.9px, 3.953vw, 59.4px);
    margin-right: min(3.733vw, 15px);
  }
}
.p-policy__banner__img {
  filter: brightness(0.5);
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: auto;
  z-index: 1;
  font-size: 0;
}
.p-policy__banner__link:hover + .p-policy__banner__img {
  filter: brightness(0.65);
}

body:has(.p-policy__movie.is-video-playing) {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt-0 {
  margin-top: min(0vw, 0px) !important;
}
@media screen and (max-width: 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, 4px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-4 {
    margin-top: min(1.067vw, 4px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mr-16 {
  margin-right: min(1.171vw, 18px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-16 {
    margin-right: min(4.267vw, 18px) !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, 26px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-24 {
    margin-top: min(6.4vw, 26px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mr-36 {
  margin-right: min(2.635vw, 40px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-36 {
    margin-right: min(9.6vw, 40px) !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, 48px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-44 {
    margin-top: min(11.733vw, 48px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mr-56 {
  margin-right: min(4.1vw, 62px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-56 {
    margin-right: min(14.933vw, 62px) !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, 70px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-64 {
    margin-top: min(17.067vw, 70px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mr-76 {
  margin-right: min(5.564vw, 84px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-76 {
    margin-right: min(20.267vw, 84px) !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-0 {
    margin: 0 !important;
  }
  .u-m-md-auto {
    margin: auto !important;
  }
  .u-m-md-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .u-m-md-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-md-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .u-mt-md-0 {
    margin-top: min(0vw, 0px) !important;
  }
  .u-mb-md-0 {
    margin-bottom: min(0vw, 0px) !important;
  }
  .u-ml-md-0 {
    margin-left: min(0vw, 0px) !important;
  }
  .u-mr-md-0 {
    margin-right: min(0vw, 0px) !important;
  }
  .u-mt-md-4 {
    margin-top: min(1.067vw, 4px) !important;
  }
  .u-mb-md-4 {
    margin-bottom: min(1.067vw, 4px) !important;
  }
  .u-ml-md-4 {
    margin-left: min(1.067vw, 4px) !important;
  }
  .u-mr-md-4 {
    margin-right: min(1.067vw, 4px) !important;
  }
  .u-mt-md-8 {
    margin-top: min(2.133vw, 9px) !important;
  }
  .u-mb-md-8 {
    margin-bottom: min(2.133vw, 9px) !important;
  }
  .u-ml-md-8 {
    margin-left: min(2.133vw, 9px) !important;
  }
  .u-mr-md-8 {
    margin-right: min(2.133vw, 9px) !important;
  }
  .u-mt-md-12 {
    margin-top: min(3.2vw, 13px) !important;
  }
  .u-mb-md-12 {
    margin-bottom: min(3.2vw, 13px) !important;
  }
  .u-ml-md-12 {
    margin-left: min(3.2vw, 13px) !important;
  }
  .u-mr-md-12 {
    margin-right: min(3.2vw, 13px) !important;
  }
  .u-mt-md-16 {
    margin-top: min(4.267vw, 18px) !important;
  }
  .u-mb-md-16 {
    margin-bottom: min(4.267vw, 18px) !important;
  }
  .u-ml-md-16 {
    margin-left: min(4.267vw, 18px) !important;
  }
  .u-mr-md-16 {
    margin-right: min(4.267vw, 18px) !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, 26px) !important;
  }
  .u-mb-md-24 {
    margin-bottom: min(6.4vw, 26px) !important;
  }
  .u-ml-md-24 {
    margin-left: min(6.4vw, 26px) !important;
  }
  .u-mr-md-24 {
    margin-right: min(6.4vw, 26px) !important;
  }
  .u-mt-md-28 {
    margin-top: min(7.467vw, 31px) !important;
  }
  .u-mb-md-28 {
    margin-bottom: min(7.467vw, 31px) !important;
  }
  .u-ml-md-28 {
    margin-left: min(7.467vw, 31px) !important;
  }
  .u-mr-md-28 {
    margin-right: min(7.467vw, 31px) !important;
  }
  .u-mt-md-32 {
    margin-top: min(8.533vw, 35px) !important;
  }
  .u-mb-md-32 {
    margin-bottom: min(8.533vw, 35px) !important;
  }
  .u-ml-md-32 {
    margin-left: min(8.533vw, 35px) !important;
  }
  .u-mr-md-32 {
    margin-right: min(8.533vw, 35px) !important;
  }
  .u-mt-md-36 {
    margin-top: min(9.6vw, 40px) !important;
  }
  .u-mb-md-36 {
    margin-bottom: min(9.6vw, 40px) !important;
  }
  .u-ml-md-36 {
    margin-left: min(9.6vw, 40px) !important;
  }
  .u-mr-md-36 {
    margin-right: min(9.6vw, 40px) !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, 48px) !important;
  }
  .u-mb-md-44 {
    margin-bottom: min(11.733vw, 48px) !important;
  }
  .u-ml-md-44 {
    margin-left: min(11.733vw, 48px) !important;
  }
  .u-mr-md-44 {
    margin-right: min(11.733vw, 48px) !important;
  }
  .u-mt-md-48 {
    margin-top: min(12.8vw, 53px) !important;
  }
  .u-mb-md-48 {
    margin-bottom: min(12.8vw, 53px) !important;
  }
  .u-ml-md-48 {
    margin-left: min(12.8vw, 53px) !important;
  }
  .u-mr-md-48 {
    margin-right: min(12.8vw, 53px) !important;
  }
  .u-mt-md-52 {
    margin-top: min(13.867vw, 57px) !important;
  }
  .u-mb-md-52 {
    margin-bottom: min(13.867vw, 57px) !important;
  }
  .u-ml-md-52 {
    margin-left: min(13.867vw, 57px) !important;
  }
  .u-mr-md-52 {
    margin-right: min(13.867vw, 57px) !important;
  }
  .u-mt-md-56 {
    margin-top: min(14.933vw, 62px) !important;
  }
  .u-mb-md-56 {
    margin-bottom: min(14.933vw, 62px) !important;
  }
  .u-ml-md-56 {
    margin-left: min(14.933vw, 62px) !important;
  }
  .u-mr-md-56 {
    margin-right: min(14.933vw, 62px) !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, 70px) !important;
  }
  .u-mb-md-64 {
    margin-bottom: min(17.067vw, 70px) !important;
  }
  .u-ml-md-64 {
    margin-left: min(17.067vw, 70px) !important;
  }
  .u-mr-md-64 {
    margin-right: min(17.067vw, 70px) !important;
  }
  .u-mt-md-68 {
    margin-top: min(18.133vw, 75px) !important;
  }
  .u-mb-md-68 {
    margin-bottom: min(18.133vw, 75px) !important;
  }
  .u-ml-md-68 {
    margin-left: min(18.133vw, 75px) !important;
  }
  .u-mr-md-68 {
    margin-right: min(18.133vw, 75px) !important;
  }
  .u-mt-md-72 {
    margin-top: min(19.2vw, 79px) !important;
  }
  .u-mb-md-72 {
    margin-bottom: min(19.2vw, 79px) !important;
  }
  .u-ml-md-72 {
    margin-left: min(19.2vw, 79px) !important;
  }
  .u-mr-md-72 {
    margin-right: min(19.2vw, 79px) !important;
  }
  .u-mt-md-76 {
    margin-top: min(20.267vw, 84px) !important;
  }
  .u-mb-md-76 {
    margin-bottom: min(20.267vw, 84px) !important;
  }
  .u-ml-md-76 {
    margin-left: min(20.267vw, 84px) !important;
  }
  .u-mr-md-76 {
    margin-right: min(20.267vw, 84px) !important;
  }
  .u-mt-md-80 {
    margin-top: min(21.333vw, 88px) !important;
  }
  .u-mb-md-80 {
    margin-bottom: min(21.333vw, 88px) !important;
  }
  .u-ml-md-80 {
    margin-left: min(21.333vw, 88px) !important;
  }
  .u-mr-md-80 {
    margin-right: min(21.333vw, 88px) !important;
  }
}
.u-pt-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, 4px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-4 {
    padding-top: min(1.067vw, 4px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pr-16 {
  padding-right: min(1.171vw, 18px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-16 {
    padding-right: min(4.267vw, 18px) !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, 26px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-24 {
    padding-top: min(6.4vw, 26px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pr-36 {
  padding-right: min(2.635vw, 40px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-36 {
    padding-right: min(9.6vw, 40px) !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, 48px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-44 {
    padding-top: min(11.733vw, 48px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pr-56 {
  padding-right: min(4.1vw, 62px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-56 {
    padding-right: min(14.933vw, 62px) !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-pr-0 {
    padding-top: min(0vw, 0px) !important;
  }
  .u-pb-pr-0 {
    padding-bottom: min(0vw, 0px) !important;
  }
  .u-pl-pr-0 {
    padding-left: min(0vw, 0px) !important;
  }
  .u-pr-pr-0 {
    padding-right: min(0vw, 0px) !important;
  }
  .u-pt-pr-4 {
    padding-top: min(1.067vw, 4px) !important;
  }
  .u-pb-pr-4 {
    padding-bottom: min(1.067vw, 4px) !important;
  }
  .u-pl-pr-4 {
    padding-left: min(1.067vw, 4px) !important;
  }
  .u-pr-pr-4 {
    padding-right: min(1.067vw, 4px) !important;
  }
  .u-pt-pr-8 {
    padding-top: min(2.133vw, 9px) !important;
  }
  .u-pb-pr-8 {
    padding-bottom: min(2.133vw, 9px) !important;
  }
  .u-pl-pr-8 {
    padding-left: min(2.133vw, 9px) !important;
  }
  .u-pr-pr-8 {
    padding-right: min(2.133vw, 9px) !important;
  }
  .u-pt-pr-12 {
    padding-top: min(3.2vw, 13px) !important;
  }
  .u-pb-pr-12 {
    padding-bottom: min(3.2vw, 13px) !important;
  }
  .u-pl-pr-12 {
    padding-left: min(3.2vw, 13px) !important;
  }
  .u-pr-pr-12 {
    padding-right: min(3.2vw, 13px) !important;
  }
  .u-pt-pr-16 {
    padding-top: min(4.267vw, 18px) !important;
  }
  .u-pb-pr-16 {
    padding-bottom: min(4.267vw, 18px) !important;
  }
  .u-pl-pr-16 {
    padding-left: min(4.267vw, 18px) !important;
  }
  .u-pr-pr-16 {
    padding-right: min(4.267vw, 18px) !important;
  }
  .u-pt-pr-20 {
    padding-top: min(5.333vw, 22px) !important;
  }
  .u-pb-pr-20 {
    padding-bottom: min(5.333vw, 22px) !important;
  }
  .u-pl-pr-20 {
    padding-left: min(5.333vw, 22px) !important;
  }
  .u-pr-pr-20 {
    padding-right: min(5.333vw, 22px) !important;
  }
  .u-pt-pr-24 {
    padding-top: min(6.4vw, 26px) !important;
  }
  .u-pb-pr-24 {
    padding-bottom: min(6.4vw, 26px) !important;
  }
  .u-pl-pr-24 {
    padding-left: min(6.4vw, 26px) !important;
  }
  .u-pr-pr-24 {
    padding-right: min(6.4vw, 26px) !important;
  }
  .u-pt-pr-28 {
    padding-top: min(7.467vw, 31px) !important;
  }
  .u-pb-pr-28 {
    padding-bottom: min(7.467vw, 31px) !important;
  }
  .u-pl-pr-28 {
    padding-left: min(7.467vw, 31px) !important;
  }
  .u-pr-pr-28 {
    padding-right: min(7.467vw, 31px) !important;
  }
  .u-pt-pr-32 {
    padding-top: min(8.533vw, 35px) !important;
  }
  .u-pb-pr-32 {
    padding-bottom: min(8.533vw, 35px) !important;
  }
  .u-pl-pr-32 {
    padding-left: min(8.533vw, 35px) !important;
  }
  .u-pr-pr-32 {
    padding-right: min(8.533vw, 35px) !important;
  }
  .u-pt-pr-36 {
    padding-top: min(9.6vw, 40px) !important;
  }
  .u-pb-pr-36 {
    padding-bottom: min(9.6vw, 40px) !important;
  }
  .u-pl-pr-36 {
    padding-left: min(9.6vw, 40px) !important;
  }
  .u-pr-pr-36 {
    padding-right: min(9.6vw, 40px) !important;
  }
  .u-pt-pr-40 {
    padding-top: min(10.667vw, 44px) !important;
  }
  .u-pb-pr-40 {
    padding-bottom: min(10.667vw, 44px) !important;
  }
  .u-pl-pr-40 {
    padding-left: min(10.667vw, 44px) !important;
  }
  .u-pr-pr-40 {
    padding-right: min(10.667vw, 44px) !important;
  }
  .u-pt-pr-44 {
    padding-top: min(11.733vw, 48px) !important;
  }
  .u-pb-pr-44 {
    padding-bottom: min(11.733vw, 48px) !important;
  }
  .u-pl-pr-44 {
    padding-left: min(11.733vw, 48px) !important;
  }
  .u-pr-pr-44 {
    padding-right: min(11.733vw, 48px) !important;
  }
  .u-pt-pr-48 {
    padding-top: min(12.8vw, 53px) !important;
  }
  .u-pb-pr-48 {
    padding-bottom: min(12.8vw, 53px) !important;
  }
  .u-pl-pr-48 {
    padding-left: min(12.8vw, 53px) !important;
  }
  .u-pr-pr-48 {
    padding-right: min(12.8vw, 53px) !important;
  }
  .u-pt-pr-52 {
    padding-top: min(13.867vw, 57px) !important;
  }
  .u-pb-pr-52 {
    padding-bottom: min(13.867vw, 57px) !important;
  }
  .u-pl-pr-52 {
    padding-left: min(13.867vw, 57px) !important;
  }
  .u-pr-pr-52 {
    padding-right: min(13.867vw, 57px) !important;
  }
  .u-pt-pr-56 {
    padding-top: min(14.933vw, 62px) !important;
  }
  .u-pb-pr-56 {
    padding-bottom: min(14.933vw, 62px) !important;
  }
  .u-pl-pr-56 {
    padding-left: min(14.933vw, 62px) !important;
  }
  .u-pr-pr-56 {
    padding-right: min(14.933vw, 62px) !important;
  }
  .u-pt-pr-60 {
    padding-top: min(16vw, 66px) !important;
  }
  .u-pb-pr-60 {
    padding-bottom: min(16vw, 66px) !important;
  }
  .u-pl-pr-60 {
    padding-left: min(16vw, 66px) !important;
  }
  .u-pr-pr-60 {
    padding-right: min(16vw, 66px) !important;
  }
}
.u-text--bold {
  font-weight: 700 !important;
}
.u-text--normal {
  font-weight: 400 !important;
}
.u-text--size--lg {
  font-size: clamp(20.4px, 1.757vw, 26.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--lg {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size--md {
  font-size: clamp(13.6px, 1.171vw, 17.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--md {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size--sm {
  font-size: clamp(11.9px, 1.025vw, 15.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--sm {
    font-size: clamp(11.9px, 3.733vw, 15.4px) !important;
  }
}
.u-text--size--xsm {
  font-size: clamp(10.2px, 0.878vw, 13.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--xsm {
    font-size: clamp(10.2px, 3.2vw, 13.2px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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(2.667vw, 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(5.333vw, 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(8vw, 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(10.667vw, 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(13.333vw, 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(16vw, 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(18.667vw, 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(21.333vw, 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(24vw, 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(26.667vw, 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(29.333vw, 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(32vw, 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(34.667vw, 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(37.333vw, 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(40vw, 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(42.667vw, 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(45.333vw, 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(48vw, 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(50.667vw, 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(53.333vw, 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(56vw, 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(58.667vw, 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(61.333vw, 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(64vw, 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(66.667vw, 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(69.333vw, 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(72vw, 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(74.667vw, 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(77.333vw, 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(80vw, 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(82.667vw, 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(85.333vw, 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(88vw, 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(90.667vw, 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(93.333vw, 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(96vw, 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(98.667vw, 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(101.333vw, 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(104vw, 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(106.667vw, 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;
  }
}