@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
}

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

body {
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  body {
    font-size: clamp(11.2px, 1.009vw, 16.8px);
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}

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

dt {
  font-weight: 500;
}

a, .base-link, button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  a:hover, .base-link:hover, button:hover {
    text-decoration: none;
    opacity: 0.75;
  }
}

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

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

figure:has(> figcaption) {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5em;
}

iframe {
  max-width: 100%;
}

p {
  line-height: 1.75;
}
p + p {
  margin-top: 2em;
}
p small {
  font-size: clamp(9.6px, 0.865vw, 14.4px);
}
p a {
  color: #060606;
  text-decoration: underline;
}

em {
  font-style: normal;
}

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: #eee;
  border: none;
  margin: min(1.441vw, 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: clamp(59.2px, 5.331vw, 88.8px);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: clamp(36px, 12vw, 54px);
  }
}
.l-header::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-header::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  right: 0;
  height: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-header.scrollact::before, .l-header.scrollact::after, .l-header.is-act::before, .l-header.is-act::after {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .l-header.scrollact {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .l-header.is-act {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  max-width: min(103.746vw, 1728px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 min(1.441vw, 24px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 min(2.667vw, 12px);
  }
}
.l-header__logo__img {
  display: block;
  width: auto;
  height: clamp(24px, 2.161vw, 36px);
}
@media screen and (max-width: 768px) {
  .l-header__logo__img {
    height: clamp(19px, 6.4vw, 29px);
  }
}
.l-header__nav {
  margin-left: auto;
  display: none;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  position: fixed;
  top: clamp(59.2px, 5.331vw, 88.8px);
  left: 0;
  overflow: auto;
}
@media screen and (min-width: 769px) {
  .l-header__nav {
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    height: calc(100vh - min(12vw, 54px));
    padding-bottom: min(20vw, 90px);
    top: clamp(36px, 12vw, 54px);
  }
}
.l-header__nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header__nav__top {
  height: min(2.45vw, 40.8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .l-header__nav__top {
    padding: min(8vw, 36px) min(12vw, 54px);
  }
}
@media screen and (max-width: 540px) {
  .l-header__nav__top {
    padding: min(8vw, 36px);
  }
}
.l-header__nav__top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: min(2.882vw, 48px);
}
@media screen and (max-width: 768px) {
  .l-header__nav__top__list {
    margin-bottom: min(6.667vw, 30px);
  }
}
.l-header__nav__top__list__item:not(:last-child) {
  margin-right: min(2.522vw, 42px);
}
@media screen and (max-width: 768px) {
  .l-header__nav__top__list__item:not(:last-child) {
    margin-right: min(9.333vw, 42px);
  }
}
.l-header__nav__top__list__item a {
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  font-weight: 500;
  padding-left: min(0.865vw, 14.4px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__nav__top__list__item a {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding-left: min(3.2vw, 14.4px);
  }
}
.l-header__nav__top__list__item a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #060606;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-header__nav__top__list__item a::before {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.l-header__nav__menu {
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 min(2.161vw, 36px);
  }
}
.l-header__nav__menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu__item {
    border-bottom: 1px solid #eee;
  }
}
.l-header__nav__menu__item.is-act::before {
  opacity: 0;
}
.l-header__nav__menu__item.is-act::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu__item:hover .l-header__head, .l-header__nav__menu__item:hover .l-header__link {
    color: #060606 !important;
    border-bottom: 2px solid #060606;
  }
  .l-header__nav__menu__item:hover .l-header__head::before, .l-header__nav__menu__item:hover .l-header__link::before {
    opacity: 1;
  }
  .l-header__nav__menu__item:hover .l-header__head::after, .l-header__nav__menu__item:hover .l-header__link::after {
    color: #060606;
  }
  .l-header__nav__menu__item:hover .l-header__head::after {
    content: "\f068";
    font-size: clamp(12.4px, 1.117vw, 18.6px);
  }
}
.l-header__nav__menu__item--button {
  margin-left: min(1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu__item--button {
    margin-top: min(7.467vw, 33.6px);
  }
}
.l-header__link, .l-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.576vw, 9.6px);
  position: relative;
  width: 100%;
  height: auto;
  color: #333 !important;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  font-weight: 500;
  padding: min(1.009vw, 16.8px) 0;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .l-header__link, .l-header__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 2px solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .l-header__link, .l-header__head {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding: min(2.667vw, 12px) min(5.333vw, 24px);
  }
}
.l-header__link::before, .l-header__head::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #060606;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.l-header__link::before, .l-header__head::before {
  content: none;
}
.l-header__link::after, .l-header__head::after {
  font-family: "Font Awesome 6 Pro";
  color: #060606;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-header__head::after {
  content: "\f107";
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  font-weight: 500;
  color: #060606;
}
@media screen and (max-width: 768px) {
  .l-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) {
  .l-header__head::after {
    right: min(6.133vw, 27.6px);
  }
}
.l-header__head.is-act::after {
  content: "\f068";
}
.l-header__button[class*=c-button] {
  width: min(12.968vw, 216px);
  height: min(3.314vw, 55.2px);
}
@media screen and (max-width: 768px) {
  .l-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);
  }
}
.l-header__button[class*=c-button]::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__button[class*=c-button]::after {
    display: block;
  }
}
.l-header__sub__wrapper {
  display: none;
  background-color: #fff;
  padding: min(1.297vw, 21.6px);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  cursor: default;
}
@media screen and (min-width: 769px) {
  .l-header__sub__wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header__sub__wrapper {
    width: 100%;
    background-color: #eee;
    border-top: #eee solid 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    position: relative;
  }
}
.l-header__sub__menu {
  width: 100%;
  display: block;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 769px) {
  .l-header__sub__menu {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.l-header__sub__menu__item {
  padding-left: min(1.297vw, 21.6px);
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-header__sub__menu__item {
    padding-left: 0;
  }
}
.l-header__sub__menu__item:not(:last-child) {
  border-bottom: #eee solid 1px;
  margin-bottom: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .l-header__sub__menu__item:not(:last-child) {
    margin-bottom: min(0.576vw, 9.6px);
    border: none;
  }
}
.l-header__sub__menu__item a {
  display: block;
  position: relative;
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-header__sub__menu__item a {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding: min(2.667vw, 12px) min(5.333vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .l-header__sub__menu__item a:hover {
    color: #060606;
  }
}
.l-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.72vw, 12px);
}
@media screen and (max-width: 768px) {
  .is-act .l-header__btns {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    padding-top: min(4.267vw, 19.2px);
  }
}
.l-header__btns__btn {
  display: -ms-grid;
  display: grid;
  place-content: center;
  min-width: min(10.086vw, 168px);
  height: min(3.89vw, 64.8px);
  padding: 1em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #060606;
  border-radius: clamp(160px, 14.409vw, 240px);
}
.l-header__btns__btn.entry {
  background-color: #060606;
}
.l-header__btns__btn.yoyaku {
  background-color: #060606;
}
@media screen and (max-width: 768px) {
  .l-header__btns__btn {
    display: none;
    width: 100%;
    height: min(11.733vw, 52.8px);
    padding: 0;
    text-align: center;
    line-height: 1.25;
    border-radius: 0;
  }
  .is-act .l-header__btns__btn {
    display: -ms-grid;
    display: grid;
  }
}
.l-header__btns__btn--sub {
  color: #333;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .l-header__btns__btn--sub {
    background-color: #eee;
  }
  .l-header__btns__btn--sub + .l-header__btns__btn--sub {
    border-left: 1px solid #999;
  }
}
.l-header__hamburger {
  position: relative;
  width: min(3.89vw, 64.8px);
  height: min(3.89vw, 64.8px);
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .l-header__hamburger {
    margin-left: min(0.72vw, 12px);
    background-color: #333;
    border-radius: 50%;
    border: 1px solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .l-header__hamburger {
    position: fixed;
    right: min(3.2vw, 14.4px);
    top: min(2.133vw, 9.6px);
    width: min(8vw, 36px);
    height: min(8vw, 36px);
  }
}
.l-header__hamburger::before, .l-header__hamburger::after {
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger::before, .l-header__hamburger::after {
    color: #333;
  }
}
.l-header__hamburger::before {
  content: "\f0c9";
  font-size: clamp(14.4px, 1.297vw, 21.6px);
}
@media screen and (max-width: 768px) {
  .l-header__hamburger::before {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
  }
}
.l-header__hamburger::after {
  content: "\f00d";
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger::after {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
  }
}
@media screen and (min-width: 769px) {
  .is-act .l-header__hamburger {
    background-color: transparent;
    border-color: #060606;
  }
}
.is-act .l-header__hamburger::before {
  opacity: 0;
}
.is-act .l-header__hamburger::after {
  color: #060606;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  [data-spmenu_white=true] .l-header__hamburger::before {
    color: #fff;
  }
  [data-spmenu_white=true] .l-header.scrollact .l-header__hamburger::before {
    color: #333;
  }
}
[data-hnav_layer=true] .l-container {
  padding-top: 0;
}

[data-hnav_layer=false] .l-header {
  background-color: unset;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
[data-hnav_layer=false] .l-header::before {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .l-header .noSpFixed {
    min-width: auto;
    font-weight: 400;
  }
  [data-hnav_layer=true] .l-header .noSpFixed {
    color: #fff;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
  }
  [data-hnav_layer=true] .l-header.scrollact .noSpFixed, [data-hnav_layer=true] .l-header.is-act .noSpFixed {
    color: #333;
    -webkit-filter: none;
            filter: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header .noSpFixed {
    display: none;
  }
}
.l-footer {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.l-footer__contact {
  padding: min(3.242vw, 54px) 0;
  color: #fff;
  background-color: #1f1e1e;
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    padding: min(9.333vw, 42px) min(5.333vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .l-footer__contact__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(2.161vw, 36px) 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(2.161vw, 36px);
    margin: auto;
    padding: 0 min(1.081vw, 18px);
  }
}
@media screen and (min-width: 769px) {
  .l-footer__contact__title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    padding-right: min(3.602vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact__title {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    text-align: center;
    margin-bottom: min(5.333vw, 24px);
  }
}
.l-footer__contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.36vw, 6px);
  margin-top: min(0.576vw, 9.6px);
  font-size: min(2.882vw, 48px);
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .l-footer__contact__tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(1.333vw, 6px);
    margin-top: min(2.133vw, 9.6px);
    font-size: clamp(25.6px, 8.533vw, 38.4px);
  }
}
.l-footer__contact__tel__icon {
  display: block;
  width: clamp(41.6px, 3.746vw, 62.4px);
}
@media screen and (max-width: 768px) {
  .l-footer__contact__tel__icon {
    width: clamp(36px, 12vw, 54px);
  }
}
.l-footer__contact__text {
  line-height: 1.5714285714;
}
.l-footer__contact__text__attention {
  display: block;
  margin-top: min(0.432vw, 7.2px);
  font-size: clamp(8px, 0.72vw, 12px);
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .l-footer__contact__text__attention {
    margin-top: min(2.133vw, 9.6px);
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.l-footer__nav {
  margin: min(2.594vw, 43.2px) 0;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    margin: min(6.667vw, 30px) min(5.333vw, 24px);
  }
}
.l-footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(1.081vw, 18px) min(2.161vw, 36px);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .l-footer__nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: min(3.2vw, 14.4px) 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav__item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav__link {
    display: block;
    width: 100%;
  }
}
.l-footer__sougo {
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  .l-footer__sougo {
    padding: 0 min(5.333vw, 24px);
  }
}
.l-footer__sougo__inner > p {
  font-size: clamp(16px, 1.441vw, 24px);
  text-align: center;
  margin-bottom: min(2.738vw, 45.6px);
}
@media screen and (max-width: 768px) {
  .l-footer__sougo__inner > p {
    font-size: clamp(16px, 5.333vw, 24px);
    margin-bottom: min(5.333vw, 24px);
  }
}
.l-footer__sougo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(1.441vw, 24px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-footer__sougo__list {
    gap: min(5.333vw, 24px);
  }
}
.l-footer__sougo__list--item {
  min-width: 440px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__sougo__list--item {
    min-width: 100%;
  }
}
.l-footer__recommend {
  margin: min(2.161vw, 36px) 0;
}
@media screen and (max-width: 768px) {
  .l-footer__recommend {
    margin-top: min(5.333vw, 24px);
    margin-bottom: min(5.333vw, 24px);
  }
}
.l-footer__recommend__title {
  font-size: clamp(16px, 1.441vw, 24px);
  text-align: center;
  margin-bottom: min(2.738vw, 45.6px);
}
@media screen and (max-width: 768px) {
  .l-footer__recommend__title {
    font-size: clamp(16px, 5.333vw, 24px);
    margin-bottom: min(5.333vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .l-footer__recommend .swiper {
    overflow: visible;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__recommend .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(1.009vw, 16.8px);
  }
}
.l-footer__recommend .c-slider__slide {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .l-footer__recommend .c-slider__slide {
    width: min(12.752vw, 212.4px);
  }
}
@media screen and (min-width: 769px) {
  .l-footer__recommend .swiper-button-prev, .l-footer__recommend .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__recommend .swiper-button-prev {
    left: min(4vw, 18px);
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__recommend .swiper-button-next {
    left: auto;
    right: min(4vw, 18px);
  }
}
.l-footer__sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(1.081vw, 18px) min(2.161vw, 36px);
  margin: min(2.594vw, 43.2px) auto;
  font-size: clamp(9.6px, 0.865vw, 14.4px);
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .l-footer__sitemap {
    max-width: min(57.637vw, 960px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(2.667vw, 12px);
    margin: min(5.333vw, 24px);
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.l-footer__copy {
  margin: min(2.45vw, 40.8px) 0;
  font-size: clamp(9.6px, 0.865vw, 14.4px);
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: min(6.667vw, 30px);
    margin-bottom: min(6.667vw, 30px);
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(1.441vw, 24px) min(3.602vw, 60px);
  margin: min(2.738vw, 45.6px) auto min(3.602vw, 60px);
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .l-footer__logo {
    max-width: min(57.637vw, 960px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(2.667vw, 12px);
    margin: min(5.333vw, 24px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.l-footer__logo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.801vw, 30px);
}
@media screen and (max-width: 768px) {
  .l-footer__logo__wrapper {
    gap: min(6.667vw, 30px);
  }
}
.l-footer__logo__img {
  display: block;
  height: min(2.161vw, 36px);
}
@media screen and (max-width: 768px) {
  .l-footer__logo__img {
    height: min(4.267vw, 19.2px);
  }
}
.l-footer__notes {
  max-width: min(85.591vw, 1425.6px);
  margin: min(5.043vw, 84px) auto min(2.594vw, 43.2px);
}
@media screen and (max-width: 768px) {
  .l-footer__notes {
    max-width: unset;
    margin: min(8vw, 36px) min(4.8vw, 21.6px) min(5.333vw, 24px);
  }
}
.l-footer__notes__text {
  font-size: clamp(9.6px, 0.865vw, 14.4px);
  font-weight: 400;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .l-footer__notes__text {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}

.l-container {
  width: auto;
  height: auto;
  min-height: 100vh;
  padding-top: clamp(59.2px, 5.331vw, 88.8px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-top: clamp(36px, 12vw, 54px);
  }
}

.l-content {
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  position: relative;
  overflow: hidden;
}

[class*=l-section] {
  width: 100%;
  padding: min(5.764vw, 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.205vw, 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(5.764vw, 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(5.764vw, 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(103.746vw, 1728px);
  padding-left: min(2.882vw, 48px);
  padding-right: min(2.882vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: min(320vw, 1440px);
    padding-left: min(5.333vw, 24px);
    padding-right: min(5.333vw, 24px);
  }
}
.l-inner--wide {
  max-width: min(92.219vw, 1536px);
}
@media screen and (max-width: 1440px) {
  .l-inner--wide {
    max-width: min(341.333vw, 1536px);
    padding-left: min(1.441vw, 24px);
    padding-right: min(1.441vw, 24px);
  }
}
.l-inner--narrow {
  max-width: min(67.723vw, 1128px);
}
@media (max-width: 980px) {
  .l-inner--narrow {
    max-width: min(250.667vw, 1128px);
    padding-left: min(1.441vw, 24px);
    padding-right: min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .l-inner--pc {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  background-color: #060606;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 0 1em;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .c-button {
    min-width: clamp(76.8px, 6.916vw, 115.2px);
    height: clamp(38.4px, 3.458vw, 57.6px);
    font-size: clamp(11.2px, 1.009vw, 16.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    min-width: clamp(76.8px, 25.6vw, 115.2px);
    height: clamp(38.4px, 12.8vw, 57.6px);
  }
}
@media screen and (min-width: 769px) {
  .c-button:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 769px) {
  .c-button--large {
    min-width: clamp(108.8px, 9.798vw, 163.2px);
    height: clamp(44.8px, 4.035vw, 67.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-button--large {
    min-width: clamp(108.8px, 36.267vw, 163.2px);
    height: clamp(44.8px, 14.933vw, 67.2px);
  }
}
.c-button--small {
  min-width: clamp(64px, 5.764vw, 96px);
  height: clamp(28.8px, 2.594vw, 43.2px);
  font-size: clamp(9.6px, 0.865vw, 14.4px);
}
@media screen and (max-width: 768px) {
  .c-button--small {
    min-width: clamp(64px, 21.333vw, 96px);
    height: clamp(28.8px, 9.6vw, 43.2px);
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.c-button--secondary {
  color: #333;
  background-color: transparent;
  border: 2px solid #707070;
}
.c-button--disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.c-button__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-button__list .c-button {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-button__list .c-button {
    width: calc((100% - min(2.667vw, 12px)) / 2);
  }
}
@media screen and (max-width: 540px) {
  .c-button__list .c-button {
    height: min(12.267vw, 55.2px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
@media screen and (max-width: 360px) {
  .c-button__list .c-button {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
@media screen and (min-width: 769px) {
  .c-button__list .c-button + .c-button {
    margin-left: min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-button__list .c-button + .c-button {
    margin-left: min(2.667vw, 12px);
  }
}

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.4409221902%;
}
.c-row *[class*=c-col] {
  --row-gutters-width: 1.4409221902%;
}
@media screen and (max-width: 768px) {
  .c-row {
    gap: 0 4.2666666667%;
  }
  .c-row *[class*=c-col] {
    --row-gutters-width: 4.2666666667%;
  }
}
.c-row__gutters--wide {
  gap: 0 3.4582132565%;
}
.c-row__gutters--wide *[class*=c-col] {
  --row-gutters-width: 3.4582132565%;
}
@media screen and (max-width: 768px) {
  .c-row__gutters--wide {
    gap: 0 5.3333333333%;
  }
  .c-row__gutters--wide *[class*=c-col] {
    --row-gutters-width: 5.3333333333%;
  }
}
.c-row__gutters--narrow {
  gap: 0 0.5763688761%;
}
.c-row__gutters--narrow *[class*=c-col] {
  --row-gutters-width: 0.5763688761%;
}
@media screen and (max-width: 540px) {
  .c-row__gutters--narrow {
    gap: 0 1.0666666667%;
  }
  .c-row__gutters--narrow *[class*=c-col] {
    --row-gutters-width: 1.0666666667%;
  }
}
.c-row__gutters--none {
  gap: 0 0%;
}
.c-row__gutters--none *[class*=c-col] {
  --row-gutters-width: 0%;
}

.c-row img + * {
  margin-top: 0.5em;
}

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

/* default */
.c-col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

.c-order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.c-order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.c-order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

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

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

.c-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

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

.c-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

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

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

.c-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

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

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

.c-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

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

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

.c-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

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

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

.c-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

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

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

.c-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

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

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

.c-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

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

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

.c-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

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

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

.c-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

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

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

.c-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

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

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

.c-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

/* pc */
@media screen and (min-width: 769px) {
  .c-col-pc {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .c-col-pc-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-order-pc-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .c-order-pc-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .c-order-pc-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .c-offset-pc-0 {
    margin-left: 0;
  }
  .c-col-pc-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
  }
  .c-order-pc-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-offset-pc-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-pc-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
  }
  .c-order-pc-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-offset-pc-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-pc-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
  }
  .c-order-pc-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-offset-pc-3 {
    margin-left: 25%;
  }
  .c-col-pc-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
  }
  .c-order-pc-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-offset-pc-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-pc-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
  }
  .c-order-pc-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .c-offset-pc-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-pc-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
  }
  .c-order-pc-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .c-offset-pc-6 {
    margin-left: 50%;
  }
  .c-col-pc-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
  }
  .c-order-pc-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .c-offset-pc-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-pc-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
  }
  .c-order-pc-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .c-offset-pc-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-pc-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
  }
  .c-order-pc-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .c-offset-pc-9 {
    margin-left: 75%;
  }
  .c-col-pc-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
  }
  .c-order-pc-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .c-offset-pc-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-pc-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
  }
  .c-order-pc-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .c-offset-pc-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-pc-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
  }
  .c-order-pc-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .c-offset-pc-12 {
    margin-left: 100%;
  }
}
/* bs */
@media screen and (min-width: 1281px) {
  .c-col-bs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .c-col-bs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-order-bs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .c-order-bs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .c-order-bs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .c-offset-bs-0 {
    margin-left: 0;
  }
  .c-col-bs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
  }
  .c-order-bs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-offset-bs-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-bs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
  }
  .c-order-bs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-offset-bs-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-bs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
  }
  .c-order-bs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-offset-bs-3 {
    margin-left: 25%;
  }
  .c-col-bs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
  }
  .c-order-bs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-offset-bs-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-bs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
  }
  .c-order-bs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .c-offset-bs-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-bs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
  }
  .c-order-bs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .c-offset-bs-6 {
    margin-left: 50%;
  }
  .c-col-bs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
  }
  .c-order-bs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .c-offset-bs-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-bs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
  }
  .c-order-bs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .c-offset-bs-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-bs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
  }
  .c-order-bs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .c-offset-bs-9 {
    margin-left: 75%;
  }
  .c-col-bs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
  }
  .c-order-bs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .c-offset-bs-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-bs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
  }
  .c-order-bs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .c-offset-bs-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-bs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
  }
  .c-order-bs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .c-offset-bs-12 {
    margin-left: 100%;
  }
}
/* lg */
@media screen and (max-width: 1280px) {
  .c-col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .c-col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .c-order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .c-order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .c-offset-lg-0 {
    margin-left: 0;
  }
  .c-col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
  }
  .c-order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
  }
  .c-order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
  }
  .c-order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-offset-lg-3 {
    margin-left: 25%;
  }
  .c-col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
  }
  .c-order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
  }
  .c-order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .c-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
  }
  .c-order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .c-offset-lg-6 {
    margin-left: 50%;
  }
  .c-col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
  }
  .c-order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .c-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
  }
  .c-order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .c-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
  }
  .c-order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .c-offset-lg-9 {
    margin-left: 75%;
  }
  .c-col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
  }
  .c-order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .c-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
  }
  .c-order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .c-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
  }
  .c-order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .c-offset-lg-12 {
    margin-left: 100%;
  }
}
/* tb */
@media screen and (max-width: 1024px) {
  .c-col-tb {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .c-col-tb-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-order-tb-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .c-order-tb-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .c-order-tb-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .c-offset-tb-0 {
    margin-left: 0;
  }
  .c-col-tb-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
  }
  .c-order-tb-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-offset-tb-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-tb-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
  }
  .c-order-tb-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-offset-tb-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-tb-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
  }
  .c-order-tb-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-offset-tb-3 {
    margin-left: 25%;
  }
  .c-col-tb-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
  }
  .c-order-tb-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-offset-tb-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-tb-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
  }
  .c-order-tb-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .c-offset-tb-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-tb-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
  }
  .c-order-tb-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .c-offset-tb-6 {
    margin-left: 50%;
  }
  .c-col-tb-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
  }
  .c-order-tb-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .c-offset-tb-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-tb-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
  }
  .c-order-tb-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .c-offset-tb-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-tb-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
  }
  .c-order-tb-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .c-offset-tb-9 {
    margin-left: 75%;
  }
  .c-col-tb-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
  }
  .c-order-tb-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .c-offset-tb-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-tb-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
  }
  .c-order-tb-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .c-offset-tb-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-tb-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
  }
  .c-order-tb-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .c-offset-tb-12 {
    margin-left: 100%;
  }
}
/* md */
@media screen and (max-width: 768px) {
  .c-col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .c-col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .c-order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .c-order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .c-offset-md-0 {
    margin-left: 0;
  }
  .c-col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
  }
  .c-order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
  }
  .c-order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
  }
  .c-order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-offset-md-3 {
    margin-left: 25%;
  }
  .c-col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
  }
  .c-order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
  }
  .c-order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .c-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
  }
  .c-order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .c-offset-md-6 {
    margin-left: 50%;
  }
  .c-col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
  }
  .c-order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .c-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
  }
  .c-order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .c-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
  }
  .c-order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .c-offset-md-9 {
    margin-left: 75%;
  }
  .c-col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
  }
  .c-order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .c-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
  }
  .c-order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .c-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
  }
  .c-order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .c-offset-md-12 {
    margin-left: 100%;
  }
}
/* sp */
@media screen and (max-width: 540px) {
  .c-col-pr {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .c-col-pr-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-order-pr-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .c-order-pr-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .c-order-pr-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .c-offset-pr-0 {
    margin-left: 0;
  }
  .c-col-pr-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
  }
  .c-order-pr-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-offset-pr-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-pr-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
  }
  .c-order-pr-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-offset-pr-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-pr-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
  }
  .c-order-pr-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-offset-pr-3 {
    margin-left: 25%;
  }
  .c-col-pr-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
  }
  .c-order-pr-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-offset-pr-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-pr-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
  }
  .c-order-pr-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .c-offset-pr-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-pr-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
  }
  .c-order-pr-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .c-offset-pr-6 {
    margin-left: 50%;
  }
  .c-col-pr-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
  }
  .c-order-pr-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .c-offset-pr-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-pr-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
  }
  .c-order-pr-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .c-offset-pr-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-pr-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
  }
  .c-order-pr-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .c-offset-pr-9 {
    margin-left: 75%;
  }
  .c-col-pr-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
  }
  .c-order-pr-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .c-offset-pr-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-pr-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
  }
  .c-order-pr-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .c-offset-pr-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-pr-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
  }
  .c-order-pr-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .c-offset-pr-12 {
    margin-left: 100%;
  }
  .c-col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .c-col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .c-order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .c-order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .c-offset-sm-0 {
    margin-left: 0;
  }
  .c-col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 1 + var(--row-gutters-width) * 0);
  }
  .c-order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 2 + var(--row-gutters-width) * 1);
  }
  .c-order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 3 + var(--row-gutters-width) * 2);
  }
  .c-order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-offset-sm-3 {
    margin-left: 25%;
  }
  .c-col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 4 + var(--row-gutters-width) * 3);
  }
  .c-order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 5 + var(--row-gutters-width) * 4);
  }
  .c-order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .c-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 6 + var(--row-gutters-width) * 5);
  }
  .c-order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .c-offset-sm-6 {
    margin-left: 50%;
  }
  .c-col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 7 + var(--row-gutters-width) * 6);
  }
  .c-order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .c-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 8 + var(--row-gutters-width) * 7);
  }
  .c-order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .c-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 9 + var(--row-gutters-width) * 8);
  }
  .c-order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .c-offset-sm-9 {
    margin-left: 75%;
  }
  .c-col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 10 + var(--row-gutters-width) * 9);
  }
  .c-order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .c-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 11 + var(--row-gutters-width) * 10);
  }
  .c-order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .c-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
            flex: 0 0 calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
    max-width: calc((100% - var(--row-gutters-width) * 11) / 12 * 12 + var(--row-gutters-width) * 11);
  }
  .c-order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .c-offset-sm-12 {
    margin-left: 100%;
  }
}
.c-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(1.441vw, 24px) 1.4409221902%;
}
@media screen and (max-width: 768px) {
  .c-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: min(4.267vw, 19.2px) 4.2666666667%;
  }
}
.c-grid > * {
  margin: 0;
}
.c-grid img {
  display: block;
}
.c-grid img + p {
  margin-top: 0.5em;
}
@media screen and (min-width: 769px) {
  .c-grid__wide {
    grid-area: wide;
  }
  .c-grid--1-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "wide ." "wide .";
  }
  .c-grid--2-1 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
        grid-template-areas: ". wide" ". wide";
  }
  .c-grid--1-2-2 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "wide . ." "wide . .";
  }
  .c-grid--2-2-1 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
        grid-template-areas: ". . wide" ". . wide";
  }
  .c-grid--2-1-2 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
        grid-template-areas: ". wide ." ". wide .";
  }
  .c-grid--1-4-4 {
    -ms-grid-columns: 1fr 0.5fr 0.5fr;
    grid-template-columns: 1fr 0.5fr 0.5fr;
        grid-template-areas: "wide . ." "wide . ." "wide . ." "wide . .";
  }
  .c-grid--4-4-1 {
    -ms-grid-columns: 0.5fr 0.5fr 1fr;
    grid-template-columns: 0.5fr 0.5fr 1fr;
        grid-template-areas: ". . wide" ". . wide" ". . wide" ". . wide";
  }
}
@media screen and (min-width: 769px){
  .c-grid__wide {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .c-grid--2-1 > .c-grid__wide {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .c-grid--1-2-2 > .c-grid__wide {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .c-grid--2-2-1 > .c-grid__wide {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .c-grid--2-1-2 > .c-grid__wide {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .c-grid--1-4-4 > .c-grid__wide {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
  .c-grid--4-4-1 > .c-grid__wide {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 3;
  }
}

[class*=c-title]:not(.c-title__page__header) {
  font-weight: 500;
  line-height: 1.5;
}

.c-title--page {
  font-size: clamp(32px, 2.882vw, 48px);
  margin-top: min(2.017vw, 33.6px);
  margin-bottom: min(3.89vw, 64.8px);
}
@media screen and (max-width: 768px) {
  .c-title--page {
    font-size: clamp(20px, 6.667vw, 30px);
    margin-top: min(6.4vw, 28.8px);
    margin-bottom: min(8.533vw, 38.4px);
  }
}
.c-title--page__wrapper {
  margin-top: min(2.017vw, 33.6px);
  margin-bottom: min(3.89vw, 64.8px);
}
@media screen and (max-width: 768px) {
  .c-title--page__wrapper {
    margin-top: min(6.4vw, 28.8px);
    margin-bottom: min(8.533vw, 38.4px);
    overflow: hidden;
  }
}
.c-title--page__caption {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 1em;
  margin-bottom: min(4.179vw, 69.6px);
}
@media screen and (min-width: 769px) {
  .c-title--page__caption {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .c-title--page__caption {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: min(2.667vw, 12px) 0;
    margin-bottom: min(13.333vw, 60px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.c-title--page__caption--bottom {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .c-title--page__caption--bottom {
    gap: 0;
  }
}
.c-title--page__caption .c-title--page {
  margin-top: 0;
  margin-bottom: 0;
}
.c-title--page__image {
  display: block;
  width: 100%;
}
.c-title--page--full {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #fff;
  text-align: center;
}
.c-title--page--full__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.081vw, 18px);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-title--page--full__inner {
    gap: min(2.667vw, 12px);
  }
}
.c-title--page--full__title, .c-title--page--full__caption {
  position: relative;
  z-index: 2;
}
.c-title--page--full__title {
  font-size: clamp(32px, 2.882vw, 48px);
}
@media screen and (max-width: 768px) {
  .c-title--page--full__title {
    font-size: clamp(20px, 6.667vw, 30px);
  }
}
.c-title--page--full::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.12;
  z-index: 1;
}
.c-title--page--full__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-title--article {
  font-size: clamp(24px, 2.161vw, 36px);
  text-align: center;
  margin-top: min(4.323vw, 72px);
  margin-bottom: min(3.602vw, 60px);
}
@media screen and (max-width: 768px) {
  .c-title--article {
    font-size: clamp(20px, 6.667vw, 30px);
    margin-top: min(13.333vw, 60px);
    margin-bottom: min(8vw, 36px);
  }
}
.c-title--contents {
  font-size: clamp(24px, 2.161vw, 36px);
  margin-top: min(4.323vw, 72px);
  margin-bottom: min(3.602vw, 60px);
  padding-top: clamp(40px, 3.602vw, 60px);
  border-top: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .c-title--contents {
    font-size: clamp(20px, 6.667vw, 30px);
    margin-top: min(13.333vw, 60px);
    margin-bottom: min(8vw, 36px);
    padding-top: min(5.333vw, 24px);
  }
}
.c-title--section, .c-title--section--bg {
  font-size: clamp(17.6px, 1.585vw, 26.4px);
  margin-top: min(4.323vw, 72px);
  margin-bottom: min(2.161vw, 36px);
  padding: min(1.441vw, 24px) min(1.441vw, 24px) min(1.441vw, 24px) min(1.945vw, 32.4px);
  border-left: 2px solid #333;
}
@media screen and (max-width: 768px) {
  .c-title--section, .c-title--section--bg {
    font-size: clamp(16px, 5.333vw, 24px);
    margin-top: min(10.667vw, 48px);
    margin-bottom: min(5.333vw, 24px);
    padding: min(3.2vw, 14.4px) min(4.8vw, 21.6px);
  }
}
.c-title--section--bg {
  background-color: #eee;
}
.c-title--block, .c-title--block--line {
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  margin-top: clamp(30.4px, 2.738vw, 45.6px);
  margin-bottom: clamp(26.4px, 2.378vw, 39.6px);
}
@media screen and (max-width: 768px) {
  .c-title--block, .c-title--block--line {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    margin-top: min(9.067vw, 40.8px);
    margin-bottom: min(8vw, 36px);
  }
}
.c-title--block--line {
  padding-bottom: min(1.153vw, 19.2px);
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .c-title--block--line {
    padding-bottom: min(3.2vw, 14.4px);
  }
}
.c-title__page__header {
  width: 100%;
  height: 240px;
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title__page__header {
    height: min(53.333vw, 240px);
  }
}
.c-title__page__header .c-title--page {
  margin-bottom: 0;
}

.c-accordion {
  /* + */
}
.c-accordion__inner {
  width: 78.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-accordion__inner {
    width: auto;
  }
}
.c-accordion__box + .c-accordion__box {
  margin-top: min(4.323vw, 72px);
}
.c-accordion__box dd {
  display: none;
}
.c-accordion__question, .c-accordion__answer {
  position: relative;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  z-index: 0;
  line-height: 2;
  /* A と Q */
}
@media screen and (min-width: 769px) {
  .c-accordion__question, .c-accordion__answer {
    padding: min(1.729vw, 28.8px) min(6.844vw, 114px) min(1.729vw, 28.8px) min(4.899vw, 81.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__question, .c-accordion__answer {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    padding: min(3.2vw, 14.4px) min(16.533vw, 74.4px) min(3.2vw, 14.4px) min(12.8vw, 57.6px);
  }
}
.c-accordion__question::before, .c-accordion__answer::before {
  position: absolute;
  z-index: 0;
  line-height: 1;
  font-size: clamp(17.6px, 1.585vw, 26.4px);
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    left: min(2.017vw, 33.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    font-size: clamp(17.6px, 5.867vw, 26.4px);
    left: min(4.267vw, 19.2px);
  }
}
.c-accordion__question {
  font-weight: 500;
  border-radius: 4px;
  background: #eee;
  cursor: pointer;
  /* Q */
}
@media screen and (min-width: 769px) {
  .c-accordion__question {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-accordion__question:hover {
    opacity: 0.75;
  }
}
.c-accordion__question::before {
  content: "Q";
}
@media screen and (min-width: 769px) {
  .c-accordion__question::before {
    top: min(1.945vw, 32.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__question::before {
    top: min(4.267vw, 19.2px);
  }
}
.c-accordion__answer {
  opacity: 0;
  font-weight: 400;
  -webkit-transform: translateY(min(-1.801vw, -30px));
          transform: translateY(min(-1.801vw, -30px));
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  /* A */
}
.is-active .c-accordion__answer {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-accordion__answer::before {
  content: "A";
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (min-width: 769px) {
  .c-accordion__answer::before {
    top: min(2.089vw, 34.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__answer::before {
    top: min(4.533vw, 20.4px);
  }
}
.is-active .c-accordion__answer::before {
  opacity: 1;
}
.c-accordion__icon {
  /* 横棒 */
}
.c-accordion__icon::before, .c-accordion__icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  height: 2px;
  border-radius: min(0.72vw, 12px);
  background: #333;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (min-width: 769px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    width: min(1.153vw, 19.2px);
    top: min(2.882vw, 48px);
    right: min(2.882vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    width: min(4.267vw, 19.2px);
    top: min(7.467vw, 33.6px);
    right: min(4.267vw, 19.2px);
  }
}
.c-accordion__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-active .c-accordion__icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.c-accordion--tra {
  position: relative;
  padding-bottom: clamp(72px, 6.484vw, 108px);
}
@media screen and (max-width: 768px) {
  .c-accordion--tra {
    padding-bottom: clamp(48px, 16vw, 72px);
  }
}
.c-accordion--tra + .c-accordion--tra {
  margin-top: min(4.323vw, 72px);
}
@media screen and (max-width: 768px) {
  .c-accordion--tra + .c-accordion--tra {
    margin-top: min(10.667vw, 48px);
  }
}
.c-accordion--tra::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: clamp(64px, 5.764vw, 96px);
  width: 100%;
  height: min(5.764vw, 96px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-accordion--tra::before {
    bottom: clamp(48px, 16vw, 72px);
    height: min(16vw, 72px);
  }
}
.c-accordion--tra__btn {
  position: absolute;
  bottom: clamp(16px, 1.441vw, 24px);
  right: 0;
  left: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(32px, 2.882vw, 48px);
  padding: clamp(0px, 0vw, 0px) clamp(24px, 2.161vw, 36px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #707070;
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .c-accordion--tra__btn {
    bottom: clamp(8px, 2.667vw, 12px);
    height: clamp(24px, 8vw, 36px);
    padding: clamp(0px, 0vw, 0px) clamp(16px, 5.333vw, 24px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.c-accordion--tra__btn__text, .c-accordion--tra__btn__text--close {
  display: block;
  position: relative;
  padding-left: clamp(20px, 1.801vw, 30px);
}
@media screen and (max-width: 768px) {
  .c-accordion--tra__btn__text, .c-accordion--tra__btn__text--close {
    padding-left: clamp(12px, 4vw, 18px);
  }
}
.c-accordion--tra__btn__text--close {
  display: none;
}
.c-accordion--tra__btn__text::before, .c-accordion--tra__btn__text--close::before, .c-accordion--tra__btn__text::after, .c-accordion--tra__btn__text--close::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: clamp(9.6px, 0.865vw, 14.4px);
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 768px) {
  .c-accordion--tra__btn__text::before, .c-accordion--tra__btn__text--close::before, .c-accordion--tra__btn__text::after, .c-accordion--tra__btn__text--close::after {
    width: clamp(6.4px, 2.133vw, 9.6px);
  }
}
.c-accordion--tra__btn__text::after, .c-accordion--tra__btn__text--close::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-accordion--tra__contents {
  height: min(7.205vw, 120px);
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-accordion--tra__contents {
    height: min(22.933vw, 103.2px);
  }
}
.c-accordion--tra.is-show::before {
  opacity: 0;
  pointer-events: none;
}
.c-accordion--tra.is-show .c-accordion--tra__btn {
  color: #333;
  background-color: #fff;
}
.c-accordion--tra.is-show .c-accordion--tra__btn__text, .c-accordion--tra.is-show .c-accordion--tra__btn__text--close {
  display: none;
}
.c-accordion--tra.is-show .c-accordion--tra__btn__text--close {
  display: block;
}
.c-accordion--tra.is-show .c-accordion--tra__btn__text::before, .c-accordion--tra.is-show .c-accordion--tra__btn__text--close::before, .c-accordion--tra.is-show .c-accordion--tra__btn__text::after, .c-accordion--tra.is-show .c-accordion--tra__btn__text--close::after {
  background: #333;
}
.c-accordion--tra.is-show .c-accordion--tra__btn__text::after, .c-accordion--tra.is-show .c-accordion--tra__btn__text--close::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.c-accordion--tra.is-show .c-accordion--tra__contents {
  overflow: visible;
}
@media screen and (min-width: 769px) {
  .c-accordion--tra--sp {
    padding-bottom: 0;
  }
  .c-accordion--tra--sp::before {
    display: none;
  }
  .c-accordion--tra--sp .c-accordion--tra__btn {
    display: none;
  }
  .c-accordion--tra--sp .c-accordion--tra__contents {
    height: auto !important;
  }
}

.c-box, .c-box--border, .c-box--bg {
  padding: min(1.801vw, 30px) min(2.161vw, 36px) min(2.161vw, 36px);
}
@media screen and (max-width: 768px) {
  .c-box, .c-box--border, .c-box--bg {
    padding: min(4.533vw, 20.4px) min(5.333vw, 24px) min(5.333vw, 24px);
  }
}
.c-box--bg {
  background-color: #eee;
}
.c-box--border {
  border: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .c-box--swipe {
    position: relative;
    overflow-x: auto;
  }
  .c-box--swipe::before {
    content: "\f060　スワイプ　\f061";
    font-family: "Font Awesome 6 Pro", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    color: #fff;
    display: -ms-grid;
    display: grid;
    place-content: center;
    width: min(40vw, 180px);
    height: min(13.333vw, 60px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #333;
    border-radius: min(8vw, 36px);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-box--swipe img {
    width: auto;
    max-width: none;
    max-height: min(77.333vw, 348px);
  }
}
.c-box--swipe.is-active::before {
  opacity: 1;
  -webkit-animation: cBoxSwipeAnime 3s ease-in-out 0.5s forwards;
          animation: cBoxSwipeAnime 3s ease-in-out 0.5s forwards;
}
@-webkit-keyframes cBoxSwipeAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  60% {
    -webkit-transform: translateX(8%);
            transform: translateX(8%);
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cBoxSwipeAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  60% {
    -webkit-transform: translateX(8%);
            transform: translateX(8%);
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-box--zoom figure {
    position: relative;
  }
  .c-box--zoom figure::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    line-height: 1;
    content: "\f31d";
    font-size: clamp(32px, 2.882vw, 48px);
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: clamp(32px, 2.882vw, 48px);
    height: clamp(32px, 2.882vw, 48px);
    padding: clamp(8px, 0.72vw, 12px);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
    opacity: 0;
  }
  .c-box--zoom figure::before img {
    max-width: min(72.046vw, 1200px);
  }
}
.c-box--zoom.is-active figure::before {
  -webkit-animation: cBoxZoomAnime 3s ease-in-out 0.5s forwards;
          animation: cBoxZoomAnime 3s ease-in-out 0.5s forwards;
}
@-webkit-keyframes cBoxZoomAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes cBoxZoomAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.c-breadcrumbs {
  position: relative;
  width: 100%;
  border-top: 1px solid #eee;
  background-color: #fff;
}
.c-breadcrumbs__inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs__inner {
    max-width: min(86.455vw, 1440px);
    padding-left: min(1.441vw, 24px);
    padding-right: min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__inner {
    padding-left: min(5.333vw, 24px);
    padding-right: min(5.333vw, 24px);
  }
}
.c-breadcrumbs--absolute {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-breadcrumbs__list {
  width: 100%;
  color: #333;
  display: block;
  padding-top: clamp(9.6px, 0.865vw, 14.4px);
  padding-bottom: clamp(9.6px, 0.865vw, 14.4px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list {
    padding-top: clamp(9.6px, 3.2vw, 14.4px);
    padding-bottom: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.c-breadcrumbs__list__item {
  display: inline;
}
.c-breadcrumbs__list__item span {
  font-size: clamp(11.2px, 1.009vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list__item span {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.c-breadcrumbs__list__item:not(:last-child) {
  margin-right: min(2.161vw, 36px);
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list__item:not(:last-child) {
    margin-right: min(8vw, 36px);
  }
}
.c-breadcrumbs__list__item a {
  position: relative;
}
.c-breadcrumbs__list__item a span {
  color: #060606;
  text-decoration: underline;
  display: inline-block;
}
.c-breadcrumbs__list__item a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #868686;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: -1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs__list__item a::after {
    font-size: min(1.153vw, 19.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list__item a::after {
    font-size: min(3.733vw, 16.8px);
    margin-top: min(0.533vw, 2.4px);
  }
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs__list__item a:hover span {
    color: #060606;
    text-decoration: none;
  }
}
.c-breadcrumbs__list__item a:active span {
  color: #060606;
  text-decoration: none;
}
.c-breadcrumbs__list__item a:visited span {
  color: #060606;
  text-decoration: none;
}

.c-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  margin: auto;
  position: relative;
  -webkit-transition: none;
  transition: none;
  outline: none;
}
.c-card--shadow {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.c-card--radius {
  border-radius: 4px;
  overflow: hidden;
}
.c-card + div, .c-card + h2, .c-card + p, .c-card + table, .c-card + ul, .c-card + input, .c-card + button, .c-card + form {
  margin-top: min(3.458vw, 57.6px);
}
@media screen and (max-width: 768px) {
  .c-card + div, .c-card + h2, .c-card + p, .c-card + table, .c-card + ul, .c-card + input, .c-card + button, .c-card + form {
    margin-top: min(10.667vw, 48px);
  }
}
.c-card p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-card__inner {
    padding: min(2.017vw, 33.6px) min(2.305vw, 38.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-card__inner {
    padding: min(6.4vw, 28.8px) min(5.333vw, 24px) min(7.467vw, 33.6px);
  }
}
.c-card__thumb a {
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 62%;
  position: relative;
  overflow: hidden;
}
.c-card__thumb a img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  a.c-card:hover h3, a.c-card:hover h4, a.c-card:hover h5, a.c-card:hover p, .c-card__link:hover h3, .c-card__link:hover h4, .c-card__link:hover h5, .c-card__link:hover p {
    color: #060606;
  }
}

[class*=c-card__inner] > *:first-child {
  margin-top: 0;
}
[class*=c-card__inner] > *:last-child {
  margin-bottom: 0;
}

.c-cta {
  position: relative;
  width: 100%;
  padding: min(3.602vw, 60px) 1em;
  text-align: center;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: min(6.4vw, 28.8px) min(5.333vw, 24px) min(8vw, 36px);
  }
}
.c-cta__title {
  font-size: clamp(16px, 1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-cta__title {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.c-cta__title--em {
  font-size: clamp(24px, 2.161vw, 36px);
}
@media screen and (max-width: 768px) {
  .c-cta__title--em {
    font-size: clamp(16px, 5.333vw, 24px);
  }
}
.c-cta__inner {
  margin: min(2.666vw, 44.4px) auto 0;
}
@media screen and (min-width: 769px) {
  .c-cta__inner {
    max-width: min(57.637vw, 960px);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__inner {
    margin-top: min(6.933vw, 31.2px);
  }
}
.c-cta .c-button {
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  height: min(5.187vw, 86.4px);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-cta .c-button {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    height: min(14.933vw, 67.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-cta .c-button + .c-button {
    margin-top: min(2.667vw, 12px);
  }
}
.c-cta--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-cta--fixed {
    display: none !important;
  }
}
.c-cta--fixed.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-cta--fixed .c-button {
  width: 100%;
  height: min(11.733vw, 52.8px);
  font-size: clamp(11.2px, 3.733vw, 16.8px);
  line-height: 1;
}

.c-form, .c-form__select, .c-form__search, .c-form__textarea {
  width: 100%;
  background-color: #fff;
  line-height: 1.6;
  padding: 0 1em;
  border: #eee solid 1px;
  border-radius: 4px;
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-form, .c-form__select, .c-form__search, .c-form__textarea {
    max-width: min(21.037vw, 350.4px);
    height: min(3.458vw, 57.6px);
  }
}
@media screen and (max-width: 540px) {
  .c-form, .c-form__select, .c-form__search, .c-form__textarea {
    max-width: 100%;
    height: min(12.8vw, 57.6px);
  }
}
.c-form:focus, .c-form__select:focus, .c-form__search:focus, .c-form__textarea:focus {
  border-color: #060606;
}
.c-form--long {
  max-width: 100%;
}
.c-form.is-disabled, .is-disabled.c-form__select, .is-disabled.c-form__search, .is-disabled.c-form__textarea {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}
.c-form.is-disabled:focus, .is-disabled.c-form__select:focus, .is-disabled.c-form__search:focus, .is-disabled.c-form__textarea:focus {
  opacity: 0.6;
}
.c-form.is-alert, .is-alert.c-form__select, .is-alert.c-form__search, .is-alert.c-form__textarea {
  background-color: #fceded;
  color: #f0a3a3;
  border-color: #f0a3a3;
}
.c-form.is-alert::-webkit-input-placeholder, .is-alert.c-form__select::-webkit-input-placeholder, .is-alert.c-form__search::-webkit-input-placeholder, .is-alert.c-form__textarea::-webkit-input-placeholder {
  color: #f0a3a3;
}
.c-form.is-alert::-moz-placeholder, .is-alert.c-form__select::-moz-placeholder, .is-alert.c-form__search::-moz-placeholder, .is-alert.c-form__textarea::-moz-placeholder {
  color: #f0a3a3;
}
.c-form.is-alert:-ms-input-placeholder, .is-alert.c-form__select:-ms-input-placeholder, .is-alert.c-form__search:-ms-input-placeholder, .is-alert.c-form__textarea:-ms-input-placeholder {
  color: #f0a3a3;
}
.c-form.is-alert::-ms-input-placeholder, .is-alert.c-form__select::-ms-input-placeholder, .is-alert.c-form__search::-ms-input-placeholder, .is-alert.c-form__textarea::-ms-input-placeholder {
  color: #f0a3a3;
}
.c-form.is-alert:focus, .is-alert.c-form__select:focus, .is-alert.c-form__search:focus, .is-alert.c-form__textarea:focus, .c-form.is-alert::placeholder, .is-alert.c-form__select::placeholder, .is-alert.c-form__search::placeholder, .is-alert.c-form__textarea::placeholder {
  color: #f0a3a3;
}
@media screen and (min-width: 769px) {
  .c-form + .c-form, .c-form__select + .c-form, .c-form__select + .c-form__select, .c-form__search + .c-form, .c-form__search + .c-form__select, .c-form + .c-form__search, .c-form__select + .c-form__search, .c-form__search + .c-form__search, .c-form__textarea + .c-form, .c-form__textarea + .c-form__select, .c-form__textarea + .c-form__search, .c-form + .c-form__textarea, .c-form__select + .c-form__textarea, .c-form__search + .c-form__textarea, .c-form__textarea + .c-form__textarea, .c-form + .c-form__select {
    margin-top: min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-form + .c-form, .c-form__select + .c-form, .c-form__select + .c-form__select, .c-form__search + .c-form, .c-form__search + .c-form__select, .c-form + .c-form__search, .c-form__select + .c-form__search, .c-form__search + .c-form__search, .c-form__textarea + .c-form, .c-form__textarea + .c-form__select, .c-form__textarea + .c-form__search, .c-form + .c-form__textarea, .c-form__select + .c-form__textarea, .c-form__search + .c-form__textarea, .c-form__textarea + .c-form__textarea, .c-form + .c-form__select {
    margin-top: min(5.333vw, 24px);
  }
}
.c-form__textarea {
  max-width: 100%;
  height: min(12.248vw, 204px);
  padding: 0.75em 1em;
  resize: none;
}
@media screen and (max-width: 768px) {
  .c-form__textarea {
    height: min(32vw, 144px);
  }
}
.c-form__search__wrap {
  width: 100%;
  max-width: min(21.037vw, 350.4px);
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-form__search__wrap {
    max-width: min(77.867vw, 350.4px);
  }
}
@media screen and (max-width: 540px) {
  .c-form__search__wrap {
    max-width: 100%;
  }
}
.c-form__search__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-form__search__button {
    right: min(1.153vw, 19.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__search__button {
    right: min(4.267vw, 19.2px);
  }
}
.c-form__search__button i {
  font-size: clamp(16px, 1.441vw, 24px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-form__search__button i {
    font-size: clamp(16px, 5.333vw, 24px);
  }
}
.c-form__select::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 500;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-form__select::after {
    font-size: clamp(17.6px, 1.585vw, 26.4px);
    right: min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__select::after {
    font-size: clamp(17.6px, 5.867vw, 26.4px);
    right: min(5.333vw, 24px);
  }
}
.c-form__select:first-child {
  margin-top: 0;
}
.c-form__select select {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.c-form__check {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__check__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-form__check__wrap span:last-child {
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-form__check__wrap span:last-child {
    width: calc(100% - min(8vw, 36px));
  }
}
.c-form__check__v {
  border: #eee solid 1px;
  background-color: #fff;
  border-radius: min(0.288vw, 4.8px);
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-form__check__v {
    width: clamp(16px, 1.441vw, 24px);
    height: clamp(16px, 1.441vw, 24px);
    margin-right: min(0.72vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__check__v {
    width: min(5.333vw, 24px);
    height: min(5.333vw, 24px);
    margin-right: min(2.667vw, 12px);
  }
}
.c-form__check__v::before {
  content: "";
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
@media screen and (min-width: 769px) {
  .c-form__check__v::before {
    width: clamp(7.2px, 0.648vw, 10.8px);
    height: clamp(4px, 0.36vw, 6px);
    top: clamp(4.8px, 0.432vw, 7.2px);
    left: clamp(4px, 0.36vw, 6px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__check__v::before {
    width: min(2.4vw, 10.8px);
    height: min(1.333vw, 6px);
    top: min(1.6vw, 7.2px);
    left: min(1.333vw, 6px);
  }
}
.c-form__check:checked + .c-form__check__v::before {
  opacity: 1;
}
.c-form__radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__radio__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-form__radio__wrap span:last-child {
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-form__radio__wrap span:last-child {
    width: calc(100% - min(8vw, 36px));
  }
}
.c-form__radio__v {
  background-color: #fff;
  border: #DEDEDE solid 1px;
  border-radius: 50%;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-form__radio__v {
    width: clamp(16px, 1.441vw, 24px) !important;
    height: clamp(16px, 1.441vw, 24px);
    margin-right: min(0.72vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__radio__v {
    width: min(5.333vw, 24px) !important;
    height: min(5.333vw, 24px);
    margin-right: min(2.667vw, 12px);
  }
}
.c-form__radio__v::before {
  content: "";
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
@media screen and (min-width: 769px) {
  .c-form__radio__v::before {
    width: clamp(6.4px, 0.576vw, 9.6px);
    height: clamp(6.4px, 0.576vw, 9.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__radio__v::before {
    width: min(2.133vw, 9.6px);
    height: min(2.133vw, 9.6px);
  }
}
.c-form__radio:checked + .c-form__radio__v::before {
  opacity: 1;
}
.c-form__onof {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__onof__wrap {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-form__onof__wrap {
    width: min(4.323vw, 72px);
    height: min(2.305vw, 38.4px);
    margin: 0 min(0.72vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__onof__wrap {
    width: min(16vw, 72px);
    height: min(8.533vw, 38.4px);
    margin: 0 min(2.667vw, 12px);
  }
}
.c-form__onof__v {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: #eee solid 1px;
  border-radius: min(4.323vw, 72px);
  display: block;
  z-index: 0;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
.c-form__onof__v::before {
  content: "";
  background-color: #eee;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
@media screen and (min-width: 769px) {
  .c-form__onof__v::before {
    width: min(1.729vw, 28.8px);
    height: min(1.729vw, 28.8px);
    top: min(0.288vw, 4.8px);
    left: min(2.305vw, 38.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__onof__v::before {
    width: min(6.4vw, 28.8px);
    height: min(6.4vw, 28.8px);
    top: min(1.067vw, 4.8px);
    left: min(8.533vw, 38.4px);
  }
}
.c-form__onof:checked + .c-form__onof__v::before {
  background-color: #333;
  left: min(0.288vw, 4.8px);
}
@media screen and (max-width: 768px) {
  .c-form__onof:checked + .c-form__onof__v::before {
    left: min(1.067vw, 4.8px);
  }
}

div + input, div + textarea, p + input, p + textarea {
  margin-top: min(3.458vw, 57.6px);
}

input + h1, input + h2, input + h3, input + h4, input + h5, input + h6, textarea + h1, textarea + h2, textarea + h3, textarea + h4, textarea + h5, textarea + h6 {
  margin-top: min(2.161vw, 36px);
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder, textarea::placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-placeholder {
  color: #999;
}

input::-ms-input-placeholder, textarea::-ms-placeholder {
  color: #999;
}

::-webkit-search-cancel-button, select {
  -webkit-appearance: none;
          appearance: none;
}

.c-hr, .c-hr--dark {
  margin: min(2.882vw, 48px) 0;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .c-hr, .c-hr--dark {
    margin: min(8vw, 36px) 0;
  }
}
.c-hr--dark {
  border-color: #999;
}

.c-img img {
  width: 100%;
}
.c-img--radius {
  border-radius: 20px;
  overflow: hidden;
}
.c-img--auto img {
  width: auto;
}
.c-img--border {
  border: #eee solid 1px;
}
.c-img--video {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-img--video {
    max-width: min(54.755vw, 912px);
  }
}
@media screen and (max-width: 768px) {
  .c-img--video {
    max-width: min(202.667vw, 912px);
    width: calc(100% - min(2.882vw, 48px));
  }
}
.c-img--video::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0da";
  color: #fff;
  font-size: min(3.746vw, 62.4px);
  font-weight: bold;
  line-height: 1;
  width: min(4.899vw, 81.6px);
  height: min(4.899vw, 81.6px);
  background-color: #333;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-img--video::before {
    font-size: min(13.867vw, 62.4px);
    width: min(18.133vw, 81.6px);
    height: min(18.133vw, 81.6px);
  }
}
@media screen and (max-width: 540px) {
  .c-img--video::before {
    font-size: min(8.533vw, 38.4px);
    width: min(12.267vw, 55.2px);
    height: min(12.267vw, 55.2px);
  }
}
@media screen and (min-width: 769px) {
  .c-img--video:hover::before {
    background-color: #060606;
  }
}

.c-info__category__label__head span, .c-info__share__title, .c-info__content__anchor__head {
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.c-info__tag {
  width: auto;
  height: min(1.801vw, 30px);
  background-color: #eee;
  color: #060606 !important;
  font-size: min(0.865vw, 14.4px);
  font-weight: 500;
  border-radius: min(2.161vw, 36px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  margin: 0 min(0.576vw, 9.6px) min(0.576vw, 9.6px) 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-info__tag__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .c-info__tag {
    font-size: clamp(8.8px, 0.793vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-info__tag {
    height: min(6.667vw, 30px);
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    margin: 0 min(2.133vw, 9.6px) min(2.133vw, 9.6px) 0;
  }
}
@media screen and (max-width: 360px) {
  .c-info__tag {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.c-info__lead {
  width: 100%;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  .c-info__lead {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__lead {
    -webkit-line-clamp: 3;
  }
}
.c-info__lead a {
  color: #333;
  text-decoration: none;
}
.c-info__company, .c-info__date {
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__company, .c-info__date {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.c-info__date {
  color: #707070;
}
.c-info__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: min(0.288vw, 4.8px);
}
@media screen and (max-width: 768px) {
  .c-info__labels {
    margin-bottom: min(1.067vw, 4.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__labels {
    display: block;
  }
}
.c-info__labels li:not(:last-child) {
  margin-right: min(1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-info__labels li:not(:last-child) {
    margin-right: min(5.333vw, 24px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__labels li:not(:last-child) {
    margin-right: 0;
    margin-bottom: min(2.667vw, 12px);
  }
}
.c-info__labels li .c-info__date {
  min-width: 90px;
  -webkit-transform: translateY(min(0.288vw, 4.8px));
          transform: translateY(min(0.288vw, 4.8px));
}
@media screen and (max-width: 768px) {
  .c-info__labels li .c-info__date {
    -webkit-transform: translateY(min(1.067vw, 4.8px));
            transform: translateY(min(1.067vw, 4.8px));
  }
}
@media screen and (max-width: 540px) {
  .c-info__labels li .c-info__date {
    -webkit-transform: none;
            transform: none;
  }
}
.c-info__list {
  width: 100%;
  border-top: #eee solid 1px;
  border-bottom: #eee solid 1px;
  margin-bottom: min(4.323vw, 72px);
}
@media screen and (max-width: 768px) {
  .c-info__list {
    margin-bottom: min(16vw, 72px);
  }
}
.c-info__list__item {
  padding: min(2.161vw, 36px) 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__list__item {
    display: block;
    padding: min(5.333vw, 24px) 0;
  }
}
.c-info__list__item:not(:last-child) {
  border-bottom: #eee solid 1px;
}
.c-info__list__item .c-info__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .c-info__list__item:hover {
    cursor: pointer;
  }
  .c-info__list__item:hover .c-info__lead a {
    color: #060606;
  }
}
.c-info__card {
  cursor: pointer;
  outline: none;
}
.c-info__card__wrapper {
  gap: min(3.458vw, 57.6px) 0;
}
@media screen and (max-width: 768px) {
  .c-info__card__wrapper {
    gap: min(12.8vw, 57.6px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-info__card__wrapper {
    gap: min(5.333vw, 24px) 0;
  }
}
.c-info__card:hover, .c-info__card:focus {
  outline: none;
}
.c-info__card__company, .c-info__card__date {
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__card__company, .c-info__card__date {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.c-info__card__date {
  color: #707070;
}
.c-info__card__lead {
  margin: 0.5em 0 1em;
  -webkit-line-clamp: 2;
}
.c-info__card__thumb a::before, .c-info__card__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-info__card__thumb {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-info__card:hover .c-info__card__thumb img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  .c-info__card:hover .c-info__card__lead a {
    color: #060606;
  }
}
.c-info__category__label {
  width: auto;
  height: min(2.378vw, 39.6px);
  background-color: #fff;
  color: #333;
  font-size: clamp(9.6px, 0.865vw, 14.4px);
  border-radius: min(2.161vw, 36px);
  border: #eee solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.75em;
  margin: 0 min(0.865vw, 14.4px) min(0.576vw, 9.6px) 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-info__category__label__container {
  position: relative;
  margin-bottom: min(3.602vw, 60px);
}
@media screen and (max-width: 768px) {
  .c-info__category__label__container {
    margin-bottom: min(13.333vw, 60px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label__container {
    width: calc((100% - min(2.667vw, 12px)) / 2);
    width: 48%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: min(8vw, 36px);
  }
  .c-info__category__label__container + .c-info__category__label__container {
    margin-left: 2%;
  }
}
.c-info__category__label__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-info__category__label {
    font-size: clamp(8.8px, 0.793vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-info__category__label {
    height: min(8.8vw, 39.6px);
    margin: 0 min(3.2vw, 14.4px) min(2.133vw, 9.6px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    margin: 0 min(5.333vw, 24px) min(3.733vw, 16.8px) 0;
  }
}
.c-info__category__label.is-act {
  border-color: #0049a7;
  color: #0049a7;
}
@media screen and (min-width: 769px) {
  .c-info__category__label:hover {
    border-color: #060606;
    color: #060606;
  }
}
.c-info__category__label:active {
  border-color: #060606;
  color: #060606 !important;
}
.c-info__category__label__head {
  margin-bottom: 1em;
}
.c-info__category__label__head span {
  font-size: clamp(12.8px, 1.153vw, 19.2px);
}
@media screen and (max-width: 768px) {
  .c-info__category__label__head span {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label__head span {
    font-size: clamp(10.4px, 3.467vw, 15.6px);
    font-weight: normal;
  }
}
@media screen and (max-width: 360px) {
  .c-info__category__label__head span {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    letter-spacing: -0.05em;
  }
}
.c-info__category__label__head span::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f002";
  margin-right: min(0.432vw, 7.2px);
}
@media screen and (max-width: 768px) {
  .c-info__category__label__head span::before {
    margin-right: min(0.432vw, 7.2px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label__head span::before {
    margin-right: min(0.8vw, 3.6px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label__head {
    width: 100%;
    height: min(12.267vw, 55.2px);
    background-color: #fff;
    border: #eee solid 1px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label__wrapper {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: min(37.333vw, 168px) min(10.667vw, 48px) min(10.667vw, 48px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: auto;
  }
}
.c-info__category__label__close {
  display: none;
}
@media screen and (max-width: 540px) {
  .c-info__category__label__close {
    display: block;
    position: fixed;
    top: min(24vw, 108px);
    right: min(5.333vw, 24px);
    z-index: 10;
  }
  .c-info__category__label__close::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f00d";
    color: #333;
    font-size: min(6.4vw, 28.8px);
    font-weight: 100;
  }
}
.c-info__category__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: min(2.161vw, 36px);
}
.c-info__category__title {
  width: calc(100% - min(18.732vw, 312px));
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-info__category__title {
    width: calc(100% - min(18.732vw, 312px));
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__title {
    width: calc(100% - min(11.733vw, 52.8px));
  }
}
.c-info__category__select {
  max-width: min(16.571vw, 276px);
}
@media screen and (max-width: 768px) {
  .c-info__category__select {
    max-width: min(61.333vw, 276px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__select {
    width: min(6.4vw, 28.8px);
    height: min(6.4vw, 28.8px);
    border: none;
    padding: 0;
  }
  .c-info__category__select::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f03a";
    font-size: clamp(19.2px, 1.729vw, 28.8px);
    right: 0;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) {
  .c-info__category__select::after {
    font-size: clamp(19.2px, 1.729vw, 28.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__select select {
    text-indent: -999em;
    padding: 0;
  }
}
.c-info__category__list, .c-info__archive__list {
  border-top: #eee solid 1px;
  border-bottom: #eee solid 1px;
}
.c-info__category__item, .c-info__archive__item {
  list-style-type: none;
}
.c-info__category__item::marker, .c-info__archive__item::marker {
  content: none;
}
.c-info__category__item:not(:last-child), .c-info__archive__item:not(:last-child) {
  border-bottom: #eee dashed 1px;
}
.c-info__category__item a, .c-info__archive__item a {
  width: 100%;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(1.153vw, 19.2px) min(4.683vw, 78px) min(1.153vw, 19.2px) 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__category__item a, .c-info__archive__item a {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding: min(4.267vw, 19.2px) min(10.667vw, 48px) min(4.267vw, 19.2px) 0;
  }
}
.c-info__category__item a::after, .c-info__archive__item a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #060606;
  font-size: clamp(16px, 1.441vw, 24px);
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: min(1.441vw, 24px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-info__category__item a::after, .c-info__archive__item a::after {
    font-size: clamp(16px, 5.333vw, 24px);
    right: min(2.667vw, 12px);
  }
}
@media screen and (min-width: 769px) {
  .c-info__category__item a:hover, .c-info__archive__item a:hover {
    color: #060606;
  }
  .c-info__category__item a:hover::after, .c-info__archive__item a:hover::after {
    color: #060606;
  }
}
@media screen and (min-width: 769px) {
  .c-info__category__item a:active:hover, .c-info__archive__item a:active:hover {
    color: #060606;
  }
  .c-info__category__item a:active:hover::after, .c-info__archive__item a:active:hover::after {
    color: #060606;
  }
}
.c-info__category__sub__head, .c-info__archive__sub__head {
  width: 100%;
  height: auto;
  color: #333;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  font-weight: 500;
  padding: min(1.441vw, 24px) min(4.683vw, 78px) min(1.441vw, 24px) 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-info__category__sub__head, .c-info__archive__sub__head {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding: min(5.333vw, 24px) min(17.333vw, 78px) min(5.333vw, 24px) 0;
  }
}
.c-info__category__sub__head::after, .c-info__archive__sub__head::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f067";
  color: #060606;
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  padding-left: 0;
  position: absolute;
  top: 50%;
  right: min(1.297vw, 21.6px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-info__category__sub__head::after, .c-info__archive__sub__head::after {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    right: min(2.133vw, 9.6px);
  }
}
@media screen and (min-width: 769px) {
  .c-info__category__sub__head:hover, .c-info__archive__sub__head:hover {
    color: #060606;
  }
  .c-info__category__sub__head:hover::after, .c-info__archive__sub__head:hover::after {
    color: #060606;
  }
}
.c-info__category__sub__head.is-act, .c-info__archive__sub__head.is-act {
  color: #060606;
}
.c-info__category__sub__head.is-act::after, .c-info__archive__sub__head.is-act::after {
  color: #060606;
  content: "\f068";
}
.c-info__category__sub__wrapper, .c-info__archive__sub__wrapper {
  display: none;
  padding-bottom: min(1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-info__category__sub__wrapper, .c-info__archive__sub__wrapper {
    padding-bottom: min(5.333vw, 24px);
  }
}
.c-info__category__sub__item, .c-info__archive__sub__item {
  padding-left: min(1.801vw, 30px);
}
@media screen and (max-width: 768px) {
  .c-info__category__sub__item, .c-info__archive__sub__item {
    padding-left: min(6.667vw, 30px);
  }
}
.c-info__category__sub__item a, .c-info__archive__sub__item a {
  padding: 0;
  padding-left: min(1.081vw, 18px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__category__sub__item a, .c-info__archive__sub__item a {
    padding-left: min(4vw, 18px);
  }
}
.c-info__category__sub__item a::after, .c-info__archive__sub__item a::after {
  content: none;
}
.c-info__category__sub__item a::before, .c-info__archive__sub__item a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #060606;
  font-size: min(1.297vw, 21.6px);
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-info__category__sub__item a::before, .c-info__archive__sub__item a::before {
    font-size: min(4.8vw, 21.6px);
  }
}
.c-info__category__sub__item:not(:last-child), .c-info__archive__sub__item:not(:last-child) {
  margin-bottom: min(1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-info__category__sub__item:not(:last-child), .c-info__archive__sub__item:not(:last-child) {
    margin-bottom: min(5.333vw, 24px);
  }
}
.c-info__related__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-info__related__item:not(:last-child) {
  margin-bottom: min(1.081vw, 18px);
}
@media screen and (max-width: 768px) {
  .c-info__related__item:not(:last-child) {
    margin-bottom: min(5.333vw, 24px);
  }
}
.c-info__related__item--border {
  margin-bottom: 0;
}
.c-info__related__item--border:not(:last-child) {
  padding-bottom: min(2.161vw, 36px);
  border-bottom: #eee dashed 1px;
}
@media screen and (max-width: 768px) {
  .c-info__related__item--border:not(:last-child) {
    padding-bottom: min(5.333vw, 24px);
  }
}
.c-info__related__item--border:not(:first-child) {
  padding-top: min(2.161vw, 36px);
}
@media screen and (max-width: 768px) {
  .c-info__related__item--border:not(:first-child) {
    padding-top: min(5.333vw, 24px);
  }
}
.c-info__related__item .c-info__related__lead, .c-info__related__item .c-info__date {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-info__related__item:hover .c-info__related__lead, .c-info__related__item:hover .c-info__date {
    color: #060606;
  }
}
.c-info__related__thumb {
  width: min(8.646vw, 144px);
  height: min(6.124vw, 102px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-info__related__thumb {
    width: min(32vw, 144px);
    height: min(22.667vw, 102px);
  }
}
.c-info__related__thumb a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 540px) {
  .c-info__related__thumb a {
    border-radius: min(2.133vw, 9.6px);
  }
}
.c-info__related__thumb__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-info__related__data {
  width: calc(100% - min(9.726vw, 162px));
}
@media screen and (max-width: 768px) {
  .c-info__related__data {
    width: calc(100% - min(36vw, 162px));
  }
}
.c-info__related__lead {
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-info__related__lead a {
  color: #333;
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  .c-info__related__lead {
    max-height: 3em;
  }
}
@media screen and (max-width: 1024px) {
  .c-info__related__lead {
    font-size: clamp(12.8px, 1.153vw, 19.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-info__related__lead {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.c-info__related__lead + .c-info__tag__wrapper {
  margin-top: min(0.576vw, 9.6px);
}
@media screen and (max-width: 768px) {
  .c-info__related__lead + .c-info__tag__wrapper {
    margin-top: min(2.133vw, 9.6px);
  }
}
.c-info__related__thumb a::before, .c-info__related__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .c-info__related__item:hover .c-info__related__thumb__inner {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-info__related__item:hover .c-info__related__lead a {
    color: #060606;
  }
}
.c-info__share {
  text-align: center;
  margin: min(4.323vw, 72px) 0;
}
@media screen and (max-width: 768px) {
  .c-info__share {
    margin: min(8vw, 36px) 0;
  }
}
.c-info__share__title {
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  text-align: center;
  margin-bottom: min(1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-info__share__title {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    margin-bottom: min(5.333vw, 24px);
  }
}
.c-info__share ul li {
  display: inline-block;
  margin: 0 min(0.72vw, 12px);
  width: min(3.602vw, 60px);
}
@media screen and (max-width: 768px) {
  .c-info__share ul li {
    margin: 0 min(2.667vw, 12px);
    width: min(13.333vw, 60px);
  }
}
.c-info__content {
  padding: min(5.764vw, 96px) 0 min(7.205vw, 120px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__content {
    padding: min(16vw, 72px) 0 min(26.667vw, 120px);
  }
}
.c-info__content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: min(5.764vw, 96px) 0;
}
@media screen and (max-width: 1024px) {
  .c-info__content__wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-info__content__wrapper {
    padding: min(16vw, 72px) 0 min(26.667vw, 120px);
  }
}
.c-info__content__main, .c-info__content__main--wide {
  width: calc(100% - min(33.141vw, 552px));
}
@media screen and (max-width: 1024px) {
  .c-info__content__main, .c-info__content__main--wide {
    margin-bottom: min(4.323vw, 72px);
  }
}
@media screen and (max-width: 768px) {
  .c-info__content__main, .c-info__content__main--wide {
    width: calc(100% - min(122.667vw, 552px));
    margin-bottom: min(16vw, 72px);
  }
}
.c-info__content__main--wide {
  width: calc(100% - min(29.539vw, 492px));
}
@media screen and (max-width: 768px) {
  .c-info__content__main--wide {
    width: calc(100% - min(109.333vw, 492px));
  }
}
.c-info__content__side {
  width: min(27.378vw, 456px);
}
@media screen and (max-width: 768px) {
  .c-info__content__side {
    width: min(101.333vw, 456px);
  }
}
.c-info__content__side__ttl {
  margin-bottom: min(1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-info__content__side__ttl {
    margin-bottom: min(6.4vw, 28.8px);
  }
}
.c-info__content__side div + h2, .c-info__content__side div + h3, .c-info__content__side div + h4 {
  margin-top: min(2.882vw, 48px);
}
@media screen and (max-width: 768px) {
  .c-info__content__side div + h2, .c-info__content__side div + h3, .c-info__content__side div + h4 {
    margin-top: min(6.933vw, 31.2px);
  }
}
.c-info__content__main, .c-info__content__main--wide, .c-info__content__side {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-info__content__main, .c-info__content__main--wide, .c-info__content__side {
    width: 100% !important;
  }
}
.c-info__content__header {
  margin-bottom: min(5.764vw, 96px);
}
@media screen and (max-width: 768px) {
  .c-info__content__header {
    margin-bottom: min(13.333vw, 60px);
  }
}
.c-info__content__header__img {
  margin: min(4.323vw, 72px) 0 min(5.764vw, 96px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-info__content__header__img {
    margin: min(10.667vw, 48px) 0 min(7.467vw, 33.6px);
  }
}
.c-info__content__header__img img {
  width: 100%;
}
.c-info__content__header > *:first-child {
  margin-top: 0;
}
.c-info__content__header > *:last-child {
  margin-bottom: 0;
}
.c-info__content__related {
  margin-top: min(5.764vw, 96px);
}
@media screen and (max-width: 768px) {
  .c-info__content__related {
    margin-top: min(13.333vw, 60px);
  }
}
.c-info__content__anchor {
  border-top: #0049a7 solid 4px;
  border-bottom: #eee solid 1px;
  border-right: #eee solid 1px;
  border-left: #eee solid 1px;
  padding: min(2.305vw, 38.4px) min(2.882vw, 48px);
  margin: min(5.764vw, 96px) 0;
}
@media screen and (max-width: 768px) {
  .c-info__content__anchor {
    padding: min(7.467vw, 33.6px) min(5.333vw, 24px);
    margin: min(10.667vw, 48px) 0;
  }
}
.c-info__content__anchor__head {
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  margin-bottom: min(0.865vw, 14.4px);
}
@media screen and (max-width: 768px) {
  .c-info__content__anchor__head {
    margin-bottom: min(5.333vw, 24px);
  }
}
.c-info__content__anchor__list li {
  list-style-type: decimal;
  margin-left: 1em;
}
.c-info__content__anchor__list li a {
  color: #060606;
  line-height: 1.8;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .c-info__content__anchor__list li a:hover {
    color: #060606;
    text-decoration: none;
  }
}
.c-info__content__anchor__list li:not(:last-child) {
  margin-bottom: min(0.576vw, 9.6px);
}
@media screen and (max-width: 768px) {
  .c-info__content__anchor__list li:not(:last-child) {
    margin-bottom: min(3.2vw, 14.4px);
  }
}
.c-info__content__anchor__list li ol {
  margin: min(0.576vw, 9.6px) 0;
}
@media screen and (max-width: 768px) {
  .c-info__content__anchor__list li ol {
    margin: min(3.2vw, 14.4px) 0;
  }
}
.c-info__banner {
  max-width: min(28.098vw, 468px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-info__banner {
    width: calc(100% - min(10.667vw, 48px));
    max-width: min(104vw, 468px);
  }
}

@media screen and (min-width: 769px) {
  a.c-info__tag:hover {
    background-color: #060606;
    color: #fff !important;
  }
}
a.c-info__tag:active {
  background-color: #060606;
  color: #fff !important;
}

.c-list li {
  line-height: 1.8;
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  padding-left: min(1.297vw, 21.6px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-list li {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding-left: min(4.8vw, 21.6px);
  }
}
.c-list li::before {
  content: "";
  width: min(0.576vw, 9.6px);
  height: min(0.576vw, 9.6px);
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: clamp(6.4px, 0.576vw, 9.6px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-list li::before {
    width: clamp(6.4px, 2.133vw, 9.6px);
    height: clamp(6.4px, 2.133vw, 9.6px);
    top: clamp(6.4px, 2.133vw, 9.6px);
  }
}
.c-list li:not(:last-child) {
  margin-bottom: min(0.576vw, 9.6px);
}
@media screen and (max-width: 768px) {
  .c-list li:not(:last-child) {
    margin-bottom: min(2.133vw, 9.6px);
  }
}
.c-list--large li {
  font-size: clamp(16px, 1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-list--large li {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    padding-left: min(5.333vw, 24px);
  }
}
.c-list--large li::before {
  width: clamp(8px, 0.72vw, 12px);
  height: clamp(8px, 0.72vw, 12px);
  top: clamp(11.2px, 1.009vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .c-list--large li::before {
    width: clamp(8px, 2.667vw, 12px);
    height: clamp(8px, 2.667vw, 12px);
    top: clamp(8.8px, 2.933vw, 13.2px);
  }
}
.c-list--notice__item {
  font-size: clamp(9.6px, 0.865vw, 14.4px);
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .c-list--notice__item {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.c-list--notice__item:not(:last-child) {
  margin-bottom: min(0.576vw, 9.6px);
}
@media screen and (max-width: 768px) {
  .c-list--notice__item:not(:last-child) {
    margin-bottom: min(1.6vw, 7.2px);
  }
}
.c-list--notice__item::before {
  content: "※";
}

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

.c-modal__container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.c-modal__inner {
  width: calc(100% - min(5.764vw, 96px));
  height: auto;
  max-width: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-modal__inner {
    width: calc(100% - min(10.667vw, 48px));
    max-height: min(160vw, 720px);
  }
}
.c-modal__block {
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}
.c-modal__title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  border-bottom: 1px solid #707070;
}
.c-modal__title__text {
  padding: min(1.441vw, 24px) 0 min(1.441vw, 24px) min(2.161vw, 36px);
}
@media screen and (max-width: 768px) {
  .c-modal__title__text {
    padding: min(2.667vw, 12px) 0 min(2.667vw, 12px) min(4vw, 18px);
  }
}
.c-modal__close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.72vw, 12px);
  padding: min(1.441vw, 24px) min(2.161vw, 36px);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-modal__close-btn {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding: min(2.667vw, 12px) min(5.333vw, 24px);
  }
}
.c-modal__close-btn::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-size: clamp(16px, 1.441vw, 24px);
  color: #707070;
}
@media screen and (max-width: 768px) {
  .c-modal__close-btn::before {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
@media screen and (min-width: 769px) {
  .c-modal__close-btn:hover {
    opacity: 0.75;
  }
}
.c-modal__close-btn--video {
  width: min(4.899vw, 81.6px);
  height: min(4.899vw, 81.6px);
  background-color: #060606;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: min(-2.738vw, -45.6px);
  right: min(-2.522vw, -42px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: min(2.882vw, 48px);
  right: min(2.882vw, 48px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-modal__close-btn--video {
    width: min(18.133vw, 81.6px);
    height: min(18.133vw, 81.6px);
    top: min(-10.133vw, -45.6px);
    right: min(-9.333vw, -42px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close-btn--video {
    width: min(12.267vw, 55.2px);
    height: min(12.267vw, 55.2px);
    top: min(-6.133vw, -27.6px);
    right: min(-2.667vw, -12px);
  }
}
@media screen and (max-width: 1280px) {
  .c-modal__close-btn--video {
    top: min(1.441vw, 24px);
    right: min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__close-btn--video {
    top: min(5.333vw, 24px);
    right: min(5.333vw, 24px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close-btn--video {
    top: min(2.667vw, 12px);
    right: min(2.667vw, 12px);
  }
}
.c-modal__close-btn--video::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-size: min(2.161vw, 36px);
  font-weight: 100;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-modal__close-btn--video::before {
    font-size: min(8vw, 36px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close-btn--video::before {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
  }
}
@media screen and (min-width: 769px) {
  .c-modal__close-btn--video:hover {
    background-color: #060606;
  }
}
.c-modal__contents {
  height: auto;
  max-height: calc(100vh - 80px);
  padding: min(2.161vw, 36px) min(3.602vw, 60px);
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .c-modal__contents {
    padding: min(2.667vw, 12px);
  }
}
.c-modal__video {
  width: 100%;
  background-color: #000;
  padding-top: 56.25% !important;
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-modal__video {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-modal__video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
.c-modal__overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 0;
}
.c-modal__thumb {
  position: relative;
}
.c-modal__thumb::before {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-size: min(0.865vw, 14.4px);
  position: absolute;
  right: min(0.36vw, 6px);
  bottom: min(0.36vw, 6px);
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: #fff;
  width: min(2.017vw, 33.6px);
  height: min(2.017vw, 33.6px);
  border-radius: 50%;
  background-color: #707070;
}
@media screen and (max-width: 768px) {
  .c-modal__thumb::before {
    font-size: min(3.2vw, 14.4px);
    right: min(1.333vw, 6px);
    bottom: min(1.333vw, 6px);
    width: min(8.533vw, 38.4px);
    height: min(8.533vw, 38.4px);
  }
}

.js-modal {
  display: block;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .js-modal {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .js-modal:hover {
    opacity: 0.75;
  }
}

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

.c-pagetop {
  display: none;
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .c-pagetop {
    width: clamp(44.8px, 4.035vw, 67.2px);
    height: clamp(44.8px, 4.035vw, 67.2px);
    right: min(1.441vw, 24px);
    bottom: min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-pagetop {
    width: clamp(36.8px, 12.267vw, 55.2px);
    height: clamp(36.8px, 12.267vw, 55.2px);
    right: min(5.333vw, 24px);
    bottom: min(5.333vw, 24px);
  }
}
.c-pagetop a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: #060606 solid 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.c-pagetop a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f106";
  color: #060606;
  font-weight: 100;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-pagetop a::before {
    font-size: clamp(28.8px, 2.594vw, 43.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-pagetop a::before {
    font-size: clamp(24px, 8vw, 36px);
  }
}
@media screen and (min-width: 769px) {
  .c-pagetop a:hover {
    background-color: #060606;
  }
  .c-pagetop a:hover::before {
    color: #fff;
  }
}
.c-pagetop a span {
  text-indent: -999em;
}
.c-pagetop.is-hide {
  z-index: 1;
}

.c-tab {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-tab {
    margin-bottom: min(4.267vw, 19.2px);
  }
}
.c-tab__wrap {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 768px) {
  .c-tab__wrap {
    width: 100vw;
    margin-bottom: min(4.267vw, 19.2px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.c-tab__wrap::-webkit-scrollbar {
  display: none;
}
.c-tab__list {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 min(1.441vw, 24px);
  width: 100%;
}
.c-tab__list::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
@media screen and (max-width: 768px) {
  .c-tab__list {
    gap: 0 min(2.133vw, 9.6px);
    width: 162.1333333333vw;
    padding: 0 min(5.333vw, 24px);
  }
  .c-tab__list--fit {
    width: 100%;
  }
}
.c-tab__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: min(9.798vw, 163.2px);
  min-height: min(4.611vw, 76.8px);
  font-size: clamp(16px, 1.441vw, 24px);
  padding: min(1.441vw, 24px) clamp(19.2px, 1.729vw, 28.8px);
  line-height: 1.45;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: #707070;
  background: #eee;
  border: 1px solid transparent;
}
@media screen and (min-width: 769px) {
  .c-tab__item {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-tab__item:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  .c-tab__item {
    min-width: min(36.267vw, 163.2px);
    min-height: none;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding: min(2.667vw, 12px) min(5.333vw, 24px);
  }
}
.c-tab__item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
}
.c-tab__item span {
  width: 100%;
}
.c-tab__item.is-current {
  opacity: 1;
  color: #333;
  background: #fff;
  border-color: #707070;
  cursor: default;
}
.c-tab__item.is-current::before {
  opacity: 1;
}
.c-tab__panel__item {
  display: none;
  padding: min(2.161vw, 36px) 0 min(2.882vw, 48px);
}
@media screen and (min-width: 769px) {
  .c-tab__panel__item {
    padding: min(2.882vw, 48px) 0;
  }
}
.c-tab__panel__item.is-active {
  display: block;
}

.c-table {
  width: 100%;
  background-color: #fff;
  border-top: #999 solid 1px;
  border-bottom: #999 solid 1px;
}
.c-table--fixed {
  table-layout: fixed;
}
.c-table th, .c-table td {
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  padding: min(1.441vw, 24px) min(1.801vw, 30px);
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .c-table th, .c-table td {
    display: block;
    padding: min(5.333vw, 24px) min(6.667vw, 30px);
  }
}
@media screen and (max-width: 540px) {
  .c-table th, .c-table td {
    padding: min(4.8vw, 21.6px) min(3.2vw, 14.4px);
  }
}
.c-table th p:last-child, .c-table td p:last-child {
  margin-bottom: 0;
}
.c-table th a, .c-table td a {
  color: #060606;
}
.c-table td {
  min-width: min(10.447vw, 174px);
}
@media screen and (min-width: 769px) {
  .c-table td:not(:last-child) {
    border-right: #999 solid 1px;
  }
}
.c-table th {
  min-width: min(10.447vw, 174px);
  background-color: #eee;
}
@media screen and (min-width: 769px) {
  .c-table th + th {
    border-left: #999 solid 1px;
  }
}
.c-table tr:not(:last-child) {
  border-bottom: #999 solid 1px;
}
@media screen and (max-width: 768px) {
  .c-table__fixed--left, .c-table__fixed--top {
    background-color: #fff;
    position: sticky;
  }
  .c-table__fixed--left::before, .c-table__fixed--top::before {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: #eee solid 1px;
    border-top-color: #999;
    border-bottom-color: #999;
    position: absolute;
    top: -1px;
    left: -1px;
  }
}
@media screen and (max-width: 768px) {
  .c-table__fixed--left {
    left: 0;
  }
}
.c-table__fixed--left.c-table__fixed--top {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-table__fixed--top {
    top: 0;
  }
}

[class*=swiper]:focus {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: min(4.323vw, 72px);
  height: min(4.323vw, 72px);
  margin: auto;
  cursor: pointer;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (min-width: 769px) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    background-color: #707070;
  }
  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: min(3.89vw, 64.8px);
    height: min(3.89vw, 64.8px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: min(11.2vw, 50.4px);
    height: min(11.2vw, 50.4px);
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #707070;
  background-color: #fff;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  z-index: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  font-size: clamp(8px, 0.72vw, 12px);
  color: #333;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}

.swiper-button-prev {
  right: calc(100% + min(1.441vw, 24px));
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    right: calc(100% - min(1.513vw, 25.2px));
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    right: calc(100% - min(3.386vw, 56.4px));
  }
}
.swiper-button-prev::after {
  content: "\f04b";
  margin-right: min(0.288vw, 4.8px);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.swiper-button-next {
  left: calc(100% + min(1.441vw, 24px));
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    left: calc(100% - min(5.6vw, 25.2px));
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    left: calc(100% - min(12.533vw, 56.4px));
  }
}
.swiper-button-next::after {
  content: "\f04b";
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 clamp(12.8px, 1.153vw, 19.2px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: clamp(25.6px, 2.305vw, 38.4px);
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    gap: 0 clamp(9.6px, 3.2vw, 14.4px);
    margin-top: min(6.4vw, 28.8px);
  }
}
.swiper-pagination-bullet {
  width: min(0.72vw, 12px);
  height: min(0.72vw, 12px);
  cursor: pointer;
  border-radius: 50%;
  background-color: #ddd;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: min(2.133vw, 9.6px);
    height: min(2.133vw, 9.6px);
  }
}
.swiper-pagination-bullet-active {
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #707070;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.c-slider {
  position: relative;
  z-index: 0;
  max-width: min(86.455vw, 1440px);
  width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .c-slider {
    max-width: min(320vw, 1440px);
    width: 86.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-slider {
    width: 100%;
  }
}
.c-slider img {
  width: 100%;
}
.c-slider__slide {
  width: 31.6666666667%;
  margin-right: 2.5%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .c-slider__slide {
    width: calc(50% - min(1.081vw, 18px));
    margin-right: min(2.161vw, 36px);
  }
}
@media screen and (max-width: 767px) {
  .c-slider__slide {
    width: 86.6666666667%;
    margin: 0 6.6666666667%;
  }
}
.c-slider__shadow {
  -webkit-filter: drop-shadow(0px 3px min(0.576vw, 9.6px) rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 3px min(0.576vw, 9.6px) rgba(0, 0, 0, 0.12));
}
.c-slider .c-info__card {
  margin-top: 0;
}
.c-slider--modal img {
  display: block;
  margin: 0 auto min(1.081vw, 18px);
}
@media screen and (max-width: 768px) {
  .c-slider--modal img {
    margin-bottom: min(1.067vw, 4.8px);
  }
}
.c-slider--modal__controller {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(2.882vw, 48px) min(1.657vw, 27.6px) auto min(1.657vw, 27.6px) min(2.882vw, 48px);
  grid-template-columns: min(2.882vw, 48px) auto min(2.882vw, 48px);
  gap: 0 min(1.657vw, 27.6px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: min(2.666vw, 44.4px);
}
@media screen and (max-width: 768px) {
  .c-slider--modal__controller {
    -ms-grid-columns: min(8vw, 36px) min(4vw, 18px) auto min(4vw, 18px) min(8vw, 36px);
    grid-template-columns: min(8vw, 36px) auto min(8vw, 36px);
    gap: 0 min(4vw, 18px);
    margin-top: min(4vw, 18px);
    padding-bottom: min(2.667vw, 12px);
  }
}
.c-slider--modal__controller .swiper-pagination {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0;
  margin-top: 0;
  font-weight: normal;
  cursor: default;
}
.c-slider--modal__controller .swiper-pagination .swiper-pagination-current {
  font-size: clamp(19.2px, 1.729vw, 28.8px);
}
@media screen and (max-width: 768px) {
  .c-slider--modal__controller .swiper-pagination .swiper-pagination-current {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.c-slider--modal__controller .swiper-button-disabled {
  opacity: 0.4;
}
.c-slider--modal__controller .swiper-button-prev, .c-slider--modal__controller .swiper-button-next {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.c-slider--switch__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-slider--switch__controller {
    gap: min(1.333vw, 6px);
  }
}
.c-slider--switch__controller__btn {
  display: -ms-grid;
  display: grid;
  place-content: center;
  min-width: min(9.798vw, 163.2px);
  margin-top: min(1.441vw, 24px);
  padding: min(1.297vw, 21.6px);
  border: 2px solid #333;
}
@media screen and (max-width: 768px) {
  .c-slider--switch__controller__btn {
    min-width: min(18.667vw, 84px);
    margin-top: min(3.467vw, 15.6px);
    padding: min(2.667vw, 12px);
    border-width: 1px;
  }
}
.c-slider--switch__controller__btn.is-active {
  color: #fff;
  background-color: #333;
  pointer-events: none;
}

.t-access__guide {
  padding: min(7.205vw, 120px) 0;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .t-access__guide {
    padding: min(9.333vw, 42px) 0;
  }
}
.t-access__guide .c-title--contents {
  margin-top: 0;
}
.t-access__guide__map {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .t-access__guide__map {
    max-width: min(57.637vw, 960px);
  }
}
.t-access__guide__map__image {
  margin-bottom: min(1.081vw, 18px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-access__guide__map__image img {
    max-height: min(120vw, 540px);
  }
}
.t-access__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: min(2.161vw, 36px) 0;
  margin: min(7.925vw, 132px) 0 min(5.764vw, 96px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-access__images {
    gap: min(8vw, 36px) 0;
    margin: min(10.667vw, 48px) 0 min(8vw, 36px);
  }
}
.t-access__search {
  margin-bottom: min(5.764vw, 96px);
  padding: min(5.043vw, 84px) min(13.689vw, 228px) min(5.764vw, 96px);
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .t-access__search {
    margin-bottom: min(8vw, 36px);
    padding: min(10.667vw, 48px) min(5.333vw, 24px);
  }
}
.t-access__search__title {
  margin-bottom: min(1.801vw, 30px);
  font-size: clamp(24px, 2.161vw, 36px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-access__search__title {
    margin-bottom: min(2.667vw, 12px);
    font-size: clamp(16px, 5.333vw, 24px);
  }
}
.t-access__search__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(2.161vw, 36px);
  margin: min(2.738vw, 45.6px) 0 min(2.161vw, 36px);
}
@media screen and (max-width: 768px) {
  .t-access__search__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(2.667vw, 12px);
    margin: min(6.933vw, 31.2px) 0 min(5.333vw, 24px);
  }
}
.t-access__search__inputs__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #707070;
}
.t-access__search__inputs__title {
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: min(1.441vw, 24px) min(1.297vw, 21.6px);
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  background-color: #707070;
}
@media screen and (max-width: 768px) {
  .t-access__search__inputs__title {
    padding: min(4vw, 18px) min(5.333vw, 24px);
  }
}
.t-access__search__inputs__text {
  display: block;
  width: 100%;
  padding: 0 min(1.873vw, 31.2px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .t-access__search__inputs__text {
    padding: 0 min(5.333vw, 24px);
  }
}
.t-access__search__inputs__text[readonly] {
  background-color: #eee;
}
.t-access__search__button {
  width: min(21.614vw, 360px);
  margin-bottom: min(0.72vw, 12px);
}
@media screen and (max-width: 768px) {
  .t-access__search__button {
    width: 100%;
    margin-bottom: min(1.6vw, 7.2px);
  }
}
@media screen and (max-width: 768px) {
  .t-access__tab__image img {
    max-height: min(77.333vw, 348px);
  }
}
.t-access__info__title {
  font-size: clamp(24px, 2.161vw, 36px);
  font-weight: 500;
  margin: min(6.484vw, 108px) 0 min(2.161vw, 36px);
}
@media screen and (max-width: 768px) {
  .t-access__info__title {
    font-size: clamp(16px, 5.333vw, 24px);
    margin: min(13.333vw, 60px) 0 min(2.667vw, 12px);
  }
}
.t-access__info__caption {
  margin-bottom: min(2.161vw, 36px);
}
@media screen and (max-width: 768px) {
  .t-access__info__caption {
    margin-bottom: min(6.933vw, 31.2px);
  }
}
.t-access__info__list {
  display: -ms-grid;
  display: grid;
  gap: min(2.522vw, 42px);
}
@media screen and (max-width: 768px) {
  .t-access__info__list {
    gap: min(5.333vw, 24px);
  }
}
.t-access__info__list img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.t-access__info__list__title {
  margin: min(1.009vw, 16.8px) 0 min(0.72vw, 12px);
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .t-access__info__list__title {
    margin: min(3.467vw, 15.6px) 0 min(2.667vw, 12px);
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
@media screen and (min-width: 769px) {
  .t-access__info__list--col2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .t-access__info__list--col3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .t-access__info--side, .t-access__info--reverse {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(2.161vw, 36px) 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: -webkit-min-content min(2.161vw, 36px) 1fr;
    -ms-grid-rows: min-content min(2.161vw, 36px) 1fr;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
        grid-template-areas: "title image" "caption image";
    gap: min(2.161vw, 36px);
    margin-top: min(6.484vw, 108px);
  }
}
.t-access__info--side .t-access__info__title, .t-access__info--reverse .t-access__info__title {
  grid-area: title;
}
@media screen and (min-width: 769px) {
  .t-access__info--side .t-access__info__title, .t-access__info--reverse .t-access__info__title {
    margin: 0;
  }
}
.t-access__info--side .t-access__info__caption, .t-access__info--reverse .t-access__info__caption {
  grid-area: caption;
}
.t-access__info--side .t-access__info__image, .t-access__info--reverse .t-access__info__image {
  grid-area: image;
}
@media screen and (min-width: 769px){
  .t-access__info--side .t-access__info__title, .t-access__info--reverse .t-access__info__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .t-access__info--side .t-access__info__caption, .t-access__info--reverse .t-access__info__caption {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .t-access__info--side .t-access__info__image, .t-access__info--reverse .t-access__info__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
.t-access__info--side .t-access__info__image img, .t-access__info--reverse .t-access__info__image img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .t-access__info--reverse {
        grid-template-areas: "image title" "image caption";
  }
  .t-access__info--side .t-access__info__title, .t-access__info--reverse .t-access__info__title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .t-access__info--side .t-access__info__caption, .t-access__info--reverse .t-access__info__caption {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .t-access__info--side .t-access__info__image, .t-access__info--reverse .t-access__info__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 769px) {
  .t-access__info--column {
    margin: auto;
    text-align: center;
    max-width: min(57.637vw, 960px);
  }
  .t-access__info--column .t-access__info__caption {
    max-width: min(43.228vw, 720px);
    margin: 0 auto min(4.467vw, 74.4px);
    text-align: left;
  }
}

.t-brillia {
  font-weight: 400;
  font-family: "Noto Serif JP", sans-serif;
  overflow: unset;
  /*
    .t-brillia__mv
  ----------------------------------------------- */
  /*
    .t-brillia__outline
  ----------------------------------------------- */
  /*
    .t-brillia__feature
  ----------------------------------------------- */
  /*
    .t-brillia__about
  ----------------------------------------------- */
  /*
    .t-brillia__notes
  ----------------------------------------------- */
  /*
    .t-brillia__bnr
  ----------------------------------------------- */
}
.t-brillia .c-breadcrumbs {
  margin-top: unset;
}
.t-brillia__attention {
  color: red;
}
.t-brillia__mv, .t-brillia__outline, .t-brillia__feature {
  color: #051E2C;
}
.t-brillia__mv {
  position: relative;
  height: calc(100vh - min(5.331vw, 88.8px));
  height: calc(100dvh - min(5.331vw, 88.8px));
}
@media screen and (max-width: 768px) {
  .t-brillia__mv {
    height: calc(100vh - min(3.242vw, 54px));
    height: calc(100dvh - min(3.242vw, 54px));
  }
}
.t-brillia__mv::before {
  content: "";
  position: fixed;
  top: min(5.331vw, 88.8px);
  left: 0;
  width: 100%;
  height: calc(100vh - min(5.331vw, 88.8px));
  height: calc(100dvh - min(5.331vw, 88.8px));
  background: url("../img/brillia/mv.webp") no-repeat center top/cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .t-brillia__mv::before {
    top: min(3.242vw, 54px);
    height: calc(100vh - min(3.242vw, 54px));
    height: calc(100dvh - min(3.242vw, 54px));
    background-image: url("../img/brillia/mv_sp.webp");
  }
}
.t-brillia__mv__desc {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(22.396vw, 516px);
  width: 100%;
}
@media screen and (min-width: 769px) {
  .t-brillia__mv__desc {
    padding-top: min(11.458vw, 264px);
    padding-left: min(14.479vw, 333.6px);
  }
}
@media screen and (max-width: 768px) {
  .t-brillia__mv__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(60.513vw, 283.2px);
    padding-top: min(12.821vw, 60px);
  }
}
.t-brillia__mv__desc__title {
  width: min(27.917vw, 643.2px);
}
@media screen and (max-width: 768px) {
  .t-brillia__mv__desc__title {
    width: min(17.949vw, 84px);
  }
}
.t-brillia__mv__desc__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(13.6px, 0.885vw, 20.4px);
  line-height: 2.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .t-brillia__mv__desc__text {
    text-align: center;
    font-size: clamp(9.6px, 3.077vw, 14.4px);
    line-height: 2;
  }
}
.t-brillia__outline {
  position: relative;
  padding: min(44.167vw, 1017.6px) 0 min(8.333vw, 192px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline {
    margin-top: min(30.769vw, 144px);
    padding: min(40vw, 187.2px) 0 min(18.462vw, 86.4px);
  }
}
.t-brillia__outline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: min(52.604vw, 1212px);
  -webkit-backdrop-filter: blur(min(1.563vw, 36px)) brightness(1.15);
          backdrop-filter: blur(min(1.563vw, 36px)) brightness(1.15); /* 量: 30, 明るさ: 15%増加 */
  background-color: rgba(255, 255, 255, 0); /* 不透明度: 0% */
}
@media screen and (max-width: 1050px) {
  .t-brillia__outline::before {
    height: min(57.292vw, 1320px);
  }
}
@media screen and (max-width: 850px) {
  .t-brillia__outline::before {
    height: min(62.5vw, 1440px);
  }
}
@media screen and (max-width: 768px) {
  .t-brillia__outline::before {
    height: min(195.385vw, 914.4px);
    -webkit-backdrop-filter: blur(min(7.949vw, 37.2px)) brightness(0.95);
            backdrop-filter: blur(min(7.949vw, 37.2px)) brightness(0.95);
  }
}
.t-brillia__outline__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.t-brillia__outline__wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(8.542vw, 196.8px);
  width: 100%;
  padding: 0 min(1.042vw, 24px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(12.821vw, 60px);
    padding: 0 min(5.128vw, 24px);
  }
}
.t-brillia__outline__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.t-brillia__outline__title__img {
  width: min(12.083vw, 278.4px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__title__img {
    width: min(39.231vw, 183.6px);
  }
}
.t-brillia__outline__title__catch {
  margin-top: min(2.292vw, 52.8px);
  font-size: clamp(16px, 1.042vw, 24px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__title__catch {
    margin-top: min(5.128vw, 24px);
    font-size: clamp(11.2px, 3.59vw, 16.8px);
  }
}
.t-brillia__outline__title__catch__em {
  font-size: clamp(24px, 1.563vw, 36px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__title__catch__em {
    font-size: clamp(16px, 5.128vw, 24px);
  }
}
.t-brillia__outline__title__text {
  margin-top: min(1.302vw, 30px);
  font-size: clamp(13.6px, 0.885vw, 20.4px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__title__text {
    margin-top: min(5.128vw, 24px);
    font-size: clamp(9.6px, 3.077vw, 14.4px);
  }
}
.t-brillia__outline__block {
  container-type: inline-size;
  width: min(35.104vw, 808.8px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__block {
    width: min(81.538vw, 381.6px);
  }
}
.t-brillia__outline__block__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 1em;
  font-size: clamp(25.6px, 1.667vw, 38.4px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__block__heading {
    padding-top: min(12.821vw, 60px);
    font-size: clamp(16px, 5.128vw, 24px);
  }
}
.t-brillia__outline__block__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: min(7.187vw, 165.6px);
  height: 0.5px;
  margin-inline: auto;
  background-color: #051E2C;
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__block__heading::before {
    width: min(20.513vw, 96px);
  }
}
.t-brillia__outline__block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: min(2.604vw, 60px);
  padding: min(0.521vw, 12px) min(2.604vw, 60px);
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__block__list {
    margin-top: min(5.128vw, 24px);
    padding: min(1.282vw, 6px) min(7.692vw, 36px);
  }
}
.t-brillia__outline__block__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-block: min(1.979vw, 45.6px);
  font-size: min(1.25vw, 28.8px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__block__item {
    padding-block: clamp(18.4px, 5.897vw, 27.6px);
    font-size: clamp(11.2px, 3.59vw, 16.8px);
  }
}
.t-brillia__outline__block__item:not(:last-child)::before, .t-brillia__outline__block__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #004165;
}
.t-brillia__outline__block__item:not(:last-child)::before {
  opacity: 0.5;
}
.t-brillia__outline__block__item:not(:last-child)::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.t-brillia__outline__block__item__text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.t-brillia__outline__block__item__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: min(1.094vw, 25.2px);
  height: min(2.604vw, 60px);
  margin-block: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__block__item__icon {
    width: min(2.821vw, 13.2px);
    height: min(1.795vw, 8.4px);
  }
}
@-webkit-keyframes rollIcon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  49% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  50% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  51% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes rollIcon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  49% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  50% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  51% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.t-brillia__outline__block__item__icon svg {
  display: block;
  width: 100%;
}
.t-brillia__outline__block__item__icon path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.t-brillia__outline__block__item__num {
  width: min(1.406vw, 32.4px);
  margin-right: min(1.406vw, 32.4px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__block__item__num {
    width: min(4.103vw, 19.2px);
    margin-right: min(2.564vw, 12px);
  }
}
.t-brillia__outline__block__item__num path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (min-width: 769px) {
  .t-brillia__outline__block__item:hover {
    opacity: 1;
  }
  .t-brillia__outline__block__item:hover:not(:last-child)::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .t-brillia__outline__block__item:hover .t-brillia__outline__block__item__text {
    color: #004165;
  }
  .t-brillia__outline__block__item:hover .t-brillia__outline__block__item__num path,
  .t-brillia__outline__block__item:hover .t-brillia__outline__block__item__icon path {
    fill: #004165;
  }
  .t-brillia__outline__block__item:hover .t-brillia__outline__block__item__icon svg {
    -webkit-animation: rollIcon 0.4s ease;
            animation: rollIcon 0.4s ease;
  }
}
.t-brillia__feature {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .t-brillia__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.t-brillia__feature__sticky {
  display: none;
}
@media screen and (min-width: 769px) {
  .t-brillia__feature__sticky {
    position: sticky;
    display: block;
    top: min(5.331vw, 88.8px);
    left: 0;
    width: 50%;
    height: calc(100vh - min(5.331vw, 88.8px));
    height: calc(100dvh - min(5.331vw, 88.8px));
  }
  .t-brillia__feature__sticky .t-brillia__feature__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .t-brillia__feature__sticky .t-brillia__feature__title.is-active {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .t-brillia__feature__contents {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .t-brillia__feature__contents__pc {
    display: none;
  }
}
.t-brillia__feature__title {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: min(2.604vw, 60px);
  text-align: center;
  background: no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__title {
    width: 100%;
    aspect-ratio: 390/420;
    gap: min(5.128vw, 24px);
  }
}
.t-brillia__feature__title__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.406vw, 32.4px);
  font-size: min(3.125vw, 72px);
  font-weight: 300;
  line-height: 1.4666666667;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__title__main {
    gap: min(2.564vw, 12px);
    font-size: min(8.205vw, 38.4px);
    line-height: 1.3125;
  }
}
.t-brillia__feature__title__main__num {
  width: min(4.792vw, 110.4px);
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__title__main__num {
    width: min(12.051vw, 56.4px);
  }
}
.t-brillia__feature__title__text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: min(27.917vw, 643.2px);
  padding: min(2.083vw, 48px);
  font-size: clamp(12.8px, 0.833vw, 19.2px);
  line-height: 2.25;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__title__text {
    width: min(79.487vw, 372px);
    padding: min(5.128vw, 24px);
    font-size: clamp(10px, 3.077vw, 14.4px);
    line-height: 2;
  }
}
.t-brillia__feature__title__caption {
  position: absolute;
  right: min(0.521vw, 12px);
  bottom: min(0.521vw, 12px);
  font-size: clamp(10px, 0.573vw, 13.2px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__title__caption {
    right: min(2.564vw, 12px);
    bottom: min(1.026vw, 4.8px);
    font-size: clamp(10px, 2.564vw, 12px);
  }
}
.t-brillia__feature__desc {
  width: 100%;
  padding-block: min(8.958vw, 206.4px) min(4.167vw, 96px);
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc {
    padding-block: min(6.41vw, 30px) min(12.308vw, 57.6px);
  }
}
.t-brillia__feature__desc__heading {
  text-align: center;
  margin-bottom: 1.25em;
  font-size: min(2.083vw, 48px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc__heading {
    margin-bottom: min(5.128vw, 24px);
    font-size: min(5.128vw, 24px);
  }
}
.t-brillia__feature__desc .swiper {
  padding-inline: min(2.604vw, 60px);
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc .swiper {
    padding-inline: min(4.103vw, 19.2px);
  }
}
.t-brillia__feature__desc .swiper-slide img {
  display: block;
  scale: 1;
  -webkit-transition: scale 0.8s ease;
  transition: scale 0.8s ease;
}
.t-brillia__feature__desc .swiper-slide.swiper-slide-prev img, .t-brillia__feature__desc .swiper-slide.swiper-slide-next img {
  scale: 0.714;
}
.t-brillia__feature__desc .swiper-slide.swiper-slide-prev img {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.t-brillia__feature__desc .swiper-slide.swiper-slide-next img {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.t-brillia__feature__desc .swiper-button-prev, .t-brillia__feature__desc .swiper-button-next {
  top: min(3.646vw, 84px);
  bottom: unset;
  width: min(2.604vw, 60px);
  height: min(19.271vw, 444px);
  background-color: #061E2C;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc .swiper-button-prev, .t-brillia__feature__desc .swiper-button-next {
    top: min(10.256vw, 48px);
    width: min(5.128vw, 24px);
    height: min(42.308vw, 198px);
  }
}
@-webkit-keyframes rollArrowLeft {
  0% {
    translate: 0 0;
  }
  49% {
    translate: -250% 0;
  }
  50% {
    translate: -250% 0;
    opacity: 0;
  }
  51% {
    translate: 250% 0;
  }
  51% {
    translate: 250% 0;
    opacity: 1;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes rollArrowLeft {
  0% {
    translate: 0 0;
  }
  49% {
    translate: -250% 0;
  }
  50% {
    translate: -250% 0;
    opacity: 0;
  }
  51% {
    translate: 250% 0;
  }
  51% {
    translate: 250% 0;
    opacity: 1;
  }
  100% {
    translate: 0 0;
  }
}
@-webkit-keyframes rollArrowRight {
  0% {
    translate: 0 0;
  }
  49% {
    translate: 250% 0;
  }
  50% {
    translate: 250% 0;
    opacity: 0;
  }
  51% {
    translate: -250% 0;
  }
  51% {
    translate: -250% 0;
    opacity: 1;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes rollArrowRight {
  0% {
    translate: 0 0;
  }
  49% {
    translate: 250% 0;
  }
  50% {
    translate: 250% 0;
    opacity: 0;
  }
  51% {
    translate: -250% 0;
  }
  51% {
    translate: -250% 0;
    opacity: 1;
  }
  100% {
    translate: 0 0;
  }
}
@media (any-hover: hover) {
  .t-brillia__feature__desc .swiper-button-prev:hover, .t-brillia__feature__desc .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.t-brillia__feature__desc .swiper-button-prev::before, .t-brillia__feature__desc .swiper-button-next::before {
  display: none;
}
.t-brillia__feature__desc .swiper-button-prev::after, .t-brillia__feature__desc .swiper-button-next::after {
  content: "\f105";
  color: #fff;
  font-size: clamp(14.4px, 0.938vw, 21.6px);
}
.t-brillia__feature__desc .swiper-button-prev {
  right: unset;
  left: 0;
}
@media screen and (min-width: 769px) {
  .t-brillia__feature__desc .swiper-button-prev:hover::after {
    -webkit-animation: rollArrowLeft 0.5s cubic-bezier(0.65, 0, 0.35, 1);
            animation: rollArrowLeft 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
}
.t-brillia__feature__desc .swiper-button-next {
  right: 0;
  left: unset;
}
@media screen and (min-width: 769px) {
  .t-brillia__feature__desc .swiper-button-next:hover::after {
    -webkit-animation: rollArrowRight 0.5s cubic-bezier(0.65, 0, 0.35, 1);
            animation: rollArrowRight 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
}
.t-brillia__feature__desc .swiper-pagination {
  padding-block: 0.5em;
}
.t-brillia__feature__desc .swiper-pagination-bullet {
  position: relative;
  width: min(1.042vw, 24px);
  height: min(1.042vw, 24px);
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc .swiper-pagination-bullet {
    width: min(3.59vw, 16.8px);
    height: min(3.59vw, 16.8px);
  }
}
.t-brillia__feature__desc .swiper-pagination-bullet-svg {
  display: block;
  width: 100%;
  rotate: -90deg;
}
.t-brillia__feature__desc .swiper-pagination-bullet-svg-circle {
  opacity: 0.2;
}
.t-brillia__feature__desc .swiper-pagination-bullet-active .swiper-pagination-bullet-svg-circle {
  opacity: 1;
}
.t-brillia__feature__desc .swiper-pagination-bullet-active .swiper-pagination-bullet-svg-line {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 4.5s linear;
  transition: stroke-dashoffset 4.5s linear;
}
.t-brillia__feature__desc__image {
  position: relative;
}
.t-brillia__feature__desc__image__caption {
  position: absolute;
  right: min(0.625vw, 14.4px);
  bottom: min(0.521vw, 12px);
  font-size: clamp(10px, 0.573vw, 13.2px);
  text-align: right;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.3s ease;
  transition: opacity 0.5s 0.3s ease;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc__image__caption {
    right: min(1.795vw, 8.4px);
    bottom: min(1.282vw, 6px);
    font-size: clamp(10px, 2.308vw, 10.8px);
  }
}
.t-brillia__feature__desc__image__caption.--black {
  color: #051E2C;
}
.swiper-slide-active .t-brillia__feature__desc__image__caption {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc__image__caption.--feature03-4 {
    bottom: min(0.256vw, 1.2px);
  }
}
.t-brillia__feature__desc__explain {
  margin-top: min(1.354vw, 31.2px);
  padding-inline: min(2.604vw, 60px);
  font-size: clamp(11.2px, 0.729vw, 16.8px);
  line-height: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.3s ease;
  transition: opacity 0.5s 0.3s ease;
}
.swiper-slide-active .t-brillia__feature__desc__explain {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc__explain {
    margin-top: min(5.128vw, 24px);
    padding-inline: min(5.128vw, 24px);
    font-size: clamp(10px, 2.821vw, 13.2px);
  }
}
.t-brillia__feature__desc__explain__title {
  font-size: clamp(19.2px, 1.25vw, 28.8px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc__explain__title {
    font-size: clamp(12.8px, 4.103vw, 19.2px);
  }
}
.t-brillia__feature__desc__explain__text {
  margin-top: min(0.521vw, 12px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc__explain__text {
    margin-top: min(2.564vw, 12px);
  }
}
.t-brillia__feature__desc__explain__text small {
  display: block;
  font-size: clamp(10px, 0.573vw, 13.2px);
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc__explain__text small {
    font-size: clamp(10px, 2.308vw, 10.8px);
  }
}
.t-brillia__feature__desc__explain__text small:first-child {
  margin-top: 0.9em;
}
.t-brillia__feature .t-brillia__feature__title {
  background-image: url("../img/brillia/feature/01/bg.webp");
}
.t-brillia__feature .t-brillia__feature__title.--feature2 {
  background-image: url("../img/brillia/feature/02/bg.webp");
}
.t-brillia__feature .t-brillia__feature__title.--feature3 {
  background-image: url("../img/brillia/feature/03/bg.webp");
}
.t-brillia__feature .t-brillia__feature__title.--feature4 {
  background-image: url("../img/brillia/feature/04/bg.webp");
}
.t-brillia__feature .t-brillia__feature__title.--feature5 {
  background-image: url("../img/brillia/feature/05/bg.webp");
}
.t-brillia__about {
  position: relative;
}
.t-brillia__about__link {
  display: block;
  width: 100%;
  aspect-ratio: 1920/400;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-brillia__about__link {
    aspect-ratio: 390/270;
  }
}
.t-brillia__about__link picture {
  position: relative;
  display: block;
}
.t-brillia__about__link picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #051E2C;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 1;
}
.t-brillia__about__link__img {
  display: block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (min-width: 769px) {
  .t-brillia__about__link:hover {
    opacity: 1;
  }
  .t-brillia__about__link:hover picture::before {
    opacity: 0.6;
  }
  .t-brillia__about__link:hover .t-brillia__about__link__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.t-brillia__about__txt {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  font-size: min(3.333vw, 76.8px);
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t-brillia__about__txt {
    font-size: min(8.205vw, 38.4px);
  }
}
.t-brillia__about__txt__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.521vw, 12px);
  font-size: clamp(12.8px, 0.833vw, 19.2px);
}
@media screen and (max-width: 768px) {
  .t-brillia__about__txt__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: min(2.564vw, 12px);
    margin-left: min(8.205vw, 38.4px);
    font-size: clamp(10.4px, 3.333vw, 15.6px);
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
.t-brillia__about__txt__link::after {
  content: "";
  display: block;
  width: clamp(12.8px, 0.833vw, 19.2px);
  height: clamp(13.6px, 0.885vw, 20.4px);
  background: url("../img/brillia/icon_blink.svg") no-repeat center center/100% auto;
}
@media screen and (max-width: 768px) {
  .t-brillia__about__txt__link::after {
    width: clamp(12.8px, 4.103vw, 19.2px);
    height: clamp(13.6px, 4.359vw, 20.4px);
  }
}
.t-brillia__about__caption {
  position: absolute;
  right: min(7.292vw, 168px);
  bottom: min(0.938vw, 21.6px);
  font-size: clamp(10px, 0.573vw, 13.2px);
  text-align: right;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t-brillia__about__caption {
    right: min(2.564vw, 12px);
    bottom: min(1.026vw, 4.8px);
    font-size: clamp(10px, 2.564vw, 12px);
  }
}
.t-brillia__notes {
  position: relative;
  padding-block: min(2.604vw, 60px);
  font-size: clamp(10px, 0.573vw, 13.2px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .t-brillia__notes {
    padding: min(5.128vw, 24px);
    font-size: clamp(10px, 2.821vw, 13.2px);
  }
}
@media screen and (min-width: 769px) {
  .t-brillia__notes__list {
    width: min(56.25vw, 1296px);
    margin-inline: auto;
  }
}
.t-brillia__notes__list__item + .t-brillia__notes__list__item {
  margin-top: min(0.26vw, 6px);
}
@media screen and (max-width: 768px) {
  .t-brillia__notes__list__item + .t-brillia__notes__list__item {
    margin-top: min(2.564vw, 12px);
  }
}
.t-brillia__notes__list__item a {
  text-decoration: underline;
}
.t-brillia__bnr {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .t-brillia__bnr {
    padding-block: min(2.604vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .t-brillia__bnr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.t-brillia__bnr__img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.t-brillia__bnr__txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: min(5.573vw, 128.4px);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-block: auto;
  color: #fff;
  font-size: min(2.76vw, 63.6px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t-brillia__bnr__txt {
    left: min(9.231vw, 43.2px);
    font-size: min(8.205vw, 38.4px);
  }
}
.t-brillia__bnr__caption {
  position: absolute;
  right: min(0.677vw, 15.6px);
  bottom: min(0.938vw, 21.6px);
  font-size: clamp(10px, 0.469vw, 10.8px);
  line-height: 1.2;
  text-align: right;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t-brillia__bnr__caption {
    right: min(2.564vw, 12px);
    bottom: min(2.564vw, 12px);
    font-size: clamp(10px, 2.308vw, 10.8px);
  }
}
.t-brillia__bnr__item {
  position: relative;
  overflow: hidden;
}
.t-brillia__bnr__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #051E2C;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.t-brillia__bnr__item.--history::before {
  background-color: #2D2E2E;
  opacity: 0.65;
}
.t-brillia__bnr__item::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(2.708vw, 62.4px);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-block: auto;
  color: #fff;
  font-size: clamp(12.8px, 0.833vw, 19.2px);
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t-brillia__bnr__item::after {
    right: min(8.718vw, 40.8px);
    font-size: clamp(10px, 3.077vw, 14.4px);
  }
}
@media screen and (min-width: 769px) {
  .t-brillia__bnr__item:hover {
    opacity: 1;
  }
  .t-brillia__bnr__item:hover::before {
    opacity: 0.7;
  }
  .t-brillia__bnr__item:hover .t-brillia__bnr__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.t-equipment__anchor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(2.017vw, 33.6px) 1fr min(2.017vw, 33.6px) 1fr min(2.017vw, 33.6px) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: min(2.017vw, 33.6px);
}
@media screen and (max-width: 768px) {
  .t-equipment__anchor {
    -ms-grid-columns: 1fr min(1.867vw, 8.4px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(1.867vw, 8.4px);
  }
}
.t-equipment__anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.72vw, 12px);
  padding: min(0.937vw, 15.6px) min(1.441vw, 24px);
  border: 2px solid #999;
}
@media screen and (max-width: 768px) {
  .t-equipment__anchor__link {
    gap: min(2.4vw, 10.8px);
    padding: min(2.667vw, 12px);
  }
}

.t-madori__detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
      grid-template-areas: "head drawing" "data drawing";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .t-madori__detail {
    position: relative;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
        grid-template-areas: "head" "drawing" "data";
  }
}
.t-madori__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: head;
}
.t-madori__head__drawing {
  display: none;
}
.t-madori__title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(8.429vw, 140.4px) 1fr;
  grid-template-columns: min(8.429vw, 140.4px) 1fr;
      grid-template-areas: "type ." "type area";
  border-bottom: 1px solid #707070;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .t-madori__title {
    -ms-grid-columns: min(19.2vw, 86.4px) 1fr;
    grid-template-columns: min(19.2vw, 86.4px) 1fr;
        grid-template-areas: "type ." "area area";
  }
}
.t-madori__title__type {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: type;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #707070;
}
@media screen and (min-width: 769px) {
  .t-madori__title__type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .t-madori__title__type {
    gap: clamp(4px, 1.333vw, 6px);
  }
}
@media screen and (min-width: 769px) {
  .t-madori__title__type__name {
    font-size: clamp(44.8px, 4.035vw, 67.2px);
  }
}
.t-madori__title__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(0.72vw, 12px);
  font-size: clamp(24px, 2.161vw, 36px);
  padding: clamp(16px, 1.441vw, 24px) clamp(24px, 2.161vw, 36px);
}
@media screen and (min-width: 769px) {
  .t-madori__title__name {
    border-bottom: 1px solid #707070;
  }
}
@media screen and (max-width: 768px) {
  .t-madori__title__name {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    padding: clamp(7.2px, 2.4vw, 10.8px) clamp(10.4px, 3.467vw, 15.6px);
  }
}
.t-madori__title__name__tag {
  display: block;
  padding: min(0.576vw, 9.6px) min(0.648vw, 10.8px);
  font-size: clamp(8px, 0.72vw, 12px);
  line-height: 1;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .t-madori__title__name__tag {
    padding: min(1.067vw, 4.8px) min(1.867vw, 8.4px);
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.t-madori__title__area {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: area;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(1.801vw, 30px);
  padding: clamp(12px, 1.081vw, 18px) clamp(24px, 2.161vw, 36px);
}
@media screen and (max-width: 768px){
  .t-madori__title__type {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .t-madori__title__area {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media screen and (max-width: 768px) {
  .t-madori__title__area {
    gap: 0 min(6.667vw, 30px);
    padding: clamp(7.2px, 2.4vw, 10.8px);
    border-top: 1px solid #707070;
  }
}
.t-madori__title__area__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: clamp(11.2px, 1.009vw, 16.8px);
}
@media screen and (min-width: 769px) {
  .t-madori__title__area__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .t-madori__title__area__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(0.72vw, 12px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.t-madori__title__area__title {
  font-size: clamp(9.6px, 0.865vw, 14.4px);
}
@media screen and (max-width: 768px) {
  .t-madori__title__area__title {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.t-madori__title__area__num {
  font-size: clamp(19.2px, 1.729vw, 28.8px);
}
@media screen and (max-width: 768px) {
  .t-madori__title__area__num {
    font-size: clamp(16px, 5.333vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .t-madori__head.is-fixed .t-madori__title {
    position: fixed;
    top: 0;
    -ms-grid-columns: 1fr 0 min(13.333vw, 60px);
    grid-template-columns: 1fr min(13.333vw, 60px);
    -ms-grid-rows: min(5.333vw, 24px) min(1.333vw, 6px) min(6.667vw, 30px);
    grid-template-rows: min(5.333vw, 24px) min(6.667vw, 30px);
        grid-template-areas: "type drawing" ". drawing";
    gap: min(1.333vw, 6px) 0;
    width: 100%;
    min-height: min(12vw, 54px);
    background-color: #fff;
    z-index: 21;
  }
  .t-madori__head.is-fixed .t-madori__title__area {
    display: none;
  }
  .t-madori__head.is-fixed .t-madori__title__type {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: clamp(7.2px, 2.4vw, 10.8px) 0 0 clamp(10.4px, 3.467vw, 15.6px);
    border: none;
  }
  .t-madori__head.is-fixed .t-madori__title__name {
    padding-top: clamp(3.2px, 1.067vw, 4.8px);
  }
  .t-madori__head.is-fixed .t-madori__title__name__tag {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .t-madori__head.is-fixed .t-madori__head__drawing {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-area: drawing;
    border-left: 1px solid #999;
  }
  .t-madori__head.is-fixed .t-madori__head__drawing img {
    display: block;
    max-height: 100%;
  }
  .t-madori__head.is-fixed .t-madori__title > .t-madori__title__type {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
.t-madori__plans {
  width: 100%;
  background-color: #eee;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .t-madori__plans {
    background-color: #fff;
  }
}
.t-madori__plans__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.t-madori__plans__item {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.t-madori__plans__item:first-child {
  border-left: 1px solid #999;
}
.t-madori__plans__btn {
  display: block;
  color: #999;
  padding: min(0.72vw, 12px) min(1.081vw, 18px);
}
@media screen and (max-width: 768px) {
  .t-madori__plans__btn {
    padding: min(2.667vw, 12px) min(2.133vw, 9.6px);
  }
}
.t-madori__plans__btn.is-active {
  color: #fff;
  background-color: #707070;
  pointer-events: none;
}
.t-madori__drawing {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: drawing;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .t-madori__drawing {
    position: sticky;
    top: clamp(59.2px, 5.331vw, 88.8px);
    right: 0;
    height: calc(100vh - clamp(59.2px, 5.331vw, 88.8px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .t-madori__drawing {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .t-madori__drawing__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100vh - clamp(59.2px, 5.331vw, 88.8px) - min(3.602vw, 60px));
  }
}
.t-madori__drawing__img {
  width: 100%;
  max-height: calc(100% - min(3.602vw, 60px));
}
@media screen and (max-width: 768px) {
  .t-madori__drawing__img {
    max-width: 45vh;
    max-height: 45vh;
  }
}
.t-madori__drawing__info {
  padding: 1em;
  text-align: center;
}
.t-madori__drawing__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eee;
}
@media screen and (min-width: 769px) {
  .t-madori__drawing__control {
    width: 100%;
    gap: min(2.882vw, 48px);
    margin-top: auto;
    padding-left: min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .t-madori__drawing__control {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    border-bottom: 1px solid #999;
  }
}
@media screen and (max-width: 768px) {
  .t-madori__drawing__control .u-textlink--zoom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.t-madori__drawing__control__building {
  padding: min(1.009vw, 16.8px) min(1.441vw, 24px);
  text-decoration: none;
  border-left: 1px solid #999;
}
@media screen and (min-width: 769px) {
  .t-madori__drawing__control__building {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .t-madori__drawing__control__building {
    text-align: center;
    padding: min(2.133vw, 9.6px);
  }
}
.t-madori__drawing__notes {
  padding: min(1.225vw, 20.4px) min(1.873vw, 31.2px);
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .t-madori__drawing__notes {
    padding: min(4.533vw, 20.4px) min(5.333vw, 24px);
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
@media screen and (min-width: 769px) {
  .t-madori__drawing:has(.t-madori__drawing__notes) .t-madori__drawing__wrap {
    height: calc(100vh - clamp(59.2px, 5.331vw, 88.8px) - min(3.602vw, 60px) - min(5.98vw, 99.6px));
  }
}
.t-madori__data {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: data;
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  background-color: #eee;
}
@media screen and (max-width: 768px){
  .t-madori__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .t-madori__head.is-fixed .t-madori__head__drawing {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .t-madori__drawing {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .t-madori__data {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 768px) {
  .t-madori__data {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.t-madori__data__inner {
  padding: min(4.323vw, 72px) min(2.882vw, 48px) min(7.205vw, 120px);
}
@media screen and (max-width: 768px) {
  .t-madori__data__inner {
    padding: min(5.333vw, 24px) min(5.333vw, 24px) min(16vw, 72px);
  }
}
.t-madori__data__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(24px, 2.161vw, 36px);
  padding: clamp(16px, 1.441vw, 24px) clamp(24px, 2.161vw, 36px);
  line-height: 1.8;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .t-madori__data__anchor {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr clamp(8px, 2.667vw, 12px) 1fr;
    grid-template-columns: 1fr 1fr;
    gap: clamp(8px, 2.667vw, 12px);
    padding: clamp(9.6px, 3.2vw, 14.4px) clamp(12.8px, 4.267vw, 19.2px);
  }
}
.t-madori__data__title {
  font-size: clamp(16px, 1.441vw, 24px);
  margin: clamp(52px, 4.683vw, 78px) 0 clamp(20px, 1.801vw, 30px);
  padding-top: clamp(12.8px, 1.153vw, 19.2px);
  border-top: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .t-madori__data__title {
    font-size: clamp(16px, 5.333vw, 24px);
    margin: clamp(40px, 13.333vw, 60px) 0 clamp(24px, 8vw, 36px);
    padding-top: clamp(10.4px, 3.467vw, 15.6px);
  }
}
.t-madori__data__title--block {
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  margin: clamp(20px, 1.801vw, 30px) 0 clamp(8px, 0.72vw, 12px);
}
@media screen and (max-width: 768px) {
  .t-madori__data__title--block {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    margin: clamp(24px, 8vw, 36px) 0 clamp(12px, 4vw, 18px);
  }
}
.t-madori__data__title--bg {
  margin: clamp(32px, 2.882vw, 48px) 0 clamp(16px, 1.441vw, 24px);
  padding: clamp(8.8px, 0.793vw, 13.2px) clamp(16px, 1.441vw, 24px);
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .t-madori__data__title--bg {
    margin: clamp(24px, 8vw, 36px) 0 clamp(12px, 4vw, 18px);
    padding: clamp(6.4px, 2.133vw, 9.6px) clamp(12px, 4vw, 18px);
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
  .c-accordion--tra .t-madori__data__title--bg:first-child {
    margin-top: 0;
  }
}
.t-madori__data__facilities {
  padding: min(0.72vw, 12px) 0;
}
.t-madori__data__table {
  width: 100%;
}
.t-madori__data__table tr {
  border-bottom: 1px solid #999;
}
.t-madori__data__table th, .t-madori__data__table td {
  padding: 1.1em 0;
}
.t-madori__data__table th {
  width: 35%;
  padding-right: 1em;
  font-weight: normal;
}
.t-madori__view {
  margin: min(5.043vw, 84px) 0;
}
.t-madori__view__title {
  font-size: clamp(24px, 2.161vw, 36px);
  font-weight: 500;
  text-align: center;
  margin-bottom: min(2.161vw, 36px);
}
.t-madori__view__frame {
  position: relative;
}
.t-madori__view__tab {
  position: absolute;
  right: min(1.441vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #999;
}
@media screen and (min-width: 769px) {
  .t-madori__view__tab {
    top: min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .t-madori__view__tab {
    bottom: min(4vw, 18px);
    right: min(4vw, 18px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t-madori__view__tab__btn {
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: min(0.576vw, 9.6px) min(1.729vw, 28.8px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .t-madori__view__tab__btn {
    padding: min(3.2vw, 14.4px) min(1.867vw, 8.4px);
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
@media screen and (min-width: 769px) {
  .t-madori__view__tab__btn:not(:first-child) {
    border-left: 1px solid #999;
  }
}
@media screen and (max-width: 768px) {
  .t-madori__view__tab__btn:not(:first-child) {
    border-top: 1px solid #999;
  }
}
.t-madori__view__tab__btn.is-active {
  background-color: #999;
  pointer-events: none;
}
.t-madori__view__scroll {
  overflow-x: auto;
}
.t-madori__view__scroll__img {
  display: none;
  max-width: none;
}
.t-madori__view__scroll__img.is-active {
  display: block;
}
.t-madori__others__title {
  font-size: clamp(24px, 2.161vw, 36px);
  margin: min(4.827vw, 80.4px) 0 min(2.161vw, 36px);
}
@media screen and (max-width: 768px) {
  .t-madori__others__title {
    font-size: clamp(16px, 5.333vw, 24px);
    margin: clamp(43.2px, 14.4vw, 64.8px) 0 clamp(20px, 6.667vw, 30px);
  }
}
.t-madori__others__link {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.35fr 0.65fr;
  grid-template-columns: 0.35fr 0.65fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(2.882vw, 48px);
  border: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .t-madori__others__link {
    gap: clamp(8px, 2.667vw, 12px);
    padding: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.t-madori__others__link::before {
  content: "\f04b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  right: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: min(7.709vw, 128.4px);
  height: min(2.378vw, 39.6px);
  color: #fff;
  background-color: #060606;
}
@media screen and (max-width: 768px) {
  .t-madori__others__link::before {
    width: min(6.4vw, 28.8px);
    height: min(6.4vw, 28.8px);
    font-size: clamp(6.4px, 2.133vw, 9.6px);
  }
}
.t-madori__others__type {
  font-size: clamp(12.8px, 1.153vw, 19.2px);
}
@media screen and (min-width: 769px) {
  .t-madori__others__type {
    display: inline-block;
    padding: min(0.36vw, 6px) min(1.801vw, 30px) min(0.432vw, 7.2px);
    line-height: 1;
    color: #fff;
    background-color: #060606;
  }
}
@media screen and (max-width: 768px) {
  .t-madori__others__type {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.t-madori__others__name {
  margin-top: min(0.648vw, 10.8px);
  font-size: clamp(19.2px, 1.729vw, 28.8px);
}
@media screen and (max-width: 768px) {
  .t-madori__others__name {
    margin-top: min(0.8vw, 3.6px);
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.t-madori__others__area {
  margin-top: min(1.873vw, 31.2px);
  font-size: clamp(12.8px, 1.153vw, 19.2px);
}
@media screen and (max-width: 768px) {
  .t-madori__others__area {
    margin-top: min(1.6vw, 7.2px);
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.t-madori__others__area__num {
  font-size: clamp(24px, 2.161vw, 36px);
}
@media screen and (max-width: 768px) {
  .t-madori__others__area__num {
    font-size: clamp(16px, 5.333vw, 24px);
  }
}
.t-madori__others__button {
  width: min(32.421vw, 540px);
  margin-top: min(5.548vw, 92.4px);
  margin-bottom: min(5.548vw, 92.4px);
}
@media screen and (max-width: 768px) {
  .t-madori__others__button {
    width: 100%;
    margin-top: min(8vw, 36px);
    margin-bottom: min(16vw, 72px);
  }
}
.t-madori__list {
  position: relative;
}
@media screen and (min-width: 769px) {
  .t-madori__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min(25.937vw, 432px) min(2.882vw, 48px) 1fr;
    grid-template-columns: min(25.937vw, 432px) 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 min(2.882vw, 48px);
  }
}
@media screen and (min-width: 769px) {
  .t-madori__list__sticky {
    position: sticky;
    top: 74px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .t-madori__list__sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    padding-bottom: min(2.667vw, 12px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(1.867vw, 8.4px) 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: min(10.667vw, 48px);
    grid-template-rows: min(10.667vw, 48px);
    gap: 0 min(1.867vw, 8.4px);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .t-madori__list__sticky > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .t-madori__list__sticky > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .t-madori__list__sticky.is-show {
    opacity: 1;
    pointer-events: auto;
  }
}
.t-madori__list__filter {
  padding: min(1.009vw, 16.8px) min(1.441vw, 24px) min(1.441vw, 24px);
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .t-madori__list__filter {
    display: none;
    padding: min(5.333vw, 24px) min(2.667vw, 12px);
  }
}
@media screen and (min-width: 769px) {
  .t-madori__list__filter {
    display: block !important;
  }
}
.t-madori__list__filter__title {
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  margin-bottom: min(0.72vw, 12px);
}
@media screen and (max-width: 768px) {
  .t-madori__list__filter__title {
    display: none;
  }
}
.t-madori__list__filter__list {
  margin-bottom: min(0.72vw, 12px);
  padding: min(0.865vw, 14.4px) min(1.225vw, 20.4px) min(1.225vw, 20.4px) min(1.441vw, 24px);
  background-color: #707070;
}
@media screen and (max-width: 768px) {
  .t-madori__list__filter__list {
    margin-bottom: min(2.667vw, 12px);
    padding: min(3.2vw, 14.4px) min(3.2vw, 14.4px) min(4.533vw, 20.4px);
  }
}
.t-madori__list__filter__list__title {
  color: #fff;
  margin-bottom: min(0.504vw, 8.4px);
}
@media screen and (max-width: 768px) {
  .t-madori__list__filter__list__title {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    font-weight: 400;
    margin-bottom: clamp(5.6px, 1.867vw, 8.4px);
  }
}
.t-madori__list__filter__list__inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(0.576vw, 9.6px);
}
@media screen and (max-width: 768px) {
  .t-madori__list__filter__list__inline {
    gap: min(2.133vw, 9.6px);
  }
}
.t-madori__list__filter__list__inline__label {
  line-height: 1;
  cursor: pointer;
}
.t-madori__list__filter__list__check {
  display: none;
}
.t-madori__list__filter__list__check__text {
  display: block;
  padding: min(0.648vw, 10.8px) min(0.72vw, 12px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .t-madori__list__filter__list__check__text {
    padding: min(1.6vw, 7.2px) min(2.667vw, 12px);
  }
}
.t-madori__list__filter__list__check:checked + .t-madori__list__filter__list__check__text {
  color: #fff;
  background-color: #060606;
}
.t-madori__list__filter__list__area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(0.504vw, 8.4px) -webkit-min-content min(0.504vw, 8.4px) 1fr;
  -ms-grid-columns: 1fr min(0.504vw, 8.4px) min-content min(0.504vw, 8.4px) 1fr;
  grid-template-columns: 1fr -webkit-min-content 1fr;
  grid-template-columns: 1fr min-content 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.504vw, 8.4px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .t-madori__list__filter__list__area {
    gap: min(1.867vw, 8.4px);
  }
}
.t-madori__list__filter__list__select {
  display: block;
  width: 100%;
  padding: min(0.648vw, 10.8px) min(0.72vw, 12px);
  color: #333;
  line-height: 1;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .t-madori__list__filter__list__select {
    padding: min(2.4vw, 10.8px) min(2.667vw, 12px);
  }
}
.t-madori__list__filter__list__select__wrapper {
  position: relative;
}
.t-madori__list__filter__list__select__wrapper::before {
  content: "\f0dd";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  right: min(0.72vw, 12px);
  top: 0;
  bottom: 0;
  margin: auto;
  height: clamp(14.4px, 1.297vw, 21.6px);
  line-height: 1;
  color: #333;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .t-madori__list__filter__list__select__wrapper::before {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    right: min(2.667vw, 12px);
    height: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.t-madori__list__filter__reset {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .t-madori__list__filter__reset {
    display: block;
    width: 100%;
    height: min(10.667vw, 48px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    color: #333;
    background-color: #fff;
    text-decoration: none;
  }
}
.t-madori__list__filter__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(2.133vw, 9.6px);
  height: min(10.667vw, 48px);
  color: #fff;
  font-size: clamp(11.2px, 3.733vw, 16.8px);
  text-align: center;
  background-color: #333;
}
@media screen and (min-width: 769px) {
  .t-madori__list__filter__sp {
    display: none;
  }
}
.t-madori__list__filter__sp .fa-down-long {
  display: none;
}
.t-madori__list__filter__sp .fa-down-long::before {
  font-family: "Font Awesome 6 Pro";
}
.t-madori__list__building {
  width: 100%;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .t-madori__list__building {
    width: 90%;
    margin: min(1.441vw, 24px) auto;
  }
}
.t-madori__list__building__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(0.72vw, 12px) min(1.153vw, 19.2px);
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .t-madori__list__building__label {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    background-color: #fff;
  }
  .t-madori__list__building__label i {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .t-madori__list__sticky.is-open {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #eee;
  }
  .t-madori__list__sticky.is-open > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .t-madori__list__sticky.is-open > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .t-madori__list__sticky.is-open .t-madori__list__filter__sp {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: #707070;
  }
  .t-madori__list__sticky.is-open .t-madori__list__filter__sp .fa-down-long {
    display: inline;
  }
  .t-madori__list__sticky.is-open .t-madori__list__filter__sp .fa-magnifying-glass {
    display: none;
  }
  .t-madori__list__sticky.is-open .t-madori__list__building {
    display: none;
  }
}
.t-madori__list__grid {
  position: relative;
}
.t-madori__list__grid__item {
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .t-madori__list__grid__item {
    width: calc(50% - min(0.72vw, 12px));
    margin: 0 min(0.36vw, 6px) min(0.72vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .t-madori__list__grid__item {
    width: 100%;
    margin: 0 0 min(5.333vw, 24px);
  }
}
.t-madori__list__grid__link {
  display: block;
  border: 1px solid #999;
}
@media screen and (min-width: 769px) {
  .t-madori__list__grid__link:hover {
    opacity: 0.75 !important;
  }
}
.t-madori__list__grid__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  border-bottom: 1px solid #707070;
}
.t-madori__list__grid__head__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(0.72vw, 12px) min(1.441vw, 24px) min(0.865vw, 14.4px);
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .t-madori__list__grid__head__data {
    padding: min(2.667vw, 12px) min(5.333vw, 24px) min(3.2vw, 14.4px);
  }
}
.t-madori__list__grid__head__data__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(0.648vw, 10.8px);
}
@media screen and (min-width: 769px) {
  .t-madori__list__grid__head__data__type {
    min-height: min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .t-madori__list__grid__head__data__type {
    gap: 0 min(2.4vw, 10.8px);
  }
}
.t-madori__list__grid__head__data__tag {
  display: block;
  font-size: clamp(8px, 0.72vw, 12px);
  line-height: 1;
  padding: min(0.216vw, 3.6px) min(0.504vw, 8.4px);
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .t-madori__list__grid__head__data__tag {
    font-size: clamp(8px, 2.667vw, 12px);
    padding: min(0.8vw, 3.6px) min(1.867vw, 8.4px);
  }
}
.t-madori__list__grid__head__data__name {
  font-size: clamp(16px, 1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .t-madori__list__grid__head__data__name {
    font-size: clamp(16px, 5.333vw, 24px);
  }
}
.t-madori__list__grid__head__area {
  padding: min(0.72vw, 12px) min(1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .t-madori__list__grid__head__area {
    padding: min(3.2vw, 14.4px) min(5.333vw, 24px);
  }
}
.t-madori__list__grid__head__area__em {
  font-size: clamp(20.8px, 1.873vw, 31.2px);
}
@media screen and (max-width: 768px) {
  .t-madori__list__grid__head__area__em {
    font-size: clamp(20px, 6.667vw, 30px);
  }
}
.t-madori__list__grid__img {
  display: block;
  width: auto;
  max-height: min(32.421vw, 540px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .t-madori__list__grid__img {
    max-height: 50vh;
  }
}
.t-madori__list__grid__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 1px;
}
.t-madori__list__grid__tags__tag {
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: clamp(9.6px, 0.865vw, 14.4px);
  padding: min(0.576vw, 9.6px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .t-madori__list__grid__tags__tag {
    font-size: clamp(8.8px, 2.933vw, 13.2px);
    padding: min(2.133vw, 9.6px);
  }
}
.t-madori__list__grid__tags__tag--remaining {
  display: block;
  padding: min(0.36vw, 6px) min(1.009vw, 16.8px);
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .t-madori__list__grid__tags__tag--remaining {
    padding: min(1.333vw, 6px) min(3.733vw, 16.8px);
  }
}
.t-madori__list__grid__tags__tag--remaining__num {
  font-size: clamp(16px, 1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .t-madori__list__grid__tags__tag--remaining__num {
    font-size: clamp(15.2px, 5.067vw, 22.8px);
  }
}
@media screen and (min-width: 769px) {
  .t-madori__list--mini .t-madori__list__grid__item {
    width: calc(33.3333333333% - min(0.72vw, 12px));
  }
}
.t-madori__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(2.017vw, 33.6px);
  margin-block: min(9.366vw, 156px);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .t-madori__labels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(5.333vw, 24px);
    margin-block: min(16vw, 72px);
  }
}
.t-madori__labels > * {
  min-width: 0;
}

.t-outline__box {
  margin: min(7.205vw, 120px) 0;
}
@media screen and (max-width: 768px) {
  .t-outline__box {
    margin: min(16vw, 72px) 0;
  }
}
.t-outline__box__title {
  font-size: clamp(16px, 1.441vw, 24px);
  margin-bottom: min(0.793vw, 13.2px);
}
@media screen and (max-width: 768px) {
  .t-outline__box__title {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    margin-bottom: min(2.933vw, 13.2px);
  }
}

.u-color--link {
  color: #060606;
}
.u-color--over {
  color: #060606;
}
.u-color--accent {
  color: #0049a7;
}
.u-color--gray {
  color: #eee;
}
.u-color--alert {
  color: #f0a3a3;
}
.u-color--text {
  color: #333;
}
.u-color--text-second {
  color: #707070;
}
.u-color--text-third {
  color: #999;
}

.u-bg--white {
  background-color: #fff !important;
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-d-flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 (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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-d-hv-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.288vw, 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.288vw, 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.288vw, 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.288vw, 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.576vw, 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.576vw, 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.576vw, 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.576vw, 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.865vw, 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.865vw, 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.865vw, 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.865vw, 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.153vw, 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.153vw, 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.153vw, 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.153vw, 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.441vw, 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.441vw, 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.441vw, 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.441vw, 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.729vw, 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.729vw, 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.729vw, 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.729vw, 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.017vw, 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.017vw, 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.017vw, 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.017vw, 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.305vw, 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.305vw, 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.305vw, 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.305vw, 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.594vw, 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.594vw, 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.594vw, 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.594vw, 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(2.882vw, 48px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-40 {
    margin-top: min(10.667vw, 48px) !important;
  }
}

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

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

.u-mr-40 {
  margin-right: min(2.882vw, 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.17vw, 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.17vw, 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.17vw, 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.17vw, 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.458vw, 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.458vw, 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.458vw, 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.458vw, 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(3.746vw, 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(3.746vw, 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(3.746vw, 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(3.746vw, 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.035vw, 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.035vw, 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.035vw, 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.035vw, 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.323vw, 72px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-60 {
    margin-top: min(16vw, 72px) !important;
  }
}

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

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

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

.u-mt-64 {
  margin-top: min(4.611vw, 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(4.611vw, 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(4.611vw, 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(4.611vw, 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(4.899vw, 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(4.899vw, 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(4.899vw, 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(4.899vw, 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.187vw, 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.187vw, 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.187vw, 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.187vw, 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.476vw, 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.476vw, 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.476vw, 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.476vw, 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(5.764vw, 96px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-80 {
    margin-top: min(21.333vw, 96px) !important;
  }
}

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

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

.u-mr-80 {
  margin-right: min(5.764vw, 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.288vw, 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.288vw, 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.288vw, 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.288vw, 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.576vw, 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.576vw, 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.576vw, 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.576vw, 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.865vw, 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.865vw, 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.865vw, 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.865vw, 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.153vw, 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.153vw, 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.153vw, 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.153vw, 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.441vw, 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.441vw, 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.441vw, 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.441vw, 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.729vw, 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.729vw, 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.729vw, 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.729vw, 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.017vw, 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.017vw, 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.017vw, 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.017vw, 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.305vw, 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.305vw, 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.305vw, 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.305vw, 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.594vw, 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.594vw, 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.594vw, 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.594vw, 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(2.882vw, 48px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-40 {
    padding-top: min(10.667vw, 48px) !important;
  }
}

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

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

.u-pr-40 {
  padding-right: min(2.882vw, 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.17vw, 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.17vw, 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.17vw, 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.17vw, 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.458vw, 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.458vw, 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.458vw, 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.458vw, 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(3.746vw, 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(3.746vw, 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(3.746vw, 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(3.746vw, 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.035vw, 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.035vw, 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.035vw, 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.035vw, 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.323vw, 72px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-60 {
    padding-top: min(16vw, 72px) !important;
  }
}

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

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

.u-pr-60 {
  padding-right: min(4.323vw, 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--medium {
  font-weight: 500 !important;
}
.u-text--normal {
  font-weight: normal !important;
}
.u-text--size--ll, .u-text--size--ll a {
  font-size: clamp(24px, 2.161vw, 36px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--ll, .u-text--size--ll a {
    font-size: clamp(16px, 5.333vw, 24px) !important;
  }
}
.u-text--size--l, .u-text--size--l a {
  font-size: clamp(16px, 1.441vw, 24px) !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(12.8px, 1.153vw, 19.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--m, .u-text--size--m a {
    font-size: clamp(11.2px, 3.733vw, 16.8px) !important;
  }
}
.u-text--size--n, .u-text--size--n a {
  font-size: clamp(11.2px, 1.009vw, 16.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--n, .u-text--size--n a {
    font-size: clamp(10.4px, 3.467vw, 15.6px) !important;
  }
}
.u-text--size--s, .u-text--size--s a {
  font-size: clamp(9.6px, 0.865vw, 14.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--s, .u-text--size--s a {
    font-size: clamp(9.6px, 3.2vw, 14.4px) !important;
  }
}
.u-text--size--ss, .u-text--size--ss a {
  font-size: clamp(8.8px, 0.793vw, 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: #707070;
  font-size: clamp(11.2px, 1.009vw, 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--underline {
  text-decoration: underline !important;
}
@media screen and (min-width: 769px) {
  .u-textlink--underline:hover {
    text-decoration: none !important;
  }
}
.u-textlink--nodeco {
  text-decoration: none !important;
}
.u-textlink--arrow, .u-textlink--arrow--secondary, .u-textlink--arrow--secondary--down, .u-textlink--pdf, .u-textlink--blank {
  color: #060606;
  display: inline-block;
  position: relative;
}
.u-textlink--arrow i:first-child, .u-textlink--arrow--secondary i:first-child, .u-textlink--arrow--secondary--down i:first-child, .u-textlink--pdf i:first-child, .u-textlink--blank i:first-child {
  color: #060606;
  text-decoration: none;
  position: absolute;
}
.u-textlink--arrow, .u-textlink--arrow--secondary, .u-textlink--arrow--secondary--down {
  padding-left: clamp(19.2px, 1.729vw, 28.8px);
}
@media screen and (max-width: 768px) {
  .u-textlink--arrow, .u-textlink--arrow--secondary, .u-textlink--arrow--secondary--down {
    padding-left: clamp(16px, 5.333vw, 24px);
  }
}
.u-textlink--arrow i:first-child, .u-textlink--arrow--secondary i:first-child, .u-textlink--arrow--secondary--down i:first-child {
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  margin-right: 0.5em;
  margin-left: 0;
  left: 0;
  top: clamp(4px, 0.36vw, 6px);
}
@media screen and (max-width: 768px) {
  .u-textlink--arrow i:first-child, .u-textlink--arrow--secondary i:first-child, .u-textlink--arrow--secondary--down i:first-child {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    top: clamp(4px, 1.333vw, 6px);
  }
}
.u-textlink--arrow--secondary, .u-textlink--arrow--secondary--down {
  padding-left: clamp(11.2px, 1.009vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .u-textlink--arrow--secondary, .u-textlink--arrow--secondary--down {
    padding-left: min(3.2vw, 14.4px);
  }
}
.u-textlink--arrow--secondary [class*=fa-angle], .u-textlink--arrow--secondary--down [class*=fa-angle] {
  font-size: clamp(16px, 1.441vw, 24px);
  left: -1px;
  top: clamp(6.4px, 0.576vw, 9.6px);
}
@media screen and (max-width: 768px) {
  .u-textlink--arrow--secondary [class*=fa-angle], .u-textlink--arrow--secondary--down [class*=fa-angle] {
    font-size: clamp(12px, 4vw, 18px);
    top: clamp(6.4px, 2.133vw, 9.6px);
  }
}
.u-textlink--arrow--secondary--down {
  padding-left: clamp(14.4px, 1.297vw, 21.6px);
}
@media screen and (max-width: 768px) {
  .u-textlink--arrow--secondary--down {
    padding-left: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.u-textlink--pdf {
  padding-right: min(1.729vw, 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.017vw, 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;
}
.u-textlink--zoom, .u-textlink--download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(7.2px, 0.648vw, 10.8px);
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .u-textlink--zoom, .u-textlink--download {
    gap: clamp(4px, 1.333vw, 6px);
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.u-textlink--circle {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: clamp(19.2px, 1.729vw, 28.8px);
  aspect-ratio: 1/1;
  color: #fff;
  font-size: clamp(8.8px, 0.793vw, 13.2px);
  line-height: 1;
  letter-spacing: 0;
  background-color: #333;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .u-textlink--circle {
    width: clamp(14.4px, 4.8vw, 21.6px);
    font-size: clamp(4.8px, 1.6vw, 7.2px);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-wid-1000 {
  width: min(72.046vw, 1200px) !important;
  min-width: min(72.046vw, 1200px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-1000 {
    width: min(72.046vw, 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.72vw, 12px) !important;
    min-width: min(0.72vw, 12px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-10 {
    width: min(0.72vw, 12px) !important;
    min-width: min(2.667vw, 12px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-20 {
    width: min(1.441vw, 24px) !important;
    min-width: min(1.441vw, 24px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-20 {
    width: min(1.441vw, 24px) !important;
    min-width: min(5.333vw, 24px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-30 {
    width: min(2.161vw, 36px) !important;
    min-width: min(2.161vw, 36px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-30 {
    width: min(2.161vw, 36px) !important;
    min-width: min(8vw, 36px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-40 {
    width: min(2.882vw, 48px) !important;
    min-width: min(2.882vw, 48px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-40 {
    width: min(2.882vw, 48px) !important;
    min-width: min(10.667vw, 48px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-50 {
    width: min(3.602vw, 60px) !important;
    min-width: min(3.602vw, 60px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-50 {
    width: min(3.602vw, 60px) !important;
    min-width: min(13.333vw, 60px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-60 {
    width: min(4.323vw, 72px) !important;
    min-width: min(4.323vw, 72px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-60 {
    width: min(4.323vw, 72px) !important;
    min-width: min(16vw, 72px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-70 {
    width: min(5.043vw, 84px) !important;
    min-width: min(5.043vw, 84px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-70 {
    width: min(5.043vw, 84px) !important;
    min-width: min(18.667vw, 84px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-80 {
    width: min(5.764vw, 96px) !important;
    min-width: min(5.764vw, 96px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-80 {
    width: min(5.764vw, 96px) !important;
    min-width: min(21.333vw, 96px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-90 {
    width: min(6.484vw, 108px) !important;
    min-width: min(6.484vw, 108px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-90 {
    width: min(6.484vw, 108px) !important;
    min-width: min(24vw, 108px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-100 {
    width: min(7.205vw, 120px) !important;
    min-width: min(7.205vw, 120px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-100 {
    width: min(7.205vw, 120px) !important;
    min-width: min(26.667vw, 120px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-110 {
    width: min(7.925vw, 132px) !important;
    min-width: min(7.925vw, 132px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-110 {
    width: min(7.925vw, 132px) !important;
    min-width: min(29.333vw, 132px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-120 {
    width: min(8.646vw, 144px) !important;
    min-width: min(8.646vw, 144px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-120 {
    width: min(8.646vw, 144px) !important;
    min-width: min(32vw, 144px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-130 {
    width: min(9.366vw, 156px) !important;
    min-width: min(9.366vw, 156px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-130 {
    width: min(9.366vw, 156px) !important;
    min-width: min(34.667vw, 156px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-140 {
    width: min(10.086vw, 168px) !important;
    min-width: min(10.086vw, 168px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-140 {
    width: min(10.086vw, 168px) !important;
    min-width: min(37.333vw, 168px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-150 {
    width: min(10.807vw, 180px) !important;
    min-width: min(10.807vw, 180px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-150 {
    width: min(10.807vw, 180px) !important;
    min-width: min(40vw, 180px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-160 {
    width: min(11.527vw, 192px) !important;
    min-width: min(11.527vw, 192px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-160 {
    width: min(11.527vw, 192px) !important;
    min-width: min(42.667vw, 192px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-170 {
    width: min(12.248vw, 204px) !important;
    min-width: min(12.248vw, 204px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-170 {
    width: min(12.248vw, 204px) !important;
    min-width: min(45.333vw, 204px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-180 {
    width: min(12.968vw, 216px) !important;
    min-width: min(12.968vw, 216px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-180 {
    width: min(12.968vw, 216px) !important;
    min-width: min(48vw, 216px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-190 {
    width: min(13.689vw, 228px) !important;
    min-width: min(13.689vw, 228px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-190 {
    width: min(13.689vw, 228px) !important;
    min-width: min(50.667vw, 228px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-200 {
    width: min(14.409vw, 240px) !important;
    min-width: min(14.409vw, 240px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-200 {
    width: min(14.409vw, 240px) !important;
    min-width: min(53.333vw, 240px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-210 {
    width: min(15.13vw, 252px) !important;
    min-width: min(15.13vw, 252px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-210 {
    width: min(15.13vw, 252px) !important;
    min-width: min(56vw, 252px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-220 {
    width: min(15.85vw, 264px) !important;
    min-width: min(15.85vw, 264px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-220 {
    width: min(15.85vw, 264px) !important;
    min-width: min(58.667vw, 264px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-230 {
    width: min(16.571vw, 276px) !important;
    min-width: min(16.571vw, 276px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-230 {
    width: min(16.571vw, 276px) !important;
    min-width: min(61.333vw, 276px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-240 {
    width: min(17.291vw, 288px) !important;
    min-width: min(17.291vw, 288px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-240 {
    width: min(17.291vw, 288px) !important;
    min-width: min(64vw, 288px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-250 {
    width: min(18.012vw, 300px) !important;
    min-width: min(18.012vw, 300px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-250 {
    width: min(18.012vw, 300px) !important;
    min-width: min(66.667vw, 300px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-260 {
    width: min(18.732vw, 312px) !important;
    min-width: min(18.732vw, 312px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-260 {
    width: min(18.732vw, 312px) !important;
    min-width: min(69.333vw, 312px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-270 {
    width: min(19.452vw, 324px) !important;
    min-width: min(19.452vw, 324px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-270 {
    width: min(19.452vw, 324px) !important;
    min-width: min(72vw, 324px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-280 {
    width: min(20.173vw, 336px) !important;
    min-width: min(20.173vw, 336px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-280 {
    width: min(20.173vw, 336px) !important;
    min-width: min(74.667vw, 336px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-290 {
    width: min(20.893vw, 348px) !important;
    min-width: min(20.893vw, 348px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-290 {
    width: min(20.893vw, 348px) !important;
    min-width: min(77.333vw, 348px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-300 {
    width: min(21.614vw, 360px) !important;
    min-width: min(21.614vw, 360px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-300 {
    width: min(21.614vw, 360px) !important;
    min-width: min(80vw, 360px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-310 {
    width: min(22.334vw, 372px) !important;
    min-width: min(22.334vw, 372px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-310 {
    width: min(22.334vw, 372px) !important;
    min-width: min(82.667vw, 372px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-320 {
    width: min(23.055vw, 384px) !important;
    min-width: min(23.055vw, 384px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-320 {
    width: min(23.055vw, 384px) !important;
    min-width: min(85.333vw, 384px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-330 {
    width: min(23.775vw, 396px) !important;
    min-width: min(23.775vw, 396px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-330 {
    width: min(23.775vw, 396px) !important;
    min-width: min(88vw, 396px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-340 {
    width: min(24.496vw, 408px) !important;
    min-width: min(24.496vw, 408px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-340 {
    width: min(24.496vw, 408px) !important;
    min-width: min(90.667vw, 408px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-350 {
    width: min(25.216vw, 420px) !important;
    min-width: min(25.216vw, 420px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-350 {
    width: min(25.216vw, 420px) !important;
    min-width: min(93.333vw, 420px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-360 {
    width: min(25.937vw, 432px) !important;
    min-width: min(25.937vw, 432px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-360 {
    width: min(25.937vw, 432px) !important;
    min-width: min(96vw, 432px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-370 {
    width: min(26.657vw, 444px) !important;
    min-width: min(26.657vw, 444px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-370 {
    width: min(26.657vw, 444px) !important;
    min-width: min(98.667vw, 444px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-380 {
    width: min(27.378vw, 456px) !important;
    min-width: min(27.378vw, 456px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-380 {
    width: min(27.378vw, 456px) !important;
    min-width: min(101.333vw, 456px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-390 {
    width: min(28.098vw, 468px) !important;
    min-width: min(28.098vw, 468px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-390 {
    width: min(28.098vw, 468px) !important;
    min-width: min(104vw, 468px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-400 {
    width: min(28.818vw, 480px) !important;
    min-width: min(28.818vw, 480px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-400 {
    width: min(28.818vw, 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;
  }
}