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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

body {
  -webkit-text-size-adjust: 100%;
  color: #333333;
  font-family: "Noto Serif JP", "Yu Mincho", "游明朝体", "Yu Mincho Medium", "游明朝 Medium", "ヒラギノ明朝 Pro W3", serif;
  color: #333333;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  background-color: #faf8f3;
}

@media screen and (min-width: 769px) {
  body {
    font-size: clamp(12.8px, 1.25vw, 19.2px);
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  transition: all 0.3s ease;
}

a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: 0.3s ease;
}

@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  a:hover {
    color: #5c35c4;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.8;
}

p + p {
  margin-top: 2em;
}

p small {
  font-size: clamp(9.6px, 0.938vw, 14.4px);
}

p a {
  color: #0049a7;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  p a:hover {
    color: #5c35c4;
    text-decoration: none;
  }
}
strong {
  font-weight: bold;
}

td a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  td a:hover {
    text-decoration: none;
  }
}
hr {
  height: 1px;
  background-color: #e9eaef;
  border: none;
  margin: min(1.563vw, 24px) 0;
}

@media screen and (max-width: 768px) {
  hr {
    margin: min(5.333vw, 24px) 0;
  }
}
.disnone {
  display: none;
}

.list-inline > li {
  display: inline-block;
}

.l-header {
  width: 100%;
  height: min(9.219vw, 141.6px);
  padding-inline: min(4.297vw, 66px);
}

@media screen and (max-width: 768px) {
  .l-header {
    height: clamp(41.6px, 13.867vw, 62.4px);
    padding-inline: clamp(18.4px, 6.133vw, 27.6px);
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 40px;
  transition: all 0.3s ease;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .l-header__inner {
    padding: 0 min(1.563vw, 24px);
  }
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-header--tiered {
    height: min(8.906vw, 136.8px);
  }
}
@media screen and (max-width: 768px) {
  .l-header--tiered {
    height: min(30.4vw, 136.8px);
  }
}
.l-header--contact {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  box-shadow: none;
}

.l-header--contact .l-header__inner {
  max-width: none;
  padding: 0;
  justify-content: flex-start;
}

.l-header--contact .l-header__logo-img {
  width: min(9.531vw, 146.4px);
}

@media screen and (max-width: 768px) {
  .l-header--contact .l-header__logo-img {
    width: clamp(73.6px, 24.533vw, 110.4px);
  }
}
.p-header__logo {
  display: block;
}

@media screen and (max-width: 1024px) {
  .p-header__logo {
    padding-left: min(1.563vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    padding-left: min(2.667vw, 12px);
  }
}
.p-header__logo a {
  width: min(17.188vw, 264px);
  height: min(2.5vw, 38.4px);
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  font-size: 0;
  text-indent: -999em;
  display: block;
}

@media screen and (max-width: 1280px) {
  .p-header__logo a {
    width: min(12.891vw, 198px);
    height: min(1.875vw, 28.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo a {
    width: min(44vw, 198px);
    height: min(6.4vw, 28.8px);
  }
}
@media screen and (min-width: 769px) {
  .p-header__logo a:hover {
    opacity: 0.6;
  }
}
.p-header__logo--center {
  width: 100%;
  text-align: center;
}

.p-header__logo--center a {
  margin: auto;
}

.p-header__nav {
  margin-left: auto;
}

@media screen and (min-width: 1025px) {
  .p-header__nav {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav {
    display: none;
    width: 100%;
    height: calc(100vh - min(4.688vw, 72px));
    background-color: #fff;
    border-top: #e9eaef solid 1px;
    padding-bottom: min(4.688vw, 72px);
    position: fixed;
    top: clamp(56px, 5.469vw, 84px);
    left: 0;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    height: calc(100vh - min(16vw, 72px));
    padding-bottom: min(16vw, 72px);
    top: clamp(56px, 18.667vw, 84px);
  }
}
@media screen and (min-width: 1025px) {
  .p-header__nav--tiered {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav__inner {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__nav__top {
    height: min(2.656vw, 40.8px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav__top {
    width: 100%;
    padding: min(2.344vw, 36px) min(3.516vw, 54px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav__top {
    padding: min(8vw, 36px) min(12vw, 54px);
  }
}
@media screen and (max-width: 540px) {
  .p-header__nav__top {
    padding: min(8vw, 36px);
  }
}
.p-header__nav__top__list {
  display: flex;
}

@media screen and (min-width: 1025px) {
  .p-header__nav__top__list {
    margin-right: min(3.125vw, 48px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav__top__list {
    margin-bottom: min(1.953vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav__top__list {
    margin-bottom: min(6.667vw, 30px);
  }
}
.p-header__nav__top__list__item:not(:last-child) {
  margin-right: min(2.734vw, 42px);
}

@media screen and (max-width: 768px) {
  .p-header__nav__top__list__item:not(:last-child) {
    margin-right: min(9.333vw, 42px);
  }
}
.p-header__nav__top__list__item a {
  font-size: clamp(11.2px, 1.094vw, 16.8px);
  font-weight: 500;
  padding-left: min(0.938vw, 14.4px);
  position: relative;
}

@media screen and (max-width: 1280px) {
  .p-header__nav__top__list__item a {
    font-size: clamp(10.4px, 1.016vw, 15.6px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav__top__list__item a {
    font-size: clamp(11.2px, 1.094vw, 16.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav__top__list__item a {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding-left: min(3.2vw, 14.4px);
  }
}
.p-header__nav__top__list__item a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #0049a7;
  font-size: clamp(12.8px, 1.25vw, 19.2px);
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-header__nav__top__list__item a::before {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
@media screen and (min-width: 1025px) {
  .p-header__nav__top__search__wrap {
    margin-right: min(3.75vw, 57.6px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav__top__search__wrap {
    margin-bottom: min(1.953vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav__top__search__wrap {
    margin-bottom: min(6.667vw, 30px);
  }
}
.p-header__nav__top__search.c-form__search {
  width: min(15.625vw, 240px);
  height: min(2.656vw, 40.8px);
  background-color: #f2f2f2;
  font-size: clamp(11.2px, 1.094vw, 16.8px);
  font-weight: 500;
  border-radius: min(3.125vw, 48px);
  border: none;
  padding: 0 16px;
}

@media screen and (max-width: 1280px) {
  .p-header__nav__top__search.c-form__search {
    font-size: clamp(10.4px, 1.016vw, 15.6px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav__top__search.c-form__search {
    width: 100%;
    font-size: clamp(11.2px, 1.094vw, 16.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav__top__search.c-form__search {
    width: min(53.333vw, 240px);
    height: min(9.067vw, 40.8px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-header__nav__top__search__button.c-form__search__button i {
  color: #aaaaaa;
  font-size: clamp(12.8px, 1.25vw, 19.2px);
}

@media screen and (max-width: 768px) {
  .p-header__nav__top__search__button.c-form__search__button i {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-header__nav__top__tel {
  color: #0049a7;
  font-size: clamp(17.6px, 1.719vw, 26.4px);
  font-weight: bold;
  position: relative;
  padding-left: min(1.719vw, 26.4px);
  margin-bottom: min(0.391vw, 6px);
}

@media screen and (min-width: 1025px) {
  .p-header__nav__top__tel__wrap {
    margin-bottom: min(0.469vw, 7.2px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav__top__tel__wrap {
    text-align: center;
    margin-top: min(0.938vw, 14.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav__top__tel__wrap {
    margin-top: min(3.2vw, 14.4px);
  }
}
@media screen and (max-width: 1280px) {
  .p-header__nav__top__tel {
    font-size: clamp(16px, 1.563vw, 24px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav__top__tel {
    font-size: clamp(17.6px, 1.719vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav__top__tel {
    font-size: clamp(17.6px, 5.867vw, 26.4px);
    padding-left: min(5.867vw, 26.4px);
    margin-bottom: min(1.333vw, 6px);
  }
}
.p-header__nav__top__tel::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f879";
  font-size: clamp(14.4px, 1.406vw, 21.6px);
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .p-header__nav__top__tel::before {
    font-size: clamp(12.8px, 1.25vw, 19.2px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav__top__tel::before {
    font-size: clamp(14.4px, 1.406vw, 21.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav__top__tel::before {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-header__nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .p-header__nav__menu {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__nav__menu--bottom {
    height: min(5vw, 76.8px);
    align-items: flex-start;
    margin-top: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__nav__menu--bottom .p-header__head, .p-header__nav__menu--bottom .p-header__link {
    height: min(5vw, 76.8px);
    padding-bottom: min(1.172vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav__menu--bottom .p-header__head, .p-header__nav__menu--bottom .p-header__link {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav__menu--bottom .p-header__head, .p-header__nav__menu--bottom .p-header__link {
    height: min(17.067vw, 76.8px);
    padding-bottom: min(4vw, 18px);
  }
}
.p-header__nav__menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .p-header__nav__menu__item {
    border-bottom: #e9eaef solid 1px;
  }
}
.p-header__nav__menu__item.is-act::before {
  opacity: 0;
}

.p-header__nav__menu__item.is-act::after {
  transform: rotate(0);
}

@media screen and (min-width: 769px) {
  .p-header__nav__menu__item:hover .p-header__head, .p-header__nav__menu__item:hover .p-header__link {
    color: #0049a7 !important;
  }
  .p-header__nav__menu__item:hover .p-header__head::before, .p-header__nav__menu__item:hover .p-header__link::before {
    opacity: 1;
  }
  .p-header__nav__menu__item:hover .p-header__head::after, .p-header__nav__menu__item:hover .p-header__link::after {
    color: #0049a7;
  }
}
.p-header__nav__menu__item--button {
  margin-left: min(1.563vw, 24px);
}

@media screen and (max-width: 1024px) {
  .p-header__nav__menu__item--button {
    border-bottom: none;
    margin-left: 0;
    margin-top: min(2.188vw, 33.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav__menu__item--button {
    margin-top: min(7.467vw, 33.6px);
  }
}
.p-header__link, .p-header__head {
  height: min(7.5vw, 115.2px);
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0 min(1.563vw, 24px);
  position: relative;
  cursor: pointer;
}

.p-header__link::before, .p-header__head::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #0049a7;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  opacity: 0;
}

@media screen and (max-width: 1280px) {
  .p-header__link, .p-header__head {
    font-size: clamp(11.2px, 1.094vw, 16.8px);
    padding: 0 min(1.172vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__link, .p-header__head {
    width: 100%;
    height: auto;
    color: #333333 !important;
    font-size: clamp(12.8px, 1.25vw, 19.2px);
    font-weight: 500;
    padding: min(1.719vw, 26.4px) min(3.516vw, 54px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 540px) {
  .p-header__link, .p-header__head {
    padding: min(5.867vw, 26.4px) min(6.667vw, 30px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__link::before, .p-header__head::before {
    content: none;
  }
  .p-header__link::after, .p-header__head::after {
    font-family: "Font Awesome 6 Pro";
    color: #0049a7;
    position: absolute;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .p-header__link, .p-header__head {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    padding: min(5.867vw, 26.4px) min(12vw, 54px);
  }
}
@media screen and (max-width: 540px) {
  .p-header__link, .p-header__head {
    padding: min(5.333vw, 24px) min(8vw, 36px) min(5.333vw, 24px) min(6.667vw, 30px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__link::after {
    content: "\f105";
    font-size: clamp(17.6px, 1.719vw, 26.4px);
    font-weight: 500;
    top: min(1.406vw, 21.6px);
    right: min(3.516vw, 54px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__link::after {
    font-size: clamp(16px, 5.333vw, 24px);
    top: min(4.8vw, 21.6px);
    right: min(12vw, 54px);
  }
}
@media screen and (max-width: 540px) {
  .p-header__link::after {
    right: min(6.667vw, 30px);
  }
}
.p-header__head {
  padding-right: min(1.563vw, 24px);
}

@media screen and (max-width: 768px) {
  .p-header__head {
    padding-right: min(5.333vw, 24px);
  }
}
.p-header__head::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-size: clamp(14.4px, 1.406vw, 21.6px);
  font-weight: 500;
  padding-left: min(0.625vw, 9.6px);
}

@media screen and (max-width: 1024px) {
  .p-header__head::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f067";
    color: #0049a7;
    font-size: clamp(14.4px, 1.406vw, 21.6px);
    padding-left: 0;
    position: absolute;
    top: 50%;
    right: 43px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-header__head::after {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    padding-left: min(2.133vw, 9.6px);
    right: min(11.467vw, 51.6px);
  }
}
@media screen and (max-width: 540px) {
  .p-header__head::after {
    right: min(6.133vw, 27.6px);
  }
}
.p-header__head.is-act::after {
  content: "\f068";
}

.p-header__button[class*=c-button] {
  width: min(14.063vw, 216px);
  height: min(3.594vw, 55.2px);
}

@media screen and (max-width: 1280px) {
  .p-header__button[class*=c-button] {
    width: min(11.094vw, 170.4px);
    font-size: clamp(10.4px, 1.016vw, 15.6px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__button[class*=c-button] {
    width: min(20.156vw, 309.6px);
    height: min(4.219vw, 64.8px);
    font-size: clamp(11.2px, 1.094vw, 16.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__button[class*=c-button] {
    width: min(68.8vw, 309.6px);
    height: min(14.4vw, 64.8px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-header__button[class*=c-button]::after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-header__button[class*=c-button]::after {
    display: block;
  }
}
.p-header__sub__wrapper {
  display: none;
  width: 150%;
  background-color: #fff;
  padding: min(2.5vw, 38.4px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: min(7.5vw, 115.2px);
  left: 0;
  cursor: default;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__wrapper {
    width: 100% !important;
    background-color: #f2f2f2;
    border-top: #d9d9d9 solid 1px;
    box-shadow: none;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__sub__wrapper--tiered {
    top: min(5vw, 76.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__sub__wrapper--tiered {
    top: min(17.067vw, 76.8px);
  }
}
.p-header__sub__menu {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu {
    width: 100%;
    box-shadow: none;
    display: block;
    padding: 0;
  }
}
.p-header__sub__menu__item {
  padding-left: min(1.406vw, 21.6px);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu__item {
    width: 100%;
    padding-left: 0;
  }
}
.p-header__sub__menu__item::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #0049a7;
  position: absolute;
  top: 2px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu__item::before {
    content: none;
  }
}
.p-header__sub__menu__item:not(:last-child) {
  margin-bottom: min(1.875vw, 28.8px);
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu__item:not(:last-child) {
    border-bottom: #d9d9d9 solid 1px;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.p-header__sub__menu__item a {
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu__item a {
    font-size: clamp(12px, 1.172vw, 18px);
    font-weight: 500;
    display: block;
    padding: min(1.563vw, 24px) min(3.516vw, 54px) min(1.563vw, 24px) min(4.688vw, 72px);
  }
}
@media screen and (max-width: 540px) {
  .p-header__sub__menu__item a {
    font-size: clamp(12px, 4vw, 18px);
    padding: min(5.333vw, 24px) min(8vw, 36px) min(5.333vw, 24px) min(9.333vw, 42px);
  }
}
@media screen and (min-width: 769px) {
  .p-header__sub__menu__item a:hover {
    color: #0049a7;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__sub__menu__item a::after {
    font-family: "Font Awesome 6 Pro";
    color: #0049a7;
    content: "\f105";
    font-size: clamp(16px, 1.563vw, 24px);
    font-weight: 500;
    position: absolute;
    top: min(1.406vw, 21.6px);
    right: min(3.516vw, 54px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__sub__menu__item a::after {
    font-size: clamp(16px, 5.333vw, 24px);
    top: min(4.8vw, 21.6px);
    right: min(12vw, 54px);
  }
}
@media screen and (max-width: 540px) {
  .p-header__sub__menu__item a::after {
    right: min(6.667vw, 30px);
  }
}
.p-header__hamburger {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-header__hamburger {
    width: min(5.469vw, 84px);
    height: min(5.469vw, 84px);
    display: block;
    margin-left: auto;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .p-header__hamburger {
    width: min(18.667vw, 84px);
    height: min(18.667vw, 84px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__hamburger::before, .p-header__hamburger::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  .p-header__hamburger::before {
    content: "\f0c9";
    font-size: clamp(19.2px, 1.875vw, 28.8px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .p-header__hamburger::before {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__hamburger::after {
    content: "\f00d";
    font-size: clamp(22.4px, 2.188vw, 33.6px);
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .p-header__hamburger::after {
    font-size: clamp(22.4px, 7.467vw, 33.6px);
  }
}
@media screen and (min-width: 769px) {
  .p-header__hamburger:hover {
    color: #0049a7;
  }
}
.p-header__hamburger.is-act::before {
  opacity: 0;
}

.p-header__hamburger.is-act::after {
  opacity: 1;
}

.l-footer {
  width: 100%;
  background-color: #75B4A3;
  margin-top: auto;
}

.l-footer__wrapper {
  width: 100%;
  position: relative;
}

.l-footer__inner {
  width: 100%;
  margin-top: min(15.625vw, 240px);
  padding: min(1.016vw, 15.6px);
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: min(2.133vw, 9.6px);
  }
}
.l-footer__inner--low {
  display: block;
  padding: min(3.125vw, 48px) 0;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  .l-footer__inner--low {
    padding: min(3.125vw, 48px) min(1.563vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner--low {
    padding: min(5.333vw, 24px);
  }
}
.l-footer__copyright {
  font-size: clamp(12.8px, 1.25vw, 19.2px);
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.p-footer__logo {
  margin-bottom: min(2.813vw, 43.2px);
}

@media screen and (max-width: 768px) {
  .p-footer__logo {
    margin-bottom: min(10.667vw, 48px);
  }
}
.p-footer__logo a {
  width: min(15.625vw, 240px);
  height: min(2.188vw, 33.6px);
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  text-indent: -999em;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-footer__logo a {
    width: min(53.333vw, 240px);
    height: min(7.467vw, 33.6px);
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-footer__logo a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__block {
    margin-bottom: min(3.125vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .p-footer__block {
    margin-bottom: 0;
  }
}
.p-footer__sns {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-footer__sns {
    justify-content: center;
  }
}
.p-footer__sns li:not(:last-child) {
  margin-right: min(2.188vw, 33.6px);
}

@media screen and (max-width: 768px) {
  .p-footer__sns li:not(:last-child) {
    margin-right: min(7.467vw, 33.6px);
  }
}
.p-footer__sns li a i {
  font-size: clamp(19.2px, 1.875vw, 28.8px);
}

@media screen and (max-width: 768px) {
  .p-footer__sns li a i {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
  }
}
.p-footer__nav {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.3s ease;
}

.p-footer__nav__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .p-footer__nav__wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav__wrapper {
    margin-bottom: min(8vw, 36px);
  }
}
@media (max-width: 1100px) {
  .p-footer__nav {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    width: 100%;
    display: block;
    border-bottom: #d9d9d9 solid 1px;
  }
}
.p-footer__nav__item {
  transition: 0.3s ease;
}

@media screen and (max-width: 768px) {
  .p-footer__nav__item {
    border-top: #d9d9d9 solid 1px;
  }
}
.p-footer__nav__item:not(:last-child) {
  margin-right: 84px;
}

@media screen and (max-width: 1280px) {
  .p-footer__nav__item:not(:last-child) {
    margin-right: min(5vw, 76.8px);
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__nav__item:not(:last-child) {
    margin-right: min(2.344vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.p-footer__nav__menu__item:not(:last-child) {
  margin-bottom: min(1.563vw, 24px);
}

@media screen and (max-width: 768px) {
  .p-footer__nav__menu__item:not(:last-child) {
    border-bottom: #d9d9d9 solid 1px;
    margin-bottom: 0;
  }
}
.p-footer__nav__menu__item a {
  font-size: clamp(11.2px, 1.094vw, 16.8px);
  font-weight: 500;
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-footer__nav__menu__item a:hover {
    color: #0049a7;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav__menu__item a {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    padding: min(5.867vw, 26.4px) min(11.2vw, 50.4px) min(5.867vw, 26.4px) 0;
  }
  .p-footer__nav__menu__item a::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    color: #0049a7;
    font-size: clamp(16px, 5.333vw, 24px);
    font-weight: 500;
    position: absolute;
    top: 50%;
    right: min(4.267vw, 19.2px);
    transform: translateY(-50%);
  }
}
.p-footer__head {
  font-size: clamp(11.2px, 1.094vw, 16.8px);
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-footer__head {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    padding: min(5.867vw, 26.4px) min(11.2vw, 50.4px) min(5.867vw, 26.4px) 0;
  }
  .p-footer__head::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f067";
    color: #0049a7;
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    font-weight: 100;
    margin-top: min(-1.067vw, -4.8px);
    position: absolute;
    top: 50%;
    right: min(3.733vw, 16.8px);
    transform: translateY(-50%);
  }
}
.p-footer__head.is-act::after {
  content: "\f068";
}

.p-footer__sub__wrapper {
  margin-top: min(0.781vw, 12px);
}

@media screen and (max-width: 768px) {
  .p-footer__sub__wrapper {
    display: none;
    margin-top: min(2.667vw, 12px);
    padding-bottom: min(8vw, 36px);
  }
}
.p-footer__sub__menu__item {
  padding-left: min(1.406vw, 21.6px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-footer__sub__menu__item {
    padding-left: min(5.333vw, 24px);
  }
}
.p-footer__sub__menu__item::before {
  content: "";
  width: min(0.469vw, 7.2px);
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: min(0.781vw, 12px);
  left: min(0.938vw, 14.4px);
}

@media screen and (max-width: 768px) {
  .p-footer__sub__menu__item::before {
    content: none;
  }
}
.p-footer__sub__menu__item a {
  font-weight: 500;
  padding-left: min(0.625vw, 9.6px);
}

@media screen and (max-width: 768px) {
  .p-footer__sub__menu__item a {
    font-size: clamp(12px, 4vw, 18px);
    padding: 0;
  }
  .p-footer__sub__menu__item a::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    color: #0049a7;
    font-size: clamp(16px, 5.333vw, 24px);
    font-weight: 500;
    top: 50%;
    right: min(4.267vw, 19.2px);
    transform: translateY(-50%);
  }
}
.p-footer__sub__menu__item + .p-footer__sub__menu__item {
  margin-top: min(0.781vw, 12px);
}

@media screen and (max-width: 768px) {
  .p-footer__sub__menu__item + .p-footer__sub__menu__item {
    margin-top: min(8vw, 36px);
  }
}
.p-footer__button.c-button {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-footer__button.c-button {
    display: flex;
    margin: min(8vw, 36px) auto;
  }
}
.p-footer__bottom {
  width: 100%;
  border-top: #d9d9d9 solid 1px;
  padding: min(2.188vw, 33.6px) 0;
}

@media screen and (max-width: 768px) {
  .p-footer__bottom {
    padding: min(5.333vw, 24px) 0;
  }
}
.p-footer__sp__menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-footer__sp__menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: min(4vw, 18px);
  }
}
@media screen and (max-width: 540px) {
  .p-footer__sp__menu {
    justify-content: space-between;
  }
}
.p-footer__sp__menu__item {
  padding-left: min(1.25vw, 19.2px);
  margin-bottom: min(1.172vw, 18px);
  margin-right: min(1.563vw, 24px);
  position: relative;
}

@media screen and (max-width: 540px) {
  .p-footer__sp__menu__item {
    width: calc((100% - min(5.333vw, 24px)) / 2);
    margin-right: 0;
    padding-left: min(4.267vw, 19.2px);
    margin-bottom: min(4vw, 18px);
  }
}
@media screen and (max-width: 360px) {
  .p-footer__sp__menu__item {
    width: 100%;
  }
}
.p-footer__sp__menu__item::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #0049a7;
  font-size: clamp(12.8px, 1.25vw, 19.2px);
  line-height: 1;
  position: absolute;
  top: 1px;
  left: min(0.391vw, 6px);
}

@media screen and (max-width: 768px) {
  .p-footer__sp__menu__item::before {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    left: min(1.333vw, 6px);
  }
}
.p-footer__sp__menu__item a {
  font-size: clamp(11.2px, 1.094vw, 16.8px);
  display: block;
}

@media screen and (max-width: 768px) {
  .p-footer__sp__menu__item a {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-footer__copyright {
  text-align: center;
}

.p-footer__copyright small {
  font-size: clamp(9.6px, 0.938vw, 14.4px);
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-footer__copyright small {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.p-footer--contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #75b4a3;
  margin-top: 0;
}

.p-footer--contact .l-footer__inner {
  max-width: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(4.219vw, 64.8px);
}

@media screen and (max-width: 768px) {
  .p-footer--contact .l-footer__inner {
    height: clamp(43.2px, 14.4vw, 64.8px);
  }
}
.p-footer--contact .l-footer__copyright {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12.8px, 1.25vw, 19.2px);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-footer--contact .l-footer__copyright {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
/* .l-footer--pattern2 */
.l-footer--pattern2 .l-footer__inner {
  display: block;
  margin-bottom: min(4.688vw, 72px);
}

@media screen and (max-width: 768px) {
  .l-footer--pattern2 .l-footer__inner {
    margin-bottom: min(8vw, 36px);
  }
}
.l-footer--pattern2 .p-footer__logo {
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .l-footer--pattern2 .p-footer__logo {
    margin-bottom: min(10.667vw, 48px);
  }
}
.l-footer--pattern2 .p-footer__nav {
  row-gap: min(3.125vw, 48px);
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .l-footer--pattern2 .p-footer__nav__head {
    margin-top: min(7.467vw, 33.6px);
  }
}
.l-footer--pattern2 .p-footer__nav__head__title {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  margin-bottom: min(1.563vw, 24px);
  font-size: clamp(11.2px, 1.094vw, 16.8px);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .l-footer--pattern2 .p-footer__nav__head__title {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    margin-bottom: min(3.733vw, 16.8px);
  }
}
.l-footer--pattern2 .p-footer__nav__head__title i::before {
  margin-right: 9px;
  font-size: clamp(11.2px, 1.094vw, 16.8px);
}

@media screen and (max-width: 768px) {
  .l-footer--pattern2 .p-footer__nav__head__title i::before {
    margin-right: min(2.4vw, 10.8px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
@media screen and (min-width: 769px) {
  .l-footer--pattern2 .p-footer__nav__tel {
    display: flex;
    align-items: center;
  }
}
.l-footer--pattern2 .p-footer__nav__tel__number {
  font-size: min(2.969vw, 45.6px);
  font-weight: 700;
  line-height: 0.8;
}

@media screen and (max-width: 768px) {
  .l-footer--pattern2 .p-footer__nav__tel__number {
    font-size: min(10.133vw, 45.6px);
  }
}
.l-footer--pattern2 .p-footer__nav__tel__time {
  margin-top: min(0.938vw, 14.4px);
  font-size: clamp(9.6px, 0.938vw, 14.4px);
  line-height: 1.6666666667;
}

@media screen and (min-width: 769px) {
  .l-footer--pattern2 .p-footer__nav__tel__time {
    margin-top: 0;
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    margin-left: min(3.467vw, 15.6px);
  }
}
.l-footer--pattern2 .p-footer__nav__mail {
  margin-top: min(1.563vw, 24px);
}

@media screen and (max-width: 768px) {
  .l-footer--pattern2 .p-footer__nav__mail {
    margin-top: min(7.2vw, 32.4px);
  }
}
.l-footer--pattern2 .p-footer__bottom {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .l-footer--pattern2 .p-footer__bottom {
    border-top: none;
  }
}
.l-footer--pattern2 .p-footer__bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: min(96.875vw, 1488px);
  margin: 0 auto;
  padding: min(2.188vw, 33.6px) min(1.563vw, 24px);
}

@media screen and (max-width: 768px) {
  .l-footer--pattern2 .p-footer__bottom__inner {
    max-width: min(330.667vw, 1488px);
    flex-direction: column-reverse;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--pattern2 .p-footer__copyright {
    width: 100%;
    margin-top: min(6.133vw, 27.6px);
    padding: min(5.333vw, 24px) 0;
    border-top: 1px solid #ddd;
  }
}
.l-footer--pattern2 .p-footer__sp__menu {
  gap: min(1.25vw, 19.2px) min(1.172vw, 18px);
  margin: min(2.188vw, 33.6px) 0;
}

@media screen and (max-width: 768px) {
  .l-footer--pattern2 .p-footer__sp__menu {
    gap: min(4.267vw, 19.2px) min(4vw, 18px);
    margin: min(7.467vw, 33.6px) 0;
  }
}
.l-footer--pattern2 .p-footer__sp__menu__item {
  margin: 0;
}

.l-container {
  width: auto;
  height: auto;
  min-height: 100vh;
  padding-top: clamp(76.8px, 7.5vw, 115.2px);
  position: relative;
  overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
  .l-container {
    padding-top: clamp(56px, 5.469vw, 84px);
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-top: clamp(56px, 18.667vw, 84px);
  }
}
@media screen and (min-width: 1025px) {
  .l-container.is-scrolled {
    padding-top: clamp(56px, 5.469vw, 84px);
  }
}
@media screen and (max-width: 768px) {
  .l-container.is-scrolled {
    padding-top: clamp(56px, 18.667vw, 84px);
  }
}
.l-content {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  z-index: 5;
}

[class*=l-section] {
  width: 100%;
  padding: min(6.25vw, 96px) 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  [class*=l-section] {
    padding: min(10.667vw, 48px) 0;
  }
}
[class*=l-section]:last-child {
  padding-bottom: min(7.813vw, 120px);
}

@media screen and (max-width: 768px) {
  [class*=l-section]:last-child {
    padding-bottom: min(26.667vw, 120px);
  }
}
[class*=l-section] + [class*=l-section] {
  padding-top: 0;
}

[class*=l-section][class*=u-bg] {
  padding-top: min(6.25vw, 96px);
}

@media screen and (max-width: 768px) {
  [class*=l-section][class*=u-bg] {
    padding-top: min(8vw, 36px);
  }
}
[class*=l-section][class*=u-bg] + [class*=l-section] {
  padding-top: min(6.25vw, 96px);
}

@media screen and (max-width: 768px) {
  [class*=l-section][class*=u-bg] + [class*=l-section] {
    padding-top: min(10.667vw, 48px);
  }
}
.l-inner {
  width: 100%;
  max-width: min(93.75vw, 1440px);
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .l-inner:not(.l-inner--wide):not(.l-inner--narrow) {
    padding-left: min(1.563vw, 24px);
    padding-right: min(1.563vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: min(320vw, 1440px);
    padding-left: min(5.333vw, 24px) !important;
    padding-right: min(5.333vw, 24px) !important;
  }
}
.l-inner--wide {
  max-width: min(100vw, 1536px);
}

@media screen and (max-width: 1440px) {
  .l-inner--wide {
    max-width: min(341.333vw, 1536px);
    padding-left: min(1.563vw, 24px);
    padding-right: min(1.563vw, 24px);
  }
}
.l-inner--narrow {
  max-width: min(73.438vw, 1128px);
}

@media (max-width: 980px) {
  .l-inner--narrow {
    max-width: min(250.667vw, 1128px);
    padding-left: min(1.563vw, 24px);
    padding-right: min(1.563vw, 24px);
  }
}
.l-section > *:first-child, .l-inner > *:first-child {
  margin-top: 0;
}

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

.c-section-title {
  position: relative;
  padding-left: min(1.563vw, 24px);
  font-family: "Marcellus", serif;
  font-size: clamp(19.2px, 1.875vw, 28.8px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .c-section-title {
    padding-left: min(4.533vw, 20.4px);
    font-size: clamp(16px, 5.333vw, 24px);
  }
}
.c-section-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(0.547vw, 8.4px);
  height: min(0.547vw, 8.4px);
  margin: auto;
  background-color: #75B4A3;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .c-section-title::before {
    width: min(1.867vw, 8.4px);
    height: min(1.867vw, 8.4px);
  }
}
.p-top .l-container {
  padding-top: 0;
}

.p-top-fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: -1;
}

.p-top-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top-fv__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-top-fv__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

.p-top-fv__logo {
  position: absolute;
  bottom: min(5.234vw, 80.4px);
  left: min(5.625vw, 86.4px);
  width: min(35.156vw, 540px);
  transition: all 0.8s ease;
}

@media screen and (max-width: 768px) {
  .p-top-fv__logo {
    bottom: min(10.4vw, 46.8px);
    left: 0;
    right: 0;
    width: min(78.667vw, 354px);
    margin-inline: auto;
  }
}
.p-top-fv__logo img {
  display: block;
  width: 100%;
}

.p-top-fv__message {
  position: absolute;
  top: 0;
  right: min(17.969vw, 276px);
  color: #fff;
  font-size: clamp(16px, 1.563vw, 24px);
  font-weight: 600;
  line-height: 2.2;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.4em;
  transition: all 0.8s ease;
}

@media screen and (min-width: 769px) {
  .p-top-fv__message {
    bottom: 0;
    height: max-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-fv__message {
    top: min(28.533vw, 128.4px);
    right: min(8vw, 36px);
    font-size: clamp(13.6px, 4.533vw, 20.4px);
    line-height: 2;
    letter-spacing: 0.3em;
  }
}
.p-top-fv__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.1s ease;
}

.p-top-intro {
  width: min(84.375vw, 1296px);
  margin-top: 200vh;
  margin-top: 200dvh;
  margin-inline: auto;
  padding-inline: min(1.563vw, 24px);
  font-size: clamp(12px, 1.172vw, 18px);
}

@media screen and (max-width: 768px) {
  .p-top-intro {
    width: 100%;
    padding-inline: min(5.333vw, 24px);
    font-size: clamp(10.4px, 3.467vw, 15.6px);
    text-align: center;
  }
}
.p-top-intro__title {
  font-size: clamp(17.6px, 1.719vw, 26.4px);
  font-weight: 500;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .p-top-intro__title {
    font-size: clamp(16px, 5.333vw, 24px);
  }
}
.p-top-intro__title__en {
  display: block;
  margin-top: min(1.094vw, 16.8px);
  font-size: clamp(16px, 1.563vw, 24px);
  font-weight: 400;
  font-family: "Marcellus", serif;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-top-intro__title__en {
    margin-top: min(3.2vw, 14.4px);
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-top-intro__text {
  margin-block: min(2.5vw, 38.4px) min(6.563vw, 100.8px);
  line-height: 220%;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-top-intro__text {
    margin-block: min(8.533vw, 38.4px) min(19.2vw, 86.4px);
    line-height: 200%;
  }
}
.p-top-mvp {
  position: relative;
  margin-block: min(12.969vw, 199.2px) min(7.813vw, 120px);
  padding-block: min(12.188vw, 187.2px) min(10.078vw, 154.8px);
  background: url("/assets/img/top/mvp_circle.svg") no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .p-top-mvp {
    margin-block: min(7.467vw, 33.6px) min(26.667vw, 120px);
    padding-block: min(32vw, 144px);
    background-image: url("/assets/img/top/mvp_circle_sp.svg");
  }
}
.p-top-mvp__item {
  display: grid;
  grid-template-columns: min(25.781vw, 396px) 1fr;
  gap: min(1.172vw, 18px);
  align-items: flex-start;
  width: min(75.781vw, 1164px);
  margin-inline: auto;
  padding-inline: min(1.563vw, 24px);
}

@media screen and (max-width: 768px) {
  .p-top-mvp__item {
    grid-template-columns: 1fr;
    gap: min(10.667vw, 48px);
    width: 100%;
    padding-inline: min(5.333vw, 24px);
  }
}
.p-top-mvp__item + .p-top-mvp__item {
  margin-top: min(6.172vw, 94.8px);
}

@media screen and (max-width: 768px) {
  .p-top-mvp__item + .p-top-mvp__item {
    margin-top: min(21.333vw, 96px);
  }
}
.p-top-mvp__item-left {
  line-height: 1;
  letter-spacing: 0.03em;
}

.p-top-mvp__item-title {
  font-family: "Marcellus", serif;
  font-size: clamp(38.4px, 3.75vw, 57.6px);
}

@media screen and (max-width: 768px) {
  .p-top-mvp__item-title {
    font-size: clamp(32px, 10.667vw, 48px);
  }
}
.p-top-mvp__item-title::first-letter {
  color: #75B4A3;
}

.p-top-mvp__item-subtitle {
  margin-top: min(1.25vw, 19.2px);
  font-size: clamp(12px, 1.172vw, 18px);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-top-mvp__item-subtitle {
    margin-top: min(2.667vw, 12px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-top-mvp__item-heading {
  font-size: clamp(17.6px, 1.719vw, 26.4px);
  font-weight: 500;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .p-top-mvp__item-heading {
    font-size: clamp(16px, 5.333vw, 24px);
  }
}
.p-top-mvp__item-text {
  margin-top: min(1.875vw, 28.8px);
  font-size: clamp(12px, 1.172vw, 18px);
  line-height: 220%;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-top-mvp__item-text {
    margin-top: min(4.267vw, 19.2px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    line-height: 200%;
  }
}
.p-top-projects {
  width: min(84.141vw, 1292.4px);
  margin-inline: auto;
  padding-inline: min(1.563vw, 24px);
}

@media screen and (max-width: 768px) {
  .p-top-projects {
    width: 100%;
    padding-inline: min(5.333vw, 24px);
  }
}
.p-top-projects__title {
  margin-bottom: min(2.344vw, 36px);
}

@media screen and (max-width: 768px) {
  .p-top-projects__title {
    margin-bottom: min(6.4vw, 28.8px);
  }
}
.p-top-projects__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4.688vw, 72px) min(4.453vw, 68.4px);
}

@media screen and (max-width: 768px) {
  .p-top-projects__grid {
    grid-template-columns: 1fr;
    gap: min(12.8vw, 57.6px);
  }
}
.p-top-projects__item {
  position: relative;
  padding-top: min(2.344vw, 36px);
  border-top: 1px solid #d9d9d9;
}

@media screen and (max-width: 768px) {
  .p-top-projects__item {
    padding-top: min(6.4vw, 28.8px);
  }
}
.p-top-projects__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(3.906vw, 60px);
  height: 1px;
  background-color: #75B4A3;
}

@media screen and (max-width: 768px) {
  .p-top-projects__item::before {
    width: min(13.333vw, 60px);
  }
}
.p-top-projects__item-title {
  display: grid;
  grid-template-columns: clamp(32px, 3.125vw, 48px) 1fr;
  gap: min(1.406vw, 21.6px);
  margin-bottom: min(1.875vw, 28.8px);
  font-family: "Marcellus", serif;
  font-size: min(3.125vw, 48px);
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-top-projects__item-title {
    grid-template-columns: min(8vw, 36px) 1fr;
    gap: min(2.667vw, 12px);
    font-size: clamp(22.4px, 7.467vw, 33.6px);
  }
}
.p-top-projects__item-number {
  display: grid;
  place-content: center;
  color: #fff;
  font-size: clamp(12.8px, 1.25vw, 19.2px);
  background: url("/assets/img/top/projects_title_bg.svg") no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .p-top-projects__item-number {
    font-size: clamp(8.8px, 2.933vw, 13.2px);
  }
}
.p-top-projects__item-content p {
  font-size: clamp(11.2px, 1.094vw, 16.8px);
  line-height: 180%;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-top-projects__item-content p {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
@media screen and (min-width: 769px) {
  .p-top-projects__sub-item {
    padding-left: min(1.953vw, 30px);
  }
}
.p-top-projects__sub-item + .p-top-projects__sub-item {
  margin-top: min(2.031vw, 31.2px);
}

@media screen and (max-width: 768px) {
  .p-top-projects__sub-item + .p-top-projects__sub-item {
    margin-top: min(6.4vw, 28.8px);
  }
}
.p-top-projects__sub-item .p-top-projects__sub-title {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-projects__sub-item .p-top-projects__sub-title {
    padding-left: min(6.667vw, 30px);
  }
}
.p-top-projects__sub-item .p-top-projects__sub-title::before {
  content: "";
  position: absolute;
  top: min(0.938vw, 14.4px);
  left: min(-1.875vw, -28.8px);
  width: min(1.25vw, 19.2px);
  height: min(0.078vw, 1.2px);
  background-color: #75B4A3;
}

@media screen and (max-width: 768px) {
  .p-top-projects__sub-item .p-top-projects__sub-title::before {
    top: min(2.933vw, 13.2px);
    left: 0;
    width: min(4.533vw, 20.4px);
    height: min(0.267vw, 1.2px);
  }
}
.p-top-projects__sub-title {
  font-size: clamp(11.2px, 1.094vw, 16.8px);
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-top-projects__sub-title {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    line-height: 160%;
  }
}
.p-top-projects__sub-title:has(+ p) {
  margin-bottom: min(0.313vw, 4.8px);
}

@media screen and (max-width: 768px) {
  .p-top-projects__sub-title:has(+ p) {
    margin-bottom: min(2.133vw, 9.6px);
  }
}
.p-top-projects__sub-title__note {
  font-size: clamp(9.6px, 0.938vw, 14.4px);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-top-projects__sub-title__note {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.p-top-projects__link svg {
  display: inline-block;
  vertical-align: top;
  width: min(0.938vw, 14.4px);
  transform: translateY(min(0.313vw, 4.8px));
}

@media screen and (max-width: 768px) {
  .p-top-projects__link svg {
    width: min(3.2vw, 14.4px);
    transform: translateY(min(1.067vw, 4.8px));
  }
}
.p-top-message {
  position: relative;
  width: min(84.375vw, 1296px);
  margin: min(19.531vw, 300px) auto;
  padding-top: min(2.344vw, 36px);
  padding-inline: min(1.563vw, 24px);
}

@media screen and (max-width: 768px) {
  .p-top-message {
    width: calc(100% - min(10.667vw, 48px));
    margin-block: min(26.667vw, 120px);
    padding-top: min(6.4vw, 28.8px);
  }
}
.p-top-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: min(81.25vw, 1248px);
  height: 1px;
  margin-inline: auto;
  background-color: #d9d9d9;
}

@media screen and (max-width: 768px) {
  .p-top-message::before {
    width: 100%;
  }
}
.p-top-message__content {
  display: grid;
  grid-template-columns: 1fr min(26.406vw, 405.6px);
  gap: min(5vw, 76.8px);
}

@media screen and (max-width: 768px) {
  .p-top-message__content {
    grid-template-columns: 1fr;
    gap: min(10.667vw, 48px);
  }
}
.p-top-message__title {
  margin-top: min(3.125vw, 48px);
  font-size: clamp(19.2px, 1.875vw, 28.8px);
  font-weight: 500;
  color: #75B4A3;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-top-message__title {
    margin-top: min(10.667vw, 48px);
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-top-message__text {
  margin-block: min(1.875vw, 28.8px);
  font-size: clamp(11.2px, 1.094vw, 16.8px);
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-top-message__text {
    margin-block: min(6.4vw, 28.8px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-top-message__text p {
  line-height: 220%;
}

@media screen and (max-width: 768px) {
  .p-top-message__text p {
    line-height: 200%;
  }
}
.p-top-message__author {
  letter-spacing: 0.03em;
}

.p-top-message__author-role {
  font-size: clamp(11.2px, 1.094vw, 16.8px);
}

@media screen and (max-width: 768px) {
  .p-top-message__author-role {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.p-top-message__author-name {
  font-size: clamp(16px, 1.563vw, 24px);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-top-message__author-name {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-top-message__image {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-top-message__image {
    width: min(78.667vw, 354px);
    margin-inline: auto;
  }
}
.p-top-company__wrapper {
  background: url("/assets/img/top/company_bg.webp") no-repeat center bottom/100% auto;
}

@media screen and (max-width: 768px) {
  .p-top-company__wrapper {
    background-image: url("/assets/img/top/company_bg_sp.webp");
  }
}
.p-top-company__wrapper .l-footer {
  padding: 0;
  padding-bottom: min(2.188vw, 33.6px);
  background-color: unset;
}

@media screen and (max-width: 768px) {
  .p-top-company__wrapper .l-footer {
    padding-bottom: min(3.2vw, 14.4px);
  }
}
.p-top-company__wrapper .l-footer__inner {
  margin: 0;
  padding: 0;
}

.p-top-company__inner {
  position: relative;
  width: min(84.375vw, 1296px);
  margin-inline: auto;
  padding: min(3.125vw, 48px) min(1.563vw, 24px) min(3.906vw, 60px);
}

@media screen and (max-width: 768px) {
  .p-top-company__inner {
    width: 100%;
    padding: min(6.4vw, 28.8px) min(5.333vw, 24px) min(8vw, 36px);
  }
}
.p-top-company__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: min(81.25vw, 1248px);
  height: 1px;
  margin-inline: auto;
  background-color: #d9d9d9;
}

@media screen and (max-width: 768px) {
  .p-top-company__inner::before {
    width: min(89.333vw, 402px);
  }
}
.p-top-company__contents {
  display: grid;
  grid-template-columns: 1fr min(54.141vw, 831.6px);
  gap: min(1.172vw, 18px);
  align-items: flex-start;
  margin-bottom: min(6.406vw, 98.4px);
}

@media screen and (max-width: 768px) {
  .p-top-company__contents {
    grid-template-columns: 1fr;
    gap: min(10.667vw, 48px);
    margin-bottom: min(16vw, 72px);
  }
}
.p-top-company__row {
  display: grid;
  grid-template-columns: clamp(96px, 9.375vw, 144px) 1fr;
  font-size: clamp(11.2px, 1.094vw, 16.8px);
}

@media screen and (max-width: 768px) {
  .p-top-company__row {
    grid-template-columns: clamp(70.4px, 23.467vw, 105.6px) 1fr;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-top-company__row + .p-top-company__row {
  margin-top: min(1.25vw, 19.2px);
}

@media screen and (max-width: 768px) {
  .p-top-company__row + .p-top-company__row {
    margin-top: min(4.267vw, 19.2px);
  }
}
.p-top-company__label, .p-top-company__value {
  padding-block: min(0.625vw, 9.6px);
}

@media screen and (max-width: 768px) {
  .p-top-company__label, .p-top-company__value {
    padding-block: min(2.133vw, 9.6px);
  }
}
.p-top-company__label {
  font-weight: 500;
  border-bottom: 1px solid #75B4A3;
}

.p-top-company__value {
  padding-left: min(0.938vw, 14.4px);
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 768px) {
  .p-top-company__value {
    padding-left: min(3.2vw, 14.4px);
  }
}
.p-top-company__cta {
  display: grid;
  grid-template-columns: 1fr clamp(172px, 16.797vw, 258px);
  align-items: center;
  width: min(65.625vw, 1008px);
  margin-inline: auto;
  padding: min(3.594vw, 55.2px) min(8.828vw, 135.6px) min(3.906vw, 60px) min(5.469vw, 84px);
  color: #fff;
  background-color: #75B4A3;
  border-radius: min(0.781vw, 12px);
}

@media (max-width: 800px) {
  .p-top-company__cta {
    padding-right: min(7.813vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-company__cta {
    grid-template-columns: 1fr;
    gap: min(8vw, 36px);
    width: min(89.333vw, 402px);
    padding: min(8vw, 36px) min(4vw, 18px);
    text-align: center;
    border-radius: min(2.667vw, 12px);
  }
}
.p-top-company__cta__title {
  font-family: "Marcellus", serif;
  font-size: clamp(29.6px, 2.891vw, 44.4px);
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-top-company__cta__title {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
  }
}
.p-top-company__cta__button {
  display: grid;
  grid-template-columns: 1fr min(1.094vw, 16.8px);
  align-items: center;
  padding: min(0.703vw, 10.8px) min(1.25vw, 19.2px) min(0.703vw, 10.8px) min(2.109vw, 32.4px);
  font-family: "Marcellus", serif;
  font-size: clamp(14.4px, 1.406vw, 21.6px);
  letter-spacing: 0.03em;
  border: 1px solid #fff;
  border-radius: min(6.25vw, 96px);
}

@media screen and (min-width: 769px) {
  .p-top-company__cta__button:hover {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-top-company__cta__button {
    grid-template-columns: 1fr min(3.733vw, 16.8px);
    width: min(62.667vw, 282px);
    margin-inline: auto;
    padding: min(2.4vw, 10.8px) min(4.267vw, 19.2px) min(2.4vw, 10.8px) min(7.2vw, 32.4px);
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-top-company__cta__button svg {
  display: block;
  width: 100%;
}

/* ================================================
   Project: Contact Page
================================================ */
.p-contact {
  margin-top: min(4.688vw, 72px);
}

@media screen and (max-width: 768px) {
  .p-contact {
    margin-top: clamp(24px, 8vw, 36px);
  }
}
.p-contact__inner {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: min(6.25vw, 96px);
  width: min(85.938vw, 1320px);
  margin-inline: auto;
  padding-left: min(1.563vw, 24px);
}

@media screen and (max-width: 768px) {
  .p-contact__inner {
    grid-template-columns: 1fr;
    gap: clamp(32px, 10.667vw, 48px);
    width: 100%;
    padding-left: unset;
  }
}
.p-contact__title {
  font-family: "Marcellus", serif;
  font-size: clamp(38.4px, 3.75vw, 57.6px);
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: min(1.094vw, 16.8px);
}

@media screen and (max-width: 768px) {
  .p-contact__title {
    font-size: clamp(28.8px, 9.6vw, 43.2px);
    margin-bottom: clamp(6.4px, 2.133vw, 9.6px);
  }
}
.p-contact__title::first-letter {
  color: #75B4A3;
}

@media screen and (max-width: 768px) {
  .p-contact__title-area {
    padding-inline: clamp(16px, 5.333vw, 24px);
  }
}
.p-contact__subtitle {
  font-size: clamp(12.8px, 1.25vw, 19.2px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p-contact__subtitle {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-contact__form-area {
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .p-contact__form-area {
    overflow: hidden;
  }
  .p-contact__form-area .hs-form-frame {
    width: calc(100% + clamp(24px, 8vw, 36px));
    margin-left: clamp(-16px, -5.333vw, -24px);
  }
}
.u-color--link {
  color: #0049a7;
}

.u-color--over {
  color: #5c35c4;
}

.u-color--accent {
  color: #0049a7;
}

.u-color--gray {
  color: #d9d9d9;
}

.u-color--alert {
  color: #f0a3a3;
}

.u-color--text {
  color: #333333;
}

.u-color--text-second {
  color: #666666;
}

.u-color--text-third {
  color: #aaaaaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt-0 {
  margin-top: 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.313vw, 4.8px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-4 {
    margin-right: min(1.067vw, 4.8px) !important;
  }
}
.u-mt-8 {
  margin-top: min(0.625vw, 9.6px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-8 {
    margin-right: min(2.133vw, 9.6px) !important;
  }
}
.u-mt-12 {
  margin-top: min(0.938vw, 14.4px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-12 {
    margin-right: min(3.2vw, 14.4px) !important;
  }
}
.u-mt-16 {
  margin-top: min(1.25vw, 19.2px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-16 {
    margin-right: min(4.267vw, 19.2px) !important;
  }
}
.u-mt-20 {
  margin-top: min(1.563vw, 24px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-20 {
    margin-right: min(5.333vw, 24px) !important;
  }
}
.u-mt-24 {
  margin-top: min(1.875vw, 28.8px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-24 {
    margin-right: min(6.4vw, 28.8px) !important;
  }
}
.u-mt-28 {
  margin-top: min(2.188vw, 33.6px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-28 {
    margin-right: min(7.467vw, 33.6px) !important;
  }
}
.u-mt-32 {
  margin-top: min(2.5vw, 38.4px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-32 {
    margin-right: min(8.533vw, 38.4px) !important;
  }
}
.u-mt-36 {
  margin-top: min(2.813vw, 43.2px) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-48 {
    margin-right: min(12.8vw, 57.6px) !important;
  }
}
.u-mt-52 {
  margin-top: min(4.063vw, 62.4px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-52 {
    margin-right: min(13.867vw, 62.4px) !important;
  }
}
.u-mt-56 {
  margin-top: min(4.375vw, 67.2px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-56 {
    margin-right: min(14.933vw, 67.2px) !important;
  }
}
.u-mt-60 {
  margin-top: min(4.688vw, 72px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-60 {
    margin-right: min(16vw, 72px) !important;
  }
}
.u-mt-64 {
  margin-top: min(5vw, 76.8px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-64 {
    margin-right: min(17.067vw, 76.8px) !important;
  }
}
.u-mt-68 {
  margin-top: min(5.313vw, 81.6px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-68 {
    margin-right: min(18.133vw, 81.6px) !important;
  }
}
.u-mt-72 {
  margin-top: min(5.625vw, 86.4px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-72 {
    margin-right: min(19.2vw, 86.4px) !important;
  }
}
.u-mt-76 {
  margin-top: min(5.938vw, 91.2px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-76 {
    margin-right: min(20.267vw, 91.2px) !important;
  }
}
.u-mt-80 {
  margin-top: min(6.25vw, 96px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-mr-80 {
    margin-right: min(21.333vw, 96px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m-md-auto {
    margin: auto;
  }
  .u-m-md-0 {
    margin: 0;
  }
  .u-m-md-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-md-l-auto {
    margin-left: auto;
  }
  .u-m-md-r-auto {
    margin-right: auto;
  }
  .u-mt-md-0 {
    margin-top: min(0vw, 0px) !important;
  }
  .u-mb-md-0 {
    margin-bottom: min(0vw, 0px) !important;
  }
  .u-ml-md-0 {
    margin-left: min(0vw, 0px) !important;
  }
  .u-mr-md-0 {
    margin-right: min(0vw, 0px) !important;
  }
  .u-mt-md-4 {
    margin-top: min(1.067vw, 4.8px) !important;
  }
  .u-mb-md-4 {
    margin-bottom: min(1.067vw, 4.8px) !important;
  }
  .u-ml-md-4 {
    margin-left: min(1.067vw, 4.8px) !important;
  }
  .u-mr-md-4 {
    margin-right: min(1.067vw, 4.8px) !important;
  }
  .u-mt-md-8 {
    margin-top: min(2.133vw, 9.6px) !important;
  }
  .u-mb-md-8 {
    margin-bottom: min(2.133vw, 9.6px) !important;
  }
  .u-ml-md-8 {
    margin-left: min(2.133vw, 9.6px) !important;
  }
  .u-mr-md-8 {
    margin-right: min(2.133vw, 9.6px) !important;
  }
  .u-mt-md-12 {
    margin-top: min(3.2vw, 14.4px) !important;
  }
  .u-mb-md-12 {
    margin-bottom: min(3.2vw, 14.4px) !important;
  }
  .u-ml-md-12 {
    margin-left: min(3.2vw, 14.4px) !important;
  }
  .u-mr-md-12 {
    margin-right: min(3.2vw, 14.4px) !important;
  }
  .u-mt-md-16 {
    margin-top: min(4.267vw, 19.2px) !important;
  }
  .u-mb-md-16 {
    margin-bottom: min(4.267vw, 19.2px) !important;
  }
  .u-ml-md-16 {
    margin-left: min(4.267vw, 19.2px) !important;
  }
  .u-mr-md-16 {
    margin-right: min(4.267vw, 19.2px) !important;
  }
  .u-mt-md-20 {
    margin-top: min(5.333vw, 24px) !important;
  }
  .u-mb-md-20 {
    margin-bottom: min(5.333vw, 24px) !important;
  }
  .u-ml-md-20 {
    margin-left: min(5.333vw, 24px) !important;
  }
  .u-mr-md-20 {
    margin-right: min(5.333vw, 24px) !important;
  }
  .u-mt-md-24 {
    margin-top: min(6.4vw, 28.8px) !important;
  }
  .u-mb-md-24 {
    margin-bottom: min(6.4vw, 28.8px) !important;
  }
  .u-ml-md-24 {
    margin-left: min(6.4vw, 28.8px) !important;
  }
  .u-mr-md-24 {
    margin-right: min(6.4vw, 28.8px) !important;
  }
  .u-mt-md-28 {
    margin-top: min(7.467vw, 33.6px) !important;
  }
  .u-mb-md-28 {
    margin-bottom: min(7.467vw, 33.6px) !important;
  }
  .u-ml-md-28 {
    margin-left: min(7.467vw, 33.6px) !important;
  }
  .u-mr-md-28 {
    margin-right: min(7.467vw, 33.6px) !important;
  }
  .u-mt-md-32 {
    margin-top: min(8.533vw, 38.4px) !important;
  }
  .u-mb-md-32 {
    margin-bottom: min(8.533vw, 38.4px) !important;
  }
  .u-ml-md-32 {
    margin-left: min(8.533vw, 38.4px) !important;
  }
  .u-mr-md-32 {
    margin-right: min(8.533vw, 38.4px) !important;
  }
  .u-mt-md-36 {
    margin-top: min(9.6vw, 43.2px) !important;
  }
  .u-mb-md-36 {
    margin-bottom: min(9.6vw, 43.2px) !important;
  }
  .u-ml-md-36 {
    margin-left: min(9.6vw, 43.2px) !important;
  }
  .u-mr-md-36 {
    margin-right: min(9.6vw, 43.2px) !important;
  }
  .u-mt-md-40 {
    margin-top: min(10.667vw, 48px) !important;
  }
  .u-mb-md-40 {
    margin-bottom: min(10.667vw, 48px) !important;
  }
  .u-ml-md-40 {
    margin-left: min(10.667vw, 48px) !important;
  }
  .u-mr-md-40 {
    margin-right: min(10.667vw, 48px) !important;
  }
  .u-mt-md-44 {
    margin-top: min(11.733vw, 52.8px) !important;
  }
  .u-mb-md-44 {
    margin-bottom: min(11.733vw, 52.8px) !important;
  }
  .u-ml-md-44 {
    margin-left: min(11.733vw, 52.8px) !important;
  }
  .u-mr-md-44 {
    margin-right: min(11.733vw, 52.8px) !important;
  }
  .u-mt-md-48 {
    margin-top: min(12.8vw, 57.6px) !important;
  }
  .u-mb-md-48 {
    margin-bottom: min(12.8vw, 57.6px) !important;
  }
  .u-ml-md-48 {
    margin-left: min(12.8vw, 57.6px) !important;
  }
  .u-mr-md-48 {
    margin-right: min(12.8vw, 57.6px) !important;
  }
  .u-mt-md-52 {
    margin-top: min(13.867vw, 62.4px) !important;
  }
  .u-mb-md-52 {
    margin-bottom: min(13.867vw, 62.4px) !important;
  }
  .u-ml-md-52 {
    margin-left: min(13.867vw, 62.4px) !important;
  }
  .u-mr-md-52 {
    margin-right: min(13.867vw, 62.4px) !important;
  }
  .u-mt-md-56 {
    margin-top: min(14.933vw, 67.2px) !important;
  }
  .u-mb-md-56 {
    margin-bottom: min(14.933vw, 67.2px) !important;
  }
  .u-ml-md-56 {
    margin-left: min(14.933vw, 67.2px) !important;
  }
  .u-mr-md-56 {
    margin-right: min(14.933vw, 67.2px) !important;
  }
  .u-mt-md-60 {
    margin-top: min(16vw, 72px) !important;
  }
  .u-mb-md-60 {
    margin-bottom: min(16vw, 72px) !important;
  }
  .u-ml-md-60 {
    margin-left: min(16vw, 72px) !important;
  }
  .u-mr-md-60 {
    margin-right: min(16vw, 72px) !important;
  }
  .u-mt-md-64 {
    margin-top: min(17.067vw, 76.8px) !important;
  }
  .u-mb-md-64 {
    margin-bottom: min(17.067vw, 76.8px) !important;
  }
  .u-ml-md-64 {
    margin-left: min(17.067vw, 76.8px) !important;
  }
  .u-mr-md-64 {
    margin-right: min(17.067vw, 76.8px) !important;
  }
  .u-mt-md-68 {
    margin-top: min(18.133vw, 81.6px) !important;
  }
  .u-mb-md-68 {
    margin-bottom: min(18.133vw, 81.6px) !important;
  }
  .u-ml-md-68 {
    margin-left: min(18.133vw, 81.6px) !important;
  }
  .u-mr-md-68 {
    margin-right: min(18.133vw, 81.6px) !important;
  }
  .u-mt-md-72 {
    margin-top: min(19.2vw, 86.4px) !important;
  }
  .u-mb-md-72 {
    margin-bottom: min(19.2vw, 86.4px) !important;
  }
  .u-ml-md-72 {
    margin-left: min(19.2vw, 86.4px) !important;
  }
  .u-mr-md-72 {
    margin-right: min(19.2vw, 86.4px) !important;
  }
  .u-mt-md-76 {
    margin-top: min(20.267vw, 91.2px) !important;
  }
  .u-mb-md-76 {
    margin-bottom: min(20.267vw, 91.2px) !important;
  }
  .u-ml-md-76 {
    margin-left: min(20.267vw, 91.2px) !important;
  }
  .u-mr-md-76 {
    margin-right: min(20.267vw, 91.2px) !important;
  }
  .u-mt-md-80 {
    margin-top: min(21.333vw, 96px) !important;
  }
  .u-mb-md-80 {
    margin-bottom: min(21.333vw, 96px) !important;
  }
  .u-ml-md-80 {
    margin-left: min(21.333vw, 96px) !important;
  }
  .u-mr-md-80 {
    margin-right: min(21.333vw, 96px) !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.313vw, 4.8px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-pr-4 {
    padding-right: min(1.067vw, 4.8px) !important;
  }
}
.u-pt-8 {
  padding-top: min(0.625vw, 9.6px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-pr-8 {
    padding-right: min(2.133vw, 9.6px) !important;
  }
}
.u-pt-12 {
  padding-top: min(0.938vw, 14.4px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-pr-12 {
    padding-right: min(3.2vw, 14.4px) !important;
  }
}
.u-pt-16 {
  padding-top: min(1.25vw, 19.2px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-pr-16 {
    padding-right: min(4.267vw, 19.2px) !important;
  }
}
.u-pt-20 {
  padding-top: min(1.563vw, 24px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-pr-20 {
    padding-right: min(5.333vw, 24px) !important;
  }
}
.u-pt-24 {
  padding-top: min(1.875vw, 28.8px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-pr-24 {
    padding-right: min(6.4vw, 28.8px) !important;
  }
}
.u-pt-28 {
  padding-top: min(2.188vw, 33.6px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-pr-28 {
    padding-right: min(7.467vw, 33.6px) !important;
  }
}
.u-pt-32 {
  padding-top: min(2.5vw, 38.4px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-pr-32 {
    padding-right: min(8.533vw, 38.4px) !important;
  }
}
.u-pt-36 {
  padding-top: min(2.813vw, 43.2px) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .u-pr-48 {
    padding-right: min(12.8vw, 57.6px) !important;
  }
}
.u-pt-52 {
  padding-top: min(4.063vw, 62.4px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-pr-52 {
    padding-right: min(13.867vw, 62.4px) !important;
  }
}
.u-pt-56 {
  padding-top: min(4.375vw, 67.2px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-pr-56 {
    padding-right: min(14.933vw, 67.2px) !important;
  }
}
.u-pt-60 {
  padding-top: min(4.688vw, 72px) !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-pr-60 {
    padding-right: min(16vw, 72px) !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, 4.8px) !important;
  }
  .u-pb-pr-4 {
    padding-bottom: min(1.067vw, 4.8px) !important;
  }
  .u-pl-pr-4 {
    padding-left: min(1.067vw, 4.8px) !important;
  }
  .u-pr-pr-4 {
    padding-right: min(1.067vw, 4.8px) !important;
  }
  .u-pt-pr-8 {
    padding-top: min(2.133vw, 9.6px) !important;
  }
  .u-pb-pr-8 {
    padding-bottom: min(2.133vw, 9.6px) !important;
  }
  .u-pl-pr-8 {
    padding-left: min(2.133vw, 9.6px) !important;
  }
  .u-pr-pr-8 {
    padding-right: min(2.133vw, 9.6px) !important;
  }
  .u-pt-pr-12 {
    padding-top: min(3.2vw, 14.4px) !important;
  }
  .u-pb-pr-12 {
    padding-bottom: min(3.2vw, 14.4px) !important;
  }
  .u-pl-pr-12 {
    padding-left: min(3.2vw, 14.4px) !important;
  }
  .u-pr-pr-12 {
    padding-right: min(3.2vw, 14.4px) !important;
  }
  .u-pt-pr-16 {
    padding-top: min(4.267vw, 19.2px) !important;
  }
  .u-pb-pr-16 {
    padding-bottom: min(4.267vw, 19.2px) !important;
  }
  .u-pl-pr-16 {
    padding-left: min(4.267vw, 19.2px) !important;
  }
  .u-pr-pr-16 {
    padding-right: min(4.267vw, 19.2px) !important;
  }
  .u-pt-pr-20 {
    padding-top: min(5.333vw, 24px) !important;
  }
  .u-pb-pr-20 {
    padding-bottom: min(5.333vw, 24px) !important;
  }
  .u-pl-pr-20 {
    padding-left: min(5.333vw, 24px) !important;
  }
  .u-pr-pr-20 {
    padding-right: min(5.333vw, 24px) !important;
  }
  .u-pt-pr-24 {
    padding-top: min(6.4vw, 28.8px) !important;
  }
  .u-pb-pr-24 {
    padding-bottom: min(6.4vw, 28.8px) !important;
  }
  .u-pl-pr-24 {
    padding-left: min(6.4vw, 28.8px) !important;
  }
  .u-pr-pr-24 {
    padding-right: min(6.4vw, 28.8px) !important;
  }
  .u-pt-pr-28 {
    padding-top: min(7.467vw, 33.6px) !important;
  }
  .u-pb-pr-28 {
    padding-bottom: min(7.467vw, 33.6px) !important;
  }
  .u-pl-pr-28 {
    padding-left: min(7.467vw, 33.6px) !important;
  }
  .u-pr-pr-28 {
    padding-right: min(7.467vw, 33.6px) !important;
  }
  .u-pt-pr-32 {
    padding-top: min(8.533vw, 38.4px) !important;
  }
  .u-pb-pr-32 {
    padding-bottom: min(8.533vw, 38.4px) !important;
  }
  .u-pl-pr-32 {
    padding-left: min(8.533vw, 38.4px) !important;
  }
  .u-pr-pr-32 {
    padding-right: min(8.533vw, 38.4px) !important;
  }
  .u-pt-pr-36 {
    padding-top: min(9.6vw, 43.2px) !important;
  }
  .u-pb-pr-36 {
    padding-bottom: min(9.6vw, 43.2px) !important;
  }
  .u-pl-pr-36 {
    padding-left: min(9.6vw, 43.2px) !important;
  }
  .u-pr-pr-36 {
    padding-right: min(9.6vw, 43.2px) !important;
  }
  .u-pt-pr-40 {
    padding-top: min(10.667vw, 48px) !important;
  }
  .u-pb-pr-40 {
    padding-bottom: min(10.667vw, 48px) !important;
  }
  .u-pl-pr-40 {
    padding-left: min(10.667vw, 48px) !important;
  }
  .u-pr-pr-40 {
    padding-right: min(10.667vw, 48px) !important;
  }
  .u-pt-pr-44 {
    padding-top: min(11.733vw, 52.8px) !important;
  }
  .u-pb-pr-44 {
    padding-bottom: min(11.733vw, 52.8px) !important;
  }
  .u-pl-pr-44 {
    padding-left: min(11.733vw, 52.8px) !important;
  }
  .u-pr-pr-44 {
    padding-right: min(11.733vw, 52.8px) !important;
  }
  .u-pt-pr-48 {
    padding-top: min(12.8vw, 57.6px) !important;
  }
  .u-pb-pr-48 {
    padding-bottom: min(12.8vw, 57.6px) !important;
  }
  .u-pl-pr-48 {
    padding-left: min(12.8vw, 57.6px) !important;
  }
  .u-pr-pr-48 {
    padding-right: min(12.8vw, 57.6px) !important;
  }
  .u-pt-pr-52 {
    padding-top: min(13.867vw, 62.4px) !important;
  }
  .u-pb-pr-52 {
    padding-bottom: min(13.867vw, 62.4px) !important;
  }
  .u-pl-pr-52 {
    padding-left: min(13.867vw, 62.4px) !important;
  }
  .u-pr-pr-52 {
    padding-right: min(13.867vw, 62.4px) !important;
  }
  .u-pt-pr-56 {
    padding-top: min(14.933vw, 67.2px) !important;
  }
  .u-pb-pr-56 {
    padding-bottom: min(14.933vw, 67.2px) !important;
  }
  .u-pl-pr-56 {
    padding-left: min(14.933vw, 67.2px) !important;
  }
  .u-pr-pr-56 {
    padding-right: min(14.933vw, 67.2px) !important;
  }
  .u-pt-pr-60 {
    padding-top: min(16vw, 72px) !important;
  }
  .u-pb-pr-60 {
    padding-bottom: min(16vw, 72px) !important;
  }
  .u-pl-pr-60 {
    padding-left: min(16vw, 72px) !important;
  }
  .u-pr-pr-60 {
    padding-right: min(16vw, 72px) !important;
  }
}
.u-text--bold {
  font-weight: bold !important;
}

.u-text--normal {
  font-weight: normal !important;
}

.u-text--size--ll, .u-text--size--ll a {
  font-size: clamp(22.4px, 2.188vw, 33.6px) !important;
}

@media screen and (max-width: 768px) {
  .u-text--size--ll, .u-text--size--ll a {
    font-size: clamp(17.6px, 5.867vw, 26.4px) !important;
  }
}
.u-text--size--l, .u-text--size--l a {
  font-size: clamp(19.2px, 1.875vw, 28.8px) !important;
}

@media screen and (max-width: 768px) {
  .u-text--size--l, .u-text--size--l a {
    font-size: clamp(12.8px, 4.267vw, 19.2px) !important;
  }
}
.u-text--size--m, .u-text--size--m a {
  font-size: clamp(16px, 1.563vw, 24px) !important;
}

@media screen and (max-width: 768px) {
  .u-text--size--m, .u-text--size--m a {
    font-size: clamp(12.8px, 4.267vw, 19.2px) !important;
  }
}
.u-text--size--n, .u-text--size--n a {
  font-size: clamp(12.8px, 1.25vw, 19.2px) !important;
}

@media screen and (max-width: 768px) {
  .u-text--size--n, .u-text--size--n a {
    font-size: clamp(11.2px, 3.733vw, 16.8px) !important;
  }
}
.u-text--size--s, .u-text--size--s a {
  font-size: clamp(10.4px, 1.016vw, 15.6px) !important;
}

@media screen and (max-width: 768px) {
  .u-text--size--s, .u-text--size--s a {
    font-size: clamp(8.8px, 2.933vw, 13.2px) !important;
  }
}
.u-text--size--ss, .u-text--size--ss a {
  font-size: clamp(8.8px, 0.859vw, 13.2px) !important;
}

@media screen and (max-width: 768px) {
  .u-text--size--ss, .u-text--size--ss a {
    font-size: clamp(8px, 2.667vw, 12px) !important;
  }
}
.u-text--left {
  text-align: left !important;
}

.u-text--right {
  text-align: right !important;
}

.u-text--center {
  text-align: center !important;
}

@media screen and (min-width: 769px) {
  .u-text--pccenter {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .u-text--spcenter {
    text-align: center !important;
  }
}
.u-text--notice {
  color: #666666;
  font-size: clamp(11.2px, 1.094vw, 16.8px);
  font-weight: normal;
  line-height: 1.5;
  text-indent: -1.5em;
  padding-left: 1.5em;
  vertical-align: text-top;
}

@media screen and (max-width: 768px) {
  .u-text--notice {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.u-textlink--arrow, .u-textlink--pdf, .u-textlink--blank {
  color: #0049a7;
  display: inline-block;
  position: relative;
}

.u-textlink--arrow i:first-child, .u-textlink--pdf i:first-child, .u-textlink--blank i:first-child {
  color: #0049a7;
  text-decoration: none;
  position: absolute;
}

.u-textlink--arrow {
  padding-left: min(1.875vw, 28.8px);
}

@media screen and (max-width: 768px) {
  .u-textlink--arrow {
    padding-left: min(6.4vw, 28.8px);
  }
}
.u-textlink--arrow i:first-child {
  font-size: clamp(12.8px, 1.25vw, 19.2px);
  margin-right: 0.5em;
  margin-left: 0;
  left: 0px;
  top: min(0.625vw, 9.6px);
}

@media screen and (max-width: 768px) {
  .u-textlink--arrow i:first-child {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    top: 0.6em;
  }
}
.u-textlink--arrow--secondary {
  padding-left: 14px;
}

@media screen and (max-width: 768px) {
  .u-textlink--arrow--secondary {
    padding-left: min(3.2vw, 14.4px);
  }
}
.u-textlink--arrow--secondary [class*=fa-angle] {
  font-size: clamp(16px, 1.563vw, 24px);
  left: -1px;
  top: 0.6em;
}

@media screen and (max-width: 768px) {
  .u-textlink--arrow--secondary [class*=fa-angle] {
    font-size: clamp(12px, 4vw, 18px);
  }
}
.u-textlink--pdf {
  padding-right: min(1.875vw, 28.8px);
}

@media screen and (max-width: 768px) {
  .u-textlink--pdf {
    padding-right: min(4.8vw, 21.6px);
  }
}
.u-textlink--pdf i:first-child {
  top: 0.5em;
}

.u-textlink--blank {
  padding-right: min(2.188vw, 33.6px);
}

@media screen and (max-width: 768px) {
  .u-textlink--blank {
    padding-right: min(6.4vw, 28.8px);
  }
}
.u-textlink--blank i:first-child {
  top: 0.4em;
}

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

.u-wid-10 {
  width: min(0.781vw, 12px) !important;
  min-width: min(0.781vw, 12px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-10 {
    width: min(0.781vw, 12px) !important;
    min-width: min(2.667vw, 12px) !important;
  }
}
.u-wid-20 {
  width: min(1.563vw, 24px) !important;
  min-width: min(1.563vw, 24px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-20 {
    width: min(1.563vw, 24px) !important;
    min-width: min(5.333vw, 24px) !important;
  }
}
.u-wid-30 {
  width: min(2.344vw, 36px) !important;
  min-width: min(2.344vw, 36px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-30 {
    width: min(2.344vw, 36px) !important;
    min-width: min(8vw, 36px) !important;
  }
}
.u-wid-40 {
  width: min(3.125vw, 48px) !important;
  min-width: min(3.125vw, 48px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-40 {
    width: min(3.125vw, 48px) !important;
    min-width: min(10.667vw, 48px) !important;
  }
}
.u-wid-50 {
  width: min(3.906vw, 60px) !important;
  min-width: min(3.906vw, 60px) !important;
}

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

@media screen and (max-width: 768px) {
  .u-wid-60 {
    width: min(4.688vw, 72px) !important;
    min-width: min(16vw, 72px) !important;
  }
}
.u-wid-70 {
  width: min(5.469vw, 84px) !important;
  min-width: min(5.469vw, 84px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-70 {
    width: min(5.469vw, 84px) !important;
    min-width: min(18.667vw, 84px) !important;
  }
}
.u-wid-80 {
  width: min(6.25vw, 96px) !important;
  min-width: min(6.25vw, 96px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-80 {
    width: min(6.25vw, 96px) !important;
    min-width: min(21.333vw, 96px) !important;
  }
}
.u-wid-90 {
  width: min(7.031vw, 108px) !important;
  min-width: min(7.031vw, 108px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-90 {
    width: min(7.031vw, 108px) !important;
    min-width: min(24vw, 108px) !important;
  }
}
.u-wid-100 {
  width: min(7.813vw, 120px) !important;
  min-width: min(7.813vw, 120px) !important;
}

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

@media screen and (max-width: 768px) {
  .u-wid-110 {
    width: min(8.594vw, 132px) !important;
    min-width: min(29.333vw, 132px) !important;
  }
}
.u-wid-120 {
  width: min(9.375vw, 144px) !important;
  min-width: min(9.375vw, 144px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-120 {
    width: min(9.375vw, 144px) !important;
    min-width: min(32vw, 144px) !important;
  }
}
.u-wid-130 {
  width: min(10.156vw, 156px) !important;
  min-width: min(10.156vw, 156px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-130 {
    width: min(10.156vw, 156px) !important;
    min-width: min(34.667vw, 156px) !important;
  }
}
.u-wid-140 {
  width: min(10.938vw, 168px) !important;
  min-width: min(10.938vw, 168px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-140 {
    width: min(10.938vw, 168px) !important;
    min-width: min(37.333vw, 168px) !important;
  }
}
.u-wid-150 {
  width: min(11.719vw, 180px) !important;
  min-width: min(11.719vw, 180px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-150 {
    width: min(11.719vw, 180px) !important;
    min-width: min(40vw, 180px) !important;
  }
}
.u-wid-160 {
  width: min(12.5vw, 192px) !important;
  min-width: min(12.5vw, 192px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-160 {
    width: min(12.5vw, 192px) !important;
    min-width: min(42.667vw, 192px) !important;
  }
}
.u-wid-170 {
  width: min(13.281vw, 204px) !important;
  min-width: min(13.281vw, 204px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-170 {
    width: min(13.281vw, 204px) !important;
    min-width: min(45.333vw, 204px) !important;
  }
}
.u-wid-180 {
  width: min(14.063vw, 216px) !important;
  min-width: min(14.063vw, 216px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-180 {
    width: min(14.063vw, 216px) !important;
    min-width: min(48vw, 216px) !important;
  }
}
.u-wid-190 {
  width: min(14.844vw, 228px) !important;
  min-width: min(14.844vw, 228px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-190 {
    width: min(14.844vw, 228px) !important;
    min-width: min(50.667vw, 228px) !important;
  }
}
.u-wid-200 {
  width: min(15.625vw, 240px) !important;
  min-width: min(15.625vw, 240px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-200 {
    width: min(15.625vw, 240px) !important;
    min-width: min(53.333vw, 240px) !important;
  }
}
.u-wid-210 {
  width: min(16.406vw, 252px) !important;
  min-width: min(16.406vw, 252px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-210 {
    width: min(16.406vw, 252px) !important;
    min-width: min(56vw, 252px) !important;
  }
}
.u-wid-220 {
  width: min(17.188vw, 264px) !important;
  min-width: min(17.188vw, 264px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-220 {
    width: min(17.188vw, 264px) !important;
    min-width: min(58.667vw, 264px) !important;
  }
}
.u-wid-230 {
  width: min(17.969vw, 276px) !important;
  min-width: min(17.969vw, 276px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-230 {
    width: min(17.969vw, 276px) !important;
    min-width: min(61.333vw, 276px) !important;
  }
}
.u-wid-240 {
  width: min(18.75vw, 288px) !important;
  min-width: min(18.75vw, 288px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-240 {
    width: min(18.75vw, 288px) !important;
    min-width: min(64vw, 288px) !important;
  }
}
.u-wid-250 {
  width: min(19.531vw, 300px) !important;
  min-width: min(19.531vw, 300px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-250 {
    width: min(19.531vw, 300px) !important;
    min-width: min(66.667vw, 300px) !important;
  }
}
.u-wid-260 {
  width: min(20.313vw, 312px) !important;
  min-width: min(20.313vw, 312px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-260 {
    width: min(20.313vw, 312px) !important;
    min-width: min(69.333vw, 312px) !important;
  }
}
.u-wid-270 {
  width: min(21.094vw, 324px) !important;
  min-width: min(21.094vw, 324px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-270 {
    width: min(21.094vw, 324px) !important;
    min-width: min(72vw, 324px) !important;
  }
}
.u-wid-280 {
  width: min(21.875vw, 336px) !important;
  min-width: min(21.875vw, 336px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-280 {
    width: min(21.875vw, 336px) !important;
    min-width: min(74.667vw, 336px) !important;
  }
}
.u-wid-290 {
  width: min(22.656vw, 348px) !important;
  min-width: min(22.656vw, 348px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-290 {
    width: min(22.656vw, 348px) !important;
    min-width: min(77.333vw, 348px) !important;
  }
}
.u-wid-300 {
  width: min(23.438vw, 360px) !important;
  min-width: min(23.438vw, 360px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-300 {
    width: min(23.438vw, 360px) !important;
    min-width: min(80vw, 360px) !important;
  }
}
.u-wid-310 {
  width: min(24.219vw, 372px) !important;
  min-width: min(24.219vw, 372px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-310 {
    width: min(24.219vw, 372px) !important;
    min-width: min(82.667vw, 372px) !important;
  }
}
.u-wid-320 {
  width: min(25vw, 384px) !important;
  min-width: min(25vw, 384px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-320 {
    width: min(25vw, 384px) !important;
    min-width: min(85.333vw, 384px) !important;
  }
}
.u-wid-330 {
  width: min(25.781vw, 396px) !important;
  min-width: min(25.781vw, 396px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-330 {
    width: min(25.781vw, 396px) !important;
    min-width: min(88vw, 396px) !important;
  }
}
.u-wid-340 {
  width: min(26.563vw, 408px) !important;
  min-width: min(26.563vw, 408px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-340 {
    width: min(26.563vw, 408px) !important;
    min-width: min(90.667vw, 408px) !important;
  }
}
.u-wid-350 {
  width: min(27.344vw, 420px) !important;
  min-width: min(27.344vw, 420px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-350 {
    width: min(27.344vw, 420px) !important;
    min-width: min(93.333vw, 420px) !important;
  }
}
.u-wid-360 {
  width: min(28.125vw, 432px) !important;
  min-width: min(28.125vw, 432px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-360 {
    width: min(28.125vw, 432px) !important;
    min-width: min(96vw, 432px) !important;
  }
}
.u-wid-370 {
  width: min(28.906vw, 444px) !important;
  min-width: min(28.906vw, 444px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-370 {
    width: min(28.906vw, 444px) !important;
    min-width: min(98.667vw, 444px) !important;
  }
}
.u-wid-380 {
  width: min(29.688vw, 456px) !important;
  min-width: min(29.688vw, 456px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-380 {
    width: min(29.688vw, 456px) !important;
    min-width: min(101.333vw, 456px) !important;
  }
}
.u-wid-390 {
  width: min(30.469vw, 468px) !important;
  min-width: min(30.469vw, 468px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-390 {
    width: min(30.469vw, 468px) !important;
    min-width: min(104vw, 468px) !important;
  }
}
.u-wid-400 {
  width: min(31.25vw, 480px) !important;
  min-width: min(31.25vw, 480px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-400 {
    width: min(31.25vw, 480px) !important;
    min-width: min(106.667vw, 480px) !important;
  }
}
.u-wid-410 {
  width: min(32.031vw, 492px) !important;
  min-width: min(32.031vw, 492px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-410 {
    width: min(32.031vw, 492px) !important;
    min-width: min(109.333vw, 492px) !important;
  }
}
.u-wid-420 {
  width: min(32.813vw, 504px) !important;
  min-width: min(32.813vw, 504px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-420 {
    width: min(32.813vw, 504px) !important;
    min-width: min(112vw, 504px) !important;
  }
}
.u-wid-430 {
  width: min(33.594vw, 516px) !important;
  min-width: min(33.594vw, 516px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-430 {
    width: min(33.594vw, 516px) !important;
    min-width: min(114.667vw, 516px) !important;
  }
}
.u-wid-440 {
  width: min(34.375vw, 528px) !important;
  min-width: min(34.375vw, 528px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-440 {
    width: min(34.375vw, 528px) !important;
    min-width: min(117.333vw, 528px) !important;
  }
}
.u-wid-450 {
  width: min(35.156vw, 540px) !important;
  min-width: min(35.156vw, 540px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-450 {
    width: min(35.156vw, 540px) !important;
    min-width: min(120vw, 540px) !important;
  }
}
.u-wid-460 {
  width: min(35.938vw, 552px) !important;
  min-width: min(35.938vw, 552px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-460 {
    width: min(35.938vw, 552px) !important;
    min-width: min(122.667vw, 552px) !important;
  }
}
.u-wid-470 {
  width: min(36.719vw, 564px) !important;
  min-width: min(36.719vw, 564px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-470 {
    width: min(36.719vw, 564px) !important;
    min-width: min(125.333vw, 564px) !important;
  }
}
.u-wid-480 {
  width: min(37.5vw, 576px) !important;
  min-width: min(37.5vw, 576px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-480 {
    width: min(37.5vw, 576px) !important;
    min-width: min(128vw, 576px) !important;
  }
}
.u-wid-490 {
  width: min(38.281vw, 588px) !important;
  min-width: min(38.281vw, 588px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-490 {
    width: min(38.281vw, 588px) !important;
    min-width: min(130.667vw, 588px) !important;
  }
}
.u-wid-500 {
  width: min(39.063vw, 600px) !important;
  min-width: min(39.063vw, 600px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-500 {
    width: min(39.063vw, 600px) !important;
    min-width: min(133.333vw, 600px) !important;
  }
}
.u-wid-510 {
  width: min(39.844vw, 612px) !important;
  min-width: min(39.844vw, 612px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-510 {
    width: min(39.844vw, 612px) !important;
    min-width: min(136vw, 612px) !important;
  }
}
.u-wid-520 {
  width: min(40.625vw, 624px) !important;
  min-width: min(40.625vw, 624px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-520 {
    width: min(40.625vw, 624px) !important;
    min-width: min(138.667vw, 624px) !important;
  }
}
.u-wid-530 {
  width: min(41.406vw, 636px) !important;
  min-width: min(41.406vw, 636px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-530 {
    width: min(41.406vw, 636px) !important;
    min-width: min(141.333vw, 636px) !important;
  }
}
.u-wid-540 {
  width: min(42.188vw, 648px) !important;
  min-width: min(42.188vw, 648px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-540 {
    width: min(42.188vw, 648px) !important;
    min-width: min(144vw, 648px) !important;
  }
}
.u-wid-550 {
  width: min(42.969vw, 660px) !important;
  min-width: min(42.969vw, 660px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-550 {
    width: min(42.969vw, 660px) !important;
    min-width: min(146.667vw, 660px) !important;
  }
}
.u-wid-560 {
  width: min(43.75vw, 672px) !important;
  min-width: min(43.75vw, 672px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-560 {
    width: min(43.75vw, 672px) !important;
    min-width: min(149.333vw, 672px) !important;
  }
}
.u-wid-570 {
  width: min(44.531vw, 684px) !important;
  min-width: min(44.531vw, 684px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-570 {
    width: min(44.531vw, 684px) !important;
    min-width: min(152vw, 684px) !important;
  }
}
.u-wid-580 {
  width: min(45.313vw, 696px) !important;
  min-width: min(45.313vw, 696px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-580 {
    width: min(45.313vw, 696px) !important;
    min-width: min(154.667vw, 696px) !important;
  }
}
.u-wid-590 {
  width: min(46.094vw, 708px) !important;
  min-width: min(46.094vw, 708px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-590 {
    width: min(46.094vw, 708px) !important;
    min-width: min(157.333vw, 708px) !important;
  }
}
.u-wid-600 {
  width: min(46.875vw, 720px) !important;
  min-width: min(46.875vw, 720px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-600 {
    width: min(46.875vw, 720px) !important;
    min-width: min(160vw, 720px) !important;
  }
}
.u-wid-610 {
  width: min(47.656vw, 732px) !important;
  min-width: min(47.656vw, 732px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-610 {
    width: min(47.656vw, 732px) !important;
    min-width: min(162.667vw, 732px) !important;
  }
}
.u-wid-620 {
  width: min(48.438vw, 744px) !important;
  min-width: min(48.438vw, 744px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-620 {
    width: min(48.438vw, 744px) !important;
    min-width: min(165.333vw, 744px) !important;
  }
}
.u-wid-630 {
  width: min(49.219vw, 756px) !important;
  min-width: min(49.219vw, 756px) !important;
}

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

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

@media screen and (max-width: 768px) {
  .u-wid-650 {
    width: min(50.781vw, 780px) !important;
    min-width: min(173.333vw, 780px) !important;
  }
}
.u-wid-660 {
  width: min(51.563vw, 792px) !important;
  min-width: min(51.563vw, 792px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-660 {
    width: min(51.563vw, 792px) !important;
    min-width: min(176vw, 792px) !important;
  }
}
.u-wid-670 {
  width: min(52.344vw, 804px) !important;
  min-width: min(52.344vw, 804px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-670 {
    width: min(52.344vw, 804px) !important;
    min-width: min(178.667vw, 804px) !important;
  }
}
.u-wid-680 {
  width: min(53.125vw, 816px) !important;
  min-width: min(53.125vw, 816px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-680 {
    width: min(53.125vw, 816px) !important;
    min-width: min(181.333vw, 816px) !important;
  }
}
.u-wid-690 {
  width: min(53.906vw, 828px) !important;
  min-width: min(53.906vw, 828px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-690 {
    width: min(53.906vw, 828px) !important;
    min-width: min(184vw, 828px) !important;
  }
}
.u-wid-700 {
  width: min(54.688vw, 840px) !important;
  min-width: min(54.688vw, 840px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-700 {
    width: min(54.688vw, 840px) !important;
    min-width: min(186.667vw, 840px) !important;
  }
}
.u-wid-710 {
  width: min(55.469vw, 852px) !important;
  min-width: min(55.469vw, 852px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-710 {
    width: min(55.469vw, 852px) !important;
    min-width: min(189.333vw, 852px) !important;
  }
}
.u-wid-720 {
  width: min(56.25vw, 864px) !important;
  min-width: min(56.25vw, 864px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-720 {
    width: min(56.25vw, 864px) !important;
    min-width: min(192vw, 864px) !important;
  }
}
.u-wid-730 {
  width: min(57.031vw, 876px) !important;
  min-width: min(57.031vw, 876px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-730 {
    width: min(57.031vw, 876px) !important;
    min-width: min(194.667vw, 876px) !important;
  }
}
.u-wid-740 {
  width: min(57.813vw, 888px) !important;
  min-width: min(57.813vw, 888px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-740 {
    width: min(57.813vw, 888px) !important;
    min-width: min(197.333vw, 888px) !important;
  }
}
.u-wid-750 {
  width: min(58.594vw, 900px) !important;
  min-width: min(58.594vw, 900px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-750 {
    width: min(58.594vw, 900px) !important;
    min-width: min(200vw, 900px) !important;
  }
}
.u-wid-760 {
  width: min(59.375vw, 912px) !important;
  min-width: min(59.375vw, 912px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-760 {
    width: min(59.375vw, 912px) !important;
    min-width: min(202.667vw, 912px) !important;
  }
}
.u-wid-770 {
  width: min(60.156vw, 924px) !important;
  min-width: min(60.156vw, 924px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-770 {
    width: min(60.156vw, 924px) !important;
    min-width: min(205.333vw, 924px) !important;
  }
}
.u-wid-780 {
  width: min(60.938vw, 936px) !important;
  min-width: min(60.938vw, 936px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-780 {
    width: min(60.938vw, 936px) !important;
    min-width: min(208vw, 936px) !important;
  }
}
.u-wid-790 {
  width: min(61.719vw, 948px) !important;
  min-width: min(61.719vw, 948px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-790 {
    width: min(61.719vw, 948px) !important;
    min-width: min(210.667vw, 948px) !important;
  }
}
.u-wid-800 {
  width: min(62.5vw, 960px) !important;
  min-width: min(62.5vw, 960px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-800 {
    width: min(62.5vw, 960px) !important;
    min-width: min(213.333vw, 960px) !important;
  }
}
.u-wid-810 {
  width: min(63.281vw, 972px) !important;
  min-width: min(63.281vw, 972px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-810 {
    width: min(63.281vw, 972px) !important;
    min-width: min(216vw, 972px) !important;
  }
}
.u-wid-820 {
  width: min(64.063vw, 984px) !important;
  min-width: min(64.063vw, 984px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-820 {
    width: min(64.063vw, 984px) !important;
    min-width: min(218.667vw, 984px) !important;
  }
}
.u-wid-830 {
  width: min(64.844vw, 996px) !important;
  min-width: min(64.844vw, 996px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-830 {
    width: min(64.844vw, 996px) !important;
    min-width: min(221.333vw, 996px) !important;
  }
}
.u-wid-840 {
  width: min(65.625vw, 1008px) !important;
  min-width: min(65.625vw, 1008px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-840 {
    width: min(65.625vw, 1008px) !important;
    min-width: min(224vw, 1008px) !important;
  }
}
.u-wid-850 {
  width: min(66.406vw, 1020px) !important;
  min-width: min(66.406vw, 1020px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-850 {
    width: min(66.406vw, 1020px) !important;
    min-width: min(226.667vw, 1020px) !important;
  }
}
.u-wid-860 {
  width: min(67.188vw, 1032px) !important;
  min-width: min(67.188vw, 1032px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-860 {
    width: min(67.188vw, 1032px) !important;
    min-width: min(229.333vw, 1032px) !important;
  }
}
.u-wid-870 {
  width: min(67.969vw, 1044px) !important;
  min-width: min(67.969vw, 1044px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-870 {
    width: min(67.969vw, 1044px) !important;
    min-width: min(232vw, 1044px) !important;
  }
}
.u-wid-880 {
  width: min(68.75vw, 1056px) !important;
  min-width: min(68.75vw, 1056px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-880 {
    width: min(68.75vw, 1056px) !important;
    min-width: min(234.667vw, 1056px) !important;
  }
}
.u-wid-890 {
  width: min(69.531vw, 1068px) !important;
  min-width: min(69.531vw, 1068px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-890 {
    width: min(69.531vw, 1068px) !important;
    min-width: min(237.333vw, 1068px) !important;
  }
}
.u-wid-900 {
  width: min(70.313vw, 1080px) !important;
  min-width: min(70.313vw, 1080px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-900 {
    width: min(70.313vw, 1080px) !important;
    min-width: min(240vw, 1080px) !important;
  }
}
.u-wid-910 {
  width: min(71.094vw, 1092px) !important;
  min-width: min(71.094vw, 1092px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-910 {
    width: min(71.094vw, 1092px) !important;
    min-width: min(242.667vw, 1092px) !important;
  }
}
.u-wid-920 {
  width: min(71.875vw, 1104px) !important;
  min-width: min(71.875vw, 1104px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-920 {
    width: min(71.875vw, 1104px) !important;
    min-width: min(245.333vw, 1104px) !important;
  }
}
.u-wid-930 {
  width: min(72.656vw, 1116px) !important;
  min-width: min(72.656vw, 1116px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-930 {
    width: min(72.656vw, 1116px) !important;
    min-width: min(248vw, 1116px) !important;
  }
}
.u-wid-940 {
  width: min(73.438vw, 1128px) !important;
  min-width: min(73.438vw, 1128px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-940 {
    width: min(73.438vw, 1128px) !important;
    min-width: min(250.667vw, 1128px) !important;
  }
}
.u-wid-950 {
  width: min(74.219vw, 1140px) !important;
  min-width: min(74.219vw, 1140px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-950 {
    width: min(74.219vw, 1140px) !important;
    min-width: min(253.333vw, 1140px) !important;
  }
}
.u-wid-960 {
  width: min(75vw, 1152px) !important;
  min-width: min(75vw, 1152px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-960 {
    width: min(75vw, 1152px) !important;
    min-width: min(256vw, 1152px) !important;
  }
}
.u-wid-970 {
  width: min(75.781vw, 1164px) !important;
  min-width: min(75.781vw, 1164px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-970 {
    width: min(75.781vw, 1164px) !important;
    min-width: min(258.667vw, 1164px) !important;
  }
}
.u-wid-980 {
  width: min(76.563vw, 1176px) !important;
  min-width: min(76.563vw, 1176px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-980 {
    width: min(76.563vw, 1176px) !important;
    min-width: min(261.333vw, 1176px) !important;
  }
}
.u-wid-990 {
  width: min(77.344vw, 1188px) !important;
  min-width: min(77.344vw, 1188px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-990 {
    width: min(77.344vw, 1188px) !important;
    min-width: min(264vw, 1188px) !important;
  }
}
.u-wid-1000 {
  width: min(78.125vw, 1200px) !important;
  min-width: min(78.125vw, 1200px) !important;
}

@media screen and (max-width: 768px) {
  .u-wid-1000 {
    width: min(78.125vw, 1200px) !important;
    min-width: min(266.667vw, 1200px) !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.781vw, 12px) !important;
    min-width: min(0.781vw, 12px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-10 {
    width: min(0.781vw, 12px) !important;
    min-width: min(2.667vw, 12px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-20 {
    width: min(1.563vw, 24px) !important;
    min-width: min(1.563vw, 24px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-20 {
    width: min(1.563vw, 24px) !important;
    min-width: min(5.333vw, 24px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-30 {
    width: min(2.344vw, 36px) !important;
    min-width: min(2.344vw, 36px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-30 {
    width: min(2.344vw, 36px) !important;
    min-width: min(8vw, 36px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-40 {
    width: min(3.125vw, 48px) !important;
    min-width: min(3.125vw, 48px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-40 {
    width: min(3.125vw, 48px) !important;
    min-width: min(10.667vw, 48px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-50 {
    width: min(3.906vw, 60px) !important;
    min-width: min(3.906vw, 60px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-50 {
    width: min(3.906vw, 60px) !important;
    min-width: min(13.333vw, 60px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-60 {
    width: min(4.688vw, 72px) !important;
    min-width: min(4.688vw, 72px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-60 {
    width: min(4.688vw, 72px) !important;
    min-width: min(16vw, 72px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-70 {
    width: min(5.469vw, 84px) !important;
    min-width: min(5.469vw, 84px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-70 {
    width: min(5.469vw, 84px) !important;
    min-width: min(18.667vw, 84px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-80 {
    width: min(6.25vw, 96px) !important;
    min-width: min(6.25vw, 96px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-80 {
    width: min(6.25vw, 96px) !important;
    min-width: min(21.333vw, 96px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-90 {
    width: min(7.031vw, 108px) !important;
    min-width: min(7.031vw, 108px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-90 {
    width: min(7.031vw, 108px) !important;
    min-width: min(24vw, 108px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-100 {
    width: min(7.813vw, 120px) !important;
    min-width: min(7.813vw, 120px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-100 {
    width: min(7.813vw, 120px) !important;
    min-width: min(26.667vw, 120px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-110 {
    width: min(8.594vw, 132px) !important;
    min-width: min(8.594vw, 132px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-110 {
    width: min(8.594vw, 132px) !important;
    min-width: min(29.333vw, 132px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-120 {
    width: min(9.375vw, 144px) !important;
    min-width: min(9.375vw, 144px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-120 {
    width: min(9.375vw, 144px) !important;
    min-width: min(32vw, 144px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-130 {
    width: min(10.156vw, 156px) !important;
    min-width: min(10.156vw, 156px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-130 {
    width: min(10.156vw, 156px) !important;
    min-width: min(34.667vw, 156px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-140 {
    width: min(10.938vw, 168px) !important;
    min-width: min(10.938vw, 168px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-140 {
    width: min(10.938vw, 168px) !important;
    min-width: min(37.333vw, 168px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-150 {
    width: min(11.719vw, 180px) !important;
    min-width: min(11.719vw, 180px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-150 {
    width: min(11.719vw, 180px) !important;
    min-width: min(40vw, 180px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-160 {
    width: min(12.5vw, 192px) !important;
    min-width: min(12.5vw, 192px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-160 {
    width: min(12.5vw, 192px) !important;
    min-width: min(42.667vw, 192px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-170 {
    width: min(13.281vw, 204px) !important;
    min-width: min(13.281vw, 204px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-170 {
    width: min(13.281vw, 204px) !important;
    min-width: min(45.333vw, 204px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-180 {
    width: min(14.063vw, 216px) !important;
    min-width: min(14.063vw, 216px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-180 {
    width: min(14.063vw, 216px) !important;
    min-width: min(48vw, 216px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-190 {
    width: min(14.844vw, 228px) !important;
    min-width: min(14.844vw, 228px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-190 {
    width: min(14.844vw, 228px) !important;
    min-width: min(50.667vw, 228px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-200 {
    width: min(15.625vw, 240px) !important;
    min-width: min(15.625vw, 240px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-200 {
    width: min(15.625vw, 240px) !important;
    min-width: min(53.333vw, 240px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-210 {
    width: min(16.406vw, 252px) !important;
    min-width: min(16.406vw, 252px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-210 {
    width: min(16.406vw, 252px) !important;
    min-width: min(56vw, 252px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-220 {
    width: min(17.188vw, 264px) !important;
    min-width: min(17.188vw, 264px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-220 {
    width: min(17.188vw, 264px) !important;
    min-width: min(58.667vw, 264px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-230 {
    width: min(17.969vw, 276px) !important;
    min-width: min(17.969vw, 276px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-230 {
    width: min(17.969vw, 276px) !important;
    min-width: min(61.333vw, 276px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-240 {
    width: min(18.75vw, 288px) !important;
    min-width: min(18.75vw, 288px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-240 {
    width: min(18.75vw, 288px) !important;
    min-width: min(64vw, 288px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-250 {
    width: min(19.531vw, 300px) !important;
    min-width: min(19.531vw, 300px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-250 {
    width: min(19.531vw, 300px) !important;
    min-width: min(66.667vw, 300px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-260 {
    width: min(20.313vw, 312px) !important;
    min-width: min(20.313vw, 312px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-260 {
    width: min(20.313vw, 312px) !important;
    min-width: min(69.333vw, 312px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-270 {
    width: min(21.094vw, 324px) !important;
    min-width: min(21.094vw, 324px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-270 {
    width: min(21.094vw, 324px) !important;
    min-width: min(72vw, 324px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-280 {
    width: min(21.875vw, 336px) !important;
    min-width: min(21.875vw, 336px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-280 {
    width: min(21.875vw, 336px) !important;
    min-width: min(74.667vw, 336px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-290 {
    width: min(22.656vw, 348px) !important;
    min-width: min(22.656vw, 348px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-290 {
    width: min(22.656vw, 348px) !important;
    min-width: min(77.333vw, 348px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-300 {
    width: min(23.438vw, 360px) !important;
    min-width: min(23.438vw, 360px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-300 {
    width: min(23.438vw, 360px) !important;
    min-width: min(80vw, 360px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-310 {
    width: min(24.219vw, 372px) !important;
    min-width: min(24.219vw, 372px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-310 {
    width: min(24.219vw, 372px) !important;
    min-width: min(82.667vw, 372px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-320 {
    width: min(25vw, 384px) !important;
    min-width: min(25vw, 384px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-320 {
    width: min(25vw, 384px) !important;
    min-width: min(85.333vw, 384px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-330 {
    width: min(25.781vw, 396px) !important;
    min-width: min(25.781vw, 396px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-330 {
    width: min(25.781vw, 396px) !important;
    min-width: min(88vw, 396px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-340 {
    width: min(26.563vw, 408px) !important;
    min-width: min(26.563vw, 408px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-340 {
    width: min(26.563vw, 408px) !important;
    min-width: min(90.667vw, 408px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-350 {
    width: min(27.344vw, 420px) !important;
    min-width: min(27.344vw, 420px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-350 {
    width: min(27.344vw, 420px) !important;
    min-width: min(93.333vw, 420px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-360 {
    width: min(28.125vw, 432px) !important;
    min-width: min(28.125vw, 432px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-360 {
    width: min(28.125vw, 432px) !important;
    min-width: min(96vw, 432px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-370 {
    width: min(28.906vw, 444px) !important;
    min-width: min(28.906vw, 444px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-370 {
    width: min(28.906vw, 444px) !important;
    min-width: min(98.667vw, 444px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-380 {
    width: min(29.688vw, 456px) !important;
    min-width: min(29.688vw, 456px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-380 {
    width: min(29.688vw, 456px) !important;
    min-width: min(101.333vw, 456px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-390 {
    width: min(30.469vw, 468px) !important;
    min-width: min(30.469vw, 468px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-390 {
    width: min(30.469vw, 468px) !important;
    min-width: min(104vw, 468px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-400 {
    width: min(31.25vw, 480px) !important;
    min-width: min(31.25vw, 480px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-400 {
    width: min(31.25vw, 480px) !important;
    min-width: min(106.667vw, 480px) !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;
  }
}