@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 {
  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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

body {
  -webkit-text-size-adjust: 100%;
  color: #1d1e22;
  font-family: "Inter", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  overflow-x: clip;
  position: relative;
  font-size: clamp(13.6px, 1.111vw, 17.6px);
}
@media screen and (max-width: 834px) {
  body {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}

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

a {
  transition: all 0.3s ease;
}
a img {
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  a:hover {
    color: #219abd;
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.6;
  }
}

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

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

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

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

strong {
  font-weight: 700;
}

p a,
td a,
th a,
blockquote a {
  color: #1d1e22;
  text-decoration: underline;
}
@media screen and (min-width: 835px) {
  p a:hover,
  td a:hover,
  th a:hover,
  blockquote a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

hr {
  width: min(94.444vw, 1496px);
  height: 1px;
  margin-inline: auto;
  background-color: #1d1e22;
  border: none;
}
@media screen and (max-width: 834px) {
  hr {
    width: calc(100% - min(10.667vw, 44px));
  }
}

.l-main {
  padding-top: clamp(72.25px, 5.903vw, 93.5px);
}
@media screen and (max-width: 834px) {
  .l-main {
    padding-top: clamp(54.4px, 17.067vw, 70.4px);
  }
}

.l-header {
  width: 100%;
  height: clamp(72.25px, 5.903vw, 93.5px);
  background-color: #ffffff;
  position: absolute;
  top: 0;
  z-index: 20;
}
@media screen and (max-width: 834px) {
  .l-header {
    height: clamp(54.4px, 17.067vw, 70.4px);
  }
}
.l-header.is-scroll {
  position: fixed;
  box-shadow: 0 min(0.833vw, 13.2px) min(1.111vw, 17.6px) 0 rgba(94, 94, 94, 0.04);
  backdrop-filter: blur(min(3.75vw, 59.4px));
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 834px) {
  .l-header.is-scroll {
    box-shadow: 0 min(3.2vw, 13.2px) min(4.267vw, 17.6px) 0 rgba(94, 94, 94, 0.04);
    backdrop-filter: blur(min(14.4vw, 59.4px));
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  max-width: min(100vw, 1584px);
  margin: auto;
  padding: 0 min(4.167vw, 66px);
  position: relative;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-auto-flow: column;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 834px) {
  .l-header__inner {
    padding: 0;
  }
}
.l-header__logo {
  display: block;
}
@media screen and (max-width: 834px) {
  .l-header__logo {
    padding-left: min(5.333vw, 22px);
  }
}
.l-header__logo a {
  width: min(9.722vw, 154px);
  height: min(3.125vw, 49.5px);
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  font-size: 0;
  text-indent: -999em;
  display: block;
}
@media screen and (max-width: 834px) {
  .l-header__logo a {
    width: min(23.467vw, 96.8px);
    height: min(7.733vw, 31.9px);
  }
}
@media screen and (min-width: 835px) {
  .l-header__logo a:hover {
    opacity: 0.6;
  }
}
.l-header__nav {
  display: grid;
  grid-auto-flow: column;
  place-items: center;
  font-size: clamp(11.9px, 0.972vw, 15.4px);
}
@media screen and (max-width: 834px) {
  .l-header__nav {
    width: 100%;
    display: block;
    place-items: unset;
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (min-width: 835px) {
  .l-header__nav__wrapper {
    display: flex !important;
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__wrapper {
    display: none;
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    overflow: auto;
    height: calc(100vh - min(14.4vw, 59.4px));
    padding: min(14.4vw, 59.4px) min(5.333vw, 22px) min(14.4vw, 59.4px);
    top: clamp(54.4px, 17.067vw, 70.4px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__inner {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.l-header__nav__item {
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-header__nav__item {
    transition: all 0.3s ease;
  }
}
.l-header__nav__item.is-act::before {
  opacity: 0;
}
.l-header__nav__item.is-act::after {
  transform: rotate(0);
}
@media screen and (min-width: 835px) {
  .l-header__nav__item:hover .l-header__head,
  .l-header__nav__item:hover .l-header__link {
    color: #219abd !important;
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__item + .l-header__nav__item {
    margin-top: min(6.4vw, 26.4px);
  }
}
.l-header__nav__item.--button {
  margin-left: min(1.389vw, 22px);
}
@media screen and (min-width: 835px) {
  .l-header__nav__item.--button {
    border-bottom: none;
    margin-left: 0;
    margin-top: min(1.389vw, 22px);
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__item.--button {
    margin-top: min(5.333vw, 22px);
  }
}
.l-header__nav__item__en {
  font-size: clamp(18.7px, 5.867vw, 24.2px);
}
@media screen and (min-width: 835px) {
  .l-header__nav__item__en {
    display: none;
  }
}
.l-header__nav__lang {
  color: #9fa0a2;
}
.l-header__nav__lang.--active {
  color: #1d1e22;
  pointer-events: none;
}
.l-header__nav--mini {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .l-header__nav--mini {
    margin-left: min(1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav--mini {
    justify-content: center;
    margin-top: min(10.667vw, 44px);
    padding-top: min(10.667vw, 44px);
    border-top: 1px solid #48494d;
  }
}
.l-header__nav--mini__item {
  padding-inline: min(0.833vw, 13.2px);
  font-size: clamp(10.2px, 0.833vw, 13.2px);
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .l-header__nav--mini__item {
    padding-inline: min(2.667vw, 11px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (min-width: 835px) {
  .l-header__nav--mini__item + .l-header__nav--mini__item {
    border-left: 1px solid #1d1e22;
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav--mini__item + .l-header__nav--mini__item {
    padding-left: 0;
  }
  .l-header__nav--mini__item + .l-header__nav--mini__item::before {
    content: "/";
    margin-right: min(2.667vw, 11px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav--mini__item.--lang {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .l-header__nav--sp {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav--sp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: min(5.333vw, 22px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.l-header__link, .l-header__head {
  height: clamp(72.25px, 5.903vw, 93.5px);
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0 min(0.833vw, 13.2px);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .l-header__link, .l-header__head {
    justify-content: center;
    gap: min(2.133vw, 8.8px);
    width: 100%;
    height: auto;
    padding: min(0.694vw, 11px) 0;
  }
}
.l-header__link::before, .l-header__head::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #0376bc;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .l-header__link::before, .l-header__head::before {
    content: none;
  }
  .l-header__link::after, .l-header__head::after {
    font-family: "Font Awesome 6 Pro";
    transition: all 0.3s ease;
  }
}
.l-header__head::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-size: clamp(15.3px, 1.25vw, 19.8px);
  font-weight: 500;
  padding-left: min(0.556vw, 8.8px);
}
@media screen and (min-width: 835px) {
  .l-header__head::after {
    transition: scale 0.3s ease;
  }
}
@media screen and (max-width: 834px) {
  .l-header__head::after {
    content: "\f067";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (min-width: 835px) {
  .l-header__head.is-act {
    color: #219abd;
  }
}
@media screen and (max-width: 834px) {
  .l-header__head.is-act {
    margin-bottom: min(2.133vw, 8.8px);
  }
}
@media screen and (min-width: 835px) {
  .l-header__head.is-act::after {
    scale: 1 -1;
  }
}
@media screen and (max-width: 834px) {
  .l-header__head.is-act::after {
    content: "\f068";
  }
}
.l-header__button[class*=c-button] {
  display: grid;
  place-items: center;
  width: min(2.778vw, 44px);
  height: min(2.778vw, 44px);
  margin-block: auto;
  color: #ffffff;
  background-color: #1d1e22;
  border-radius: 50%;
}
@media screen and (min-width: 835px) {
  .l-header__button[class*=c-button] {
    margin-left: min(1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__button[class*=c-button] {
    width: min(10.667vw, 44px);
    height: min(10.667vw, 44px);
  }
}
.l-header__button[class*=c-button]::after {
  display: none;
}
.l-header__button[class*=c-button] i {
  margin-inline: 0;
  font-size: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .l-header__button[class*=c-button] i {
    font-size: min(4.8vw, 19.8px);
  }
}
.l-header__sub {
  cursor: default;
  display: grid;
  transition: all 0.3s ease;
}
.l-header__sub__wrapper {
  display: none;
}
@media screen and (max-width: 834px) {
  .l-header__sub__wrapper {
    display: grid !important;
    transition: 350ms all ease;
    grid-template-rows: 0fr;
    text-align: center;
  }
  .l-header__sub__wrapper.is-act {
    grid-template-rows: 1fr;
  }
  .l-header__sub__wrapper .l-header__sub {
    overflow: hidden;
  }
}
@media screen and (min-width: 835px) {
  .l-header__sub {
    width: max-content;
    min-width: 100%;
    max-height: min(69.444vw, 1100px);
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 min(0.833vw, 13.2px) min(1.111vw, 17.6px) 0 rgba(94, 94, 94, 0.04);
    backdrop-filter: blur(min(3.75vw, 59.4px));
    position: absolute;
    top: calc(clamp(72.25px, 5.903vw, 93.5px) + min(0.208vw, 3.3px));
    left: max(-1.389vw, -22px);
    padding: min(1.389vw, 22px) min(2.222vw, 35.2px);
    row-gap: min(0.556vw, 8.8px);
    column-gap: min(1.667vw, 26.4px);
    grid-auto-flow: column;
    grid-template-rows: repeat(auto-fit, minmax(1em, max-content));
  }
  .l-header__sub:has(:nth-child(7)) {
    max-width: min(52.083vw, 825px);
    grid-template-rows: repeat(6, minmax(1em, max-content));
    grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
  }
}
@media screen and (max-width: 834px) {
  .l-header__sub {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 835px) {
  .l-header__sub__item {
    max-width: 250px;
  }
}
@media screen and (max-width: 834px) {
  .l-header__sub__item {
    width: min(68vw, 280.5px);
    margin-inline: auto;
    padding: min(3.2vw, 13.2px) min(2.667vw, 11px) 0;
    background-color: #fafafa;
  }
  .l-header__sub__item + .l-header__sub__item {
    padding-top: min(2.133vw, 8.8px);
  }
  .l-header__sub__item:last-child {
    padding-bottom: min(3.2vw, 13.2px);
  }
}
.l-header__sub__item a {
  position: relative;
  word-break: break-all;
}
@media screen and (max-width: 834px) {
  .l-header__sub__item a {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 834px) {
  .l-header__hamburger {
    display: block;
    margin-left: auto;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    width: clamp(54.4px, 17.067vw, 70.4px);
    height: clamp(54.4px, 17.067vw, 70.4px);
  }
  .l-header__hamburger::before, .l-header__hamburger::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  .l-header__hamburger::before {
    content: "\e0ae";
    font-size: clamp(25.5px, 8vw, 33px);
  }
  .l-header__hamburger::after {
    content: "\f00d";
    opacity: 0;
    font-size: clamp(25.5px, 8vw, 33px);
  }
}
@media screen and (min-width: 835px) {
  .l-header__hamburger:hover {
    color: #0376bc;
  }
}
.l-header__hamburger.is-act::before {
  opacity: 0;
}
.l-header__hamburger.is-act::after {
  opacity: 1;
}

.l-footer {
  width: 100%;
  background-color: #ffffff;
  margin-top: auto;
}
.l-footer__wrapper {
  width: 100%;
  position: relative;
}
.l-footer__inner {
  width: 100%;
  padding-block: min(5.556vw, 88px) min(2.778vw, 44px);
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .l-footer__inner {
    max-width: min(94.444vw, 1496px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__inner {
    padding: min(21.333vw, 88px) min(5.333vw, 22px) min(8.533vw, 35.2px);
  }
}
.l-footer__top {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-areas: "logo nav" "contact nav";
  align-items: start;
  gap: min(2.222vw, 35.2px);
}
@media screen and (min-width: 835px) {
  .l-footer__top {
    padding-inline: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__top {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "nav" "contact";
    gap: min(10.667vw, 44px);
  }
}
.l-footer__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  width: min(11.181vw, 177.1px);
  height: min(3.611vw, 57.2px);
}
@media screen and (max-width: 834px) {
  .l-footer__logo {
    width: min(42.933vw, 177.1px);
    height: min(13.867vw, 57.2px);
    margin-inline: auto;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__contact {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: contact;
}
.l-footer__contact .c-button--lg {
  margin-inline: auto;
}
.l-footer__contact .c-button--lg i {
  margin-inline: clamp(10.2px, 0.833vw, 13.2px);
  font-size: clamp(15.3px, 1.25vw, 19.8px);
}
@media screen and (max-width: 834px) {
  .l-footer__contact .c-button--lg i {
    margin-inline: clamp(10.2px, 3.2vw, 13.2px);
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.l-footer__contact-time {
  margin-top: min(1.111vw, 17.6px);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-footer__contact-time {
    margin-top: min(4.267vw, 17.6px);
  }
}
.l-footer__nav {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: nav;
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
}
@media screen and (max-width: 834px){
  .l-footer__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer__contact {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .l-footer__nav {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 835px) {
  .l-footer__nav {
    gap: min(1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav {
    grid-auto-flow: row;
    justify-content: center;
  }
}
@media screen and (min-width: 835px) {
  .l-footer__nav-section + .l-footer__nav-section {
    margin-left: min(3.611vw, 57.2px);
    padding-left: min(3.611vw, 57.2px);
    border-left: 1px solid #e0e1e3;
  }
}
@media screen and (max-width: 1194px) {
  .l-footer__nav-section + .l-footer__nav-section {
    margin-left: min(3.125vw, 49.5px);
    padding-left: min(3.125vw, 49.5px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav-section + .l-footer__nav-section {
    margin-left: 0;
    padding-left: 0;
    margin-top: min(4.267vw, 17.6px);
  }
}
.l-footer__nav-item {
  min-width: min(10.417vw, 165px);
  color: #48494d;
}
@media screen and (max-width: 1194px) {
  .l-footer__nav-item {
    min-width: min(32vw, 132px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav-item {
    min-width: unset;
    text-align: center;
  }
}
.l-footer__nav-item + .l-footer__nav-item {
  margin-top: min(1.111vw, 17.6px);
}
@media screen and (max-width: 834px) {
  .l-footer__nav-item + .l-footer__nav-item {
    margin-top: min(4.267vw, 17.6px);
  }
}
.l-footer__nav-sub-list {
  margin-top: min(0.278vw, 4.4px);
}
@media screen and (max-width: 834px) {
  .l-footer__nav-sub-list {
    margin-top: min(1.067vw, 4.4px);
  }
}
.l-footer__nav-sub-item {
  line-height: 1.8;
}
.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: #e0e1e3 solid 1px;
  margin-top: min(8.333vw, 132px);
  padding-top: min(2.292vw, 36.3px);
  color: #48494d;
}
@media screen and (max-width: 834px) {
  .l-footer__bottom {
    flex-direction: column-reverse;
    gap: min(8.533vw, 35.2px);
    width: min(78.667vw, 324.5px);
    margin-top: min(13.867vw, 57.2px);
    margin-inline: auto;
    padding-top: min(8.8vw, 36.3px);
  }
}
.l-footer__copyright {
  text-align: center;
}
.l-footer__copyright small {
  font-size: clamp(10.2px, 0.833vw, 13.2px);
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .l-footer__copyright small {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.l-footer__legal-list {
  display: flex;
  align-items: center;
  gap: min(1.667vw, 26.4px);
}
@media screen and (max-width: 834px) {
  .l-footer__legal-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: min(2.133vw, 8.8px) min(7.467vw, 30.8px);
  }
}

.l-body {
  width: auto;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease;
  overflow-x: clip;
}

.l-inner {
  width: min(91.667vw, 1452px);
  padding-inline: min(1.389vw, 22px);
}
@media screen and (min-width: 835px) {
  .l-inner {
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .l-inner {
    width: 100%;
    padding-inline: min(5.333vw, 22px);
  }
}

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

[class*=l-section] {
  width: 100%;
  padding: min(5.556vw, 88px) 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  [class*=l-section] {
    padding: min(16vw, 66px) 0;
  }
}
[class*=l-section] + [class*=l-section] {
  padding-top: 0;
}
[class*=l-section][class*=u-color--bg] {
  padding-top: min(5.556vw, 88px);
}
@media screen and (max-width: 834px) {
  [class*=l-section][class*=u-color--bg] {
    padding-top: min(16vw, 66px);
  }
}
[class*=l-section][class*=u-color--bg] + [class*=l-section] {
  padding-top: min(5.556vw, 88px);
}
@media screen and (max-width: 834px) {
  [class*=l-section][class*=u-color--bg] + [class*=l-section] {
    padding-top: min(16vw, 66px);
  }
}

.l-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-content {
    padding: min(5.556vw, 88px) 0;
  }
}
@media screen and (max-width: 834px) {
  .l-content {
    display: block;
    padding: min(16vw, 66px) 0;
  }
}
.l-content__main {
  width: calc(100% - min(31.944vw, 506px));
}
@media screen and (max-width: 834px) {
  .l-content__main {
    width: calc(100% - min(122.667vw, 506px));
    margin-bottom: min(16vw, 66px);
  }
}
.l-content__main.--wide {
  width: calc(100% - min(28.472vw, 451px));
}
@media screen and (max-width: 834px) {
  .l-content__main.--wide {
    width: calc(100% - min(109.333vw, 451px));
  }
}
@media screen and (min-width: 835px) {
  .l-content__side {
    width: min(26.389vw, 418px);
  }
}
@media screen and (max-width: 834px) {
  .l-content__main, .l-content__side {
    width: 100%;
  }
}
.l-content__main > *:first-child, .l-content__side > *:first-child {
  margin-top: 0;
}
.l-content__main > *:last-child, .l-content__side > *:last-child {
  margin-bottom: 0;
}

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

.c-button--md, .c-button--lg {
  max-width: 100%;
  background-color: #1d1e22;
  color: #ffffff;
  font-family: "Inter", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.6;
  border: none;
  border-radius: min(4.167vw, 66px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .c-button--md, .c-button--lg {
    border-radius: min(16vw, 66px);
  }
}
.c-button--md::after, .c-button--lg::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f105";
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 835px) {
  .c-button--md::after, .c-button--lg::after {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    right: min(2.083vw, 33px);
  }
}
@media screen and (max-width: 834px) {
  .c-button--md::after, .c-button--lg::after {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    right: min(8vw, 33px);
  }
}
@media screen and (min-width: 835px) {
  .c-button--md:hover, .c-button--lg:hover {
    opacity: 0.75;
    color: #ffffff;
  }
}
[target=_blank].c-button--md::after, [target=_blank].c-button--lg::after {
  content: "\f08e";
}

@media screen and (min-width: 835px) {
  .c-button--lg {
    width: clamp(272px, 22.222vw, 352px);
    height: clamp(47.6px, 3.889vw, 61.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-button--lg {
    width: clamp(284.75px, 89.333vw, 368.5px);
    height: clamp(47.6px, 14.933vw, 61.6px);
  }
}
@media screen and (min-width: 835px) {
  .c-button--md {
    width: clamp(204px, 16.667vw, 264px);
    height: clamp(47.6px, 3.889vw, 61.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-button--md {
    width: clamp(204px, 64vw, 264px);
    height: clamp(47.6px, 14.933vw, 61.6px);
  }
}
.c-button--border {
  background-color: unset;
  color: #48494d;
  border: #48494d solid 1px;
}
.c-button--border::after {
  color: #48494d;
}
@media screen and (min-width: 835px) {
  .c-button--border:hover {
    color: #1d1e22;
  }
}
.c-button--icon::after {
  content: none;
}
@media screen and (min-width: 835px) {
  .c-button--icon i {
    font-size: clamp(15.3px, 1.25vw, 19.8px);
    margin-right: min(0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-button--icon i {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-right: min(3.2vw, 13.2px);
  }
}
.c-button--disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.c-button--center {
  margin-inline: auto;
}
.c-button__list {
  display: flex;
  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.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-button__list [class*=c-button] + [class*=c-button] {
    margin-left: min(2.667vw, 11px);
  }
}

.c-pagetop {
  position: absolute;
  z-index: 10;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 835px) {
  .c-pagetop {
    width: clamp(47.6px, 3.889vw, 61.6px);
    height: clamp(47.6px, 3.889vw, 61.6px);
    right: min(2.083vw, 33px);
  }
}
@media screen and (max-width: 834px) {
  .c-pagetop {
    width: clamp(47.6px, 14.933vw, 61.6px);
    height: clamp(47.6px, 14.933vw, 61.6px);
    right: min(8vw, 33px);
  }
}
.c-pagetop a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: #1d1e22 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.c-pagetop a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f106";
  color: #1d1e22;
  line-height: 1;
  display: block;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-pagetop a::before {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-pagetop a::before {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.c-pagetop a span {
  text-indent: -999em;
}
.c-pagetop.is-hide {
  z-index: 1;
}

.c-row + .c-button--border {
  margin-top: min(4.167vw, 66px);
}
@media screen and (max-width: 834px) {
  .c-row + .c-button--border {
    margin-top: min(10.667vw, 44px);
  }
}

.c-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: min(1.389vw, 22px) min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .c-row {
    gap: min(10.667vw, 44px) min(4.267vw, 17.6px);
  }
}
.c-row:where(.--gap-wide) {
  gap: min(3.333vw, 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.556vw, 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 {
  grid-column: span 1;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-1 {
    grid-column: span 1 !important;
  }
}
.c-col-2 {
  grid-column: span 2;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-2 {
    grid-column: span 2 !important;
  }
}
.c-col-3 {
  grid-column: span 3;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-3 {
    grid-column: span 3 !important;
  }
}
.c-col-4 {
  grid-column: span 4;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-4 {
    grid-column: span 4 !important;
  }
}
.c-col-5 {
  grid-column: span 5;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-5 {
    grid-column: span 5 !important;
  }
}
.c-col-6 {
  grid-column: span 6;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-6 {
    grid-column: span 6 !important;
  }
}
.c-col-7 {
  grid-column: span 7;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-7 {
    grid-column: span 7 !important;
  }
}
.c-col-8 {
  grid-column: span 8;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-8 {
    grid-column: span 8 !important;
  }
}
.c-col-9 {
  grid-column: span 9;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-9 {
    grid-column: span 9 !important;
  }
}
.c-col-10 {
  grid-column: span 10;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-10 {
    grid-column: span 10 !important;
  }
}
.c-col-11 {
  grid-column: span 11;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-11 {
    grid-column: span 11 !important;
  }
}
.c-col-12 {
  grid-column: span 12;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-12 {
    grid-column: span 12 !important;
  }
}

.c-title--5, .c-title--4, .c-title--3, .c-title--2, .c-title--1 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
  position: relative;
}
@media screen and (max-width: 834px) {
  .--sp-narrow.c-title--5, .--sp-narrow.c-title--4, .--sp-narrow.c-title--3, .--sp-narrow.c-title--2, .--sp-narrow.c-title--1 {
    line-height: 1.6;
  }
}

.c-title--1 {
  font-size: clamp(34px, 2.778vw, 44px);
  line-height: 2;
  margin-bottom: min(5.556vw, 88px);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .c-title--1 {
    font-size: clamp(30.6px, 9.6vw, 39.6px);
    margin-bottom: min(17.067vw, 70.4px);
  }
}
.c-title--1 span {
  font-size: clamp(15.3px, 1.25vw, 19.8px);
  color: #0376bc;
  display: block;
}
@media screen and (max-width: 834px) {
  .c-title--1 span {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.c-title--2 {
  font-size: clamp(30.6px, 2.5vw, 39.6px);
  line-height: 2;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: anywhere;
  padding-top: min(11.111vw, 176px);
  padding-bottom: min(4.167vw, 66px);
}
@media screen and (max-width: 834px) {
  .c-title--2 {
    font-size: clamp(22.95px, 7.2vw, 29.7px);
    padding-top: min(32vw, 132px);
    padding-bottom: min(13.867vw, 57.2px);
  }
}
.c-title--2__shoulder {
  display: flex;
  align-items: center;
  margin-bottom: min(0.694vw, 11px);
  font-size: clamp(11.9px, 0.972vw, 15.4px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 834px) {
  .c-title--2__shoulder {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-bottom: min(2.667vw, 11px);
  }
}
.c-title--2__shoulder::before {
  content: "";
  display: block;
  width: clamp(11.9px, 0.972vw, 15.4px);
  height: clamp(11.9px, 0.972vw, 15.4px);
  background-color: #29afd3;
  border-radius: 50%;
  margin-right: min(0.694vw, 11px);
}
@media screen and (max-width: 834px) {
  .c-title--2__shoulder::before {
    margin-right: min(2.667vw, 11px);
  }
}
.c-title--3 {
  font-size: clamp(23.8px, 1.944vw, 30.8px);
  word-break: keep-all;
  overflow-wrap: anywhere;
  margin-top: min(3.611vw, 57.2px);
  margin-bottom: min(2.222vw, 35.2px);
  letter-spacing: 0;
}
@media screen and (max-width: 834px) {
  .c-title--3 {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    margin-top: min(13.867vw, 57.2px);
    margin-bottom: min(6.4vw, 26.4px);
  }
}
.c-title--4 {
  font-size: clamp(17px, 1.389vw, 22px);
  margin-bottom: min(0.556vw, 8.8px);
}
@media screen and (max-width: 834px) {
  .c-title--4 {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-bottom: min(4.267vw, 17.6px);
  }
}
.c-title--5 {
  font-size: clamp(17px, 1.389vw, 22px);
  margin-bottom: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .c-title--5 {
    font-size: clamp(17px, 5.333vw, 22px);
    margin-bottom: min(5.333vw, 22px);
  }
}
.c-title__header {
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .c-title__header {
    padding-top: min(16vw, 66px);
  }
}
@media screen and (min-width: 835px) {
  .c-title__header .c-title--1 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 835px) {
  .c-title__header__inner {
    margin-right: calc((100dvw - 100%) / 2 * -1);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 834px) {
  .c-title__header__inner {
    width: 100%;
  }
}
.c-title__header__inner:not(:has(.c-title__header__image)) {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .c-title__header__inner:not(:has(.c-title__header__image)) {
    display: block;
    margin-right: unset;
    padding: min(8.333vw, 132px) min(5.556vw, 88px) 0;
  }
}
@media screen and (max-width: 834px) {
  .c-title__header__inner:not(:has(.c-title__header__image)) {
    padding: min(10.667vw, 44px) min(5.333vw, 22px) 0;
  }
}
@media screen and (max-width: 834px) {
  .c-title__header__inner:not(:has(.c-title__header__image)) .c-title--1 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 835px) {
  .c-title__header__image {
    width: min(55.556vw, 880px);
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .c-title__header__image {
    width: calc(100% + min(10.667vw, 44px));
    translate: calc(min(5.333vw, 22px) * -1) 0;
  }
}
.c-title__header__image img {
  width: 100%;
}
.c-title__description {
  margin-bottom: min(4.444vw, 70.4px);
  font-size: clamp(11.9px, 0.972vw, 15.4px);
}
@media screen and (min-width: 835px) {
  .c-title__description {
    width: clamp(474.3px, 38.75vw, 613.8px);
    margin-top: max(-5.833vw, -92.4px);
    margin-left: auto;
  }
}
@media screen and (max-width: 834px) {
  .c-title__description {
    margin-bottom: min(21.333vw, 88px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}

.c-accordion {
  border: #e0e1e3 solid 1px;
}
.c-accordion + .c-accordion {
  margin-top: min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .c-accordion + .c-accordion {
    margin-top: min(13.867vw, 57.2px);
  }
}
.c-accordion__header {
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-accordion__header {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
}
@media (hover: hover) {
  .c-accordion__header:hover .c-accordion__title {
    opacity: 0.75;
  }
}
@media screen and (min-width: 835px) {
  .c-accordion__image {
    width: min(25vw, 396px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__image {
    width: 100%;
  }
}
.c-accordion__image img {
  width: 100%;
}
.c-accordion__tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: min(0.486vw, 7.7px) min(0.833vw, 13.2px);
  font-size: clamp(11.05px, 0.903vw, 14.3px);
  line-height: 1;
  color: #ffffff;
  background-color: #29afd3;
  border-bottom-right-radius: min(0.278vw, 4.4px);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .c-accordion__tag {
    padding: clamp(5.95px, 1.867vw, 7.7px) clamp(10.2px, 3.2vw, 13.2px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    border-bottom-right-radius: min(1.067vw, 4.4px);
  }
}
.c-accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-accordion__title {
    flex: 1;
    padding-inline: min(4.167vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__title {
    padding-block: min(6.4vw, 26.4px);
    padding-inline: min(5.333vw, 22px);
  }
}
.c-accordion__title > * {
  margin: 0;
}
.c-accordion__icon {
  aspect-ratio: 1;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-accordion__icon {
    width: clamp(20.4px, 1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__icon {
    width: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.c-accordion__icon::before, .c-accordion__icon::after {
  z-index: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  color: #1d1e22;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    font-size: clamp(20.4px, 1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.c-accordion__icon::before {
  content: "+";
}
.c-accordion__icon::after {
  content: "\f068";
  opacity: 0;
}
.is-active .c-accordion__icon::before {
  opacity: 0;
}
.is-active .c-accordion__icon::after {
  opacity: 1;
}
.c-accordion__content {
  display: none;
}
@media screen and (min-width: 835px) {
  .c-accordion__content__inner {
    padding: min(4.167vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__content__inner {
    padding: 0 min(5.333vw, 22px) min(8.533vw, 35.2px);
  }
}

.c-accordion--hide {
  /* + */
}
.c-accordion--hide__list {
  width: 0.7833333333;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .c-accordion--hide__list {
    width: auto;
  }
}
.c-accordion--hide__item {
  position: relative;
  z-index: 0;
}
.c-accordion--hide__item + .c-accordion--hide__item {
  margin-top: min(5.556vw, 88px);
}
.c-accordion--hide__check {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.c-accordion--hide__mask {
  position: relative;
  z-index: 0;
}
.c-accordion--hide__mask::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.501860119) 50%, rgb(255, 255, 255) 100%);
  transition: opacity 0.3s ease;
}
input:checked + .c-accordion--hide__mask::after {
  opacity: 0;
}
.c-accordion--hide__body {
  max-height: 4em;
  overflow: hidden;
  transition: 0.3s ease;
  transition: max-height 0.3s ease;
}
.c-accordion--hide__text {
  padding-bottom: min(1.111vw, 17.6px);
}
@media screen and (max-width: 834px) {
  .c-accordion--hide__text {
    padding-bottom: min(4.267vw, 17.6px);
  }
}
.c-accordion--hide__label {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(1.667vw, 26.4px);
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media screen and (max-width: 834px) {
  .c-accordion--hide__label {
    margin-top: min(6.4vw, 26.4px);
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .c-accordion--hide__check:hover ~ .c-accordion--hide__label {
    color: #005cd1;
  }
}
.c-accordion--hide__icon {
  position: relative;
  z-index: 0;
  display: block;
  width: min(0.972vw, 15.4px);
  height: min(0.972vw, 15.4px);
  margin-top: min(0.139vw, 2.2px);
  margin-left: min(0.833vw, 13.2px);
  /* 横棒 */
}
@media screen and (max-width: 834px) {
  .c-accordion--hide__icon {
    width: min(3.733vw, 15.4px);
    height: min(3.733vw, 15.4px);
    margin-top: min(0.533vw, 2.2px);
    margin-left: min(3.2vw, 13.2px);
  }
}
.c-accordion--hide__icon::before, .c-accordion--hide__icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: min(0.694vw, 11px);
  background: #005cd1;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.c-accordion--hide__icon::after {
  transform: translateY(-50%) rotate(90deg);
}
input:checked ~ .c-accordion--hide__label .c-accordion--hide__icon::after {
  transform: translateY(-50%) rotate(0);
}

.c-breadcrumbs__inner {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: right;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__inner {
    max-width: min(88.889vw, 1408px);
    padding-left: min(1.389vw, 22px);
    padding-right: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__inner {
    padding-left: min(5.333vw, 22px);
    padding-right: min(5.333vw, 22px);
  }
}
.c-breadcrumbs__list {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    line-height: clamp(17px, 1.389vw, 22px);
    margin-bottom: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list {
    margin-bottom: min(5.333vw, 22px);
  }
}
.c-breadcrumbs__list__item {
  display: inline;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list__item span {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item span {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-breadcrumbs__list__item:not(:last-child)::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  display: inline-block;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list__item:not(:last-child)::after {
    font-size: min(1.111vw, 17.6px);
    margin-left: min(0.972vw, 15.4px);
    margin-right: min(1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item:not(:last-child)::after {
    font-size: min(3.733vw, 15.4px);
    margin-left: min(3.2vw, 13.2px);
    margin-right: min(4.267vw, 17.6px);
  }
}
.c-breadcrumbs__list__item a {
  position: relative;
}
.c-breadcrumbs__list__item a span {
  color: #1d1e22;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list__item a:hover span {
    opacity: 0.7;
    text-decoration: none;
  }
}

.c-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  margin: auto;
  position: relative;
  transition: none;
  outline: none;
}
.c-card.--shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.c-card.--radius {
  border-radius: min(0.278vw, 4.4px);
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .c-card.--radius {
    border-radius: min(1.067vw, 4.4px);
  }
}
.c-card__wrapper {
  gap: min(3.333vw, 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(1.389vw, 22px) 0 0;
  }
}
@media screen and (max-width: 834px) {
  .c-card__inner {
    padding: min(5.333vw, 22px) 0 0;
  }
}
.c-card__thumb {
  width: 100%;
  display: block;
  aspect-ratio: 400/267;
  position: relative;
  overflow: hidden;
  border-radius: min(0.278vw, 4.4px);
}
@media screen and (max-width: 834px) {
  .c-card__thumb {
    border-radius: min(1.067vw, 4.4px);
  }
}
.c-card__thumb img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.c-card__thumb__note {
  position: absolute;
  bottom: min(0.556vw, 8.8px);
  right: min(0.556vw, 8.8px);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: min(0.278vw, 4.4px) min(0.556vw, 8.8px);
  font-size: clamp(8.5px, 0.694vw, 11px);
  border-radius: min(0.278vw, 4.4px);
}
@media screen and (max-width: 834px) {
  .c-card__thumb__note {
    bottom: min(2.133vw, 8.8px);
    right: min(2.133vw, 8.8px);
    padding: min(1.067vw, 4.4px) min(2.133vw, 8.8px);
    font-size: clamp(8.5px, 2.667vw, 11px);
  }
}
.c-card__block {
  cursor: pointer;
  outline: none;
}
.c-card__block:hover, .c-card__block:focus {
  outline: none;
}
.c-card__lead {
  color: #1d1e22;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  margin-top: min(1.111vw, 17.6px);
}
@media screen and (max-width: 834px) {
  .c-card__lead {
    font-size: clamp(12.75px, 4vw, 16.5px);
    margin-top: min(3.2vw, 13.2px);
  }
}
.c-card__lead a {
  color: #1d1e22;
  text-decoration: none;
}
.c-card__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-card__text {
  color: #48494d;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 835px) {
  .c-card__text {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    margin-top: min(1.389vw, 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: #48494d;
  display: block;
  position: relative;
  font-size: clamp(11.9px, 0.972vw, 15.4px);
  margin-top: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .c-card__subtext {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(5.333vw, 22px);
  }
}
.c-card__subtext + .c-card__lead {
  margin-top: 0;
}

@media screen and (min-width: 835px) {
  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-cta__banner {
  width: calc(100% - min(2.778vw, 44px));
  background-color: #fff;
  border: #e0e1e3 solid 1px;
  border-radius: 4px;
  margin: auto;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .c-cta__banner {
    max-width: min(27.083vw, 429px);
  }
}
@media screen and (max-width: 834px) {
  .c-cta__banner {
    width: calc(100% - min(10.667vw, 44px));
    max-width: min(104vw, 429px);
  }
}
.c-cta__banner.--fixed {
  display: none;
  border: none;
  border-radius: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: min(1.389vw, 22px);
  z-index: 10;
  overflow: visible;
}
@media screen and (max-width: 834px) {
  .c-cta__banner.--fixed {
    right: min(5.333vw, 22px);
  }
}
@media screen and (min-width: 835px) {
  .c-cta__banner.--wide {
    max-width: min(55.556vw, 880px);
  }
}
.c-cta__banner.--wide.--fixed {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.c-cta__banner__top {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-cta__banner__top {
    padding: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-cta__banner__top {
    padding: min(4vw, 16.5px);
  }
}
.c-cta__banner__top::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 835px) {
  .c-cta__banner__top::after {
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    width: min(2.917vw, 46.2px);
    height: min(1.111vw, 17.6px);
    bottom: calc(min(1.111vw, 17.6px) * -1);
  }
}
@media screen and (max-width: 834px) {
  .c-cta__banner__top::after {
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    width: min(8.533vw, 35.2px);
    height: min(3.2vw, 13.2px);
    bottom: calc(min(3.2vw, 13.2px) * -1);
  }
}
.c-cta__banner__top img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .c-cta__banner__bottom {
    padding: min(1.944vw, 30.8px) min(1.389vw, 22px) min(1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-cta__banner__bottom {
    padding: min(5.867vw, 24.2px) min(4vw, 16.5px) min(5.333vw, 22px);
  }
}
.c-cta__banner__image__inner a {
  display: block;
}
.c-cta__banner__image__inner a img {
  width: 100%;
}
.c-cta__banner__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: min(1.389vw, 22px);
}
@media screen and (max-width: 540px) {
  .c-cta__banner__inner {
    display: block;
    padding: min(1.736vw, 27.5px) min(1.042vw, 16.5px) min(1.042vw, 16.5px);
  }
}
.c-cta__banner__item {
  width: calc((100% - min(1.389vw, 22px)) / 2);
}
@media screen and (max-width: 540px) {
  .c-cta__banner__item {
    width: 100%;
  }
  .c-cta__banner__item:not(:last-child) {
    margin-bottom: min(1.042vw, 16.5px);
  }
}
.c-cta__banner__item.--tel {
  border: #e0e1e3 solid 1px;
}
@media screen and (max-width: 540px) {
  .c-cta__banner__item.--tel {
    height: min(14.933vw, 61.6px);
  }
}
.c-cta__banner__item__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-cta__banner__button {
  width: 100%;
}
.c-cta__banner__title, .c-cta__banner__tel {
  font-weight: 500;
  line-height: 1.6;
}
.c-cta__banner__title {
  margin-right: 0.75em;
}
@media screen and (min-width: 835px) {
  .c-cta__banner__title {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
  }
}
@media screen and (max-width: 540px) {
  .c-cta__banner__title {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-cta__banner__tel {
  font-size: clamp(23.8px, 1.944vw, 30.8px);
  margin: 0;
  margin: 0;
}
@media screen and (max-width: 360px) {
  .c-cta__banner__tel {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
  }
}
.c-cta__banner__close {
  background-color: #fff;
  border-radius: 50%;
  border: #0376bc solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-cta__banner__close {
    width: min(2.778vw, 44px);
    height: min(2.778vw, 44px);
    top: max(-0.694vw, -11px);
    right: max(-0.694vw, -11px);
  }
}
@media screen and (max-width: 834px) {
  .c-cta__banner__close {
    width: min(9.333vw, 38.5px);
    height: min(9.333vw, 38.5px);
    top: max(-2.667vw, -11px);
    right: max(-2.667vw, -11px);
  }
}
.c-cta__banner__close::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  color: #0376bc;
  font-size: min(1.25vw, 19.8px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .c-cta__banner__close::before {
    font-size: min(4.8vw, 19.8px);
  }
}
.c-cta__banner__close:hover {
  background-color: #0376bc;
}
.c-cta__banner__close:hover::before {
  color: #ffffff;
}
.c-cta__banner.is-hide {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.c-cta__fixed {
  display: none;
}
@media screen and (max-width: 834px) {
  .c-cta__fixed {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: min(4vw, 16.5px) min(5.333vw, 22px);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}
.c-cta__fixed.is-hide {
  z-index: 1;
}
.c-cta__bg {
  background-color: #ffffff;
}
.c-cta__inner {
  padding-top: min(4.167vw, 66px);
  padding-bottom: min(4.167vw, 66px);
}
@media screen and (max-width: 834px) {
  .c-cta__inner {
    padding-top: min(16vw, 66px);
    padding-bottom: min(16vw, 66px);
  }
}
@media screen and (min-width: 835px) {
  .c-cta__text {
    margin: min(1.944vw, 30.8px) 0;
  }
}
@media screen and (max-width: 834px) {
  .c-cta__text {
    margin: min(6.4vw, 26.4px) 0;
  }
}
.c-cta__list {
  margin-top: min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .c-cta__list {
    margin-top: min(10.667vw, 44px);
  }
}
.c-cta__list__item {
  padding: min(2.778vw, 44px) min(1.389vw, 22px);
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .c-cta__list__item {
    padding: min(10.667vw, 44px) min(5.333vw, 22px);
  }
}

.c-form, .c-form__select, .c-form__search, .c-form__textarea {
  width: 100%;
  background-color: #fff;
  line-height: 1.6;
  padding: 0 1em;
  border: #e0e1e3 solid 1px;
  border-radius: 4px;
  display: block;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-form, .c-form__select, .c-form__search, .c-form__textarea {
    max-width: min(20.278vw, 321.2px);
    height: min(3.333vw, 52.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-form, .c-form__select, .c-form__search, .c-form__textarea {
    max-width: 100%;
    height: min(12.8vw, 52.8px);
  }
}
.c-form:focus, .c-form__select:focus, .c-form__search:focus, .c-form__textarea:focus {
  border-color: #0376bc;
}
.c-form.--long, .--long.c-form__select, .--long.c-form__search, .--long.c-form__textarea {
  max-width: 100%;
}
.c-form.is-disabled, .is-disabled.c-form__select, .is-disabled.c-form__search, .is-disabled.c-form__textarea {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}
.c-form.is-disabled:focus, .is-disabled.c-form__select:focus, .is-disabled.c-form__search:focus, .is-disabled.c-form__textarea:focus {
  opacity: 0.6;
}
.c-form.is-alert, .is-alert.c-form__select, .is-alert.c-form__search, .is-alert.c-form__textarea {
  background-color: #fceded;
  color: #f0a3a3;
  border-color: #f0a3a3;
}
.c-form.is-alert:focus, .is-alert.c-form__select:focus, .is-alert.c-form__search:focus, .is-alert.c-form__textarea:focus, .c-form.is-alert::placeholder, .is-alert.c-form__select::placeholder, .is-alert.c-form__search::placeholder, .is-alert.c-form__textarea::placeholder {
  color: #f0a3a3;
}
@media screen and (min-width: 835px) {
  .c-form + .c-form, .c-form__select + .c-form, .c-form__select + .c-form__select, .c-form__search + .c-form, .c-form__search + .c-form__select, .c-form + .c-form__search, .c-form__select + .c-form__search, .c-form__search + .c-form__search, .c-form__textarea + .c-form, .c-form__textarea + .c-form__select, .c-form__textarea + .c-form__search, .c-form + .c-form__textarea, .c-form__select + .c-form__textarea, .c-form__search + .c-form__textarea, .c-form__textarea + .c-form__textarea,
  .c-form + .c-form__select {
    margin-top: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-form + .c-form, .c-form__select + .c-form, .c-form__select + .c-form__select, .c-form__search + .c-form, .c-form__search + .c-form__select, .c-form + .c-form__search, .c-form__select + .c-form__search, .c-form__search + .c-form__search, .c-form__textarea + .c-form, .c-form__textarea + .c-form__select, .c-form__textarea + .c-form__search, .c-form + .c-form__textarea, .c-form__select + .c-form__textarea, .c-form__search + .c-form__textarea, .c-form__textarea + .c-form__textarea,
  .c-form + .c-form__select {
    margin-top: min(5.333vw, 22px);
  }
}
.c-form__textarea {
  max-width: 100%;
  height: min(11.806vw, 187px);
  padding: 0.75em 1em;
  resize: none;
}
@media screen and (max-width: 834px) {
  .c-form__textarea {
    height: min(32vw, 132px);
  }
}
.c-form__search__wrap {
  width: 100%;
  max-width: min(20.278vw, 321.2px);
  display: block;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-form__search__wrap {
    max-width: min(77.867vw, 321.2px);
  }
}
@media screen and (max-width: 540px) {
  .c-form__search__wrap {
    max-width: 100%;
  }
}
.c-form__search__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .c-form__search__button {
    right: min(1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__search__button {
    right: min(4.267vw, 17.6px);
  }
}
.c-form__search__button i {
  font-size: clamp(17px, 1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .c-form__search__button i {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.c-form__select::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-form__select::after {
    font-size: clamp(18.7px, 1.528vw, 24.2px);
    right: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__select::after {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    right: min(5.333vw, 22px);
  }
}
.c-form__select:first-child {
  margin-top: 0;
}
.c-form__select select {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.c-form__check {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__check__wrap {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-form__check__wrap span:last-child {
  color: #1d1e22;
}
@media screen and (max-width: 834px) {
  .c-form__check__wrap span:last-child {
    width: calc(100% - min(8vw, 33px));
  }
}
.c-form__check__v {
  border: #ffffff solid 1px;
  background-color: #fff;
  border-radius: min(0.278vw, 4.4px);
  display: inline-block;
  outline: none;
  appearance: none;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .c-form__check__v {
    width: clamp(17px, 1.389vw, 22px);
    height: clamp(17px, 1.389vw, 22px);
    margin-right: min(0.694vw, 11px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__check__v {
    width: min(5.333vw, 22px);
    height: min(5.333vw, 22px);
    margin-right: min(2.667vw, 11px);
  }
}
.c-form__check__v::before {
  content: "";
  border-top: solid 2px #1d1e22;
  border-right: solid 2px #1d1e22;
  position: absolute;
  transform: rotate(135deg);
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-form__check__v::before {
    width: clamp(7.65px, 0.625vw, 9.9px);
    height: clamp(4.25px, 0.347vw, 5.5px);
    top: clamp(5.1px, 0.417vw, 6.6px);
    left: clamp(4.25px, 0.347vw, 5.5px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__check__v::before {
    width: min(2.4vw, 9.9px);
    height: min(1.333vw, 5.5px);
    top: min(1.6vw, 6.6px);
    left: min(1.333vw, 5.5px);
  }
}
.c-form__check:checked + .c-form__check__v::before {
  opacity: 1;
}
.c-form__radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__radio__wrap {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-form__radio__wrap span:last-child {
  color: #1d1e22;
}
@media screen and (max-width: 834px) {
  .c-form__radio__wrap span:last-child {
    width: calc(100% - min(8vw, 33px));
  }
}
.c-form__radio__v {
  background-color: #fff;
  border: #dedede solid 1px;
  border-radius: 50%;
  display: inline-block;
  outline: none;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .c-form__radio__v {
    width: clamp(17px, 1.389vw, 22px) !important;
    height: clamp(17px, 1.389vw, 22px);
    margin-right: min(0.694vw, 11px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__radio__v {
    width: min(5.333vw, 22px) !important;
    height: min(5.333vw, 22px);
    margin-right: min(2.667vw, 11px);
  }
}
.c-form__radio__v::before {
  content: "";
  background-color: #1d1e22;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-form__radio__v::before {
    width: clamp(6.8px, 0.556vw, 8.8px);
    height: clamp(6.8px, 0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__radio__v::before {
    width: min(2.133vw, 8.8px);
    height: min(2.133vw, 8.8px);
  }
}
.c-form__radio:checked + .c-form__radio__v::before {
  opacity: 1;
}
.c-form__onof {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__onof__wrap {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-form__onof__wrap {
    width: min(4.167vw, 66px);
    height: min(2.222vw, 35.2px);
    margin: 0 min(0.694vw, 11px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__onof__wrap {
    width: min(16vw, 66px);
    height: min(8.533vw, 35.2px);
    margin: 0 min(2.667vw, 11px);
  }
}
.c-form__onof__v {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: #ffffff solid 1px;
  border-radius: min(4.167vw, 66px);
  display: block;
  z-index: 0;
  transition: 0.3s ease;
}
.c-form__onof__v::before {
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-form__onof__v::before {
    width: min(1.667vw, 26.4px);
    height: min(1.667vw, 26.4px);
    top: min(0.278vw, 4.4px);
    left: min(2.222vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__onof__v::before {
    width: min(6.4vw, 26.4px);
    height: min(6.4vw, 26.4px);
    top: min(1.067vw, 4.4px);
    left: min(8.533vw, 35.2px);
  }
}
.c-form__onof:checked + .c-form__onof__v::before {
  background-color: #1d1e22;
  left: min(0.278vw, 4.4px);
}
@media screen and (max-width: 834px) {
  .c-form__onof:checked + .c-form__onof__v::before {
    left: min(1.067vw, 4.4px);
  }
}

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

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

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

input::placeholder,
textarea::placeholder {
  color: #9fa0a2;
}

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

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

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

@media screen and (min-width: 835px) {
  .c-related {
    margin-top: min(5.556vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .c-related {
    margin-top: min(13.333vw, 55px);
  }
}
.c-related__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .c-related__item {
    align-items: center;
  }
}
.c-related__item.--border {
  margin-bottom: 0;
}
.c-related__item.--border:not(:last-child) {
  border-bottom: #e0e1e3 dashed 1px;
}
@media screen and (min-width: 835px) {
  .c-related__item.--border:not(:last-child) {
    padding-bottom: min(2.083vw, 33px);
  }
}
@media screen and (max-width: 834px) {
  .c-related__item.--border:not(:last-child) {
    padding-bottom: min(5.333vw, 22px);
  }
}
.c-related__item.--border:not(:first-child) {
  padding-top: min(2.083vw, 33px);
}
@media screen and (max-width: 834px) {
  .c-related__item.--border:not(:first-child) {
    padding-top: min(5.333vw, 22px);
  }
}
.c-related__item .c-related__lead {
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-related__item:hover .c-related__lead {
    color: #0376bc;
  }
}
.c-related__thumb {
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .c-related__thumb {
    width: min(13.889vw, 220px);
    height: min(9.306vw, 147.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-related__thumb {
    width: min(32vw, 132px);
    height: min(21.333vw, 88px);
  }
}
.c-related__thumb a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 540px) {
  .c-related__thumb a {
    border-radius: min(2.133vw, 8.8px);
  }
}
.c-related__thumb__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  display: block;
  transition: all 0.3s ease;
}
.c-related__data {
  width: calc(100% - min(15.278vw, 242px));
}
@media screen and (max-width: 834px) {
  .c-related__data {
    width: calc(100% - min(37.333vw, 154px));
  }
}
.c-related__lead a {
  color: #1d1e22;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease;
}
@media all and (-ms-high-contrast: none) {
  .c-related__lead a {
    max-height: 3em;
  }
}
@media screen and (min-width: 835px) {
  .c-related__lead a {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-related__lead a {
    font-size: clamp(12.75px, 4vw, 16.5px);
  }
}
@media screen and (min-width: 835px) {
  .c-related__lead + * {
    margin-top: min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-related__lead + * {
    margin-top: min(2.133vw, 8.8px);
  }
}
.c-related__thumb a::before, .c-related__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 835px) {
  .c-related__item:hover .c-related__thumb__inner {
    transform: scale(1.2);
  }
  .c-related__item:hover .c-related__lead a,
  .c-related__item:hover .c-related__date a {
    opacity: 0.7;
  }
}

.c-tag {
  width: auto;
  background-color: #29afd3;
  color: #ffffff;
  border-radius: min(0.278vw, 4.4px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0 1.25em;
  transition: all 0.3s ease;
  height: clamp(34px, 2.778vw, 44px);
  font-size: clamp(11.05px, 0.903vw, 14.3px);
}
.c-tag__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .c-tag__wrapper {
    gap: min(0.556vw, 8.8px) min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-tag__wrapper {
    gap: min(2.133vw, 8.8px) min(2.133vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-tag {
    height: clamp(34px, 10.667vw, 44px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}

.p-archive__list__date + .c-tag {
  flex: 0 0 auto;
}
@media screen and (max-width: 834px) {
  .p-archive__list__date + .c-tag {
    margin-left: min(5.333vw, 22px);
  }
}

@media screen and (min-width: 835px) {
  a.c-tag:hover {
    background-color: #0376bc;
    color: #ffffff;
  }
}

.c-media img {
  width: 100%;
}
.c-media.--radius {
  border-radius: 20px;
  overflow: hidden;
}
.c-media.--auto img {
  width: auto;
}
.c-media.--border {
  border: #e0e1e3 solid 1px;
}
.c-media.--video {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-media.--video {
    max-width: min(52.778vw, 836px);
  }
}
@media screen and (max-width: 834px) {
  .c-media.--video {
    max-width: min(202.667vw, 836px);
    width: calc(100% - min(2.778vw, 44px));
  }
}
.c-media.--video::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0da";
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  background-color: #0376bc;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .c-media.--video::before {
    font-size: min(3.611vw, 57.2px);
    width: min(4.722vw, 74.8px);
    height: min(4.722vw, 74.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-media.--video::before {
    font-size: min(13.867vw, 57.2px);
    width: min(18.133vw, 74.8px);
    height: min(18.133vw, 74.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-media.--video::before {
    font-size: min(8.533vw, 35.2px);
    width: min(12.267vw, 50.6px);
    height: min(12.267vw, 50.6px);
  }
}
@media screen and (min-width: 835px) {
  .c-media.--video:hover::before {
    opacity: 0.7;
  }
}
.c-media__youtube {
  width: 100%;
  background-color: #000;
  aspect-ratio: 16/9;
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-media__youtube {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-media__youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.c-list li {
  position: relative;
  padding-block: 0.3em;
  padding-left: clamp(30.6px, 2.5vw, 39.6px);
}
@media screen and (max-width: 834px) {
  .c-list li {
    padding-left: clamp(30.6px, 9.6vw, 39.6px);
  }
}
.c-list li::before {
  content: "";
  width: clamp(6.8px, 0.556vw, 8.8px);
  height: clamp(6.8px, 0.556vw, 8.8px);
  background-color: #a6c2d3;
  border-radius: 50%;
  position: absolute;
  top: clamp(10.2px, 0.833vw, 13.2px);
  left: clamp(10.2px, 0.833vw, 13.2px);
}
@media screen and (max-width: 834px) {
  .c-list li::before {
    width: clamp(6.8px, 2.133vw, 8.8px);
    height: clamp(6.8px, 2.133vw, 8.8px);
    top: clamp(11.9px, 3.733vw, 15.4px);
    left: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-list.--large li {
  font-size: clamp(17px, 1.389vw, 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.694vw, 11px);
  height: clamp(8.5px, 0.694vw, 11px);
  top: clamp(11.9px, 0.972vw, 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: #48494d;
  font-size: 85%;
  text-indent: -1.5em;
  padding-left: 1.5em;
  vertical-align: text-top;
}
.c-list--notice li::before {
  content: none;
}
.c-list--definition {
  display: grid;
  grid-template-columns: clamp(163.2px, 13.333vw, 211.2px) auto;
}
@media screen and (max-width: 834px) {
  .c-list--definition {
    grid-template-columns: 1fr;
  }
}
.c-list--definition__term, .c-list--definition__data {
  padding: clamp(17px, 1.389vw, 22px) clamp(20.4px, 1.667vw, 26.4px);
}
@media screen and (min-width: 835px) {
  .c-list--definition__term, .c-list--definition__data {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e1e3;
  }
}
@media screen and (max-width: 834px) {
  .c-list--definition__term, .c-list--definition__data {
    padding: clamp(6.8px, 2.133vw, 8.8px) clamp(6.8px, 2.133vw, 8.8px);
  }
}
.c-list--definition__term {
  font-size: clamp(17px, 1.389vw, 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 834px) {
  .c-list--definition__term {
    padding-top: clamp(23.8px, 7.467vw, 30.8px);
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.c-list--definition__data {
  font-size: clamp(13.6px, 1.111vw, 17.6px);
}
@media screen and (max-width: 834px) {
  .c-list--definition__data {
    padding-bottom: clamp(23.8px, 7.467vw, 30.8px);
    font-size: clamp(12.75px, 4vw, 16.5px);
    border-bottom: 1px solid #e0e1e3;
  }
}

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: grid;
  gap: 1lh;
  place-items: center;
  padding-block: 40px;
  padding-inline: min(5vi, 20px);
}

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

.c-modal {
  width: calc(100% - min(5.556vw, 88px));
  height: fit-content;
  margin: auto !important;
  transition: opacity 0.5s;
}
@media screen and (min-width: 835px) {
  .c-modal {
    width: calc(100% - min(21.333vw, 88px));
    max-width: min(63.542vw, 1006.5px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal {
    width: calc(100% - min(10.667vw, 44px));
    max-height: min(160vw, 660px);
  }
}
.c-modal:not([data-active=true]) {
  opacity: 0;
}
.c-modal::backdrop {
  background-color: #212529;
  opacity: 0.4;
  transition: opacity 0.5s;
}
.c-modal:not([data-active=true])::backdrop {
  opacity: 0;
}
.c-modal__link {
  cursor: pointer;
}
.c-modal__inner {
  height: auto;
  overscroll-behavior: contain;
}
.c-modal__box {
  background-color: #FFF;
  overflow: auto;
  padding: min(1.389vw, 22px) min(1.389vw, 22px) 0;
}
@media screen and (max-width: 834px) {
  .c-modal__box {
    padding: min(5.333vw, 22px) min(5.333vw, 22px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-modal__box {
    padding: min(2.667vw, 11px) min(2.667vw, 11px) 0;
  }
}
.c-modal__description {
  max-height: calc(100vh - min(8.333vw, 132px));
  padding: min(3.472vw, 55px) min(4.514vw, 71.5px);
}
@media screen and (max-width: 834px) {
  .c-modal__description {
    max-height: calc(100vh - min(32vw, 132px));
    padding: min(8vw, 33px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__description {
    max-height: min(160vw, 660px);
    padding: min(8vw, 33px) min(2.667vw, 11px);
  }
}
.c-modal__close {
  position: absolute;
  top: calc(min(2.639vw, 41.8px) * -1);
  right: calc(min(2.431vw, 38.5px) * -1);
  z-index: 1;
  width: min(4.722vw, 74.8px);
  aspect-ratio: 1;
  appearance: none;
  cursor: pointer;
  background-color: #0376bc;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  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.333vw, 132px);
  right: min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .c-modal__close.--video {
    top: min(26.667vw, 110px);
    right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close.--video {
    top: min(26.667vw, 110px);
    right: min(5.333vw, 22px);
  }
}
.c-modal__close--video {
  position: fixed;
  top: min(8.333vw, 132px);
  right: min(2.778vw, 44px);
  z-index: 1;
  width: min(4.722vw, 74.8px);
  aspect-ratio: 1;
  appearance: none;
  cursor: pointer;
  background-color: #0376bc;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  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: flex;
  justify-content: center;
  align-items: center;
  margin: min(2.778vw, 44px) auto 0;
}
@media screen and (max-width: 834px) {
  .c-pager {
    margin: min(10.667vw, 44px) auto 0;
  }
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
  margin: 0 min(1.25vw, 19.8px);
}
@media screen and (max-width: 834px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(4.8vw, 19.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(2.133vw, 8.8px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(1.6vw, 6.6px);
  }
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-of-type(2) {
  margin-left: 0;
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-last-child(2) {
  margin-right: 0;
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
@media screen and (min-width: 835px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) a:hover span {
    color: #219abd;
  }
}
.c-pager__item__prev a,
.c-pager__item__prev > span, .c-pager__item__next a,
.c-pager__item__next > span {
  width: min(3.194vw, 50.6px);
  height: min(3.194vw, 50.6px);
  color: #219abd;
  background-color: #fff;
  border: #29afd3 solid 1px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev a,
  .c-pager__item__prev > span, .c-pager__item__next a,
  .c-pager__item__next > span {
    width: min(12.267vw, 50.6px);
    height: min(12.267vw, 50.6px);
  }
}
.c-pager__item__prev a span,
.c-pager__item__prev > span, .c-pager__item__next a span,
.c-pager__item__next > span {
  text-indent: -999em;
  display: block;
  position: relative;
}
.c-pager__item__prev a span::before,
.c-pager__item__prev > span::before, .c-pager__item__next a span::before,
.c-pager__item__next > span::before {
  font-family: "Font Awesome 6 Pro";
  font-size: min(1.111vw, 17.6px);
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev a span::before,
  .c-pager__item__prev > span::before, .c-pager__item__next a span::before,
  .c-pager__item__next > span::before {
    font-size: min(4.267vw, 17.6px);
  }
}
.c-pager__item__prev a span, .c-pager__item__next a span {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .c-pager__item__prev a:hover, .c-pager__item__next a:hover {
    background-color: #29afd3;
    border-color: #29afd3;
  }
  .c-pager__item__prev a:hover span::before, .c-pager__item__next a:hover span::before {
    color: #ffffff;
  }
}
.c-pager__item__prev > span, .c-pager__item__next > span {
  opacity: 0.3;
  pointer-events: none;
}
.c-pager__item__prev {
  margin-right: min(3.125vw, 49.5px);
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev {
    margin-right: min(12vw, 49.5px);
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item__prev {
    margin-right: min(3.2vw, 13.2px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item__prev {
    margin-right: min(2.667vw, 11px);
  }
}
.c-pager__item__prev a span::before,
.c-pager__item__prev > span::before {
  content: "\f104";
}
.c-pager__item__next {
  margin-left: min(3.125vw, 49.5px);
}
@media screen and (max-width: 834px) {
  .c-pager__item__next {
    margin-left: min(12vw, 49.5px) !important;
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item__next {
    margin-left: min(3.2vw, 13.2px) !important;
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item__next {
    margin-left: min(2.667vw, 11px) !important;
  }
}
.c-pager__item__next a span::before,
.c-pager__item__next > span::before {
  content: "\f105";
}
.c-pager__item.is-current span {
  color: #219abd;
}
.c-pager:not(:has(.c-pager__item__prev)) .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-of-type(2) {
  margin-left: min(1.25vw, 19.8px);
}
@media screen and (max-width: 834px) {
  .c-pager:not(:has(.c-pager__item__prev)) .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-of-type(2) {
    margin-left: min(4.8vw, 19.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-pager:not(:has(.c-pager__item__prev)) .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-of-type(2) {
    margin-left: min(2.133vw, 8.8px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager:not(:has(.c-pager__item__prev)) .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-of-type(2) {
    margin-left: min(1.6vw, 6.6px);
  }
}
.c-pager:not(:has(.c-pager__item__next)) .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-last-child(2) {
  margin-right: min(1.25vw, 19.8px);
}
@media screen and (max-width: 834px) {
  .c-pager:not(:has(.c-pager__item__next)) .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-last-child(2) {
    margin-right: min(4.8vw, 19.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-pager:not(:has(.c-pager__item__next)) .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-last-child(2) {
    margin-right: min(2.133vw, 8.8px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager:not(:has(.c-pager__item__next)) .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-last-child(2) {
    margin-right: min(1.6vw, 6.6px);
  }
}

.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: grid;
  grid-template-columns: repeat(3, minmax(min(9.444vw, 149.6px), 1fr));
  grid-auto-columns: 100%;
  grid-auto-flow: row;
  gap: 0 min(0.833vw, 13.2px);
  width: 100%;
}
.c-tab__list::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: min(0.278vw, 4.4px);
  background-color: #29afd3;
}
@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 {
    grid-template-columns: repeat(3, minmax(min(16vw, 66px), 1fr));
    width: max-content;
    gap: 0 min(2.133vw, 8.8px);
  }
}
.c-tab__item {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: min(9.444vw, 149.6px);
  min-height: min(4.444vw, 70.4px);
  padding: min(1.111vw, 17.6px) clamp(13.6px, 1.111vw, 17.6px);
  color: #48494d;
  font-size: clamp(17px, 1.389vw, 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: min(0.556vw, 8.8px) min(0.556vw, 8.8px) 0 0;
  background: #e0e1e3;
}
@media screen and (min-width: 835px) {
  .c-tab__item {
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .c-tab__item:hover {
    color: #ffffff;
    background-color: #29afd3;
  }
}
@media screen and (max-width: 834px) {
  .c-tab__item {
    min-width: min(16vw, 66px);
    min-height: min(16vw, 66px);
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    padding: min(4.267vw, 17.6px) clamp(13.6px, 4.267vw, 17.6px);
    border-radius: min(2.133vw, 8.8px) min(2.133vw, 8.8px) 0 0;
  }
}
.c-tab__item span {
  width: 100%;
}
.c-tab__item.is-current {
  opacity: 1;
  color: #ffffff;
  background: #29afd3;
}
.c-tab__panel__item {
  display: none;
  padding: min(2.083vw, 33px) 0 min(2.778vw, 44px);
}
@media screen and (min-width: 835px) {
  .c-tab__panel__item {
    padding: min(2.778vw, 44px) 0;
  }
}
.c-tab__panel__item.is-active {
  display: block;
}

.c-table {
  width: 100%;
  background-color: #fff;
  border: #e0e1e3 solid 1px;
}
.c-table.--fixed {
  table-layout: fixed;
}
.c-table th,
.c-table td {
  text-align: left;
  padding: min(1.389vw, 22px) min(1.736vw, 27.5px);
  overflow-wrap: break-word;
}
.c-table th:not(:last-child),
.c-table td:not(:last-child) {
  border-right: #e0e1e3 solid 1px;
}
@media screen and (max-width: 834px) {
  .c-table th,
  .c-table td {
    padding: min(5.333vw, 22px) min(6.667vw, 27.5px);
  }
}
@media screen and (max-width: 540px) {
  .c-table th,
  .c-table td {
    padding: min(4.8vw, 19.8px) min(3.2vw, 13.2px);
  }
}
.c-table th p:last-child,
.c-table td p:last-child {
  margin-bottom: 0;
}
.c-table th a,
.c-table td a {
  color: #1d1e22;
}
.c-table td {
  min-width: min(10.069vw, 159.5px);
}
@media screen and (max-width: 540px) {
  .c-table td {
    min-width: min(26.667vw, 110px);
  }
}
.c-table th {
  min-width: min(10.069vw, 159.5px);
  background-color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .c-table th {
    min-width: min(26.667vw, 110px);
  }
}
.c-table tr:not(:last-child) {
  border-bottom: #e0e1e3 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: #e0e1e3 solid 1px;
    position: absolute;
    top: -1px;
    left: -1px;
  }
}
@media screen and (max-width: 834px) {
  .c-table__fixed--left {
    left: 0;
  }
}
.c-table__fixed--left.c-table__fixed--top {
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .c-table__fixed--top {
    top: 0;
  }
}

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  display: grid;
  place-content: center;
  width: min(4.167vw, 66px);
  height: min(4.167vw, 66px);
  margin: auto;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  /* ボタンの丸 */
  /* ボタンの矢印 */
}
@media screen and (min-width: 835px) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    background-color: #0376bc;
  }
  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
    color: #ffffff;
  }
}
@media screen and (max-width: 1194px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: min(2.917vw, 46.2px);
    height: min(2.917vw, 46.2px);
  }
}
@media screen and (max-width: 1194px) and (max-width: 834px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: min(11.2vw, 46.2px);
    height: min(11.2vw, 46.2px);
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #0376bc;
  background-color: #fff;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  z-index: 1;
  font-family: "Font Awesome 6 Pro";
  color: #0376bc;
  font-size: clamp(27.2px, 2.222vw, 35.2px);
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1194px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: clamp(18.7px, 1.528vw, 24.2px);
  }
}
@media screen and (max-width: 834px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
  }
}

.swiper-button-prev {
  right: calc(100% + min(1.389vw, 22px));
}
@media screen and (max-width: 834px) {
  .swiper-button-prev {
    right: calc(100% - min(5.6vw, 23.1px));
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    right: calc(100% - min(12.533vw, 51.7px));
  }
}
.swiper-button-prev::after {
  content: "\f104";
  margin-right: min(0.278vw, 4.4px);
}
@media screen and (max-width: 1194px) {
  .swiper-button-prev::after {
    margin-right: min(0.139vw, 2.2px);
  }
}
@media screen and (max-width: 834px) {
  .swiper-button-prev::after {
    margin-right: min(0.533vw, 2.2px);
  }
}

.swiper-button-next {
  left: calc(100% + min(1.389vw, 22px));
}
@media screen and (max-width: 834px) {
  .swiper-button-next {
    left: calc(100% - min(5.6vw, 23.1px));
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    left: calc(100% - min(12.533vw, 51.7px));
  }
}
.swiper-button-next::after {
  content: "\f105";
  margin-left: min(0.278vw, 4.4px);
}
@media screen and (max-width: 1194px) {
  .swiper-button-next::after {
    margin-left: min(0.139vw, 2.2px);
  }
}
@media screen and (max-width: 834px) {
  .swiper-button-next::after {
    margin-left: min(0.533vw, 2.2px);
  }
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(13.6px, 1.111vw, 17.6px);
  justify-content: center;
  width: 100%;
  margin-top: clamp(27.2px, 2.222vw, 35.2px);
  text-align: center;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 834px) {
  .swiper-pagination {
    gap: 0 clamp(10.2px, 3.2vw, 13.2px);
    margin-top: min(6.4vw, 26.4px);
  }
}
.swiper-pagination-bullet {
  width: min(0.694vw, 11px);
  height: min(0.694vw, 11px);
  cursor: pointer;
  border-radius: 50%;
  background-color: #ddd;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 834px) {
  .swiper-pagination-bullet {
    width: min(2.133vw, 8.8px);
    height: min(2.133vw, 8.8px);
  }
}
.swiper-pagination-bullet-active {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #0376bc;
}

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

.c-slider {
  position: relative;
  z-index: 0;
  max-width: min(88.889vw, 1408px);
  width: 88.8888888889%;
  padding: 0 !important;
}
@media screen and (max-width: 834px) {
  .c-slider {
    max-width: min(341.333vw, 1408px);
    width: 89.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-slider {
    width: 100%;
  }
}
.c-slider img {
  width: 100%;
}
.c-slider__slide {
  width: 29.6875%;
  margin-right: 2.34375%;
  height: auto;
}
@media screen and (max-width: 1194px) {
  .c-slider__slide {
    width: calc(50% - min(1.042vw, 16.5px));
    margin-right: min(2.083vw, 33px);
  }
}
@media screen and (max-width: 767px) {
  .c-slider__slide {
    width: 89.3333333333%;
    margin: 0 4%;
  }
}
.c-slider__shadow {
  filter: drop-shadow(0px 3px min(0.556vw, 8.8px) rgba(0, 0, 0, 0.12));
}
.c-slider .c-info__card {
  margin-top: 0;
}

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

@media screen and (min-width: 835px) {
  a.p-archive__tag:hover {
    border-color: #0376bc;
    color: #0376bc;
  }
}

@media screen and (min-width: 835px) {
  .p-single__container {
    padding-top: clamp(85px, 6.944vw, 110px);
  }
}
@media screen and (max-width: 1194px) {
  .p-single__container {
    padding-top: clamp(59.5px, 4.861vw, 77px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__container {
    padding-top: clamp(59.5px, 18.667vw, 77px);
  }
}
.p-single__header {
  margin-bottom: min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-single__header {
    margin-bottom: min(6.933vw, 28.6px);
  }
}
.p-single__header .c-title--2 {
  padding-block: min(8.333vw, 132px) min(5.556vw, 88px);
  word-break: auto-phrase;
  overflow-wrap: normal;
}
@media screen and (max-width: 834px) {
  .p-single__header .c-title--2 {
    padding-block: min(16vw, 66px) min(10.667vw, 44px);
  }
}
.p-single__header__date {
  display: block;
  position: relative;
}
.p-single__header__labels {
  display: flex;
  align-items: center;
  margin-bottom: min(0.278vw, 4.4px);
}
@media screen and (max-width: 834px) {
  .p-single__header__labels {
    margin-bottom: min(1.067vw, 4.4px);
  }
}
@media screen and (max-width: 540px) {
  .p-single__header__labels {
    display: block;
  }
}
.p-single__header__labels li:not(:last-child) {
  margin-right: min(2.083vw, 33px);
}
@media screen and (max-width: 834px) {
  .p-single__header__labels li:not(:last-child) {
    margin-right: min(8vw, 33px);
  }
}
@media screen and (max-width: 540px) {
  .p-single__header__labels li:not(:last-child) {
    margin-right: 0;
    margin-bottom: min(4.267vw, 17.6px);
  }
}
.p-single__header__img {
  width: 100%;
  margin: min(2.778vw, 44px) auto;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-single__header__img {
    margin: min(7.467vw, 30.8px) auto;
  }
}
.p-single__header__img img {
  width: 100%;
}
.p-single__header > *:first-child {
  margin-top: 0;
}
.p-single__header > *:last-child {
  margin-bottom: 0;
}
.p-single__share {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-single__share {
    margin: min(4.167vw, 66px) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-single__share {
    margin: min(16vw, 66px) 0 min(8vw, 33px);
  }
}
.p-single__share__title {
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-single__share__title {
    font-size: clamp(15.3px, 1.25vw, 19.8px);
    margin-bottom: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__share__title {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-bottom: min(5.333vw, 22px);
  }
}
.p-single__share ul li {
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .p-single__share ul li {
    margin: 0 min(0.694vw, 11px);
    width: min(3.472vw, 55px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__share ul li {
    margin: 0 min(2.667vw, 11px);
    width: min(13.333vw, 55px);
  }
}
.p-single__related {
  margin-top: min(8.333vw, 132px);
  padding-bottom: min(8.333vw, 132px);
  background-color: #fafafa;
}
@media screen and (max-width: 834px) {
  .p-single__related {
    margin-top: min(21.333vw, 88px);
    padding-bottom: min(21.333vw, 88px);
  }
}
@media screen and (min-width: 835px) {
  .p-single__related .c-title--2 {
    padding-top: min(8.333vw, 132px);
  }
}
.p-single__related .c-tag__wrapper {
  margin-bottom: min(0.833vw, 13.2px);
}
@media screen and (max-width: 834px) {
  .p-single__related .c-tag__wrapper {
    margin-bottom: min(2.667vw, 11px);
  }
}

.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 {
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.wp-editor h1 span[id^=i], .wp-editor h2 span[id^=i] {
  display: block;
  margin-top: clamp(-93.5px, -5.903vw, -72.25px);
  padding-top: clamp(72.25px, 5.903vw, 93.5px);
}
@media screen and (max-width: 834px) {
  .wp-editor h1 span[id^=i], .wp-editor h2 span[id^=i] {
    margin-top: clamp(-70.4px, -17.067vw, -54.4px);
    padding-top: clamp(54.4px, 17.067vw, 70.4px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h1 {
    font-size: clamp(30.6px, 2.5vw, 39.6px);
    margin-bottom: min(2.917vw, 46.2px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h1 {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
    margin-bottom: min(8.533vw, 35.2px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h2 {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
    padding-top: min(5.903vw, 93.5px);
    padding-bottom: min(1.111vw, 17.6px);
    margin-top: max(-1.458vw, -23.1px);
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h2 {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    padding-top: min(17.067vw, 70.4px);
    padding-bottom: min(5.333vw, 22px);
    margin-top: max(-6.4vw, -26.4px);
    margin-bottom: min(7.467vw, 30.8px);
  }
}
.wp-editor h2::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #29afd3;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor h3 {
    font-size: clamp(18.7px, 1.528vw, 24.2px);
    color: #219abd;
    margin-top: min(2.778vw, 44px);
    margin-bottom: min(1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h3 {
    font-size: clamp(17px, 5.333vw, 22px);
    margin-top: min(10.667vw, 44px);
    margin-bottom: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h4 {
    font-size: clamp(17px, 1.389vw, 22px);
    margin-top: min(2.778vw, 44px);
    margin-bottom: min(1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h4 {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-top: min(10.667vw, 44px);
    margin-bottom: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h5,
  .wp-editor h6 {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    margin-top: min(2.778vw, 44px);
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h5,
  .wp-editor h6 {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(10.667vw, 44px);
    margin-bottom: min(10.667vw, 44px);
  }
}
.wp-editor > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor p {
    margin-top: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor p {
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor img,
  .wp-editor table,
  .wp-editor blockquote,
  .wp-editor figure,
  .wp-editor ul,
  .wp-editor ol,
  .wp-editor .wp-block-columns {
    margin-top: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor img,
  .wp-editor table,
  .wp-editor blockquote,
  .wp-editor figure,
  .wp-editor ul,
  .wp-editor ol,
  .wp-editor .wp-block-columns {
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor img + *,
  .wp-editor table + *,
  .wp-editor blockquote + *,
  .wp-editor figure + *,
  .wp-editor ul + *,
  .wp-editor ol + *,
  .wp-editor .wp-block-columns + * {
    margin-top: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor img + *,
  .wp-editor table + *,
  .wp-editor blockquote + *,
  .wp-editor figure + *,
  .wp-editor ul + *,
  .wp-editor ol + *,
  .wp-editor .wp-block-columns + * {
    margin-top: min(10.667vw, 44px);
  }
}
.wp-editor ul > li > ul {
  margin-top: 0;
}
.wp-editor iframe {
  max-width: 100%;
}
.wp-editor figcaption {
  margin-top: 0.5em;
}
.wp-editor p a,
.wp-editor table a,
.wp-editor blockquote a,
.wp-editor figcaption a,
.wp-editor ul a,
.wp-editor ol a {
  color: #29afd3;
  text-decoration: underline;
}
@media screen and (min-width: 835px) {
  .wp-editor p a:hover,
  .wp-editor table a:hover,
  .wp-editor blockquote a:hover,
  .wp-editor figcaption a:hover,
  .wp-editor ul a:hover,
  .wp-editor ol a:hover {
    text-decoration: none;
  }
}
.wp-editor strong {
  font-weight: 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.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor small,
  .wp-editor figcaption {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
.wp-editor blockquote {
  width: 100%;
  background-color: #fafafa;
  position: relative;
}
@media screen and (min-width: 835px) {
  .wp-editor blockquote {
    padding: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor blockquote {
    padding: min(5.333vw, 22px);
  }
}
.wp-editor ul > *:first-child {
  margin-top: 0;
}
.wp-editor ul > *:last-child {
  margin-bottom: 0;
}
.wp-editor ul li {
  position: relative;
}
@media screen and (min-width: 835px) {
  .wp-editor ul li {
    padding-left: min(1.389vw, 22px);
    margin-bottom: min(0.694vw, 11px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ul li {
    padding-left: min(4vw, 16.5px);
    margin-bottom: min(2.667vw, 11px);
  }
}
.wp-editor ul li::before {
  content: "";
  background-color: #29afd3;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor ul li::before {
    width: clamp(5.1px, 0.417vw, 6.6px);
    height: clamp(5.1px, 0.417vw, 6.6px);
    top: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ul li::before {
    width: clamp(4.25px, 1.333vw, 5.5px);
    height: clamp(4.25px, 1.333vw, 5.5px);
    top: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.wp-editor ol {
  padding-left: 1.5em;
}
.wp-editor ol > *:first-child {
  margin-top: 0;
}
.wp-editor ol > *:last-child {
  margin-bottom: 0;
}
.wp-editor ol li {
  list-style-type: decimal;
  position: relative;
}
@media screen and (min-width: 835px) {
  .wp-editor ol li {
    padding-left: min(0.347vw, 5.5px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ol li {
    padding-left: min(1.333vw, 5.5px);
  }
}
.wp-editor table {
  width: 100%;
  border: #e0e1e3 solid 1px;
  border-left: none;
  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: #e0e1e3 solid 1px;
}
@media screen and (min-width: 835px) {
  .wp-editor table th,
  .wp-editor table td {
    padding: min(4.267vw, 17.6px) min(4.267vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor table th,
  .wp-editor table td {
    width: auto;
    padding: min(4.267vw, 17.6px) min(2.667vw, 11px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor table td {
    min-width: min(10.069vw, 159.5px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor table td {
    min-width: min(10.069vw, 159.5px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor table td {
    min-width: min(26.667vw, 110px);
  }
}
.wp-editor table th {
  background-color: #fafafa;
  font-weight: 500;
}
.wp-editor table tr:not(:last-child) {
  border-bottom: #e0e1e3 solid 1px;
}
.wp-editor p > img,
.wp-editor p > img.alignnone,
.wp-editor p > img.alignleft,
.wp-editor p > img.aligncenter,
.wp-editor p > img.alignright,
.wp-editor ul > img,
.wp-editor ul > img.alignnone,
.wp-editor ul > img.alignleft,
.wp-editor ul > img.aligncenter,
.wp-editor ul > img.alignright,
.wp-editor ol > img,
.wp-editor ol > img.alignnone,
.wp-editor ol > img.alignleft,
.wp-editor ol > img.aligncenter,
.wp-editor ol > img.alignright,
.wp-editor table > img,
.wp-editor table > img.alignnone,
.wp-editor table > img.alignleft,
.wp-editor table > img.aligncenter,
.wp-editor table > img.alignright {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .wp-editor p > img,
  .wp-editor p > img.alignnone,
  .wp-editor p > img.alignleft,
  .wp-editor p > img.aligncenter,
  .wp-editor p > img.alignright,
  .wp-editor ul > img,
  .wp-editor ul > img.alignnone,
  .wp-editor ul > img.alignleft,
  .wp-editor ul > img.aligncenter,
  .wp-editor ul > img.alignright,
  .wp-editor ol > img,
  .wp-editor ol > img.alignnone,
  .wp-editor ol > img.alignleft,
  .wp-editor ol > img.aligncenter,
  .wp-editor ol > img.alignright,
  .wp-editor table > img,
  .wp-editor table > img.alignnone,
  .wp-editor table > img.alignleft,
  .wp-editor table > img.aligncenter,
  .wp-editor table > img.alignright {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.wp-editor img,
.wp-editor img[width],
.wp-editor img[height] {
  max-width: 100%;
}
.wp-editor img {
  max-width: 100%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .wp-editor img {
    width: 100%;
  }
}
.wp-editor img + p,
.wp-editor img + ul,
.wp-editor img + ol,
.wp-editor img + h3,
.wp-editor img + h4,
.wp-editor img + h5,
.wp-editor img + h6,
.wp-editor img + img,
.wp-editor img + p,
.wp-editor img + ul,
.wp-editor img + ol + table {
  margin-top: min(4.167vw, 66px);
}
@media screen and (max-width: 834px) {
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol,
  .wp-editor img + h3,
  .wp-editor img + h4,
  .wp-editor img + h5,
  .wp-editor img + h6,
  .wp-editor img + img,
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol + table {
    margin-top: min(16vw, 66px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol,
  .wp-editor img + h3,
  .wp-editor img + h4,
  .wp-editor img + h5,
  .wp-editor img + h6,
  .wp-editor img + img,
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol + table {
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor .alignleft,
  .wp-editor .alignright {
    max-width: min(29.167vw, 462px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .alignleft,
  .wp-editor .alignright {
    max-width: min(74.667vw, 308px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignleft,
  .wp-editor .alignright {
    width: 100%;
    max-width: none;
    float: none !important;
  }
}
.wp-editor .alignleft {
  float: left;
  margin-right: min(2.5vw, 39.6px);
  text-align: left;
}
@media screen and (max-width: 834px) {
  .wp-editor .alignleft {
    margin-right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignleft {
    margin-right: 0;
  }
}
.wp-editor .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .wp-editor .aligncenter {
    margin: min(5.333vw, 22px) auto;
  }
}
.wp-editor .alignright {
  float: right;
  text-align: right;
}
@media screen and (min-width: 835px) {
  .wp-editor .alignright {
    margin-left: min(2.5vw, 39.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .alignright {
    margin-left: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignright {
    margin-left: 0;
  }
}
.wp-editor .wp-block-spacer {
  margin-top: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor .wp-block-image {
    margin-bottom: min(2.083vw, 33px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .wp-block-image {
    margin-bottom: min(8vw, 33px);
  }
}
.wp-editor .wp-block-image .aligncenter > figcaption,
.wp-editor .wp-block-image .alignleft > figcaption,
.wp-editor .wp-block-image .alignright > figcaption {
  text-align: left;
}
.wp-editor .wp-block-column > *:first-child {
  margin-top: 0;
}
.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;
}
.wp-editor .clear::after {
  content: "";
  display: block;
  clear: both;
}
.wp-editor .toc_white {
  border: 1px solid #219abd;
  border-top: 3px solid #219abd;
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_white {
    padding: min(2.083vw, 33px);
    margin-top: min(4.167vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_white {
    margin-top: min(10.667vw, 44px);
    padding: min(5.333vw, 22px);
  }
}
.wp-editor .toc_title {
  color: #1d1e22;
  font-weight: 700;
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_title {
    margin: 0 0 min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_title {
    margin: 0 0 min(5.333vw, 22px);
  }
}
.wp-editor .toc_list {
  margin: 0;
}
.wp-editor .toc_list > li {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_list > li {
    text-indent: max(-1.042vw, -16.5px);
    margin-left: min(1.042vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_list > li {
    text-indent: max(-4vw, -16.5px);
    margin-left: min(4vw, 16.5px);
  }
}
.wp-editor .toc_list > li::before {
  content: none;
}
.wp-editor .toc_list > li .toc_number::after {
  content: ". ";
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_list > li > ul > li {
    padding-left: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_list > li > ul > li {
    padding-left: min(5.333vw, 22px);
  }
}
.wp-editor .toc_list a {
  color: #29afd3;
  text-decoration: underline;
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_list a:hover {
    text-decoration: none;
  }
}
.wp-editor .toc_list ul {
  margin: 0;
}
.wp-editor .toc_list li {
  margin-top: min(0.694vw, 11px);
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_list li {
    margin-top: min(2.667vw, 11px);
  }
}
.wp-editor .toc_list li::before {
  content: none;
}

.p-top__header:not(.is-scroll) {
  background-color: unset;
  position: fixed;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  .p-top__header:not(.is-scroll) {
    height: min(6.736vw, 106.7px);
  }
  .p-top__header:not(.is-scroll) .l-header__inner {
    position: relative;
    padding-inline: min(2.778vw, 44px);
  }
  .p-top__header:not(.is-scroll) .l-header__nav__wrapper {
    align-self: flex-end;
    margin-top: min(0.278vw, 4.4px);
  }
  .p-top__header:not(.is-scroll) .l-header__logo a {
    width: min(11.181vw, 177.1px);
    height: min(3.611vw, 57.2px);
  }
  .p-top__header:not(.is-scroll) .l-header__link, .p-top__header:not(.is-scroll) .l-header__head {
    height: min(4.167vw, 66px);
  }
  .p-top__header:not(.is-scroll) .l-header__button[class*=c-button] {
    margin-left: min(1.389vw, 22px);
  }
  .p-top__header:not(.is-scroll) .l-header__sub {
    top: min(4.375vw, 69.3px);
  }
  .p-top__header:not(.is-scroll) .l-header__nav--mini {
    position: absolute;
    top: min(1.181vw, 18.7px);
    right: min(2.778vw, 44px);
  }
}
.p-top__mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.p-top__mv__title {
  position: absolute;
  bottom: min(5.556vw, 88px);
  left: min(2.778vw, 44px);
  display: flex;
  flex-direction: column;
  gap: min(0.833vw, 13.2px);
  font-size: min(2.5vw, 39.6px);
  font-weight: 700;
  line-height: 1;
  color: #221d1e;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .p-top__mv__title {
    bottom: min(22.667vw, 93.5px);
    left: min(5.333vw, 22px);
    gap: min(3.2vw, 13.2px);
    font-size: min(6.933vw, 28.6px);
  }
}
.p-top__mv__title__text {
  width: fit-content;
  padding: 0.28em;
  background-color: #ffffff;
  border-radius: min(0.208vw, 3.3px);
}
@media screen and (max-width: 834px) {
  .p-top__mv__title__text {
    border-radius: min(0.8vw, 3.3px);
  }
}
.p-top__mv__title__text.--en {
  padding: 0.28em 0.6em;
  font-size: min(0.972vw, 15.4px);
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .p-top__mv__title__text.--en {
    font-size: min(3.467vw, 14.3px);
  }
}
.p-top__mv__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__mv .swiper-slide {
  height: 100vh;
  height: 100dvh;
}
.p-top__mv__progress {
  position: absolute;
  bottom: min(2.778vw, 44px);
  left: 0;
  right: 0;
  width: min(94.444vw, 1496px);
  height: 1px;
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .p-top__mv__progress {
    bottom: min(13.867vw, 57.2px);
    width: min(89.333vw, 368.5px);
  }
}
.p-top__mv__progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: none;
}
.p-top__mv__progress__bar.is-active {
  width: 100%;
  transition: width 4s linear;
}
.p-top__mv__progress__bar.has-delay {
  transition-duration: 5s;
}
.p-top__about {
  position: relative;
  margin-top: calc(100vh + min(34.028vw, 539px));
  margin-top: calc(100dvh + min(34.028vw, 539px));
  padding-top: min(8.333vw, 132px);
  background-color: #ffffff;
}
@media screen and (max-width: 834px) {
  .p-top__about {
    margin-top: calc(100vh + min(85.333vw, 352px));
    margin-top: calc(100dvh + min(85.333vw, 352px));
  }
}
.p-top__about::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: min(34.028vw, 539px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  transform: translateY(-100%);
}
@media screen and (max-width: 834px) {
  .p-top__about::before {
    height: min(85.333vw, 352px);
  }
}
.p-top__about__inner {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-top__about__inner {
    min-height: min(102.917vw, 1630.2px);
    padding-top: min(1.597vw, 25.3px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__about__inner {
    padding-block: min(109.067vw, 449.9px) min(150.133vw, 619.3px);
  }
}
.p-top__about .c-title--2 {
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-top__about .c-title--2 {
    margin-left: min(21.944vw, 347.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__about .c-title--2 {
    padding-top: min(17.067vw, 70.4px);
    margin: 0 min(5.333vw, 22px);
    font-size: min(6.4vw, 26.4px);
    line-height: 1.5;
    word-break: break-all;
    overflow-wrap: break-word;
  }
}
.p-top__about__desc {
  position: relative;
  z-index: 1;
  max-width: clamp(333.2px, 27.222vw, 431.2px);
  margin-left: min(43.611vw, 690.8px);
  color: #48494d;
}
@media screen and (max-width: 834px) {
  .p-top__about__desc {
    max-width: min(89.333vw, 368.5px);
    margin-inline: auto;
  }
}
.p-top__about__desc p + p {
  margin-top: clamp(34px, 2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-top__about__desc p + p {
    margin-top: clamp(34px, 10.667vw, 44px);
  }
}
.p-top__about__image {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.p-top__about__image.is-active {
  opacity: 1;
  transform: translateY(0);
}
.p-top__about__image.--1 {
  top: 0;
  left: 0;
  width: min(25vw, 396px);
}
@media screen and (max-width: 834px) {
  .p-top__about__image.--1 {
    width: min(58.667vw, 242px);
  }
}
.p-top__about__image.--2 {
  top: min(36.875vw, 584.1px);
  right: min(2.778vw, 44px);
  width: min(25vw, 396px);
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .p-top__about__image.--2 {
    right: max(-6.944vw, -110px);
  }
}
@media screen and (min-width: 835px) and (max-width: 1000px) {
  .p-top__about__image.--2 {
    right: max(-10.417vw, -165px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__about__image.--2 {
    top: min(74.933vw, 309.1px);
    right: 0;
    width: min(28.533vw, 117.7px);
  }
}
.p-top__about__image.--3 {
  width: min(25vw, 396px);
}
@media screen and (min-width: 835px) {
  .p-top__about__image.--3 {
    top: min(50.694vw, 803px);
    left: min(11.806vw, 187px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__about__image.--3 {
    bottom: min(101.333vw, 418px);
    right: min(5.333vw, 22px);
    width: min(51.733vw, 213.4px);
  }
}
.p-top__about__image.--4 {
  width: min(41.667vw, 660px);
}
@media screen and (min-width: 835px) {
  .p-top__about__image.--4 {
    top: min(63.958vw, 1013.1px);
    right: min(7.639vw, 121px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__about__image.--4 {
    bottom: min(32vw, 132px);
    left: min(5.333vw, 22px);
    width: min(75.2vw, 310.2px);
  }
}
.p-top__service {
  padding-bottom: min(11.111vw, 176px);
  background-color: #ffffff;
}
@media screen and (max-width: 834px) {
  .p-top__service {
    padding-bottom: min(32vw, 132px);
  }
}
.p-top__service__item {
  display: flex;
  gap: min(5.556vw, 88px);
}
@media screen and (min-width: 835px) {
  .p-top__service__item {
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .p-top__service__item {
    flex-direction: column;
    gap: min(10.667vw, 44px);
  }
  .p-top__service__item .c-button--border {
    margin-inline: auto;
  }
}
@media screen and (min-width: 835px) {
  .p-top__service__item:nth-child(2n+1) {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.p-top__service__item + .p-top__service__item {
  margin-top: min(8.333vw, 132px);
}
@media screen and (max-width: 834px) {
  .p-top__service__item + .p-top__service__item {
    margin-top: min(21.333vw, 88px);
  }
}
.p-top__service__item .c-list {
  margin-block: min(0.833vw, 13.2px) min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-top__service__item .c-list {
    margin-block: min(3.2vw, 13.2px) min(10.667vw, 44px);
  }
}
.p-top__service__image {
  display: block;
  width: min(44.444vw, 704px);
}
@media screen and (max-width: 834px) {
  .p-top__service__image {
    width: 100%;
  }
}
.p-top__features {
  background-color: #fafafa;
}
.p-top__features .l-inner {
  padding-bottom: min(11.111vw, 176px);
}
@media screen and (max-width: 834px) {
  .p-top__features .l-inner {
    padding-bottom: min(32vw, 132px);
  }
}
.p-top__features__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(3.611vw, 57.2px) min(5.556vw, 88px);
  padding-block: min(5.556vw, 88px);
  border-top: 1px solid #9fa0a2;
  border-bottom: 1px solid #9fa0a2;
}
@media screen and (max-width: 834px) {
  .p-top__features__list {
    grid-template-columns: 1fr;
    gap: min(3.467vw, 14.3px);
    padding-block: min(10.933vw, 45.1px) min(13.867vw, 57.2px);
  }
}
.p-top__features__item {
  display: grid;
  grid-template-columns: min(6.25vw, 99px) 1fr;
  gap: min(1.944vw, 30.8px);
  align-items: center;
}
@media screen and (max-width: 834px) {
  .p-top__features__item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 834px) {
  .p-top__features__item .c-title--4 {
    text-align: center;
  }
}
.p-top__features__item i {
  display: grid;
  place-content: center;
  margin-inline: unset;
  font-size: min(4.861vw, 77px);
  color: #9fa0a2;
}
@media screen and (max-width: 834px) {
  .p-top__features__item i {
    width: min(24vw, 99px);
    margin-inline: auto;
    font-size: min(13.333vw, 55px);
    line-height: 1.6;
  }
}
.p-top__stats {
  background: url("/assets/img/top/stats_img.webp") no-repeat center center/cover;
  padding: min(4.167vw, 66px) min(3.333vw, 52.8px);
}
@media screen and (max-width: 834px) {
  .p-top__stats {
    background-image: url("/assets/img/top/stats_img_sp.webp");
    padding: min(12.8vw, 52.8px) 0;
  }
}
.p-top__stats__inner {
  display: grid;
  grid-template-columns: repeat(4, min(23vw, 364.32px));
  justify-content: center;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .p-top__stats__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: min(5.333vw, 22px) min(3.2vw, 13.2px);
  }
}
.p-top__stats__separator {
  padding-top: min(3.333vw, 52.8px);
  margin-top: min(3.333vw, 52.8px);
  border-top: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0);
  max-width: 100%;
}
@media screen and (max-width: 834px) {
  .p-top__stats__separator {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .p-top__stats__item + .p-top__stats__item {
    border-left: 1px solid #ffffff;
  }
}
@media screen and (max-width: 834px) {
  .p-top__stats__item:first-child {
    grid-column: 1/-1;
    margin-bottom: min(5.333vw, 22px);
  }
  .p-top__stats__item:not(:first-child):not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
.p-top__stats__category {
  font-size: min(1.944vw, 30.8px);
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .p-top__stats__category {
    justify-content: center;
    text-align: center;
    height: auto;
    font-size: min(7.467vw, 30.8px);
  }
}
.p-top__stats__label {
  font-size: min(1.389vw, 22px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .p-top__stats__label {
    font-size: min(4.267vw, 17.6px);
    margin-bottom: min(2.133vw, 8.8px);
  }
}
.p-top__stats__number {
  margin-block: min(1.389vw, 22px) min(0.833vw, 13.2px);
  font-size: min(6.944vw, 110px);
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .p-top__stats__number {
    display: inline-block;
    margin-block: 0;
    font-size: min(10.667vw, 44px);
    line-height: 1;
  }
}
.p-top__stats__unit {
  font-size: min(2.5vw, 39.6px);
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 834px) {
  .p-top__stats__unit {
    font-size: min(4.267vw, 17.6px);
    font-weight: 700;
    letter-spacing: 0.12em;
  }
}
.p-top__cases, .p-top__blog {
  padding-bottom: min(11.111vw, 176px);
  background-color: #ffffff;
}
@media screen and (max-width: 834px) {
  .p-top__cases, .p-top__blog {
    padding-bottom: min(32vw, 132px);
  }
}
.p-top__cases {
  position: relative;
}
.p-top__cases::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: min(94.444vw, 1496px);
  height: 1px;
  margin-inline: auto;
  background-color: #1d1e22;
}
@media screen and (max-width: 834px) {
  .p-top__cases::before {
    width: calc(100% - min(10.667vw, 44px));
  }
}
.p-top__cases.--lower {
  background-color: #fafafa;
}
.p-top__cases.--lower::before {
  content: none;
}
.p-top__cases.--lower .c-card {
  background-color: inherit;
}
.p-top__news {
  padding-block: min(11.111vw, 176px);
  background-color: #fafafa;
}
@media screen and (max-width: 834px) {
  .p-top__news {
    padding-block: 0 min(32vw, 132px);
  }
}
@media screen and (min-width: 835px) {
  .p-top__news .c-title--2 {
    padding-top: 0;
    grid-area: title;
  }
}
@media screen and (min-width: 835px) {
  .p-top__news .l-inner {
    display: grid;
    grid-template-columns: 1fr min(61.111vw, 968px);
    grid-template-rows: max-content 1fr;
    grid-template-areas: "title list" "button list";
    align-items: flex-start;
  }
  .p-top__news .c-title--2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 835px) {
  .p-top__news__list {
    grid-area: list;
  }
}
.p-top__news__list__item {
  padding-block: min(1.667vw, 26.4px);
  border-bottom: 1px solid #9fa0a2;
}
@media screen and (max-width: 834px) {
  .p-top__news__list__item {
    padding-block: min(6.4vw, 26.4px);
  }
}
.p-top__news__list__item + .p-top__news__list__item {
  margin-top: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .p-top__news__list__item + .p-top__news__list__item {
    margin-top: min(4.267vw, 17.6px);
  }
}
.p-top__news__list .c-tag {
  margin-left: clamp(25.5px, 2.083vw, 33px);
  border-radius: clamp(17px, 1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .p-top__news__list .c-tag {
    margin-left: clamp(25.5px, 8vw, 33px);
    border-radius: clamp(17px, 5.333vw, 22px);
  }
}
.p-top__news__list .p-archive__list__link {
  display: block;
}
.p-top__news__list .p-archive__list__lead {
  padding-top: min(1.111vw, 17.6px);
}
@media screen and (max-width: 834px) {
  .p-top__news__list .p-archive__list__lead {
    margin-top: 0;
    padding-top: min(4.267vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .p-top__news .c-button--border {
    grid-area: button;
  }
}
@media screen and (min-width: 835px){
  .p-top__news__list {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-top__news .c-button--border {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 834px) {
  .p-top__news .c-button--border {
    margin-inline: auto;
    margin-top: min(10.667vw, 44px);
  }
}

.p-operation-intro {
  padding-top: min(5.556vw, 88px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-operation-intro {
    padding-top: min(16vw, 66px);
  }
}
.p-operation-intro__text {
  color: #48494d;
}
.p-operation-intro__image {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-operation-intro__image {
    margin-top: min(4.444vw, 70.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-operation-intro__image {
    margin-top: min(10.667vw, 44px);
  }
}
.p-operation-service, .p-operation-support, .p-operation-achievements {
  padding-bottom: min(11.111vw, 176px);
}
@media screen and (max-width: 834px) {
  .p-operation-service, .p-operation-support, .p-operation-achievements {
    padding-bottom: min(32vw, 132px);
  }
}
.p-operation-service, .p-operation-support {
  position: relative;
}
.p-operation-service::before, .p-operation-support::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: min(94.444vw, 1496px);
  height: 1px;
  margin-inline: auto;
  background-color: #1d1e22;
}
@media screen and (max-width: 834px) {
  .p-operation-service::before, .p-operation-support::before {
    width: calc(100% - min(10.667vw, 44px));
  }
}
@media screen and (min-width: 835px) {
  .p-operation-support__text {
    width: clamp(544px, 44.444vw, 704px);
    margin-top: calc(min(5.556vw, 88px) * -1);
    margin-left: auto;
  }
}
.p-operation-support__image {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-operation-support__image {
    width: min(69.444vw, 1100px);
    margin-inline: auto;
    margin-top: min(4.444vw, 70.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-operation-support__image {
    width: 100%;
    margin-top: min(10.667vw, 44px);
  }
}
.p-operation-achievements__stats {
  display: grid;
  grid-template-columns: repeat(3, min(26.25vw, 415.8px));
  justify-content: center;
  padding-block: min(10.694vw, 169.4px);
  color: #ffffff;
  text-align: center;
  line-height: 1;
  background: url("/assets/img/service/om/stats_img.webp") no-repeat center center/cover;
  border-radius: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .p-operation-achievements__stats {
    grid-template-columns: max-content;
    padding-block: min(12.8vw, 52.8px);
    background-image: url("/assets/img/service/om/stats_img_sp.webp");
    border-radius: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-operation-achievements__stats__item {
    padding-block: min(8.533vw, 35.2px);
  }
  .p-operation-achievements__stats__item:nth-of-type(2) .p-top__stats__number {
    margin-right: min(1.067vw, 4.4px);
  }
}
@media screen and (min-width: 835px) {
  .p-operation-achievements__stats__item + .p-operation-achievements__stats__item {
    border-left: 1px solid #ffffff;
  }
}
@media screen and (max-width: 834px) {
  .p-operation-achievements__stats__item + .p-operation-achievements__stats__item {
    border-top: 1px solid #ffffff;
  }
}
.p-operation-achievements__stats__label {
  font-size: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .p-operation-achievements__stats__label {
    font-size: min(4.267vw, 17.6px);
  }
}
.p-operation-achievements__stats__number {
  margin-block: min(1.389vw, 22px) min(0.833vw, 13.2px);
  font-size: min(6.944vw, 110px);
}
@media screen and (max-width: 834px) {
  .p-operation-achievements__stats__number {
    display: inline-block;
    margin-block: min(2.667vw, 11px) 0;
    margin-right: min(2.133vw, 8.8px);
    font-size: min(19.2vw, 79.2px);
  }
}
.p-operation-achievements__stats__unit {
  font-size: min(2.5vw, 39.6px);
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 834px) {
  .p-operation-achievements__stats__unit {
    display: inline-block;
    font-size: min(6.4vw, 26.4px);
  }
}
.p-operation-achievements__map {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-operation-achievements__map {
    width: min(69.444vw, 1100px);
    margin-inline: auto;
    margin-top: min(1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-operation-achievements__map {
    width: 100%;
    margin-top: min(6.4vw, 26.4px);
  }
}
.p-operation-achievements__supplier__list {
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 835px) {
  .p-operation-achievements__supplier__list {
    width: min(69.444vw, 1100px);
    margin-top: min(5.556vw, 88px);
    border-radius: min(1.389vw, 22px);
    margin-inline: auto;
    padding: min(2.222vw, 35.2px) min(7.986vw, 126.5px);
    column-gap: min(2.222vw, 35.2px);
    row-gap: min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-operation-achievements__supplier__list {
    margin-top: min(10.667vw, 44px);
    border-radius: min(5.333vw, 22px);
    padding: min(2.222vw, 35.2px) min(5.333vw, 22px);
    column-gap: min(6.4vw, 26.4px);
    row-gap: min(3.2vw, 13.2px);
  }
}
.p-operation-achievements__supplier__list__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 835px) {
  .p-operation-achievements__supplier__list__inner {
    column-gap: min(2.222vw, 35.2px);
    row-gap: min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-operation-achievements__supplier__list__inner {
    column-gap: min(6.4vw, 26.4px);
    row-gap: min(3.2vw, 13.2px);
  }
}
.p-operation-achievements__supplier__name {
  color: #48494d;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .p-operation-achievements__supplier__name {
    font-size: clamp(17px, 1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-operation-achievements__supplier__name {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    letter-spacing: 0.12em;
  }
}

.p-asset-intro {
  padding-top: min(5.556vw, 88px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-asset-intro {
    padding-top: min(16vw, 66px);
  }
}
.p-asset-intro__text {
  color: #48494d;
}
.p-asset-intro__cards {
  margin-top: min(5.556vw, 88px);
}
@media screen and (max-width: 834px) {
  .p-asset-intro__cards {
    margin-top: min(16vw, 66px);
  }
}
.p-asset-intro__card {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card {
    flex-direction: column;
  }
}
.p-asset-intro__card + .p-asset-intro__card {
  margin-top: min(0.833vw, 13.2px);
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card + .p-asset-intro__card {
    margin-top: min(3.2vw, 13.2px);
  }
}
.p-asset-intro__card__header {
  width: min(15.972vw, 253px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(1.111vw, 17.6px);
  background-color: #e5edef;
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card__header {
    width: 100%;
    padding: min(3.2vw, 13.2px) 0;
  }
}
.p-asset-intro__card__title {
  font-size: min(1.389vw, 22px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #219abd;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card__title {
    font-size: min(5.333vw, 22px);
  }
}
.p-asset-intro__card__body {
  flex: 1;
  display: flex;
  gap: min(2.778vw, 44px);
  padding: min(2.778vw, 44px);
  background-color: #ffffff;
  border: 1px solid #e5edef;
  border-left: none;
}
@media screen and (min-width: 835px) {
  .p-asset-intro__card__body {
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card__body {
    flex-direction: column;
    gap: min(5.333vw, 22px);
    padding: min(5.333vw, 22px);
    border-left: 1px solid #e5edef;
    border-top: none;
  }
}
.p-asset-intro__card__image {
  width: min(15.972vw, 253px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card__image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.p-asset-intro__card__image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card__image img {
    max-height: min(37.333vw, 154px);
  }
}
.p-asset-intro__card__content {
  flex: 1;
  border-left: 1px solid #e0e1e3;
  padding-left: min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card__content {
    border-left: none;
    border-top: 1px solid #e0e1e3;
    padding-left: 0;
    padding-top: min(5.333vw, 22px);
  }
}
.p-asset-intro__card__content:has(.p-asset-intro__card__section) {
  display: flex;
  gap: min(2.778vw, 44px);
  border-left: none;
  padding-left: 0;
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card__content:has(.p-asset-intro__card__section) {
    flex-direction: column;
    gap: min(5.333vw, 22px);
    border-top: none;
    padding-top: 0;
  }
}
.p-asset-intro__card__section {
  flex: 1;
  border-left: 1px solid #e0e1e3;
  padding-left: min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card__section {
    border-left: none;
    border-top: 1px solid #e0e1e3;
    padding-left: 0;
    padding-top: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card__section:first-child {
    border-top: 1px solid #e0e1e3;
    padding-top: min(5.333vw, 22px);
  }
}
.p-asset-intro__card__heading {
  font-size: min(1.389vw, 22px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #1d1e22;
  margin-bottom: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card__heading {
    font-size: min(5.333vw, 22px);
    margin-bottom: min(5.333vw, 22px);
  }
}
.p-asset-intro__card__heading + .p-asset-intro__card__heading {
  margin-top: min(2.222vw, 35.2px);
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card__heading + .p-asset-intro__card__heading {
    margin-top: min(8.533vw, 35.2px);
  }
}
.p-asset-intro__card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card__list {
    flex-direction: column;
    gap: 0;
  }
}
.p-asset-intro__card__list__item {
  width: min(16.226vw, 257.0194px);
  font-size: min(0.972vw, 15.4px);
  font-weight: 500;
  line-height: 2;
  color: #48494d;
  position: relative;
  padding-left: min(2.5vw, 39.6px);
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card__list__item {
    width: 100%;
    font-size: min(3.733vw, 15.4px);
    padding-left: min(9.6vw, 39.6px);
  }
}
.p-asset-intro__card__list__item::before {
  content: "";
  position: absolute;
  left: min(1.111vw, 17.6px);
  top: 50%;
  transform: translateY(-50%);
  width: min(0.556vw, 8.8px);
  height: min(0.556vw, 8.8px);
  border-radius: 50%;
  background-color: #a6c2d3;
}
@media screen and (max-width: 834px) {
  .p-asset-intro__card__list__item::before {
    left: min(4.267vw, 17.6px);
    width: min(2.133vw, 8.8px);
    height: min(2.133vw, 8.8px);
  }
}
.p-asset-service, .p-asset-highlight {
  padding-block: min(5.556vw, 88px) min(11.111vw, 176px);
}
@media screen and (max-width: 834px) {
  .p-asset-service, .p-asset-highlight {
    padding-block: 0 min(32vw, 132px);
  }
}
.p-asset-service {
  position: relative;
}
.p-asset-service::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: min(94.444vw, 1496px);
  height: 1px;
  margin-inline: auto;
  background-color: #1d1e22;
}
@media screen and (max-width: 834px) {
  .p-asset-service::before {
    width: calc(100% - min(10.667vw, 44px));
  }
}
.p-asset-service__chart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: min(2.778vw, 44px);
  padding-block: min(2.778vw, 44px);
  background-color: #fafafa;
}
@media screen and (max-width: 834px) {
  .p-asset-service__chart {
    flex-direction: column;
    gap: min(8.533vw, 35.2px);
    margin-top: min(10.667vw, 44px);
    padding-block: min(10.667vw, 44px);
  }
}
.p-asset-service__chart__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(1.389vw, 22px);
  padding-inline: min(2.778vw, 44px);
  border-right: 1px solid #e0e1e3;
}
@media screen and (max-width: 834px) {
  .p-asset-service__chart__item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e1e3;
    padding-inline: 0;
    padding-block: 0 min(8.533vw, 35.2px);
    gap: min(5.333vw, 22px);
  }
}
.p-asset-service__chart__item:last-child {
  border-right: none;
}
@media screen and (max-width: 834px) {
  .p-asset-service__chart__item:last-child {
    border-right: none;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-asset-service__chart__graph {
  max-width: 210px;
  width: min(14.583vw, 231px);
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .p-asset-service__chart__graph {
    width: min(56vw, 231px);
  }
}
.p-asset-service__chart__graph img {
  width: 100%;
  display: block;
}
.p-asset-service__chart__title {
  font-size: min(1.389vw, 22px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #1d1e22;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 834px) {
  .p-asset-service__chart__title {
    font-size: min(5.333vw, 22px);
  }
}
.p-asset-service__merit__item {
  background-color: #fafafa;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-block: min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-asset-service__merit__item {
    padding-block: min(5.333vw, 22px);
  }
}
.p-asset-service__merit__title {
  margin-top: min(0.694vw, 11px);
  margin-bottom: 0;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .p-asset-service__merit__title {
    margin-top: min(2.667vw, 11px);
  }
}
@media screen and (min-width: 835px) {
  .p-asset-highlight__text {
    width: clamp(544px, 44.444vw, 704px);
    margin-top: calc(min(5.556vw, 88px) * -1);
    margin-left: auto;
    margin-bottom: min(4.444vw, 70.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-asset-highlight__text {
    margin-bottom: min(10.667vw, 44px);
  }
}
.p-asset-highlight__stats {
  display: grid;
  grid-template-columns: repeat(3, min(26.25vw, 415.8px));
  justify-content: center;
  padding-block: min(10.694vw, 169.4px);
  color: #ffffff;
  text-align: center;
  line-height: 1;
  background: url("/assets/img/service/am/stats_img.webp") no-repeat center center/cover;
  border-radius: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .p-asset-highlight__stats {
    grid-template-columns: max-content;
    padding-block: min(12.8vw, 52.8px);
    background-image: url("/assets/img/service/am/stats_img_sp.webp");
    border-radius: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-asset-highlight__stats__item {
    padding-block: min(8.533vw, 35.2px);
  }
  .p-asset-highlight__stats__item:nth-of-type(2) .p-top__stats__number {
    margin-right: min(1.067vw, 4.4px);
  }
}
@media screen and (min-width: 835px) {
  .p-asset-highlight__stats__item + .p-asset-highlight__stats__item {
    border-left: 1px solid #ffffff;
  }
}
@media screen and (max-width: 834px) {
  .p-asset-highlight__stats__item + .p-asset-highlight__stats__item {
    border-top: 1px solid #ffffff;
  }
}
.p-asset-highlight__stats__label {
  font-size: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .p-asset-highlight__stats__label {
    font-size: min(4.267vw, 17.6px);
  }
}
.p-asset-highlight__stats__number {
  margin-block: min(1.389vw, 22px) min(0.833vw, 13.2px);
  font-size: min(6.944vw, 110px);
}
@media screen and (max-width: 834px) {
  .p-asset-highlight__stats__number {
    display: inline-block;
    margin-block: min(2.667vw, 11px) 0;
    margin-right: min(2.133vw, 8.8px);
    font-size: min(19.2vw, 79.2px);
  }
}
.p-asset-highlight__stats__unit {
  font-size: min(2.5vw, 39.6px);
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 834px) {
  .p-asset-highlight__stats__unit {
    display: inline-block;
    font-size: min(6.4vw, 26.4px);
  }
}
@media screen and (min-width: 835px) {
  .p-asset-highlight__heading {
    margin-top: min(5.556vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .p-asset-highlight__heading {
    margin-top: min(16vw, 66px);
  }
}
.p-asset-phase {
  padding-block: min(5.556vw, 88px) min(11.111vw, 176px);
}
@media screen and (max-width: 834px) {
  .p-asset-phase {
    padding-block: 0 min(32vw, 132px);
  }
}
@media screen and (min-width: 835px) {
  .p-asset-phase__text {
    width: clamp(544px, 44.444vw, 704px);
    margin-top: calc(min(5.556vw, 88px) * -1);
    margin-left: auto;
    margin-bottom: min(2.222vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-asset-phase__text {
    margin-bottom: min(10.667vw, 44px);
  }
}
.p-asset-phase__list {
  background-color: #e5edef;
  border-radius: 20px;
}
@media screen and (min-width: 835px) {
  .p-asset-phase__list {
    padding: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-asset-phase__list {
    padding: min(5.333vw, 22px) min(2.667vw, 11px);
  }
}
.p-asset-phase__header {
  background-color: #177b96;
  padding-block: min(0.833vw, 13.2px);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-asset-phase__header {
    padding-block: min(3.2vw, 13.2px);
  }
}
.p-asset-phase__header__title {
  font-size: min(1.389vw, 22px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (max-width: 834px) {
  .p-asset-phase__header__title {
    font-size: min(5.333vw, 22px);
  }
}
.p-asset-phase__arrow {
  text-align: center;
  line-height: 0;
  padding: min(0.833vw, 13.2px);
}
@media screen and (max-width: 834px) {
  .p-asset-phase__arrow {
    padding: min(2.133vw, 8.8px);
  }
}
.p-asset-phase__arrow svg {
  width: min(6.111vw, 96.8px);
  height: auto;
}
@media screen and (max-width: 834px) {
  .p-asset-phase__arrow svg {
    width: min(15.467vw, 63.8px);
    height: unset;
  }
}
.p-asset-phase__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-asset-phase__item {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item + .p-asset-phase__item {
    margin-top: min(8.533vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item {
    flex-direction: column;
  }
}
.p-asset-phase__item__label {
  width: min(15.972vw, 253px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item__label {
    width: 100%;
    padding-block: min(3.2vw, 13.2px);
  }
}
.p-asset-phase__item__label__text {
  font-size: min(1.389vw, 22px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #ffffff;
  padding-top: min(0.833vw, 13.2px);
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item__label__text {
    font-size: min(5.333vw, 22px);
    padding-top: 0;
  }
}
.p-asset-phase__item__label__arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item__label__arrow {
    line-height: 0;
    position: absolute;
    top: -30px;
    transform: translateX(-50%) translateY(50%);
  }
}
.p-asset-phase__item__label__arrow svg {
  width: min(15.972vw, 253px);
  height: auto;
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item__label__arrow svg {
    width: min(15.467vw, 63.8px);
  }
}
.p-asset-phase__item__body {
  flex: 1;
  background-color: #ffffff;
  display: flex;
  gap: min(2.778vw, 44px);
  padding: min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item__body {
    flex-direction: column;
    gap: min(10.667vw, 44px);
    padding: min(6.4vw, 26.4px);
  }
}
.p-asset-phase__item__image {
  width: min(15.972vw, 253px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item__image {
    width: 100%;
  }
}
.p-asset-phase__item__image img {
  max-width: 100%;
  height: auto;
}
.p-asset-phase__item__services {
  flex: 1;
  display: flex;
  gap: min(2.222vw, 35.2px);
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item__services {
    flex-direction: column;
    gap: min(8.533vw, 35.2px);
  }
}
.p-asset-phase__item--construction .p-asset-phase__item__label {
  background-color: #219abd;
}
.p-asset-phase__item--construction .p-asset-phase__item__body {
  border: 1px solid #219abd;
  border-left: none;
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item--construction .p-asset-phase__item__body {
    border-left: 1px solid #219abd;
    border-top: none;
  }
}
.p-asset-phase__item--operation .p-asset-phase__item__label {
  background-color: #29afd3;
}
.p-asset-phase__item--operation .p-asset-phase__item__body {
  border: 1px solid #29afd3;
  border-left: none;
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item--operation .p-asset-phase__item__body {
    border-left: 1px solid #29afd3;
    border-top: none;
  }
}
.p-asset-phase__item--exit .p-asset-phase__item__label {
  background-color: #72d1ea;
}
.p-asset-phase__item--exit .p-asset-phase__item__body {
  border: 1px solid #72d1ea;
  border-left: none;
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item--exit .p-asset-phase__item__body {
    border-left: 1px solid #72d1ea;
    border-top: none;
  }
}
.p-asset-phase__item__service {
  flex: 1;
  border-left: 1px solid #e0e1e3;
  padding-left: min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item__service {
    border-left: none;
    border-top: 1px solid #e0e1e3;
    padding-left: 0;
    padding-top: min(8.533vw, 35.2px);
  }
}
.p-asset-phase__item__service--full {
  border-left: 1px solid #e0e1e3;
  padding-left: min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item__service--full {
    border-left: none;
    border-top: 1px solid #e0e1e3;
    padding-left: 0;
    padding-top: min(8.533vw, 35.2px);
  }
}
.p-asset-phase__item__service__title {
  font-size: min(1.389vw, 22px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #1d1e22;
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item__service__title {
    font-size: min(5.333vw, 22px);
  }
}
.p-asset-phase__item__service__columns {
  display: flex;
  gap: min(2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item__service__columns {
    flex-direction: column;
    gap: 0;
  }
}
.p-asset-phase__item__service__list {
  list-style: none;
  padding: 0;
  margin-top: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item__service__list {
    margin-top: min(5.333vw, 22px);
  }
  .p-asset-phase__item__service__list + .p-asset-phase__item__service__list {
    margin-top: 0;
  }
}
.p-asset-phase__item__service__list__item {
  font-size: min(0.972vw, 15.4px);
  font-weight: 500;
  line-height: 2;
  color: #48494d;
  position: relative;
  padding-left: min(2.222vw, 35.2px);
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item__service__list__item {
    font-size: min(3.733vw, 15.4px);
    padding-left: min(8.533vw, 35.2px);
  }
}
.p-asset-phase__item__service__list__item::before {
  content: "";
  position: absolute;
  left: min(0.833vw, 13.2px);
  top: 50%;
  transform: translateY(-50%);
  width: min(0.556vw, 8.8px);
  height: min(0.556vw, 8.8px);
  border-radius: 50%;
  background-color: #a6c2d3;
}
@media screen and (max-width: 834px) {
  .p-asset-phase__item__service__list__item::before {
    left: min(3.2vw, 13.2px);
    width: min(2.133vw, 8.8px);
    height: min(2.133vw, 8.8px);
  }
}

.p-company__message {
  margin-bottom: min(11.111vw, 176px);
}
@media screen and (max-width: 834px) {
  .p-company__message {
    margin-bottom: min(32vw, 132px);
  }
}
.p-company__message__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .p-company__message__content {
    flex-direction: column-reverse;
    gap: min(9.333vw, 38.5px);
  }
}
.p-company__message__text {
  color: #48494d;
}
@media screen and (min-width: 835px) {
  .p-company__message__text {
    width: calc(100% - min(50vw, 792px));
  }
}
.p-company__message__signature {
  margin-top: clamp(34px, 2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-company__message__signature {
    margin-top: clamp(34px, 10.667vw, 44px);
  }
}
.p-company__message__image {
  width: min(44.444vw, 704px);
}
@media screen and (max-width: 834px) {
  .p-company__message__image {
    width: 100%;
  }
}
.p-company__profile {
  padding-bottom: min(11.111vw, 176px);
  background-color: #fafafa;
}
@media screen and (max-width: 834px) {
  .p-company__profile {
    padding-bottom: min(32vw, 132px);
  }
}
.p-company__profile__note {
  margin-top: clamp(17px, 1.389vw, 22px);
  color: #48494d;
}
@media screen and (max-width: 834px) {
  .p-company__profile__note {
    margin-top: clamp(17px, 5.333vw, 22px);
  }
}
.p-company__offices {
  padding-bottom: min(11.111vw, 176px);
}
@media screen and (max-width: 834px) {
  .p-company__offices {
    padding-bottom: min(32vw, 132px);
  }
}
.p-company__offices .c-title--3 {
  margin-top: 0;
}
.p-company__offices .c-list--definition + .c-title--3 {
  margin-top: min(4.444vw, 70.4px);
}
@media screen and (max-width: 834px) {
  .p-company__offices .c-list--definition + .c-title--3 {
    margin-top: min(16vw, 66px);
  }
}
@media screen and (min-width: 835px) {
  .p-company__offices .c-list--definition__data a[target=_blank] {
    margin-left: clamp(17px, 1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-company__offices .c-list--definition__data a[target=_blank]::before {
    content: "\a";
    white-space: pre;
  }
}
.p-company__history {
  padding-bottom: min(11.111vw, 176px);
  background-color: #fafafa;
}
@media screen and (max-width: 834px) {
  .p-company__history {
    padding-bottom: min(18.667vw, 77px);
  }
}
.p-company__history .c-title--2 {
  padding-bottom: min(1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .p-company__history .c-title--2 {
    padding-bottom: min(5.333vw, 22px);
  }
}
@media screen and (min-width: 835px) {
  .p-company__history__timeline {
    width: min(91.667vw, 1452px);
    margin-inline: auto;
    padding-inline: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-company__history__timeline {
    padding-inline: min(5.333vw, 22px);
    overflow: auto;
  }
}
.p-company__history__timeline__inner {
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-company__history__timeline__inner {
    overflow: auto;
  }
}
.p-company__history__timeline__img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .p-company__history__timeline__img {
    width: min(341.333vw, 1408px);
    max-width: unset;
    top: max(-17.333vw, -71.5px);
    position: relative;
  }
}
.p-company__history__item {
  position: absolute;
  width: max-content;
}
.p-company__history__item__img {
  position: absolute;
  width: min(25vw, 396px);
}
@media screen and (max-width: 834px) {
  .p-company__history__item__img {
    width: min(80vw, 330px);
  }
}
.p-company__history__item__img.--01 {
  top: min(40.556vw, 642.4px);
  left: min(10.417vw, 165px);
}
@media screen and (max-width: 834px) {
  .p-company__history__item__img.--01 {
    top: min(135.467vw, 558.8px);
    left: min(40vw, 165px);
  }
}
.p-company__history__item__img.--02 {
  top: 0;
  left: min(49.306vw, 781px);
}
@media screen and (max-width: 834px) {
  .p-company__history__item__img.--02 {
    top: max(-5.333vw, -22px);
    left: min(189.333vw, 781px);
  }
}

.p-contact__inner {
  margin-block: min(5.556vw, 88px);
}
@media screen and (min-width: 835px) {
  .p-contact__inner {
    width: min(72.222vw, 1144px);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__inner {
    margin-block: min(10.667vw, 44px) min(21.333vw, 88px);
  }
}

.p-project__list__tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: min(0.486vw, 7.7px) min(0.833vw, 13.2px);
  font-size: clamp(11.05px, 0.903vw, 14.3px);
  line-height: 1;
  color: #ffffff;
  background-color: #29afd3;
  border-bottom-right-radius: min(0.278vw, 4.4px);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .p-project__list__tag {
    padding: clamp(5.95px, 1.867vw, 7.7px) clamp(10.2px, 3.2vw, 13.2px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    border-bottom-right-radius: min(1.067vw, 4.4px);
  }
}
.p-project__tab {
  margin-block: min(5.556vw, 88px) min(11.111vw, 176px);
}
@media screen and (max-width: 834px) {
  .p-project__tab {
    margin-block: min(32vw, 132px);
  }
}
@media screen and (min-width: 835px) {
  .p-project__tab .c-tab__wrap {
    width: min(91.667vw, 1452px);
    margin-inline: auto;
    margin-bottom: min(1.389vw, 22px);
    padding-inline: min(1.389vw, 22px);
  }
}
.p-project__item {
  margin-top: clamp(-93.5px, -5.903vw, -72.25px) !important;
  padding-top: clamp(72.25px, 5.903vw, 93.5px);
}
@media screen and (min-width: 835px) {
  .p-project__item {
    margin-bottom: min(1.806vw, 28.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-project__item {
    margin-top: clamp(-70.4px, -17.067vw, -54.4px) !important;
    padding-top: clamp(54.4px, 17.067vw, 70.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-project__item .c-title--3 {
    margin-bottom: min(11.733vw, 48.4px);
  }
}
@media screen and (min-width: 835px) {
  .p-project__item__content {
    display: grid;
    grid-template-columns: min(44.444vw, 704px) 1fr;
    gap: 0 min(2.778vw, 44px);
    align-items: center;
  }
}
@media screen and (min-width: 835px) {
  .p-project__item__content .c-list--definition {
    grid-template-columns: clamp(144.5px, 11.806vw, 187px) 1fr;
  }
}
@media screen and (max-width: 834px) {
  .p-project__item__content .c-list--definition__term {
    padding: clamp(13.6px, 4.267vw, 17.6px) clamp(20.4px, 6.4vw, 26.4px) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-project__item__content .c-list--definition__data {
    padding: 0 clamp(20.4px, 6.4vw, 26.4px) clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-project__item__image {
  position: relative;
  border-radius: min(0.278vw, 4.4px);
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-project__item__image {
    border-radius: min(1.067vw, 4.4px);
  }
}
.p-project__item__image img {
  display: block;
  width: 100%;
}
.p-project__item__category {
  position: absolute;
  top: 0;
  left: 0;
  padding: min(0.556vw, 8.8px) min(0.833vw, 13.2px);
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  color: #ffffff;
  border-bottom-right-radius: min(0.278vw, 4.4px);
  background-color: #29afd3;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .p-project__item__category {
    padding: clamp(0px, 0vw, 0px) clamp(10.2px, 3.2vw, 13.2px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    border-bottom-right-radius: min(1.067vw, 4.4px);
  }
}
.p-project__item__txt {
  margin-top: min(2.778vw, 44px);
  color: #48494d;
  font-size: clamp(13.6px, 1.111vw, 17.6px);
}
@media screen and (max-width: 834px) {
  .p-project__item__txt {
    margin-top: clamp(20.4px, 6.4vw, 26.4px);
    margin-inline: clamp(20.4px, 6.4vw, 26.4px);
    font-size: clamp(12.75px, 4vw, 16.5px);
  }
}

.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: #0376bc;
}
.u-color--main {
  color: #ffffff;
}
.u-color--base {
  color: #ffffff;
}
.u-color--text {
  color: #1d1e22;
}
.u-color--text-second {
  color: #48494d;
}
.u-color--text-third {
  color: #9fa0a2;
}
.u-color--text-white {
  color: #ffffff;
}
.u-color--text-link {
  color: #1d1e22;
}
.u-color--text-placeholder {
  color: #9fa0a2;
}
.u-color--text-alert {
  color: #f0a3a3;
}
.u-color--border {
  border: 1px solid #e0e1e3;
}
.u-color--bg-gray {
  background-color: #ffffff;
}
.u-color--bg-alert {
  background-color: #fceded;
}

@media screen and (min-width: 835px) {
  .d-pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 834px) {
  .d-sp-none {
    display: none !important;
  }
}

.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: flex !important;
}
.d-flex-ai-start {
  align-items: flex-start;
}
.d-flex-ai-end {
  align-items: flex-end;
}
.d-flex-ai-center {
  align-items: center;
}
.d-flex-jc-start {
  justify-content: flex-start;
}
.d-flex-jc-end {
  justify-content: flex-end;
}
.d-flex-jc-center {
  justify-content: center;
}
.d-flex-jc-between {
  justify-content: space-between;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-lg-flex-ai-start {
    align-items: flex-start;
  }
  .d-lg-flex-ai-end {
    align-items: flex-end;
  }
  .d-lg-flex-ai-center {
    align-items: center;
  }
  .d-lg-flex-jc-start {
    justify-content: flex-start;
  }
  .d-lg-flex-jc-end {
    justify-content: flex-end;
  }
  .d-lg-flex-jc-center {
    justify-content: center;
  }
  .d-lg-flex-jc-between {
    justify-content: space-between;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-tb-flex-ai-start {
    align-items: flex-start;
  }
  .d-tb-flex-ai-end {
    align-items: flex-end;
  }
  .d-tb-flex-ai-center {
    align-items: center;
  }
  .d-tb-flex-jc-start {
    justify-content: flex-start;
  }
  .d-tb-flex-jc-end {
    justify-content: flex-end;
  }
  .d-tb-flex-jc-center {
    justify-content: center;
  }
  .d-tb-flex-jc-between {
    justify-content: space-between;
  }
  .d-tb-inline-flex {
    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: flex !important;
  }
  .d-md-flex-ai-start {
    align-items: flex-start;
  }
  .d-md-flex-ai-end {
    align-items: flex-end;
  }
  .d-md-flex-ai-center {
    align-items: center;
  }
  .d-md-flex-jc-start {
    justify-content: flex-start;
  }
  .d-md-flex-jc-end {
    justify-content: flex-end;
  }
  .d-md-flex-jc-center {
    justify-content: center;
  }
  .d-md-flex-jc-between {
    justify-content: space-between;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-sm-flex-ai-start {
    align-items: flex-start;
  }
  .d-sm-flex-ai-end {
    align-items: flex-end;
  }
  .d-sm-flex-ai-center {
    align-items: center;
  }
  .d-sm-flex-jc-start {
    justify-content: flex-start;
  }
  .d-sm-flex-jc-end {
    justify-content: flex-end;
  }
  .d-sm-flex-jc-center {
    justify-content: center;
  }
  .d-sm-flex-jc-between {
    justify-content: space-between;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  table.d-sm-inline-block, table.d-sm-block {
    display: table !important;
  }
  table th.d-sm-inline-block, table th.d-sm-block,
  table td.d-sm-inline-block,
  table td.d-sm-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 360px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
}
.u-m-0 {
  margin: 0 !important;
}
.u-m-auto {
  margin: auto !important;
}
.u-m-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.u-m-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-m-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 834px) {
  .u-pt-pr-0 {
    padding-top: min(0vw, 0px) !important;
  }
  .u-pb-pr-0 {
    padding-bottom: min(0vw, 0px) !important;
  }
  .u-pl-pr-0 {
    padding-left: min(0vw, 0px) !important;
  }
  .u-pr-pr-0 {
    padding-right: min(0vw, 0px) !important;
  }
  .u-pt-pr-4 {
    padding-top: min(1.067vw, 4.4px) !important;
  }
  .u-pb-pr-4 {
    padding-bottom: min(1.067vw, 4.4px) !important;
  }
  .u-pl-pr-4 {
    padding-left: min(1.067vw, 4.4px) !important;
  }
  .u-pr-pr-4 {
    padding-right: min(1.067vw, 4.4px) !important;
  }
  .u-pt-pr-8 {
    padding-top: min(2.133vw, 8.8px) !important;
  }
  .u-pb-pr-8 {
    padding-bottom: min(2.133vw, 8.8px) !important;
  }
  .u-pl-pr-8 {
    padding-left: min(2.133vw, 8.8px) !important;
  }
  .u-pr-pr-8 {
    padding-right: min(2.133vw, 8.8px) !important;
  }
  .u-pt-pr-12 {
    padding-top: min(3.2vw, 13.2px) !important;
  }
  .u-pb-pr-12 {
    padding-bottom: min(3.2vw, 13.2px) !important;
  }
  .u-pl-pr-12 {
    padding-left: min(3.2vw, 13.2px) !important;
  }
  .u-pr-pr-12 {
    padding-right: min(3.2vw, 13.2px) !important;
  }
  .u-pt-pr-16 {
    padding-top: min(4.267vw, 17.6px) !important;
  }
  .u-pb-pr-16 {
    padding-bottom: min(4.267vw, 17.6px) !important;
  }
  .u-pl-pr-16 {
    padding-left: min(4.267vw, 17.6px) !important;
  }
  .u-pr-pr-16 {
    padding-right: min(4.267vw, 17.6px) !important;
  }
  .u-pt-pr-20 {
    padding-top: min(5.333vw, 22px) !important;
  }
  .u-pb-pr-20 {
    padding-bottom: min(5.333vw, 22px) !important;
  }
  .u-pl-pr-20 {
    padding-left: min(5.333vw, 22px) !important;
  }
  .u-pr-pr-20 {
    padding-right: min(5.333vw, 22px) !important;
  }
  .u-pt-pr-24 {
    padding-top: min(6.4vw, 26.4px) !important;
  }
  .u-pb-pr-24 {
    padding-bottom: min(6.4vw, 26.4px) !important;
  }
  .u-pl-pr-24 {
    padding-left: min(6.4vw, 26.4px) !important;
  }
  .u-pr-pr-24 {
    padding-right: min(6.4vw, 26.4px) !important;
  }
  .u-pt-pr-28 {
    padding-top: min(7.467vw, 30.8px) !important;
  }
  .u-pb-pr-28 {
    padding-bottom: min(7.467vw, 30.8px) !important;
  }
  .u-pl-pr-28 {
    padding-left: min(7.467vw, 30.8px) !important;
  }
  .u-pr-pr-28 {
    padding-right: min(7.467vw, 30.8px) !important;
  }
  .u-pt-pr-32 {
    padding-top: min(8.533vw, 35.2px) !important;
  }
  .u-pb-pr-32 {
    padding-bottom: min(8.533vw, 35.2px) !important;
  }
  .u-pl-pr-32 {
    padding-left: min(8.533vw, 35.2px) !important;
  }
  .u-pr-pr-32 {
    padding-right: min(8.533vw, 35.2px) !important;
  }
  .u-pt-pr-36 {
    padding-top: min(9.6vw, 39.6px) !important;
  }
  .u-pb-pr-36 {
    padding-bottom: min(9.6vw, 39.6px) !important;
  }
  .u-pl-pr-36 {
    padding-left: min(9.6vw, 39.6px) !important;
  }
  .u-pr-pr-36 {
    padding-right: min(9.6vw, 39.6px) !important;
  }
  .u-pt-pr-40 {
    padding-top: min(10.667vw, 44px) !important;
  }
  .u-pb-pr-40 {
    padding-bottom: min(10.667vw, 44px) !important;
  }
  .u-pl-pr-40 {
    padding-left: min(10.667vw, 44px) !important;
  }
  .u-pr-pr-40 {
    padding-right: min(10.667vw, 44px) !important;
  }
  .u-pt-pr-44 {
    padding-top: min(11.733vw, 48.4px) !important;
  }
  .u-pb-pr-44 {
    padding-bottom: min(11.733vw, 48.4px) !important;
  }
  .u-pl-pr-44 {
    padding-left: min(11.733vw, 48.4px) !important;
  }
  .u-pr-pr-44 {
    padding-right: min(11.733vw, 48.4px) !important;
  }
  .u-pt-pr-48 {
    padding-top: min(12.8vw, 52.8px) !important;
  }
  .u-pb-pr-48 {
    padding-bottom: min(12.8vw, 52.8px) !important;
  }
  .u-pl-pr-48 {
    padding-left: min(12.8vw, 52.8px) !important;
  }
  .u-pr-pr-48 {
    padding-right: min(12.8vw, 52.8px) !important;
  }
  .u-pt-pr-52 {
    padding-top: min(13.867vw, 57.2px) !important;
  }
  .u-pb-pr-52 {
    padding-bottom: min(13.867vw, 57.2px) !important;
  }
  .u-pl-pr-52 {
    padding-left: min(13.867vw, 57.2px) !important;
  }
  .u-pr-pr-52 {
    padding-right: min(13.867vw, 57.2px) !important;
  }
  .u-pt-pr-56 {
    padding-top: min(14.933vw, 61.6px) !important;
  }
  .u-pb-pr-56 {
    padding-bottom: min(14.933vw, 61.6px) !important;
  }
  .u-pl-pr-56 {
    padding-left: min(14.933vw, 61.6px) !important;
  }
  .u-pr-pr-56 {
    padding-right: min(14.933vw, 61.6px) !important;
  }
  .u-pt-pr-60 {
    padding-top: min(16vw, 66px) !important;
  }
  .u-pb-pr-60 {
    padding-bottom: min(16vw, 66px) !important;
  }
  .u-pl-pr-60 {
    padding-left: min(16vw, 66px) !important;
  }
  .u-pr-pr-60 {
    padding-right: min(16vw, 66px) !important;
  }
}
.u-text--bold {
  font-weight: 700 !important;
}
.u-text--normal {
  font-weight: 400 !important;
}
.u-text--size--lg {
  font-size: clamp(20.4px, 1.667vw, 26.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--lg {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size--md {
  font-size: clamp(13.6px, 1.111vw, 17.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--md {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size--sm {
  font-size: clamp(11.9px, 0.972vw, 15.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--sm {
    font-size: clamp(11.9px, 3.733vw, 15.4px) !important;
  }
}
.u-text--size--xsm {
  font-size: clamp(10.2px, 0.833vw, 13.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--xsm {
    font-size: clamp(10.2px, 3.2vw, 13.2px) !important;
  }
}
.u-text--size--l {
  font-size: clamp(15.3px, 1.25vw, 19.8px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--l {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size--m {
  font-size: clamp(13.6px, 1.111vw, 17.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--m {
    font-size: clamp(12.75px, 4vw, 16.5px) !important;
  }
}
.u-text--size--s {
  font-size: clamp(11.9px, 0.972vw, 15.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--s {
    font-size: clamp(11.9px, 3.733vw, 15.4px) !important;
  }
}
.u-text--size--xs {
  font-size: clamp(11.05px, 0.903vw, 14.3px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--xs {
    font-size: clamp(10.2px, 3.2vw, 13.2px) !important;
  }
}
.u-text--size--h2 {
  font-size: clamp(30.6px, 2.5vw, 39.6px) !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--h2 {
    font-size: clamp(23.8px, 7.467vw, 30.8px) !important;
  }
}
.u-text--size--h3 {
  font-size: clamp(23.8px, 1.944vw, 30.8px) !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--h3 {
    font-size: clamp(18.7px, 5.867vw, 24.2px) !important;
  }
}
.u-text--size--h4 {
  font-size: clamp(17px, 1.389vw, 22px) !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.12em !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--h4 {
    font-size: clamp(15.3px, 4.8vw, 19.8px) !important;
  }
}

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

p a[href$=".pdf"],
p a[target=_blank] {
  color: #29afd3;
}
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";
}
@media screen and (min-width: 835px) {
  p a[href$=".pdf"]:hover,
  p a[target=_blank]:hover {
    color: #29afd3;
    opacity: 1;
  }
}
p a[href$=".pdf"]::after {
  content: "\f1c1";
}
p a[target=_blank]::after {
  content: "\f08e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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