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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

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

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

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  a:hover {
    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.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  p small {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}

strong {
  font-weight: 700;
}

p a,
td a,
th a,
blockquote a {
  color: #005cd1;
  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 {
  height: 1px;
  background-color: #f2f2f2;
  border: none;
  margin: min(1.464vw, 24px) 0;
}
@media screen and (max-width: 834px) {
  hr {
    margin: min(5.333vw, 24px) 0;
  }
}

.l-header {
  width: 100%;
  height: clamp(81.6px, 7.028vw, 105.6px);
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 20;
}
@media screen and (max-width: 1194px) {
  .l-header {
    height: clamp(59.5px, 5.124vw, 77px);
  }
}
@media screen and (max-width: 834px) {
  .l-header {
    height: clamp(59.5px, 18.667vw, 77px);
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  max-width: min(105.417vw, 1728px);
  margin: auto;
  padding: 0 min(4.392vw, 72px);
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1194px) {
  .l-header__inner {
    padding: 0;
  }
}
.l-header__logo {
  display: block;
}
@media screen and (max-width: 1194px) {
  .l-header__logo {
    padding-left: min(1.464vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__logo {
    padding-left: min(2.667vw, 12px);
  }
}
.l-header__logo a {
  width: min(16.105vw, 264px);
  height: min(2.343vw, 38.4px);
  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(44vw, 198px);
    height: min(6.4vw, 28.8px);
  }
}
@media screen and (min-width: 835px) {
  .l-header__logo a:hover {
    opacity: 0.6;
  }
}
.l-header__logo.--center {
  -ms-grid-column-align: center;
      justify-self: center;
}
.l-header__logo.--center a {
  margin: auto;
}
.l-header__nav {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  place-items: center;
}
@media screen and (max-width: 1194px) {
  .l-header__nav {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__nav__wrapper {
    display: block !important;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__wrapper {
    display: none;
    width: 100%;
    height: calc(100vh - min(4.392vw, 72px));
    background-color: #fff;
    border-top: #e9eaef solid 1px;
    padding-bottom: min(4.392vw, 72px);
    position: fixed;
    top: clamp(59.5px, 5.124vw, 77px);
    left: 0;
    overflow: auto;
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__wrapper {
    height: calc(100vh - min(16vw, 72px));
    padding-bottom: min(16vw, 72px);
    top: clamp(59.5px, 18.667vw, 77px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-header__nav__item {
  position: relative;
}
@media screen and (max-width: 1194px) {
  .l-header__nav__item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: #e9eaef solid 1px;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__nav__item:nth-last-child(1) .l-header__sub, .l-header__nav__item:nth-last-child(2) .l-header__sub, .l-header__nav__item:nth-last-child(3):has(.l-header__sub__wrapper) .l-header__sub {
    left: unset;
    right: 0;
  }
}
.l-header__nav__item.is-act::before {
  opacity: 0;
}
.l-header__nav__item.is-act::after {
  -webkit-transform: rotate(0);
          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: #005996 !important;
  }
  .l-header__nav__item:hover .l-header__head::before,
  .l-header__nav__item:hover .l-header__link::before {
    opacity: 1;
  }
  .l-header__nav__item:hover .l-header__head::after,
  .l-header__nav__item:hover .l-header__link::after {
    color: #005996;
  }
}
.l-header__nav__item.--button {
  margin-left: min(1.464vw, 24px);
}
@media screen and (max-width: 1194px) {
  .l-header__nav__item.--button {
    border-bottom: none;
    margin-left: 0;
    margin-top: min(1.464vw, 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__item.--button {
    margin-top: min(5.333vw, 24px);
  }
}
.l-header__link, .l-header__head {
  height: clamp(81.6px, 7.028vw, 105.6px);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 min(1.464vw, 24px);
  position: relative;
  cursor: pointer;
}
.l-header__link::before, .l-header__head::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #005996;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
@media screen and (max-width: 1194px) {
  .l-header__link, .l-header__head {
    width: 100%;
    height: auto;
    color: #1E2122 !important;
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    padding: min(1.611vw, 26.4px) min(3.294vw, 54px);
  }
  .l-header__link::before, .l-header__head::before {
    content: none;
  }
  .l-header__link::after, .l-header__head::after {
    font-family: "Font Awesome 6 Pro";
    color: #005996;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 834px) {
  .l-header__link, .l-header__head {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    padding: min(5.867vw, 26.4px) min(12vw, 54px);
  }
}
@media screen and (max-width: 540px) {
  .l-header__link, .l-header__head {
    padding: min(5.333vw, 24px) min(8vw, 36px) min(5.333vw, 24px) min(6.667vw, 30px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__link::after {
    content: "\f105";
    font-size: clamp(18.7px, 1.611vw, 24.2px);
    font-weight: 500;
    top: min(1.318vw, 21.6px);
    right: min(3.294vw, 54px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__link::after {
    font-size: clamp(17px, 5.333vw, 22px);
    top: min(4.8vw, 21.6px);
    right: min(12vw, 54px);
  }
}
@media screen and (max-width: 540px) {
  .l-header__link::after {
    right: min(6.667vw, 30px);
  }
}
.l-header__head {
  padding-right: min(1.464vw, 24px);
}
@media screen and (max-width: 834px) {
  .l-header__head {
    padding-right: min(5.333vw, 24px);
  }
}
.l-header__head::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-size: clamp(15.3px, 1.318vw, 19.8px);
  font-weight: 500;
  padding-left: min(0.586vw, 9.6px);
}
@media screen and (max-width: 1194px) {
  .l-header__head::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f067";
    color: #005996;
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    padding-left: 0;
    position: absolute;
    top: 50%;
    right: min(3.148vw, 51.6px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 834px) {
  .l-header__head::after {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    padding-left: min(2.133vw, 9.6px);
    right: min(11.467vw, 51.6px);
  }
}
@media screen and (max-width: 540px) {
  .l-header__head::after {
    right: min(6.133vw, 27.6px);
  }
}
.l-header__head.is-act::after {
  content: "\f068";
}
.l-header__button[class*=c-button] {
  width: min(13.177vw, 216px);
  height: min(3.367vw, 55.2px);
}
@media screen and (min-width: 1195px) {
  .l-header__button[class*=c-button]::after {
    display: none;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__button[class*=c-button] {
    width: min(68.8vw, 309.6px);
    height: min(14.4vw, 64.8px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.l-header__sub {
  cursor: default;
  display: -ms-grid;
  display: grid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__sub__wrapper {
  display: none;
}
@media screen and (max-width: 1194px) {
  .l-header__sub__wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-transition: 350ms all ease;
    transition: 350ms all ease;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
  }
  .l-header__sub__wrapper.is-act {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .l-header__sub__wrapper .l-header__sub {
    overflow: hidden;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__sub {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    max-height: min(73.206vw, 1200px);
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: clamp(81.6px, 7.028vw, 105.6px);
    left: 0;
    padding: min(2.343vw, 38.4px);
    row-gap: min(1.757vw, 28.8px);
    -webkit-column-gap: min(1.757vw, 28.8px);
       -moz-column-gap: min(1.757vw, 28.8px);
            column-gap: min(1.757vw, 28.8px);
    grid-auto-flow: column;
    grid-template-rows: repeat(auto-fit, minmax(1em, -webkit-max-content));
    grid-template-rows: repeat(auto-fit, minmax(1em, max-content));
  }
  .l-header__sub:has(:nth-child(7)) {
    max-width: min(54.905vw, 900px);
    -ms-grid-rows: (minmax(1em, -webkit-max-content))[6];
    -ms-grid-rows: (minmax(1em, max-content))[6];
    grid-template-rows: repeat(6, minmax(1em, -webkit-max-content));
    grid-template-rows: repeat(6, minmax(1em, max-content));
    grid-template-columns: repeat(auto-fit, minmax(100px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
  }
}
@media screen and (max-width: 1194px) {
  .l-header__sub {
    width: 100%;
    background-color: #f2f2f2;
    padding: 0;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__sub__item {
    max-width: 250px;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__sub__item:not(:last-child) {
    border-bottom: #e9eaef solid 1px;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.l-header__sub__item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(1.318vw, 21.6px) auto;
  grid-template-columns: min(1.318vw, 21.6px) auto;
  font-weight: 500;
  position: relative;
  word-break: break-all;
}
@media screen and (max-width: 1194px) {
  .l-header__sub__item a {
    -ms-grid-columns: 1fr min(1.83vw, 30px);
    grid-template-columns: 1fr min(1.83vw, 30px);
    padding: min(1.464vw, 24px) min(3.294vw, 54px) min(1.464vw, 24px) min(4.392vw, 72px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__sub__item a {
    -ms-grid-columns: 1fr min(6.667vw, 30px);
    grid-template-columns: 1fr min(6.667vw, 30px);
    font-size: clamp(12.75px, 4vw, 16.5px);
    padding: min(5.333vw, 24px) min(8vw, 36px) min(5.333vw, 24px) min(14.667vw, 66px);
  }
}
@media screen and (max-width: 540px) {
  .l-header__sub__item a {
    -ms-grid-columns: 1fr min(1.464vw, 24px);
    grid-template-columns: 1fr min(1.464vw, 24px);
    padding: min(5.333vw, 24px) min(8vw, 36px) min(5.333vw, 24px) min(9.333vw, 42px);
  }
}
@media screen and (min-width: 835px) {
  .l-header__sub__item a:hover {
    color: #005996;
  }
}
.l-header__sub__item a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #005996;
}
@media screen and (max-width: 1194px) {
  .l-header__sub__item a::before {
    content: none;
  }
}
@media screen and (max-width: 1194px) {
  .l-header__sub__item a::after {
    font-family: "Font Awesome 6 Pro";
    color: #005996;
    content: "\f105";
    font-size: clamp(17px, 1.464vw, 22px);
    font-weight: 500;
  }
}
@media screen and (max-width: 834px) {
  .l-header__sub__item a::after {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1194px) {
  .l-header__hamburger {
    width: clamp(59.5px, 5.124vw, 77px);
    height: clamp(59.5px, 5.124vw, 77px);
    display: block;
    margin-left: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
  }
}
@media screen and (max-width: 1194px) and (max-width: 834px) {
  .l-header__hamburger {
    width: clamp(59.5px, 18.667vw, 77px);
    height: clamp(59.5px, 18.667vw, 77px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__hamburger::before, .l-header__hamburger::after {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-header__hamburger::before {
    content: "\f0c9";
    font-size: clamp(20.4px, 1.757vw, 26.4px);
  }
}
@media screen and (max-width: 1194px) and (max-width: 834px) {
  .l-header__hamburger::before {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__hamburger::after {
    content: "\f00d";
    font-size: clamp(23.8px, 2.05vw, 30.8px);
    opacity: 0;
  }
}
@media screen and (max-width: 1194px) and (max-width: 834px) {
  .l-header__hamburger::after {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
  }
}
@media screen and (min-width: 835px) {
  .l-header__hamburger:hover {
    color: #005996;
  }
}
.l-header__hamburger.is-act::before {
  opacity: 0;
}
.l-header__hamburger.is-act::after {
  opacity: 1;
}

.l-footer {
  width: 100%;
  margin-top: auto;
}
.l-footer__wrapper {
  width: 100%;
  position: relative;
}
.l-footer__inner {
  width: 100%;
  max-width: min(82.43vw, 1351.2px);
  padding-top: min(5.857vw, 96px);
  margin: 0 auto min(7.321vw, 120px);
}
@media screen and (max-width: 1280px) {
  .l-footer__inner {
    padding-left: min(1.464vw, 24px);
    padding-right: min(1.464vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__inner {
    max-width: min(320vw, 1440px);
    padding-top: min(13.333vw, 60px);
    padding-left: min(5.333vw, 24px);
    padding-right: min(5.333vw, 24px);
    margin-bottom: min(6.667vw, 30px);
  }
}
@media (max-width: 1100) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__inner.--low {
  display: block;
  padding: min(2.928vw, 48px) 0;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .l-footer__inner.--low {
    padding: min(2.928vw, 48px) min(1.464vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__inner.--low {
    padding: min(5.333vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__logo {
    margin-bottom: min(10.667vw, 48px);
  }
}
.l-footer__logo a {
  width: min(14.641vw, 240px);
  height: min(2.05vw, 33.6px);
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  text-indent: -999em;
  display: block;
}
@media screen and (max-width: 834px) {
  .l-footer__logo a {
    width: min(53.333vw, 240px);
    height: min(7.467vw, 33.6px);
    margin: auto;
  }
}
@media screen and (min-width: 835px) {
  .l-footer__logo a:hover {
    opacity: 0.6;
  }
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .l-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__sns li:not(:last-child) {
  margin-right: min(2.05vw, 33.6px);
}
@media screen and (max-width: 834px) {
  .l-footer__sns li:not(:last-child) {
    margin-right: min(7.467vw, 33.6px);
  }
}
.l-footer__sns li a i {
  font-size: clamp(20.4px, 1.757vw, 26.4px);
}
@media screen and (max-width: 834px) {
  .l-footer__sns li a i {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.l-footer__nav {
  -ms-grid-column-align: end;
      justify-self: end;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-column-gap: min(6.149vw, 100.8px);
     -moz-column-gap: min(6.149vw, 100.8px);
          column-gap: min(6.149vw, 100.8px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 1280px) {
  .l-footer__nav {
    -webkit-column-gap: min(4.685vw, 76.8px);
       -moz-column-gap: min(4.685vw, 76.8px);
            column-gap: min(4.685vw, 76.8px);
  }
}
@media screen and (max-width: 1194px) {
  .l-footer__nav {
    -webkit-column-gap: min(2.196vw, 36px);
       -moz-column-gap: min(2.196vw, 36px);
            column-gap: min(2.196vw, 36px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav {
    width: 100%;
    display: block;
    border-bottom: #8495A0 solid 1px;
  }
}
.l-footer__nav:has(.l-footer__logo) {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.l-footer__nav__list {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 834px) {
  .l-footer__nav__list {
    border-top: #8495A0 solid 1px;
  }
}
.l-footer__nav__item:not(:last-child) {
  margin-bottom: min(1.464vw, 24px);
}
@media screen and (max-width: 834px) {
  .l-footer__nav__item:not(:last-child) {
    border-bottom: #8495A0 solid 1px;
    margin-bottom: 0;
  }
}
.l-footer__nav__item a {
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  font-weight: 500;
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-footer__nav__item a:hover {
    color: #005996;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav__item a {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    padding: min(5.867vw, 26.4px) min(11.2vw, 50.4px) min(5.867vw, 26.4px) 0;
  }
  .l-footer__nav__item a::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    color: #005996;
    font-size: clamp(17px, 5.333vw, 22px);
    font-weight: 500;
    position: absolute;
    top: 50%;
    right: min(4.267vw, 19.2px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-footer__head {
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 834px) {
  .l-footer__head {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    padding: min(5.867vw, 26.4px) min(11.2vw, 50.4px) min(5.867vw, 26.4px) 0;
  }
  .l-footer__head::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f067";
    color: #005996;
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    position: absolute;
    top: 50%;
    right: min(3.733vw, 16.8px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-footer__head.is-act::after {
  content: "\f068";
}
.l-footer__sub {
  margin-top: min(0.732vw, 12px);
  display: -ms-grid;
  display: grid;
  row-gap: min(0.732vw, 12px);
}
@media screen and (max-width: 834px) {
  .l-footer__sub {
    row-gap: min(8vw, 36px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__sub__wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-transition: 350ms all ease;
    transition: 350ms all ease;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
  }
  .l-footer__sub__wrapper.is-act {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    margin-top: min(2.667vw, 12px);
    padding-bottom: min(8vw, 36px);
  }
  .l-footer__sub__wrapper .l-footer__sub {
    overflow: hidden;
  }
}
.l-footer__sub__item {
  padding-left: min(1.318vw, 21.6px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .l-footer__sub__item {
    padding-left: min(5.333vw, 24px);
  }
}
.l-footer__sub__item::before {
  content: "";
  width: min(0.439vw, 7.2px);
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 0.9em;
  left: min(0.878vw, 14.4px);
}
@media screen and (max-width: 834px) {
  .l-footer__sub__item::before {
    content: none;
  }
}
.l-footer__sub__item a {
  font-weight: 500;
  padding-left: min(0.586vw, 9.6px);
}
@media screen and (max-width: 834px) {
  .l-footer__sub__item a {
    font-size: clamp(12.75px, 4vw, 16.5px);
    padding: 0;
  }
  .l-footer__sub__item a::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    color: #005996;
    font-size: clamp(17px, 5.333vw, 22px);
    font-weight: 500;
    top: 50%;
    right: min(4.267vw, 19.2px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-footer__button[class*=c-button] {
  display: none;
}
@media screen and (max-width: 834px) {
  .l-footer__button[class*=c-button] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: min(8vw, 36px) auto;
  }
}
.l-footer__bottom {
  width: 100%;
  border-top: #8495A0 solid 1px;
  padding: min(2.05vw, 33.6px) 0;
}
@media screen and (max-width: 834px) {
  .l-footer__bottom {
    padding: min(5.333vw, 24px) 0;
  }
}
.l-footer__sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .l-footer__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: min(2.667vw, 12px);
       -moz-column-gap: min(2.667vw, 12px);
            column-gap: min(2.667vw, 12px);
    row-gap: min(2.667vw, 12px);
    margin-top: min(4vw, 18px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__sp__item {
    position: relative;
    width: auto;
    margin-right: 0;
    padding-left: min(4.267vw, 19.2px);
  }
}
.l-footer__sp__item::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #005996;
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: min(0.366vw, 6px);
}
@media screen and (max-width: 834px) {
  .l-footer__sp__item::before {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    left: min(1.333vw, 6px);
  }
}
.l-footer__sp__item a {
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  display: block;
}
@media screen and (max-width: 834px) {
  .l-footer__sp__item a {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.l-footer__copyright {
  text-align: center;
}
.l-footer__copyright small {
  font-size: clamp(10.2px, 0.878vw, 13.2px);
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .l-footer__copyright small {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}

footer .container {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 834px) {
  footer .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

footer .seg-footer-contact {
  padding: 80px 0 60px;
  background-color: #f1f2f2;
  text-align: center;
}

footer .seg-footer-contact a.btn-footer-contact {
  display: inline-block;
  width: 75%;
  max-width: 560px;
  height: 80px;
  color: #fff;
  font-size: 20px;
  line-height: 80px;
  background-color: #0d539a;
  -webkit-transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}

footer .seg-footer-contact a.btn-footer-contact:hover {
  text-decoration: none;
  opacity: 0.5;
}

footer .seg-footer-contact span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 0.75em;
}

footer .seg-footer-nav {
  padding-top: 40px;
  padding-bottom: 40px;
}

footer .seg-footer-nav.border {
  border-top: 1px solid #e6e6e6;
}

footer .seg-footer-nav .seg-footer-logo {
  font-size: 10px;
  line-height: 1;
}

footer .seg-footer-nav .seg-footer-logo a {
  display: block;
  width: 224px;
  height: 34px;
  background-image: url(//www.shizenenergy.net/wp-content/themes/shizenenergy-web-2024/assets/css/../images/logo/logo_seg_en.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

footer .seg-footer-nav .seg-footer-logo a span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}

footer .seg-footer-nav .seg-footer-directory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
}

footer .seg-footer-nav .seg-footer-directory .seg-footer-directory-column, footer .seg-footer-nav .seg-footer-directory > li.menu-item {
  width: 20%;
}

footer .seg-footer-nav .seg-footer-directory .seg-footer-directory-column p, footer .seg-footer-nav .seg-footer-directory .seg-footer-directory-column > a, footer .seg-footer-nav .seg-footer-directory > li.menu-item p, footer .seg-footer-nav .seg-footer-directory > li.menu-item > a {
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-bottom: 1.5em;
}

footer .seg-footer-nav .seg-footer-directory .seg-footer-directory-column ul li, footer .seg-footer-nav .seg-footer-directory > li.menu-item ul li {
  line-height: 1.45;
  margin: 0.75em 0;
  font-size: 14px;
}

footer .seg-footer-nav .seg-footer-directory .seg-footer-directory-column ul li.for-sp, footer .seg-footer-nav .seg-footer-directory > li.menu-item ul li.for-sp {
  display: none;
}

footer .seg-footer-nav .seg-footer-directory.wide-size .seg-footer-directory-column {
  width: 25%;
}

footer .seg-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
}

footer .seg-footer-bottom .seg-footer-legal > span {
  margin: 0 10px;
  font-size: 14px;
}

footer .seg-footer-bottom .seg-footer-language {
  min-width: 150px;
  max-height: 40px;
}

footer .seg-footer-bottom .seg-footer-language.form-item select {
  width: 100%;
  font-family: inherit;
  line-height: 1.5;
  border-radius: 0.125rem;
  border: 0.0625rem solid #e6e6e6;
  padding: 6px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

footer .seg-footer-bottom .seg-footer-language.form-select {
  position: relative;
}

footer .seg-footer-bottom .seg-footer-language.form-select:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px 4px 0;
  border-style: solid;
  border-color: currentColor transparent transparent;
  opacity: 0.8;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

footer .seg-footer-copyright {
  padding-top: 40px;
  font-size: 12px;
}

@media screen and (max-width: 860px) {
  footer .seg-footer-bottom .seg-footer-legal > span {
    display: block;
    margin: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  footer > p {
    font-size: 10px;
  }
  footer .seg-footer-contact {
    padding: 30px 0 20px;
  }
  footer .seg-footer-contact a.btn-footer-contact {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
  footer .seg-footer-contact a.btn-footer-contact:hover {
    opacity: 1;
  }
  footer .seg-footer-contact span {
    font-size: 14px;
    line-height: 1.65;
  }
  footer .seg-footer-nav {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  footer .seg-footer-nav .seg-footer-logo a {
    width: 184px;
    height: 30px;
  }
  footer .seg-footer-nav .seg-footer-directory {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  footer .seg-footer-nav .seg-footer-directory .seg-footer-directory-column, footer .seg-footer-nav .seg-footer-directory > li.menu-item {
    width: 100%;
    margin-bottom: 24px;
  }
  footer .seg-footer-nav .seg-footer-directory .seg-footer-directory-column p, footer .seg-footer-nav .seg-footer-directory .seg-footer-directory-column > a, footer .seg-footer-nav .seg-footer-directory > li.menu-item p, footer .seg-footer-nav .seg-footer-directory > li.menu-item > a {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 1.25em;
  }
  footer .seg-footer-nav .seg-footer-directory .seg-footer-directory-column p.group, footer .seg-footer-nav .seg-footer-directory .seg-footer-directory-column > a.group, footer .seg-footer-nav .seg-footer-directory > li.menu-item p.group, footer .seg-footer-nav .seg-footer-directory > li.menu-item > a.group {
    display: none;
  }
  footer .seg-footer-nav .seg-footer-directory .seg-footer-directory-column ul, footer .seg-footer-nav .seg-footer-directory > li.menu-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }
  footer .seg-footer-nav .seg-footer-directory .seg-footer-directory-column ul li, footer .seg-footer-nav .seg-footer-directory > li.menu-item ul li {
    width: 50%;
    margin: 0.5rem 0;
    font-size: 14px;
  }
  footer .seg-footer-nav .seg-footer-directory.wide-size .seg-footer-directory-column {
    width: 100%;
  }
  footer .seg-footer-bottom {
    display: block;
  }
  footer .seg-footer-bottom .seg-footer-social {
    margin-bottom: 20px;
  }
  footer .seg-footer-bottom .seg-footer-legal {
    margin-bottom: 30px;
  }
  footer .seg-footer-bottom .seg-footer-legal > span {
    font-size: 14px;
  }
  footer .seg-footer-copyright {
    font-size: 11px;
  }
}
.social-links li {
  display: inline-block;
  margin-right: 15px;
}

.social-links li > a {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-links li > a:hover {
  opacity: 0.5;
}

.social-links li > a.link-facebook {
  background-image: url(//www.shizenenergy.net/wp-content/themes/shizenenergy-web-2024/assets/css/../images/common/ic_facebook.svg);
}

.social-links li > a.link-twitter {
  background-image: url(//www.shizenenergy.net/wp-content/themes/shizenenergy-web-2024/assets/css/../images/common/ic_twitter.svg);
}

.social-links li > a.link-instagram {
  background-image: url(//www.shizenenergy.net/wp-content/themes/shizenenergy-web-2024/assets/css/../images/common/ic_instagram.svg);
}

.social-links li > a.link-linkedin {
  background-image: url(//www.shizenenergy.net/wp-content/themes/shizenenergy-web-2024/assets/css/../images/common/ic_linkedin.svg);
}

.social-links li > a span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}

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

.l-container {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  position: relative;
  z-index: 5;
}
.l-container__inner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .l-container__inner {
    max-width: min(82.43vw, 1351.2px);
  }
}
@media screen and (min-width: 835px) {
  .l-container__inner.--wide {
    max-width: min(93.704vw, 1536px);
  }
}
@media screen and (min-width: 835px) {
  .l-container__inner.--narrow {
    max-width: min(68.814vw, 1128px);
  }
}
@media screen and (max-width: 834px) {
  .l-container__inner {
    padding-left: min(5.333vw, 24px);
    padding-right: min(5.333vw, 24px);
  }
}

[class*=l-section] {
  width: 100%;
  padding: min(8.785vw, 144px) 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  [class*=l-section] {
    padding: min(21.333vw, 96px) 0;
  }
}

.l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-content {
    padding: min(5.857vw, 96px) 0;
  }
}
@media screen and (max-width: 834px) {
  .l-content {
    display: block;
    padding: min(16vw, 72px) 0;
  }
}
.l-content__main {
  width: calc(100% - min(33.675vw, 552px));
}
@media screen and (max-width: 834px) {
  .l-content__main {
    width: calc(100% - min(122.667vw, 552px));
    margin-bottom: min(16vw, 72px);
  }
}
.l-content__main.--wide {
  width: calc(100% - min(30.015vw, 492px));
}
@media screen and (max-width: 834px) {
  .l-content__main.--wide {
    width: calc(100% - min(109.333vw, 492px));
  }
}
@media screen and (min-width: 835px) {
  .l-content__side {
    width: min(27.818vw, 456px);
  }
}
@media screen and (max-width: 834px) {
  .l-content__main, .l-content__side {
    width: 100%;
  }
}
.l-content__main > *:first-child, .l-content__side > *:first-child {
  margin-top: 0;
}
.l-content__main > *:last-child, .l-content__side > *:last-child {
  margin-bottom: 0;
}

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

/* .l-footer.--pattern2 */
.l-footer.--pattern2 .l-footer__inner {
  display: block;
  margin-bottom: min(4.392vw, 72px);
}
@media screen and (max-width: 834px) {
  .l-footer.--pattern2 .l-footer__inner {
    margin-bottom: min(8vw, 36px);
  }
}
.l-footer.--pattern2 .l-footer__logo {
  grid-column: 1/-1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.l-footer.--pattern2 .l-footer__nav {
  row-gap: min(2.928vw, 48px);
  border-bottom: none;
  -ms-grid-rows: auto min(2.928vw, 48px) 1fr;
  grid-template-rows: auto 1fr;
  -ms-grid-columns: (auto)[5];
  grid-template-columns: repeat(5, auto);
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.l-footer.--pattern2 .l-footer__nav > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l-footer.--pattern2 .l-footer__nav > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.l-footer.--pattern2 .l-footer__nav > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.l-footer.--pattern2 .l-footer__nav > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.l-footer.--pattern2 .l-footer__nav > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.l-footer.--pattern2 .l-footer__nav > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.l-footer.--pattern2 .l-footer__nav > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.l-footer.--pattern2 .l-footer__nav > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.l-footer.--pattern2 .l-footer__nav > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.l-footer.--pattern2 .l-footer__nav > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (max-width: 834px) {
  .l-footer.--pattern2 .l-footer__nav__head {
    margin-top: min(7.467vw, 33.6px);
  }
}
.l-footer.--pattern2 .l-footer__nav__head__title {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(1.464vw, 24px);
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .l-footer.--pattern2 .l-footer__nav__head__title {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-bottom: min(3.733vw, 16.8px);
  }
}
.l-footer.--pattern2 .l-footer__nav__head__title i::before {
  margin-right: 9px;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
}
@media screen and (max-width: 834px) {
  .l-footer.--pattern2 .l-footer__nav__head__title i::before {
    margin-right: min(2.4vw, 10.8px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (min-width: 835px) {
  .l-footer.--pattern2 .l-footer__nav__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(0.952vw, 15.6px) min(0.732vw, 12px);
  }
}
.l-footer.--pattern2 .l-footer__nav__tel__number {
  font-size: min(2.782vw, 45.6px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .l-footer.--pattern2 .l-footer__nav__tel__number {
    font-size: min(10.133vw, 45.6px);
  }
}
.l-footer.--pattern2 .l-footer__nav__tel__time {
  margin-top: 0;
  font-size: clamp(10.2px, 0.878vw, 13.2px);
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .l-footer.--pattern2 .l-footer__nav__tel__time {
    margin-top: min(3.2vw, 14.4px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.l-footer.--pattern2 .l-footer__nav__mail {
  margin-top: min(1.464vw, 24px);
}
@media screen and (max-width: 834px) {
  .l-footer.--pattern2 .l-footer__nav__mail {
    margin-top: min(7.2vw, 32.4px);
  }
}
.l-footer.--pattern2 .l-footer__bottom {
  padding: 0;
}
@media screen and (max-width: 834px) {
  .l-footer.--pattern2 .l-footer__bottom {
    border-top: none;
  }
}
.l-footer.--pattern2 .l-footer__bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: min(90.776vw, 1488px);
  margin: 0 auto;
  padding: min(2.05vw, 33.6px) min(1.464vw, 24px);
}
@media screen and (max-width: 834px) {
  .l-footer.--pattern2 .l-footer__bottom__inner {
    max-width: min(330.667vw, 1488px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .l-footer.--pattern2 .l-footer__copyright {
    width: 100%;
    margin-top: min(6.133vw, 27.6px);
    padding: min(5.333vw, 24px) 0;
    border-top: 1px solid #ddd;
  }
}
.l-footer.--pattern2 .l-footer__sp__menu {
  gap: min(1.171vw, 19.2px) min(1.098vw, 18px);
  margin: min(2.05vw, 33.6px) 0;
}
@media screen and (max-width: 834px) {
  .l-footer.--pattern2 .l-footer__sp__menu {
    gap: min(4.267vw, 19.2px) min(4vw, 18px);
    margin: min(7.467vw, 33.6px) 0;
  }
}
.l-footer.--pattern2 .l-footer__sp__menu__item {
  margin: 0;
}

.l-header.--tiered {
  height: clamp(96.9px, 8.346vw, 125.4px);
}
@media screen and (max-width: 1194px) {
  .l-header.--tiered {
    height: clamp(59.5px, 5.124vw, 77px);
  }
}
@media screen and (max-width: 834px) {
  .l-header.--tiered {
    height: clamp(59.5px, 18.667vw, 77px);
  }
}

@media screen and (max-width: 1194px) {
  .l-header__nav__wrapper.--tiered {
    top: clamp(59.5px, 5.124vw, 77px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__wrapper.--tiered {
    top: clamp(59.5px, 18.667vw, 77px);
  }
}

.l-header__nav__top {
  height: min(2.489vw, 40.8px);
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 14px;
  -webkit-column-gap: min(2.928vw, 48px);
     -moz-column-gap: min(2.928vw, 48px);
          column-gap: min(2.928vw, 48px);
}
@media screen and (max-width: 1194px) {
  .l-header__nav__top {
    height: 100%;
    grid-auto-flow: row;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    width: 100%;
    padding: min(2.196vw, 36px) min(3.294vw, 54px);
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: min(1.83vw, 30px);
  }
  .l-header__nav__top form {
    -ms-grid-column-align: left;
        justify-self: left;
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__top {
    padding: min(8vw, 36px) min(12vw, 54px);
    row-gap: min(6.667vw, 30px);
  }
}
@media screen and (max-width: 540px) {
  .l-header__nav__top {
    padding: min(8vw, 36px);
  }
}
.l-header__nav__top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: min(2.562vw, 42px);
     -moz-column-gap: min(2.562vw, 42px);
          column-gap: min(2.562vw, 42px);
  row-gap: min(0.732vw, 12px);
}
@media screen and (max-width: 834px) {
  .l-header__nav__top__list {
    -webkit-column-gap: min(5.333vw, 24px);
       -moz-column-gap: min(5.333vw, 24px);
            column-gap: min(5.333vw, 24px);
    row-gap: min(1.6vw, 7.2px);
  }
}
.l-header__nav__top__list__item a {
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  font-weight: 500;
  padding-left: min(0.878vw, 14.4px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .l-header__nav__top__list__item a {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding-left: min(3.2vw, 14.4px);
  }
}
.l-header__nav__top__list__item a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #005996;
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .l-header__nav__top__list__item a::before {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.l-header__nav__top__search.c-form__search {
  width: min(14.641vw, 240px);
  height: min(2.489vw, 40.8px);
  background-color: #f2f2f2;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  font-weight: 500;
  border-radius: min(2.928vw, 48px);
  border: none;
  padding: 0 16px;
}
@media screen and (max-width: 834px) {
  .l-header__nav__top__search.c-form__search {
    width: min(53.333vw, 240px);
    height: min(9.067vw, 40.8px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.l-header__nav__top__search__button.c-form__search__button i {
  color: #aaaaaa;
  font-size: clamp(13.6px, 1.171vw, 17.6px);
}
@media screen and (max-width: 834px) {
  .l-header__nav__top__search__button.c-form__search__button i {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.l-header__nav__top__tel {
  color: #005996;
  font-size: clamp(18.7px, 1.611vw, 24.2px);
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-left: min(1.757vw, 28.8px);
  margin-bottom: min(0.366vw, 6px);
}
@media screen and (max-width: 1194px) {
  .l-header__nav__top__tel__wrap {
    text-align: center;
    margin-top: min(0.878vw, 14.4px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__top__tel__wrap {
    margin-top: min(3.2vw, 14.4px);
  }
}
@media screen and (max-width: 834px) {
  .l-header__nav__top__tel {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    padding-left: min(6.4vw, 28.8px);
    margin-bottom: min(1.333vw, 6px);
  }
}
.l-header__nav__top__tel::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f879";
  font-size: clamp(15.3px, 1.318vw, 19.8px);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .l-header__nav__top__tel::before {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}

@media screen and (min-width: 1195px) {
  .l-header__nav.--bottom {
    height: min(4.685vw, 76.8px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2px;
  }
}
@media screen and (min-width: 1195px) {
  .l-header__nav.--bottom .l-header__head,
  .l-header__nav.--bottom .l-header__link {
    height: min(4.685vw, 76.8px);
    padding-bottom: min(1.098vw, 18px);
  }
}
@media screen and (max-width: 1194px) {
  .l-header__nav.--bottom .l-header__head,
  .l-header__nav.--bottom .l-header__link {
    position: relative;
    top: auto;
    left: auto;
  }
}

@media screen and (min-width: 1195px) {
  .l-header__sub.--tiered {
    top: min(4.685vw, 76.8px);
  }
}

.c-button--md, .c-button--lg {
  max-width: 100%;
  background-color: #1E2122;
  color: #ffffff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  border: none;
  border-radius: calc(infinity * 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}
.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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 835px) {
  .c-button--md::after, .c-button--lg::after {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
    right: min(0.732vw, 12px);
  }
}
@media screen and (max-width: 834px) {
  .c-button--md::after, .c-button--lg::after {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
    right: min(2.133vw, 9.6px);
  }
}
@media screen and (min-width: 835px) {
  .c-button--md:hover, .c-button--lg:hover {
    opacity: 0.75;
  }
}
[target=_blank].c-button--md::after, [target=_blank].c-button--lg::after {
  content: "\f08e";
}

@media screen and (min-width: 835px) {
  .c-button--lg {
    font-size: clamp(17px, 1.464vw, 22px);
    width: clamp(340px, 29.283vw, 440px);
    height: clamp(51.85px, 4.466vw, 67.1px);
  }
}
@media screen and (max-width: 834px) {
  .c-button--lg {
    font-style: clamp(13.6px, 4.267vw, 17.6px);
    width: clamp(238px, 74.667vw, 308px);
    height: clamp(47.6px, 14.933vw, 61.6px);
  }
}
@media screen and (min-width: 835px) {
  .c-button--lg::after {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    right: min(1.171vw, 19.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-button--lg::after {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    right: min(3.2vw, 14.4px);
  }
}
@media screen and (min-width: 835px) {
  .c-button--md {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    width: clamp(156.4px, 13.47vw, 202.4px);
    height: clamp(37.4px, 3.221vw, 48.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-button--md {
    font-style: clamp(11.05px, 3.467vw, 14.3px);
    width: clamp(130.9px, 41.067vw, 169.4px);
    height: clamp(33.15px, 10.4vw, 42.9px);
  }
}
.c-button--border {
  background-color: #fff;
  color: #005996;
  border: #005996 solid 1px;
}
.c-button--border::after {
  color: #005996;
}
.c-button--icon::after {
  content: none;
}
@media screen and (min-width: 835px) {
  .c-button--icon i {
    font-size: clamp(16.15px, 1.391vw, 20.9px);
    margin-right: min(0.366vw, 6px);
  }
}
@media screen and (max-width: 834px) {
  .c-button--icon i {
    font-size: clamp(16.15px, 5.067vw, 20.9px);
    margin-right: min(1.333vw, 6px);
  }
}
.c-button--disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.c-button__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .c-button__list {
    gap: min(5.333vw, 24px);
  }
}
.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, 12px)) / 2);
  }
}
@media screen and (min-width: 835px) {
  .c-button__list [class*=c-button] + [class*=c-button] {
    margin-left: min(1.464vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .c-button__list [class*=c-button] + [class*=c-button] {
    margin-left: min(2.667vw, 12px);
  }
}

.c-pagetop {
  display: none;
  position: fixed;
  z-index: 10;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.8;
}
@media screen and (min-width: 835px) {
  .c-pagetop {
    width: clamp(47.6px, 4.1vw, 61.6px);
    height: clamp(47.6px, 4.1vw, 61.6px);
    right: min(1.464vw, 24px);
    bottom: min(1.464vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .c-pagetop {
    width: clamp(39.1px, 12.267vw, 50.6px);
    height: clamp(39.1px, 12.267vw, 50.6px);
    right: min(5.333vw, 24px);
    bottom: min(5.333vw, 24px);
  }
}
.c-pagetop a {
  width: 100%;
  height: 100%;
  background-color: #1E2122;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pagetop a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f106";
  color: #FFF;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-pagetop a::before {
    font-size: clamp(17.85px, 1.537vw, 23.1px);
  }
}
@media screen and (max-width: 834px) {
  .c-pagetop a::before {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .c-pagetop a:hover {
    opacity: 0.9;
  }
}
.c-pagetop a span {
  text-indent: -999em;
}
.c-pagetop.is-hide {
  z-index: 1;
}

.c-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(1.464vw, 24px) 1fr min(1.464vw, 24px) 1fr min(1.464vw, 24px) 1fr min(1.464vw, 24px) 1fr min(1.464vw, 24px) 1fr min(1.464vw, 24px) 1fr min(1.464vw, 24px) 1fr min(1.464vw, 24px) 1fr min(1.464vw, 24px) 1fr min(1.464vw, 24px) 1fr min(1.464vw, 24px) 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: min(1.464vw, 24px);
}
@media screen and (max-width: 834px) {
  .c-row {
    gap: min(4.267vw, 19.2px);
  }
}
.c-row:where(.--gap-wide) {
  gap: min(3.514vw, 57.6px);
}
@media screen and (max-width: 834px) {
  .c-row:where(.--gap-wide) {
    gap: min(7.467vw, 33.6px);
  }
}
.c-row:where(.--gap-narrow) {
  gap: min(0.586vw, 9.6px);
}
@media screen and (max-width: 834px) {
  .c-row:where(.--gap-narrow) {
    gap: min(1.067vw, 4.8px);
  }
}
.c-row:where(.--gap-none) {
  gap: min(0vw, 0px);
}

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

.c-title--6, .c-title--5, .c-title--4, .c-title--4--line, .c-title--3, .c-title--2, .c-title--1 {
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.c-title--1 {
  font-size: clamp(32.3px, 2.782vw, 41.8px);
  text-align: center;
  margin-bottom: min(2.928vw, 48px);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .c-title--1 {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
    margin-bottom: min(8.533vw, 38.4px);
  }
}
.c-title--1 span {
  font-size: clamp(15.3px, 1.318vw, 19.8px);
  color: #005996;
  display: block;
  -webkit-margin-after: min(1.757vw, 28.8px);
          margin-block-end: min(1.757vw, 28.8px);
}
@media screen and (max-width: 834px) {
  .c-title--1 span {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    -webkit-margin-after: min(5.333vw, 24px);
            margin-block-end: min(5.333vw, 24px);
  }
}
.c-title--2 {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(34px, 2.928vw, 44px);
  margin-top: min(8.785vw, 144px);
  margin-bottom: min(5.124vw, 84px);
}
@media screen and (max-width: 834px) {
  .c-title--2 {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
    margin-top: min(21.333vw, 96px);
    margin-bottom: min(12.8vw, 57.6px);
    line-height: 1.6071428571;
  }
}
.c-title--2__sub {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(11.05px, 0.952vw, 14.3px);
  color: #005996;
  -webkit-margin-after: min(1.757vw, 28.8px);
          margin-block-end: min(1.757vw, 28.8px);
}
@media screen and (max-width: 834px) {
  .c-title--2__sub {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    -webkit-margin-after: min(5.333vw, 24px);
            margin-block-end: min(5.333vw, 24px);
  }
}
.c-title--3 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20.4px, 1.757vw, 26.4px);
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .c-title--3 {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.c-title--4, .c-title--4--line {
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  font-weight: 400;
  margin-block: min(3.514vw, 57.6px) min(2.928vw, 48px);
  -webkit-padding-after: min(1.171vw, 19.2px);
          padding-block-end: min(1.171vw, 19.2px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-title--4, .c-title--4--line {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-block: min(8.533vw, 38.4px) 0;
    -webkit-padding-after: min(4.267vw, 19.2px);
            padding-block-end: min(4.267vw, 19.2px);
  }
}
.c-title--4--line::before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #005996;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-title--5 {
  font-size: clamp(18.7px, 1.611vw, 24.2px);
  margin-top: min(2.343vw, 38.4px);
  margin-bottom: min(1.098vw, 18px);
}
@media screen and (max-width: 834px) {
  .c-title--5 {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-top: min(5.333vw, 24px);
    margin-bottom: min(3.2vw, 14.4px);
  }
}
.c-title--6 {
  font-size: clamp(17px, 1.464vw, 22px);
  margin-top: min(1.464vw, 24px);
  margin-bottom: min(0.878vw, 14.4px);
}
@media screen and (max-width: 834px) {
  .c-title--6 {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-top: min(5.333vw, 24px);
    margin-bottom: min(3.2vw, 14.4px);
  }
}
.c-title__page__header {
  width: 100%;
  height: 240px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-title__page__header {
    height: min(53.333vw, 240px);
  }
}
.c-title__page__header .c-title--1 {
  margin-bottom: 0;
}

.c-accordion {
  /* + */
}
.c-accordion__inner {
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .c-accordion__inner {
    width: auto;
  }
}
.c-accordion__box + .c-accordion__box {
  margin-top: min(4.392vw, 72px);
}
.c-accordion__box dd {
  display: none;
}
.c-accordion__question, .c-accordion__answer {
  position: relative;
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  z-index: 0;
  /* A と Q */
}
@media screen and (min-width: 835px) {
  .c-accordion__question, .c-accordion__answer {
    padding: min(1.757vw, 28.8px) min(6.955vw, 114px) min(1.757vw, 28.8px) min(4.978vw, 81.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__question, .c-accordion__answer {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    padding: min(3.2vw, 14.4px) min(16.533vw, 74.4px) min(3.2vw, 14.4px) min(12.8vw, 57.6px);
  }
}
.c-accordion__question::before, .c-accordion__answer::before {
  position: absolute;
  z-index: 0;
  line-height: 1;
  font-size: clamp(18.7px, 1.611vw, 24.2px);
  font-weight: 700;
  color: #005996;
}
@media screen and (min-width: 835px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    left: min(2.05vw, 33.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    left: min(4.267vw, 19.2px);
  }
}
.c-accordion__question {
  font-weight: 500;
  border-radius: 4px;
  background: #f2f2f2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  /* Q */
}
@media screen and (min-width: 835px) {
  .c-accordion__question:hover {
    cursor: pointer;
    color: #005996;
  }
}
.c-accordion__question::before {
  content: "Q";
}
@media screen and (min-width: 835px) {
  .c-accordion__question::before {
    top: min(1.977vw, 32.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__question::before {
    top: min(4.267vw, 19.2px);
  }
}
.c-accordion__answer {
  opacity: 0;
  -webkit-transform: translateY(min(-1.83vw, -30px));
          transform: translateY(min(-1.83vw, -30px));
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  /* A */
}
.is-active .c-accordion__answer {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-accordion__answer::before {
  content: "A";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-accordion__answer::before {
    top: min(2.123vw, 34.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__answer::before {
    top: min(4.533vw, 20.4px);
  }
}
.is-active .c-accordion__answer::before {
  opacity: 1;
}
.c-accordion__icon {
  /* 横棒 */
}
.c-accordion__icon::before, .c-accordion__icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  height: 2px;
  border-radius: min(0.732vw, 12px);
  background: #005996;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    width: min(1.171vw, 19.2px);
    top: min(2.928vw, 48px);
    right: min(2.928vw, 48px);
  }
}
@media screen and (max-width: 834px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    width: min(4.267vw, 19.2px);
    top: min(7.467vw, 33.6px);
    right: min(4.267vw, 19.2px);
  }
}
.c-accordion__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-active .c-accordion__icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.c-accordion--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.857vw, 96px);
}
.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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.501860119)), to(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%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
input:checked + .c-accordion--hide__mask::after {
  opacity: 0;
}
.c-accordion--hide__body {
  max-height: 4em;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.c-accordion--hide__text {
  padding-bottom: min(1.171vw, 19.2px);
}
@media screen and (max-width: 834px) {
  .c-accordion--hide__text {
    padding-bottom: min(4.267vw, 19.2px);
  }
}
.c-accordion--hide__label {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: min(1.757vw, 28.8px);
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 834px) {
  .c-accordion--hide__label {
    margin-top: min(6.4vw, 28.8px);
    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(1.025vw, 16.8px);
  height: min(1.025vw, 16.8px);
  margin-top: min(0.146vw, 2.4px);
  margin-left: min(0.878vw, 14.4px);
  /* 横棒 */
}
@media screen and (max-width: 834px) {
  .c-accordion--hide__icon {
    width: min(3.733vw, 16.8px);
    height: min(3.733vw, 16.8px);
    margin-top: min(0.533vw, 2.4px);
    margin-left: min(3.2vw, 14.4px);
  }
}
.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.732vw, 12px);
  background: #005cd1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-accordion--hide__icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
input:checked ~ .c-accordion--hide__label .c-accordion--hide__icon::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.c-breadcrumbs__inner {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__inner {
    padding-left: min(1.464vw, 24px);
    padding-right: min(1.464vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__inner {
    padding-left: min(5.333vw, 24px);
    padding-right: min(5.333vw, 24px);
  }
}
.c-breadcrumbs.--absolute {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-breadcrumbs__list {
  width: 100%;
  display: block;
  padding-top: clamp(10.2px, 0.878vw, 13.2px);
  padding-bottom: clamp(10.2px, 0.878vw, 13.2px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list {
    padding-top: clamp(10.2px, 3.2vw, 13.2px);
    padding-bottom: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-breadcrumbs__list__item {
  display: inline;
}
.c-breadcrumbs__list__item span {
  font-size: clamp(11.9px, 1.025vw, 15.4px);
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item span {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-breadcrumbs__list__item:not(:last-child) {
  margin-right: min(2.196vw, 36px);
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item:not(:last-child) {
    margin-right: min(8vw, 36px);
  }
}
.c-breadcrumbs__list__item a {
  position: relative;
}
.c-breadcrumbs__list__item a span {
  color: #005cd1;
  text-decoration: underline;
  display: inline-block;
}
.c-breadcrumbs__list__item a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #868686;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: -1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: min(0.22vw, 3.6px);
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs__list__item a::after {
    font-size: min(1.171vw, 19.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-breadcrumbs__list__item a::after {
    font-size: min(3.733vw, 16.8px);
    margin-top: min(0.533vw, 2.4px);
  }
}
@media screen and (min-width: 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;
  -webkit-transition: none;
  transition: none;
  outline: none;
}
.c-card.--shadow {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.c-card.--radius {
  border-radius: calc(infinity * 1px);
  overflow: hidden;
}
.c-card__wrapper {
  gap: min(3.514vw, 57.6px) 0;
}
@media screen and (max-width: 834px) {
  .c-card__wrapper {
    gap: min(12.8vw, 57.6px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-card__wrapper {
    gap: min(5.333vw, 24px) 0;
  }
}
.c-card__inner > *:first-child {
  margin-top: 0;
}
.c-card__inner > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .c-card__inner {
    padding: min(2.05vw, 33.6px) min(2.343vw, 38.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__inner {
    padding: min(6.4vw, 28.8px) min(5.333vw, 24px) min(7.467vw, 33.6px);
  }
}
.c-card__thumb {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.c-card__thumb img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-card__block {
  cursor: pointer;
  outline: none;
}
.c-card__block:hover, .c-card__block:focus {
  outline: none;
}
.c-card__lead {
  min-height: 3em;
  color: #1E2122;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 835px) {
  .c-card__lead {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    margin-top: min(1.171vw, 19.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__lead {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(3.2vw, 14.4px);
  }
}
.c-card__lead a {
  color: #1E2122;
  text-decoration: none;
}
.c-card__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-card__text {
  color: #8495A0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 835px) {
  .c-card__text {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    margin-top: min(1.464vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__text {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    margin-top: min(5.333vw, 24px);
  }
}
.c-card__subtext {
  color: #8495A0;
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-card__subtext {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
    margin-top: min(1.171vw, 19.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-card__subtext {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-top: min(3.2vw, 14.4px);
  }
}

@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.928vw, 48px));
  background-color: #fff;
  border: #8495A0 solid 1px;
  border-radius: calc(infinity * 1px);
  margin: auto;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .c-cta__banner {
    max-width: min(28.551vw, 468px);
  }
}
@media screen and (max-width: 834px) {
  .c-cta__banner {
    width: calc(100% - min(10.667vw, 48px));
    max-width: min(104vw, 468px);
  }
}
.c-cta__banner.--fixed {
  display: none;
  border: none;
  border-radius: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: min(1.464vw, 24px);
  z-index: 10;
  overflow: visible;
}
@media screen and (max-width: 834px) {
  .c-cta__banner.--fixed {
    right: min(5.333vw, 24px);
  }
}
@media screen and (min-width: 835px) {
  .c-cta__banner.--wide {
    max-width: min(58.565vw, 960px);
  }
}
.c-cta__banner.--wide.--fixed {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-cta__banner__top {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-cta__banner__top {
    padding: min(1.464vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .c-cta__banner__top {
    padding: min(4vw, 18px);
  }
}
.c-cta__banner__top::after {
  content: "";
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-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(3.075vw, 50.4px);
    height: min(1.171vw, 19.2px);
    bottom: calc(min(1.171vw, 19.2px) * -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, 38.4px);
    height: min(3.2vw, 14.4px);
    bottom: calc(min(3.2vw, 14.4px) * -1);
  }
}
.c-cta__banner__top img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .c-cta__banner__bottom {
    padding: min(2.05vw, 33.6px) min(1.464vw, 24px) min(1.757vw, 28.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-cta__banner__bottom {
    padding: min(5.867vw, 26.4px) min(4vw, 18px) min(5.333vw, 24px);
  }
}
.c-cta__banner__image__inner a {
  display: block;
}
.c-cta__banner__image__inner a img {
  width: 100%;
}
.c-cta__banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: min(1.464vw, 24px);
}
@media screen and (max-width: 540px) {
  .c-cta__banner__inner {
    display: block;
    padding: min(1.83vw, 30px) min(1.098vw, 18px) min(1.098vw, 18px);
  }
}
.c-cta__banner__item {
  width: calc((100% - min(1.464vw, 24px)) / 2);
}
@media screen and (max-width: 540px) {
  .c-cta__banner__item {
    width: 100%;
  }
  .c-cta__banner__item:not(:last-child) {
    margin-bottom: min(1.098vw, 18px);
  }
}
.c-cta__banner__item.--tel {
  border: #8495A0 solid 1px;
}
@media screen and (max-width: 540px) {
  .c-cta__banner__item.--tel {
    height: min(14.933vw, 67.2px);
  }
}
.c-cta__banner__item__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-cta__banner__button {
  width: 100%;
}
.c-cta__banner__title, .c-cta__banner__tel {
  font-weight: 500;
  line-height: 1.5;
}
.c-cta__banner__title {
  margin-right: 0.75em;
}
@media screen and (min-width: 835px) {
  .c-cta__banner__title {
    font-size: clamp(11.9px, 1.025vw, 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, 2.05vw, 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: #005996 solid 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-cta__banner__close {
    width: min(2.928vw, 48px);
    height: min(2.928vw, 48px);
    top: min(-0.732vw, -12px);
    right: min(-0.732vw, -12px);
  }
}
@media screen and (max-width: 834px) {
  .c-cta__banner__close {
    width: min(9.333vw, 42px);
    height: min(9.333vw, 42px);
    top: min(-2.667vw, -12px);
    right: min(-2.667vw, -12px);
  }
}
.c-cta__banner__close::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  color: #005996;
  font-size: min(1.318vw, 21.6px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .c-cta__banner__close::before {
    font-size: min(4.8vw, 21.6px);
  }
}
.c-cta__banner__close:hover {
  background-color: #005996;
}
.c-cta__banner__close:hover::before {
  color: #ffffff;
}
.c-cta__banner.is-hide {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  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: none;
    width: 100%;
    background-color: #fff;
    padding: min(4vw, 18px) min(5.333vw, 24px);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}
.c-cta__fixed.is-hide {
  z-index: 1;
}
.c-cta__bg {
  background-color: #f2f2f2;
}
.c-cta__inner {
  padding-top: min(4.392vw, 72px);
  padding-bottom: min(4.392vw, 72px);
}
@media screen and (max-width: 834px) {
  .c-cta__inner {
    padding-top: min(16vw, 72px);
    padding-bottom: min(16vw, 72px);
  }
}
@media screen and (min-width: 835px) {
  .c-cta__text {
    margin: min(2.05vw, 33.6px) 0;
  }
}
@media screen and (max-width: 834px) {
  .c-cta__text {
    margin: min(6.4vw, 28.8px) 0;
  }
}
.c-cta__list {
  margin-top: min(2.928vw, 48px);
}
@media screen and (max-width: 834px) {
  .c-cta__list {
    margin-top: min(10.667vw, 48px);
  }
}
.c-cta__list__item {
  padding: min(2.928vw, 48px) min(1.464vw, 24px);
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .c-cta__list__item {
    padding: min(10.667vw, 48px) min(5.333vw, 24px);
  }
}

.c-form, .c-form__select, .c-form__search, .c-form__textarea {
  width: 100%;
  background-color: #fff;
  line-height: 1.5;
  padding: 0 1em;
  border: #8495A0 solid 1px;
  border-radius: calc(infinity * 1px);
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-form, .c-form__select, .c-form__search, .c-form__textarea {
    max-width: min(21.376vw, 350.4px);
    height: min(3.514vw, 57.6px);
  }
}
@media screen and (max-width: 540px) {
  .c-form, .c-form__select, .c-form__search, .c-form__textarea {
    max-width: 100%;
    height: min(12.8vw, 57.6px);
  }
}
.c-form:focus, .c-form__select:focus, .c-form__search:focus, .c-form__textarea:focus {
  border-color: #005996;
}
.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::-webkit-input-placeholder, .is-alert.c-form__select::-webkit-input-placeholder, .is-alert.c-form__search::-webkit-input-placeholder, .is-alert.c-form__textarea::-webkit-input-placeholder {
  color: #f0a3a3;
}
.c-form.is-alert::-moz-placeholder, .is-alert.c-form__select::-moz-placeholder, .is-alert.c-form__search::-moz-placeholder, .is-alert.c-form__textarea::-moz-placeholder {
  color: #f0a3a3;
}
.c-form.is-alert:-ms-input-placeholder, .is-alert.c-form__select:-ms-input-placeholder, .is-alert.c-form__search:-ms-input-placeholder, .is-alert.c-form__textarea:-ms-input-placeholder {
  color: #f0a3a3;
}
.c-form.is-alert::-ms-input-placeholder, .is-alert.c-form__select::-ms-input-placeholder, .is-alert.c-form__search::-ms-input-placeholder, .is-alert.c-form__textarea::-ms-input-placeholder {
  color: #f0a3a3;
}
.c-form.is-alert:focus, .is-alert.c-form__select:focus, .is-alert.c-form__search:focus, .is-alert.c-form__textarea:focus, .c-form.is-alert::placeholder, .is-alert.c-form__select::placeholder, .is-alert.c-form__search::placeholder, .is-alert.c-form__textarea::placeholder {
  color: #f0a3a3;
}
@media screen and (min-width: 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.464vw, 24px);
  }
}
@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, 24px);
  }
}
.c-form__textarea {
  max-width: 100%;
  height: min(12.445vw, 204px);
  padding: 0.75em 1em;
  resize: none;
}
@media screen and (max-width: 834px) {
  .c-form__textarea {
    height: min(32vw, 144px);
  }
}
.c-form__search__wrap {
  width: 100%;
  max-width: min(21.376vw, 350.4px);
  display: block;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-form__search__wrap {
    max-width: min(77.867vw, 350.4px);
  }
}
@media screen and (max-width: 540px) {
  .c-form__search__wrap {
    max-width: 100%;
  }
}
.c-form__search__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .c-form__search__button {
    right: min(1.171vw, 19.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__search__button {
    right: min(4.267vw, 19.2px);
  }
}
.c-form__search__button i {
  font-size: clamp(17px, 1.464vw, 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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-form__select::after {
    font-size: clamp(18.7px, 1.611vw, 24.2px);
    right: min(1.464vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__select::after {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    right: min(5.333vw, 24px);
  }
}
.c-form__select:first-child {
  margin-top: 0;
}
.c-form__select select {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.c-form__check {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__check__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-form__check__wrap span:last-child {
  color: #1E2122;
}
@media screen and (max-width: 834px) {
  .c-form__check__wrap span:last-child {
    width: calc(100% - min(8vw, 36px));
  }
}
.c-form__check__v {
  border: #f2f2f2 solid 1px;
  background-color: #fff;
  border-radius: min(0.293vw, 4.8px);
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .c-form__check__v {
    width: clamp(17px, 1.464vw, 22px);
    height: clamp(17px, 1.464vw, 22px);
    margin-right: min(0.732vw, 12px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__check__v {
    width: min(5.333vw, 24px);
    height: min(5.333vw, 24px);
    margin-right: min(2.667vw, 12px);
  }
}
.c-form__check__v::before {
  content: "";
  border-top: solid 2px #1E2122;
  border-right: solid 2px #1E2122;
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-form__check__v::before {
    width: clamp(7.65px, 0.659vw, 9.9px);
    height: clamp(4.25px, 0.366vw, 5.5px);
    top: clamp(5.1px, 0.439vw, 6.6px);
    left: clamp(4.25px, 0.366vw, 5.5px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__check__v::before {
    width: min(2.4vw, 10.8px);
    height: min(1.333vw, 6px);
    top: min(1.6vw, 7.2px);
    left: min(1.333vw, 6px);
  }
}
.c-form__check:checked + .c-form__check__v::before {
  opacity: 1;
}
.c-form__radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__radio__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-form__radio__wrap span:last-child {
  color: #1E2122;
}
@media screen and (max-width: 834px) {
  .c-form__radio__wrap span:last-child {
    width: calc(100% - min(8vw, 36px));
  }
}
.c-form__radio__v {
  background-color: #fff;
  border: #dedede solid 1px;
  border-radius: 50%;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .c-form__radio__v {
    width: clamp(17px, 1.464vw, 22px) !important;
    height: clamp(17px, 1.464vw, 22px);
    margin-right: min(0.732vw, 12px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__radio__v {
    width: min(5.333vw, 24px) !important;
    height: min(5.333vw, 24px);
    margin-right: min(2.667vw, 12px);
  }
}
.c-form__radio__v::before {
  content: "";
  background-color: #1E2122;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-form__radio__v::before {
    width: clamp(6.8px, 0.586vw, 8.8px);
    height: clamp(6.8px, 0.586vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__radio__v::before {
    width: min(2.133vw, 9.6px);
    height: min(2.133vw, 9.6px);
  }
}
.c-form__radio:checked + .c-form__radio__v::before {
  opacity: 1;
}
.c-form__onof {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__onof__wrap {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-form__onof__wrap {
    width: min(4.392vw, 72px);
    height: min(2.343vw, 38.4px);
    margin: 0 min(0.732vw, 12px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__onof__wrap {
    width: min(16vw, 72px);
    height: min(8.533vw, 38.4px);
    margin: 0 min(2.667vw, 12px);
  }
}
.c-form__onof__v {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: #f2f2f2 solid 1px;
  border-radius: min(4.392vw, 72px);
  display: block;
  z-index: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-form__onof__v::before {
  content: "";
  background-color: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-form__onof__v::before {
    width: min(1.757vw, 28.8px);
    height: min(1.757vw, 28.8px);
    top: min(0.293vw, 4.8px);
    left: min(2.343vw, 38.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-form__onof__v::before {
    width: min(6.4vw, 28.8px);
    height: min(6.4vw, 28.8px);
    top: min(1.067vw, 4.8px);
    left: min(8.533vw, 38.4px);
  }
}
.c-form__onof:checked + .c-form__onof__v::before {
  background-color: #1E2122;
  left: min(0.293vw, 4.8px);
}
@media screen and (max-width: 834px) {
  .c-form__onof:checked + .c-form__onof__v::before {
    left: min(1.067vw, 4.8px);
  }
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 835px) {
  .c-related {
    margin-top: min(5.857vw, 96px);
  }
}
@media screen and (max-width: 834px) {
  .c-related {
    margin-top: min(13.333vw, 60px);
  }
}
.c-related__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .c-related__item:not(:last-child) {
    margin-bottom: min(1.098vw, 18px);
  }
}
@media screen and (max-width: 834px) {
  .c-related__item:not(:last-child) {
    margin-bottom: min(5.333vw, 24px);
  }
}
.c-related__item.--border {
  margin-bottom: 0;
}
.c-related__item.--border:not(:last-child) {
  border-bottom: #8495A0 dashed 1px;
}
@media screen and (min-width: 835px) {
  .c-related__item.--border:not(:last-child) {
    padding-bottom: min(2.196vw, 36px);
  }
}
@media screen and (max-width: 834px) {
  .c-related__item.--border:not(:last-child) {
    padding-bottom: min(5.333vw, 24px);
  }
}
.c-related__item.--border:not(:first-child) {
  padding-top: min(2.196vw, 36px);
}
@media screen and (max-width: 834px) {
  .c-related__item.--border:not(:first-child) {
    padding-top: min(5.333vw, 24px);
  }
}
.c-related__item .c-related__lead {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-related__item:hover .c-related__lead {
    color: #005996;
  }
}
.c-related__thumb {
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .c-related__thumb {
    width: min(8.785vw, 144px);
    height: min(6.223vw, 102px);
  }
}
@media screen and (max-width: 834px) {
  .c-related__thumb {
    width: min(32vw, 144px);
    height: min(22.667vw, 102px);
  }
}
.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, 9.6px);
  }
}
.c-related__thumb__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: calc(infinity * 1px);
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-related__data {
  width: calc(100% - min(9.883vw, 162px));
}
@media screen and (max-width: 834px) {
  .c-related__data {
    width: calc(100% - min(36vw, 162px));
  }
}
.c-related__lead a {
  color: #1E2122;
  line-height: 1.5;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.3s ease;
  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.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-related__lead a {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (min-width: 835px) {
  .c-related__lead + * {
    margin-top: min(0.586vw, 9.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-related__lead + * {
    margin-top: min(2.133vw, 9.6px);
  }
}
.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 {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-related__item:hover .c-related__lead a,
  .c-related__item:hover .c-related__date a {
    opacity: 0.7;
  }
}

.c-tag {
  width: auto;
  background-color: #f2f2f2;
  color: #005996;
  font-weight: 500;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-tag__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .c-tag__wrapper {
    gap: min(0.586vw, 9.6px) min(0.586vw, 9.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-tag__wrapper {
    gap: min(2.133vw, 9.6px) min(2.133vw, 9.6px);
  }
}
@media screen and (min-width: 835px) {
  .c-tag {
    height: min(1.83vw, 30px);
    font-size: min(0.878vw, 14.4px);
  }
}
@media screen and (max-width: 834px) {
  .c-tag {
    height: min(6.667vw, 30px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (max-width: 540px) {
  .c-tag {
    font-size: clamp(8.5px, 2.667vw, 11px);
  }
}

@media screen and (min-width: 835px) {
  a.c-tag:hover {
    background-color: #005996;
    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: #8495A0 solid 1px;
}
.c-media.--video {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-media.--video {
    max-width: min(55.637vw, 912px);
  }
}
@media screen and (max-width: 834px) {
  .c-media.--video {
    max-width: min(202.667vw, 912px);
    width: calc(100% - min(2.928vw, 48px));
  }
}
.c-media.--video::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0da";
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  background-color: #005996;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .c-media.--video::before {
    font-size: min(3.807vw, 62.4px);
    width: min(4.978vw, 81.6px);
    height: min(4.978vw, 81.6px);
  }
}
@media screen and (max-width: 834px) {
  .c-media.--video::before {
    font-size: min(13.867vw, 62.4px);
    width: min(18.133vw, 81.6px);
    height: min(18.133vw, 81.6px);
  }
}
@media screen and (max-width: 540px) {
  .c-media.--video::before {
    font-size: min(8.533vw, 38.4px);
    width: min(12.267vw, 55.2px);
    height: min(12.267vw, 55.2px);
  }
}
@media screen and (min-width: 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%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-media__youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.c-list li {
  position: relative;
}
@media screen and (min-width: 835px) {
  .c-list li {
    padding-left: min(1.464vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .c-list li {
    padding-left: min(4vw, 18px);
  }
}
.c-list li::before {
  content: "";
  width: min(0.439vw, 7.2px);
  height: min(0.439vw, 7.2px);
  background-color: #005996;
  border-radius: 50%;
  position: absolute;
  top: clamp(10.2px, 0.878vw, 13.2px);
  left: 0;
}
@media screen and (max-width: 834px) {
  .c-list li::before {
    width: clamp(5.1px, 1.6vw, 6.6px);
    height: clamp(5.1px, 1.6vw, 6.6px);
    top: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-list li:not(:last-child) {
  margin-bottom: min(0.293vw, 4.8px);
}
@media screen and (max-width: 834px) {
  .c-list li:not(:last-child) {
    margin-bottom: min(1.067vw, 4.8px);
  }
}
.c-list.--large li {
  font-size: clamp(17px, 1.464vw, 22px);
}
@media screen and (max-width: 834px) {
  .c-list.--large li {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    padding-left: min(5.333vw, 24px);
  }
}
.c-list.--large li::before {
  width: clamp(8.5px, 0.732vw, 11px);
  height: clamp(8.5px, 0.732vw, 11px);
  top: clamp(11.9px, 1.025vw, 15.4px);
}
@media screen and (max-width: 834px) {
  .c-list.--large li::before {
    width: clamp(8.5px, 2.667vw, 11px);
    height: clamp(8.5px, 2.667vw, 11px);
    top: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.c-list.--notice li {
  color: #aaaaaa;
  font-size: 85%;
  text-indent: -1.5em;
  padding-left: 1.5em;
  vertical-align: text-top;
  line-height: 1.5;
}
.c-list.--notice li::before {
  content: none;
}

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

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

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

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

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

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

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

.c-modal {
  width: calc(100% - min(5.857vw, 96px));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto !important;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 835px) {
  .c-modal {
    width: calc(100% - min(21.333vw, 96px));
    max-width: min(66.984vw, 1098px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal {
    width: calc(100% - min(10.667vw, 48px));
    max-height: min(160vw, 720px);
  }
}
.c-modal:not([data-active=true]) {
  opacity: 0;
}
.c-modal::-ms-backdrop {
  background-color: #212529;
  opacity: 0.4;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-modal::backdrop {
  background-color: #212529;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-modal:not([data-active=true])::-ms-backdrop {
  opacity: 0;
}
.c-modal:not([data-active=true])::backdrop {
  opacity: 0;
}
.c-modal__link {
  cursor: pointer;
}
.c-modal__inner {
  height: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.c-modal__box {
  background-color: #FFF;
  overflow: auto;
  padding: min(1.464vw, 24px) min(1.464vw, 24px) 0;
}
@media screen and (max-width: 834px) {
  .c-modal__box {
    padding: min(5.333vw, 24px) min(5.333vw, 24px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-modal__box {
    padding: min(2.667vw, 12px) min(2.667vw, 12px) 0;
  }
}
.c-modal__description {
  max-height: calc(100vh - min(8.785vw, 144px));
  padding: min(3.66vw, 60px) min(4.758vw, 78px);
}
@media screen and (max-width: 834px) {
  .c-modal__description {
    max-height: calc(100vh - min(32vw, 144px));
    padding: min(8vw, 36px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__description {
    max-height: min(160vw, 720px);
    padding: min(8vw, 36px) min(2.667vw, 12px);
  }
}
.c-modal__close {
  position: absolute;
  top: calc(min(2.782vw, 45.6px) * -1);
  right: calc(min(2.562vw, 42px) * -1);
  z-index: 1;
  width: min(4.978vw, 81.6px);
  aspect-ratio: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #005996;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .c-modal__close {
    width: min(13.333vw, 60px);
    top: calc(min(10.133vw, 45.6px) * -1);
    right: calc(min(2.667vw, 12px) * -1);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close {
    width: min(12.267vw, 55.2px);
    top: calc(min(6.133vw, 27.6px) * -1);
    right: calc(min(2.667vw, 12px) * -1);
  }
}
.c-modal__close::before, .c-modal__close::after {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 40%;
  height: 4px;
  border-radius: 4px;
  margin: auto;
  content: "";
  background-color: #ffffff;
}
@media screen and (max-width: 834px) {
  .c-modal__close::before, .c-modal__close::after {
    height: 3px;
  }
}
.c-modal__close::before {
  rotate: 45deg;
}
.c-modal__close::after {
  rotate: 135deg;
}
.c-modal__close:focus-visible {
  background-color: #005CD1;
}
@media (any-hover: hover) {
  .c-modal__close:hover {
    opacity: 0.7;
  }
}
.c-modal__close.--video {
  position: fixed;
  top: min(8.785vw, 144px);
  right: min(2.928vw, 48px);
}
@media screen and (max-width: 834px) {
  .c-modal__close.--video {
    top: min(26.667vw, 120px);
    right: min(5.333vw, 24px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close.--video {
    top: min(26.667vw, 120px);
    right: min(5.333vw, 24px);
  }
}
.c-modal__close--video {
  position: fixed;
  top: min(8.785vw, 144px);
  right: min(2.928vw, 48px);
  z-index: 1;
  width: min(4.978vw, 81.6px);
  aspect-ratio: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #005996;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .c-modal__close--video {
    width: min(13.333vw, 60px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close--video {
    width: min(12.267vw, 55.2px);
  }
}
.c-modal__close--video::before, .c-modal__close--video::after {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 40%;
  height: 4px;
  border-radius: 4px;
  margin: auto;
  content: "";
  background-color: #ffffff;
}
@media screen and (max-width: 834px) {
  .c-modal__close--video::before, .c-modal__close--video::after {
    height: 3px;
  }
}
.c-modal__close--video::before {
  rotate: 45deg;
}
.c-modal__close--video::after {
  rotate: 135deg;
}
.c-modal__close--video:focus-visible {
  background-color: #005CD1;
}
@media (any-hover: hover) {
  .c-modal__close--video:hover {
    opacity: 0.7;
  }
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: min(4.392vw, 72px) auto 0;
}
@media screen and (max-width: 834px) {
  .c-pager {
    margin: min(16vw, 72px) auto 0;
  }
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
  margin: 0 min(1.318vw, 21.6px);
}
@media screen and (max-width: 834px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(4.8vw, 21.6px);
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(2.133vw, 9.6px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(1.6vw, 7.2px);
  }
}
.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.171vw, 17.6px);
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  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: #005996;
  }
}
.c-pager__item__prev a,
.c-pager__item__prev > span, .c-pager__item__next a,
.c-pager__item__next > span {
  width: min(3.367vw, 55.2px);
  height: min(3.367vw, 55.2px);
  background-color: #fff;
  border: #8495A0 solid 1px;
  border-radius: calc(infinity * 1px);
  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, 55.2px);
    height: min(12.267vw, 55.2px);
  }
}
.c-pager__item__prev a span,
.c-pager__item__prev > span, .c-pager__item__next a span,
.c-pager__item__next > span {
  text-indent: -999em;
  display: block;
  position: relative;
}
.c-pager__item__prev a span::before,
.c-pager__item__prev > span::before, .c-pager__item__next a span::before,
.c-pager__item__next > span::before {
  font-family: "Font Awesome 6 Pro";
  font-size: min(1.171vw, 19.2px);
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 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, 19.2px);
  }
}
.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: #005996;
    border-color: #005996;
  }
  .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.294vw, 54px);
}
@media screen and (max-width: 834px) {
  .c-pager__item__prev {
    margin-right: min(12vw, 54px);
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item__prev {
    margin-right: min(3.2vw, 14.4px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item__prev {
    margin-right: min(2.667vw, 12px);
  }
}
.c-pager__item__prev a span::before,
.c-pager__item__prev > span::before {
  content: "\f104";
}
.c-pager__item__next {
  margin-left: min(3.294vw, 54px);
}
@media screen and (max-width: 834px) {
  .c-pager__item__next {
    margin-left: min(12vw, 54px) !important;
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item__next {
    margin-left: min(3.2vw, 14.4px) !important;
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item__next {
    margin-left: min(2.667vw, 12px) !important;
  }
}
.c-pager__item__next a span::before,
.c-pager__item__next > span::before {
  content: "\f105";
}
.c-pager__item.is-current span {
  color: #005996;
}

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

.c-table {
  width: 100%;
  background-color: #fff;
  border: #8495A0 solid 1px;
}
.c-table.--fixed {
  table-layout: fixed;
}
.c-table th,
.c-table td {
  text-align: left;
  padding: min(1.464vw, 24px) min(1.83vw, 30px);
  overflow-wrap: break-word;
}
.c-table th:not(:last-child),
.c-table td:not(:last-child) {
  border-right: #8495A0 solid 1px;
}
@media screen and (max-width: 834px) {
  .c-table th,
  .c-table td {
    padding: min(5.333vw, 24px) min(6.667vw, 30px);
  }
}
@media screen and (max-width: 540px) {
  .c-table th,
  .c-table td {
    padding: min(4.8vw, 21.6px) min(3.2vw, 14.4px);
  }
}
.c-table th p:last-child,
.c-table td p:last-child {
  margin-bottom: 0;
}
.c-table th a,
.c-table td a {
  color: #005cd1;
}
.c-table td {
  min-width: min(10.615vw, 174px);
}
@media screen and (max-width: 540px) {
  .c-table td {
    min-width: min(26.667vw, 120px);
  }
}
.c-table th {
  min-width: min(10.615vw, 174px);
  background-color: #f2f2f2;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .c-table th {
    min-width: min(26.667vw, 120px);
  }
}
.c-table tr:not(:last-child) {
  border-bottom: #8495A0 solid 1px;
}
@media screen and (max-width: 834px) {
  .c-table__scroll {
    width: calc(100% + min(5.333vw, 24px));
    padding-bottom: min(17.067vw, 76.8px);
    position: relative;
  }
  .c-table__scroll::after {
    content: "";
    width: min(29.333vw, 132px);
    height: min(6.4vw, 28.8px);
    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, 24px);
    right: min(5.333vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .c-table__scroll--fixedheight .c-table__scroll__inner {
    height: min(80vw, 360px);
  }
}
@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, 960px);
  }
}
@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: #8495A0 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: -ms-grid;
  display: grid;
  place-content: center;
  width: min(4.392vw, 72px);
  height: min(4.392vw, 72px);
  margin: auto;
  cursor: pointer;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  /* ボタンの丸 */
  /* ボタンの矢印 */
}
@media screen and (min-width: 835px) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    background-color: #005996;
  }
  .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(3.075vw, 50.4px);
    height: min(3.075vw, 50.4px);
  }
}
@media screen and (max-width: 1194px) and (max-width: 834px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: min(11.2vw, 50.4px);
    height: min(11.2vw, 50.4px);
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #005996;
  background-color: #fff;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  z-index: 1;
  font-family: "Font Awesome 6 Pro";
  color: #005996;
  font-size: clamp(27.2px, 2.343vw, 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.611vw, 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.464vw, 24px));
}
@media screen and (max-width: 834px) {
  .swiper-button-prev {
    right: calc(100% - min(5.6vw, 25.2px));
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    right: calc(100% - min(12.533vw, 56.4px));
  }
}
.swiper-button-prev::after {
  content: "\f104";
  margin-right: min(0.293vw, 4.8px);
}
@media screen and (max-width: 1194px) {
  .swiper-button-prev::after {
    margin-right: min(0.146vw, 2.4px);
  }
}
@media screen and (max-width: 834px) {
  .swiper-button-prev::after {
    margin-right: min(0.533vw, 2.4px);
  }
}

.swiper-button-next {
  left: calc(100% + min(1.464vw, 24px));
}
@media screen and (max-width: 834px) {
  .swiper-button-next {
    left: calc(100% - min(5.6vw, 25.2px));
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    left: calc(100% - min(12.533vw, 56.4px));
  }
}
.swiper-button-next::after {
  content: "\f105";
  margin-left: min(0.293vw, 4.8px);
}
@media screen and (max-width: 1194px) {
  .swiper-button-next::after {
    margin-left: min(0.146vw, 2.4px);
  }
}
@media screen and (max-width: 834px) {
  .swiper-button-next::after {
    margin-left: min(0.533vw, 2.4px);
  }
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 clamp(13.6px, 1.171vw, 17.6px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: clamp(27.2px, 2.343vw, 35.2px);
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 834px) {
  .swiper-pagination {
    gap: 0 clamp(10.2px, 3.2vw, 13.2px);
    margin-top: min(6.4vw, 28.8px);
  }
}
.swiper-pagination-bullet {
  width: min(0.732vw, 12px);
  height: min(0.732vw, 12px);
  cursor: pointer;
  border-radius: 50%;
  background-color: #ddd;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 834px) {
  .swiper-pagination-bullet {
    width: min(2.133vw, 9.6px);
    height: min(2.133vw, 9.6px);
  }
}
.swiper-pagination-bullet-active {
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #005996;
}

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

.c-slider {
  position: relative;
  z-index: 0;
  max-width: min(82.43vw, 1351.2px);
  width: 82.4304538799%;
  padding: 0 !important;
}
@media screen and (max-width: 834px) {
  .c-slider {
    max-width: min(300.267vw, 1351.2px);
    width: 92vw;
  }
}
@media screen and (max-width: 767px) {
  .c-slider {
    width: 100%;
  }
}
.c-slider img {
  width: 100%;
}
.c-slider__slide {
  width: 33.7477797513%;
  margin-right: 2.6642984014%;
  height: auto;
}
@media screen and (max-width: 1194px) {
  .c-slider__slide {
    width: calc(50% - min(1.098vw, 18px));
    margin-right: min(2.196vw, 36px);
  }
}
@media screen and (max-width: 767px) {
  .c-slider__slide {
    width: 92%;
    margin: 0 4%;
  }
}
.c-slider__shadow {
  -webkit-filter: drop-shadow(0px 3px min(0.586vw, 9.6px) rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 3px min(0.586vw, 9.6px) rgba(0, 0, 0, 0.12));
}
.c-slider .c-info__card {
  margin-top: 0;
}

.p-archive__filter__container {
  width: 100%;
  margin-bottom: min(3.66vw, 60px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-archive__filter__container {
    margin-bottom: min(13.333vw, 60px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__container {
    width: 48%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: min(8vw, 36px);
  }
  .p-archive__filter__container + .p-archive__filter__container {
    margin-left: 2%;
  }
}
.p-archive__filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__filter__list {
    gap: min(0.878vw, 14.4px) min(0.586vw, 9.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__list {
    gap: min(3.2vw, 14.4px) min(2.133vw, 9.6px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__list {
    gap: min(5.333vw, 24px) min(3.733vw, 16.8px);
  }
}
@media screen and (min-width: 835px) {
  .p-archive__filter__head {
    margin-bottom: min(2.928vw, 48px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__head {
    margin-bottom: min(8vw, 36px);
  }
}
.p-archive__filter__head span {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__filter__head span {
    font-size: clamp(20.4px, 1.757vw, 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.537vw, 23.1px);
    margin-right: min(0.732vw, 12px);
  }
}
@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, 7.2px);
  }
}
@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.6px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__head {
    width: 100%;
    height: min(12.267vw, 55.2px);
    background-color: #fff;
    border: #8495A0 solid 1px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__wrapper {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: min(37.333vw, 168px) min(10.667vw, 48px) min(10.667vw, 48px);
    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, 108px);
    right: min(5.333vw, 24px);
    z-index: 10;
  }
  .p-archive__filter__close::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f00d";
    color: #1E2122;
    font-size: min(6.4vw, 28.8px);
  }
}
.p-archive__tag {
  width: auto;
  background-color: #fff;
  color: #1E2122;
  border: #8495A0 solid 1px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.75em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-archive__tag__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__tag__wrapper {
    gap: min(0.878vw, 14.4px) min(0.586vw, 9.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__tag__wrapper {
    gap: min(2.667vw, 12px) min(2.667vw, 12px);
  }
}
@media screen and (min-width: 835px) {
  .p-archive__tag {
    height: min(2.416vw, 39.6px);
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__tag {
    height: min(8.8vw, 39.6px);
  }
}
@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: #005996;
  color: #005996;
}
@media screen and (min-width: 835px) {
  .p-archive__tag:hover {
    border-color: #005996;
    color: #005996;
  }
}
.p-archive__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 835px) {
  .p-archive__header {
    margin-bottom: min(2.928vw, 48px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__header {
    margin-bottom: min(8vw, 36px);
  }
}
.p-archive__header > *:first-child {
  margin-top: 0;
}
.p-archive__header > *:last-child {
  margin-bottom: 0;
}
.p-archive__header__title {
  width: calc(100% - min(19.034vw, 312px));
  margin: 0;
}
@media screen and (max-width: 834px) {
  .p-archive__header__title {
    width: calc(100% - min(19.034vw, 312px));
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__title {
    width: calc(100% - min(11.733vw, 52.8px));
  }
}
.p-archive__header__select {
  max-width: min(16.837vw, 276px);
}
@media screen and (max-width: 834px) {
  .p-archive__header__select {
    max-width: min(61.333vw, 276px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__select {
    width: min(6.4vw, 28.8px);
    height: min(6.4vw, 28.8px);
    border: none;
    padding: 0;
  }
  .p-archive__header__select::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f03a";
    font-size: clamp(20.4px, 1.757vw, 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.757vw, 26.4px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__select select {
    text-indent: -999em;
    padding: 0;
  }
}
.p-archive__row {
  width: 100%;
}
@media screen and (min-width: 541px) {
  .p-archive__row {
    row-gap: min(4.392vw, 72px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__row {
    row-gap: min(8vw, 36px);
  }
}
.p-archive__list {
  width: 100%;
  margin-bottom: min(4.392vw, 72px);
}
@media screen and (max-width: 834px) {
  .p-archive__list {
    margin-bottom: min(10.667vw, 48px);
  }
}
.p-archive__list__item {
  padding: min(2.928vw, 48px) 0 min(2.05vw, 33.6px);
  border-bottom: #8495A0 solid 1px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-archive__list__item {
    display: block;
    padding: min(5.333vw, 24px) 0;
  }
}
.p-archive__list__item:first-child {
  padding-top: 0;
}
.p-archive__list__item .p-archive__list__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media 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;
}
.p-archive__list__lead {
  width: 100%;
  font-weight: 500;
  line-height: 1.5;
  margin: 1em 0 1.5em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 835px) {
  .p-archive__list__lead {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__lead {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__list__lead {
    -webkit-line-clamp: 3;
  }
}
.p-archive__list__lead a {
  color: #1E2122;
  text-decoration: none;
}
.p-archive__list__date {
  color: #8495A0;
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__list__date {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
    margin-top: min(0.732vw, 12px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__date {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-top: min(2.667vw, 12px);
  }
}
.p-archive__category__list {
  border-top: #8495A0 solid 1px;
  border-bottom: #8495A0 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: #8495A0 dashed 1px;
}
.p-archive__category__item a {
  width: 100%;
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(1.171vw, 19.2px) min(4.758vw, 78px) min(1.171vw, 19.2px) 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, 19.2px) min(10.667vw, 48px) min(4.267vw, 19.2px) 0;
  }
}
.p-archive__category__item a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #005996;
  font-size: clamp(17px, 1.464vw, 22px);
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: min(1.464vw, 24px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  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, 12px);
  }
}
@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: #1E2122;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__head {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    padding: min(1.464vw, 24px) min(4.758vw, 78px) min(1.464vw, 24px) 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, 24px) min(17.333vw, 78px) min(5.333vw, 24px) 0;
  }
}
.p-archive__category__sub__head::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f067";
  color: #005996;
  padding-left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__head::after {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    right: min(1.318vw, 21.6px);
  }
}
@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, 9.6px);
  }
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__head:hover {
    opacity: 0.7;
  }
}
.p-archive__category__sub__head.is-active {
  color: #1E2122;
}
.p-archive__category__sub__head.is-active::after {
  color: #005996;
  content: "\f068";
}
.p-archive__category__sub__wrapper {
  display: none;
  padding-bottom: min(1.464vw, 24px);
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__wrapper {
    padding-bottom: min(5.333vw, 24px);
  }
}
.p-archive__category__sub__item {
  padding-left: min(1.83vw, 30px);
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item {
    padding-left: min(6.667vw, 30px);
  }
}
.p-archive__category__sub__item a {
  padding: 0;
  padding-left: min(1.098vw, 18px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item a {
    padding-left: min(4vw, 18px);
  }
}
.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: #005996;
  font-size: min(1.318vw, 21.6px);
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item a::before {
    font-size: min(4.8vw, 21.6px);
  }
}
.p-archive__category__sub__item:not(:last-child) {
  margin-bottom: min(1.464vw, 24px);
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item:not(:last-child) {
    margin-bottom: min(5.333vw, 24px);
  }
}
.p-archive__banner {
  max-width: min(28.551vw, 468px);
  margin: auto;
}
@media screen and (max-width: 834px) {
  .p-archive__banner {
    width: calc(100% - min(10.667vw, 48px));
    max-width: min(104vw, 468px);
  }
}

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

@media screen and (min-width: 835px) {
  .p-single__container {
    padding-top: clamp(85px, 7.321vw, 110px);
  }
}
@media screen and (max-width: 1194px) {
  .p-single__container {
    padding-top: clamp(59.5px, 5.124vw, 77px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__container {
    padding-top: clamp(59.5px, 18.667vw, 77px);
  }
}
@media screen and (min-width: 835px) {
  .p-single__content {
    padding: min(5.857vw, 96px) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-single__content {
    padding: min(16vw, 72px) 0;
  }
}
.p-single__header {
  margin-bottom: min(5.857vw, 96px);
}
@media screen and (max-width: 834px) {
  .p-single__header {
    margin-bottom: min(13.333vw, 60px);
  }
}
.p-single__header__date {
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-single__header__date {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__header__date {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-single__header__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(0.293vw, 4.8px);
}
@media screen and (max-width: 834px) {
  .p-single__header__labels {
    margin-bottom: min(1.067vw, 4.8px);
  }
}
@media screen and (max-width: 540px) {
  .p-single__header__labels {
    display: block;
  }
}
.p-single__header__labels li:not(:last-child) {
  margin-right: min(1.464vw, 24px);
}
@media screen and (max-width: 834px) {
  .p-single__header__labels li:not(:last-child) {
    margin-right: min(5.333vw, 24px);
  }
}
@media screen and (max-width: 540px) {
  .p-single__header__labels li:not(:last-child) {
    margin-right: 0;
    margin-bottom: min(2.667vw, 12px);
  }
}
.p-single__header__img {
  width: 100%;
  margin: min(4.392vw, 72px) auto min(5.857vw, 96px);
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-single__header__img {
    margin: min(10.667vw, 48px) auto min(7.467vw, 33.6px);
  }
}
.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.392vw, 72px) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-single__share {
    margin: min(16vw, 72px) 0 min(8vw, 36px);
  }
}
.p-single__share__title {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-single__share__title {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    margin-bottom: min(1.464vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__share__title {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-bottom: min(5.333vw, 24px);
  }
}
.p-single__share ul li {
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .p-single__share ul li {
    margin: 0 min(0.732vw, 12px);
    width: min(3.66vw, 60px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__share ul li {
    margin: 0 min(2.667vw, 12px);
    width: min(13.333vw, 60px);
  }
}
@media screen and (min-width: 835px) {
  .p-single__related {
    margin-top: min(5.857vw, 96px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__related {
    margin-top: min(16vw, 72px);
  }
}

.wp-editor > *:first-child {
  margin-top: 0;
}
.wp-editor > *:last-child {
  margin-bottom: 0;
}
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  line-height: 1.5;
  position: relative;
}
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  font-weight: 700;
}
@media screen and (min-width: 835px) {
  .wp-editor h1 {
    font-size: clamp(30.6px, 2.635vw, 39.6px);
    margin-bottom: min(3.075vw, 50.4px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h1 {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
    margin-bottom: min(8.533vw, 38.4px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h2 {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
    padding-bottom: min(1.464vw, 24px);
    margin-top: min(5.857vw, 96px);
    margin-bottom: min(3.807vw, 62.4px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h2 {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    padding-bottom: min(5.333vw, 24px);
    margin-top: min(10.667vw, 48px);
    margin-bottom: min(7.467vw, 33.6px);
  }
}
.wp-editor h2::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #005996;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor h3 {
    font-size: clamp(18.7px, 1.611vw, 24.2px);
    color: #005996;
    margin-top: min(3.66vw, 60px);
    margin-bottom: min(2.928vw, 48px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h3 {
    font-size: clamp(17px, 5.333vw, 22px);
    margin-top: min(10.667vw, 48px);
    margin-bottom: min(10.667vw, 48px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h4 {
    font-size: clamp(17px, 1.464vw, 22px);
    margin-top: min(2.928vw, 48px);
    margin-bottom: min(2.928vw, 48px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h4 {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-top: min(10.667vw, 48px);
    margin-bottom: min(10.667vw, 48px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h5,
  .wp-editor h6 {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    margin-top: min(2.928vw, 48px);
    margin-bottom: min(2.928vw, 48px);
  }
}
@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, 48px);
    margin-bottom: min(10.667vw, 48px);
  }
}
.wp-editor > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor p {
    margin-top: min(2.928vw, 48px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor p {
    margin-top: min(10.667vw, 48px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor img,
  .wp-editor table,
  .wp-editor blockquote,
  .wp-editor figure,
  .wp-editor ul,
  .wp-editor ol,
  .wp-editor .wp-block-columns {
    margin-top: min(4.392vw, 72px);
  }
}
@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, 48px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor img + *,
  .wp-editor table + *,
  .wp-editor blockquote + *,
  .wp-editor figure + *,
  .wp-editor ul + *,
  .wp-editor ol + *,
  .wp-editor .wp-block-columns + * {
    margin-top: min(4.392vw, 72px);
  }
}
@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, 48px);
  }
}
.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: #005cd1;
  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: 500;
}
.wp-editor em {
  font-style: italic;
}
@media screen and (min-width: 835px) {
  .wp-editor small,
  .wp-editor figcaption {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor small,
  .wp-editor figcaption {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
.wp-editor blockquote {
  width: 100%;
  background-color: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 835px) {
  .wp-editor blockquote {
    padding: min(3.514vw, 57.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor blockquote {
    padding: min(5.333vw, 24px);
  }
}
.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.464vw, 24px);
    margin-bottom: min(0.732vw, 12px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ul li {
    padding-left: min(4vw, 18px);
    margin-bottom: min(2.667vw, 12px);
  }
}
.wp-editor ul li::before {
  content: "";
  background-color: #005996;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor ul li::before {
    width: min(0.439vw, 7.2px);
    height: min(0.439vw, 7.2px);
    top: min(0.878vw, 14.4px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ul li::before {
    width: min(1.6vw, 7.2px);
    height: min(1.6vw, 7.2px);
    top: min(2.667vw, 12px);
  }
}
.wp-editor ol > *:first-child {
  margin-top: 0;
}
.wp-editor ol > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor ol {
    padding-left: min(0.952vw, 15.6px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ol {
    padding-left: min(3.467vw, 15.6px);
  }
}
.wp-editor ol li {
  list-style-type: decimal;
  position: relative;
}
@media screen and (min-width: 835px) {
  .wp-editor ol li {
    padding-left: min(0.512vw, 8.4px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ol li {
    padding-left: min(4vw, 18px);
  }
}
.wp-editor table {
  width: 100%;
  border: #8495A0 solid 1px;
  table-layout: fixed;
}
.wp-editor table th,
.wp-editor table td {
  text-align: left;
  overflow-wrap: break-word;
}
.wp-editor table th > *:first-child,
.wp-editor table td > *:first-child {
  margin-top: 0;
}
.wp-editor table th > *:last-child,
.wp-editor table td > *:last-child {
  margin-bottom: 0;
}
.wp-editor table th:not(:last-child),
.wp-editor table td:not(:last-child) {
  border-right: #8495A0 solid 1px;
}
@media screen and (min-width: 835px) {
  .wp-editor table th,
  .wp-editor table td {
    padding: min(5.333vw, 24px) min(6.667vw, 30px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor table th,
  .wp-editor table td {
    padding: min(5.333vw, 24px) min(6.667vw, 30px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor table td {
    min-width: min(10.615vw, 174px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor table td {
    min-width: min(10.615vw, 174px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor table td {
    min-width: min(26.667vw, 120px);
  }
}
.wp-editor table th {
  background-color: #f2f2f2;
  font-weight: 500;
}
@media screen and (min-width: 835px) {
  .wp-editor table th {
    width: min(10.249vw, 168px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor table th {
    width: min(37.333vw, 168px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor table th {
    width: min(28.8vw, 129.6px);
  }
}
.wp-editor table tr:not(:last-child) {
  border-bottom: #8495A0 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: calc(infinity * 1px);
  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.392vw, 72px);
}
@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, 72px);
  }
}
@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, 48px);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor .alignleft,
  .wp-editor .alignright {
    max-width: min(30.747vw, 504px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .alignleft,
  .wp-editor .alignright {
    max-width: min(74.667vw, 336px);
  }
}
@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.635vw, 43.2px);
  text-align: left;
}
@media screen and (max-width: 834px) {
  .wp-editor .alignleft {
    margin-right: min(5.333vw, 24px);
  }
}
@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, 24px) auto;
  }
}
.wp-editor .alignright {
  float: right;
  text-align: right;
}
@media screen and (min-width: 835px) {
  .wp-editor .alignright {
    margin-left: min(2.635vw, 43.2px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .alignright {
    margin-left: min(5.333vw, 24px);
  }
}
@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.196vw, 36px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .wp-block-image {
    margin-bottom: min(8vw, 36px);
  }
}
.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 #8495A0;
  border-top: 3px solid #005996;
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_white {
    padding: min(2.196vw, 36px);
    margin-top: min(4.392vw, 72px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_white {
    margin-top: min(10.667vw, 48px);
    padding: min(5.333vw, 24px);
  }
}
.wp-editor .toc_title {
  color: #1E2122;
  font-weight: 700;
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_title {
    margin: 0 0 min(1.464vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_title {
    margin: 0 0 min(5.333vw, 24px);
  }
}
.wp-editor .toc_list {
  margin: 0;
}
.wp-editor .toc_list > li {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_list > li {
    text-indent: min(-1.098vw, -18px);
    margin-left: min(1.098vw, 18px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_list > li {
    text-indent: min(-4vw, -18px);
    margin-left: min(4vw, 18px);
  }
}
.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.464vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_list > li > ul > li {
    padding-left: min(5.333vw, 24px);
  }
}
.wp-editor .toc_list a {
  color: #005cd1;
  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.732vw, 12px);
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_list li {
    margin-top: min(2.667vw, 12px);
  }
}
.wp-editor .toc_list li::before {
  content: none;
}

.p-lp {
  --z-header: 100;
  --z-bg:0;
  --z-bg-after:-1;
  --z-mv:1;
  --z-mv-after:1;
  --z-mv-lead-w:2;
  --z-mv-lead:1;
  --z-mv-text-w:2;
  --z-mv-text:2;
  --z-white:-1;
}

.p-lp-bg {
  background-size: 1366px;
  background-repeat: repeat;
  position: relative;
  z-index: var(--z-bg);
}
@media screen and (max-width: 834px) {
  .p-lp-bg {
    background-size: 375px;
  }
}
.p-lp-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/noise.svg);
  z-index: var(--z-bg-after);
}
.p-lp-bg.--gray {
  background-color: #E2E4E8;
}
.p-lp-bg.--gray::after {
  opacity: 0.4;
}
.p-lp-bg.--blue {
  background-color: #8495A0;
}
.p-lp-bg.--blue::after {
  opacity: 0.1;
}
.p-lp-bg.--white {
  background-color: #FFF;
}
.p-lp-bg.--white::after {
  opacity: 0.07;
  background-image: url(../img/noise2.svg);
}

.p-lp__header {
  position: fixed;
  top: 0;
  left: 0;
  padding: min(2.05vw, 33.6px) min(3.514vw, 57.6px) min(2.05vw, 33.6px) min(2.928vw, 48px);
  width: 100%;
  z-index: var(--z-header);
}
@media screen and (max-width: 834px) {
  .p-lp__header {
    position: relative;
    padding: min(4.8vw, 21.6px) min(5.333vw, 24px);
  }
}

.p-lp__header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .p-lp__header__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-lp__header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.171vw, 19.2px);
}
@media screen and (max-width: 834px) {
  .p-lp__header__logo {
    gap: min(2.133vw, 9.6px);
  }
}
.p-lp__header__logo img {
  width: min(16.105vw, 264px);
}
@media screen and (max-width: 834px) {
  .p-lp__header__logo img {
    width: min(41.6vw, 187.2px);
  }
}
.p-lp__header__logo p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  font-weight: 500;
  color: #005996;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .p-lp__header__logo p {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}

.p-lp__header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.757vw, 28.8px);
}
@media screen and (max-width: 834px) {
  .p-lp__header__link {
    display: none;
  }
}

.p-lp__mv {
  background-size: 1366px;
  background-repeat: repeat;
  background-color: #E2E4E8;
  position: relative;
  z-index: var(--z-mv);
}
@media screen and (max-width: 834px) {
  .p-lp__mv {
    background-size: 375px;
    margin-top: calc(min(15.733vw, 70.8px) * -1);
  }
}
.p-lp__mv__white01 {
  content: "";
  background-image: url(../img/mv_white_01.svg);
  position: absolute;
  top: calc(min(27.526vw, 451.2px) * -1);
  left: calc(min(5.564vw, 91.2px) * -1);
  width: min(42.679vw, 699.6px);
  height: min(41.362vw, 678px);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: var(--z-white);
  opacity: 0.7;
}
@media screen and (max-width: 834px) {
  .p-lp__mv__white01 {
    top: calc(min(42.4vw, 190.8px) * -1);
    left: calc(min(17.333vw, 78px) * -1);
    width: min(59.2vw, 266.4px);
    height: min(57.333vw, 258px);
  }
}
.p-lp__mv__white__wrapper {
  width: min(100vw, 1639.2px);
  margin-inline: auto;
  position: relative;
  z-index: var(--z-white);
}
@media screen and (max-width: 834px) {
  .p-lp__mv__white__wrapper {
    width: 100%;
  }
}
.p-lp__mv__white02 {
  content: "";
  background-image: url(../img/mv_white_02.svg);
  position: absolute;
  top: calc(min(12.299vw, 201.6px) * -1);
  right: min(18.448vw, 302.4px);
  width: min(28.111vw, 460.8px);
  height: min(36.676vw, 601.2px);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}
@media screen and (max-width: 834px) {
  .p-lp__mv__white02 {
    top: min(12vw, 54px);
    right: 0;
    width: min(39.2vw, 176.4px);
    height: min(50.933vw, 229.2px);
  }
}
.p-lp__mv__white03 {
  content: "";
  background-image: url(../img/mv_white_03.svg);
  position: absolute;
  top: min(22.401vw, 367.2px);
  left: min(24.158vw, 396px);
  width: min(51.684vw, 847.2px);
  height: min(28.917vw, 474px);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}
@media screen and (max-width: 834px) {
  .p-lp__mv__white03 {
    top: min(64.533vw, 290.4px);
    left: min(17.333vw, 78px);
    width: min(71.467vw, 321.6px);
    height: min(40vw, 180px);
  }
}
.p-lp__mv__white04 {
  content: "";
  background-image: url(../img/mv_white_04.svg);
  position: absolute;
  top: min(56.369vw, 924px);
  left: min(18.082vw, 296.4px);
  width: min(19.985vw, 327.6px);
  height: min(19.107vw, 313.2px);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}
@media screen and (max-width: 834px) {
  .p-lp__mv__white04 {
    top: min(168vw, 756px);
    left: min(17.067vw, 76.8px);
    width: min(27.733vw, 124.8px);
    height: min(26.667vw, 120px);
  }
}
.p-lp__mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/noise.svg);
  opacity: 0.4;
  z-index: var(--z-mv-after);
}
.p-lp__mv__lead {
  position: relative;
  z-index: var(--z-mv-lead);
  -webkit-margin-start: min(17.57vw, 288px);
          margin-inline-start: min(17.57vw, 288px);
}
.p-lp__mv__lead__wrapper {
  width: min(100vw, 1639.2px);
  padding-block: min(25.037vw, 410.4px) min(23.28vw, 381.6px);
  margin-inline: auto;
  position: relative;
  z-index: var(--z-mv-lead-w);
}
@media screen and (max-width: 834px) {
  .p-lp__mv__lead__wrapper {
    padding-block: min(64vw, 288px) min(100.533vw, 452.4px);
    width: 100%;
  }
}
.p-lp__mv__lead__wrapper::after {
  content: "";
  background-image: url(../img/mv_img_01.png);
  position: absolute;
  top: min(11.933vw, 195.6px);
  left: calc(min(11.713vw, 192px) * -1);
  width: min(27.892vw, 457.2px);
  height: min(27.672vw, 453.6px);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}
@media screen and (max-width: 834px) {
  .p-lp__mv__lead__wrapper::after {
    top: min(12.533vw, 56.4px);
    left: calc(min(24.267vw, 109.2px) * -1);
    width: min(53.867vw, 242.4px);
    height: min(53.333vw, 240px);
  }
}
@media screen and (max-width: 834px) {
  .p-lp__mv__lead {
    -webkit-margin-start: min(6.4vw, 28.8px);
            margin-inline-start: min(6.4vw, 28.8px);
  }
}
.p-lp__mv__lead span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: min(1.757vw, 28.8px);
  font-weight: 400;
  line-height: 2;
  color: #005996;
  -webkit-margin-after: min(4.1vw, 67.2px);
          margin-block-end: min(4.1vw, 67.2px);
}
@media screen and (max-width: 834px) {
  .p-lp__mv__lead span {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    -webkit-margin-after: min(10.667vw, 48px);
            margin-block-end: min(10.667vw, 48px);
  }
}
.p-lp__mv__lead img {
  width: min(46.266vw, 758.4px);
}
@media screen and (max-width: 834px) {
  .p-lp__mv__lead img {
    width: min(81.067vw, 364.8px);
  }
}
.p-lp__mv__lead::after {
  content: "";
  background-image: url(../img/mv_img_02.png);
  position: absolute;
  top: calc(min(5.49vw, 90px) * -1);
  right: calc(min(3.367vw, 55.2px) * -1);
  width: min(37.335vw, 612px);
  height: min(37.408vw, 613.2px);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.7;
}
@media screen and (max-width: 834px) {
  .p-lp__mv__lead::after {
    top: min(49.867vw, 224.4px);
    right: calc(min(8.8vw, 39.6px) * -1);
    width: min(64.533vw, 290.4px);
    height: min(64.8vw, 291.6px);
  }
}
.p-lp__mv__text {
  width: min(100%, 640px);
  margin-inline: auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(17px, 1.464vw, 22px);
  line-height: 2.4;
  position: relative;
  z-index: 2;
}
.p-lp__mv__text__wrapper {
  width: min(100vw, 1639.2px);
  -webkit-padding-after: min(11.713vw, 192px);
          padding-block-end: min(11.713vw, 192px);
  margin-inline: auto;
  position: relative;
  z-index: var(--z-mv-text-w);
}
@media screen and (max-width: 834px) {
  .p-lp__mv__text__wrapper {
    -webkit-padding-after: min(65.067vw, 292.8px);
            padding-block-end: min(65.067vw, 292.8px);
    width: calc(100% - min(12.8vw, 57.6px));
  }
}
.p-lp__mv__text__wrapper::before {
  content: "";
  background-image: url(../img/mv_img_03.png);
  position: absolute;
  top: min(8.492vw, 139.2px);
  left: calc(min(21.962vw, 360px) * -1);
  width: min(40.41vw, 662.4px);
  height: min(39.165vw, 642px);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.7;
}
@media (width <= 1040px) {
  .p-lp__mv__text__wrapper::before {
    left: calc(min(29.283vw, 480px) * -1);
  }
}
@media screen and (max-width: 834px) {
  .p-lp__mv__text__wrapper::before {
    top: unset;
    bottom: 0;
    left: calc(min(34.4vw, 154.8px) * -1);
    width: min(53.333vw, 240px);
    height: min(51.733vw, 232.8px);
  }
}
.p-lp__mv__text__wrapper::after {
  content: "";
  background-image: url(../img/mv_img_04.png);
  position: absolute;
  top: min(35.139vw, 576px);
  right: calc(min(8.346vw, 136.8px) * -1);
  width: min(32.284vw, 529.2px);
  height: min(25.11vw, 411.6px);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}
@media (width <= 1040px) {
  .p-lp__mv__text__wrapper::after {
    top: min(49.78vw, 816px);
  }
}
@media screen and (max-width: 834px) {
  .p-lp__mv__text__wrapper::after {
    top: unset;
    bottom: min(18.667vw, 84px);
    right: calc(min(23.2vw, 104.4px) * -1);
    width: min(52.8vw, 237.6px);
    height: min(41.067vw, 184.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-lp__mv__text {
    width: 100%;
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}

.p-lp__position {
  background-color: #FFF;
  padding: min(3.514vw, 57.6px);
}
.p-lp__position + .p-lp__position {
  -webkit-margin-before: min(2.343vw, 38.4px);
          margin-block-start: min(2.343vw, 38.4px);
}
@media screen and (max-width: 834px) {
  .p-lp__position + .p-lp__position {
    -webkit-margin-before: min(6.4vw, 28.8px);
            margin-block-start: min(6.4vw, 28.8px);
  }
}
.p-lp__position:last-of-type {
  -webkit-margin-after: min(5.271vw, 86.4px);
          margin-block-end: min(5.271vw, 86.4px);
}
@media screen and (max-width: 834px) {
  .p-lp__position:last-of-type {
    -webkit-margin-after: min(12.8vw, 57.6px);
            margin-block-end: min(12.8vw, 57.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-lp__position {
    padding: min(8.533vw, 38.4px) min(6.4vw, 28.8px);
  }
}
.p-lp__position__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(0.878vw, 14.4px);
}
.p-lp__position__overview__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(0.878vw, 14.4px) auto;
  grid-template-columns: 1fr auto;
  -webkit-margin-before: min(2.562vw, 42px);
          margin-block-start: min(2.562vw, 42px);
  gap: min(0.878vw, 14.4px);
}
@media screen and (max-width: 834px) {
  .p-lp__position__overview__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto min(5.333vw, 24px) auto;
    grid-template-rows: auto auto;
    gap: min(5.333vw, 24px);
    -webkit-margin-before: min(5.333vw, 24px);
            margin-block-start: min(5.333vw, 24px);
  }
  .p-lp__position__overview__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-lp__position__overview__wrapper > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 834px) {
  .p-lp__position__overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(3.2vw, 14.4px);
  }
}
.p-lp__position__recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.586vw, 9.6px);
  border: 1px solid #8495A0;
  background-color: #FFFFFF;
  padding: min(0.439vw, 7.2px) min(0.878vw, 14.4px);
}
@media screen and (max-width: 834px) {
  .p-lp__position__recruit {
    gap: min(2.133vw, 9.6px);
    padding: min(3.2vw, 14.4px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-lp__position__recruit dt {
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  font-weight: 500;
  color: #8495A0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-padding-end: min(0.586vw, 9.6px);
          padding-inline-end: min(0.586vw, 9.6px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-lp__position__recruit dt {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    -webkit-padding-end: min(2.133vw, 9.6px);
            padding-inline-end: min(2.133vw, 9.6px);
  }
}
.p-lp__position__recruit dt::before {
  content: "\f007";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  font-weight: 600;
  -webkit-margin-end: min(0.293vw, 4.8px);
          margin-inline-end: min(0.293vw, 4.8px);
}
@media screen and (max-width: 834px) {
  .p-lp__position__recruit dt::before {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    -webkit-margin-end: min(1.067vw, 4.8px);
            margin-inline-end: min(1.067vw, 4.8px);
  }
}
.p-lp__position__recruit dt::after {
  content: "";
  background-color: #8495A0;
  display: inline-block;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .p-lp__position__recruit dt::after {
    content: none;
  }
}
.p-lp__position__recruit dd {
  line-height: 1.3846153846;
}
@media screen and (max-width: 834px) {
  .p-lp__position__recruit.--place {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-lp__position__recruit.--place dt::before {
  content: "\f3c5";
}
@media screen and (max-width: 834px) {
  .p-lp__position__recruit.--place dt::after {
    content: "";
    height: min(3.733vw, 16.8px);
    -webkit-margin-start: min(2.133vw, 9.6px);
            margin-inline-start: min(2.133vw, 9.6px);
  }
}
.p-lp__position__accordion {
  margin-inline: auto;
}
.p-lp__position__accordion__button {
  position: relative;
  display: block;
  width: 100%;
  color: #005996;
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 834px) {
  .p-lp__position__accordion__button {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-lp__position__accordion__button span {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto min(0.878vw, 14.4px) auto;
  grid-template-columns: auto auto;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: min(0.878vw, 14.4px);
}
@media screen and (max-width: 834px) {
  .p-lp__position__accordion__button span {
    gap: min(3.2vw, 14.4px);
  }
}
.p-lp__position__accordion__button span::after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-size: clamp(15.3px, 1.318vw, 19.8px);
  font-weight: 600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 834px) {
  .p-lp__position__accordion__button span::after {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-lp__position__accordion__button[aria-expanded=true] span::after {
  content: "\f068";
}
.p-lp__position__accordion__button:focus, .p-lp__position__accordion__button:hover {
  border-color: #2F68A9;
}
.p-lp__position__accordion__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.2s ease-out;
  transition: grid-template-rows 0.2s ease-out;
  transition: grid-template-rows 0.2s ease-out, -ms-grid-rows 0.2s ease-out;
}
.p-lp__position__accordion__body[aria-hidden=false] {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.p-lp__position__accordion__inner {
  -webkit-padding-before: min(2.928vw, 48px);
          padding-block-start: min(2.928vw, 48px);
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-lp__position__accordion__inner {
    -webkit-padding-before: min(7.467vw, 33.6px);
            padding-block-start: min(7.467vw, 33.6px);
  }
}
.p-lp__position__accordion__text {
  -webkit-padding-after: min(2.928vw, 48px);
          padding-block-end: min(2.928vw, 48px);
}
@media screen and (max-width: 834px) {
  .p-lp__position__accordion__text {
    -webkit-padding-after: min(7.467vw, 33.6px);
            padding-block-end: min(7.467vw, 33.6px);
  }
}

.p-lp__message__article + .p-lp__message__article {
  -webkit-margin-before: min(8.785vw, 144px);
          margin-block-start: min(8.785vw, 144px);
}
@media screen and (max-width: 834px) {
  .p-lp__message__article + .p-lp__message__article {
    -webkit-margin-before: min(21.333vw, 96px);
            margin-block-start: min(21.333vw, 96px);
  }
}
.p-lp__message__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(7.321vw, 120px) min(35.139vw, 576px);
  grid-template-columns: 1fr min(35.139vw, 576px);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: min(7.321vw, 120px);
     -moz-column-gap: min(7.321vw, 120px);
          column-gap: min(7.321vw, 120px);
  -webkit-margin-after: min(2.928vw, 48px);
          margin-block-end: min(2.928vw, 48px);
}
.p-lp__message__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-lp__message__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-lp__message__grid > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.p-lp__message__grid > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media screen and (max-width: 834px) {
  .p-lp__message__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto min(10.667vw, 48px) auto min(10.667vw, 48px) auto;
    grid-template-rows: repeat(3, auto);
    gap: min(10.667vw, 48px);
    -webkit-margin-after: min(10.667vw, 48px);
            margin-block-end: min(10.667vw, 48px);
  }
  .p-lp__message__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-lp__message__grid > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-lp__message__grid > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.p-lp__message__grid__item1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media screen and (max-width: 834px) {
  .p-lp__message__grid__item1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.p-lp__message__grid__item2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media screen and (max-width: 834px) {
  .p-lp__message__grid__item2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
.p-lp__message__grid__item3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 834px) {
  .p-lp__message__grid__item3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 834px) {
  .p-lp__message__grid__item3 img {
    display: block;
    width: min(100%, 400px);
    margin-inline: auto;
  }
}

.p-lp__attract {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(3.514vw, 57.6px) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: min(3.514vw, 57.6px);
}
@media screen and (max-width: 834px) {
  .p-lp__attract {
    gap: min(4.267vw, 19.2px);
  }
}
@media (width <= 700px) {
  .p-lp__attract {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-lp__attract__item {
  background-color: #EDEEF1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(5.857vw, 96px) min(1.757vw, 28.8px) 1fr;
  grid-template-columns: min(5.857vw, 96px) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: min(1.757vw, 28.8px);
     -moz-column-gap: min(1.757vw, 28.8px);
          column-gap: min(1.757vw, 28.8px);
  padding: min(2.343vw, 38.4px);
}
@media screen and (max-width: 834px) {
  .p-lp__attract__item {
    -ms-grid-columns: min(14.933vw, 67.2px) min(4.267vw, 19.2px) 1fr;
    grid-template-columns: min(14.933vw, 67.2px) 1fr;
    -webkit-column-gap: min(4.267vw, 19.2px);
       -moz-column-gap: min(4.267vw, 19.2px);
            column-gap: min(4.267vw, 19.2px);
    padding: min(6.4vw, 28.8px);
  }
}

.p-lp__introduction {
  width: 100%;
  aspect-ratio: 1126/697;
}
@media screen and (max-width: 834px) {
  .p-lp__introduction {
    aspect-ratio: 327/202;
  }
}

.p-lp__cta h2, .p-lp__cta p {
  color: #FFF;
}
.p-lp__cta p:last-of-type {
  -webkit-margin-after: min(5.271vw, 86.4px);
          margin-block-end: min(5.271vw, 86.4px);
}
@media screen and (max-width: 834px) {
  .p-lp__cta p:last-of-type {
    -webkit-margin-after: min(12.8vw, 57.6px);
            margin-block-end: min(12.8vw, 57.6px);
  }
}

.p-lp__scrolldown {
  position: absolute;
  z-index: 1;
  bottom: min(5.271vw, 86.4px);
  left: min(5.271vw, 86.4px);
  height: min(13.69vw, 224.4px);
  width: min(1.025vw, 16.8px);
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (max-width: 834px) {
  .p-lp__scrolldown {
    bottom: min(29.867vw, 134.4px);
    left: min(6.4vw, 28.8px);
    height: min(37.333vw, 168px);
    width: min(3.2vw, 14.4px);
  }
}
.p-lp__scrolldown:after {
  content: "";
  position: absolute;
  top: min(5.857vw, 96px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: min(0.146vw, 2.4px);
  height: min(8.785vw, 144px);
  border-radius: 50%;
  background-color: #8495A0;
  -webkit-animation: bordermove 1.8s ease-in-out infinite;
          animation: bordermove 1.8s ease-in-out infinite;
}
@media screen and (max-width: 834px) {
  .p-lp__scrolldown:after {
    top: min(16vw, 72px);
    width: 1px;
    height: min(5.857vw, 96px);
    -webkit-animation: bordermovesp 1.6s ease-in-out infinite;
            animation: bordermovesp 1.6s ease-in-out infinite;
  }
}
.p-lp__scrolldown span {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  font-family: "Montserrat", sans-serif;
  font-size: min(1.171vw, 19.2px);
  font-weight: 400;
  color: #8495A0;
  letter-spacing: 0.02em;
  line-height: 0.85;
}
@media screen and (max-width: 834px) {
  .p-lp__scrolldown span {
    font-size: min(3.733vw, 16.8px);
  }
}
@-webkit-keyframes bordermove {
  0% {
    top: min(5.857vw, 96px);
    height: 0;
    opacity: 0;
  }
  30% {
    height: min(7.321vw, 120px);
    opacity: 1;
  }
  70% {
    height: min(13.177vw, 216px);
    opacity: 1;
  }
  100% {
    top: min(14.641vw, 240px);
    height: 0;
    opacity: 0;
  }
}
@keyframes bordermove {
  0% {
    top: min(5.857vw, 96px);
    height: 0;
    opacity: 0;
  }
  30% {
    height: min(7.321vw, 120px);
    opacity: 1;
  }
  70% {
    height: min(13.177vw, 216px);
    opacity: 1;
  }
  100% {
    top: min(14.641vw, 240px);
    height: 0;
    opacity: 0;
  }
}
@-webkit-keyframes bordermovesp {
  0% {
    top: min(16vw, 72px);
    height: 0;
    opacity: 0;
  }
  30% {
    height: min(21.333vw, 96px);
    opacity: 1;
  }
  70% {
    height: min(29.333vw, 132px);
    opacity: 1;
  }
  100% {
    top: min(37.333vw, 168px);
    height: 0;
    opacity: 0;
  }
}
@keyframes bordermovesp {
  0% {
    top: min(16vw, 72px);
    height: 0;
    opacity: 0;
  }
  30% {
    height: min(21.333vw, 96px);
    opacity: 1;
  }
  70% {
    height: min(29.333vw, 132px);
    opacity: 1;
  }
  100% {
    top: min(37.333vw, 168px);
    height: 0;
    opacity: 0;
  }
}

.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: #005996;
}
.u-color--main {
  color: #f2f2f2;
}
.u-color--base {
  color: #ffffff;
}
.u-color--text {
  color: #1E2122;
}
.u-color--text-second {
  color: #8495A0;
}
.u-color--text-third {
  color: #aaaaaa;
}
.u-color--text-white {
  color: #ffffff;
}
.u-color--text-link {
  color: #005cd1;
}
.u-color--text-placeholder {
  color: #aaaaaa;
}
.u-color--text-alert {
  color: #f0a3a3;
}
.u-color--border {
  border: 1px solid #8495A0;
}
.u-color--bg-gray {
  background-color: #E2E4E8;
}
.u-color--bg-alert {
  background-color: #fceded;
}

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

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

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

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

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

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

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

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

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

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

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

.u-mt-100 {
  margin-top: min(7.321vw, 120px);
}
.u-mt-120 {
  margin-top: min(8.785vw, 144px);
}
.u-mt-160 {
  margin-top: min(11.713vw, 192px);
}
.u-mt-200 {
  margin-top: min(14.641vw, 240px);
}
@media screen and (max-width: 834px) {
  .u-mt-100 {
    margin-top: min(26.667vw, 120px);
  }
  .u-mt-120 {
    margin-top: min(32vw, 144px);
  }
  .u-mt-160 {
    margin-top: min(42.667vw, 192px);
  }
  .u-mt-200 {
    margin-top: min(53.333vw, 240px);
  }
}

.u-mr-100 {
  margin-right: min(7.321vw, 120px);
}
.u-mr-120 {
  margin-right: min(8.785vw, 144px);
}
.u-mr-160 {
  margin-right: min(11.713vw, 192px);
}
.u-mr-200 {
  margin-right: min(14.641vw, 240px);
}
@media screen and (max-width: 834px) {
  .u-mr-100 {
    margin-right: min(26.667vw, 120px);
  }
  .u-mr-120 {
    margin-right: min(32vw, 144px);
  }
  .u-mr-160 {
    margin-right: min(42.667vw, 192px);
  }
  .u-mr-200 {
    margin-right: min(53.333vw, 240px);
  }
}

.u-mb-100 {
  margin-bottom: min(7.321vw, 120px);
}
.u-mb-120 {
  margin-bottom: min(8.785vw, 144px);
}
.u-mb-160 {
  margin-bottom: min(11.713vw, 192px);
}
.u-mb-200 {
  margin-bottom: min(14.641vw, 240px);
}
@media screen and (max-width: 834px) {
  .u-mb-100 {
    margin-bottom: min(26.667vw, 120px);
  }
  .u-mb-120 {
    margin-bottom: min(32vw, 144px);
  }
  .u-mb-160 {
    margin-bottom: min(42.667vw, 192px);
  }
  .u-mb-200 {
    margin-bottom: min(53.333vw, 240px);
  }
}

.u-ml-100 {
  margin-left: min(7.321vw, 120px);
}
.u-ml-120 {
  margin-left: min(8.785vw, 144px);
}
.u-ml-160 {
  margin-left: min(11.713vw, 192px);
}
.u-ml-200 {
  margin-left: min(14.641vw, 240px);
}
@media screen and (max-width: 834px) {
  .u-ml-100 {
    margin-left: min(26.667vw, 120px);
  }
  .u-ml-120 {
    margin-left: min(32vw, 144px);
  }
  .u-ml-160 {
    margin-left: min(42.667vw, 192px);
  }
  .u-ml-200 {
    margin-left: min(53.333vw, 240px);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 835px) {
  .u-m-pc-0 {
    margin: 0 !important;
  }
  .u-m-pc-auto {
    margin: auto !important;
  }
  .u-m-pc-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .u-m-pc-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-pc-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .u-mt-pc-0 {
    margin-top: min(0vw, 0px) !important;
  }
  .u-mb-pc-0 {
    margin-bottom: min(0vw, 0px) !important;
  }
  .u-ml-pc-0 {
    margin-left: min(0vw, 0px) !important;
  }
  .u-mr-pc-0 {
    margin-right: min(0vw, 0px) !important;
  }
  .u-mt-pc-4 {
    margin-top: min(0.293vw, 4.8px) !important;
  }
  .u-mb-pc-4 {
    margin-bottom: min(0.293vw, 4.8px) !important;
  }
  .u-ml-pc-4 {
    margin-left: min(0.293vw, 4.8px) !important;
  }
  .u-mr-pc-4 {
    margin-right: min(0.293vw, 4.8px) !important;
  }
  .u-mt-pc-8 {
    margin-top: min(0.586vw, 9.6px) !important;
  }
  .u-mb-pc-8 {
    margin-bottom: min(0.586vw, 9.6px) !important;
  }
  .u-ml-pc-8 {
    margin-left: min(0.586vw, 9.6px) !important;
  }
  .u-mr-pc-8 {
    margin-right: min(0.586vw, 9.6px) !important;
  }
  .u-mt-pc-12 {
    margin-top: min(0.878vw, 14.4px) !important;
  }
  .u-mb-pc-12 {
    margin-bottom: min(0.878vw, 14.4px) !important;
  }
  .u-ml-pc-12 {
    margin-left: min(0.878vw, 14.4px) !important;
  }
  .u-mr-pc-12 {
    margin-right: min(0.878vw, 14.4px) !important;
  }
  .u-mt-pc-16 {
    margin-top: min(1.171vw, 19.2px) !important;
  }
  .u-mb-pc-16 {
    margin-bottom: min(1.171vw, 19.2px) !important;
  }
  .u-ml-pc-16 {
    margin-left: min(1.171vw, 19.2px) !important;
  }
  .u-mr-pc-16 {
    margin-right: min(1.171vw, 19.2px) !important;
  }
  .u-mt-pc-20 {
    margin-top: min(1.464vw, 24px) !important;
  }
  .u-mb-pc-20 {
    margin-bottom: min(1.464vw, 24px) !important;
  }
  .u-ml-pc-20 {
    margin-left: min(1.464vw, 24px) !important;
  }
  .u-mr-pc-20 {
    margin-right: min(1.464vw, 24px) !important;
  }
  .u-mt-pc-24 {
    margin-top: min(1.757vw, 28.8px) !important;
  }
  .u-mb-pc-24 {
    margin-bottom: min(1.757vw, 28.8px) !important;
  }
  .u-ml-pc-24 {
    margin-left: min(1.757vw, 28.8px) !important;
  }
  .u-mr-pc-24 {
    margin-right: min(1.757vw, 28.8px) !important;
  }
  .u-mt-pc-28 {
    margin-top: min(2.05vw, 33.6px) !important;
  }
  .u-mb-pc-28 {
    margin-bottom: min(2.05vw, 33.6px) !important;
  }
  .u-ml-pc-28 {
    margin-left: min(2.05vw, 33.6px) !important;
  }
  .u-mr-pc-28 {
    margin-right: min(2.05vw, 33.6px) !important;
  }
  .u-mt-pc-32 {
    margin-top: min(2.343vw, 38.4px) !important;
  }
  .u-mb-pc-32 {
    margin-bottom: min(2.343vw, 38.4px) !important;
  }
  .u-ml-pc-32 {
    margin-left: min(2.343vw, 38.4px) !important;
  }
  .u-mr-pc-32 {
    margin-right: min(2.343vw, 38.4px) !important;
  }
  .u-mt-pc-36 {
    margin-top: min(2.635vw, 43.2px) !important;
  }
  .u-mb-pc-36 {
    margin-bottom: min(2.635vw, 43.2px) !important;
  }
  .u-ml-pc-36 {
    margin-left: min(2.635vw, 43.2px) !important;
  }
  .u-mr-pc-36 {
    margin-right: min(2.635vw, 43.2px) !important;
  }
  .u-mt-pc-40 {
    margin-top: min(2.928vw, 48px) !important;
  }
  .u-mb-pc-40 {
    margin-bottom: min(2.928vw, 48px) !important;
  }
  .u-ml-pc-40 {
    margin-left: min(2.928vw, 48px) !important;
  }
  .u-mr-pc-40 {
    margin-right: min(2.928vw, 48px) !important;
  }
  .u-mt-pc-44 {
    margin-top: min(3.221vw, 52.8px) !important;
  }
  .u-mb-pc-44 {
    margin-bottom: min(3.221vw, 52.8px) !important;
  }
  .u-ml-pc-44 {
    margin-left: min(3.221vw, 52.8px) !important;
  }
  .u-mr-pc-44 {
    margin-right: min(3.221vw, 52.8px) !important;
  }
  .u-mt-pc-48 {
    margin-top: min(3.514vw, 57.6px) !important;
  }
  .u-mb-pc-48 {
    margin-bottom: min(3.514vw, 57.6px) !important;
  }
  .u-ml-pc-48 {
    margin-left: min(3.514vw, 57.6px) !important;
  }
  .u-mr-pc-48 {
    margin-right: min(3.514vw, 57.6px) !important;
  }
  .u-mt-pc-52 {
    margin-top: min(3.807vw, 62.4px) !important;
  }
  .u-mb-pc-52 {
    margin-bottom: min(3.807vw, 62.4px) !important;
  }
  .u-ml-pc-52 {
    margin-left: min(3.807vw, 62.4px) !important;
  }
  .u-mr-pc-52 {
    margin-right: min(3.807vw, 62.4px) !important;
  }
  .u-mt-pc-56 {
    margin-top: min(4.1vw, 67.2px) !important;
  }
  .u-mb-pc-56 {
    margin-bottom: min(4.1vw, 67.2px) !important;
  }
  .u-ml-pc-56 {
    margin-left: min(4.1vw, 67.2px) !important;
  }
  .u-mr-pc-56 {
    margin-right: min(4.1vw, 67.2px) !important;
  }
  .u-mt-pc-60 {
    margin-top: min(4.392vw, 72px) !important;
  }
  .u-mb-pc-60 {
    margin-bottom: min(4.392vw, 72px) !important;
  }
  .u-ml-pc-60 {
    margin-left: min(4.392vw, 72px) !important;
  }
  .u-mr-pc-60 {
    margin-right: min(4.392vw, 72px) !important;
  }
  .u-mt-pc-64 {
    margin-top: min(4.685vw, 76.8px) !important;
  }
  .u-mb-pc-64 {
    margin-bottom: min(4.685vw, 76.8px) !important;
  }
  .u-ml-pc-64 {
    margin-left: min(4.685vw, 76.8px) !important;
  }
  .u-mr-pc-64 {
    margin-right: min(4.685vw, 76.8px) !important;
  }
  .u-mt-pc-68 {
    margin-top: min(4.978vw, 81.6px) !important;
  }
  .u-mb-pc-68 {
    margin-bottom: min(4.978vw, 81.6px) !important;
  }
  .u-ml-pc-68 {
    margin-left: min(4.978vw, 81.6px) !important;
  }
  .u-mr-pc-68 {
    margin-right: min(4.978vw, 81.6px) !important;
  }
  .u-mt-pc-72 {
    margin-top: min(5.271vw, 86.4px) !important;
  }
  .u-mb-pc-72 {
    margin-bottom: min(5.271vw, 86.4px) !important;
  }
  .u-ml-pc-72 {
    margin-left: min(5.271vw, 86.4px) !important;
  }
  .u-mr-pc-72 {
    margin-right: min(5.271vw, 86.4px) !important;
  }
  .u-mt-pc-76 {
    margin-top: min(5.564vw, 91.2px) !important;
  }
  .u-mb-pc-76 {
    margin-bottom: min(5.564vw, 91.2px) !important;
  }
  .u-ml-pc-76 {
    margin-left: min(5.564vw, 91.2px) !important;
  }
  .u-mr-pc-76 {
    margin-right: min(5.564vw, 91.2px) !important;
  }
  .u-mt-pc-80 {
    margin-top: min(5.857vw, 96px) !important;
  }
  .u-mb-pc-80 {
    margin-bottom: min(5.857vw, 96px) !important;
  }
  .u-ml-pc-80 {
    margin-left: min(5.857vw, 96px) !important;
  }
  .u-mr-pc-80 {
    margin-right: min(5.857vw, 96px) !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.8px) !important;
  }
  .u-mb-md-4 {
    margin-bottom: min(1.067vw, 4.8px) !important;
  }
  .u-ml-md-4 {
    margin-left: min(1.067vw, 4.8px) !important;
  }
  .u-mr-md-4 {
    margin-right: min(1.067vw, 4.8px) !important;
  }
  .u-mt-md-8 {
    margin-top: min(2.133vw, 9.6px) !important;
  }
  .u-mb-md-8 {
    margin-bottom: min(2.133vw, 9.6px) !important;
  }
  .u-ml-md-8 {
    margin-left: min(2.133vw, 9.6px) !important;
  }
  .u-mr-md-8 {
    margin-right: min(2.133vw, 9.6px) !important;
  }
  .u-mt-md-12 {
    margin-top: min(3.2vw, 14.4px) !important;
  }
  .u-mb-md-12 {
    margin-bottom: min(3.2vw, 14.4px) !important;
  }
  .u-ml-md-12 {
    margin-left: min(3.2vw, 14.4px) !important;
  }
  .u-mr-md-12 {
    margin-right: min(3.2vw, 14.4px) !important;
  }
  .u-mt-md-16 {
    margin-top: min(4.267vw, 19.2px) !important;
  }
  .u-mb-md-16 {
    margin-bottom: min(4.267vw, 19.2px) !important;
  }
  .u-ml-md-16 {
    margin-left: min(4.267vw, 19.2px) !important;
  }
  .u-mr-md-16 {
    margin-right: min(4.267vw, 19.2px) !important;
  }
  .u-mt-md-20 {
    margin-top: min(5.333vw, 24px) !important;
  }
  .u-mb-md-20 {
    margin-bottom: min(5.333vw, 24px) !important;
  }
  .u-ml-md-20 {
    margin-left: min(5.333vw, 24px) !important;
  }
  .u-mr-md-20 {
    margin-right: min(5.333vw, 24px) !important;
  }
  .u-mt-md-24 {
    margin-top: min(6.4vw, 28.8px) !important;
  }
  .u-mb-md-24 {
    margin-bottom: min(6.4vw, 28.8px) !important;
  }
  .u-ml-md-24 {
    margin-left: min(6.4vw, 28.8px) !important;
  }
  .u-mr-md-24 {
    margin-right: min(6.4vw, 28.8px) !important;
  }
  .u-mt-md-28 {
    margin-top: min(7.467vw, 33.6px) !important;
  }
  .u-mb-md-28 {
    margin-bottom: min(7.467vw, 33.6px) !important;
  }
  .u-ml-md-28 {
    margin-left: min(7.467vw, 33.6px) !important;
  }
  .u-mr-md-28 {
    margin-right: min(7.467vw, 33.6px) !important;
  }
  .u-mt-md-32 {
    margin-top: min(8.533vw, 38.4px) !important;
  }
  .u-mb-md-32 {
    margin-bottom: min(8.533vw, 38.4px) !important;
  }
  .u-ml-md-32 {
    margin-left: min(8.533vw, 38.4px) !important;
  }
  .u-mr-md-32 {
    margin-right: min(8.533vw, 38.4px) !important;
  }
  .u-mt-md-36 {
    margin-top: min(9.6vw, 43.2px) !important;
  }
  .u-mb-md-36 {
    margin-bottom: min(9.6vw, 43.2px) !important;
  }
  .u-ml-md-36 {
    margin-left: min(9.6vw, 43.2px) !important;
  }
  .u-mr-md-36 {
    margin-right: min(9.6vw, 43.2px) !important;
  }
  .u-mt-md-40 {
    margin-top: min(10.667vw, 48px) !important;
  }
  .u-mb-md-40 {
    margin-bottom: min(10.667vw, 48px) !important;
  }
  .u-ml-md-40 {
    margin-left: min(10.667vw, 48px) !important;
  }
  .u-mr-md-40 {
    margin-right: min(10.667vw, 48px) !important;
  }
  .u-mt-md-44 {
    margin-top: min(11.733vw, 52.8px) !important;
  }
  .u-mb-md-44 {
    margin-bottom: min(11.733vw, 52.8px) !important;
  }
  .u-ml-md-44 {
    margin-left: min(11.733vw, 52.8px) !important;
  }
  .u-mr-md-44 {
    margin-right: min(11.733vw, 52.8px) !important;
  }
  .u-mt-md-48 {
    margin-top: min(12.8vw, 57.6px) !important;
  }
  .u-mb-md-48 {
    margin-bottom: min(12.8vw, 57.6px) !important;
  }
  .u-ml-md-48 {
    margin-left: min(12.8vw, 57.6px) !important;
  }
  .u-mr-md-48 {
    margin-right: min(12.8vw, 57.6px) !important;
  }
  .u-mt-md-52 {
    margin-top: min(13.867vw, 62.4px) !important;
  }
  .u-mb-md-52 {
    margin-bottom: min(13.867vw, 62.4px) !important;
  }
  .u-ml-md-52 {
    margin-left: min(13.867vw, 62.4px) !important;
  }
  .u-mr-md-52 {
    margin-right: min(13.867vw, 62.4px) !important;
  }
  .u-mt-md-56 {
    margin-top: min(14.933vw, 67.2px) !important;
  }
  .u-mb-md-56 {
    margin-bottom: min(14.933vw, 67.2px) !important;
  }
  .u-ml-md-56 {
    margin-left: min(14.933vw, 67.2px) !important;
  }
  .u-mr-md-56 {
    margin-right: min(14.933vw, 67.2px) !important;
  }
  .u-mt-md-60 {
    margin-top: min(16vw, 72px) !important;
  }
  .u-mb-md-60 {
    margin-bottom: min(16vw, 72px) !important;
  }
  .u-ml-md-60 {
    margin-left: min(16vw, 72px) !important;
  }
  .u-mr-md-60 {
    margin-right: min(16vw, 72px) !important;
  }
  .u-mt-md-64 {
    margin-top: min(17.067vw, 76.8px) !important;
  }
  .u-mb-md-64 {
    margin-bottom: min(17.067vw, 76.8px) !important;
  }
  .u-ml-md-64 {
    margin-left: min(17.067vw, 76.8px) !important;
  }
  .u-mr-md-64 {
    margin-right: min(17.067vw, 76.8px) !important;
  }
  .u-mt-md-68 {
    margin-top: min(18.133vw, 81.6px) !important;
  }
  .u-mb-md-68 {
    margin-bottom: min(18.133vw, 81.6px) !important;
  }
  .u-ml-md-68 {
    margin-left: min(18.133vw, 81.6px) !important;
  }
  .u-mr-md-68 {
    margin-right: min(18.133vw, 81.6px) !important;
  }
  .u-mt-md-72 {
    margin-top: min(19.2vw, 86.4px) !important;
  }
  .u-mb-md-72 {
    margin-bottom: min(19.2vw, 86.4px) !important;
  }
  .u-ml-md-72 {
    margin-left: min(19.2vw, 86.4px) !important;
  }
  .u-mr-md-72 {
    margin-right: min(19.2vw, 86.4px) !important;
  }
  .u-mt-md-76 {
    margin-top: min(20.267vw, 91.2px) !important;
  }
  .u-mb-md-76 {
    margin-bottom: min(20.267vw, 91.2px) !important;
  }
  .u-ml-md-76 {
    margin-left: min(20.267vw, 91.2px) !important;
  }
  .u-mr-md-76 {
    margin-right: min(20.267vw, 91.2px) !important;
  }
  .u-mt-md-80 {
    margin-top: min(21.333vw, 96px) !important;
  }
  .u-mb-md-80 {
    margin-bottom: min(21.333vw, 96px) !important;
  }
  .u-ml-md-80 {
    margin-left: min(21.333vw, 96px) !important;
  }
  .u-mr-md-80 {
    margin-right: min(21.333vw, 96px) !important;
  }
}
.u-pt-0 {
  padding-top: min(0vw, 0px) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-0 {
    padding-top: min(0vw, 0px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pr-60 {
  padding-right: min(4.392vw, 72px) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-60 {
    padding-right: min(16vw, 72px) !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.8px) !important;
  }
  .u-pb-pr-4 {
    padding-bottom: min(1.067vw, 4.8px) !important;
  }
  .u-pl-pr-4 {
    padding-left: min(1.067vw, 4.8px) !important;
  }
  .u-pr-pr-4 {
    padding-right: min(1.067vw, 4.8px) !important;
  }
  .u-pt-pr-8 {
    padding-top: min(2.133vw, 9.6px) !important;
  }
  .u-pb-pr-8 {
    padding-bottom: min(2.133vw, 9.6px) !important;
  }
  .u-pl-pr-8 {
    padding-left: min(2.133vw, 9.6px) !important;
  }
  .u-pr-pr-8 {
    padding-right: min(2.133vw, 9.6px) !important;
  }
  .u-pt-pr-12 {
    padding-top: min(3.2vw, 14.4px) !important;
  }
  .u-pb-pr-12 {
    padding-bottom: min(3.2vw, 14.4px) !important;
  }
  .u-pl-pr-12 {
    padding-left: min(3.2vw, 14.4px) !important;
  }
  .u-pr-pr-12 {
    padding-right: min(3.2vw, 14.4px) !important;
  }
  .u-pt-pr-16 {
    padding-top: min(4.267vw, 19.2px) !important;
  }
  .u-pb-pr-16 {
    padding-bottom: min(4.267vw, 19.2px) !important;
  }
  .u-pl-pr-16 {
    padding-left: min(4.267vw, 19.2px) !important;
  }
  .u-pr-pr-16 {
    padding-right: min(4.267vw, 19.2px) !important;
  }
  .u-pt-pr-20 {
    padding-top: min(5.333vw, 24px) !important;
  }
  .u-pb-pr-20 {
    padding-bottom: min(5.333vw, 24px) !important;
  }
  .u-pl-pr-20 {
    padding-left: min(5.333vw, 24px) !important;
  }
  .u-pr-pr-20 {
    padding-right: min(5.333vw, 24px) !important;
  }
  .u-pt-pr-24 {
    padding-top: min(6.4vw, 28.8px) !important;
  }
  .u-pb-pr-24 {
    padding-bottom: min(6.4vw, 28.8px) !important;
  }
  .u-pl-pr-24 {
    padding-left: min(6.4vw, 28.8px) !important;
  }
  .u-pr-pr-24 {
    padding-right: min(6.4vw, 28.8px) !important;
  }
  .u-pt-pr-28 {
    padding-top: min(7.467vw, 33.6px) !important;
  }
  .u-pb-pr-28 {
    padding-bottom: min(7.467vw, 33.6px) !important;
  }
  .u-pl-pr-28 {
    padding-left: min(7.467vw, 33.6px) !important;
  }
  .u-pr-pr-28 {
    padding-right: min(7.467vw, 33.6px) !important;
  }
  .u-pt-pr-32 {
    padding-top: min(8.533vw, 38.4px) !important;
  }
  .u-pb-pr-32 {
    padding-bottom: min(8.533vw, 38.4px) !important;
  }
  .u-pl-pr-32 {
    padding-left: min(8.533vw, 38.4px) !important;
  }
  .u-pr-pr-32 {
    padding-right: min(8.533vw, 38.4px) !important;
  }
  .u-pt-pr-36 {
    padding-top: min(9.6vw, 43.2px) !important;
  }
  .u-pb-pr-36 {
    padding-bottom: min(9.6vw, 43.2px) !important;
  }
  .u-pl-pr-36 {
    padding-left: min(9.6vw, 43.2px) !important;
  }
  .u-pr-pr-36 {
    padding-right: min(9.6vw, 43.2px) !important;
  }
  .u-pt-pr-40 {
    padding-top: min(10.667vw, 48px) !important;
  }
  .u-pb-pr-40 {
    padding-bottom: min(10.667vw, 48px) !important;
  }
  .u-pl-pr-40 {
    padding-left: min(10.667vw, 48px) !important;
  }
  .u-pr-pr-40 {
    padding-right: min(10.667vw, 48px) !important;
  }
  .u-pt-pr-44 {
    padding-top: min(11.733vw, 52.8px) !important;
  }
  .u-pb-pr-44 {
    padding-bottom: min(11.733vw, 52.8px) !important;
  }
  .u-pl-pr-44 {
    padding-left: min(11.733vw, 52.8px) !important;
  }
  .u-pr-pr-44 {
    padding-right: min(11.733vw, 52.8px) !important;
  }
  .u-pt-pr-48 {
    padding-top: min(12.8vw, 57.6px) !important;
  }
  .u-pb-pr-48 {
    padding-bottom: min(12.8vw, 57.6px) !important;
  }
  .u-pl-pr-48 {
    padding-left: min(12.8vw, 57.6px) !important;
  }
  .u-pr-pr-48 {
    padding-right: min(12.8vw, 57.6px) !important;
  }
  .u-pt-pr-52 {
    padding-top: min(13.867vw, 62.4px) !important;
  }
  .u-pb-pr-52 {
    padding-bottom: min(13.867vw, 62.4px) !important;
  }
  .u-pl-pr-52 {
    padding-left: min(13.867vw, 62.4px) !important;
  }
  .u-pr-pr-52 {
    padding-right: min(13.867vw, 62.4px) !important;
  }
  .u-pt-pr-56 {
    padding-top: min(14.933vw, 67.2px) !important;
  }
  .u-pb-pr-56 {
    padding-bottom: min(14.933vw, 67.2px) !important;
  }
  .u-pl-pr-56 {
    padding-left: min(14.933vw, 67.2px) !important;
  }
  .u-pr-pr-56 {
    padding-right: min(14.933vw, 67.2px) !important;
  }
  .u-pt-pr-60 {
    padding-top: min(16vw, 72px) !important;
  }
  .u-pb-pr-60 {
    padding-bottom: min(16vw, 72px) !important;
  }
  .u-pl-pr-60 {
    padding-left: min(16vw, 72px) !important;
  }
  .u-pr-pr-60 {
    padding-right: min(16vw, 72px) !important;
  }
}
.u-text--bold {
  font-weight: 700 !important;
}
.u-text--normal {
  font-weight: 400 !important;
}
.u-text--size--lg {
  font-size: clamp(20.4px, 1.757vw, 26.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--lg {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size--md {
  font-size: clamp(13.6px, 1.171vw, 17.6px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--md {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size--sm {
  font-size: clamp(11.9px, 1.025vw, 15.4px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--sm {
    font-size: clamp(11.9px, 3.733vw, 15.4px) !important;
  }
}
.u-text--size--xsm {
  font-size: clamp(10.2px, 0.878vw, 13.2px) !important;
}
@media screen and (max-width: 834px) {
  .u-text--size--xsm {
    font-size: clamp(10.2px, 3.2vw, 13.2px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 834px) {
  .u-wid-md-10 {
    width: min(0.732vw, 12px) !important;
    min-width: min(0.732vw, 12px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-10 {
    width: min(2.667vw, 12px) !important;
    min-width: min(2.667vw, 12px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-20 {
    width: min(1.464vw, 24px) !important;
    min-width: min(1.464vw, 24px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-20 {
    width: min(5.333vw, 24px) !important;
    min-width: min(5.333vw, 24px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-30 {
    width: min(2.196vw, 36px) !important;
    min-width: min(2.196vw, 36px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-30 {
    width: min(8vw, 36px) !important;
    min-width: min(8vw, 36px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-40 {
    width: min(2.928vw, 48px) !important;
    min-width: min(2.928vw, 48px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-40 {
    width: min(10.667vw, 48px) !important;
    min-width: min(10.667vw, 48px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-50 {
    width: min(3.66vw, 60px) !important;
    min-width: min(3.66vw, 60px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-50 {
    width: min(13.333vw, 60px) !important;
    min-width: min(13.333vw, 60px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-60 {
    width: min(4.392vw, 72px) !important;
    min-width: min(4.392vw, 72px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-60 {
    width: min(16vw, 72px) !important;
    min-width: min(16vw, 72px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-70 {
    width: min(5.124vw, 84px) !important;
    min-width: min(5.124vw, 84px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-70 {
    width: min(18.667vw, 84px) !important;
    min-width: min(18.667vw, 84px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-80 {
    width: min(5.857vw, 96px) !important;
    min-width: min(5.857vw, 96px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-80 {
    width: min(21.333vw, 96px) !important;
    min-width: min(21.333vw, 96px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-90 {
    width: min(6.589vw, 108px) !important;
    min-width: min(6.589vw, 108px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-90 {
    width: min(24vw, 108px) !important;
    min-width: min(24vw, 108px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-100 {
    width: min(7.321vw, 120px) !important;
    min-width: min(7.321vw, 120px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-100 {
    width: min(26.667vw, 120px) !important;
    min-width: min(26.667vw, 120px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-110 {
    width: min(8.053vw, 132px) !important;
    min-width: min(8.053vw, 132px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-110 {
    width: min(29.333vw, 132px) !important;
    min-width: min(29.333vw, 132px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-120 {
    width: min(8.785vw, 144px) !important;
    min-width: min(8.785vw, 144px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-120 {
    width: min(32vw, 144px) !important;
    min-width: min(32vw, 144px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-130 {
    width: min(9.517vw, 156px) !important;
    min-width: min(9.517vw, 156px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-130 {
    width: min(34.667vw, 156px) !important;
    min-width: min(34.667vw, 156px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-140 {
    width: min(10.249vw, 168px) !important;
    min-width: min(10.249vw, 168px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-140 {
    width: min(37.333vw, 168px) !important;
    min-width: min(37.333vw, 168px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-150 {
    width: min(10.981vw, 180px) !important;
    min-width: min(10.981vw, 180px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-150 {
    width: min(40vw, 180px) !important;
    min-width: min(40vw, 180px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-160 {
    width: min(11.713vw, 192px) !important;
    min-width: min(11.713vw, 192px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-160 {
    width: min(42.667vw, 192px) !important;
    min-width: min(42.667vw, 192px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-170 {
    width: min(12.445vw, 204px) !important;
    min-width: min(12.445vw, 204px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-170 {
    width: min(45.333vw, 204px) !important;
    min-width: min(45.333vw, 204px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-180 {
    width: min(13.177vw, 216px) !important;
    min-width: min(13.177vw, 216px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-180 {
    width: min(48vw, 216px) !important;
    min-width: min(48vw, 216px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-190 {
    width: min(13.909vw, 228px) !important;
    min-width: min(13.909vw, 228px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-190 {
    width: min(50.667vw, 228px) !important;
    min-width: min(50.667vw, 228px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-200 {
    width: min(14.641vw, 240px) !important;
    min-width: min(14.641vw, 240px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-200 {
    width: min(53.333vw, 240px) !important;
    min-width: min(53.333vw, 240px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-210 {
    width: min(15.373vw, 252px) !important;
    min-width: min(15.373vw, 252px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-210 {
    width: min(56vw, 252px) !important;
    min-width: min(56vw, 252px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-220 {
    width: min(16.105vw, 264px) !important;
    min-width: min(16.105vw, 264px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-220 {
    width: min(58.667vw, 264px) !important;
    min-width: min(58.667vw, 264px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-230 {
    width: min(16.837vw, 276px) !important;
    min-width: min(16.837vw, 276px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-230 {
    width: min(61.333vw, 276px) !important;
    min-width: min(61.333vw, 276px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-240 {
    width: min(17.57vw, 288px) !important;
    min-width: min(17.57vw, 288px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-240 {
    width: min(64vw, 288px) !important;
    min-width: min(64vw, 288px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-250 {
    width: min(18.302vw, 300px) !important;
    min-width: min(18.302vw, 300px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-250 {
    width: min(66.667vw, 300px) !important;
    min-width: min(66.667vw, 300px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-260 {
    width: min(19.034vw, 312px) !important;
    min-width: min(19.034vw, 312px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-260 {
    width: min(69.333vw, 312px) !important;
    min-width: min(69.333vw, 312px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-270 {
    width: min(19.766vw, 324px) !important;
    min-width: min(19.766vw, 324px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-270 {
    width: min(72vw, 324px) !important;
    min-width: min(72vw, 324px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-280 {
    width: min(20.498vw, 336px) !important;
    min-width: min(20.498vw, 336px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-280 {
    width: min(74.667vw, 336px) !important;
    min-width: min(74.667vw, 336px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-290 {
    width: min(21.23vw, 348px) !important;
    min-width: min(21.23vw, 348px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-290 {
    width: min(77.333vw, 348px) !important;
    min-width: min(77.333vw, 348px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-300 {
    width: min(21.962vw, 360px) !important;
    min-width: min(21.962vw, 360px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-300 {
    width: min(80vw, 360px) !important;
    min-width: min(80vw, 360px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-310 {
    width: min(22.694vw, 372px) !important;
    min-width: min(22.694vw, 372px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-310 {
    width: min(82.667vw, 372px) !important;
    min-width: min(82.667vw, 372px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-320 {
    width: min(23.426vw, 384px) !important;
    min-width: min(23.426vw, 384px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-320 {
    width: min(85.333vw, 384px) !important;
    min-width: min(85.333vw, 384px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-330 {
    width: min(24.158vw, 396px) !important;
    min-width: min(24.158vw, 396px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-330 {
    width: min(88vw, 396px) !important;
    min-width: min(88vw, 396px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-340 {
    width: min(24.89vw, 408px) !important;
    min-width: min(24.89vw, 408px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-340 {
    width: min(90.667vw, 408px) !important;
    min-width: min(90.667vw, 408px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-350 {
    width: min(25.622vw, 420px) !important;
    min-width: min(25.622vw, 420px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-350 {
    width: min(93.333vw, 420px) !important;
    min-width: min(93.333vw, 420px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-360 {
    width: min(26.354vw, 432px) !important;
    min-width: min(26.354vw, 432px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-360 {
    width: min(96vw, 432px) !important;
    min-width: min(96vw, 432px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-370 {
    width: min(27.086vw, 444px) !important;
    min-width: min(27.086vw, 444px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-370 {
    width: min(98.667vw, 444px) !important;
    min-width: min(98.667vw, 444px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-380 {
    width: min(27.818vw, 456px) !important;
    min-width: min(27.818vw, 456px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-380 {
    width: min(101.333vw, 456px) !important;
    min-width: min(101.333vw, 456px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-390 {
    width: min(28.551vw, 468px) !important;
    min-width: min(28.551vw, 468px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-390 {
    width: min(104vw, 468px) !important;
    min-width: min(104vw, 468px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-400 {
    width: min(29.283vw, 480px) !important;
    min-width: min(29.283vw, 480px) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-400 {
    width: min(106.667vw, 480px) !important;
    min-width: min(106.667vw, 480px) !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;
  }
}