@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;
}

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: #34383c;
  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.05px, 0.952vw, 14.3px);
  }
}
@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.45s ease;
  transition: all 0.45s ease;
}
a img {
  -webkit-transition: 0.45s ease;
  transition: 0.45s 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;
  }
}

i[class^=fa] {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

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

p {
  line-height: 1.8;
}
@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: #009ee7;
  text-decoration: underline;
}
@media (hover: hover) {
  p a:hover,
  td a:hover,
  th a:hover,
  blockquote a:hover {
    color: #579bc6;
    text-decoration: none;
  }
}

hr {
  height: 1px;
  background-color: #dddddd;
  border: none;
}
@media screen and (min-width: 835px) {
  hr {
    margin: min(1.464vw, 22px) 0;
  }
}
@media screen and (max-width: 834px) {
  hr {
    margin: min(5.333vw, 22px) 0;
  }
}

.l-header {
  width: 100%;
  height: clamp(90.1px, 7.76vw, 116.6px);
  background-color: rgba(255, 255, 255, 0);
  font-weight: 500;
  position: fixed;
  top: 0;
  z-index: 20;
  -webkit-transition: background-color 0.45s ease, opacity 0.45s ease;
  transition: background-color 0.45s ease, opacity 0.45s ease;
  opacity: 1;
}
@media screen and (max-width: 1194px) {
  .l-header {
    height: clamp(74.8px, 6.442vw, 96.8px);
  }
  .l-header.is-active {
    background-color: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
@media screen and (max-width: 834px) {
  .l-header {
    height: clamp(74.8px, 23.467vw, 96.8px);
  }
}
@supports not (-webkit-backdrop-filter: blur(0)) {
  .l-header.is-scrolled {
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
}
@supports (-webkit-backdrop-filter: blur(0)) {
  .l-header.is-scrolled {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
@media screen and (min-width: 1195px) {
  .l-header.is-scrolled {
    height: clamp(52.7px, 4.539vw, 68.2px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header.is-scrolled.is-active {
    background-color: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
.l-header.is-hide {
  opacity: 0;
  pointer-events: none;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  opacity: 1;
}
@media screen and (min-width: 835px) {
  .l-header__inner {
    height: clamp(90.1px, 7.76vw, 116.6px);
    padding: 0 min(3.294vw, 49.5px);
  }
}
@media screen and (min-width: 835px) and (min-width: 1195px) {
  .is-scrolled .l-header__inner {
    height: clamp(52.7px, 4.539vw, 68.2px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__inner {
    height: clamp(74.8px, 6.442vw, 96.8px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__inner {
    height: clamp(74.8px, 23.467vw, 96.8px);
    padding-left: min(8vw, 33px);
    padding-right: min(4.8vw, 19.8px);
  }
}
@media screen and (min-width: 1195px) {
  .l-header__logo {
    margin-top: min(2.05vw, 30.8px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__logo {
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
  }
  .is-active .l-header__logo {
    opacity: 0;
  }
}
.l-header__logo a {
  display: block;
}
@media screen and (min-width: 835px) {
  .l-header__logo a {
    width: clamp(146.2px, 12.592vw, 189.2px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__logo a {
    width: min(38.4vw, 158.4px);
  }
}
@media (hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.6;
  }
}
.l-header__logo a svg path,
.l-header__logo a svg rect {
  fill: #009ee7;
  -webkit-transition: fill 0.45s ease;
  transition: fill 0.45s ease;
}
.--index .l-header__logo a svg path,
.--index .l-header__logo a svg rect {
  fill: #ffffff;
}
@media screen and (min-width: 1195px) {
  .is-scrolled .l-header__logo {
    margin-top: 0;
  }
}
@media screen and (min-width: 1195px) {
  .is-scrolled .l-header__logo a {
    width: clamp(111.35px, 9.59vw, 144.1px);
    -webkit-transition: width 0.45s ease;
    transition: width 0.45s ease;
  }
}
.is-scrolled .l-header__logo a svg path,
.is-scrolled .l-header__logo a svg rect {
  fill: #009ee7;
}
.l-header__nav {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  place-items: center;
}
@media screen and (min-width: 1195px) {
  .l-header__nav {
    margin-top: min(3.221vw, 48.4px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav {
    width: 100%;
    display: block;
  }
}
.is-scrolled .l-header__nav {
  margin-top: 0;
}
@media screen and (min-width: 1195px) {
  .l-header__nav__wrapper {
    display: block !important;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__wrapper {
    display: none;
    width: 100%;
    height: 100vh;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    background: linear-gradient(45deg, rgba(191, 211, 219, 0.95) 0%, rgba(244, 248, 250, 0.95) 25%, rgba(219, 228, 232, 0.95) 55%, rgba(244, 248, 250, 0.95) 85%, rgba(222, 231, 235, 0.95) 100%);
    padding-top: min(12.079vw, 181.5px);
    padding-bottom: min(12.079vw, 181.5px);
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__wrapper {
    padding-top: min(44vw, 181.5px);
    padding-bottom: min(26.667vw, 110px);
  }
}
@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;
  }
}
@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);
  }
}
.l-header__nav__item {
  position: relative;
}
@media screen and (min-width: 1195px) {
  .l-header__nav__item {
    height: min(3.514vw, 52.8px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-header__nav__item.js-menu::before, .l-header__nav__item.js-menu::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.45s ease-in-out;
    transition: opacity 0.45s ease-in-out;
  }
  .l-header__nav__item.js-menu::before {
    width: 100%;
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    left: 0;
  }
  .l-header__nav__item.js-menu::after {
    width: min(0.717vw, 10.78px);
    background-image: url("/assets/img/common/header_nav_scraps.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    left: 100%;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__item {
    width: 100%;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  .l-header__nav__item:not(:last-child) {
    border-bottom: rgba(43, 57, 72, 0.1) solid 1px;
    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);
  }
}
.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;
  }
  .l-header__nav__item:hover .l-header__head,
  .l-header__nav__item:hover .l-header__link {
    color: #579bc6 !important;
  }
  .l-header__nav__item:hover .l-header__head::after,
  .l-header__nav__item:hover .l-header__link::after {
    color: #579bc6;
  }
  .l-header__nav__item:hover .l-header__head::after {
    content: "\f068";
  }
}
@media screen and (min-width: 1195px) {
  .l-header__nav__sub {
    margin-left: min(2.928vw, 44px);
  }
}
@media screen and (min-width: 1195px) and (min-width: 1681px) {
  .l-header__nav__sub {
    margin-left: min(7.321vw, 110px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__sub {
    margin-top: min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__sub {
    margin-top: min(5.333vw, 22px);
  }
}
.l-header__nav__sub__company {
  -webkit-transition: color 0.45s ease;
  transition: color 0.45s ease;
}
@media screen and (min-width: 1195px) {
  .l-header__nav__sub__company {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
    text-align: right;
  }
}
@media screen and (min-width: 1195px) and (min-width: 1281px) {
  .l-header__nav__sub__company {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__sub__company {
    position: absolute;
    color: #009ee7;
    top: min(2.343vw, 35.2px);
    left: min(2.928vw, 44px);
    text-align: left;
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__sub__company {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    top: min(8.533vw, 35.2px);
    left: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 1195px) {
  .--index .l-header__nav__sub__company {
    color: #ffffff;
  }
}
.is-scrolled .l-header__nav__sub__company {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media screen and (min-width: 1195px) {
  .is-scrolled .l-header__nav__sub__company {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}
.l-header__nav__sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1195px) {
  .l-header__nav__sub__list {
    margin-top: min(0.878vw, 13.2px);
    -webkit-column-gap: min(0.878vw, 13.2px);
       -moz-column-gap: min(0.878vw, 13.2px);
            column-gap: min(0.878vw, 13.2px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__sub__list {
    -webkit-column-gap: min(1.464vw, 22px);
       -moz-column-gap: min(1.464vw, 22px);
            column-gap: min(1.464vw, 22px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__sub__list {
    -webkit-column-gap: min(3.2vw, 13.2px);
       -moz-column-gap: min(3.2vw, 13.2px);
            column-gap: min(3.2vw, 13.2px);
  }
}
.is-scrolled .l-header__nav__sub__list {
  margin-top: 0;
}
.l-header__nav__sub__item {
  position: relative;
}
.l-header__nav__sub__item.js-lang-menu {
  cursor: pointer;
}
@media (hover: hover) {
  .l-header__nav__sub__item.js-lang-menu:hover .l-header__nav__sub__button.--lang {
    background-color: rgb(52, 56, 60);
    border-color: #34383c;
  }
  .l-header__nav__sub__item.js-lang-menu:hover .l-header__nav__sub__button.--lang > span {
    color: #ffffff;
  }
}
.l-header__nav__sub__button {
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.75em;
}
@media screen and (min-width: 1195px) {
  .l-header__nav__sub__button {
    height: clamp(27.2px, 2.343vw, 35.2px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__sub__button {
    height: clamp(39.1px, 3.367vw, 50.6px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__sub__button {
    height: clamp(39.1px, 12.267vw, 50.6px);
  }
}
.l-header__nav__sub__button.--inquiry {
  background-color: #009ee7;
  color: #ffffff;
  -webkit-transition: background-color 0.45s ease;
  transition: background-color 0.45s ease;
}
@media (hover: hover) {
  .l-header__nav__sub__button.--inquiry:hover {
    background-color: #579bc6;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__nav__sub__button.--inquiry {
    width: clamp(100.3px, 8.638vw, 129.8px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__sub__button.--inquiry {
    width: clamp(170px, 14.641vw, 220px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__sub__button.--inquiry {
    max-width: clamp(151.3px, 47.467vw, 195.8px);
    min-width: clamp(102px, 32vw, 132px);
  }
}
@media screen and (min-width: 835px) {
  .l-header__nav__sub__button.--inquiry > span {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__sub__button.--inquiry > span {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__sub__button.--inquiry > span {
    font-size: clamp(12.75px, 4vw, 16.5px);
  }
}
.l-header__nav__sub__button.--lang {
  background-color: rgba(52, 56, 60, 0);
  border: #34383c solid 1px;
  -webkit-transition: background-color 0.45s ease, border-color 0.45s ease;
  transition: background-color 0.45s ease, border-color 0.45s ease;
}
@media screen and (min-width: 1195px) {
  .l-header__nav__sub__button.--lang {
    min-width: clamp(56.1px, 4.832vw, 72.6px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__sub__button.--lang {
    min-width: clamp(136px, 11.713vw, 176px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__sub__button.--lang {
    min-width: clamp(86.7px, 27.2vw, 112.2px);
  }
}
.l-header__nav__sub__button.--lang > span {
  color: #34383c;
  -webkit-transition: color 0.45s ease;
  transition: color 0.45s ease;
}
@media screen and (min-width: 835px) {
  .l-header__nav__sub__button.--lang > span {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__sub__button.--lang > span {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__sub__button.--lang > span {
    font-size: clamp(12.75px, 4vw, 16.5px);
  }
}
.l-header__nav__sub__button.--lang > span > i {
  margin-right: 0.285em;
  margin-left: 0;
}
@media screen and (min-width: 835px) {
  .l-header__nav__sub__button.--lang > span > i {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__sub__button.--lang > span > i {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
@media screen and (min-width: 1195px) {
  .--index .l-header__nav__sub__button.--lang {
    border-color: #ffffff;
    color: #ffffff;
  }
  .--index .l-header__nav__sub__button.--lang > span {
    color: #ffffff;
  }
}
.is-scrolled .l-header__nav__sub__button.--lang {
  background-color: rgba(52, 56, 60, 0);
  border-color: #34383c;
  color: #34383c;
}
.is-scrolled .l-header__nav__sub__button.--lang > span {
  color: #34383c;
}
.l-header__link, .l-header__head {
  font-weight: 500;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.45s ease;
  transition: color 0.45s ease;
}
@media screen and (min-width: 1195px) {
  .l-header__link, .l-header__head {
    max-width: min(10.981vw, 165px);
    height: min(3.514vw, 52.8px);
    font-size: min(1.025vw, 15.4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 min(1.098vw, 16.5px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__link, .l-header__head {
    width: 100%;
    height: auto;
    color: #34383c !important;
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    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.45s ease;
    transition: all 0.45s ease;
    top: 0;
    right: 0;
  }
}
@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) {
  .--index .l-header__link, .--index .l-header__head {
    color: #ffffff !important;
  }
}
.is-scrolled .l-header__link, .is-scrolled .l-header__head {
  color: #34383c !important;
}
@media screen and (max-width: 1194px) {
  .l-header__link::after {
    content: "\f105";
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    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: "+";
  font-weight: 700;
  -webkit-transition: color 0.45s ease;
  transition: color 0.45s 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 {
  content: "\f068";
}
.l-header__drop {
  cursor: default;
  display: -ms-grid;
  display: grid;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.l-header__drop__wrapper {
  display: none;
}
@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(0.586vw, 8.8px);
    padding-bottom: min(2.928vw, 44px);
  }
  .l-header__drop__wrapper:has(.--lang) {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    display: none;
    -webkit-transition: none;
    transition: none;
    padding: 0 !important;
  }
  .l-header__drop__wrapper > * {
    overflow: hidden;
  }
}
@media screen and (max-width: 834px) {
  .l-header__drop__wrapper.is-active {
    padding-top: min(1.067vw, 4.4px);
    padding-bottom: min(6.933vw, 28.6px);
  }
}
@media screen and (min-width: 1195px) {
  .l-header__drop {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: min(11.713vw, 176px);
    max-height: min(73.206vw, 1100px);
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: min(3.514vw, 52.8px);
    left: 0;
    padding: min(2.343vw, 35.2px) min(1.171vw, 17.6px) min(1.464vw, 22px);
    row-gap: min(0.878vw, 13.2px);
    grid-auto-flow: column;
    grid-template-rows: repeat(auto-fit, minmax(1em, -webkit-max-content));
    grid-template-rows: repeat(auto-fit, minmax(1em, max-content));
  }
  .l-header__drop:has(:nth-child(7)) {
    max-width: min(54.905vw, 825px);
    -ms-grid-rows: (minmax(1em, -webkit-max-content))[6];
    -ms-grid-rows: (minmax(1em, max-content))[6];
    grid-template-rows: repeat(6, minmax(1em, -webkit-max-content));
    grid-template-rows: repeat(6, minmax(1em, max-content));
    grid-template-columns: repeat(auto-fit, minmax(100px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
  }
  .l-header__drop.--lang {
    min-width: min(9.517vw, 143px);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: min(1.464vw, 22px) min(1.171vw, 17.6px) min(0.586vw, 8.8px);
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__drop.--lang {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: min(1.464vw, 22px) min(1.464vw, 22px) min(0.878vw, 13.2px);
    row-gap: min(1.464vw, 22px);
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 834px) {
  .l-header__drop.--lang {
    padding: min(3.2vw, 13.2px) min(2.133vw, 8.8px) min(1.067vw, 4.4px);
    row-gap: min(3.2vw, 13.2px);
  }
}
@media screen and (min-width: 1195px) {
  .l-header__drop__container:has(.--lang) {
    position: absolute;
    top: min(2.196vw, 33px);
    right: 0;
    padding-top: min(0.878vw, 13.2px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__drop__container:has(.--lang) {
    overflow: visible;
    padding-top: min(0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__drop__container:has(.--lang) {
    padding-top: min(2.133vw, 8.8px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__drop {
    width: 100%;
    row-gap: min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__drop {
    row-gap: min(6.933vw, 28.6px);
  }
}
@media screen and (min-width: 1195px) {
  .l-header__drop__item:not(:last-child) {
    border-bottom: rgba(43, 57, 72, 0.1) solid 1px;
  }
}
@media screen and (max-width: 1194px) {
  .--lang .l-header__drop__item:not(:last-child) {
    border-bottom: rgba(43, 57, 72, 0.1) solid 1px;
  }
}
.l-header__drop__item a,
.l-header__drop__item button {
  font-weight: 500;
  display: block;
  position: relative;
  -webkit-transition: color 0.45s ease;
  transition: color 0.45s ease;
}
@media screen and (min-width: 1195px) {
  .l-header__drop__item a,
  .l-header__drop__item button {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
    padding-bottom: min(0.878vw, 13.2px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__drop__item a,
  .l-header__drop__item button {
    padding-bottom: 0;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 834px) {
  .l-header__drop__item a,
  .l-header__drop__item button {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
@media (hover: hover) {
  .l-header__drop__item a:hover,
  .l-header__drop__item button:hover {
    color: #579bc6;
  }
}
.--lang .l-header__drop__item a,
.--lang .l-header__drop__item button {
  text-align: center;
}
@media screen and (max-width: 1194px) {
  .--lang .l-header__drop__item a,
  .--lang .l-header__drop__item button {
    padding-right: 0;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__drop__item a {
    padding-right: 2.5em;
  }
  .l-header__drop__item a::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\f105";
    position: absolute;
    top: 0.175em;
    right: 0;
  }
}
@media screen and (min-width: 1195px) and (min-width: 1195px) {
  .l-header__drop__item a::after {
    font-size: 80%;
    color: #d4d7da;
  }
}
@media screen and (min-width: 1195px) and (max-width: 1194px) {
  .l-header__drop__item a::after {
    color: #34383c;
    right: 1px;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__drop__item a {
    padding-left: 1em;
  }
  .l-header__drop__item a::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    font-weight: 700;
    position: absolute;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    top: 0;
    right: 1px;
  }
}
@media screen and (max-width: 834px) {
  .l-header__drop__item a::after {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.l-header__drop__item button {
  width: 100%;
}
@media screen and (min-width: 1195px) {
  .l-header__drop__item button {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__drop__item button {
    text-align: center;
    padding-bottom: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__drop__item button {
    padding-bottom: min(3.2vw, 13.2px);
  }
}
.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);
    border: #34383c solid 1px;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    position: relative;
    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);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__hamburger::before, .l-header__hamburger::after {
    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.45s ease;
    transition: all 0.45s 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: "\f00d";
    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) {
  .--index .l-header__hamburger {
    border-color: #ffffff;
  }
  .--index .l-header__hamburger::before, .--index .l-header__hamburger::after {
    color: #ffffff;
  }
  .l-header__hamburger.is-active {
    border-color: #34383c;
  }
  .l-header__hamburger.is-active::before, .l-header__hamburger.is-active::after {
    color: #34383c;
  }
  .is-scrolled .l-header__hamburger {
    border-color: #34383c;
  }
  .is-scrolled .l-header__hamburger::before, .is-scrolled .l-header__hamburger::after {
    color: #34383c;
  }
}
@media (hover: hover) {
  .l-header__hamburger:hover {
    color: #009ee7;
  }
}
.l-header__hamburger.is-active::before {
  opacity: 0;
}
.l-header__hamburger.is-active::after {
  opacity: 1;
}

.l-footer {
  width: 100%;
  background-color: #1b2836;
  color: #ffffff;
  position: relative;
}
.l-footer__inner {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .l-footer__inner {
    max-width: min(85.359vw, 1282.6px);
    margin-inline: auto;
    padding-top: min(5.857vw, 88px);
    padding-bottom: min(2.928vw, 44px);
  }
}
@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-top: min(16vw, 66px);
    padding-left: min(10.667vw, 44px);
    padding-right: min(10.667vw, 44px);
    margin-bottom: min(21.333vw, 88px);
  }
}
.l-footer__logo a {
  display: block;
}
@media screen and (min-width: 835px) {
  .l-footer__logo a {
    width: min(11.713vw, 176px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__logo a {
    width: min(36.267vw, 149.6px);
    margin-inline: auto;
  }
}
@media (hover: hover) {
  .l-footer__logo a:hover {
    opacity: 0.6;
  }
}
.l-footer__logo a svg path,
.l-footer__logo a svg rect {
  fill: #ffffff;
}
.l-footer__company {
  font-weight: 500;
}
@media screen and (min-width: 835px) {
  .l-footer__company {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
    margin-top: min(2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__company {
    font-size: clamp(8.5px, 2.667vw, 11px);
    text-align: center;
    margin-top: min(1.067vw, 4.4px);
  }
}
.l-footer__tel {
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .l-footer__tel {
    margin-top: min(3.514vw, 52.8px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__tel {
    text-align: center;
    margin-top: min(8.533vw, 35.2px);
  }
}
.l-footer__tel__text {
  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__tel__text {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__tel__text {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__tel__text > svg {
  display: inline-block;
  fill: none;
  stroke: #ffffff;
  margin-right: 1em;
}
@media screen and (min-width: 835px) {
  .l-footer__tel__text > svg {
    width: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__tel__text > svg {
    width: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.l-footer__tel a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Inter", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .l-footer__tel a {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
    margin-top: min(0.293vw, 4.4px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__tel a {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-top: min(1.067vw, 4.4px);
  }
}
.l-footer__tel__time {
  display: block;
}
@media screen and (min-width: 835px) {
  .l-footer__tel__time {
    font-size: clamp(9.35px, 0.805vw, 12.1px);
    margin-top: min(0.293vw, 4.4px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__tel__time {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
    margin-top: min(1.067vw, 4.4px);
  }
}
.l-footer__mail {
  background-color: #ffffff;
  border: #ffffff solid 1px;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.45s ease ease;
  transition: background-color 0.45s ease ease;
}
@media screen and (min-width: 835px) {
  .l-footer__mail {
    width: clamp(238px, 20.498vw, 308px);
    height: clamp(53.55px, 4.612vw, 69.3px);
    margin-top: min(3.514vw, 52.8px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__mail {
    width: clamp(246.5px, 77.333vw, 319px);
    height: clamp(51px, 16vw, 66px);
    margin-top: min(10.667vw, 44px);
    margin-inline: auto;
  }
}
.l-footer__mail > span {
  color: #34383c;
  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;
  -webkit-transition: color 0.45s ease ease;
  transition: color 0.45s ease ease;
}
@media screen and (min-width: 835px) {
  .l-footer__mail > span {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__mail > span {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.l-footer__mail > span > svg {
  display: inline-block;
  fill: #34383c;
  stroke: none;
  margin-right: 0.4em;
  margin-top: 2px;
  -webkit-transition: background-color 0.45s ease ease;
  transition: background-color 0.45s ease ease;
}
@media screen and (min-width: 835px) {
  .l-footer__mail > span > svg {
    width: clamp(12.75px, 1.098vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__mail > span > svg {
    width: clamp(14.45px, 4.533vw, 18.7px);
  }
}
@media (hover: hover) {
  .l-footer__mail:hover {
    background-color: rgba(255, 255, 255, 0);
  }
  .l-footer__mail:hover > span {
    color: #ffffff;
  }
  .l-footer__mail:hover > span > svg {
    fill: #ffffff;
  }
}
@media screen and (min-width: 835px) {
  .l-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: min(5.857vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav {
    width: 100%;
  }
}
.l-footer__nav__list {
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}
@media screen and (min-width: 835px) {
  .l-footer__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: min(6.003vw, 90.2px);
       -moz-column-gap: min(6.003vw, 90.2px);
            column-gap: min(6.003vw, 90.2px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav__list {
    margin-top: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav__list > ul:not(:last-child) {
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  }
}
.l-footer__nav__item {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .l-footer__nav__item:not(:last-child) {
    margin-bottom: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav__item:not(:last-child) {
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  }
}
.l-footer__nav__item a {
  display: inline-block;
  position: relative;
}
@media (hover: hover) {
  .l-footer__nav__item a:hover {
    opacity: 0.6;
  }
}
.l-footer__nav__item > a {
  font-weight: 500;
  line-height: 1.7333333333;
}
@media screen and (min-width: 835px) {
  .l-footer__nav__item > a {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav__item > a {
    width: 100%;
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    padding: min(5.333vw, 22px) min(7.467vw, 30.8px) min(5.333vw, 22px) 0;
  }
  .l-footer__nav__item > a::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    color: #ffffff;
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: min(4.267vw, 17.6px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-footer__head {
  font-weight: 500;
  line-height: 1.7333333333;
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-footer__head {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__head {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    padding: min(5.333vw, 22px) min(7.467vw, 30.8px) min(5.333vw, 22px) 0;
  }
  .l-footer__head::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f067";
    color: #ffffff;
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: min(3.733vw, 15.4px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-footer__head.is-active::after {
  content: "\f068";
}
.l-footer__drop {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 834px) {
  .l-footer__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-footer__drop__wrapper.is-active {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    padding-top: min(1.067vw, 4.4px);
    padding-bottom: min(6.933vw, 28.6px);
  }
  .l-footer__drop__wrapper .l-footer__drop {
    overflow: hidden;
  }
}
@media screen and (min-width: 835px) {
  .l-footer__drop {
    margin-top: min(0.586vw, 8.8px);
    row-gap: min(0.439vw, 6.6px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__drop {
    row-gap: min(6.933vw, 28.6px);
  }
}
.l-footer__drop__item {
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-footer__drop__item {
    padding-left: min(0.878vw, 13.2px);
  }
  .l-footer__drop__item::before {
    content: "";
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    width: min(0.293vw, 4.4px);
    top: clamp(10.2px, 0.878vw, 13.2px);
    left: min(0.293vw, 4.4px);
  }
}
.l-footer__drop__item a {
  font-weight: 500;
  line-height: 1.7692307692;
}
@media screen and (min-width: 835px) {
  .l-footer__drop__item a {
    display: inline-block;
    font-size: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__drop__item a {
    display: block;
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    padding-left: 1em;
    padding-right: 1em;
  }
  .l-footer__drop__item a::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    font-weight: 700;
    position: absolute;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    top: 0;
    right: min(4.267vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__drop__item a::after {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.l-footer__bottom__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 835px) {
  .l-footer__bottom__menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: calc(min(3.807vw, 57.2px) * -1);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__bottom__menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: min(10.667vw, 44px);
  }
}
.l-footer__bottom__menu__item {
  line-height: 1;
}
.l-footer__bottom__menu__item:not(:last-child) {
  border-right: rgba(255, 255, 255, 0.1) solid 1px;
}
@media screen and (min-width: 835px) {
  .l-footer__bottom__menu__item:not(:last-child) {
    margin-right: min(1.464vw, 22px);
    padding-right: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__bottom__menu__item:not(:last-child) {
    margin-right: min(5.333vw, 22px);
    padding-right: min(5.333vw, 22px);
  }
}
.l-footer__bottom__menu__item > a {
  font-weight: 500;
  line-height: 1.75;
  display: inline-block;
}
@media (hover: hover) {
  .l-footer__bottom__menu__item > a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 835px) {
  .l-footer__bottom__menu__item > a {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__bottom__menu__item > a {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.l-footer__copyright {
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .l-footer__copyright {
    text-align: right;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__copyright {
    text-align: left;
  }
}
.l-footer__copyright small {
  color: #89919a;
  line-height: 1.8181818182;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .l-footer__copyright small {
    font-size: clamp(9.35px, 0.805vw, 12.1px);
    margin-top: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__copyright small {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
    margin-top: min(10.667vw, 44px);
  }
}

@-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.45s ease;
  transition: all 0.45s ease;
  overflow-x: clip;
}
.l-body__bg {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#bfd3db), to(#f4f8fa));
  background: linear-gradient(0deg, #bfd3db, #f4f8fa);
  background-size: 200% 200%;
  -webkit-animation: GradientBackground 5s ease infinite;
          animation: GradientBackground 5s ease infinite;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@keyframes GradientBackground {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}

.l-container {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  position: relative;
  z-index: 5;
}
.l-container__inner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .l-container__inner {
    max-width: min(85.359vw, 1282.6px);
  }
}
@media screen and (min-width: 835px) {
  .l-container__inner.--wide {
    max-width: min(93.704vw, 1408px);
  }
}
@media screen and (min-width: 835px) {
  .l-container__inner.--narrow {
    max-width: min(61.201vw, 919.6px);
  }
}
@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-block: min(8.785vw, 132px);
  }
}
@media screen and (max-width: 834px) {
  [class*=l-section] {
    padding-block: min(21.333vw, 88px);
  }
}
@media screen and (min-width: 835px) {
  [class*=l-section]:last-child {
    padding-bottom: min(8.785vw, 132px);
  }
}
@media screen and (max-width: 834px) {
  [class*=l-section]:last-child {
    padding-bottom: min(21.333vw, 88px);
  }
}
[class*=l-section] + [class*=l-section] {
  padding-top: 0;
}
[class*=l-section][class*=u-color--bg] {
  padding-top: min(8.785vw, 132px);
}
@media screen and (max-width: 834px) {
  [class*=l-section][class*=u-color--bg] {
    padding-top: 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;
}

.l-content {
  background-color: #ffffff;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-content {
    width: min(70.278vw, 1056px);
    border-radius: min(0.732vw, 11px);
    padding: min(5.271vw, 79.2px);
    margin-top: min(5.857vw, 88px);
    margin-bottom: min(8.785vw, 132px);
  }
}
@media screen and (max-width: 834px) {
  .l-content {
    width: calc(100% - min(10.667vw, 44px));
    border-radius: min(2.667vw, 11px);
    padding: min(10.667vw, 44px) min(5.333vw, 22px);
    margin-top: min(18.667vw, 77px);
    margin-bottom: min(21.333vw, 88px);
  }
}
.l-content__main {
  width: calc(100% - min(33.675vw, 506px));
}
@media screen and (max-width: 834px) {
  .l-content__main {
    width: calc(100% - min(122.667vw, 506px));
    margin-bottom: min(16vw, 66px);
  }
}
.l-content__main.--wide {
  width: calc(100% - min(30.015vw, 451px));
}
@media screen and (max-width: 834px) {
  .l-content__main.--wide {
    width: calc(100% - min(109.333vw, 451px));
  }
}
@media screen and (min-width: 835px) {
  .l-content__side {
    width: min(27.818vw, 418px);
  }
}
@media screen and (max-width: 834px) {
  .l-content__main, .l-content__side {
    width: 100%;
  }
}
.l-content__main > *:first-child, .l-content__side > *:first-child {
  margin-top: 0;
}
.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: #2b3948;
  color: #ffffff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  border: none;
  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: 0.45s ease;
  transition: 0.45s ease;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .c-button {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
    padding: 0 clamp(40.8px, 3.514vw, 52.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-button {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    padding: 0 clamp(37.4px, 11.733vw, 48.4px);
  }
}
.c-button::before, .c-button::after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  translate: 0 -50%;
}
.c-button::before {
  background-color: rgba(255, 255, 255, 0);
  border: #ffffff solid 1px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
@media screen and (min-width: 835px) {
  .c-button::before {
    width: clamp(23.8px, 2.05vw, 30.8px);
    right: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-button::before {
    width: clamp(21.25px, 6.667vw, 27.5px);
    right: clamp(12.75px, 4vw, 16.5px);
  }
}
.c-button::after {
  background-color: #ffffff;
  -webkit-transition: scale 0.3s cubic-bezier(0.25, 0.1, 0.39, 1.06);
  transition: scale 0.3s cubic-bezier(0.25, 0.1, 0.39, 1.06);
}
@media screen and (min-width: 835px) {
  .c-button::after {
    width: clamp(3.4px, 0.293vw, 4.4px);
    right: clamp(23.8px, 2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-button::after {
    content: none;
  }
}
.c-button svg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: opacity 0.45s ease, right 0.3s cubic-bezier(0.25, 0.1, 0.39, 1.06);
  transition: opacity 0.45s ease, right 0.3s cubic-bezier(0.25, 0.1, 0.39, 1.06);
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .c-button svg {
    fill: #516479;
    width: clamp(10.2px, 0.878vw, 13.2px);
    right: clamp(30.6px, 2.635vw, 39.6px);
    opacity: 0;
  }
}
@media screen and (max-width: 834px) {
  .c-button svg {
    fill: #ffffff;
    width: clamp(7.65px, 2.4vw, 9.9px);
    right: clamp(18.7px, 5.867vw, 24.2px);
  }
}
@media (hover: hover) {
  .c-button:hover {
    background-color: #516479;
  }
  .c-button:hover::before {
    background-color: rgb(255, 255, 255);
  }
  .c-button:hover::after {
    scale: 0;
  }
  .c-button:hover svg {
    opacity: 1;
    right: clamp(20.4px, 1.757vw, 26.4px);
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
}
[target=_blank].c-button::after {
  content: "\f08e";
}

@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(238px, 20.498vw, 308px);
    height: clamp(54.4px, 4.685vw, 70.4px);
    margin-top: min(3.514vw, 52.8px);
  }
}
@media screen and (max-width: 834px) {
  :where(.c-button.--md) {
    width: clamp(221px, 69.333vw, 286px);
    height: clamp(47.6px, 14.933vw, 61.6px);
    margin-top: min(8.533vw, 35.2px);
  }
}
@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);
  }
}
.c-button.--icon::before, .c-button.--icon::after {
  content: none;
}
.c-button.--icon svg {
  fill: #ffffff;
  opacity: 1;
  position: static;
  top: auto;
  right: auto;
  translate: none;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .c-button.--icon svg {
    width: clamp(12.75px, 1.098vw, 16.5px);
    height: clamp(11.05px, 0.952vw, 14.3px);
    margin-right: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-button.--icon svg {
    width: clamp(11.9px, 3.733vw, 15.4px);
    height: clamp(10.2px, 3.2vw, 13.2px);
    margin-right: clamp(6.8px, 2.133vw, 8.8px);
  }
}
.c-button.--icon svg path {
  fill: #ffffff;
}
.c-button.--accent {
  background-color: #009ee7;
}
@media (hover: hover) {
  .c-button.--accent:hover {
    background-color: #579bc6;
  }
}
.c-button.--accent::after {
  color: #ffffff;
}
@media screen and (min-width: 835px) {
  .c-button.--accent svg {
    fill: #579bc6;
  }
}
.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);
  }
}

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

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

.c-title--4, .c-title--3, .c-title--2, .c-title--1 {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

@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(20.4px, 6.4vw, 26.4px);
    margin-bottom: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .c-title--2 {
    font-size: clamp(30.6px, 2.635vw, 39.6px);
    margin-bottom: min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--2 {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-bottom: min(6.4vw, 26.4px);
  }
}
@media screen and (min-width: 835px) {
  .c-title--3 {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
    margin-top: min(4.392vw, 66px);
    margin-bottom: min(2.05vw, 30.8px);
    padding-left: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--3 {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    margin-top: min(16vw, 66px);
    margin-bottom: min(4.267vw, 17.6px);
    padding-left: min(5.333vw, 22px);
  }
}
.c-title--3::before, .c-title--3::after {
  content: "";
  border-radius: 2px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 835px) {
  .c-title--3::before, .c-title--3::after {
    width: min(0.293vw, 4.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--3::before, .c-title--3::after {
    width: min(1.067vw, 4.4px);
  }
}
.c-title--3::before {
  background-color: #34383c;
  height: 1.2em;
  top: 0.175em;
}
.c-title--3::after {
  background-color: #579bc6;
  height: 0.325em;
  top: 1.1em;
}
@media screen and (min-width: 835px) {
  .c-title--4 {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
    margin-bottom: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-title--4 {
    font-size: clamp(17px, 5.333vw, 22px);
    margin-bottom: min(3.2vw, 13.2px);
  }
}

.c-accordion {
  /* + */
}
.c-accordion__inner {
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .c-accordion__inner {
    width: auto;
  }
}
.c-accordion__box + .c-accordion__box {
  margin-top: min(4.392vw, 66px);
}
.c-accordion__box dd {
  display: none;
}
.c-accordion__question, .c-accordion__answer {
  position: relative;
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  z-index: 0;
  /* A と Q */
}
@media screen and (min-width: 835px) {
  .c-accordion__question, .c-accordion__answer {
    padding: min(1.757vw, 26.4px) min(6.955vw, 104.5px) min(1.757vw, 26.4px) min(4.978vw, 74.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__question, .c-accordion__answer {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    padding: min(3.2vw, 13.2px) min(16.533vw, 68.2px) min(3.2vw, 13.2px) min(12.8vw, 52.8px);
  }
}
.c-accordion__question::before, .c-accordion__answer::before {
  position: absolute;
  z-index: 0;
  line-height: 1;
  font-size: clamp(18.7px, 1.611vw, 24.2px);
  font-weight: 700;
  color: #009ee7;
}
@media screen and (min-width: 835px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    left: min(2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    left: min(4.267vw, 17.6px);
  }
}
.c-accordion__question {
  font-weight: 500;
  border-radius: 4px;
  background: #edf1f4;
  -webkit-transition: color 0.45s ease;
  transition: color 0.45s ease;
  /* Q */
}
@media screen and (min-width: 835px) {
  .c-accordion__question:hover {
    cursor: pointer;
    color: #009ee7;
  }
}
.c-accordion__question::before {
  content: "Q";
}
@media screen and (min-width: 835px) {
  .c-accordion__question::before {
    top: min(1.977vw, 29.7px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__question::before {
    top: min(4.267vw, 17.6px);
  }
}
.c-accordion__answer {
  opacity: 0;
  -webkit-transform: translateY(min(-1.83vw, -27.5px));
          transform: translateY(min(-1.83vw, -27.5px));
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease, -webkit-transform 0.45s ease;
  /* A */
}
.is-active .c-accordion__answer {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-accordion__answer::before {
  content: "A";
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
@media screen and (min-width: 835px) {
  .c-accordion__answer::before {
    top: min(2.123vw, 31.9px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__answer::before {
    top: min(4.533vw, 18.7px);
  }
}
.is-active .c-accordion__answer::before {
  opacity: 1;
}
.c-accordion__icon {
  /* 横棒 */
}
.c-accordion__icon::before, .c-accordion__icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  height: 2px;
  border-radius: min(0.732vw, 11px);
  background: #009ee7;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
@media screen and (min-width: 835px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    width: min(1.171vw, 17.6px);
    top: min(2.928vw, 44px);
    right: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    width: min(4.267vw, 17.6px);
    top: min(7.467vw, 30.8px);
    right: min(4.267vw, 17.6px);
  }
}
.c-accordion__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-active .c-accordion__icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.c-breadcrumbs__inner {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.c-breadcrumbs.--absolute {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.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 {
  padding-bottom: 0.25em;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list__item span {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item span {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list__item:not(:last-child) {
    margin-right: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item:not(:last-child) {
    margin-right: min(9.6vw, 39.6px);
  }
}
.c-breadcrumbs__list__item a span {
  color: #579bc6;
  display: inline-block;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
@media (hover: hover) {
  .c-breadcrumbs__list__item a:hover span {
    opacity: 0.7;
    text-decoration: none;
  }
}
.c-breadcrumbs__list__item:not(:last-of-type) span::after,
.c-breadcrumbs__list__item:not(:last-of-type) a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #000000;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: -1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: min(0.146vw, 2.2px);
  pointer-events: none;
  cursor: default;
  opacity: 0.15;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list__item:not(:last-of-type) span::after,
  .c-breadcrumbs__list__item:not(:last-of-type) a::after {
    font-size: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item:not(:last-of-type) span::after,
  .c-breadcrumbs__list__item:not(:last-of-type) a::after {
    font-size: min(3.733vw, 15.4px);
    margin-top: min(0.533vw, 2.2px);
  }
}

.c-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  margin: auto;
  position: relative;
  -webkit-transition: none;
  transition: none;
  outline: none;
}
.c-card.--shadow {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.c-card.--radius {
  border-radius: 4px;
  overflow: hidden;
}
.c-card__wrapper {
  gap: min(3.514vw, 52.8px) 0;
}
@media screen and (max-width: 834px) {
  .c-card__wrapper {
    gap: min(12.8vw, 52.8px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-card__wrapper {
    gap: min(5.333vw, 22px) 0;
  }
}
.c-card__inner > *:first-child {
  margin-top: 0;
}
.c-card__inner > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .c-card__inner {
    padding: min(2.05vw, 30.8px) min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__inner {
    padding: min(6.4vw, 26.4px) min(5.333vw, 22px) min(7.467vw, 30.8px);
  }
}
.c-card__thumb {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.c-card__thumb img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.c-card__block {
  cursor: pointer;
  outline: none;
}
.c-card__block:hover, .c-card__block:focus {
  outline: none;
}
.c-card__lead {
  min-height: 3em;
  color: #34383c;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 835px) {
  .c-card__lead {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    margin-top: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__lead {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(3.2vw, 13.2px);
  }
}
.c-card__lead a {
  color: #34383c;
  text-decoration: none;
}
.c-card__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-card__text {
  color: #636b72;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 835px) {
  .c-card__text {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    margin-top: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__text {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    margin-top: min(5.333vw, 22px);
  }
}
.c-card__subtext {
  color: #636b72;
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-card__subtext {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
    margin-top: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__subtext {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-top: min(3.2vw, 13.2px);
  }
}

@media (hover: hover) {
  a.c-card:hover h3,
  a.c-card:hover h4,
  a.c-card:hover h5,
  a.c-card:hover p,
  .c-card__link:hover h3,
  .c-card__link:hover h4,
  .c-card__link:hover h5,
  .c-card__link:hover p {
    opacity: 0.7;
  }
}

.c-tag {
  width: auto;
  background-color: #ccd7e0;
  color: #2b3948;
  font-weight: 400;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.25em;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.c-tag__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 835px) {
  .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(2.667vw, 11px) min(2.667vw, 11px);
  }
}
@media screen and (min-width: 835px) {
  .c-tag {
    height: min(2.05vw, 30.8px);
    font-size: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .c-tag {
    height: min(7.467vw, 30.8px);
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.c-tag.is-active {
  background-color: #2b3948;
  color: #ccd7e0;
}
@media (hover: hover) {
  .c-tag:hover {
    background-color: #2b3948;
    color: #ccd7e0;
  }
}

@media (hover: hover) {
  a.c-tag:hover {
    border-color: #2b3948;
    color: #ccd7e0;
  }
}

.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: #009ee7;
  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: #7f8890;
  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 {
  width: calc(100% - min(5.857vw, 88px));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto !important;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 835px) {
  .c-modal {
    width: calc(100% - min(21.333vw, 88px));
    max-width: min(66.984vw, 1006.5px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal {
    width: calc(100% - min(10.667vw, 44px));
    max-height: min(160vw, 660px);
  }
}
.c-modal:not([data-active=true]) {
  opacity: 0;
}
.c-modal::-ms-backdrop {
  background-color: #212529;
  opacity: 0.4;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-modal::backdrop {
  background-color: #212529;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-modal:not([data-active=true])::-ms-backdrop {
  opacity: 0;
}
.c-modal:not([data-active=true])::backdrop {
  opacity: 0;
}
.c-modal__link {
  cursor: pointer;
}
.c-modal__inner {
  height: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.c-modal__box {
  background-color: #fff;
  overflow: auto;
  padding: min(1.464vw, 22px) min(1.464vw, 22px) 0;
}
@media screen and (max-width: 834px) {
  .c-modal__box {
    padding: min(5.333vw, 22px) 0 0;
  }
}
@media screen and (max-width: 540px) {
  .c-modal__box {
    padding: min(2.667vw, 11px) 0 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);
  }
}
.c-modal__close {
  position: absolute;
  top: calc(min(2.782vw, 41.8px) * -1);
  right: calc(min(2.562vw, 38.5px) * -1);
  z-index: 1;
  width: min(4.978vw, 74.8px);
  aspect-ratio: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #009ee7;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .c-modal__close {
    width: min(13.333vw, 55px);
    top: calc(min(10.133vw, 41.8px) * -1);
    right: calc(min(2.667vw, 11px) * -1);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close {
    width: min(12.267vw, 50.6px);
    top: calc(min(6.133vw, 25.3px) * -1);
    right: calc(min(2.667vw, 11px) * -1);
  }
}
.c-modal__close::before, .c-modal__close::after {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 40%;
  height: 4px;
  border-radius: 4px;
  margin: auto;
  content: "";
  background-color: #ffffff;
}
@media screen and (max-width: 834px) {
  .c-modal__close::before, .c-modal__close::after {
    height: 3px;
  }
}
.c-modal__close::before {
  rotate: 45deg;
}
.c-modal__close::after {
  rotate: 135deg;
}
.c-modal__close:focus-visible {
  background-color: #005cd1;
}
@media (any-hover: hover) {
  .c-modal__close:hover {
    opacity: 0.7;
  }
}
.c-modal__close.--video {
  position: fixed;
  top: min(8.785vw, 132px);
  right: min(2.928vw, 44px);
}
@media screen and (max-width: 834px) {
  .c-modal__close.--video {
    top: min(26.667vw, 110px);
    right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close.--video {
    top: min(26.667vw, 110px);
    right: min(5.333vw, 22px);
  }
}
.c-modal__close--video {
  position: fixed;
  top: min(8.785vw, 132px);
  right: min(2.928vw, 44px);
  z-index: 1;
  width: min(4.978vw, 74.8px);
  aspect-ratio: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #009ee7;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .c-modal__close--video {
    width: min(13.333vw, 55px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close--video {
    width: min(12.267vw, 50.6px);
  }
}
.c-modal__close--video::before, .c-modal__close--video::after {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 40%;
  height: 4px;
  border-radius: 4px;
  margin: auto;
  content: "";
  background-color: #ffffff;
}
@media screen and (max-width: 834px) {
  .c-modal__close--video::before, .c-modal__close--video::after {
    height: 3px;
  }
}
.c-modal__close--video::before {
  rotate: 45deg;
}
.c-modal__close--video::after {
  rotate: 135deg;
}
.c-modal__close--video:focus-visible {
  background-color: #005cd1;
}
@media (any-hover: hover) {
  .c-modal__close--video:hover {
    opacity: 0.7;
  }
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  margin: min(4.392vw, 66px) auto 0;
}
@media screen and (min-width: 835px) {
  .c-pager {
    margin-top: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager {
    margin-top: min(10.667vw, 44px);
  }
}
.c-pager__item a,
.c-pager__item > span {
  display: block;
}
@media screen and (min-width: 835px) {
  .c-pager__item:where(:not(.c-pager__item__prev):not(.c-pager__item__next)) {
    margin: 0 min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item:where(:not(.c-pager__item__prev):not(.c-pager__item__next)) {
    margin: 0 min(1.067vw, 4.4px);
  }
}
.c-pager__item:where(:not(.c-pager__item__prev):not(.c-pager__item__next)):nth-of-type(2) {
  margin-left: 0;
}
.c-pager__item:where(:not(.c-pager__item__prev):not(.c-pager__item__next)):nth-last-child(2) {
  margin-right: 0;
}
.c-pager__item:where(:not(.c-pager__item__prev):not(.c-pager__item__next):not(.--omit)) span {
  background-color: #ffffff;
  aspect-ratio: 1/1;
  color: #2b3948;
  font-weight: 500;
  letter-spacing: 0.06em;
  border: #CCD7E0 solid 1px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media screen and (min-width: 835px) {
  .c-pager__item:where(:not(.c-pager__item__prev):not(.c-pager__item__next):not(.--omit)) span {
    width: clamp(39.1px, 3.367vw, 50.6px);
    font-size: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item:where(:not(.c-pager__item__prev):not(.c-pager__item__next):not(.--omit)) span {
    width: clamp(27.2px, 8.533vw, 35.2px);
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item:where(:not(.c-pager__item__prev):not(.c-pager__item__next):not(.--omit)) span {
    width: clamp(23.8px, 7.467vw, 30.8px);
  }
}
@media (hover: hover) {
  .c-pager__item:where(:not(.c-pager__item__prev):not(.c-pager__item__next):not(.--omit)) a:hover span {
    background-color: #2b3948;
    border-color: #2b3948;
    color: #ffffff;
  }
}
.c-pager__item__prev, .c-pager__item__next {
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .c-pager__item__prev, .c-pager__item__next {
    width: clamp(17px, 1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev, .c-pager__item__next {
    width: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.c-pager__item__prev a,
.c-pager__item__prev > span, .c-pager__item__next a,
.c-pager__item__next > span {
  width: 100%;
  height: 100%;
  display: block;
}
.c-pager__item__prev a span,
.c-pager__item__prev > span, .c-pager__item__next a span,
.c-pager__item__next > span {
  width: 100%;
  height: 100%;
  text-indent: -999em;
  display: block;
  position: relative;
}
.c-pager__item__prev a span::before,
.c-pager__item__prev > span::before, .c-pager__item__next a span::before,
.c-pager__item__next > span::before {
  font-family: "Font Awesome 6 Pro";
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media screen and (min-width: 835px) {
  .c-pager__item__prev a span::before,
  .c-pager__item__prev > span::before, .c-pager__item__next a span::before,
  .c-pager__item__next > span::before {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev a span::before,
  .c-pager__item__prev > span::before, .c-pager__item__next a span::before,
  .c-pager__item__next > span::before {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
@media (hover: hover) {
  .c-pager__item__prev a:hover span::before, .c-pager__item__next a:hover span::before {
    opacity: 0.6;
  }
}
.c-pager__item__prev > span, .c-pager__item__next > span {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .c-pager__item__prev {
    margin-right: min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev {
    margin-right: min(1.067vw, 4.4px);
  }
}
.c-pager__item__prev a span::before,
.c-pager__item__prev > span::before {
  content: "\f060";
}
@media screen and (min-width: 835px) {
  .c-pager__item__next {
    margin-left: min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-pager__item__next {
    margin-left: min(1.067vw, 4.4px);
  }
}
.c-pager__item__next a span::before,
.c-pager__item__next > span::before {
  content: "\f061";
}
.c-pager__item.is-current span {
  background-color: #2b3948;
  border-color: #2b3948;
  color: #ffffff;
}

.c-tab {
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .c-tab {
    margin-bottom: min(4.267vw, 17.6px);
  }
}
.c-tab__wrap {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 834px) {
  .c-tab__wrap {
    width: 100vw;
    margin-bottom: min(4.267vw, 17.6px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.c-tab__wrap::-webkit-scrollbar {
  display: none;
}
.c-tab__list {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(min(9.956vw, 149.6px), 1fr) min(0.878vw, 13.2px) minmax(min(9.956vw, 149.6px), 1fr) min(0.878vw, 13.2px) minmax(min(9.956vw, 149.6px), 1fr) min(0.878vw, 13.2px) minmax(min(9.956vw, 149.6px), 1fr);
  grid-template-columns: repeat(4, minmax(min(9.956vw, 149.6px), 1fr));
  grid-auto-columns: 100%;
  grid-auto-flow: row;
  gap: 0 min(0.878vw, 13.2px);
  width: 100%;
}
.c-tab__list::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: min(0.293vw, 4.4px);
  background-color: #009ee7;
}
@media screen and (max-width: 834px) {
  .c-tab__list::before {
    height: min(1.067vw, 4.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-tab__list {
    gap: 0 min(2.133vw, 8.8px);
    width: 162.1333333333vw;
    padding: 0 min(5.333vw, 22px);
  }
}
.c-tab__item {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: min(9.956vw, 149.6px);
  min-height: min(4.685vw, 70.4px);
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  padding: min(1.464vw, 22px) clamp(20.4px, 1.757vw, 26.4px);
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  background: #edf1f4;
}
@media screen and (min-width: 835px) {
  .c-tab__item {
    -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .c-tab__item:hover {
    color: #ffffff;
    background-color: #009ee7;
  }
}
@media screen and (max-width: 834px) {
  .c-tab__item {
    min-width: min(36.267vw, 149.6px);
    min-height: min(17.067vw, 70.4px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(2.667vw, 11px) min(5.333vw, 22px);
  }
}
.c-tab__item span {
  width: 100%;
}
.c-tab__item.is-current {
  opacity: 1;
  color: #ffffff;
  background: #009ee7;
}
.c-tab__panel__item {
  display: none;
  padding: min(2.196vw, 33px) 0 min(2.928vw, 44px);
}
@media screen and (min-width: 835px) {
  .c-tab__panel__item {
    padding: min(2.928vw, 44px) 0;
  }
}
.c-tab__panel__item.is-active {
  display: block;
}

.c-table {
  width: 100%;
  background-color: #fff;
}
.c-table.--fixed {
  table-layout: fixed;
}
.c-table th,
.c-table td {
  text-align: left;
  line-height: 1.8;
  overflow-wrap: break-word;
}
@media screen and (min-width: 835px) {
  .c-table th,
  .c-table td {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
    padding: min(2.05vw, 30.8px) min(2.928vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .c-table th,
  .c-table td {
    display: block;
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.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: #e9ebec solid 1px;
}
@media screen and (max-width: 834px) {
  .c-table td {
    padding: min(6.4vw, 26.4px);
  }
}
.c-table th {
  background-color: #dbe3ea;
  font-weight: 500;
}
@media screen and (min-width: 835px) {
  .c-table th {
    width: min(16.105vw, 242px);
  }
}
@media screen and (max-width: 834px) {
  .c-table th {
    padding: min(4.267vw, 17.6px) min(6.4vw, 26.4px);
  }
}
.c-table tr:not(:last-child) th {
  border-bottom: #ffffff solid 1px;
}
.c-table tr:not(:last-child) td {
  border-bottom: #e9ebec solid 1px;
}
@media screen and (max-width: 834px) {
  .c-table__scroll {
    width: calc(100% + min(5.333vw, 22px));
    padding-bottom: min(17.067vw, 70.4px);
    position: relative;
  }
  .c-table__scroll::after {
    content: "";
    width: min(29.333vw, 121px);
    height: min(6.4vw, 26.4px);
    background-image: url(../img/common/icon_scroll.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    bottom: min(5.333vw, 22px);
    right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-table__scroll--fixedheight .c-table__scroll__inner {
    height: min(80vw, 330px);
  }
}
@media screen and (max-width: 834px) {
  .c-table__scroll__inner {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 834px) {
  .c-table__scroll .c-table {
    width: min(213.333vw, 880px);
  }
}
@media screen and (max-width: 834px) {
  .c-table__fixed--left, .c-table__fixed--top {
    background-color: #fff;
    position: sticky;
  }
  .c-table__fixed--left::before, .c-table__fixed--top::before {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: #dddddd 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;
  }
}

.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: #34383c;
  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.45s ease;
  transition: all 0.45s 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: #34383c;
  color: #ffffff;
  border: #34383c solid 1px;
}
.p-archive__list {
  width: 100%;
  border-top: rgba(0, 0, 0, 0.05) solid 1px;
}
.p-archive__list__item {
  border-bottom: rgba(0, 0, 0, 0.05) solid 1px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__list__item {
    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 .p-archive__list__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-archive__list__item .p-archive__list__lead a:hover {
  color: #34383c;
}
@media (hover: hover) {
  .p-archive__list__item:hover {
    cursor: pointer;
  }
  .p-archive__list__item:hover .p-archive__list__lead a {
    opacity: 0.6;
  }
}
.p-archive__list__item > *:first-child {
  margin-top: 0;
}
.p-archive__list__item > *:last-child {
  margin-bottom: 0;
}
.p-archive__list__lead {
  width: 100%;
  font-weight: 500;
  line-height: 1.5;
  margin: 1em 0 1.5em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 835px) {
  .p-archive__list__lead {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__lead {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__list__lead {
    -webkit-line-clamp: 3;
  }
}
.p-archive__list__lead a {
  color: #34383c;
  text-decoration: none;
}
.p-archive__list__date {
  color: #34383c;
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__list__date {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@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__date.--large {
    font-size: clamp(14.45px, 1.245vw, 18.7px);
  }
}
.p-archive__list__subtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 835px) {
  .p-archive__list__subtext {
    -webkit-column-gap: min(0.878vw, 13.2px);
       -moz-column-gap: min(0.878vw, 13.2px);
            column-gap: min(0.878vw, 13.2px);
    margin-top: min(0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__subtext {
    -webkit-column-gap: min(3.2vw, 13.2px);
       -moz-column-gap: min(3.2vw, 13.2px);
            column-gap: min(3.2vw, 13.2px);
    margin-top: min(3.2vw, 13.2px);
  }
}

@media (hover: hover) {
  a.p-archive__tag:hover {
    background-color: #34383c;
    color: #ffffff;
    border: #34383c solid 1px;
  }
}

@media screen and (min-width: 835px) {
  .p-single__header {
    margin-bottom: min(3.807vw, 57.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__header {
    margin-bottom: min(8.533vw, 35.2px);
  }
}
.p-single__header__date {
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-single__header__date {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__header__date {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-single__header__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(0.293vw, 4.4px);
}
@media screen and (max-width: 834px) {
  .p-single__header__labels {
    margin-bottom: min(1.067vw, 4.4px);
  }
}
@media screen and (max-width: 540px) {
  .p-single__header__labels {
    display: block;
  }
}
.p-single__header__labels li:not(:last-child) {
  margin-right: min(1.464vw, 22px);
}
@media screen and (max-width: 834px) {
  .p-single__header__labels li:not(:last-child) {
    margin-right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .p-single__header__labels li:not(:last-child) {
    margin-right: 0;
    margin-bottom: min(2.667vw, 11px);
  }
}
.p-single__header__img {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-single__header__img {
    margin-top: min(2.928vw, 44px);
    margin-top: min(3.807vw, 57.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__header__img {
    margin-top: min(7.467vw, 30.8px);
    margin-bottom: min(10.667vw, 44px);
  }
}
.p-single__header__img img {
  width: 100%;
}
.p-single__header > *:first-child {
  margin-top: 0;
}
.p-single__header > *:last-child {
  margin-bottom: 0;
}

.wp-editor > *:first-child {
  margin-top: 0;
}
.wp-editor > *:last-child {
  margin-bottom: 0;
}
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  line-height: 1.8;
  position: relative;
}
.wp-editor h1 + p,
.wp-editor h2 + p,
.wp-editor h3 + p,
.wp-editor h4 + p,
.wp-editor h5 + p,
.wp-editor h6 + p {
  margin-top: 0;
}
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  font-weight: 500;
}
.wp-editor h1 {
  padding-bottom: 0.75em;
}
@media screen and (min-width: 835px) {
  .wp-editor h1 {
    font-size: clamp(17px, 1.464vw, 22px);
    margin-bottom: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h1 {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    margin-bottom: min(7.467vw, 30.8px);
  }
}
.wp-editor h1::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #009ee7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wp-editor h2 {
  padding-left: 1em;
}
@media screen and (min-width: 835px) {
  .wp-editor h2 {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    margin-top: min(2.635vw, 39.6px);
    margin-bottom: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h2 {
    font-size: clamp(12.75px, 4vw, 16.5px);
    margin-top: min(7.467vw, 30.8px);
    margin-bottom: min(7.467vw, 30.8px);
  }
}
.wp-editor h2::before {
  content: "";
  aspect-ratio: 1/1;
  background-color: #009ee7;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  left: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor h2::before {
    width: clamp(6.8px, 0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h2::before {
    width: clamp(6.8px, 2.133vw, 8.8px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h3 {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    margin-top: min(2.635vw, 39.6px);
    margin-bottom: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h3 {
    font-size: clamp(12.75px, 4vw, 16.5px);
    margin-top: min(7.467vw, 30.8px);
    margin-bottom: min(4.267vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h4,
  .wp-editor h5,
  .wp-editor h6 {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
    margin-top: min(2.05vw, 30.8px);
    margin-bottom: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h4,
  .wp-editor h5,
  .wp-editor h6 {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(4.267vw, 17.6px);
    margin-bottom: min(4.267vw, 17.6px);
  }
}
.wp-editor > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor p {
    margin-top: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor p {
    margin-top: min(7.467vw, 30.8px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor img,
  .wp-editor table,
  .wp-editor blockquote,
  .wp-editor figure,
  .wp-editor ul,
  .wp-editor ol,
  .wp-editor .wp-block-columns {
    margin-top: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor img,
  .wp-editor table,
  .wp-editor blockquote,
  .wp-editor figure,
  .wp-editor ul,
  .wp-editor ol,
  .wp-editor .wp-block-columns {
    margin-top: min(7.467vw, 30.8px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor img + *,
  .wp-editor table + *,
  .wp-editor blockquote + *,
  .wp-editor figure + *,
  .wp-editor ul + *,
  .wp-editor ol + *,
  .wp-editor .wp-block-columns + * {
    margin-top: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor img + *,
  .wp-editor table + *,
  .wp-editor blockquote + *,
  .wp-editor figure + *,
  .wp-editor ul + *,
  .wp-editor ol + *,
  .wp-editor .wp-block-columns + * {
    margin-top: min(7.467vw, 30.8px);
  }
}
.wp-editor figcaption {
  margin-top: 0.5em;
}
.wp-editor p,
.wp-editor table,
.wp-editor blockquote,
.wp-editor figcaption,
.wp-editor ul li,
.wp-editor ol li {
  line-height: 1.8;
}
.wp-editor p a,
.wp-editor table a,
.wp-editor blockquote a,
.wp-editor figcaption a,
.wp-editor ul li a,
.wp-editor ol li a {
  color: #579bc6;
  text-decoration: underline;
}
@media (hover: hover) {
  .wp-editor p a:hover,
  .wp-editor table a:hover,
  .wp-editor blockquote a:hover,
  .wp-editor figcaption a:hover,
  .wp-editor ul li a:hover,
  .wp-editor ol li a:hover {
    text-decoration: none;
  }
}
.wp-editor strong {
  font-weight: 700;
}
.wp-editor em {
  font-style: italic;
}
@media screen and (min-width: 835px) {
  .wp-editor small,
  .wp-editor figcaption {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor small,
  .wp-editor figcaption {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
.wp-editor blockquote {
  width: 100%;
  background-color: #F2F2F2;
  position: relative;
}
@media screen and (min-width: 835px) {
  .wp-editor blockquote {
    padding: min(2.05vw, 30.8px) min(2.489vw, 37.4px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor blockquote {
    padding: min(4.267vw, 17.6px) min(3.2vw, 13.2px);
  }
}
.wp-editor blockquote > * {
  margin: 0;
}
.wp-editor ul > *:first-child,
.wp-editor ol > *:first-child {
  margin-top: 0;
}
.wp-editor ul > *:last-child,
.wp-editor ol > *:last-child {
  margin-bottom: 0;
}
.wp-editor ul li,
.wp-editor ol li {
  position: relative;
}
@media screen and (min-width: 835px) {
  .wp-editor ul li,
  .wp-editor ol li {
    margin-bottom: min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ul li,
  .wp-editor ol li {
    margin-bottom: min(2.133vw, 8.8px);
  }
}
.wp-editor ul li {
  padding-left: 1em;
}
.wp-editor ul li::before {
  content: "";
  aspect-ratio: 1/1;
  background-color: #009ee7;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  left: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor ul li::before {
    width: min(0.439vw, 6.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ul li::before {
    width: min(1.6vw, 6.6px);
  }
}
.wp-editor ol {
  padding-left: 1em;
}
.wp-editor ol li {
  list-style-type: decimal;
}
.wp-editor table {
  width: 100%;
  border: #dddddd solid 1px;
  table-layout: fixed;
}
.wp-editor table th,
.wp-editor table td {
  text-align: left;
  overflow-wrap: break-word;
}
.wp-editor table th > *:first-child,
.wp-editor table td > *:first-child {
  margin-top: 0;
}
.wp-editor table th > *:last-child,
.wp-editor table td > *:last-child {
  margin-bottom: 0;
}
.wp-editor table th:not(:last-child),
.wp-editor table td:not(:last-child) {
  border-right: #dddddd solid 1px;
}
@media screen and (min-width: 835px) {
  .wp-editor table th,
  .wp-editor table td {
    padding: min(5.333vw, 22px) min(6.4vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor table th,
  .wp-editor table td {
    display: block;
  }
}
@media screen and (min-width: 835px) {
  .wp-editor table td {
    min-width: min(14.641vw, 220px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor table td {
    padding: min(6.4vw, 26.4px);
  }
}
.wp-editor table th {
  background-color: #F2F2F2;
  font-weight: 700;
}
@media screen and (min-width: 835px) {
  .wp-editor table th {
    width: min(14.641vw, 220px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor table th {
    padding: min(3.733vw, 15.4px) min(6.4vw, 26.4px);
  }
}
.wp-editor table tr:not(:last-child) {
  border-bottom: #dddddd solid 1px;
}
.wp-editor p > img,
.wp-editor p > img.alignnone,
.wp-editor p > img.alignleft,
.wp-editor p > img.aligncenter,
.wp-editor p > img.alignright,
.wp-editor ul > img,
.wp-editor ul > img.alignnone,
.wp-editor ul > img.alignleft,
.wp-editor ul > img.aligncenter,
.wp-editor ul > img.alignright,
.wp-editor ol > img,
.wp-editor ol > img.alignnone,
.wp-editor ol > img.alignleft,
.wp-editor ol > img.aligncenter,
.wp-editor ol > img.alignright,
.wp-editor table > img,
.wp-editor table > img.alignnone,
.wp-editor table > img.alignleft,
.wp-editor table > img.aligncenter,
.wp-editor table > img.alignright {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  .wp-editor p > img,
  .wp-editor p > img.alignnone,
  .wp-editor p > img.alignleft,
  .wp-editor p > img.aligncenter,
  .wp-editor p > img.alignright,
  .wp-editor ul > img,
  .wp-editor ul > img.alignnone,
  .wp-editor ul > img.alignleft,
  .wp-editor ul > img.aligncenter,
  .wp-editor ul > img.alignright,
  .wp-editor ol > img,
  .wp-editor ol > img.alignnone,
  .wp-editor ol > img.alignleft,
  .wp-editor ol > img.aligncenter,
  .wp-editor ol > img.alignright,
  .wp-editor table > img,
  .wp-editor table > img.alignnone,
  .wp-editor table > img.alignleft,
  .wp-editor table > img.aligncenter,
  .wp-editor table > img.alignright {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.wp-editor img,
.wp-editor img[width],
.wp-editor img[height] {
  max-width: 100%;
}
@media screen and (min-width: 835px) {
  .wp-editor img.alignleft, .wp-editor img.alignright,
  .wp-editor img[width].alignleft,
  .wp-editor img[width].alignright,
  .wp-editor img[height].alignleft,
  .wp-editor img[height].alignright {
    max-width: min(27.818vw, 418px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor img.alignleft, .wp-editor img.alignright,
  .wp-editor img[width].alignleft,
  .wp-editor img[width].alignright,
  .wp-editor img[height].alignleft,
  .wp-editor img[height].alignright {
    max-width: min(74.667vw, 308px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor img.alignleft, .wp-editor img.alignright,
  .wp-editor img[width].alignleft,
  .wp-editor img[width].alignright,
  .wp-editor img[height].alignleft,
  .wp-editor img[height].alignright {
    width: 100%;
    max-width: none;
    float: none !important;
  }
}
.wp-editor .alignleft + *::after,
.wp-editor .alignright + *::after,
.wp-editor p:has(.alignleft) + *::after,
.wp-editor p:has(.alignright) + *::after {
  content: "";
  display: block;
  clear: both;
}
.wp-editor img {
  max-width: 100%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .wp-editor img {
    width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol,
  .wp-editor img + h3,
  .wp-editor img + h4,
  .wp-editor img + h5,
  .wp-editor img + h6,
  .wp-editor img + img,
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol + table {
    margin-top: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol,
  .wp-editor img + h3,
  .wp-editor img + h4,
  .wp-editor img + h5,
  .wp-editor img + h6,
  .wp-editor img + img,
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol + table {
    margin-top: min(7.467vw, 30.8px);
  }
}
.wp-editor .alignleft {
  float: left;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .wp-editor .alignleft {
    margin-right: min(2.635vw, 39.6px);
    margin-bottom: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .alignleft {
    margin-right: min(5.333vw, 22px);
    margin-bottom: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignleft {
    margin-right: 0;
  }
}
.wp-editor .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .wp-editor .aligncenter {
    margin: min(5.333vw, 22px) auto;
  }
}
.wp-editor .alignright {
  float: right;
  text-align: right;
}
@media screen and (min-width: 835px) {
  .wp-editor .alignright {
    margin-left: min(2.635vw, 39.6px);
    margin-bottom: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .alignright {
    margin-left: min(5.333vw, 22px);
    margin-bottom: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignright {
    margin-right: 0;
  }
}
.wp-editor .wp-block-spacer {
  margin-top: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor .wp-block-image {
    margin-bottom: min(2.196vw, 33px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .wp-block-image {
    margin-bottom: min(8vw, 33px);
  }
}
.wp-editor .wp-block-image .aligncenter > figcaption,
.wp-editor .wp-block-image .alignleft > figcaption,
.wp-editor .wp-block-image .alignright > figcaption {
  text-align: left;
}
.wp-editor .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-editor .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-editor .wp-block-column .wp-block-image {
  width: 100%;
}
.wp-editor .wp-block-column .wp-block-image img {
  width: 100%;
  max-width: none;
}

@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-contents-header {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-contents-header {
    padding-top: 14.494875549vw;
  }
}
@media screen and (max-width: 834px) {
  .p-contents-header {
    padding-top: min(46.933vw, 193.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-contents-header.--low {
    padding-top: min(32vw, 132px);
  }
}
@media screen and (min-width: 835px) {
  .p-contents-header__inner {
    max-width: min(85.359vw, 1282.6px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-contents-header__inner {
    padding-left: min(8vw, 33px);
    padding-right: min(8vw, 33px);
  }
}
.p-contents-header__title {
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-contents-header__title {
    font-size: clamp(45.9px, 3.953vw, 59.4px);
    margin-bottom: 16.1054172767vw;
  }
}
@media screen and (max-width: 834px) {
  .p-contents-header__title {
    font-size: clamp(30.6px, 9.6vw, 39.6px);
    margin-bottom: clamp(124.1px, 38.933vw, 160.6px);
  }
}
@media screen and (min-width: 835px) {
  .--low .p-contents-header__title {
    font-size: clamp(35.7px, 3.075vw, 46.2px);
    margin-bottom: min(1.757vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .--low .p-contents-header__title {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-bottom: min(5.333vw, 22px);
  }
}
.p-contents-header__loopText {
  width: 100vw;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: calc(50% - 50vw);
  position: absolute;
  left: 0;
  opacity: 0.12;
}
@media screen and (min-width: 835px) {
  .p-contents-header__loopText {
    font-size: 8.4919472914vw;
    top: 25.2562225476vw;
  }
}
@media screen and (max-width: 834px) {
  .p-contents-header__loopText {
    font-size: clamp(78.2px, 24.533vw, 101.2px);
    bottom: min(10.667vw, 44px);
  }
}
.p-contents-header__loopText > span {
  color: #579bc6;
  font-family: "Inter", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 0.45em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-contents-header__loopText > span:nth-child(odd) {
  -webkit-animation: MoveLeft var(--loop-duration, 24s) var(--loop-delay, -12s) infinite linear;
          animation: MoveLeft var(--loop-duration, 24s) var(--loop-delay, -12s) infinite linear;
}
.p-contents-header__loopText > span:nth-child(even) {
  -webkit-animation: MoveLeft2 var(--loop-duration, 24s) infinite linear;
          animation: MoveLeft2 var(--loop-duration, 24s) infinite linear;
}
@media screen and (min-width: 835px) {
  .p-contents-header + .l-section {
    padding-top: 5.1244509517vw;
  }
}
@media screen and (max-width: 834px) {
  .p-contents-header + .l-section {
    padding-top: min(18.133vw, 74.8px);
  }
}
.p-contents-link {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-contents-link {
    min-height: clamp(476px, 40.996vw, 616px);
  }
}
@media screen and (max-width: 834px) {
  .p-contents-link {
    min-height: clamp(408px, 128vw, 528px);
  }
}
.p-contents-link > span {
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0);
  border: #ffffff solid 1px;
  border-radius: 50%;
  display: block;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-contents-link > span {
    width: clamp(73.1px, 6.296vw, 94.6px);
    top: 50%;
    right: min(7.321vw, 110px);
    translate: 0 -50%;
  }
}
@media screen and (max-width: 834px) {
  .p-contents-link > span {
    width: clamp(51px, 16vw, 66px);
    bottom: min(8vw, 33px);
    right: min(8vw, 33px);
  }
}
.p-contents-link > span::before {
  content: "";
  aspect-ratio: 1/1;
  background-color: #ffffff;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: scale 0.25s cubic-bezier(0.25, 0.1, 0.39, 1.06);
  transition: scale 0.25s cubic-bezier(0.25, 0.1, 0.39, 1.06);
}
@media screen and (min-width: 835px) {
  .p-contents-link > span::before {
    width: clamp(6.8px, 0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-contents-link > span::before {
    content: none;
  }
}
.p-contents-link > span > svg {
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.45s ease, right 0.25s cubic-bezier(0.25, 0.1, 0.39, 1.06);
  transition: opacity 0.45s ease, right 0.25s cubic-bezier(0.25, 0.1, 0.39, 1.06);
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-contents-link > span > svg {
    fill: #2b3948;
    width: clamp(20.4px, 1.757vw, 26.4px);
    right: clamp(30.6px, 2.635vw, 39.6px);
    translate: 0 -50%;
    opacity: 0;
  }
}
@media screen and (max-width: 834px) {
  .p-contents-link > span > svg {
    fill: #ffffff;
    width: clamp(11.05px, 3.467vw, 14.3px);
    left: 50%;
    translate: -50% -50%;
  }
}
@media (hover: hover) {
  .p-contents-link:hover > span {
    background-color: rgb(255, 255, 255);
  }
  .p-contents-link:hover > span::before {
    scale: 0;
  }
  .p-contents-link:hover > span svg {
    opacity: 1;
    right: clamp(23.8px, 2.05vw, 30.8px);
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .p-contents-link:hover .p-contents-link__bg img {
    scale: 1.05;
  }
}
.p-contents-link:not(:has(.p-contents-link__bg)) {
  min-height: auto;
  color: #34383c;
}
.p-contents-link:not(:has(.p-contents-link__bg)) > span {
  border-color: #2b3948;
}
@media screen and (max-width: 834px) {
  .p-contents-link:not(:has(.p-contents-link__bg)) > span {
    bottom: min(21.333vw, 88px);
  }
}
.p-contents-link:not(:has(.p-contents-link__bg)) > span::before {
  background-color: #2b3948;
}
@media screen and (min-width: 835px) {
  .p-contents-link:not(:has(.p-contents-link__bg)) > span > svg {
    fill: #ffffff;
  }
}
@media screen and (max-width: 834px) {
  .p-contents-link:not(:has(.p-contents-link__bg)) > span > svg {
    fill: #2b3948;
  }
}
@media (hover: hover) {
  .p-contents-link:not(:has(.p-contents-link__bg)):hover > span {
    background-color: rgb(43, 57, 72);
  }
  .p-contents-link:not(:has(.p-contents-link__bg)):hover .p-contents-link__bg img {
    scale: 1.05;
  }
}
@media screen and (min-width: 835px) {
  .p-contents-link:not(:has(.p-contents-link__bg)) .p-contents-link__inner {
    padding-block: min(5.857vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .p-contents-link:not(:has(.p-contents-link__bg)) .p-contents-link__inner {
    padding-top: min(21.333vw, 88px);
    padding-bottom: min(44.8vw, 184.8px);
  }
}
.p-contents-link__inner {
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-contents-link__inner {
    max-width: min(85.359vw, 1282.6px);
    padding-block: clamp(178.5px, 15.373vw, 231px);
  }
}
@media screen and (max-width: 834px) {
  .p-contents-link__inner {
    padding-left: min(8vw, 33px);
    padding-right: min(10.667vw, 44px);
  }
}
.p-contents-link__title {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-contents-link__title {
    font-size: clamp(30.6px, 2.635vw, 39.6px);
    line-height: 1.8;
  }
}
@media screen and (max-width: 834px) {
  .p-contents-link__title {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
    line-height: 1.8214285714;
  }
}
.p-contents-link__text {
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .p-contents-link__text {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
    margin-top: min(2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-contents-link__text {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-top: min(4.267vw, 17.6px);
  }
}
.p-contents-link__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-contents-link__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.45s cubic-bezier(0.25, 0.1, 0.39, 1.06);
  transition: scale 0.45s cubic-bezier(0.25, 0.1, 0.39, 1.06);
}
.p-contents-cta {
  background-color: #2b3948;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-contents-cta {
    padding-block: min(5.857vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .p-contents-cta {
    padding-block: min(21.333vw, 88px);
  }
}
.p-contents-cta__title {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-contents-cta__title {
    font-size: clamp(30.6px, 2.635vw, 39.6px);
    margin-bottom: min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-contents-cta__title {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-bottom: min(6.4vw, 26.4px);
  }
}
.p-contents-cta__block {
  background-color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-contents-cta__block {
    border-radius: min(0.732vw, 11px);
    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);
  }
}
@media screen and (max-width: 834px) {
  .p-contents-cta__block {
    border-radius: min(3.2vw, 13.2px);
    padding: min(10.667vw, 44px) min(5.333vw, 22px);
  }
}
@media screen and (min-width: 835px) {
  .p-contents-cta__block__item {
    padding: 0 min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-contents-cta__block__item {
    padding: 0 min(5.333vw, 22px);
  }
}
@media screen and (min-width: 835px) {
  .p-contents-cta__block__item:first-child {
    border-right: #eaeced solid 1px;
  }
}
@media screen and (max-width: 834px) {
  .p-contents-cta__block__item:first-child {
    border-bottom: #eaeced solid 1px;
    padding-bottom: min(8.533vw, 35.2px);
    margin-bottom: min(8.533vw, 35.2px);
  }
}
.p-contents-cta__head {
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .p-contents-cta__head {
    font-size: clamp(17px, 1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-contents-cta__head {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
  .--tel .p-contents-cta__head {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-contents-cta__tel {
  color: #009ee7;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .p-contents-cta__tel {
    font-size: clamp(33.15px, 2.855vw, 42.9px);
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 834px) {
  .p-contents-cta__tel {
    font-size: clamp(28.9px, 9.067vw, 37.4px);
    margin-top: min(1.067vw, 4.4px);
  }
}
.p-contents-cta__tel__time {
  color: #636b72;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .p-contents-cta__tel__time {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .p-contents-cta__tel__time {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    line-height: 1.5;
  }
}
@media screen and (min-width: 835px) {
  .p-contents-cta__button {
    margin-top: min(1.318vw, 19.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-contents-cta__button {
    margin-top: min(5.333vw, 22px);
  }
}

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

.u-color {
  /* 案件によって必要なサブカラーを追加する
  &--sub-1{
    color: $sub-1;
  }
  &--sub-1{
    color: $sub-1;
  }
  */
}
.u-color--accent {
  color: #009ee7;
}
.u-color--main {
  color: #edf1f4;
}
.u-color--base {
  color: #ffffff;
}
.u-color--text {
  color: #34383c;
}
.u-color--text-second {
  color: #636b72;
}
.u-color--text-third {
  color: #7f8890;
}
.u-color--text-white {
  color: #ffffff;
}
.u-color--text-link {
  color: #579bc6;
}
.u-color--text-placeholder {
  color: #7f8890;
}
.u-color--text-alert {
  color: #f0a3a3;
}
.u-color--border {
  border: 1px solid #dddddd;
}
.u-color--bg-white {
  background-color: #ffffff;
}
.u-color--bg-blue {
  background-color: #edf1f4;
}
.u-color--bg-gray {
  background-color: #edf1f4;
}
.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 (max-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-flex-ai-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-lg-flex-ai-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .d-lg-flex-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-lg-flex-jc-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-lg-flex-jc-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-lg-flex-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-lg-flex-jc-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-lg-inline-block, table.d-lg-block {
    display: table !important;
  }
  table th.d-lg-inline-block, table th.d-lg-block,
  table td.d-lg-inline-block,
  table td.d-lg-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 1194px) {
  .d-tb-none {
    display: none !important;
  }
  .d-tb-inline {
    display: inline !important;
  }
  .d-tb-inline-block {
    display: inline-block !important;
  }
  .d-tb-block {
    display: block !important;
  }
  .d-tb-table {
    display: table !important;
  }
  .d-tb-table-row {
    display: table-row !important;
  }
  .d-tb-table-cell {
    display: table-cell !important;
  }
  .d-tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-tb-flex-ai-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-tb-flex-ai-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .d-tb-flex-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-tb-flex-jc-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-tb-flex-jc-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-tb-flex-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-tb-flex-jc-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-tb-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-tb-inline-block, table.d-tb-block {
    display: table !important;
  }
  table th.d-tb-inline-block, table th.d-tb-block,
  table td.d-tb-inline-block,
  table td.d-tb-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 834px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-flex-ai-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-md-flex-ai-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .d-md-flex-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-md-flex-jc-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-md-flex-jc-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-md-flex-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-md-flex-jc-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-md-inline-block, table.d-md-block {
    display: table !important;
  }
  table th.d-md-inline-block, table th.d-md-block,
  table td.d-md-inline-block,
  table td.d-md-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 540px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-flex-ai-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-sm-flex-ai-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .d-sm-flex-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-sm-flex-jc-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-sm-flex-jc-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-sm-flex-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-sm-flex-jc-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-sm-inline-block, table.d-sm-block {
    display: table !important;
  }
  table th.d-sm-inline-block, table th.d-sm-block,
  table td.d-sm-inline-block,
  table td.d-sm-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 360px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
}
.u-m-0 {
  margin: 0 !important;
}
.u-m-auto {
  margin: auto !important;
}
.u-m-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.u-m-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-m-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.u-mt-100 {
  margin-top: min(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;
  }
}
@media screen and (min-width: 835px) {
  .u-text {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .u-text {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.u-text--bold {
  font-weight: 700 !important;
}
.u-text--normal {
  font-weight: 400 !important;
}
.u-text--size--lg {
  font-size: clamp(20.4px, 1.757vw, 26.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--lg {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size--md {
  font-size: clamp(13.6px, 1.171vw, 17.6px) !important;
}
@media screen and (max-width: 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-text--notice {
  color: #7f8890;
  font-size: clamp(10.2px, 0.878vw, 13.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--notice {
    font-size: clamp(10.2px, 3.2vw, 13.2px) !important;
  }
}

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

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

.u-wid-10 {
  width: min(0.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;
}
.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;
  }
}