@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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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: #464646;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  margin: 0;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 835px) {
  body {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  body {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}

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

a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

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

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

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

strong {
  font-weight: 700;
}

p a,
td a,
th a,
blockquote a {
  color: #003ac1;
  text-decoration: underline;
}
@media (hover: hover) {
  p a:hover,
  td a:hover,
  th a:hover,
  blockquote a:hover {
    color: #346cf0;
    text-decoration: none;
  }
}

hr {
  height: 1px;
  background-color: #e6e6e6;
  border: none;
}
@media screen and (min-width: 835px) {
  hr {
    margin: min(4.392vw, 66px) 0;
  }
}
@media screen and (max-width: 834px) {
  hr {
    margin: min(10.667vw, 44px) 0;
  }
}

.l-header {
  width: 100%;
  height: clamp(93.5px, 8.053vw, 121px);
  background-color: rgba(255, 255, 255, 0);
  font-weight: 500;
  position: absolute;
  top: 0;
  z-index: 20;
  -webkit-transition: background-color 0.4s ease, opacity 0.4s ease;
  transition: background-color 0.4s ease, opacity 0.4s ease;
  opacity: 1;
}
@media screen and (max-width: 1194px) {
  .l-header {
    height: clamp(74.8px, 6.442vw, 96.8px);
  }
  .l-header.is-active {
    position: fixed;
  }
}
@media screen and (max-width: 834px) {
  .l-header {
    height: clamp(57.8px, 18.133vw, 74.8px);
  }
}
.l-header.is-hide {
  opacity: 0;
  pointer-events: none;
}
.l-header__logo {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
  -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: 0;
}
@media screen and (min-width: 835px) {
  .l-header__logo {
    width: clamp(260.1px, 22.401vw, 336.6px);
    height: clamp(93.5px, 8.053vw, 121px);
    border-bottom-left-radius: min(2.928vw, 44px);
    border-bottom-right-radius: min(2.928vw, 44px);
    left: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__logo {
    height: clamp(74.8px, 6.442vw, 96.8px);
  }
  .is-active .l-header__logo {
    opacity: 0;
  }
}
@media screen and (max-width: 834px) {
  .l-header__logo {
    width: clamp(161.5px, 50.667vw, 209px);
    height: clamp(57.8px, 18.133vw, 74.8px);
    border-bottom-left-radius: min(3.2vw, 13.2px);
    border-bottom-right-radius: min(3.2vw, 13.2px);
    left: min(8vw, 33px);
  }
}
.l-header__logo a {
  display: block;
}
@media screen and (min-width: 835px) {
  .l-header__logo a {
    width: clamp(209.1px, 18.009vw, 270.6px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__logo a {
    width: clamp(134.3px, 42.133vw, 173.8px);
  }
}
@media (hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__nav {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    place-items: center;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav {
    width: 100%;
    display: block;
  }
}
.l-header__nav__wrapper {
  position: fixed;
}
@media screen and (min-width: 1195px) {
  .l-header__nav__wrapper {
    display: block !important;
    height: clamp(59.5px, 5.124vw, 77px);
    background-color: #ffffff;
    border-radius: 999px;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
    top: min(2.928vw, 44px);
    right: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__wrapper {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #003ac1;
    padding-top: min(11.713vw, 176px);
    padding-bottom: min(11.713vw, 176px);
    top: 0;
    left: 0;
    overflow: auto;
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__wrapper {
    padding-top: min(32vw, 132px);
    padding-bottom: min(21.333vw, 88px);
  }
}
@media screen and (min-width: 1195px) {
  .l-header__nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: min(7.467vw, 30.8px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__inner {
    padding-left: min(21.333vw, 88px);
    padding-right: min(21.333vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__inner {
    padding-left: min(10.667vw, 44px);
    padding-right: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 1195px) {
  .l-header__nav__item {
    height: clamp(59.5px, 5.124vw, 77px);
    position: static;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__item {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
  }
  .l-header__nav__item:not(:nth-last-child(-n+2)) {
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  }
  .l-header__nav__item:not(:last-child) {
    margin-bottom: min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__item:not(:last-child) {
    margin-bottom: min(5.333vw, 22px);
  }
}
@media screen and (min-width: 1195px) {
  .l-header__nav__item.--button {
    margin-left: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__item.--button {
    margin-top: min(2.928vw, 44px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__item.--button {
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 1195px) {
  .l-header__nav__item.--button + .l-header__nav__item.--button {
    margin-left: 0;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__item.--button + .l-header__nav__item.--button {
    margin-top: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__item.--button + .l-header__nav__item.--button {
    margin-top: min(5.333vw, 22px);
  }
}
.l-header__nav__item.is-active::before {
  opacity: 0;
}
.l-header__nav__item.is-active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media (hover: hover) {
  .l-header__nav__item:hover::before, .l-header__nav__item:hover::after {
    opacity: 1;
  }
}
@media screen and (hover: hover) and (min-width: 1195px) {
  .l-header__nav__item:hover .l-header__head,
  .l-header__nav__item:hover .l-header__link {
    color: #003ac1;
  }
  .l-header__nav__item:hover .l-header__head::after,
  .l-header__nav__item:hover .l-header__link::after {
    color: #003ac1;
  }
}
@media (hover: hover) {
  .l-header__nav__item:hover .l-header__head::before {
    opacity: 1;
  }
  .l-header__nav__item:hover .l-header__head::after {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
}
.l-header__link, .l-header__head, .l-header__button {
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1195px) {
  .l-header__link, .l-header__head, .l-header__button {
    height: 100%;
    font-size: min(1.098vw, 16.5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__link, .l-header__head, .l-header__button {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
  }
}
@media screen and (min-width: 1195px) {
  .l-header__link, .l-header__head {
    padding: 0 min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__link, .l-header__head {
    width: 100%;
    height: auto;
    color: #ffffff;
    display: block;
    padding-right: 1em;
    padding-bottom: min(2.343vw, 35.2px);
  }
  .l-header__link::after, .l-header__head::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1194px) and (hover: hover) and (max-width: 1194px) {
  .l-header__link:hover, .l-header__head:hover {
    color: #f5f7fa;
  }
  .l-header__link:hover::after, .l-header__head:hover::after {
    color: #f5f7fa;
  }
}
@media screen and (max-width: 834px) {
  .l-header__link, .l-header__head {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    padding-bottom: min(5.333vw, 22px);
  }
}
@media screen and (min-width: 1195px) {
  .l-header__head::before {
    content: "";
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    width: clamp(15.3px, 1.318vw, 19.8px);
    height: clamp(8.5px, 0.732vw, 11px);
    background-color: #ffffff;
    position: absolute;
    bottom: calc(clamp(26.35px, 2.269vw, 34.1px) * -1);
    left: 50%;
    translate: -50% 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
@media screen and (min-width: 835px) {
  .l-header__button {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__button {
    color: #ffffff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header__button svg {
    display: none;
  }
  .l-header__button.--inquiry {
    width: clamp(108.8px, 9.37vw, 140.8px);
    background-color: #003ac1;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
  }
}
@media screen and (min-width: 1195px) and (hover: hover) {
  .l-header__button.--inquiry:hover {
    background-color: #346cf0;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__button.--estimate {
    width: clamp(88.4px, 7.613vw, 114.4px);
    background-color: #15a2d6;
  }
}
@media screen and (min-width: 1195px) and (hover: hover) {
  .l-header__button.--estimate:hover {
    background-color: #50c5f0;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__button {
    width: clamp(374px, 32.211vw, 484px);
    height: clamp(61.2px, 5.271vw, 79.2px);
    background-color: transparent;
    color: #f5f7fa;
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    border: #f5f7fa solid 2px;
    border-radius: 999px;
    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-inline: auto;
  }
  .l-header__button svg {
    width: clamp(17px, 1.464vw, 22px);
    fill: #ffffff;
    position: absolute;
    top: 50%;
    right: clamp(17px, 1.464vw, 22px);
    translate: 0 -50%;
    -webkit-transition: fill 0.4s ease;
    transition: fill 0.4s ease;
  }
}
@media screen and (max-width: 1194px) and (hover: hover) {
  .l-header__button:hover {
    background-color: #f5f7fa;
    color: #003ac1;
  }
  .l-header__button:hover svg {
    fill: #003ac1;
  }
}
@media screen and (max-width: 834px) {
  .l-header__button {
    width: clamp(210.8px, 66.133vw, 272.8px);
    height: clamp(47.6px, 14.933vw, 61.6px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .l-header__button svg {
    width: clamp(17px, 5.333vw, 22px);
    right: clamp(15.3px, 4.8vw, 19.8px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__link::after {
    content: "\f105";
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    right: 1px;
  }
}
@media screen and (max-width: 834px) {
  .l-header__link::after {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__head {
    padding-right: min(5.333vw, 22px);
  }
}
.l-header__head::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (min-width: 1195px) {
  .l-header__head::after {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
    margin-left: 0.25em;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__head::after {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__head::after {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.l-header__head.is-active::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.l-header__drop {
  cursor: default;
  display: -ms-grid;
  display: grid;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-header__drop__wrapper {
  display: none;
}
@media screen and (min-width: 1195px) {
  .l-header__drop__wrapper {
    width: 100%;
    position: absolute;
    top: clamp(59.5px, 5.124vw, 77px);
    padding-top: clamp(25.5px, 2.196vw, 33px);
    left: 0;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__drop__wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-transition: 450ms all ease;
    transition: 450ms all ease;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
  }
  .l-header__drop__wrapper.is-active {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    padding-top: min(1.464vw, 22px);
    padding-bottom: min(3.221vw, 48.4px);
  }
  .l-header__drop__wrapper > * {
    overflow: hidden;
  }
}
@media screen and (max-width: 834px) {
  .l-header__drop__wrapper.is-active {
    padding-top: min(3.2vw, 13.2px);
    padding-bottom: min(8.533vw, 35.2px);
  }
}
@media screen and (min-width: 1195px) {
  .l-header__drop__inner {
    background-color: #ffffff;
    border-radius: min(2.928vw, 44px);
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: min(2.928vw, 44px);
  }
}
@media screen and (min-width: 1195px) {
  .l-header__drop__image {
    width: clamp(193.8px, 16.691vw, 250.8px);
    border-radius: min(1.464vw, 22px);
    margin-right: min(2.928vw, 44px);
    overflow: hidden;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__drop__image {
    display: none;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__drop__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__drop__menu__title {
    font-size: clamp(17px, 1.464vw, 22px);
    font-weight: 700;
    margin-bottom: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__drop__menu__title {
    display: none;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__drop {
    -ms-grid-columns: 1fr min(1.464vw, 22px) 1fr min(1.464vw, 22px) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__drop {
    width: 100%;
    row-gap: min(2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__drop {
    row-gap: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__drop__item:not(:last-child) {
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  }
}
.l-header__drop__item a {
  font-weight: 500;
  line-height: 1.5;
  display: block;
  position: relative;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media (hover: hover) {
  .l-header__drop__item a:hover::after {
    background-color: #131313;
  }
  .l-header__drop__item a:hover svg {
    fill: #ffffff;
  }
}
.l-header__drop__item a::after {
  content: "";
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1195px) {
  .l-header__drop__item a {
    height: 100%;
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    border-bottom: #e6e6e6 solid 1px;
    padding-right: clamp(20.4px, 1.757vw, 26.4px);
    padding-bottom: 1em;
  }
  .l-header__drop__item a::after {
    width: clamp(17px, 1.464vw, 22px);
    background-color: transparent;
    aspect-ratio: 1;
    border: #131313 solid 1px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .l-header__drop__item a svg {
    fill: #131313;
    position: absolute;
    width: clamp(7.65px, 0.659vw, 9.9px);
    top: clamp(5.95px, 0.512vw, 7.7px);
    right: clamp(4.25px, 0.366vw, 5.5px);
    -webkit-transition: fill 0.4s ease;
    transition: fill 0.4s ease;
    z-index: 1;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__drop__item a {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    color: #ffffff;
    padding-left: 1em;
    padding-bottom: min(2.343vw, 35.2px);
  }
  .l-header__drop__item a::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 1px;
  }
  .l-header__drop__item a svg {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .l-header__drop__item a {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    padding-bottom: min(5.333vw, 22px);
  }
  .l-header__drop__item a::after {
    font-size: clamp(12.75px, 4vw, 16.5px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__drop__item:last-child a {
    padding-bottom: 0;
  }
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1194px) {
  .l-header__hamburger {
    width: clamp(51px, 4.392vw, 66px);
    height: clamp(51px, 4.392vw, 66px);
    background-color: #003ac1;
    border-radius: 50%;
    display: block;
    position: fixed;
    top: min(1.464vw, 22px);
    right: min(5.857vw, 88px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
}
@media screen and (max-width: 1194px) and (max-width: 834px) {
  .l-header__hamburger {
    width: clamp(40.8px, 12.8vw, 52.8px);
    height: clamp(40.8px, 12.8vw, 52.8px);
    top: min(5.333vw, 22px);
    right: min(8vw, 33px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__hamburger::before, .l-header__hamburger::after {
    color: #ffffff;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .l-header__hamburger::before {
    content: "\f0c9";
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 1194px) and (max-width: 834px) {
  .l-header__hamburger::before {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__hamburger::after {
    content: "\f068";
    font-size: clamp(17px, 1.464vw, 22px);
    opacity: 0;
  }
}
@media screen and (max-width: 1194px) and (max-width: 834px) {
  .l-header__hamburger::after {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__hamburger.is-active {
    background-color: #ffffff;
  }
  .l-header__hamburger.is-active::before, .l-header__hamburger.is-active::after {
    color: #003ac1;
  }
}
@media (hover: hover) {
  .l-header__hamburger:hover {
    background-color: #ffffff;
  }
  .l-header__hamburger:hover::before, .l-header__hamburger:hover::after {
    color: #003ac1;
  }
}
.l-header__hamburger.is-active::before {
  opacity: 0;
}
.l-header__hamburger.is-active::after {
  opacity: 1;
}

.l-footer {
  width: 100%;
  background-color: #292929;
  color: #ffffff;
  position: relative;
}
.l-footer__inner {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .l-footer__inner {
    max-width: min(82.43vw, 1238.6px);
    margin-inline: auto;
    padding-top: min(2.928vw, 44px);
    padding-bottom: min(0.586vw, 8.8px);
  }
}
@media screen and (min-width: 835px) and (max-width: 1194px) {
  .l-footer__inner {
    max-width: none;
    padding-left: min(2.928vw, 44px);
    padding-right: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__inner {
    padding: min(16vw, 66px) min(8vw, 33px);
  }
}
@media screen and (min-width: 835px) {
  .l-footer__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: clamp(221px, 19.034vw, 286px) clamp(173.4px, 14.934vw, 224.4px) auto;
    grid-template-columns: clamp(221px, 19.034vw, 286px) auto;
    -webkit-column-gap: clamp(173.4px, 14.934vw, 224.4px);
       -moz-column-gap: clamp(173.4px, 14.934vw, 224.4px);
            column-gap: clamp(173.4px, 14.934vw, 224.4px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__logo a {
  display: block;
}
@media screen and (min-width: 835px) {
  .l-footer__logo a {
    width: min(16.545vw, 248.6px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__logo a {
    width: min(56.267vw, 232.1px);
    margin-inline: auto;
  }
}
@media (hover: hover) {
  .l-footer__logo a:hover {
    opacity: 0.6;
  }
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 835px) {
  .l-footer__sns {
    margin-top: min(3.221vw, 48.4px);
    -webkit-column-gap: clamp(23.8px, 2.05vw, 30.8px);
       -moz-column-gap: clamp(23.8px, 2.05vw, 30.8px);
            column-gap: clamp(23.8px, 2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__sns {
    margin-top: min(8.533vw, 35.2px);
    -webkit-column-gap: clamp(27.2px, 8.533vw, 35.2px);
       -moz-column-gap: clamp(27.2px, 8.533vw, 35.2px);
            column-gap: clamp(27.2px, 8.533vw, 35.2px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__sns__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .l-footer__sns__item {
    height: clamp(21.25px, 1.83vw, 27.5px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__sns__item {
    height: clamp(21.25px, 6.667vw, 27.5px);
  }
}
.l-footer__sns__link {
  height: 100%;
  display: block;
}
@media screen and (min-width: 835px) and (hover: hover) {
  .l-footer__sns__link:hover {
    opacity: 0.6;
  }
}
.l-footer__sns__link > i {
  color: #ffffff;
}
@media screen and (min-width: 835px) {
  .l-footer__sns__link > i {
    font-size: clamp(22.95px, 1.977vw, 29.7px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__sns__link > i {
    font-size: clamp(22.95px, 7.2vw, 29.7px);
  }
}
.l-footer__sns__link > i:has(svg) {
  font-size: 0;
  line-height: 0;
}
.l-footer__sns__link > i svg {
  width: auto;
  height: 100%;
  font-size: 0;
  fill: #ffffff;
}
.l-footer__nav {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 541px) {
  .l-footer__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    grid-auto-flow: column;
  }
}
@media screen and (min-width: 835px) {
  .l-footer__nav {
    row-gap: min(1.464vw, 22px);
    -webkit-column-gap: clamp(85px, 7.321vw, 110px);
       -moz-column-gap: clamp(85px, 7.321vw, 110px);
            column-gap: clamp(85px, 7.321vw, 110px);
    -ms-grid-rows: auto min(1.464vw, 22px) auto min(1.464vw, 22px) auto min(1.464vw, 22px) auto;
    grid-template-rows: repeat(4, auto);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav {
    margin-top: min(8.533vw, 35.2px);
    row-gap: min(7.467vw, 30.8px);
    -webkit-column-gap: clamp(34px, 10.667vw, 44px);
       -moz-column-gap: clamp(34px, 10.667vw, 44px);
            column-gap: clamp(34px, 10.667vw, 44px);
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .l-footer__nav {
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
  }
}
@media screen and (max-width: 540px) {
  .l-footer__nav {
    width: clamp(232.9px, 73.067vw, 301.4px);
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-footer__nav__item a {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .l-footer__nav__item a {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (min-width: 835px) and (hover: hover) {
  .l-footer__nav__item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav__item a {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.l-footer__copyright {
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .l-footer__copyright {
    text-align: right;
    margin-top: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__copyright {
    text-align: left;
    margin-top: min(10.667vw, 44px);
  }
}
.l-footer__copyright small {
  color: #ffffff;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .l-footer__copyright small {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__copyright small {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}

@-webkit-keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.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 0.4s ease;
  transition: all 0.4s ease;
  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;
}
@media screen and (min-width: 835px) {
  .l-container {
    padding-bottom: min(8.785vw, 132px);
  }
}
@media screen and (max-width: 834px) {
  .l-container {
    padding-bottom: min(26.667vw, 110px);
  }
}
.l-container:has(.c-breadcrumbs) {
  padding-bottom: 0;
}
.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(82.43vw, 1238.6px);
  }
}
@media screen and (min-width: 835px) {
  .l-container__inner.--wide {
    max-width: clamp(1088px, 93.704vw, 1408px);
  }
}
@media screen and (min-width: 835px) {
  .l-container__inner.--narrow {
    max-width: clamp(680px, 58.565vw, 880px);
  }
}
@media screen and (max-width: 834px) {
  .l-container__inner {
    padding-left: min(8vw, 33px);
    padding-right: min(8vw, 33px);
  }
}

[class*=l-section] {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 835px) {
  [class*=l-section] {
    padding-top: min(8.785vw, 132px);
  }
}
@media screen and (max-width: 834px) {
  [class*=l-section] {
    padding-top: min(21.333vw, 88px);
  }
}
[class*=l-section]:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 835px) {
  [class*=l-section][class*=u-color--bg] {
    margin-top: min(8.785vw, 132px);
    padding-bottom: min(8.785vw, 132px);
  }
}
@media screen and (max-width: 834px) {
  [class*=l-section][class*=u-color--bg] {
    margin-top: min(21.333vw, 88px);
    padding-bottom: min(21.333vw, 88px);
  }
}
[class*=l-section][class*=u-color--bg] + [class*=l-section] {
  padding-top: min(8.785vw, 132px);
}
@media screen and (max-width: 834px) {
  [class*=l-section][class*=u-color--bg] + [class*=l-section] {
    padding-top: min(21.333vw, 88px);
  }
}

.l-section.--full {
  padding-block: 0 !important;
}
@media screen and (min-width: 835px) {
  .l-section.--high {
    padding-top: min(22.84vw, 343.2px);
    padding-bottom: min(14.641vw, 220px);
  }
}
@media screen and (max-width: 834px) {
  .l-section.--high {
    padding-top: min(64vw, 264px);
    padding-bottom: min(32vw, 132px);
  }
}
@media screen and (min-width: 835px) {
  .l-section.--low {
    padding-top: min(5.857vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .l-section.--low {
    padding-top: min(16vw, 66px);
  }
}
@media screen and (min-width: 835px) {
  .l-section.--low + [class*=l-section] {
    padding-top: min(5.857vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .l-section.--low + [class*=l-section] {
    padding-top: min(16vw, 66px);
  }
}

.l-content {
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 835px) {
  .l-content__main {
    width: calc(100% - min(27.086vw, 407px));
  }
}
@media screen and (max-width: 834px) {
  .l-content__main {
    margin-bottom: min(16vw, 66px);
  }
}
@media screen and (min-width: 835px) {
  .l-content__side {
    width: min(22.694vw, 341px);
  }
}
@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;
}
.l-content__main > *:last-child, .l-content__side > *:last-child {
  margin-bottom: 0;
}

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

.c-button {
  max-width: 100%;
  background-color: #ffffff;
  text-align: center;
  border: #131313 solid 2px;
  border-radius: 999px;
  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;
  margin-inline: auto;
  cursor: pointer;
  position: relative;
  -webkit-transition: border 0.4s ease;
  transition: border 0.4s ease;
}
.c-button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #131313;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  border-radius: 28px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.14, 0.78, 0.24, 0.99);
          transition-timing-function: cubic-bezier(0.14, 0.78, 0.24, 0.99);
  z-index: 0;
}
.c-button span {
  color: transparent;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: text-shadow 0.4s ease;
  transition: text-shadow 0.4s ease;
  text-shadow: 0 -1.25em 0 #131313, 0 0 0 #131313;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .c-button span {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-button span {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.c-button svg {
  fill: #131313;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .c-button svg {
    width: clamp(13.6px, 1.171vw, 17.6px);
    right: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-button svg {
    width: clamp(13.6px, 4.267vw, 17.6px);
    right: clamp(12.75px, 4vw, 16.5px);
  }
}

@media screen and (min-width: 835px) {
  :where(.c-button.--lg) {
    width: clamp(272px, 23.426vw, 352px);
    height: clamp(61.2px, 5.271vw, 79.2px);
    margin-top: min(5.271vw, 79.2px);
  }
}
@media screen and (max-width: 834px) {
  :where(.c-button.--lg) {
    width: clamp(246.5px, 77.333vw, 319px);
    height: clamp(51px, 16vw, 66px);
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  :where(.c-button.--md) {
    width: clamp(210.8px, 18.155vw, 272.8px);
    height: clamp(47.6px, 4.1vw, 61.6px);
    margin-top: min(3.514vw, 52.8px);
  }
}
@media screen and (max-width: 834px) {
  :where(.c-button.--md) {
    width: clamp(210.8px, 66.133vw, 272.8px);
    height: clamp(47.6px, 14.933vw, 61.6px);
    margin-top: min(8.533vw, 35.2px);
  }
}
@media screen and (min-width: 835px) {
  :where(.c-button.--sm) {
    width: clamp(175.1px, 15.081vw, 226.6px);
    height: clamp(40.8px, 3.514vw, 52.8px);
    margin-top: min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  :where(.c-button.--sm) {
    width: clamp(175.1px, 54.933vw, 226.6px);
    height: clamp(40.8px, 12.8vw, 52.8px);
    margin-top: min(6.4vw, 26.4px);
  }
}
@media screen and (min-width: 835px) {
  .c-button.--sm span {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .c-button.--sm span {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
@media screen and (min-width: 835px) {
  .c-button.--sm svg {
    width: clamp(11.9px, 1.025vw, 15.4px);
    right: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .c-button.--sm svg {
    width: clamp(11.05px, 3.467vw, 14.3px);
    right: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (min-width: 835px) {
  :where(.c-button.--xsm) {
    width: clamp(153px, 13.177vw, 198px);
    height: clamp(44.2px, 3.807vw, 57.2px);
  }
}
@media screen and (max-width: 834px) {
  :where(.c-button.--xsm) {
    width: clamp(81.6px, 25.6vw, 105.6px);
    height: clamp(37.4px, 11.733vw, 48.4px);
  }
}
@media screen and (min-width: 835px) {
  .c-button.--xsm span {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-button.--xsm span {
    color: #131313;
    font-size: clamp(8.5px, 2.667vw, 11px);
    text-shadow: none;
  }
}
@media screen and (min-width: 835px) {
  :where(.c-button.--wide) {
    width: clamp(374px, 32.211vw, 484px);
    height: clamp(61.2px, 5.271vw, 79.2px);
    margin-top: min(5.271vw, 79.2px);
  }
}
@media screen and (max-width: 834px) {
  :where(.c-button.--wide) {
    width: clamp(267.75px, 84vw, 346.5px);
    height: clamp(51px, 16vw, 66px);
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .c-button.--icon svg {
    width: clamp(17px, 1.464vw, 22px);
    right: clamp(17px, 1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-button.--icon svg {
    width: clamp(17px, 5.333vw, 22px);
    right: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.c-button.--icon.--left svg {
  position: relative;
  top: auto;
  right: auto;
  translate: none;
}
@media screen and (min-width: 835px) {
  .c-button.--icon.--left svg {
    width: clamp(11.9px, 1.025vw, 15.4px);
    margin-right: clamp(6.8px, 0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-button.--icon.--left svg {
    width: clamp(11.9px, 3.733vw, 15.4px);
    margin-right: clamp(6.8px, 2.133vw, 8.8px);
  }
}
.c-button.--accent {
  border-color: #003ac1;
}
.c-button.--accent::before {
  background-color: #003ac1;
}
.c-button.--accent span {
  text-shadow: 0 -1.25em 0 #003ac1, 0 0 0 #003ac1;
}
.c-button.--accent svg {
  fill: #003ac1;
}
.c-button.--white {
  background-color: transparent;
  border-color: #ffffff;
}
.c-button.--white::before {
  background-color: #ffffff;
}
.c-button.--white span {
  text-shadow: 0 -1.25em 0 #ffffff, 0 0 0 #ffffff;
}
.c-button.--white svg {
  fill: #ffffff;
}
.c-button.--disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.c-button__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-button__list [class*=c-button] {
  margin: 0;
}
@media screen and (max-width: 834px) {
  .c-button__list [class*=c-button] {
    width: calc((100% - min(2.667vw, 11px)) / 2);
  }
}
@media screen and (max-width: 540px) {
  .c-button__list [class*=c-button] {
    height: min(12.267vw, 50.6px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (max-width: 360px) {
  .c-button__list [class*=c-button] {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (min-width: 835px) {
  .c-button__list [class*=c-button] + [class*=c-button] {
    margin-left: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-button__list [class*=c-button] + [class*=c-button] {
    margin-left: min(2.667vw, 11px);
  }
}

@media (hover: hover) {
  a.c-button:hover span,
  button.c-button:hover span,
  label.c-button:hover span {
    text-shadow: 0 0 0 #ffffff, 0 1.25em 0 #ffffff;
  }
  a.c-button:hover::before,
  button.c-button:hover::before,
  label.c-button:hover::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  a.c-button:hover svg,
  button.c-button:hover svg,
  label.c-button:hover svg {
    fill: #ffffff;
  }
}
@media (hover: hover) {
  a.c-button.--accent:hover::before,
  button.c-button.--accent:hover::before,
  label.c-button.--accent:hover::before {
    background-color: #003ac1;
  }
  a.c-button.--accent:hover span,
  button.c-button.--accent:hover span,
  label.c-button.--accent:hover span {
    text-shadow: 0 0 0 #ffffff, 0 1.25em 0 #ffffff;
  }
  a.c-button.--accent:hover svg,
  button.c-button.--accent:hover svg,
  label.c-button.--accent:hover svg {
    fill: #ffffff;
  }
}
@media (hover: hover) {
  a.c-button.--white:hover span,
  button.c-button.--white:hover span,
  label.c-button.--white:hover span {
    text-shadow: 0 0 0 #1593d6, 0 1.25em 0 #1593d6;
  }
  a.c-button.--white:hover svg,
  button.c-button.--white:hover svg,
  label.c-button.--white:hover svg {
    fill: #1593d6;
  }
}

a:has(.c-button):hover .c-button span {
  text-shadow: 0 0 0 #ffffff, 0 1.25em 0 #ffffff;
}
a:has(.c-button):hover .c-button::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
a:has(.c-button):hover .c-button svg {
  fill: #ffffff;
}
a:has(.c-button):hover .c-button.--accent::before {
  background-color: #003ac1;
}
a:has(.c-button):hover .c-button.--accent span {
  text-shadow: 0 0 0 #ffffff, 0 1.25em 0 #ffffff;
}
a:has(.c-button):hover .c-button.--accent svg {
  fill: #ffffff;
}
a:has(.c-button):hover .c-button.--white span {
  text-shadow: 0 0 0 #003ac1, 0 1.25em 0 #003ac1;
}
a:has(.c-button):hover .c-button.--white svg {
  fill: #003ac1;
}

.c-pagetop {
  display: none;
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .c-pagetop {
    width: clamp(64.6px, 5.564vw, 83.6px);
    height: clamp(64.6px, 5.564vw, 83.6px);
    right: min(1.464vw, 22px);
    bottom: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-pagetop {
    width: clamp(40.8px, 12.8vw, 52.8px);
    height: clamp(40.8px, 12.8vw, 52.8px);
    right: min(8vw, 33px);
    bottom: min(5.333vw, 22px);
  }
}
.c-pagetop a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: #003ac1 solid 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .c-pagetop a {
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
  }
}
.c-pagetop a svg {
  fill: #003ac1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 835px) {
  .c-pagetop a svg {
    width: clamp(13.6px, 1.171vw, 17.6px);
    -webkit-transition: fill 0.4s ease;
    transition: fill 0.4s ease;
  }
}
@media screen and (max-width: 834px) {
  .c-pagetop a svg {
    width: clamp(11.05px, 3.467vw, 14.3px);
  }
}
@media screen and (min-width: 835px) {
  .c-pagetop a:hover {
    background-color: #003ac1;
  }
  .c-pagetop a:hover svg {
    fill: #ffffff;
  }
}
.c-pagetop a span {
  text-indent: -999em;
}
.c-pagetop.is-hide {
  z-index: 1;
}

.c-title--5, .c-title--4, .c-title--3, .c-title--2, .c-title--1 {
  color: #131313;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  position: relative;
}
.--white.c-title--5, .--white.c-title--4, .--white.c-title--3, .--white.c-title--2, .--white.c-title--1 {
  color: #ffffff;
}

.c-title--1 {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .c-title--1 {
    font-size: clamp(30.6px, 2.635vw, 39.6px);
    margin-bottom: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--1 {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
    margin-bottom: min(10.667vw, 44px);
  }
}
.c-title--1 > small {
  font-family: "Inter", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (min-width: 835px) {
  .c-title--1 > small {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--1 > small {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-title--2 {
  letter-spacing: normal;
}
@media screen and (min-width: 835px) {
  .c-title--2 {
    font-size: clamp(27.2px, 2.343vw, 35.2px);
    margin-top: min(4.392vw, 66px);
    margin-bottom: min(3.514vw, 52.8px);
    padding-left: min(1.757vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--2 {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-top: min(16vw, 66px);
    margin-bottom: min(6.4vw, 26.4px);
    padding-left: min(5.333vw, 22px);
  }
}
.c-title--2::before, .c-title--2::after {
  content: "";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 835px) {
  .c-title--2::before, .c-title--2::after {
    width: min(0.439vw, 6.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--2::before, .c-title--2::after {
    width: min(1.333vw, 5.5px);
  }
}
.c-title--2::before {
  background-color: #e6e6e6;
  border-radius: 10px;
  height: 1.4em;
  top: 0.15em;
}
.c-title--2::after {
  background-color: #003ac1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 0.45em;
  top: 1.1em;
}
.c-title--2.--white::before {
  background-color: #e6e6e6;
}
.c-title--3 {
  letter-spacing: normal;
}
@media screen and (min-width: 835px) {
  .c-title--3 {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
    margin-top: min(2.928vw, 44px);
    margin-bottom: min(2.635vw, 39.6px);
    padding-bottom: clamp(6.8px, 0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--3 {
    font-size: clamp(17px, 5.333vw, 22px);
    margin-top: min(10.667vw, 44px);
    margin-bottom: min(6.4vw, 26.4px);
    padding-bottom: clamp(6.8px, 2.133vw, 8.8px);
  }
}
.c-title--3::before {
  content: "";
  background-color: #003ac1;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 835px) {
  .c-title--3::before {
    width: clamp(13.6px, 1.171vw, 17.6px);
    height: clamp(3.4px, 0.293vw, 4.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--3::before {
    width: clamp(8.5px, 2.667vw, 11px);
    height: clamp(2.55px, 0.8vw, 3.3px);
  }
}
@media screen and (min-width: 835px) {
  .c-title--4 {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
    margin-top: min(2.928vw, 44px);
    margin-bottom: min(2.05vw, 30.8px);
  }
}
@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(4.267vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .c-title--5 {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    margin-top: min(2.343vw, 35.2px);
    margin-bottom: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--5 {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    margin-top: min(7.467vw, 30.8px);
    margin-bottom: min(4.267vw, 17.6px);
  }
}

.c-accordion {
  width: 100%;
  margin-inline: auto;
  position: relative;
  /* + */
}
@media screen and (min-width: 835px) {
  .c-accordion {
    max-width: min(58.565vw, 880px);
  }
}
.c-accordion__box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  -webkit-transition: background-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .c-accordion__box {
    border-radius: min(0.732vw, 11px);
    padding: min(1.464vw, 22px) min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__box {
    border-radius: min(2.667vw, 11px);
    padding: min(6.4vw, 26.4px) min(4.267vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .c-accordion__box + .c-accordion__box {
    margin-top: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__box + .c-accordion__box {
    margin-top: min(4.267vw, 17.6px);
  }
}
.c-accordion__box dd {
  display: none;
  cursor: default;
}
.c-accordion__box.is-open {
  background-color: #f5f7fa;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (any-hover: hover) {
  .c-accordion__box:hover .c-accordion__question {
    color: #346cf0;
  }
  .c-accordion__box:hover .c-accordion__question::before {
    color: #346cf0;
  }
  .c-accordion__box:hover .c-accordion__icon {
    background-color: #131313;
  }
  .c-accordion__box:hover .c-accordion__icon::before {
    color: #ffffff;
  }
}
.c-accordion__question, .c-accordion__answer {
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 0;
  /* A と Q */
}
@media screen and (min-width: 835px) {
  .c-accordion__question, .c-accordion__answer {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__question, .c-accordion__answer {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.c-accordion__question > span:nth-of-type(1), .c-accordion__answer > span:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-accordion__question::before, .c-accordion__answer::before {
  font-family: "Inter", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  display: block;
  z-index: 0;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 835px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
    margin-right: min(1.464vw, 22px);
    line-height: calc(clamp(11.9px, 1.025vw, 15.4px) * 2);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-right: min(3.2vw, 13.2px);
    line-height: calc(clamp(11.05px, 3.467vw, 14.3px) * 2);
  }
}
.c-accordion__question {
  color: #131313;
  font-weight: 500;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  /* Q */
}
@media screen and (min-width: 835px) {
  .c-accordion__question {
    padding-right: clamp(47.6px, 4.1vw, 61.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__question {
    padding-right: clamp(40.8px, 12.8vw, 52.8px);
  }
}
.c-accordion__question::before {
  color: #003ac1;
  content: "Q";
}
.is-open .c-accordion__question {
  color: #346cf0;
}
.is-open .c-accordion__question::before {
  color: #346cf0;
}
.c-accordion__answer {
  opacity: 0;
  color: #464646;
  font-weight: 400;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  /* A */
}
@media screen and (min-width: 835px) {
  .c-accordion__answer {
    margin-top: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__answer {
    margin-top: min(3.2vw, 13.2px);
  }
}
.is-open .c-accordion__answer {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-accordion__answer::before {
  content: "A";
  color: #131313;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.is-open .c-accordion__answer::before {
  opacity: 1;
}
.c-accordion__icon {
  aspect-ratio: 1;
  background-color: transparent;
  border-radius: 50%;
  border: #131313 solid 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  z-index: 0;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (min-width: 835px) {
  .c-accordion__icon {
    width: clamp(34px, 2.928vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__icon {
    width: clamp(27.2px, 8.533vw, 35.2px);
  }
}
.c-accordion__icon::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  color: #131313;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 835px) {
  .c-accordion__icon::before {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__icon::before {
    font-size: clamp(7.65px, 2.4vw, 9.9px);
  }
}
.is-open .c-accordion__icon::before {
  content: "\f106";
}

.c-breadcrumbs {
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs {
    padding-top: min(8.785vw, 132px);
    padding-bottom: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs {
    padding-top: min(26.667vw, 110px);
    padding-bottom: min(26.667vw, 110px);
  }
}
.c-breadcrumbs__inner {
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__inner {
    max-width: min(82.43vw, 1238.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__inner {
    padding-left: min(8vw, 33px);
    padding-right: min(8vw, 33px);
  }
}
.c-breadcrumbs__list {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-breadcrumbs__list__item {
  display: inline;
}
.c-breadcrumbs__list__item span,
.c-breadcrumbs__list__item a {
  position: relative;
}
.c-breadcrumbs__list__item span {
  color: #7b7b7b;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list__item span {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item span {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.c-breadcrumbs__list__item a span {
  color: #003ac1;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media (hover: hover) {
  .c-breadcrumbs__list__item a:hover span {
    color: #346cf0;
  }
}
.c-breadcrumbs__list__item:not(:last-of-type)::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #acacac;
  text-decoration: none;
  display: inline-block;
  margin: 0 0.5em;
  pointer-events: none;
  position: relative;
  cursor: default;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list__item:not(:last-of-type)::after {
    font-size: min(1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item:not(:last-of-type)::after {
    font-size: min(3.467vw, 14.3px);
  }
}
.c-breadcrumbs__list__item:last-child span {
  color: #131313;
}

.c-card {
  position: relative;
}
.c-card__list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .c-card__list {
    -ms-grid-columns: 1fr min(4.392vw, 66px) 1fr min(4.392vw, 66px) 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: min(4.392vw, 66px);
       -moz-column-gap: min(4.392vw, 66px);
            column-gap: min(4.392vw, 66px);
    row-gap: min(4.392vw, 66px);
    margin-top: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__list {
    -ms-grid-columns: 1fr min(10.667vw, 44px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: min(10.667vw, 44px);
       -moz-column-gap: min(10.667vw, 44px);
            column-gap: min(10.667vw, 44px);
    row-gap: min(10.667vw, 44px);
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (max-width: 540px) {
  .c-card__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-card__link {
  display: block;
}
.c-card__thumb {
  aspect-ratio: 67/50;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-card__thumb {
    border-radius: min(2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__thumb {
    border-radius: min(7.467vw, 30.8px);
  }
}
.c-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 835px) {
  .c-card__category {
    margin-top: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__category {
    margin-top: min(5.333vw, 22px);
  }
}
.c-card__title {
  color: #131313;
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 835px) {
  .c-card__title {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    margin-top: min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__title {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-top: min(1.067vw, 4.4px);
  }
}
.c-card__title.--large {
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .c-card__title.--large {
    font-size: clamp(17px, 1.464vw, 22px);
    margin-top: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__title.--large {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    margin-top: min(3.2vw, 13.2px);
  }
}
.c-card__title a {
  color: #131313;
}
.c-card__title a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (hover: hover) {
  .c-card__title a:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 835px) {
  .c-card__tag {
    margin-top: min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__tag {
    margin-top: min(2.133vw, 8.8px);
  }
}
.c-card__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .c-card__flex {
    margin-top: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__flex {
    margin-top: min(5.333vw, 22px);
  }
}
.c-card__flex > *:first-child {
  margin-top: 0;
}
.c-card__flex > *:last-child {
  margin-bottom: 0;
}
.c-card__time {
  color: #464646;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .c-card__time {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
@media screen and (max-width: 834px) {
  .c-card__time {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.c-card__time::before {
  content: "";
  width: 1.4em;
  aspect-ratio: 1;
  background-image: url("../img/common/icon_clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-right: 0.45em;
}

@media (hover: hover) {
  .c-card:has(.c-card__title a):hover .c-card__thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.c-category,
.c-tag {
  position: relative;
  z-index: 2;
}
.c-category__wrapper,
.c-tag__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-category {
  width: auto;
  background-color: #ffffff;
  color: #346cf0;
  font-weight: 400;
  border: #346cf0 solid 1px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 835px) {
  .c-category__wrapper {
    gap: min(0.878vw, 13.2px) min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-category__wrapper {
    gap: min(2.667vw, 11px) min(2.667vw, 11px);
  }
}
@media screen and (min-width: 835px) {
  .c-category {
    height: clamp(20.4px, 1.757vw, 26.4px);
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-category {
    height: clamp(20.4px, 6.4vw, 26.4px);
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.c-category input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
.c-category.is-active, .c-category:has(input:checked) {
  background-color: #346cf0;
  color: #ffffff;
}

.c-tag {
  color: #b5b5b5;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .c-tag__wrapper {
    gap: min(0.878vw, 13.2px) min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-tag__wrapper {
    gap: min(3.2vw, 13.2px) min(2.133vw, 8.8px);
  }
}
@media screen and (min-width: 835px) {
  .c-tag {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .c-tag {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-tag::before {
  content: "";
  width: 1.2em;
  aspect-ratio: 1;
  background-image: url("../img/common/icon_tag_lightgray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-right: 0.45em;
}

@media (hover: hover) {
  a.c-category:hover, label.c-category:hover {
    background-color: #346cf0;
    color: #ffffff;
  }
}

@media (hover: hover) {
  a.c-tag:hover {
    opacity: 0.75;
  }
}

.c-media img {
  width: 100%;
}
.c-media.--radius {
  border-radius: 20px;
  overflow: hidden;
}
.c-media.--auto img {
  width: auto;
}
.c-media.--border {
  border: #e6e6e6 solid 1px;
}
.c-media.--video {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-media.--video {
    max-width: min(55.637vw, 836px);
  }
}
@media screen and (max-width: 834px) {
  .c-media.--video {
    max-width: min(202.667vw, 836px);
    width: calc(100% - min(2.928vw, 44px));
  }
}
.c-media.--video::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0da";
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  background-color: #003ac1;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .c-media.--video::before {
    font-size: min(3.807vw, 57.2px);
    width: min(4.978vw, 74.8px);
    height: min(4.978vw, 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 {
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-list li {
    padding-left: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-list li {
    padding-left: min(4vw, 16.5px);
  }
}
.c-list li::before {
  content: "";
  width: min(0.439vw, 6.6px);
  height: min(0.439vw, 6.6px);
  background-color: #003ac1;
  border-radius: 50%;
  position: absolute;
  top: clamp(10.2px, 0.878vw, 13.2px);
  left: 0;
}
@media screen and (max-width: 834px) {
  .c-list li::before {
    width: clamp(5.1px, 1.6vw, 6.6px);
    height: clamp(5.1px, 1.6vw, 6.6px);
    top: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-list li:not(:last-child) {
  margin-bottom: min(0.293vw, 4.4px);
}
@media screen and (max-width: 834px) {
  .c-list li:not(:last-child) {
    margin-bottom: min(1.067vw, 4.4px);
  }
}
.c-list.--large li {
  font-size: clamp(17px, 1.464vw, 22px);
}
@media screen and (max-width: 834px) {
  .c-list.--large li {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    padding-left: min(5.333vw, 22px);
  }
}
.c-list.--large li::before {
  width: clamp(8.5px, 0.732vw, 11px);
  height: clamp(8.5px, 0.732vw, 11px);
  top: clamp(11.9px, 1.025vw, 15.4px);
}
@media screen and (max-width: 834px) {
  .c-list.--large li::before {
    width: clamp(8.5px, 2.667vw, 11px);
    height: clamp(8.5px, 2.667vw, 11px);
    top: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.c-list.--notice li {
  color: #b5b5b5;
  font-size: 85%;
  text-indent: -1.5em;
  padding-left: 1.5em;
  vertical-align: text-top;
  line-height: 1.5;
}
.c-list.--notice li::before {
  content: none;
}

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

: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 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 835px) {
  .c-modal {
    width: calc(100% - min(5.857vw, 88px));
    max-width: min(66.984vw, 1006.5px);
  }
}
@media screen and (max-width: 834px) {
  .c-modal {
    width: calc(100% - min(10.667vw, 44px));
    max-height: min(160vw, 660px);
  }
}
@media screen and (min-width: 835px) {
  .c-modal:has(.c-modal__box) {
    width: calc(100% - min(17.57vw, 264px));
    max-width: min(82.43vw, 1238.6px);
    height: calc(100svh - min(14.641vw, 220px));
    max-height: min(49.195vw, 739.2px);
    margin-top: min(10.249vw, 154px);
  }
}
@media screen and (max-width: 834px) {
  .c-modal:has(.c-modal__box) {
    width: calc(100% - min(16vw, 66px));
    height: calc(100svh - min(32vw, 132px));
    margin-top: min(21.333vw, 88px);
  }
}
.c-modal:not([data-active=true]) {
  opacity: 0;
}
.c-modal::-ms-backdrop {
  background-color: #003ac1;
  opacity: 0.9;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.c-modal::backdrop {
  background-color: #003ac1;
  opacity: 0.9;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.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__inner:has(.c-modal__box) {
  width: 100%;
  height: 100%;
}
.c-modal__box {
  height: auto;
  max-height: 100%;
  background-color: #f5f7fa;
  overflow: auto;
}
@media screen and (min-width: 835px) {
  .c-modal__box {
    padding: min(4.392vw, 66px) min(2.196vw, 33px);
    border-radius: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-modal__box {
    padding: min(10.667vw, 44px) min(4vw, 16.5px) min(16vw, 66px);
    border-radius: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__box:has(.c-modal__image) {
    width: calc(100% + min(8vw, 33px));
    padding: min(6.4vw, 26.4px);
    margin-top: min(26.667vw, 110px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.c-modal__description {
  max-height: calc(100vh - min(8.785vw, 132px));
  padding: min(3.66vw, 55px) min(4.758vw, 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);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__image {
    min-width: min(226.667vw, 935px);
  }
}
.c-modal__close {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #ffffff;
  border: #131313 solid 2px;
  border-radius: 50%;
  right: 0;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (min-width: 835px) {
  .c-modal__close {
    width: min(5.564vw, 83.6px);
    top: calc(min(7.613vw, 114.4px) * -1);
  }
}
@media screen and (max-width: 834px) {
  .c-modal__close {
    width: min(11.733vw, 48.4px);
    top: calc(min(16vw, 66px) * -1);
  }
}
@media screen and (min-width: 835px) {
  .c-modal__close.--video {
    top: calc(min(2.928vw, 44px) * -1);
    right: calc(min(2.928vw, 44px) * -1);
  }
}
@media screen and (max-width: 834px) {
  .c-modal__close.--video {
    top: calc(min(5.333vw, 22px) * -1);
    right: calc(min(2.667vw, 11px) * -1);
  }
}
.c-modal__close::before, .c-modal__close::after {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 25%;
  height: 2px;
  border-radius: 4px;
  margin: auto;
  content: "";
  background-color: #131313;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.c-modal__close::before {
  rotate: 45deg;
}
.c-modal__close::after {
  rotate: 135deg;
}
.c-modal__close:focus-visible {
  background-color: #131313;
}
.c-modal__close:focus-visible::before, .c-modal__close:focus-visible::after {
  background-color: #ffffff;
}
@media (any-hover: hover) {
  .c-modal__close:hover {
    background-color: #131313;
  }
  .c-modal__close:hover::before, .c-modal__close:hover::after {
    background-color: #ffffff;
  }
}
.c-modal__close.--video {
  position: fixed;
}
@media screen and (min-width: 835px) {
  .c-modal__close.--video {
    top: min(7.321vw, 110px);
    right: min(8.785vw, 132px);
  }
}
@media screen and (max-width: 834px) {
  .c-modal__close.--video {
    top: min(12.8vw, 52.8px);
    right: min(8vw, 33px);
  }
}

dialog.c-modal {
  pointer-events: none !important;
}

dialog.c-modal > * {
  pointer-events: auto !important;
}

.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: min(4.392vw, 66px) auto 0;
  }
}
@media screen and (max-width: 834px) {
  .c-pager {
    margin: min(16vw, 66px) auto 0;
  }
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
  margin: 0 min(1.318vw, 19.8px);
}
@media screen and (max-width: 834px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(4.8vw, 19.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(2.133vw, 8.8px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(1.6vw, 6.6px);
  }
}
.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 {
  color: #acacac;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 835px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
@media screen and (min-width: 835px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) a:hover span {
    color: #131313;
  }
}
.c-pager__item__prev a,
.c-pager__item__prev > span, .c-pager__item__next a,
.c-pager__item__next > span {
  background-color: #fff;
  border-color: #131313;
  border-style: solid;
  border-radius: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
@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(3.367vw, 50.6px);
    height: min(3.367vw, 50.6px);
    border-width: 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);
    border-width: 1px;
  }
}
.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 svg,
.c-pager__item__prev > svg, .c-pager__item__next a svg,
.c-pager__item__next > svg {
  fill: #131313;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
@media screen and (min-width: 835px) {
  .c-pager__item__prev a svg,
  .c-pager__item__prev > svg, .c-pager__item__next a svg,
  .c-pager__item__next > svg {
    width: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev a svg,
  .c-pager__item__prev > svg, .c-pager__item__next a svg,
  .c-pager__item__next > svg {
    width: clamp(6.8px, 2.133vw, 8.8px);
  }
}
.c-pager__item__prev a span, .c-pager__item__next a span {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .c-pager__item__prev a:hover, .c-pager__item__next a:hover {
    background-color: #131313;
  }
  .c-pager__item__prev a:hover svg, .c-pager__item__next a:hover svg {
    fill: #ffffff;
  }
}
.c-pager__item__prev > span, .c-pager__item__next > span {
  opacity: 0.3;
  pointer-events: none;
}
.c-pager__item__prev {
  margin-right: min(3.294vw, 49.5px);
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev {
    margin-right: min(12vw, 49.5px);
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item__prev {
    margin-right: min(3.2vw, 13.2px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item__prev {
    margin-right: min(2.667vw, 11px);
  }
}
.c-pager__item__prev a svg,
.c-pager__item__prev > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-pager__item__next {
  margin-left: min(3.294vw, 49.5px);
}
@media screen and (max-width: 834px) {
  .c-pager__item__next {
    margin-left: min(12vw, 49.5px) !important;
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item__next {
    margin-left: min(3.2vw, 13.2px) !important;
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item__next {
    margin-left: min(2.667vw, 11px) !important;
  }
}
.c-pager__item.is-current span {
  color: #131313 !important;
}

@media screen and (min-width: 835px) {
  .c-tab {
    margin-top: min(3.514vw, 52.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-tab {
    margin-top: min(8.533vw, 35.2px);
  }
}
.c-tab__wrap {
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (min-width: 835px) {
  .c-tab__wrap {
    margin-bottom: min(4.1vw, 61.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-tab__wrap {
    margin-bottom: min(5.333vw, 22px);
  }
}
.c-tab__wrap::-webkit-scrollbar {
  display: none;
}
.c-tab__list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  .c-tab__list {
    gap: 0 min(1.171vw, 17.6px);
    -ms-grid-columns: 1fr min(1.171vw, 17.6px) 1fr min(1.171vw, 17.6px) 1fr min(1.171vw, 17.6px) 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 834px) {
  .c-tab__list {
    gap: min(2.133vw, 8.8px);
    -ms-grid-columns: 1fr min(2.133vw, 8.8px) 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-tab__item {
  width: 100%;
  background-color: #f5f7fa;
  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;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .c-tab__item {
    height: clamp(68px, 5.857vw, 88px);
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    border-radius: min(0.732vw, 11px);
  }
  .c-tab__item::after {
    content: "";
    width: min(2.05vw, 30.8px);
    height: min(1.025vw, 15.4px);
    background-color: #346cf0;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: absolute;
    bottom: calc(min(0.952vw, 14.3px) * -1);
    left: 50%;
    translate: -50% 0;
    opacity: 0;
  }
}
@media screen and (max-width: 834px) {
  .c-tab__item {
    height: min(11.733vw, 48.4px);
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    border-radius: min(1.6vw, 6.6px);
  }
}
@media (hover: hover) {
  .c-tab__item:hover {
    background-color: #346cf0;
    color: #ffffff;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (hover: hover) and (min-width: 835px) {
  .c-tab__item:hover::after {
    opacity: 1;
  }
}
.c-tab__item span {
  width: 100%;
}
.c-tab__item.is-current {
  background-color: #346cf0;
  color: #ffffff;
}
@media screen and (min-width: 835px) {
  .c-tab__item.is-current {
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
  }
  .c-tab__item.is-current::after {
    opacity: 1;
  }
}
@media screen and (max-width: 834px) {
  .c-tab__item.is-current {
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.12);
            box-shadow: 0 3px 16px rgba(0, 0, 0, 0.12);
  }
}
.c-tab__panel {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .c-tab__panel {
    max-width: min(58.565vw, 880px);
    margin-top: min(4.392vw, 66px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .c-tab__panel {
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .c-tab__panel.--wide {
    max-width: 100%;
  }
}
.c-tab__panel__item {
  display: none;
}
.c-tab__panel__item > *:first-child {
  margin-top: 0;
}
.c-tab__panel__item > *:last-child {
  margin-bottom: 0;
}
.c-tab__panel__item.is-active {
  display: block;
}

.c-table {
  width: 100%;
  background-color: #ffffff;
}
.c-table.--fixed {
  table-layout: fixed;
}
.c-table.--border {
  border: #e6e6e6 solid 1px;
}
.c-table th,
.c-table td {
  text-align: left;
  line-height: 2;
  overflow-wrap: break-word;
}
@media screen and (min-width: 835px) {
  .c-table th,
  .c-table td {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    padding: min(2.05vw, 30.8px) min(2.928vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .c-table th,
  .c-table td {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    padding: min(7.467vw, 30.8px) min(4.267vw, 17.6px);
  }
}
.c-table th p:last-child,
.c-table td p:last-child {
  margin-bottom: 0;
}
.c-table td {
  font-weight: 400;
}
.c-table td:not(:last-of-type) {
  border-right: #e6e6e6 solid 1px;
}
.c-table th {
  background-color: #003ac1;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (min-width: 835px) {
  .c-table th {
    width: min(20.498vw, 308px);
  }
}
@media screen and (max-width: 834px) {
  .c-table th {
    width: min(25.067vw, 103.4px);
  }
}
.c-table tr:not(:last-child) th {
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
}
.c-table tr:not(:last-child) td {
  border-bottom: #e6e6e6 solid 1px;
}
@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: #e6e6e6 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;
  }
}

.c-slider__arrow {
  aspect-ratio: 1;
  height: auto;
  background-color: #ffffff;
  border-radius: 50%;
  border-color: #131313;
  border-style: solid;
  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;
  -webkit-transition: background-color 0.4s ease, opacity 0.4s ease;
  transition: background-color 0.4s ease, opacity 0.4s ease;
  z-index: 1;
}
.c-slider__arrow::before, .c-slider__arrow::after {
  content: none;
}
@media screen and (min-width: 835px) {
  .c-slider__arrow {
    width: min(5.564vw, 83.6px);
    border-width: 2px;
  }
}
@media screen and (max-width: 834px) {
  .c-slider__arrow {
    width: min(11.733vw, 48.4px);
    border-width: 1px;
  }
}
.c-slider__arrow svg {
  fill: #2b3948;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
@media screen and (min-width: 835px) {
  .c-slider__arrow svg {
    width: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-slider__arrow svg {
    width: min(2.4vw, 9.9px);
  }
}
@media (hover: hover) {
  .c-slider__arrow:hover {
    background-color: #131313;
  }
  .c-slider__arrow:hover svg {
    fill: #ffffff;
  }
}
.c-slider__arrow.--prev svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-slider__arrow.swiper-button-disabled {
  opacity: 0;
}
.is-unslider .c-slider__arrow {
  display: none;
}

.p-archive__filter__container {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__filter__container {
    margin-bottom: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__container {
    margin-bottom: min(5.333vw, 22px);
  }
}
.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.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__list {
    gap: min(3.2vw, 13.2px) min(2.133vw, 8.8px);
  }
}
.p-archive__tag {
  width: auto;
  background-color: #ffffff;
  color: #131313;
  font-weight: 500;
  border: #ccd7e0 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 2em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 835px) {
  .p-archive__tag {
    height: min(2.928vw, 44px);
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__tag {
    height: min(8.533vw, 35.2px);
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
.p-archive__tag.is-active {
  background-color: #131313;
  color: #ffffff;
  border: #131313 solid 1px;
}
.p-archive__list {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-archive__list__item {
  border-bottom: #e6e6e6 solid 1px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-block: min(2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__item {
    padding-block: min(6.4vw, 26.4px);
  }
}
.p-archive__list__item:has(a)::before, .p-archive__list__item:has(a)::after {
  content: "";
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 835px) {
  .p-archive__list__item:has(a)::before, .p-archive__list__item:has(a)::after {
    width: min(1.757vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__item:has(a)::before, .p-archive__list__item:has(a)::after {
    width: min(5.333vw, 22px);
  }
}
.p-archive__list__item:has(a)::before {
  background-image: url("../img/common/icon_arrow_circle.svg");
}
.p-archive__list__item:has(a)::after {
  background-image: url("../img/common/icon_arrow_circle_blue.svg");
  opacity: 0;
}
@media (hover: hover) {
  .p-archive__list__item:has(a):hover .p-archive__list__title,
  .p-archive__list__item:has(a):hover .p-archive__list__lead {
    color: #346cf0;
  }
  .p-archive__list__item:has(a):hover::before {
    opacity: 0;
  }
  .p-archive__list__item:has(a):hover::after {
    opacity: 1;
  }
}
.p-archive__list__item > *:first-child {
  margin-top: 0;
}
.p-archive__list__item > *:last-child {
  margin-bottom: 0;
}
.p-archive__list__date {
  color: #131313;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__list__date {
    width: clamp(63.75px, 5.49vw, 82.5px);
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    margin-right: min(4.978vw, 74.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__date {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
@media screen and (min-width: 835px) {
  .p-archive__list__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__detail {
    margin-top: min(2.133vw, 8.8px);
  }
}
.p-archive__list__detail a {
  display: block;
}
@media screen and (min-width: 835px) {
  .p-archive__list__detail a {
    padding-right: min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__detail a {
    padding-right: min(8.533vw, 35.2px);
  }
}
.p-archive__list__detail a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.p-archive__list__title {
  width: 100%;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 835px) {
  .p-archive__list__title {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__title {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-archive__list__title a {
  color: #131313;
  text-decoration: none;
}
.p-archive__list__lead {
  font-weight: 400;
  line-height: 2;
  margin-top: 0.5em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 835px) {
  .p-archive__list__lead {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__lead {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-archive__list__title, .p-archive__list__lead {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.p-cta {
  background-color: #003ac1;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-cta {
    width: min(82.43vw, 1238.6px);
    border-radius: min(7.321vw, 110px);
    padding-block: min(4.392vw, 66px);
    margin-top: min(8.785vw, 132px);
  }
}
@media screen and (max-width: 834px) {
  .p-cta {
    width: calc(100% - min(16vw, 66px));
    border-radius: min(3.66vw, 55px);
    padding-block: min(21.333vw, 88px);
    margin-top: min(21.333vw, 88px);
  }
}
.--contact .p-cta {
  display: none !important;
}
.p-cta__inner {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-cta__inner {
    max-width: min(61.201vw, 919.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-cta__inner {
    padding-left: min(4vw, 16.5px);
    padding-right: min(4vw, 16.5px);
  }
}
@media screen and (min-width: 835px) {
  .p-cta__title {
    margin-bottom: min(2.928vw, 44px);
  }
}
.p-cta__text {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .p-cta__text {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .p-cta__text {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
.p-cta__block {
  background-color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-cta__block {
    border-radius: min(2.928vw, 44px);
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding-block: min(3.221vw, 48.4px);
    margin-top: min(2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-cta__block {
    border-radius: min(10.667vw, 44px);
    padding: min(10.667vw, 44px) min(4vw, 16.5px);
    margin-top: min(10.667vw, 44px);
  }
}
.p-cta__block.--column {
  display: -ms-grid;
  display: grid;
  padding: 0;
}
@media screen and (min-width: 835px) {
  .p-cta__block.--column {
    -ms-grid-columns: 1fr min(4.392vw, 66px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: min(4.392vw, 66px);
       -moz-column-gap: min(4.392vw, 66px);
            column-gap: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .p-cta__block.--column {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: min(5.333vw, 22px);
  }
}
@media screen and (min-width: 835px) {
  .p-cta__block__item:first-child {
    border-right: #e6e6e6 solid 1px;
  }
}
@media screen and (max-width: 834px) {
  .p-cta__block__item:first-child {
    border-bottom: #e6e6e6 solid 1px;
    padding-bottom: min(8.533vw, 35.2px);
    margin-bottom: min(8.533vw, 35.2px);
  }
}
.--column .p-cta__block__item {
  border: none;
  margin: 0;
  background-color: #f5f7fa;
}
@media screen and (min-width: 835px) {
  .--column .p-cta__block__item {
    padding-block: min(2.928vw, 44px);
    border-radius: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .--column .p-cta__block__item {
    padding-block: min(8.533vw, 35.2px);
    border-radius: min(5.333vw, 22px);
  }
}
.p-cta__head {
  color: #131313;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .p-cta__head {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-cta__head {
    font-size: clamp(12.75px, 4vw, 16.5px);
  }
}
.p-cta__tel {
  color: #003ac1 !important;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .p-cta__tel {
    font-size: clamp(34px, 2.928vw, 44px);
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 834px) {
  .p-cta__tel {
    font-size: clamp(28.9px, 9.067vw, 37.4px);
    margin-top: min(1.067vw, 4.4px);
  }
}
.p-cta__tel__time {
  color: #131313;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .p-cta__tel__time {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-cta__tel__time {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
@media screen and (min-width: 835px) {
  .p-cta__button {
    margin-top: min(1.757vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-cta__button {
    margin-top: min(5.333vw, 22px);
  }
}
.p-cta__button__fixed {
  display: block;
  background-color: #003ac1;
  color: #ffffff;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}
.p-cta__button__fixed__wrap {
  display: none;
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .p-cta__button__fixed__wrap {
    right: 0;
    bottom: calc(clamp(64.6px, 5.564vw, 83.6px) + min(2.928vw, 44px));
  }
}
@media screen and (max-width: 834px) {
  .p-cta__button__fixed__wrap {
    left: 0;
    bottom: min(5.333vw, 22px);
  }
}
.--contact .p-cta__button__fixed__wrap {
  display: none !important;
}
@media screen and (min-width: 835px) {
  .p-cta__button__fixed {
    text-align: center;
    border-top-left-radius: min(0.878vw, 13.2px);
    border-bottom-left-radius: min(0.878vw, 13.2px);
    padding: min(1.171vw, 17.6px) min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-cta__button__fixed {
    border-top-right-radius: min(3.2vw, 13.2px);
    border-bottom-right-radius: min(3.2vw, 13.2px);
    padding: clamp(10.2px, 3.2vw, 13.2px) clamp(13.6px, 4.267vw, 17.6px) clamp(10.2px, 3.2vw, 13.2px) clamp(49.3px, 15.467vw, 63.8px);
  }
}
@media (hover: hover) {
  .p-cta__button__fixed:hover {
    background-color: #346cf0;
  }
}
.p-cta__button__fixed > * {
  display: block;
}
.p-cta__button__fixed > span,
.p-cta__button__fixed > b {
  line-height: 1.5;
}
.p-cta__button__fixed > span {
  font-weight: 500;
}
@media screen and (min-width: 835px) {
  .p-cta__button__fixed > span {
    font-size: min(0.732vw, 11px);
  }
}
@media screen and (max-width: 834px) {
  .p-cta__button__fixed > span {
    font-size: clamp(8.5px, 2.667vw, 11px);
  }
}
.p-cta__button__fixed > svg {
  fill: #ffffff;
}
@media screen and (min-width: 835px) {
  .p-cta__button__fixed > svg {
    width: min(3.221vw, 48.4px);
    margin-top: min(1.171vw, 17.6px);
    margin-bottom: min(0.439vw, 6.6px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-cta__button__fixed > svg {
    width: clamp(27.2px, 8.533vw, 35.2px);
    position: absolute;
    top: 50%;
    left: clamp(12.75px, 4vw, 16.5px);
    translate: 0 -50%;
  }
}
.p-cta__button__fixed > b {
  font-weight: 700;
}
@media screen and (min-width: 835px) {
  .p-cta__button__fixed > b {
    font-size: min(1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-cta__button__fixed > b {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}

.p-product-list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 541px) {
  .p-product-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 835px) {
  .p-product-list {
    -webkit-column-gap: min(5.857vw, 88px);
       -moz-column-gap: min(5.857vw, 88px);
            column-gap: min(5.857vw, 88px);
    row-gap: min(3.514vw, 52.8px);
    margin-block: min(5.857vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .p-product-list {
    -webkit-column-gap: min(10.667vw, 44px);
       -moz-column-gap: min(10.667vw, 44px);
            column-gap: min(10.667vw, 44px);
    row-gap: min(6.4vw, 26.4px);
    margin-block: min(13.867vw, 57.2px);
  }
}
@media screen and (max-width: 540px) {
  .p-product-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-product-list.--lower {
  width: 100%;
  background-color: #f5f7fa;
}
@media screen and (min-width: 835px) {
  .p-product-list.--lower {
    max-width: clamp(802.4px, 69.107vw, 1038.4px);
    border-radius: min(1.464vw, 22px);
    -ms-grid-columns: 1fr min(3.514vw, 52.8px) 1fr min(3.514vw, 52.8px) 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: min(3.514vw, 52.8px);
       -moz-column-gap: min(3.514vw, 52.8px);
            column-gap: min(3.514vw, 52.8px);
    row-gap: min(1.464vw, 22px);
    padding: min(2.928vw, 44px) min(2.343vw, 35.2px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-product-list.--lower {
    border-radius: min(5.333vw, 22px);
    -webkit-column-gap: min(4.267vw, 17.6px);
       -moz-column-gap: min(4.267vw, 17.6px);
            column-gap: min(4.267vw, 17.6px);
    row-gap: min(2.133vw, 8.8px);
    padding: min(6.4vw, 26.4px) min(4vw, 16.5px);
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .p-product-list.--lower {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .p-product-list.--lower {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-product-list__item {
  position: relative;
}
@media screen and (min-width: 835px) {
  .--lower .p-product-list__item:not(:nth-of-type(3)):not(:nth-of-type(6))::after {
    content: "";
    width: 1px;
    height: min(2.928vw, 44px);
    background-color: #e6e6e6;
    position: absolute;
    top: 50%;
    right: calc(min(1.757vw, 26.4px) * -1);
    translate: 0 -50%;
  }
}
.p-product-list__link {
  border-bottom: #e6e6e6 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-product-list__link {
    padding-bottom: min(0.878vw, 13.2px);
    padding-right: min(5.857vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .p-product-list__link {
    padding-bottom: min(6.4vw, 26.4px);
    padding-right: min(19.2vw, 79.2px);
  }
}
.p-product-list__link::after {
  content: "";
  aspect-ratio: 1/1;
  border-color: #131313;
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  .p-product-list__link::after {
    width: min(3.514vw, 52.8px);
    border-width: 2px;
    top: min(1.318vw, 19.8px);
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
}
@media screen and (max-width: 834px) {
  .p-product-list__link::after {
    width: min(11.733vw, 48.4px);
    background-color: #ffffff;
    border-width: 1px;
    top: min(2.667vw, 11px);
  }
}
.p-product-list__link svg {
  fill: #131313;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-product-list__link svg {
    width: min(1.171vw, 17.6px);
    top: min(2.782vw, 41.8px);
    right: min(1.098vw, 16.5px);
    -webkit-transition: fill 0.4s ease;
    transition: fill 0.4s ease;
  }
}
@media screen and (max-width: 834px) {
  .p-product-list__link svg {
    width: min(2.4vw, 9.9px);
    top: min(8vw, 33px);
    right: min(4.267vw, 17.6px);
  }
}
.--lower .p-product-list__link {
  border-bottom: none;
}
@media screen and (min-width: 835px) {
  .--lower .p-product-list__link {
    padding-bottom: 0;
    padding-right: min(3.514vw, 52.8px);
  }
}
@media screen and (max-width: 834px) {
  .--lower .p-product-list__link {
    padding-bottom: min(2.133vw, 8.8px);
    padding-right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .--lower .p-product-list__link {
    border-bottom: #e6e6e6 solid 1px;
  }
}
.--lower .p-product-list__link::after {
  border-width: 1px;
}
@media screen and (min-width: 835px) {
  .--lower .p-product-list__link::after {
    width: min(1.757vw, 26.4px);
    top: min(0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .--lower .p-product-list__link::after {
    width: min(5.333vw, 22px);
    background-color: transparent;
    border-width: 1px;
    top: min(2.667vw, 11px);
  }
}
@media screen and (min-width: 835px) {
  .--lower .p-product-list__link svg {
    width: min(0.622vw, 9.35px);
    top: min(1.537vw, 23.1px);
    right: min(0.512vw, 7.7px);
  }
}
@media screen and (max-width: 834px) {
  .--lower .p-product-list__link svg {
    width: min(1.733vw, 7.15px);
    top: min(4.8vw, 19.8px);
    right: min(1.867vw, 7.7px);
  }
}
@media (hover: hover) {
  .p-product-list__link:hover .p-product-list__title {
    opacity: 0.75;
  }
  .p-product-list__link:hover::after {
    background-color: #131313;
  }
  .p-product-list__link:hover svg {
    fill: #ffffff;
  }
}
@media screen and (min-width: 835px) {
  .p-product-list__icon {
    width: min(5.564vw, 83.6px);
    margin-right: min(2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-product-list__icon {
    width: min(14.933vw, 61.6px);
    margin-right: min(2.667vw, 11px);
  }
}
@media screen and (min-width: 835px) {
  .--lower .p-product-list__icon {
    width: min(2.928vw, 44px);
    margin-right: min(0.366vw, 5.5px);
  }
}
@media screen and (max-width: 834px) {
  .--lower .p-product-list__icon {
    width: min(9.333vw, 38.5px);
    margin-right: min(2.133vw, 8.8px);
  }
}
.p-product-list__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .p-product-list__title {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
@media screen and (max-width: 834px) {
  .p-product-list__title {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.--lower .p-product-list__title {
  font-weight: 500;
}
@media screen and (min-width: 835px) {
  .--lower .p-product-list__title {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .--lower .p-product-list__title {
    font-size: clamp(12.75px, 4vw, 16.5px);
  }
}
.p-product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-product-title {
    margin-bottom: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-product-title {
    margin-bottom: min(4.267vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .p-product-title > i {
    width: min(4.832vw, 72.6px);
    margin-right: min(0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-product-title > i {
    width: min(14.933vw, 61.6px);
    margin-right: min(3.2vw, 13.2px);
  }
}
.p-product-title > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .p-product-title > span {
    font-size: clamp(27.2px, 2.343vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-product-title > span {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}

.p-case-category__wrapper {
  background-color: #f5f7fa;
}
@media screen and (min-width: 835px) {
  .p-case-category__wrapper {
    border-radius: min(1.464vw, 22px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: min(2.05vw, 30.8px) min(4.392vw, 66px) min(2.05vw, 30.8px) min(2.928vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-case-category__wrapper {
    border-radius: min(5.333vw, 22px);
    padding: min(6.4vw, 26.4px) min(5.333vw, 22px);
  }
}
@media screen and (min-width: 835px) {
  .p-case-category__heading {
    padding-right: min(2.928vw, 44px);
    margin-right: min(2.928vw, 44px);
    border-right: #e6e6e6 solid 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .p-case-category__heading {
    border-bottom: #e6e6e6 solid 1px;
    padding-bottom: min(4.267vw, 17.6px);
    margin-bottom: min(7.467vw, 30.8px);
  }
}
.p-case-category__heading > span {
  color: #131313;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-case-category__heading > span {
    font-size: clamp(18.7px, 1.611vw, 24.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-case-category__heading > span {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-case-category__heading > span > small {
  font-family: "Inter", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 835px) {
  .p-case-category__heading > span > small {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-case-category__heading > span > small {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
@media screen and (min-width: 835px) {
  .p-case-category {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-case-slider__container {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-case-slider__item {
    padding-right: min(2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-case-slider__item {
    padding-right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .p-case-slider__item {
    padding-right: min(7.467vw, 30.8px);
  }
}
@media screen and (min-width: 835px) {
  .is-unslider .p-case-slider__item {
    width: min(26.0614934114vw, 450px);
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .is-unslider .p-case-slider__item {
    width: 36.5269461078vw;
  }
}
@media screen and (max-width: 540px) {
  .is-unslider .p-case-slider__item {
    width: 83.7333333333vw;
  }
}
.p-case-slider__item__inner {
  -webkit-transition: translate 0.55s cubic-bezier(0, 0.59, 0, 0.97);
  transition: translate 0.55s cubic-bezier(0, 0.59, 0, 0.97);
}
@media screen and (min-width: 835px) {
  .p-case-slider__arrow {
    top: 6.149341142vw;
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .p-case-slider__arrow {
    top: 9.375vw;
  }
}
@media screen and (max-width: 540px) {
  .p-case-slider__arrow {
    top: 22.9333333333vw;
  }
}
@media screen and (min-width: 835px) {
  .p-case-slider__arrow.--next {
    right: 10.980966325vw;
  }
}
@media screen and (min-width: 835px) and (min-width: 1920px) {
  .p-case-slider__arrow.--next {
    right: 10.4166666667vw;
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .p-case-slider__arrow.--next {
    right: 17.1875vw;
  }
}
@media screen and (max-width: 540px) {
  .p-case-slider__arrow.--next {
    right: 2.1333333333vw;
  }
}
@media screen and (min-width: 835px) {
  .p-case-slider__arrow.--prev {
    left: calc(min(2.928vw, 44px) * -1);
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .p-case-slider__arrow.--prev {
    left: -3.125vw;
  }
}
@media screen and (max-width: 540px) {
  .p-case-slider__arrow.--prev {
    left: calc(min(9.6vw, 39.6px) * -1);
  }
}

.p-blog-title__flex > *:first-child {
  margin-top: 0;
}
.p-blog-title__flex > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .p-blog-title__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 835px) {
  .p-blog-title__flex > .c-button {
    margin: 0;
  }
}
@media screen and (max-width: 834px) {
  .p-blog-title__flex > .c-button {
    margin: min(8.533vw, 35.2px) 0 0;
  }
}
.p-blog-title__flex__inner > *:first-child {
  margin-top: 0;
}
.p-blog-title__flex__inner > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .p-blog-title {
    margin-bottom: min(3.514vw, 52.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-blog-title {
    margin-bottom: min(9.6vw, 39.6px);
  }
}
.p-blog-title > span {
  font-weight: 500;
}
@media screen and (min-width: 835px) {
  .p-blog-title > span {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    margin-left: clamp(6.8px, 0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-blog-title > span {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
    margin-left: clamp(3.4px, 0.293vw, 4.4px);
  }
}
.p-blog-title__tag {
  font-weight: 500;
}
.p-blog-title__tag__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.p-blog-title__tag__wrapper::before {
  content: "";
  aspect-ratio: 1;
  background-image: url("../img/common/icon_tag.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .p-blog-title__tag__wrapper::before {
    width: clamp(17px, 1.464vw, 22px);
    margin-right: clamp(5.1px, 0.439vw, 6.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-blog-title__tag__wrapper::before {
    width: clamp(17px, 5.333vw, 22px);
    margin-right: clamp(5.1px, 1.6vw, 6.6px);
  }
}
@media screen and (min-width: 835px) {
  .p-blog-title__tag {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-blog-title__tag {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-blog-title__tag:not(:last-child)::after {
  content: "or";
  color: #acacac;
  margin: 0 0.25em;
  display: inline-block;
  pointer-events: none;
  cursor: default;
}
.p-blog-slider__container {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-blog-slider__item {
    padding-right: min(2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-blog-slider__item {
    padding-right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .p-blog-slider__item {
    padding-right: min(7.467vw, 30.8px);
  }
}
@media screen and (min-width: 835px) {
  .is-unslider .p-blog-slider__item {
    width: min(26.0614934114vw, 450px);
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .is-unslider .p-blog-slider__item {
    width: 36.5269461078vw;
  }
}
@media screen and (max-width: 540px) {
  .is-unslider .p-blog-slider__item {
    width: 83.7333333333vw;
  }
}
.p-blog-slider__item__inner {
  -webkit-transition: translate 0.55s cubic-bezier(0, 0.59, 0, 0.97);
  transition: translate 0.55s cubic-bezier(0, 0.59, 0, 0.97);
}
@media screen and (min-width: 835px) {
  .p-blog-slider__arrow {
    top: 6.149341142vw;
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .p-blog-slider__arrow {
    top: 9.375vw;
  }
}
@media screen and (max-width: 540px) {
  .p-blog-slider__arrow {
    top: 22.9333333333vw;
  }
}
@media screen and (min-width: 835px) {
  .p-blog-slider__arrow.--next {
    right: 10.980966325vw;
  }
}
@media screen and (min-width: 835px) and (min-width: 1920px) {
  .p-blog-slider__arrow.--next {
    right: 10.4166666667vw;
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .p-blog-slider__arrow.--next {
    right: 17.1875vw;
  }
}
@media screen and (max-width: 540px) {
  .p-blog-slider__arrow.--next {
    right: 2.1333333333vw;
  }
}
@media screen and (min-width: 835px) {
  .p-blog-slider__arrow.--prev {
    left: calc(min(2.928vw, 44px) * -1);
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .p-blog-slider__arrow.--prev {
    left: -3.125vw;
  }
}
@media screen and (max-width: 540px) {
  .p-blog-slider__arrow.--prev {
    left: calc(min(9.6vw, 39.6px) * -1);
  }
}
@media screen and (min-width: 835px) {
  .p-blog-search__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 835px) {
  .p-blog-search__block + .p-blog-search__block {
    margin-top: min(3.514vw, 52.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-blog-search__block + .p-blog-search__block {
    margin-top: min(8.533vw, 35.2px);
  }
}
@media screen and (min-width: 835px) {
  .p-blog-search__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 835px) {
  .p-blog-search__heading {
    width: clamp(119px, 10.249vw, 154px);
    border-right: #e6e6e6 solid 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-blog-search__heading {
    padding-bottom: min(3.2vw, 13.2px);
    margin-bottom: min(3.2vw, 13.2px);
    border-bottom: #e6e6e6 solid 1px;
  }
}
.p-blog-search__heading > span {
  color: #131313;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  display: block;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-blog-search__heading > span {
    font-size: clamp(18.7px, 1.611vw, 24.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-blog-search__heading > span {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
  }
}
.p-blog-search__heading > span > small {
  font-family: "Inter", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 835px) {
  .p-blog-search__heading > span > small {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-blog-search__heading > span > small {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-blog-search__form {
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  color: #131313;
  line-height: 1.5;
  border: #ffffff solid 2px;
  display: block;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (min-width: 835px) {
  .p-blog-search__form {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    border-radius: min(0.439vw, 6.6px);
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-blog-search__form {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    border-radius: min(1.6vw, 6.6px);
    padding: 1em;
  }
}
.p-blog-search__form:focus, .p-blog-search__form:focus-within, .p-blog-search__form:focus-visible {
  border-color: #003ac1;
  outline: none;
}
.p-blog-search__tag {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.p-blog-search__tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 835px) {
  .p-blog-search__tag__list {
    gap: min(0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-blog-search__tag__list {
    gap: min(3.2vw, 13.2px);
  }
}
.p-blog-search__tag__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.p-blog-search__tag__wrap span:last-child {
  color: #131313;
}
@media screen and (min-width: 835px) {
  .p-blog-search__tag__wrap span:last-child {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-blog-search__tag__wrap span:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-blog-search__tag__v {
  border: #e6e6e6 solid 1px;
  background-color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .p-blog-search__tag__v {
    width: clamp(17px, 1.464vw, 22px);
    height: clamp(17px, 1.464vw, 22px);
    margin-right: min(0.439vw, 6.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-blog-search__tag__v {
    width: min(5.333vw, 22px);
    height: min(5.333vw, 22px);
    margin-right: min(1.6vw, 6.6px);
  }
}
.p-blog-search__tag__v::before {
  content: "";
  border-top: solid 2px #131313;
  border-right: solid 2px #131313;
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  .p-blog-search__tag__v::before {
    width: clamp(7.65px, 0.659vw, 9.9px);
    height: clamp(4.25px, 0.366vw, 5.5px);
    top: clamp(5.1px, 0.439vw, 6.6px);
    left: clamp(4.25px, 0.366vw, 5.5px);
  }
}
@media screen and (max-width: 834px) {
  .p-blog-search__tag__v::before {
    width: min(2.4vw, 9.9px);
    height: min(1.333vw, 5.5px);
    top: min(1.6vw, 6.6px);
    left: min(1.333vw, 5.5px);
  }
}
.p-blog-search__tag:checked + .p-blog-search__tag__v::before {
  opacity: 1;
}
@media screen and (min-width: 835px) {
  .p-blog-search__button {
    margin-top: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-blog-search__button {
    margin-top: min(10.667vw, 44px);
  }
}

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

.u-color {
  /* 案件によって必要なサブカラーを追加する
  &--sub-1{
    color: $sub-1;
  }
  &--sub-1{
    color: $sub-1;
  }
  */
}
.u-color--accent {
  color: #003ac1;
}
.u-color--main {
  color: #f5f7fa;
}
.u-color--base {
  color: #ffffff;
}
.u-color--text {
  color: #131313;
}
.u-color--text-second {
  color: #464646;
}
.u-color--text-third {
  color: #b5b5b5;
}
.u-color--text-white {
  color: #ffffff;
}
.u-color--text-link {
  color: #346cf0;
}
.u-color--text-placeholder {
  color: #acacac;
}
.u-color--text-alert {
  color: #e56767;
}
.u-color--border {
  border: 1px solid #e6e6e6;
}
.u-color--bg-white {
  background-color: #ffffff;
}
.u-color--bg-blue {
  background-color: #1593d6;
}
.u-color--bg-gray {
  background-color: #f5f7fa;
}
.u-color--bg-alert {
  background-color: #fceded;
}

.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 (min-width: 1681px) {
  .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;
  }
}
.u-m-0 {
  margin: 0 !important;
}
.u-m-auto {
  margin: auto !important;
}
.u-m-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.u-m-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-m-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.u-mt-100 {
  margin-top: min(7.321vw, 110px);
}
.u-mt-120 {
  margin-top: min(8.785vw, 132px);
}
.u-mt-160 {
  margin-top: min(11.713vw, 176px);
}
.u-mt-200 {
  margin-top: min(14.641vw, 220px);
}
@media screen and (max-width: 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(7.321vw, 110px);
}
.u-mr-120 {
  margin-right: min(8.785vw, 132px);
}
.u-mr-160 {
  margin-right: min(11.713vw, 176px);
}
.u-mr-200 {
  margin-right: min(14.641vw, 220px);
}
@media screen and (max-width: 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(7.321vw, 110px);
}
.u-mb-120 {
  margin-bottom: min(8.785vw, 132px);
}
.u-mb-160 {
  margin-bottom: min(11.713vw, 176px);
}
.u-mb-200 {
  margin-bottom: min(14.641vw, 220px);
}
@media screen and (max-width: 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(7.321vw, 110px);
}
.u-ml-120 {
  margin-left: min(8.785vw, 132px);
}
.u-ml-160 {
  margin-left: min(11.713vw, 176px);
}
.u-ml-200 {
  margin-left: min(14.641vw, 220px);
}
@media screen and (max-width: 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.293vw, 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.293vw, 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.293vw, 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.293vw, 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.586vw, 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.586vw, 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.586vw, 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.586vw, 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.878vw, 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.878vw, 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.878vw, 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.878vw, 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.171vw, 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.171vw, 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.171vw, 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.171vw, 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.464vw, 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.464vw, 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.464vw, 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.464vw, 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.757vw, 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.757vw, 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.757vw, 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.757vw, 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(2.05vw, 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(2.05vw, 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(2.05vw, 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(2.05vw, 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.343vw, 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.343vw, 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.343vw, 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.343vw, 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.635vw, 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.635vw, 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.635vw, 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.635vw, 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.928vw, 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.928vw, 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.928vw, 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.928vw, 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.221vw, 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.221vw, 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.221vw, 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.221vw, 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.514vw, 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.514vw, 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.514vw, 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.514vw, 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.807vw, 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.807vw, 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.807vw, 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.807vw, 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(4.1vw, 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(4.1vw, 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(4.1vw, 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(4.1vw, 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.392vw, 66px) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-60 {
    margin-top: min(16vw, 66px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mr-80 {
  margin-right: min(5.857vw, 88px) !important;
}
@media screen and (max-width: 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.293vw, 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.293vw, 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.293vw, 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.293vw, 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.586vw, 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.586vw, 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.586vw, 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.586vw, 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.878vw, 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.878vw, 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.878vw, 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.878vw, 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.171vw, 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.171vw, 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.171vw, 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.171vw, 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.464vw, 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.464vw, 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.464vw, 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.464vw, 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.757vw, 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.757vw, 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.757vw, 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.757vw, 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(2.05vw, 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(2.05vw, 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(2.05vw, 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(2.05vw, 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.343vw, 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.343vw, 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.343vw, 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.343vw, 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.635vw, 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.635vw, 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.635vw, 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.635vw, 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.928vw, 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.928vw, 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.928vw, 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.928vw, 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.221vw, 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.221vw, 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.221vw, 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.221vw, 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.514vw, 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.514vw, 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.514vw, 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.514vw, 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.807vw, 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.807vw, 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.807vw, 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.807vw, 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(4.1vw, 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(4.1vw, 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(4.1vw, 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(4.1vw, 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.392vw, 66px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-60 {
    padding-top: min(16vw, 66px) !important;
  }
}

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

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

.u-pr-60 {
  padding-right: min(4.392vw, 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: 2;
}
@media screen and (min-width: 835px) {
  .u-text {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .u-text {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.u-text.--lead {
  color: #131313;
  font-weight: 500 !important;
}
.u-text.--bold {
  font-weight: 700 !important;
}
.u-text.--medium {
  font-weight: 500 !important;
}
.u-text.--normal {
  font-weight: 400 !important;
}
.u-text.--notice {
  color: #7b7b7b;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
@media screen and (min-width: 835px) {
  .u-text.--notice {
    font-size: clamp(10.2px, 0.878vw, 13.2px) !important;
    margin-top: min(0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .u-text.--notice {
    font-size: clamp(10.2px, 3.2vw, 13.2px) !important;
    margin-top: min(3.2vw, 13.2px);
  }
}
.u-text--size.--lg {
  color: #131313;
  font-weight: 700;
  font-size: clamp(27.2px, 2.343vw, 35.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size.--lg {
    font-size: clamp(20.4px, 6.4vw, 26.4px) !important;
  }
}
.u-text--size.--md {
  font-size: clamp(13.6px, 1.171vw, 17.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size.--md {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size.--sm {
  font-size: clamp(11.9px, 1.025vw, 15.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size.--sm {
    font-size: clamp(11.9px, 3.733vw, 15.4px) !important;
  }
}
.u-text--size.--xsm {
  font-size: clamp(10.2px, 0.878vw, 13.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size.--xsm {
    font-size: clamp(10.2px, 3.2vw, 13.2px) !important;
  }
}

.u-textlink {
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .u-textlink {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .u-textlink {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
.u-textlink.--arrow {
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .u-textlink.--arrow {
    padding-left: min(6.4vw, 26.4px);
  }
}
.u-textlink.--arrow svg {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0;
}
.u-textlink.--arrow.--prev svg {
  margin-right: 0.5em;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-wid-1000 {
  width: min(73.206vw, 1100px) !important;
  min-width: min(73.206vw, 1100px) !important;
}
@media screen and (max-width: 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.732vw, 11px) !important;
    min-width: min(0.732vw, 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.464vw, 22px) !important;
    min-width: min(1.464vw, 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.196vw, 33px) !important;
    min-width: min(2.196vw, 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.928vw, 44px) !important;
    min-width: min(2.928vw, 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.66vw, 55px) !important;
    min-width: min(3.66vw, 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.392vw, 66px) !important;
    min-width: min(4.392vw, 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(5.124vw, 77px) !important;
    min-width: min(5.124vw, 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.857vw, 88px) !important;
    min-width: min(5.857vw, 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.589vw, 99px) !important;
    min-width: min(6.589vw, 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(7.321vw, 110px) !important;
    min-width: min(7.321vw, 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(8.053vw, 121px) !important;
    min-width: min(8.053vw, 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.785vw, 132px) !important;
    min-width: min(8.785vw, 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.517vw, 143px) !important;
    min-width: min(9.517vw, 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(10.249vw, 154px) !important;
    min-width: min(10.249vw, 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.981vw, 165px) !important;
    min-width: min(10.981vw, 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.713vw, 176px) !important;
    min-width: min(11.713vw, 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(12.445vw, 187px) !important;
    min-width: min(12.445vw, 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(13.177vw, 198px) !important;
    min-width: min(13.177vw, 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.909vw, 209px) !important;
    min-width: min(13.909vw, 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(14.641vw, 220px) !important;
    min-width: min(14.641vw, 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(15.373vw, 231px) !important;
    min-width: min(15.373vw, 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(16.105vw, 242px) !important;
    min-width: min(16.105vw, 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(16.837vw, 253px) !important;
    min-width: min(16.837vw, 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(17.57vw, 264px) !important;
    min-width: min(17.57vw, 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(18.302vw, 275px) !important;
    min-width: min(18.302vw, 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(19.034vw, 286px) !important;
    min-width: min(19.034vw, 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(19.766vw, 297px) !important;
    min-width: min(19.766vw, 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(20.498vw, 308px) !important;
    min-width: min(20.498vw, 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(21.23vw, 319px) !important;
    min-width: min(21.23vw, 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(21.962vw, 330px) !important;
    min-width: min(21.962vw, 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(22.694vw, 341px) !important;
    min-width: min(22.694vw, 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(23.426vw, 352px) !important;
    min-width: min(23.426vw, 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(24.158vw, 363px) !important;
    min-width: min(24.158vw, 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(24.89vw, 374px) !important;
    min-width: min(24.89vw, 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(25.622vw, 385px) !important;
    min-width: min(25.622vw, 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(26.354vw, 396px) !important;
    min-width: min(26.354vw, 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(27.086vw, 407px) !important;
    min-width: min(27.086vw, 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(27.818vw, 418px) !important;
    min-width: min(27.818vw, 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(28.551vw, 429px) !important;
    min-width: min(28.551vw, 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(29.283vw, 440px) !important;
    min-width: min(29.283vw, 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;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    visibility: visible;
    translate: 0 10px;
    opacity: 0;
  }
  100% {
    visibility: visible;
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    visibility: visible;
    translate: 0 10px;
    opacity: 0;
  }
  100% {
    visibility: visible;
    translate: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    visibility: visible;
    translate: 0 -10px;
    opacity: 0;
  }
  100% {
    visibility: visible;
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    visibility: visible;
    translate: 0 -10px;
    opacity: 0;
  }
  100% {
    visibility: visible;
    translate: 0 0;
    opacity: 1;
  }
}
.u-anim--load {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.u-anim--load.is-loaded {
  opacity: 1;
}
.u-anim--blur {
  -webkit-filter: blur(1em);
          filter: blur(1em);
  opacity: 0;
  -webkit-transition: 0.85s cubic-bezier(0, 0.08, 0.23, 0.94);
  transition: 0.85s cubic-bezier(0, 0.08, 0.23, 0.94);
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  will-change: auto;
}
.u-anim--blur.is-visited {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
@media screen and (min-width: 835px) {
  .u-anim--blur--pc {
    -webkit-filter: blur(1em);
            filter: blur(1em);
    opacity: 0;
    -webkit-transition: 0.85s cubic-bezier(0, 0.08, 0.23, 0.94);
    transition: 0.85s cubic-bezier(0, 0.08, 0.23, 0.94);
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    will-change: auto;
  }
  .u-anim--blur--pc.is-visited {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@media screen and (max-width: 834px) {
  .u-anim--blur--sp {
    -webkit-filter: blur(1em);
            filter: blur(1em);
    opacity: 0;
    -webkit-transition: 0.85s cubic-bezier(0, 0.08, 0.23, 0.94);
    transition: 0.85s cubic-bezier(0, 0.08, 0.23, 0.94);
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    will-change: auto;
  }
  .u-anim--blur--sp.is-visited {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
.u-anim--fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.u-anim--fadeIn.is-visited {
  opacity: 1;
}
@media screen and (min-width: 835px) {
  .u-anim--fadeIn--pc {
    opacity: 0;
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
  }
  .u-anim--fadeIn--pc.is-visited {
    opacity: 1;
  }
}
@media screen and (max-width: 834px) {
  .u-anim--fadeIn--sp {
    opacity: 0;
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
  }
  .u-anim--fadeIn--sp.is-visited {
    opacity: 1;
  }
}
.u-anim--fadeInUp {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.u-anim--fadeInUp.is-visited {
  -webkit-animation: fadeInUp 0.85s cubic-bezier(0, 0.08, 0.23, 0.94) forwards;
          animation: fadeInUp 0.85s cubic-bezier(0, 0.08, 0.23, 0.94) forwards;
  pointer-events: auto;
}
@media screen and (min-width: 835px) {
  .u-anim--fadeInUp--pc {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .u-anim--fadeInUp--pc.is-visited {
    -webkit-animation: fadeInUp 0.85s cubic-bezier(0, 0.08, 0.23, 0.94) forwards;
            animation: fadeInUp 0.85s cubic-bezier(0, 0.08, 0.23, 0.94) forwards;
    pointer-events: auto;
  }
}
@media screen and (max-width: 834px) {
  .u-anim--fadeInUp--sp {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .u-anim--fadeInUp--sp.is-visited {
    -webkit-animation: fadeInUp 0.85s cubic-bezier(0, 0.08, 0.23, 0.94) forwards;
            animation: fadeInUp 0.85s cubic-bezier(0, 0.08, 0.23, 0.94) forwards;
    pointer-events: auto;
  }
}
.u-anim--fadeInDown {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.u-anim--fadeInDown.is-visited {
  -webkit-animation: fadeInDown 0.85s cubic-bezier(0, 0.08, 0.23, 0.94) forwards;
          animation: fadeInDown 0.85s cubic-bezier(0, 0.08, 0.23, 0.94) forwards;
  pointer-events: auto;
}
@media screen and (min-width: 835px) {
  .u-anim--fadeInDown--pc {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .u-anim--fadeInDown--pc.is-visited {
    -webkit-animation: fadeInDown 0.85s cubic-bezier(0, 0.08, 0.23, 0.94) forwards;
            animation: fadeInDown 0.85s cubic-bezier(0, 0.08, 0.23, 0.94) forwards;
    pointer-events: auto;
  }
}
@media screen and (max-width: 834px) {
  .u-anim--fadeInDown--sp {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .u-anim--fadeInDown--sp.is-visited {
    -webkit-animation: fadeInDown 0.85s cubic-bezier(0, 0.08, 0.23, 0.94) forwards;
            animation: fadeInDown 0.85s cubic-bezier(0, 0.08, 0.23, 0.94) forwards;
    pointer-events: auto;
  }
}
.u-anim--delay--1 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.u-anim--delay--2 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.u-anim--delay--3 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.u-anim--delay--4 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.u-anim--delay--5 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
@media screen and (min-width: 835px) {
  .u-anim--delay--pc--1 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .u-anim--delay--pc--2 {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .u-anim--delay--pc--3 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .u-anim--delay--pc--4 {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .u-anim--delay--pc--5 {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
}
@media screen and (max-width: 834px) {
  .u-anim--delay--sp--1 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .u-anim--delay--sp--2 {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .u-anim--delay--sp--3 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .u-anim--delay--sp--4 {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .u-anim--delay--sp--5 {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
}