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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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: 60%;
  line-height: 0;
  position: relative;
}

sub {
  vertical-align: baseline;
}

sup {
  vertical-align: super;
}

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

:root {
  --brand: #0060b0;
  --black: #2a2a2a;
  --gray: #b7b7b7;
  --base: #ffffff;
  --text: var(--black);
  --text-second: #878787;
  --text-third: var(--gray);
  --text-white: var(--base);
  --text-link: var(--brand);
  --text-placeholder: var(--text-third);
  --text-alert: #f0a3a3;
  --border: var(--black);
  --border-gray: var(--gray);
  --border-light: #d9d9d9;
  --border-dark: #878787;
  --border-blue: var(--brand);
  --border-white: var(--base);
  --bg-blue: #f3f6f9;
  --bg-black: var(--black);
  --bg-alert: #fceded;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  --font-base: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium",
    "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --font-en: "Oswald", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium",
    "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --font-awesome: "Font Awesome 6 Pro";
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-700: 700;
  --fw-900: 900;
  --lh-200: 2;
  --lh-150: 1.5;
  --lh-100: 1;
  --duration: 0.3s ease;
}

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: var(--text);
  font-family: var(--font-base);
  font-weight: var(--fw-400);
  margin: 0;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 835px) {
  body {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  body {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}

@media screen and (min-width: 835px) {
  p {
    line-height: var(--lh-200);
  }
}
@media screen and (max-width: 834px) {
  p {
    line-height: var(--lh-150);
  }
}

p:empty,
p:blank {
  margin: 0 !important;
  padding: 0 !important;
  display: none !important;
}

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

a {
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
a img {
  -webkit-transition: var(--duration);
  transition: var(--duration);
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

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

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

@media screen and (min-width: 835px) {
  p small {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  p small {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}

strong {
  font-weight: var(--fw-700);
}

p a,
td a,
th a,
blockquote a {
  color: var(--text-link);
  text-decoration: underline;
}
@media (hover: hover) {
  p a:hover,
  td a:hover,
  th a:hover,
  blockquote a:hover {
    text-decoration: none;
  }
}

hr {
  height: 1px;
  background-color: var(--bg-blue);
  border: none;
  margin: min(1.389vw, 22px) 0;
}
@media screen and (max-width: 834px) {
  hr {
    margin: min(5.333vw, 22px) 0;
  }
}

.l-body {
  width: auto;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
  overflow-x: clip;
}

.l-container {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  z-index: 5;
}
.l-container__inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .l-container__inner {
    max-width: min(81.944vw, 1298px);
  }
}
@media screen and (min-width: 835px) {
  .l-container__inner.--wide {
    max-width: min(88.889vw, 1408px);
  }
}
@media screen and (min-width: 835px) {
  .l-container__inner.--narrow {
    max-width: min(62.5vw, 990px);
  }
}
@media screen and (max-width: 834px) {
  .l-container__inner {
    padding-inline: min(5.333vw, 22px);
  }
}

[class*="l-section"] {
  width: 100%;
  border-bottom: var(--border-gray) solid 1px;
  position: relative;
}
@media screen and (min-width: 835px) {
  [class*="l-section"] {
    padding-block: min(8.333vw, 132px);
  }
}
@media screen and (max-width: 834px) {
  [class*="l-section"] {
    padding-block: min(21.333vw, 88px);
  }
}
[class*="l-section"]:last-child {
  border-bottom: none;
}
[class*="l-section"][class*="u-color--bg"] {
  border-bottom: none;
}

.l-section.--low {
  padding-top: 0;
  border-bottom: none;
}
@media screen and (min-width: 835px) {
  .l-section.--low {
    padding-bottom: min(5.556vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .l-section.--low {
    padding-bottom: min(12.8vw, 52.8px);
  }
}
.l-section.--low + .l-section {
  padding-top: 0;
}
.l-section.--noborder {
  border-bottom: none;
  padding-bottom: 0;
}

.l-content {
  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;
}
@media screen and (min-width: 835px) {
  .l-content {
    padding: min(5.556vw, 88px) 0;
  }
}
@media screen and (max-width: 834px) {
  .l-content {
    display: block;
    padding: min(16vw, 66px) 0;
  }
}
.l-content__main {
  width: calc(100% - min(31.944vw, 506px));
}
@media screen and (max-width: 834px) {
  .l-content__main {
    width: calc(100% - min(122.667vw, 506px));
    margin-bottom: min(16vw, 66px);
  }
}
.l-content__main.--wide {
  width: calc(100% - min(28.472vw, 451px));
}
@media screen and (max-width: 834px) {
  .l-content__main.--wide {
    width: calc(100% - min(109.333vw, 451px));
  }
}
@media screen and (min-width: 835px) {
  .l-content__side {
    width: min(26.389vw, 418px);
  }
}
@media screen and (max-width: 834px) {
  .l-content__main,
  .l-content__side {
    width: 100%;
  }
}
.l-content__main > *:first-child,
.l-content__side > *:first-child {
  margin-top: 0 !important;
}
.l-content__main > *:last-child,
.l-content__side > *:last-child {
  margin-bottom: 0 !important;
}

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

.c-button.--md,
.c-button.--lg {
  max-width: 100%;
  color: var(--text);
  font-family: var(--font-base);
  font-weight: var(--fw-500);
  text-decoration: none;
  line-height: var(--lh-150);
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: var(--duration);
  transition: var(--duration);
}
.c-button.--md::before,
.c-button.--lg::before {
  font-family: var(--font-awesome);
  font-weight: var(--fw-300);
  content: "\f105";
  line-height: var(--lh-100);
  aspect-ratio: 1/1;
  background-color: var(--base);
  border: var(--border) solid 1px;
  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;
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
.c-button.--md > span,
.c-button.--lg > span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 835px) {
  .c-button.--md {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-button.--md {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (min-width: 835px) {
  .c-button.--md::before {
    width: clamp(27.2px, 2.222vw, 35.2px);
    font-size: clamp(10.2px, 0.833vw, 13.2px);
    margin-right: min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-button.--md::before {
    width: clamp(27.2px, 8.533vw, 35.2px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    margin-right: min(2.133vw, 8.8px);
  }
}
.c-button.--down::before {
  content: "\f107";
}
.c-button.--white {
  color: var(--text-white);
}
.c-button.--white::before {
  background-color: transparent;
  color: var(--text-white);
  border-color: var(--border-white);
}
.c-button.--disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.c-button__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 835px) {
  .c-button__list {
    gap: min(0.833vw, 13.2px) min(1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-button__list {
    gap: min(2.133vw, 8.8px) min(3.2vw, 13.2px);
  }
}

@media (hover: hover) {
  a.c-button:hover {
    color: var(--text-link);
  }
  a.c-button:hover::before {
    color: var(--text-link);
    border-color: var(--text-link);
  }
}

@media (hover: hover) {
  a:has(.c-button:not(.--white)):hover .c-button {
    color: var(--text-link);
  }
  a:has(.c-button:not(.--white)):hover .c-button::before {
    color: var(--text-link);
    border-color: var(--text-link);
  }
}

.c-anchor {
  width: 100%;
  background-color: var(--bg-blue);
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-anchor {
    max-width: min(81.944vw, 1298px);
    padding: min(1.389vw, 22px) min(2.778vw, 44px);
    margin-bottom: min(8.333vw, 132px);
  }
}
@media screen and (max-width: 834px) {
  .c-anchor {
    max-width: 100%;
    padding: min(5.333vw, 22px);
    margin-bottom: min(21.333vw, 88px);
  }
}
@media screen and (min-width: 541px) {
  .c-anchor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 835px) {
  .c-anchor__list {
    gap: min(1.042vw, 16.5px) min(2.083vw, 33px);
  }
}
@media screen and (max-width: 834px) {
  .c-anchor__list {
    gap: min(2.667vw, 11px) min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .c-anchor__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-anchor__item > .c-button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (min-width: 835px) {
  .c-grid {
    gap: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-grid {
    gap: min(4.267vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .c-grid:where(.--gap-wide) {
    gap: min(3.333vw, 52.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-grid:where(.--gap-wide) {
    gap: min(7.467vw, 30.8px);
  }
}
@media screen and (min-width: 835px) {
  .c-grid:where(.--gap-narrow) {
    gap: min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-grid:where(.--gap-narrow) {
    gap: min(1.067vw, 4.4px);
  }
}
@media screen and (min-width: 835px) {
  .c-grid:where(.--gap-none) {
    gap: min(0vw, 0px);
  }
}

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

.c-title--5,
.c-title--4,
.c-title--3 {
  font-weight: var(--fw-500);
  line-height: var(--lh-150);
  position: relative;
}

.c-title--1,
.c-title--2 {
  font-family: var(--font-en);
  font-weight: var(--fw-400);
  line-height: var(--lh-100);
}
@media screen and (min-width: 835px) {
  .c-title--1,
  .c-title--2 {
    font-size: clamp(51px, 4.167vw, 66px);
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--1,
  .c-title--2 {
    font-size: clamp(42.5px, 13.333vw, 55px);
    margin-bottom: min(8.533vw, 35.2px);
  }
}
.c-title--1 > span,
.c-title--2 > span {
  display: block;
  font-weight: var(--fw-500);
}
@media screen and (min-width: 835px) {
  .c-title--1 > span,
  .c-title--2 > span {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 834px) {
  .c-title--1 > span,
  .c-title--2 > span {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    margin-bottom: 0.75em;
  }
}
.c-title--1.--jp,
.c-title--2.--jp {
  font-family: var(--font-base);
  font-weight: var(--fw-500);
  line-height: var(--lh-150);
}
@media screen and (min-width: 835px) {
  .c-title--1.--jp,
  .c-title--2.--jp {
    font-size: clamp(42.5px, 3.472vw, 55px);
    padding-top: min(3.333vw, 52.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--1.--jp,
  .c-title--2.--jp {
    font-size: clamp(27.2px, 8.533vw, 35.2px);
  }
}
@media screen and (min-width: 835px) {
  .c-title--3 {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
    margin-top: min(2.778vw, 44px);
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--3 {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-top: min(10.667vw, 44px);
    margin-bottom: min(12.8vw, 52.8px);
  }
}
@media screen and (min-width: 835px) {
  .c-title--4 {
    font-size: clamp(20.4px, 1.667vw, 26.4px);
    margin-top: min(2.5vw, 39.6px);
    margin-bottom: min(2.222vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--4 {
    font-size: clamp(17px, 5.333vw, 22px);
    margin-top: min(8.533vw, 35.2px);
    margin-bottom: min(5.333vw, 22px);
  }
  .c-title--4.--small {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-top: min(5.333vw, 22px);
    margin-bottom: min(4.267vw, 17.6px);
  }
}
.c-title--5 {
  padding-left: 1em;
}
@media screen and (min-width: 835px) {
  .c-title--5 {
    font-size: clamp(17px, 1.389vw, 22px);
    margin-top: min(1.667vw, 26.4px);
    margin-bottom: min(1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--5 {
    font-size: clamp(17px, 5.333vw, 22px);
    margin-top: min(8.533vw, 35.2px);
    margin-bottom: min(8.533vw, 35.2px);
  }
}
.c-title--5::before {
  content: "";
  width: 3px;
  height: calc(1em * var(--lh-150));
  background-color: var(--border-blue);
  position: absolute;
  top: 0;
  left: 0;
}
.c-title__header {
  width: 100%;
  position: relative;
}
.c-title__header .c-title--1 {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .c-title__header {
    padding-top: min(2.778vw, 44px);
    margin-bottom: min(4.167vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .c-title__header {
    margin-bottom: min(10.667vw, 44px);
  }
}
.c-title__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-title__row > * {
  margin: 0;
}
@media screen and (min-width: 835px) {
  .c-title__row {
    margin-bottom: min(4.167vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .c-title__row {
    margin-bottom: min(10.667vw, 44px);
  }
}

.c-accordion {
  /* + */
}
.c-accordion__inner {
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .c-accordion__inner {
    width: auto;
  }
}
.c-accordion__box + .c-accordion__box {
  margin-top: min(4.167vw, 66px);
}
.c-accordion__box dd {
  display: none;
}
.c-accordion__question,
.c-accordion__answer {
  position: relative;
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  z-index: 0;
  /* A と Q */
}
@media screen and (min-width: 835px) {
  .c-accordion__question,
  .c-accordion__answer {
    padding: min(1.667vw, 26.4px) min(6.597vw, 104.5px) min(1.667vw, 26.4px)
      min(4.722vw, 74.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__question,
  .c-accordion__answer {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    padding: min(3.2vw, 13.2px) min(16.533vw, 68.2px) min(3.2vw, 13.2px)
      min(12.8vw, 52.8px);
  }
}
.c-accordion__question::before,
.c-accordion__answer::before {
  position: absolute;
  z-index: 0;
  line-height: var(--lh-100);
  font-size: clamp(18.7px, 1.528vw, 24.2px);
  font-weight: var(--fw-700);
  color: var(--brand);
}
@media screen and (min-width: 835px) {
  .c-accordion__question::before,
  .c-accordion__answer::before {
    left: min(1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__question::before,
  .c-accordion__answer::before {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    left: min(4.267vw, 17.6px);
  }
}
.c-accordion__question {
  font-weight: var(--fw-500);
  border-radius: 4px;
  background: var(--bg-blue);
  -webkit-transition: color var(--duration);
  transition: color var(--duration);
  /* Q */
}
@media (hover: hover) {
  .c-accordion__question:hover {
    cursor: pointer;
    color: var(--brand);
  }
}
.c-accordion__question::before {
  content: "Q";
}
@media screen and (min-width: 835px) {
  .c-accordion__question::before {
    top: min(1.875vw, 29.7px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__question::before {
    top: min(4.267vw, 17.6px);
  }
}
.c-accordion__answer {
  opacity: 0;
  -webkit-transform: translateY(min(-1.736vw, -27.5px));
  transform: translateY(min(-1.736vw, -27.5px));
  -webkit-transition: opacity var(--duration), -webkit-transform var(--duration);
  transition: opacity var(--duration), -webkit-transform var(--duration);
  transition: opacity var(--duration), transform var(--duration);
  transition: opacity var(--duration), transform var(--duration),
    -webkit-transform var(--duration);
  /* 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 var(--duration);
  transition: opacity var(--duration);
}
@media screen and (min-width: 835px) {
  .c-accordion__answer::before {
    top: min(2.014vw, 31.9px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__answer::before {
    top: min(4.533vw, 18.7px);
  }
}
.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.694vw, 11px);
  background: var(--brand);
  -webkit-transition: -webkit-transform var(--duration);
  transition: -webkit-transform var(--duration);
  transition: transform var(--duration);
  transition: transform var(--duration), -webkit-transform var(--duration);
}
@media screen and (min-width: 835px) {
  .c-accordion__icon::before,
  .c-accordion__icon::after {
    width: min(1.111vw, 17.6px);
    top: min(2.778vw, 44px);
    right: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__icon::before,
  .c-accordion__icon::after {
    width: min(4.267vw, 17.6px);
    top: min(7.467vw, 30.8px);
    right: min(4.267vw, 17.6px);
  }
}
.c-accordion__icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.is-active .c-accordion__icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (max-width: 834px) {
  .c-breadcrumbs {
    margin-bottom: min(10.667vw, 44px);
  }
}
.c-breadcrumbs__inner {
  width: 100%;
  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;
}
.c-breadcrumbs__list {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list {
    text-align: right;
  }
}
.c-breadcrumbs__list__item {
  display: inline;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list__item span {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item span {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-breadcrumbs__list__item:not(:last-child)::after {
  font-family: var(--font-awesome);
  content: "\f04e";
  color: #868686;
  text-decoration: none;
  display: inline-block;
  margin-inline: 1.25em;
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list__item:not(:last-child)::after {
    font-size: clamp(8.5px, 0.694vw, 11px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item:not(:last-child)::after {
    font-size: clamp(8.5px, 2.667vw, 11px);
  }
}
.c-breadcrumbs__list__item a {
  position: relative;
}
.c-breadcrumbs__list__item a span {
  color: #878787;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: opacity var(--duration);
  transition: opacity var(--duration);
}
@media (hover: hover) {
  .c-breadcrumbs__list__item a:hover span {
    opacity: 0.65;
  }
}

.c-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  margin: auto;
  position: relative;
  -webkit-transition: none;
  transition: none;
  outline: none;
  overflow: hidden;
}
.c-card__row {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .c-card__row {
    -ms-grid-columns: 1fr min(1.389vw, 22px) 1fr min(1.389vw, 22px) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: min(4.167vw, 66px) min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__row {
    gap: min(13.333vw, 55px) min(3.2vw, 13.2px);
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .c-card__row {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .c-card__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 835px) {
  .c-card__row.--2 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 835px) {
  .c-card__row.--4 {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 834px) {
  .c-card__row.--4 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-card__inner > *:first-child {
  margin-top: 0 !important;
}
.c-card__inner > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 835px) {
  .c-card__inner {
    padding-top: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__inner {
    padding-top: min(4.267vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .--high .c-card__inner {
    padding-top: min(2.5vw, 39.6px);
  }
}
.c-card__thumb {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .c-card__thumb {
    border-radius: min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__thumb {
    border-radius: min(2.133vw, 8.8px);
  }
}
.c-card__thumb.--border {
  border: var(--border-gray) solid 1px;
}
.swiper-wrapper .c-card__thumb {
  aspect-ratio: 170/113;
}
.c-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.c-card__thumb.--bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .c-card__thumb.--bg {
    padding: min(2.778vw, 44px) min(4.167vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__thumb.--bg {
    padding: min(5.333vw, 22px) min(8vw, 33px);
  }
}
.c-card__thumb.--bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 1;
}
.c-card__thumb.--bg > span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 835px) {
  .c-card__thumb.--bg > span {
    border-radius: min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__thumb.--bg > span {
    border-radius: min(2.133vw, 8.8px);
  }
}
.c-card__link {
  cursor: pointer;
  outline: none;
}
.c-card__link:hover,
.c-card__link:focus {
  outline: none;
}
.c-card__lead {
  min-height: calc(1em * var(--lh-150) * 2);
  color: var(--text);
  font-weight: var(--fw-500);
  line-height: var(--lh-150);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 835px) {
  .c-card__lead {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    margin-top: min(1.111vw, 17.6px);
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 834px) {
  .c-card__lead {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(4.267vw, 17.6px);
    -webkit-line-clamp: 3;
  }
}
.c-card__lead.--large {
  min-height: auto;
}
@media screen and (min-width: 835px) {
  .c-card__lead.--large {
    font-size: clamp(20.4px, 1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__lead.--large {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
@media screen and (min-width: 835px) {
  .--2 .c-card__lead {
    margin-top: min(2.778vw, 44px);
  }
}
.c-card__lead a {
  color: var(--text);
  text-decoration: none;
}
.c-card__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.c-card__text {
  color: var(--text);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 835px) {
  .c-card__text {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    margin-top: min(1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__text {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(4.267vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .c-card__button {
    margin-top: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__button {
    margin-top: min(5.333vw, 22px);
  }
}
.c-card__subtext {
  font-family: var(--font-en);
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-card__subtext {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    margin-top: min(1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__subtext {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(3.2vw, 13.2px);
  }
}
@media screen and (min-width: 835px) {
  .c-card__tag {
    margin-top: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__tag {
    margin-top: min(5.333vw, 22px);
  }
}

@media (hover: hover) {
  a.c-card:hover .c-card__thumb img,
  .c-card__link:hover .c-card__thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  a.c-card:hover h3 a,
  a.c-card:hover h4 a,
  a.c-card:hover h5 a,
  .c-card__link:hover h3 a,
  .c-card__link:hover h4 a,
  .c-card__link:hover h5 a {
    color: var(--text-link);
  }
  a.c-card:hover .c-card__button,
  .c-card__link:hover .c-card__button {
    color: var(--text-link);
  }
  a.c-card:hover .c-card__button::before,
  .c-card__link:hover .c-card__button::before {
    color: var(--text-link);
    border-color: var(--text-link);
  }
}

@media screen and (min-width: 835px) {
  .c-related {
    margin-top: min(5.556vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .c-related {
    margin-top: min(13.333vw, 55px);
  }
}
.c-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;
}
@media screen and (min-width: 835px) {
  .c-related__item:not(:last-child) {
    margin-bottom: min(1.042vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .c-related__item:not(:last-child) {
    margin-bottom: min(5.333vw, 22px);
  }
}
.c-related__item.--border {
  margin-bottom: 0;
}
.c-related__item.--border:not(:last-child) {
  border-bottom: var(--border) dashed 1px;
}
@media screen and (min-width: 835px) {
  .c-related__item.--border:not(:last-child) {
    padding-bottom: min(2.083vw, 33px);
  }
}
@media screen and (max-width: 834px) {
  .c-related__item.--border:not(:last-child) {
    padding-bottom: min(5.333vw, 22px);
  }
}
.c-related__item.--border:not(:first-child) {
  padding-top: min(2.083vw, 33px);
}
@media screen and (max-width: 834px) {
  .c-related__item.--border:not(:first-child) {
    padding-top: min(5.333vw, 22px);
  }
}
.c-related__item .c-related__lead {
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
@media (hover: hover) {
  .c-related__item:hover .c-related__lead {
    color: var(--brand);
  }
}
.c-related__thumb {
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .c-related__thumb {
    width: min(8.333vw, 132px);
    height: min(5.903vw, 93.5px);
  }
}
@media screen and (max-width: 834px) {
  .c-related__thumb {
    width: min(32vw, 132px);
    height: min(22.667vw, 93.5px);
  }
}
.c-related__thumb a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 540px) {
  .c-related__thumb a {
    border-radius: min(2.133vw, 8.8px);
  }
}
.c-related__thumb__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8;
  display: block;
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
.c-related__data {
  width: calc(100% - min(9.375vw, 148.5px));
}
@media screen and (max-width: 834px) {
  .c-related__data {
    width: calc(100% - min(36vw, 148.5px));
  }
}
.c-related__lead a {
  color: var(--text);
  line-height: var(--lh-150);
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
@media all and (-ms-high-contrast: none) {
  .c-related__lead a {
    max-height: 3em;
  }
}
@media screen and (min-width: 835px) {
  .c-related__lead a {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-related__lead a {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (min-width: 835px) {
  .c-related__lead + * {
    margin-top: min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-related__lead + * {
    margin-top: min(2.133vw, 8.8px);
  }
}
.c-related__thumb a::before,
.c-related__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (hover: hover) {
  .c-related__item:hover .c-related__thumb__inner {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .c-related__item:hover .c-related__lead a,
  .c-related__item:hover .c-related__date a {
    opacity: 0.7;
  }
}

.c-tag {
  display: inline-block;
  font-weight: var(--fw-500);
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
.c-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 (min-width: 835px) {
  .c-tag__wrapper {
    gap: min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-tag__wrapper {
    gap: min(2.133vw, 8.8px);
  }
}
@media screen and (min-width: 835px) {
  .c-tag {
    font-size: min(0.972vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-tag {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}

@media (hover: hover) {
  a.c-tag:hover {
    color: var(--text-link);
  }
}

.c-media img {
  width: 100%;
}
.c-media.--radius {
  border-radius: 20px;
  overflow: hidden;
}
.c-media.--auto img {
  width: auto;
}
.c-media.--border {
  border: var(--border) solid 1px;
}
.c-media.--video {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-media.--video {
    max-width: min(52.778vw, 836px);
  }
}
@media screen and (max-width: 834px) {
  .c-media.--video {
    max-width: min(202.667vw, 836px);
    width: calc(100% - min(2.778vw, 44px));
  }
}
.c-media.--video::before {
  font-family: var(--font-awesome);
  content: "\f0da";
  color: var(--text-white);
  font-weight: var(--fw-700);
  line-height: var(--lh-100);
  background-color: var(--brand);
  border-radius: 50%;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  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 var(--duration);
  transition: all var(--duration);
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .c-media.--video::before {
    font-size: min(3.611vw, 57.2px);
    width: min(4.722vw, 74.8px);
    height: min(4.722vw, 74.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-media.--video::before {
    font-size: min(13.867vw, 57.2px);
    width: min(18.133vw, 74.8px);
    height: min(18.133vw, 74.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-media.--video::before {
    font-size: min(8.533vw, 35.2px);
    width: min(12.267vw, 50.6px);
    height: min(12.267vw, 50.6px);
  }
}
@media (hover: hover) {
  .c-media.--video:hover::before {
    opacity: 0.7;
  }
}
.c-media__youtube {
  width: 100%;
  background-color: #000;
  aspect-ratio: 16/9;
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-media__youtube {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.c-media__youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.c-list li {
  line-height: var(--lh-150);
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
.c-list li::before {
  content: "・";
  color: var(--brand);
  font-weight: var(--fw-900);
}
.c-list li:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .c-list li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.c-list.--notice li {
  color: var(--text-third);
  font-size: 85%;
  text-indent: -1.5em;
  padding-left: 1.5em;
  vertical-align: text-top;
  line-height: var(--lh-150);
}
.c-list.--notice li::before {
  content: none;
}

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

:root {
  --color-black: #1a1a1a;
  --color-white: #f7f8f8;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:where(:root[data-mousedown] dialog *) {
  outline: none;
}

[data-modal]:where(:root[data-mousedown] *) {
  outline: none;
}

.button-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 1lh;
  place-items: center;
  padding-block: 40px;
  padding-inline: min(5vi, 20px);
}

body:has(dialog[open]) {
  overflow: hidden;
}

.c-modal {
  width: calc(100% - min(5.556vw, 88px));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto !important;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 835px) {
  .c-modal {
    width: calc(100% - min(21.333vw, 88px));
    max-width: min(63.542vw, 1006.5px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal {
    width: calc(100% - min(10.667vw, 44px));
    max-height: min(160vw, 660px);
  }
}
.c-modal:not([data-active="true"]) {
  opacity: 0;
}
.c-modal::-ms-backdrop {
  background-color: #212529;
  opacity: 0.4;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-modal::backdrop {
  background-color: #212529;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-modal:not([data-active="true"])::-ms-backdrop {
  opacity: 0;
}
.c-modal:not([data-active="true"])::backdrop {
  opacity: 0;
}
.c-modal__link {
  cursor: pointer;
}
.c-modal__inner {
  height: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.c-modal__box {
  background-color: #fff;
  overflow: auto;
  padding: min(1.389vw, 22px) min(1.389vw, 22px) 0;
}
@media screen and (max-width: 834px) {
  .c-modal__box {
    padding: min(5.333vw, 22px) min(5.333vw, 22px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-modal__box {
    padding: min(2.667vw, 11px) min(2.667vw, 11px) 0;
  }
}
.c-modal__description {
  max-height: calc(100vh - min(8.333vw, 132px));
  padding: min(3.472vw, 55px) min(4.514vw, 71.5px);
}
@media screen and (max-width: 834px) {
  .c-modal__description {
    max-height: calc(100vh - min(32vw, 132px));
    padding: min(8vw, 33px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__description {
    max-height: min(160vw, 660px);
    padding: min(8vw, 33px) min(2.667vw, 11px);
  }
}
.c-modal__close {
  position: absolute;
  top: calc(min(2.639vw, 41.8px) * -1);
  right: calc(min(2.431vw, 38.5px) * -1);
  z-index: 1;
  width: min(4.722vw, 74.8px);
  aspect-ratio: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: var(--brand);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .c-modal__close {
    width: min(13.333vw, 55px);
    top: calc(min(10.133vw, 41.8px) * -1);
    right: calc(min(2.667vw, 11px) * -1);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close {
    width: min(12.267vw, 50.6px);
    top: calc(min(6.133vw, 25.3px) * -1);
    right: calc(min(2.667vw, 11px) * -1);
  }
}
.c-modal__close::before,
.c-modal__close::after {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 40%;
  height: 4px;
  border-radius: 4px;
  margin: auto;
  content: "";
  background-color: var(--text-white);
}
@media screen and (max-width: 834px) {
  .c-modal__close::before,
  .c-modal__close::after {
    height: 3px;
  }
}
.c-modal__close::before {
  rotate: 45deg;
}
.c-modal__close::after {
  rotate: 135deg;
}
.c-modal__close:focus-visible {
  background-color: #005cd1;
}
@media (any-hover: hover) {
  .c-modal__close:hover {
    opacity: 0.7;
  }
}
.c-modal__close.--video {
  position: fixed;
  top: min(8.333vw, 132px);
  right: min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .c-modal__close.--video {
    top: min(26.667vw, 110px);
    right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close.--video {
    top: min(26.667vw, 110px);
    right: min(5.333vw, 22px);
  }
}
.c-modal__close--video {
  position: fixed;
  top: min(8.333vw, 132px);
  right: min(2.778vw, 44px);
  z-index: 1;
  width: min(4.722vw, 74.8px);
  aspect-ratio: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: var(--brand);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .c-modal__close--video {
    width: min(13.333vw, 55px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close--video {
    width: min(12.267vw, 50.6px);
  }
}
.c-modal__close--video::before,
.c-modal__close--video::after {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 40%;
  height: 4px;
  border-radius: 4px;
  margin: auto;
  content: "";
  background-color: var(--text-white);
}
@media screen and (max-width: 834px) {
  .c-modal__close--video::before,
  .c-modal__close--video::after {
    height: 3px;
  }
}
.c-modal__close--video::before {
  rotate: 45deg;
}
.c-modal__close--video::after {
  rotate: 135deg;
}
.c-modal__close--video:focus-visible {
  background-color: #005cd1;
}
@media (any-hover: hover) {
  .c-modal__close--video:hover {
    opacity: 0.7;
  }
}

.c-pager {
  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;
}
@media screen and (min-width: 835px) {
  .c-pager {
    margin-top: min(4.167vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager {
    margin-top: min(16vw, 66px);
  }
}
@media screen and (min-width: 835px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(0.278vw, 4.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(1.067vw, 4.4px);
  }
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-of-type(2) {
  margin-left: 0;
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-last-child(2) {
  margin-right: 0;
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
  font-family: var(--font-en);
  font-weight: var(--fw-500);
}
@media screen and (min-width: 835px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) a span,
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next).is-current span {
  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-radius: 50%;
  border: solid 1px var(--border-gray);
  -webkit-transition: border-color var(--duration);
  transition: border-color var(--duration);
}
@media screen and (min-width: 835px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) a span,
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next).is-current span {
    width: clamp(27.2px, 2.222vw, 35.2px);
    height: clamp(27.2px, 2.222vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) a span,
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next).is-current span {
    width: clamp(27.2px, 8.533vw, 35.2px);
    height: clamp(27.2px, 8.533vw, 35.2px);
  }
}
@media (hover: hover) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) a:hover span {
    border-color: var(--border);
  }
}
.c-pager__item__prev a,
.c-pager__item__prev > span,
.c-pager__item__next a,
.c-pager__item__next > span {
  border: var(--border-gray) solid 1px;
  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;
  overflow: hidden;
  -webkit-transition: border-color var(--duration);
  transition: border-color var(--duration);
}
@media screen and (min-width: 835px) {
  .c-pager__item__prev a,
  .c-pager__item__prev > span,
  .c-pager__item__next a,
  .c-pager__item__next > span {
    width: min(2.222vw, 35.2px);
    height: min(2.222vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev a,
  .c-pager__item__prev > span,
  .c-pager__item__next a,
  .c-pager__item__next > span {
    width: min(8.533vw, 35.2px);
    height: min(8.533vw, 35.2px);
  }
}
.c-pager__item__prev a span,
.c-pager__item__prev > span,
.c-pager__item__next a span,
.c-pager__item__next > span {
  text-indent: -999em;
  display: block;
  position: relative;
}
.c-pager__item__prev a span::before,
.c-pager__item__prev > span::before,
.c-pager__item__next a span::before,
.c-pager__item__next > span::before {
  font-family: var(--font-awesome);
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 835px) {
  .c-pager__item__prev a span::before,
  .c-pager__item__prev > span::before,
  .c-pager__item__next a span::before,
  .c-pager__item__next > span::before {
    font-size: min(0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev a span::before,
  .c-pager__item__prev > span::before,
  .c-pager__item__next a span::before,
  .c-pager__item__next > span::before {
    font-size: min(3.2vw, 13.2px);
  }
}
.c-pager__item__prev a span,
.c-pager__item__next a span {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .c-pager__item__prev a:hover,
  .c-pager__item__next a:hover {
    border-color: var(--border);
  }
}
.c-pager__item__prev > span,
.c-pager__item__next > span {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .c-pager__item__prev {
    margin-right: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev {
    margin-right: min(5.333vw, 22px);
  }
}
.c-pager__item__prev a span::before,
.c-pager__item__prev > span::before {
  content: "\f104";
}
@media screen and (min-width: 835px) {
  .c-pager__item__next {
    margin-left: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item__next {
    margin-left: min(5.333vw, 22px) !important;
  }
}
.c-pager__item__next a span::before,
.c-pager__item__next > span::before {
  content: "\f105";
}
.c-pager__item.is-current span {
  border-color: var(--border) !important;
}

.c-tab {
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .c-tab {
    margin-bottom: min(4.267vw, 17.6px);
  }
}
.c-tab__wrap {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 834px) {
  .c-tab__wrap {
    width: 100vw;
    margin-bottom: min(4.267vw, 17.6px);
    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: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(min(9.444vw, 149.6px), 1fr) min(0.833vw, 13.2px)
    minmax(min(9.444vw, 149.6px), 1fr) min(0.833vw, 13.2px)
    minmax(min(9.444vw, 149.6px), 1fr) min(0.833vw, 13.2px)
    minmax(min(9.444vw, 149.6px), 1fr);
  grid-template-columns: repeat(4, minmax(min(9.444vw, 149.6px), 1fr));
  grid-auto-columns: 100%;
  grid-auto-flow: row;
  gap: 0 min(0.833vw, 13.2px);
  width: 100%;
}
.c-tab__list::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: min(0.278vw, 4.4px);
  background-color: var(--brand);
}
@media screen and (max-width: 834px) {
  .c-tab__list::before {
    height: min(1.067vw, 4.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-tab__list {
    gap: 0 min(2.133vw, 8.8px);
    width: 162.1333333333vw;
    padding: 0 min(5.333vw, 22px);
  }
}
.c-tab__item {
  position: relative;
  z-index: 0;
  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.444vw, 149.6px);
  min-height: min(4.444vw, 70.4px);
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  padding: min(1.389vw, 22px) clamp(20.4px, 1.667vw, 26.4px);
  font-weight: var(--fw-700);
  line-height: var(--lh-150);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  background: var(--bg-blue);
}
@media (hover: hover) {
  .c-tab__item {
    -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .c-tab__item:hover {
    color: var(--text-white);
    background-color: var(--brand);
  }
}
@media screen and (max-width: 834px) {
  .c-tab__item {
    min-width: min(36.267vw, 149.6px);
    min-height: min(17.067vw, 70.4px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(2.667vw, 11px) min(5.333vw, 22px);
  }
}
.c-tab__item span {
  width: 100%;
}
.c-tab__item.is-current {
  opacity: 1;
  color: var(--text-white);
  background: var(--brand);
}
.c-tab__panel__item {
  display: none;
  padding: min(2.083vw, 33px) 0 min(2.778vw, 44px);
}
@media screen and (min-width: 835px) {
  .c-tab__panel__item {
    padding: min(2.778vw, 44px) 0;
  }
}
.c-tab__panel__item.is-active {
  display: block;
}

.c-table {
  width: 100%;
  background-color: #fff;
  border: var(--border-gray) solid 1px;
}
.c-table.--fixed {
  table-layout: fixed;
}
@media screen and (min-width: 835px) {
  .c-table + .c-table {
    margin-top: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .c-table + .c-table {
    margin-top: min(5.333vw, 22px);
  }
}
.c-table th,
.c-table td {
  text-align: left;
  line-height: var(--lh-150);
  overflow-wrap: break-word;
}
.c-table th:not(:last-child),
.c-table td:not(:last-child) {
  border-right: var(--border-gray) solid 1px;
}
@media screen and (min-width: 835px) {
  .c-table th,
  .c-table td {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    padding: min(1.389vw, 22px) min(1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-table th,
  .c-table td {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(5.333vw, 22px) min(6.4vw, 26.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: var(--text-link);
}
.c-table tr.--center th,
.c-table tr.--center td {
  text-align: center;
}
.c-table th {
  background-color: var(--bg-blue);
  color: var(--brand);
  font-weight: var(--fw-500);
  vertical-align: middle;
}
@media screen and (min-width: 835px) {
  .c-table th {
    min-width: min(20.486vw, 324.5px);
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-table th {
    min-width: min(26.667vw, 110px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (min-width: 835px) {
  .c-table td dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-table td dl dt {
  font-weight: var(--fw-400);
}
@media screen and (min-width: 835px) {
  .c-table td dl dt {
    width: 5em;
  }
}
.c-table td dl dt::after {
  content: "：";
}
@media screen and (min-width: 835px) {
  .c-table td dl dd {
    width: calc(100% - 5em);
  }
}
@media screen and (max-width: 834px) {
  .c-table td dl dd + dt {
    margin-top: 1em;
  }
}
.c-table tr:not(:last-child) {
  border-bottom: var(--border-gray) solid 1px;
}
@media screen and (max-width: 834px) {
  .c-table__scroll {
    width: calc(100% + min(5.333vw, 22px));
  }
}
@media screen and (max-width: 834px) {
  .c-table__scroll .c-table {
    width: min(213.333vw, 880px);
  }
}
@media screen and (max-width: 834px) {
  .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: var(--border-gray) solid 1px;
    position: absolute;
    top: -1px;
    left: -1px;
  }
}
@media screen and (max-width: 834px) {
  .c-table__fixed--left {
    left: 0;
  }
}
.c-table__fixed--left.c-table__fixed--top {
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .c-table__fixed--top {
    top: 0;
  }
}

/*
common
----------------------------------------------- */
[class*="swiper"]:focus {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1/1;
  margin: 0 !important;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  display: block;
  place-content: center;
  cursor: pointer;
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
  /* ボタン */
  /* afterを解除 */
}
@media screen and (min-width: 835px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: clamp(27.2px, 2.222vw, 35.2px);
    height: clamp(27.2px, 2.222vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: clamp(27.2px, 8.533vw, 35.2px);
    height: clamp(27.2px, 8.533vw, 35.2px);
  }
}
@media (hover: hover) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    color: var(--text-link);
    border-color: var(--text-link);
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  width: 100%;
  height: 100%;
  color: var(--text);
  font-family: var(--font-awesome);
  font-weight: var(--fw-300);
  content: "\f105";
  line-height: var(--lh-100);
  aspect-ratio: 1/1;
  background-color: var(--base);
  border: var(--border) solid 1px;
  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;
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
@media screen and (min-width: 835px) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 clamp(13.6px, 1.111vw, 17.6px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: clamp(27.2px, 2.222vw, 35.2px);
  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: 834px) {
  .swiper-pagination {
    gap: 0 clamp(10.2px, 3.2vw, 13.2px);
    margin-top: min(6.4vw, 26.4px);
  }
}
.swiper-pagination-bullet {
  width: min(0.694vw, 11px);
  height: min(0.694vw, 11px);
  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: 834px) {
  .swiper-pagination-bullet {
    width: min(2.133vw, 8.8px);
    height: min(2.133vw, 8.8px);
  }
}
.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: var(--brand);
}

.swiper-scrollbar {
  width: 100% !important;
  font-size: 1px !important;
  height: 1px !important;
  background-color: var(--border-gray);
  border-radius: 0;
  position: relative !important;
  left: auto !important;
  overflow: hidden;
}
.swiper-scrollbar-drag {
  background-color: var(--border);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .swiper-scrollbar {
    height: 0.5px;
  }
}
.p-archive__filter__container {
  width: 100%;
  margin-bottom: min(3.472vw, 55px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-archive__filter__container {
    margin-bottom: min(13.333vw, 55px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__container {
    width: 48%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: min(8vw, 33px);
  }
  .p-archive__filter__container + .p-archive__filter__container {
    margin-left: 2%;
  }
}
.p-archive__filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__filter__list {
    gap: min(0.833vw, 13.2px) min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__list {
    gap: min(3.2vw, 13.2px) min(2.133vw, 8.8px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__list {
    gap: min(5.333vw, 22px) min(3.733vw, 15.4px);
  }
}
@media screen and (min-width: 835px) {
  .p-archive__filter__head {
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__head {
    margin-bottom: min(8vw, 33px);
  }
}
.p-archive__filter__head span {
  font-weight: var(--fw-700);
  line-height: var(--lh-150);
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__filter__head span {
    font-size: clamp(20.4px, 1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__head span {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__head span {
    font-size: clamp(11.475px, 3.6vw, 14.85px);
  }
}
.p-archive__filter__head span::before {
  font-family: var(--font-awesome);
  content: "\f002";
}
@media screen and (min-width: 835px) {
  .p-archive__filter__head span::before {
    font-size: clamp(17.85px, 1.458vw, 23.1px);
    margin-right: min(0.694vw, 11px);
  }
}
@media screen and (min-width: 541px) {
  .p-archive__filter__head span::before {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-right: min(1.6vw, 6.6px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__head span::before {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-right: min(0.8vw, 3.3px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__head {
    width: 100%;
    height: min(12.267vw, 50.6px);
    background-color: #fff;
    border: var(--border) solid 1px;
    border-radius: 8px;
    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) {
  .p-archive__filter__wrapper {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: min(37.333vw, 154px) min(10.667vw, 44px) min(10.667vw, 44px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: auto;
  }
}
.p-archive__filter__close {
  display: none;
}
@media screen and (max-width: 540px) {
  .p-archive__filter__close {
    display: block;
    position: fixed;
    top: min(24vw, 99px);
    right: min(5.333vw, 22px);
    z-index: 10;
  }
  .p-archive__filter__close::before {
    font-family: var(--font-awesome);
    content: "\f00d";
    color: var(--text);
    font-size: min(6.4vw, 26.4px);
  }
}
.p-archive__tag {
  width: auto;
  background-color: #fff;
  color: var(--text);
  border: var(--border) solid 1px;
  border-radius: 30px;
  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;
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
.p-archive__tag__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__tag__wrapper {
    gap: min(0.833vw, 13.2px) min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__tag__wrapper {
    gap: min(2.667vw, 11px) min(2.667vw, 11px);
  }
}
@media screen and (min-width: 835px) {
  .p-archive__tag {
    height: min(2.292vw, 36.3px);
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__tag {
    height: min(8.8vw, 36.3px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__tag {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-archive__tag.is-active {
  border-color: var(--brand);
  color: var(--brand);
}
@media (hover: hover) {
  .p-archive__tag:hover {
    border-color: var(--brand);
    color: var(--brand);
  }
}
.p-archive__header {
  width: 100%;
  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;
}
@media screen and (min-width: 835px) {
  .p-archive__header {
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__header {
    margin-bottom: min(8vw, 33px);
  }
}
.p-archive__header > *:first-child {
  margin-top: 0 !important;
}
.p-archive__header > *:last-child {
  margin-bottom: 0 !important;
}
.p-archive__header__title {
  width: calc(100% - min(18.056vw, 286px));
  margin: 0;
}
@media screen and (max-width: 834px) {
  .p-archive__header__title {
    width: calc(100% - min(18.056vw, 286px));
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__title {
    width: calc(100% - min(11.733vw, 48.4px));
  }
}
.p-archive__header__select {
  max-width: min(15.972vw, 253px);
}
@media screen and (max-width: 834px) {
  .p-archive__header__select {
    max-width: min(61.333vw, 253px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__select {
    width: min(6.4vw, 26.4px);
    height: min(6.4vw, 26.4px);
    border: none;
    padding: 0;
  }
  .p-archive__header__select::after {
    font-family: var(--font-awesome);
    content: "\f03a";
    font-size: clamp(20.4px, 1.667vw, 26.4px);
    right: 0;
  }
}
@media screen and (max-width: 540px) and (max-width: 834px) {
  .p-archive__header__select::after {
    font-size: clamp(20.4px, 1.667vw, 26.4px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__select select {
    text-indent: -999em;
    padding: 0;
  }
}
.p-archive__row {
  width: 100%;
}
@media screen and (min-width: 541px) {
  .p-archive__row {
    row-gap: min(4.167vw, 66px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__row {
    row-gap: min(8vw, 33px);
  }
}
.p-archive__list {
  width: 100%;
  margin-bottom: min(4.167vw, 66px);
}
@media screen and (max-width: 834px) {
  .p-archive__list {
    margin-bottom: min(10.667vw, 44px);
  }
}
.p-archive__list__item {
  padding: min(2.778vw, 44px) 0 min(1.944vw, 30.8px);
  border-bottom: var(--border) solid 1px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-archive__list__item {
    display: block;
    padding: min(5.333vw, 22px) 0;
  }
}
.p-archive__list__item:first-child {
  padding-top: 0;
}
.p-archive__list__item .p-archive__list__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (hover: hover) {
  .p-archive__list__item:hover {
    cursor: pointer;
  }
  .p-archive__list__item:hover .p-archive__list__lead a {
    opacity: 0.65;
  }
}
.p-archive__list__item > *:first-child {
  margin-top: 0 !important;
}
.p-archive__list__item > *:last-child {
  margin-bottom: 0 !important;
}
.p-archive__list__lead {
  width: 100%;
  font-weight: var(--fw-500);
  line-height: var(--lh-150);
  margin: 1em 0 1.5em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 835px) {
  .p-archive__list__lead {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__lead {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__list__lead {
    -webkit-line-clamp: 3;
  }
}
.p-archive__list__lead a {
  color: var(--text);
  text-decoration: none;
}
.p-archive__list__date {
  color: var(--text-second);
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__list__date {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
    margin-top: min(0.694vw, 11px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__date {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-top: min(2.667vw, 11px);
  }
}
.p-archive__category__list {
  border-top: var(--border) solid 1px;
  border-bottom: var(--border) solid 1px;
}
.p-archive__category__item {
  list-style-type: none;
}
.p-archive__category__item::marker {
  content: none;
}
.p-archive__category__item:not(:last-child) {
  border-bottom: var(--border) dashed 1px;
}
.p-archive__category__item a {
  width: 100%;
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: var(--fw-500);
  line-height: var(--lh-150);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: min(1.111vw, 17.6px) min(4.514vw, 71.5px) min(1.111vw, 17.6px) 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-archive__category__item a {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(4.267vw, 17.6px) min(10.667vw, 44px) min(4.267vw, 17.6px) 0;
  }
}
.p-archive__category__item a::after {
  font-family: var(--font-awesome);
  content: "\f105";
  color: var(--brand);
  font-size: clamp(17px, 1.389vw, 22px);
  font-weight: var(--fw-500);
  line-height: var(--lh-100);
  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.389vw, 22px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
@media screen and (max-width: 834px) {
  .p-archive__category__item a::after {
    font-size: clamp(17px, 5.333vw, 22px);
    right: min(2.667vw, 11px);
  }
}
@media (hover: hover) {
  .p-archive__category__item a:hover {
    opacity: 0.7;
  }
}
.p-archive__category__sub__head {
  width: 100%;
  height: auto;
  color: var(--text);
  font-weight: var(--fw-500);
  position: relative;
  cursor: pointer;
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__head {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    padding: min(1.389vw, 22px) min(4.514vw, 71.5px) min(1.389vw, 22px) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__head {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(5.333vw, 22px) min(17.333vw, 71.5px) min(5.333vw, 22px) 0;
  }
}
.p-archive__category__sub__head::after {
  font-family: var(--font-awesome);
  content: "\f067";
  color: var(--brand);
  padding-left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__head::after {
    font-size: clamp(15.3px, 1.25vw, 19.8px);
    right: min(1.25vw, 19.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__head::after {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    right: min(2.133vw, 8.8px);
  }
}
@media (hover: hover) {
  .p-archive__category__sub__head:hover {
    opacity: 0.7;
  }
}
.p-archive__category__sub__head.is-active {
  color: var(--text);
}
.p-archive__category__sub__head.is-active::after {
  color: var(--brand);
  content: "\f068";
}
.p-archive__category__sub__wrapper {
  display: none;
  padding-bottom: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__wrapper {
    padding-bottom: min(5.333vw, 22px);
  }
}
.p-archive__category__sub__item {
  padding-left: min(1.736vw, 27.5px);
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item {
    padding-left: min(6.667vw, 27.5px);
  }
}
.p-archive__category__sub__item a {
  padding: 0;
  padding-left: min(1.042vw, 16.5px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item a {
    padding-left: min(4vw, 16.5px);
  }
}
.p-archive__category__sub__item a::after {
  content: none;
}
.p-archive__category__sub__item a::before {
  font-family: var(--font-awesome);
  content: "\f105";
  color: var(--brand);
  font-size: min(1.25vw, 19.8px);
  font-weight: var(--fw-500);
  line-height: var(--lh-100);
  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 var(--duration);
  transition: all var(--duration);
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item a::before {
    font-size: min(4.8vw, 19.8px);
  }
}
.p-archive__category__sub__item:not(:last-child) {
  margin-bottom: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item:not(:last-child) {
    margin-bottom: min(5.333vw, 22px);
  }
}
.p-archive__banner {
  max-width: min(27.083vw, 429px);
  margin: auto;
}
@media screen and (max-width: 834px) {
  .p-archive__banner {
    width: calc(100% - min(10.667vw, 44px));
    max-width: min(104vw, 429px);
  }
}

@media (hover: hover) {
  a.p-archive__tag:hover {
    border-color: var(--brand);
    color: var(--brand);
  }
}

@media screen and (min-width: 835px) {
  .p-single__container {
    padding-top: clamp(85px, 6.944vw, 110px);
  }
}
@media screen and (max-width: 1194px) {
  .p-single__container {
    padding-top: clamp(59.5px, 4.861vw, 77px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__container {
    padding-top: clamp(59.5px, 18.667vw, 77px);
  }
}
@media screen and (min-width: 835px) {
  .p-single__content {
    padding: min(5.556vw, 88px) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-single__content {
    padding: min(16vw, 66px) 0;
  }
}
.p-single__header {
  margin-bottom: min(5.556vw, 88px);
}
@media screen and (max-width: 834px) {
  .p-single__header {
    margin-bottom: min(13.333vw, 55px);
  }
}
.p-single__header__date {
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-single__header__date {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__header__date {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-single__header__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: min(0.278vw, 4.4px);
}
@media screen and (max-width: 834px) {
  .p-single__header__labels {
    margin-bottom: min(1.067vw, 4.4px);
  }
}
@media screen and (max-width: 540px) {
  .p-single__header__labels {
    display: block;
  }
}
.p-single__header__labels li:not(:last-child) {
  margin-right: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .p-single__header__labels li:not(:last-child) {
    margin-right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .p-single__header__labels li:not(:last-child) {
    margin-right: 0;
    margin-bottom: min(2.667vw, 11px);
  }
}
.p-single__header__img {
  width: 100%;
  margin: min(4.167vw, 66px) auto min(5.556vw, 88px);
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-single__header__img {
    margin: min(10.667vw, 44px) auto min(7.467vw, 30.8px);
  }
}
.p-single__header__img img {
  width: 100%;
}
.p-single__header > *:first-child {
  margin-top: 0;
}
.p-single__header > *:last-child {
  margin-bottom: 0;
}
.p-single__share {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-single__share {
    margin: min(4.167vw, 66px) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-single__share {
    margin: min(16vw, 66px) 0 min(8vw, 33px);
  }
}
.p-single__share__title {
  font-weight: var(--fw-700);
  line-height: var(--lh-150);
  position: relative;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-single__share__title {
    font-size: clamp(15.3px, 1.25vw, 19.8px);
    margin-bottom: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__share__title {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-bottom: min(5.333vw, 22px);
  }
}
.p-single__share ul li {
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .p-single__share ul li {
    margin: 0 min(0.694vw, 11px);
    width: min(3.472vw, 55px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__share ul li {
    margin: 0 min(2.667vw, 11px);
    width: min(13.333vw, 55px);
  }
}
@media screen and (min-width: 835px) {
  .p-single__related {
    margin-top: min(5.556vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__related {
    margin-top: min(16vw, 66px);
  }
}

.wp-editor > *:first-child {
  margin-top: 0 !important;
}
.wp-editor > *:last-child {
  margin-bottom: 0 !important;
}
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  line-height: var(--lh-150);
  position: relative;
}
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  font-weight: var(--fw-700);
}
@media screen and (min-width: 835px) {
  .wp-editor h1 {
    font-size: clamp(30.6px, 2.5vw, 39.6px);
    margin-bottom: min(2.917vw, 46.2px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h1 {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
    margin-bottom: min(8.533vw, 35.2px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h2 {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
    padding-bottom: min(1.389vw, 22px);
    margin-top: min(5.556vw, 88px);
    margin-bottom: min(3.611vw, 57.2px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h2 {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    padding-bottom: min(5.333vw, 22px);
    margin-top: min(10.667vw, 44px);
    margin-bottom: min(7.467vw, 30.8px);
  }
}
.wp-editor h2::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--brand);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor h3 {
    font-size: clamp(18.7px, 1.528vw, 24.2px);
    color: var(--brand);
    margin-top: min(3.472vw, 55px);
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h3 {
    font-size: clamp(17px, 5.333vw, 22px);
    margin-top: min(10.667vw, 44px);
    margin-bottom: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h4 {
    font-size: clamp(17px, 1.389vw, 22px);
    margin-top: min(2.778vw, 44px);
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h4 {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-top: min(10.667vw, 44px);
    margin-bottom: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h5,
  .wp-editor h6 {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    margin-top: min(2.778vw, 44px);
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h5,
  .wp-editor h6 {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(10.667vw, 44px);
    margin-bottom: min(10.667vw, 44px);
  }
}
.wp-editor > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor p {
    margin-top: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor p {
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor img,
  .wp-editor table,
  .wp-editor blockquote,
  .wp-editor figure,
  .wp-editor ul,
  .wp-editor ol,
  .wp-editor .wp-block-columns {
    margin-top: min(4.167vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor img,
  .wp-editor table,
  .wp-editor blockquote,
  .wp-editor figure,
  .wp-editor ul,
  .wp-editor ol,
  .wp-editor .wp-block-columns {
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor img + *,
  .wp-editor table + *,
  .wp-editor blockquote + *,
  .wp-editor figure + *,
  .wp-editor ul + *,
  .wp-editor ol + *,
  .wp-editor .wp-block-columns + * {
    margin-top: min(4.167vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor img + *,
  .wp-editor table + *,
  .wp-editor blockquote + *,
  .wp-editor figure + *,
  .wp-editor ul + *,
  .wp-editor ol + *,
  .wp-editor .wp-block-columns + * {
    margin-top: min(10.667vw, 44px);
  }
}
.wp-editor figcaption {
  margin-top: 0.5em;
}
.wp-editor p a,
.wp-editor table a,
.wp-editor blockquote a,
.wp-editor figcaption a,
.wp-editor ul a,
.wp-editor ol a {
  color: var(--text-link);
  text-decoration: underline;
}
@media (hover: hover) {
  .wp-editor p a:hover,
  .wp-editor table a:hover,
  .wp-editor blockquote a:hover,
  .wp-editor figcaption a:hover,
  .wp-editor ul a:hover,
  .wp-editor ol a:hover {
    text-decoration: none;
  }
}
.wp-editor strong {
  font-weight: var(--fw-500);
}
.wp-editor em {
  font-style: italic;
}
@media screen and (min-width: 835px) {
  .wp-editor small,
  .wp-editor figcaption {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor small,
  .wp-editor figcaption {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
.wp-editor blockquote {
  width: 100%;
  background-color: var(--bg-blue);
  position: relative;
}
@media screen and (min-width: 835px) {
  .wp-editor blockquote {
    padding: min(3.333vw, 52.8px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor blockquote {
    padding: min(5.333vw, 22px);
  }
}
.wp-editor ul > *:first-child {
  margin-top: 0 !important;
}
.wp-editor ul > *:last-child {
  margin-bottom: 0 !important;
}
.wp-editor ul li {
  position: relative;
}
@media screen and (min-width: 835px) {
  .wp-editor ul li {
    padding-left: min(1.389vw, 22px);
    margin-bottom: min(0.694vw, 11px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ul li {
    padding-left: min(4vw, 16.5px);
    margin-bottom: min(2.667vw, 11px);
  }
}
.wp-editor ul li::before {
  content: "";
  background-color: var(--brand);
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor ul li::before {
    width: min(0.417vw, 6.6px);
    height: min(0.417vw, 6.6px);
    top: min(0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ul li::before {
    width: min(1.6vw, 6.6px);
    height: min(1.6vw, 6.6px);
    top: min(2.667vw, 11px);
  }
}
.wp-editor ol > *:first-child {
  margin-top: 0 !important;
}
.wp-editor ol > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 835px) {
  .wp-editor ol {
    padding-left: min(0.903vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ol {
    padding-left: min(3.467vw, 14.3px);
  }
}
.wp-editor ol li {
  list-style-type: decimal;
  position: relative;
}
@media screen and (min-width: 835px) {
  .wp-editor ol li {
    padding-left: min(0.486vw, 7.7px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ol li {
    padding-left: min(4vw, 16.5px);
  }
}
.wp-editor table {
  width: 100%;
  border: var(--border) solid 1px;
  table-layout: fixed;
}
.wp-editor table th,
.wp-editor table td {
  text-align: left;
  overflow-wrap: break-word;
}
.wp-editor table th > *:first-child,
.wp-editor table td > *:first-child {
  margin-top: 0 !important;
}
.wp-editor table th > *:last-child,
.wp-editor table td > *:last-child {
  margin-bottom: 0 !important;
}
.wp-editor table th:not(:last-child),
.wp-editor table td:not(:last-child) {
  border-right: var(--border) solid 1px;
}
@media screen and (min-width: 835px) {
  .wp-editor table th,
  .wp-editor table td {
    padding: min(5.333vw, 22px) min(6.667vw, 27.5px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor table th,
  .wp-editor table td {
    padding: min(5.333vw, 22px) min(6.667vw, 27.5px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor table td {
    min-width: min(10.069vw, 159.5px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor table td {
    min-width: min(10.069vw, 159.5px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor table td {
    min-width: min(26.667vw, 110px);
  }
}
.wp-editor table th {
  background-color: var(--bg-blue);
  font-weight: var(--fw-500);
}
@media screen and (min-width: 835px) {
  .wp-editor table th {
    width: min(9.722vw, 154px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor table th {
    width: min(37.333vw, 154px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor table th {
    width: min(28.8vw, 118.8px);
  }
}
.wp-editor table tr:not(:last-child) {
  border-bottom: var(--border) solid 1px;
}
.wp-editor p > img,
.wp-editor p > img.alignnone,
.wp-editor p > img.alignleft,
.wp-editor p > img.aligncenter,
.wp-editor p > img.alignright,
.wp-editor ul > img,
.wp-editor ul > img.alignnone,
.wp-editor ul > img.alignleft,
.wp-editor ul > img.aligncenter,
.wp-editor ul > img.alignright,
.wp-editor ol > img,
.wp-editor ol > img.alignnone,
.wp-editor ol > img.alignleft,
.wp-editor ol > img.aligncenter,
.wp-editor ol > img.alignright,
.wp-editor table > img,
.wp-editor table > img.alignnone,
.wp-editor table > img.alignleft,
.wp-editor table > img.aligncenter,
.wp-editor table > img.alignright {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .wp-editor p > img,
  .wp-editor p > img.alignnone,
  .wp-editor p > img.alignleft,
  .wp-editor p > img.aligncenter,
  .wp-editor p > img.alignright,
  .wp-editor ul > img,
  .wp-editor ul > img.alignnone,
  .wp-editor ul > img.alignleft,
  .wp-editor ul > img.aligncenter,
  .wp-editor ul > img.alignright,
  .wp-editor ol > img,
  .wp-editor ol > img.alignnone,
  .wp-editor ol > img.alignleft,
  .wp-editor ol > img.aligncenter,
  .wp-editor ol > img.alignright,
  .wp-editor table > img,
  .wp-editor table > img.alignnone,
  .wp-editor table > img.alignleft,
  .wp-editor table > img.aligncenter,
  .wp-editor table > img.alignright {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.wp-editor img,
.wp-editor img[width],
.wp-editor img[height] {
  max-width: 100%;
}
.wp-editor img {
  max-width: 100%;
  display: block;
  border-radius: 8;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .wp-editor img {
    width: 100%;
  }
}
.wp-editor img + p,
.wp-editor img + ul,
.wp-editor img + ol,
.wp-editor img + h3,
.wp-editor img + h4,
.wp-editor img + h5,
.wp-editor img + h6,
.wp-editor img + img,
.wp-editor img + p,
.wp-editor img + ul,
.wp-editor img + ol + table {
  margin-top: min(4.167vw, 66px);
}
@media screen and (max-width: 834px) {
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol,
  .wp-editor img + h3,
  .wp-editor img + h4,
  .wp-editor img + h5,
  .wp-editor img + h6,
  .wp-editor img + img,
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol + table {
    margin-top: min(16vw, 66px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol,
  .wp-editor img + h3,
  .wp-editor img + h4,
  .wp-editor img + h5,
  .wp-editor img + h6,
  .wp-editor img + img,
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol + table {
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor .alignleft,
  .wp-editor .alignright {
    max-width: min(29.167vw, 462px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .alignleft,
  .wp-editor .alignright {
    max-width: min(74.667vw, 308px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignleft,
  .wp-editor .alignright {
    width: 100%;
    max-width: none;
    float: none !important;
  }
}
.wp-editor .alignleft {
  float: left;
  margin-right: min(2.5vw, 39.6px);
  text-align: left;
}
@media screen and (max-width: 834px) {
  .wp-editor .alignleft {
    margin-right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignleft {
    margin-right: 0;
  }
}
.wp-editor .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .wp-editor .aligncenter {
    margin: min(5.333vw, 22px) auto;
  }
}
.wp-editor .alignright {
  float: right;
  text-align: right;
}
@media screen and (min-width: 835px) {
  .wp-editor .alignright {
    margin-left: min(2.5vw, 39.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .alignright {
    margin-left: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignright {
    margin-left: 0;
  }
}
.wp-editor .wp-block-spacer {
  margin-top: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor .wp-block-image {
    margin-bottom: min(2.083vw, 33px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .wp-block-image {
    margin-bottom: min(8vw, 33px);
  }
}
.wp-editor .wp-block-image .aligncenter > figcaption,
.wp-editor .wp-block-image .alignleft > figcaption,
.wp-editor .wp-block-image .alignright > figcaption {
  text-align: left;
}
.wp-editor .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.wp-editor .wp-block-column > *:last-child {
  margin-bottom: 0 !important;
}
.wp-editor .wp-block-column .wp-block-image {
  width: 100%;
}
.wp-editor .wp-block-column .wp-block-image img {
  width: 100%;
  max-width: none;
}
.wp-editor .clear::after {
  content: "";
  display: block;
  clear: both;
}
.wp-editor .toc_white {
  border: 1px solid var(--border);
  border-top: 3px solid var(--brand);
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_white {
    padding: min(2.083vw, 33px);
    margin-top: min(4.167vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_white {
    margin-top: min(10.667vw, 44px);
    padding: min(5.333vw, 22px);
  }
}
.wp-editor .toc_title {
  color: var(--text);
  font-weight: var(--fw-700);
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_title {
    margin: 0 0 min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_title {
    margin: 0 0 min(5.333vw, 22px);
  }
}
.wp-editor .toc_list {
  margin: 0;
}
.wp-editor .toc_list > li {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_list > li {
    text-indent: min(-1.042vw, -16.5px);
    margin-left: min(1.042vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_list > li {
    text-indent: min(-4vw, -16.5px);
    margin-left: min(4vw, 16.5px);
  }
}
.wp-editor .toc_list > li::before {
  content: none;
}
.wp-editor .toc_list > li .toc_number::after {
  content: ". ";
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_list > li > ul > li {
    padding-left: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_list > li > ul > li {
    padding-left: min(5.333vw, 22px);
  }
}
.wp-editor .toc_list a {
  color: var(--text-link);
  text-decoration: underline;
}
@media (hover: hover) {
  .wp-editor .toc_list a:hover {
    text-decoration: none;
  }
}
.wp-editor .toc_list ul {
  margin: 0;
}
.wp-editor .toc_list li {
  margin-top: min(0.694vw, 11px);
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_list li {
    margin-top: min(2.667vw, 11px);
  }
}
.wp-editor .toc_list li::before {
  content: none;
}

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

.u-color--brand {
  color: var(--brand);
}
.u-color--main {
  color: var(--bg-blue);
}
.u-color--base {
  color: var(--base);
}
.u-color--text {
  color: var(--text);
}
.u-color--text-second {
  color: var(--text-second);
}
.u-color--text-third {
  color: var(--text-third);
}
.u-color--text-white {
  color: var(--text-white);
}
.u-color--text-link {
  color: var(--text-link);
}
.u-color--text-placeholder {
  color: var(--text-placeholder);
}
.u-color--text-alert {
  color: var(--text-alert);
}
.u-color--border {
  border: 1px solid var(--border);
}
.u-color--bg-gray {
  background-color: var(--bg-blue);
}
.u-color--bg-alert {
  background-color: var(--bg-alert);
}

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

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

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

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

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

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

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

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

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

@media screen and (max-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-flex-ai-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .d-lg-flex-ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .d-lg-flex-ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-lg-flex-jc-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .d-lg-flex-jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .d-lg-flex-jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-lg-flex-jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-lg-inline-block,
  table.d-lg-block {
    display: table !important;
  }
  table th.d-lg-inline-block,
  table th.d-lg-block,
  table td.d-lg-inline-block,
  table td.d-lg-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 1194px) {
  .d-tb-none {
    display: none !important;
  }
  .d-tb-inline {
    display: inline !important;
  }
  .d-tb-inline-block {
    display: inline-block !important;
  }
  .d-tb-block {
    display: block !important;
  }
  .d-tb-table {
    display: table !important;
  }
  .d-tb-table-row {
    display: table-row !important;
  }
  .d-tb-table-cell {
    display: table-cell !important;
  }
  .d-tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-tb-flex-ai-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .d-tb-flex-ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .d-tb-flex-ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-tb-flex-jc-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .d-tb-flex-jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .d-tb-flex-jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-tb-flex-jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-tb-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-tb-inline-block,
  table.d-tb-block {
    display: table !important;
  }
  table th.d-tb-inline-block,
  table th.d-tb-block,
  table td.d-tb-inline-block,
  table td.d-tb-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 834px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-flex-ai-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .d-md-flex-ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .d-md-flex-ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-md-flex-jc-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .d-md-flex-jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .d-md-flex-jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-md-flex-jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-md-inline-block,
  table.d-md-block {
    display: table !important;
  }
  table th.d-md-inline-block,
  table th.d-md-block,
  table td.d-md-inline-block,
  table td.d-md-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 540px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-flex-ai-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .d-sm-flex-ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .d-sm-flex-ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-sm-flex-jc-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .d-sm-flex-jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .d-sm-flex-jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-sm-flex-jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-sm-inline-block,
  table.d-sm-block {
    display: table !important;
  }
  table th.d-sm-inline-block,
  table th.d-sm-block,
  table td.d-sm-inline-block,
  table td.d-sm-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 360px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
}
.u-m-0 {
  margin: 0 !important;
}
.u-m-auto {
  margin: auto !important;
}
.u-m-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.u-m-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-m-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.u-mt-100 {
  margin-top: min(6.944vw, 110px);
}
.u-mt-120 {
  margin-top: min(8.333vw, 132px);
}
.u-mt-160 {
  margin-top: min(11.111vw, 176px);
}
.u-mt-200 {
  margin-top: min(13.889vw, 220px);
}
@media screen and (max-width: 834px) {
  .u-mt-100 {
    margin-top: min(26.667vw, 110px);
  }
  .u-mt-120 {
    margin-top: min(32vw, 132px);
  }
  .u-mt-160 {
    margin-top: min(42.667vw, 176px);
  }
  .u-mt-200 {
    margin-top: min(53.333vw, 220px);
  }
}

.u-mr-100 {
  margin-right: min(6.944vw, 110px);
}
.u-mr-120 {
  margin-right: min(8.333vw, 132px);
}
.u-mr-160 {
  margin-right: min(11.111vw, 176px);
}
.u-mr-200 {
  margin-right: min(13.889vw, 220px);
}
@media screen and (max-width: 834px) {
  .u-mr-100 {
    margin-right: min(26.667vw, 110px);
  }
  .u-mr-120 {
    margin-right: min(32vw, 132px);
  }
  .u-mr-160 {
    margin-right: min(42.667vw, 176px);
  }
  .u-mr-200 {
    margin-right: min(53.333vw, 220px);
  }
}

.u-mb-100 {
  margin-bottom: min(6.944vw, 110px);
}
.u-mb-120 {
  margin-bottom: min(8.333vw, 132px);
}
.u-mb-160 {
  margin-bottom: min(11.111vw, 176px);
}
.u-mb-200 {
  margin-bottom: min(13.889vw, 220px);
}
@media screen and (max-width: 834px) {
  .u-mb-100 {
    margin-bottom: min(26.667vw, 110px);
  }
  .u-mb-120 {
    margin-bottom: min(32vw, 132px);
  }
  .u-mb-160 {
    margin-bottom: min(42.667vw, 176px);
  }
  .u-mb-200 {
    margin-bottom: min(53.333vw, 220px);
  }
}

.u-ml-100 {
  margin-left: min(6.944vw, 110px);
}
.u-ml-120 {
  margin-left: min(8.333vw, 132px);
}
.u-ml-160 {
  margin-left: min(11.111vw, 176px);
}
.u-ml-200 {
  margin-left: min(13.889vw, 220px);
}
@media screen and (max-width: 834px) {
  .u-ml-100 {
    margin-left: min(26.667vw, 110px);
  }
  .u-ml-120 {
    margin-left: min(32vw, 132px);
  }
  .u-ml-160 {
    margin-left: min(42.667vw, 176px);
  }
  .u-ml-200 {
    margin-left: min(53.333vw, 220px);
  }
}

.u-mt-0 {
  margin-top: min(0vw, 0px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-0 {
    margin-top: min(0vw, 0px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 834px) {
  .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.4px) !important;
  }
  .u-pb-pr-4 {
    padding-bottom: min(1.067vw, 4.4px) !important;
  }
  .u-pl-pr-4 {
    padding-left: min(1.067vw, 4.4px) !important;
  }
  .u-pr-pr-4 {
    padding-right: min(1.067vw, 4.4px) !important;
  }
  .u-pt-pr-8 {
    padding-top: min(2.133vw, 8.8px) !important;
  }
  .u-pb-pr-8 {
    padding-bottom: min(2.133vw, 8.8px) !important;
  }
  .u-pl-pr-8 {
    padding-left: min(2.133vw, 8.8px) !important;
  }
  .u-pr-pr-8 {
    padding-right: min(2.133vw, 8.8px) !important;
  }
  .u-pt-pr-12 {
    padding-top: min(3.2vw, 13.2px) !important;
  }
  .u-pb-pr-12 {
    padding-bottom: min(3.2vw, 13.2px) !important;
  }
  .u-pl-pr-12 {
    padding-left: min(3.2vw, 13.2px) !important;
  }
  .u-pr-pr-12 {
    padding-right: min(3.2vw, 13.2px) !important;
  }
  .u-pt-pr-16 {
    padding-top: min(4.267vw, 17.6px) !important;
  }
  .u-pb-pr-16 {
    padding-bottom: min(4.267vw, 17.6px) !important;
  }
  .u-pl-pr-16 {
    padding-left: min(4.267vw, 17.6px) !important;
  }
  .u-pr-pr-16 {
    padding-right: min(4.267vw, 17.6px) !important;
  }
  .u-pt-pr-20 {
    padding-top: min(5.333vw, 22px) !important;
  }
  .u-pb-pr-20 {
    padding-bottom: min(5.333vw, 22px) !important;
  }
  .u-pl-pr-20 {
    padding-left: min(5.333vw, 22px) !important;
  }
  .u-pr-pr-20 {
    padding-right: min(5.333vw, 22px) !important;
  }
  .u-pt-pr-24 {
    padding-top: min(6.4vw, 26.4px) !important;
  }
  .u-pb-pr-24 {
    padding-bottom: min(6.4vw, 26.4px) !important;
  }
  .u-pl-pr-24 {
    padding-left: min(6.4vw, 26.4px) !important;
  }
  .u-pr-pr-24 {
    padding-right: min(6.4vw, 26.4px) !important;
  }
  .u-pt-pr-28 {
    padding-top: min(7.467vw, 30.8px) !important;
  }
  .u-pb-pr-28 {
    padding-bottom: min(7.467vw, 30.8px) !important;
  }
  .u-pl-pr-28 {
    padding-left: min(7.467vw, 30.8px) !important;
  }
  .u-pr-pr-28 {
    padding-right: min(7.467vw, 30.8px) !important;
  }
  .u-pt-pr-32 {
    padding-top: min(8.533vw, 35.2px) !important;
  }
  .u-pb-pr-32 {
    padding-bottom: min(8.533vw, 35.2px) !important;
  }
  .u-pl-pr-32 {
    padding-left: min(8.533vw, 35.2px) !important;
  }
  .u-pr-pr-32 {
    padding-right: min(8.533vw, 35.2px) !important;
  }
  .u-pt-pr-36 {
    padding-top: min(9.6vw, 39.6px) !important;
  }
  .u-pb-pr-36 {
    padding-bottom: min(9.6vw, 39.6px) !important;
  }
  .u-pl-pr-36 {
    padding-left: min(9.6vw, 39.6px) !important;
  }
  .u-pr-pr-36 {
    padding-right: min(9.6vw, 39.6px) !important;
  }
  .u-pt-pr-40 {
    padding-top: min(10.667vw, 44px) !important;
  }
  .u-pb-pr-40 {
    padding-bottom: min(10.667vw, 44px) !important;
  }
  .u-pl-pr-40 {
    padding-left: min(10.667vw, 44px) !important;
  }
  .u-pr-pr-40 {
    padding-right: min(10.667vw, 44px) !important;
  }
  .u-pt-pr-44 {
    padding-top: min(11.733vw, 48.4px) !important;
  }
  .u-pb-pr-44 {
    padding-bottom: min(11.733vw, 48.4px) !important;
  }
  .u-pl-pr-44 {
    padding-left: min(11.733vw, 48.4px) !important;
  }
  .u-pr-pr-44 {
    padding-right: min(11.733vw, 48.4px) !important;
  }
  .u-pt-pr-48 {
    padding-top: min(12.8vw, 52.8px) !important;
  }
  .u-pb-pr-48 {
    padding-bottom: min(12.8vw, 52.8px) !important;
  }
  .u-pl-pr-48 {
    padding-left: min(12.8vw, 52.8px) !important;
  }
  .u-pr-pr-48 {
    padding-right: min(12.8vw, 52.8px) !important;
  }
  .u-pt-pr-52 {
    padding-top: min(13.867vw, 57.2px) !important;
  }
  .u-pb-pr-52 {
    padding-bottom: min(13.867vw, 57.2px) !important;
  }
  .u-pl-pr-52 {
    padding-left: min(13.867vw, 57.2px) !important;
  }
  .u-pr-pr-52 {
    padding-right: min(13.867vw, 57.2px) !important;
  }
  .u-pt-pr-56 {
    padding-top: min(14.933vw, 61.6px) !important;
  }
  .u-pb-pr-56 {
    padding-bottom: min(14.933vw, 61.6px) !important;
  }
  .u-pl-pr-56 {
    padding-left: min(14.933vw, 61.6px) !important;
  }
  .u-pr-pr-56 {
    padding-right: min(14.933vw, 61.6px) !important;
  }
  .u-pt-pr-60 {
    padding-top: min(16vw, 66px) !important;
  }
  .u-pb-pr-60 {
    padding-bottom: min(16vw, 66px) !important;
  }
  .u-pl-pr-60 {
    padding-left: min(16vw, 66px) !important;
  }
  .u-pr-pr-60 {
    padding-right: min(16vw, 66px) !important;
  }
}
.u-text {
  line-height: var(--lh-150);
}
.u-text + .u-text {
  margin-top: 1em;
}
@media screen and (min-width: 835px) {
  .u-text.--lead {
    line-height: var(--lh-200);
  }
}
@media screen and (max-width: 834px) {
  .u-text.--lead {
    line-height: var(--lh-150);
  }
}
.u-text.--bold {
  font-weight: var(--fw-700) !important;
}
.u-text.--normal {
  font-weight: var(--fw-400) !important;
}
.u-text.--note {
  font-size: clamp(10.2px, 0.833vw, 13.2px) !important;
  margin-top: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .u-text.--note {
    font-size: clamp(10.2px, 3.2vw, 13.2px) !important;
    margin-top: min(5.333vw, 22px);
  }
}
@media screen and (min-width: 835px) {
  .u-text.--size.--lg {
    font-size: clamp(20.4px, 1.667vw, 26.4px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-text.--size.--lg {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
@media screen and (min-width: 835px) {
  .u-text.--size.--md {
    font-size: clamp(13.6px, 1.111vw, 17.6px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-text.--size.--md {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
@media screen and (min-width: 835px) {
  .u-text.--size.--sm {
    font-size: clamp(11.9px, 0.972vw, 15.4px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-text.--size.--sm {
    font-size: clamp(11.9px, 3.733vw, 15.4px) !important;
  }
}
@media screen and (min-width: 835px) {
  .u-text.--size.--xsm {
    font-size: clamp(10.2px, 0.833vw, 13.2px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-text.--size.--xsm {
    font-size: clamp(10.2px, 3.2vw, 13.2px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 834px) {
  .u-wid-md-10 {
    width: min(0.694vw, 11px) !important;
    min-width: min(0.694vw, 11px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-10 {
    width: min(2.667vw, 11px) !important;
    min-width: min(2.667vw, 11px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-20 {
    width: min(1.389vw, 22px) !important;
    min-width: min(1.389vw, 22px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-20 {
    width: min(5.333vw, 22px) !important;
    min-width: min(5.333vw, 22px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-30 {
    width: min(2.083vw, 33px) !important;
    min-width: min(2.083vw, 33px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-30 {
    width: min(8vw, 33px) !important;
    min-width: min(8vw, 33px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-40 {
    width: min(2.778vw, 44px) !important;
    min-width: min(2.778vw, 44px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-40 {
    width: min(10.667vw, 44px) !important;
    min-width: min(10.667vw, 44px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-50 {
    width: min(3.472vw, 55px) !important;
    min-width: min(3.472vw, 55px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-50 {
    width: min(13.333vw, 55px) !important;
    min-width: min(13.333vw, 55px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-60 {
    width: min(4.167vw, 66px) !important;
    min-width: min(4.167vw, 66px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-60 {
    width: min(16vw, 66px) !important;
    min-width: min(16vw, 66px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-70 {
    width: min(4.861vw, 77px) !important;
    min-width: min(4.861vw, 77px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-70 {
    width: min(18.667vw, 77px) !important;
    min-width: min(18.667vw, 77px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-80 {
    width: min(5.556vw, 88px) !important;
    min-width: min(5.556vw, 88px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-80 {
    width: min(21.333vw, 88px) !important;
    min-width: min(21.333vw, 88px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-90 {
    width: min(6.25vw, 99px) !important;
    min-width: min(6.25vw, 99px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-90 {
    width: min(24vw, 99px) !important;
    min-width: min(24vw, 99px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-100 {
    width: min(6.944vw, 110px) !important;
    min-width: min(6.944vw, 110px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-100 {
    width: min(26.667vw, 110px) !important;
    min-width: min(26.667vw, 110px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-110 {
    width: min(7.639vw, 121px) !important;
    min-width: min(7.639vw, 121px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-110 {
    width: min(29.333vw, 121px) !important;
    min-width: min(29.333vw, 121px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-120 {
    width: min(8.333vw, 132px) !important;
    min-width: min(8.333vw, 132px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-120 {
    width: min(32vw, 132px) !important;
    min-width: min(32vw, 132px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-130 {
    width: min(9.028vw, 143px) !important;
    min-width: min(9.028vw, 143px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-130 {
    width: min(34.667vw, 143px) !important;
    min-width: min(34.667vw, 143px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-140 {
    width: min(9.722vw, 154px) !important;
    min-width: min(9.722vw, 154px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-140 {
    width: min(37.333vw, 154px) !important;
    min-width: min(37.333vw, 154px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-150 {
    width: min(10.417vw, 165px) !important;
    min-width: min(10.417vw, 165px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-150 {
    width: min(40vw, 165px) !important;
    min-width: min(40vw, 165px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-160 {
    width: min(11.111vw, 176px) !important;
    min-width: min(11.111vw, 176px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-160 {
    width: min(42.667vw, 176px) !important;
    min-width: min(42.667vw, 176px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-170 {
    width: min(11.806vw, 187px) !important;
    min-width: min(11.806vw, 187px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-170 {
    width: min(45.333vw, 187px) !important;
    min-width: min(45.333vw, 187px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-180 {
    width: min(12.5vw, 198px) !important;
    min-width: min(12.5vw, 198px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-180 {
    width: min(48vw, 198px) !important;
    min-width: min(48vw, 198px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-190 {
    width: min(13.194vw, 209px) !important;
    min-width: min(13.194vw, 209px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-190 {
    width: min(50.667vw, 209px) !important;
    min-width: min(50.667vw, 209px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-200 {
    width: min(13.889vw, 220px) !important;
    min-width: min(13.889vw, 220px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-200 {
    width: min(53.333vw, 220px) !important;
    min-width: min(53.333vw, 220px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-210 {
    width: min(14.583vw, 231px) !important;
    min-width: min(14.583vw, 231px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-210 {
    width: min(56vw, 231px) !important;
    min-width: min(56vw, 231px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-220 {
    width: min(15.278vw, 242px) !important;
    min-width: min(15.278vw, 242px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-220 {
    width: min(58.667vw, 242px) !important;
    min-width: min(58.667vw, 242px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-230 {
    width: min(15.972vw, 253px) !important;
    min-width: min(15.972vw, 253px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-230 {
    width: min(61.333vw, 253px) !important;
    min-width: min(61.333vw, 253px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-240 {
    width: min(16.667vw, 264px) !important;
    min-width: min(16.667vw, 264px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-240 {
    width: min(64vw, 264px) !important;
    min-width: min(64vw, 264px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-250 {
    width: min(17.361vw, 275px) !important;
    min-width: min(17.361vw, 275px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-250 {
    width: min(66.667vw, 275px) !important;
    min-width: min(66.667vw, 275px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-260 {
    width: min(18.056vw, 286px) !important;
    min-width: min(18.056vw, 286px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-260 {
    width: min(69.333vw, 286px) !important;
    min-width: min(69.333vw, 286px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-270 {
    width: min(18.75vw, 297px) !important;
    min-width: min(18.75vw, 297px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-270 {
    width: min(72vw, 297px) !important;
    min-width: min(72vw, 297px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-280 {
    width: min(19.444vw, 308px) !important;
    min-width: min(19.444vw, 308px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-280 {
    width: min(74.667vw, 308px) !important;
    min-width: min(74.667vw, 308px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-290 {
    width: min(20.139vw, 319px) !important;
    min-width: min(20.139vw, 319px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-290 {
    width: min(77.333vw, 319px) !important;
    min-width: min(77.333vw, 319px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-300 {
    width: min(20.833vw, 330px) !important;
    min-width: min(20.833vw, 330px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-300 {
    width: min(80vw, 330px) !important;
    min-width: min(80vw, 330px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-310 {
    width: min(21.528vw, 341px) !important;
    min-width: min(21.528vw, 341px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-310 {
    width: min(82.667vw, 341px) !important;
    min-width: min(82.667vw, 341px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-320 {
    width: min(22.222vw, 352px) !important;
    min-width: min(22.222vw, 352px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-320 {
    width: min(85.333vw, 352px) !important;
    min-width: min(85.333vw, 352px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-330 {
    width: min(22.917vw, 363px) !important;
    min-width: min(22.917vw, 363px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-330 {
    width: min(88vw, 363px) !important;
    min-width: min(88vw, 363px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-340 {
    width: min(23.611vw, 374px) !important;
    min-width: min(23.611vw, 374px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-340 {
    width: min(90.667vw, 374px) !important;
    min-width: min(90.667vw, 374px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-350 {
    width: min(24.306vw, 385px) !important;
    min-width: min(24.306vw, 385px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-350 {
    width: min(93.333vw, 385px) !important;
    min-width: min(93.333vw, 385px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-360 {
    width: min(25vw, 396px) !important;
    min-width: min(25vw, 396px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-360 {
    width: min(96vw, 396px) !important;
    min-width: min(96vw, 396px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-370 {
    width: min(25.694vw, 407px) !important;
    min-width: min(25.694vw, 407px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-370 {
    width: min(98.667vw, 407px) !important;
    min-width: min(98.667vw, 407px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-380 {
    width: min(26.389vw, 418px) !important;
    min-width: min(26.389vw, 418px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-380 {
    width: min(101.333vw, 418px) !important;
    min-width: min(101.333vw, 418px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-390 {
    width: min(27.083vw, 429px) !important;
    min-width: min(27.083vw, 429px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-390 {
    width: min(104vw, 429px) !important;
    min-width: min(104vw, 429px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-400 {
    width: min(27.778vw, 440px) !important;
    min-width: min(27.778vw, 440px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-400 {
    width: min(106.667vw, 440px) !important;
    min-width: min(106.667vw, 440px) !important;
  }
}
@media screen and (max-width: 834px) {
  .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;
  }
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(27.2px, 8.533vw, 35.2px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: solid 1px var(--border-gray);
  margin: 0 min(1.067vw, 4.4px);
  font-size: clamp(10.2px, 3.2vw, 13.2px);
  font-family: var(--font-en);
  font-weight: var(--fw-500);
}

@media screen and (min-width: 835px) {
  .page-numbers {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}

@media screen and (min-width: 835px) {
  .page-numbers {
    width: clamp(27.2px, 2.222vw, 35.2px);
    margin: 0 3px;
  }
}

@media screen and (min-width: 835px) {
  .page-numbers {
    width: clamp(27.2px, 2.222vw, 35.2px);
    margin: 0 3px;
  }
}

.page-numbers.current {
  border-color: var(--border);
}

.page-numbers.dots {
  border: 0;
  width: auto;
}

.page-numbers.next {
  position: relative;
  width: min(8.533vw, 35.2px);
  margin-left: min(1.389vw - 2px, 20px);
  margin-left: min(5.333vw, 22px);
}

@media screen and (min-width: 835px) {
  .page-numbers.next {
    width: min(2.222vw, 35.2px);
    margin-left: min(1.389vw - 2px, 20px);
  }
}

.page-numbers.next::after {
  color: var(--text);
  font-family: var(--font-awesome);
  font-weight: var(--fw-300);
  content: "\f105";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  z-index: 0;
  display: block;

  font-size: min(3.2vw, 13.2px);

  font-weight: var(--fw-400);
  border-radius: min(0.694vw, 11px);
  -webkit-transition: -webkit-transform var(--duration);
  transition: -webkit-transform var(--duration);
  transition: transform var(--duration);
  transition: transform var(--duration), -webkit-transform var(--duration);
}

@media screen and (min-width: 835px) {
  .page-numbers.next::after {
    font-size: min(0.833vw, 13.2px);
  }
}

.page-numbers.prev {
  position: relative;
  margin-left: min(5.333vw, 22px);
  margin-right: min(5.333vw, 22px);
}

@media screen and (min-width: 835px) {
  .page-numbers.prev {
    width: min(2.222vw, 35.2px);
    margin-right: min(1.389vw - 2px, 22px);
  }
}

.page-numbers.prev::after {
  color: var(--text);
  font-family: var(--font-awesome);
  font-weight: var(--fw-300);
  content: "\f105";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(-1);
  z-index: 0;
  display: block;
  font-size: min(3.2vw, 13.2px);
  font-weight: var(--fw-400);
  border-radius: min(0.694vw, 11px);
  -webkit-transition: -webkit-transform var(--duration);
  transition: -webkit-transform var(--duration);
  transition: transform var(--duration);
  transition: transform var(--duration), -webkit-transform var(--duration);
}

@media screen and (min-width: 835px) {
  .page-numbers.prev::after {
    font-size: min(0.833vw, 13.2px);
  }
}

@media screen and (min-width: 835px) {
  .page-numbers {
  }
}
