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

/* 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) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* 案件によって必要なサブカラーを追加する
$sub-1: #ffffff;
$sub-2: #ffffff;
*/
html,
body {
  width: 100%;
  min-height: 100%;
}

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

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

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

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

a {
  transition: all 0.3s ease;
}
a img {
  transition: 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    color: #F0C32C;
    cursor: pointer;
    text-decoration: none;
  }
}

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

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  background-repeat: no-repeat;
}

svg {
  max-width: 100%;
  height: auto;
  fill: currentcolor;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 2;
}

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

strong {
  font-weight: 700;
}

p a, td a, th a, blockquote a {
  color: #04127C;
  text-decoration: underline;
}
@media screen and (min-width: 881px) {
  p a:hover, td a:hover, th a:hover, blockquote a:hover {
    color: #FF8900;
    text-decoration: none;
  }
}

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

:lang(en) {
  font-family: "Akshar", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #131313;
}

blockquote {
  position: relative;
  width: 100%;
  padding: min(3.514vw, 52.8px);
  color: #666;
  line-height: 2.5;
  background-color: #E5E5EB;
}
@media screen and (max-width: 880px) {
  blockquote {
    padding: min(5.333vw, 22px);
  }
}

.l-header {
  position: fixed;
  top: clamp(17px, 1.464vw, 22px);
  left: 50%;
  z-index: 999;
  width: 100%;
  max-width: clamp(981.75px, 84.553vw, 1270.5px);
  padding: 0 clamp(12.75px, 1.098vw, 16.5px);
  transform: translateX(-50%);
}
@media screen and (max-width: 880px) {
  .l-header {
    top: clamp(8.5px, 2.667vw, 11px);
    padding: 0 clamp(8.5px, 2.667vw, 11px);
  }
}
.l-header__wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: clamp(68px, 5.857vw, 88px);
  padding-left: clamp(34px, 2.928vw, 44px);
  padding-right: clamp(21.25px, 1.83vw, 27.5px);
  overflow: hidden;
  border-radius: 9999px;
  background-color: #fff;
}
@media screen and (max-width: 880px) {
  .l-header__wrap {
    height: clamp(54.4px, 17.067vw, 70.4px);
    padding-right: 0;
  }
}
.l-header__list {
  display: flex;
  gap: clamp(27.2px, 2.343vw, 35.2px);
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .l-header__list {
    display: none;
  }
}
.l-header__item {
  display: grid;
  height: 100%;
  place-content: center;
  font-size: clamp(12.75px, 1.098vw, 16.5px);
  font-weight: 500;
}
.l-header__item.--logo {
  width: clamp(182.75px, 15.739vw, 236.5px);
}
@media screen and (max-width: 880px) {
  .l-header__item.--logo {
    width: clamp(116.45px, 36.533vw, 150.7px);
  }
}
@media (hover: hover) {
  .l-header__item.--logo:hover {
    opacity: 0.8;
  }
}
.l-header__item.--entry {
  color: #fff;
  line-height: 1;
  font-size: clamp(15.3px, 1.318vw, 19.8px);
  letter-spacing: 0.1em;
  background-color: #FF8900;
}
@media screen and (max-width: 880px) {
  .l-header__item.--entry {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
.l-header__item.--entry:hover {
  background-color: #F4A561;
}
.l-header__item.--entry img {
  width: clamp(40.307px, 3.471vw, 52.162px);
}
.l-header__item.--contact {
  display: flex;
  color: #fff;
  height: fit-content;
  margin-left: clamp(47.6px, 4.1vw, 61.6px);
  padding: 1em 2em;
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  line-height: 1;
  overflow: hidden;
  border-radius: 9999px;
  background-color: #FF8900;
}
@media screen and (max-width: 880px) {
  .l-header__item.--contact {
    display: none;
  }
}
@media (hover: hover) {
  .l-header__item.--contact:hover {
    background-color: #F0C32C;
  }
}
.l-header__item.--contact::before {
  content: "\f0e0";
  margin-right: 0.5em;
  font-weight: 100;
  font-family: "Font Awesome 6 Pro";
  transform: translateY(0.12em);
}
.l-header__item.--button {
  --hum: #fff;
  --hum-bg: #131313;
  --border1-change: #fff;
  --border2-change: translateY(-6px);
  --border3-change: translateY(6px);
  display: none;
  margin-left: auto;
  border-radius: 50%;
  background-color: var(--hum-bg);
  transition: background-color 0.3s;
}
@media screen and (max-width: 880px) {
  .l-header__item.--button {
    display: block;
    --border2-change: translateY(-6px);
    --border3-change: translateY(6px);
  }
}
@media screen and (min-width: 881px) {
  .l-header__item.--button:hover {
    --hum: #fff;
    --hum-bg: #fff;
    --border1-change: #04127C;
  }
}
.l-header__item.--button.is-active {
  --hum: #fff;
  --hum-bg: #131313;
  --border1-change: #131313;
  --border2-change: translateY(0) rotate(25deg);
  --border3-change: translateY(-1px) rotate(-25deg);
}
.l-header__menu {
  display: grid;
  place-content: center;
  width: clamp(54.4px, 17.067vw, 70.4px);
  height: clamp(54.4px, 17.067vw, 70.4px);
}
.l-header__menu span {
  display: inline-block;
  width: clamp(23.8px, 2.05vw, 30.8px);
  height: 1px;
  background-color: var(--border1-change);
  transition: background-color 0.3s;
}
.l-header__menu span::before, .l-header__menu span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--hum);
  transition: background-color 0.3s, transform 0.3s;
}
.l-header__menu span::before {
  transform: var(--border2-change);
}
.l-header__menu span::after {
  transform: var(--border3-change);
}

.is-act {
  overflow: hidden;
}
.is-act .p-header__hamburger::before, .is-act .p-header__hamburger::after {
  color: #fff;
}
.is-act .p-header__hamburger::before {
  opacity: 0;
}
.is-act .p-header__hamburger::after {
  opacity: 1;
}

.is-scroll .l-header__wrap {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 880px) {
  .is-active.p-header__link {
    border-color: transparent;
  }
  .is-active.p-header__btn::after {
    content: "\f068";
  }
}

.is-menu-open .l-header__wrap {
  box-shadow: none !important;
  background-color: transparent;
}
.is-menu-open .l-header__item.--logo {
  opacity: 0;
  pointer-events: none;
}

.l-footer {
  width: 100%;
  margin-top: auto;
  background-color: #F4F4F4;
}
.l-footer__wrap {
  position: relative;
  z-index: 0;
  width: 100%;
}
.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: min(84.553vw, 1270.5px);
  padding: min(4.685vw, 70.4px) clamp(12.75px, 1.098vw, 16.5px) 0;
  margin-inline: auto;
}
@media screen and (max-width: 880px) {
  .l-footer__inner {
    padding: min(12.8vw, 52.8px) 0 0;
  }
}

@media screen and (max-width: 880px) {
  .p-footer__logo {
    margin-bottom: clamp(34px, 10.667vw, 44px);
  }
}
.p-footer__logo a {
  display: block;
  width: clamp(224.4px, 19.327vw, 290.4px);
  height: clamp(39.1px, 3.367vw, 50.6px);
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  text-indent: -999em;
}
@media screen and (min-width: 881px) {
  .p-footer__logo a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1023px) {
  .p-footer__block {
    margin-bottom: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 880px) {
  .p-footer__block {
    margin-bottom: 0;
  }
}
.p-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(17px, 1.464vw, 22px) min(5.857vw, 88px);
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(17px, 5.333vw, 22px) min(0vw, 0px);
    margin-left: 0;
  }
}
.p-footer__nav__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(17px, 1.464vw, 22px);
}
@media screen and (max-width: 880px) {
  .p-footer__nav__wrapper {
    display: block;
    gap: 0;
  }
}
.p-footer__nav__item:not(:last-child) {
  margin-right: clamp(68px, 5.857vw, 88px);
}
@media screen and (max-width: 540px) {
  .p-footer__nav__item:not(:last-child) {
    margin-right: min(14.641vw, 220px);
  }
}
@media screen and (max-width: 880px) {
  .p-footer__nav__menu__item {
    width: 50%;
  }
}
.p-footer__nav__menu__item a {
  position: relative;
  z-index: 0;
  display: block;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  line-height: 1.5;
  transition: color 0.3s;
}
@media (hover: hover) {
  .p-footer__nav__menu__item a:hover {
    color: #F0C32C;
  }
}
@media screen and (max-width: 880px) {
  .p-footer__nav__menu__item a {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-footer__head {
  position: relative;
  z-index: 0;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
}
@media screen and (max-width: 880px) {
  .p-footer__head {
    display: contents;
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-footer__head.is-act::after {
  content: "\f068";
}
.p-footer__sns {
  display: flex;
  gap: clamp(13.6px, 1.171vw, 17.6px);
}
@media screen and (max-width: 880px) {
  .p-footer__sns {
    order: 3;
    justify-content: center;
    gap: clamp(13.6px, 4.267vw, 17.6px);
    margin-top: clamp(34px, 10.667vw, 44px);
  }
}
.p-footer__sns-item {
  width: clamp(30.6px, 2.635vw, 39.6px);
  height: clamp(30.6px, 2.635vw, 39.6px);
}
@media screen and (max-width: 880px) {
  .p-footer__sns-item {
    width: clamp(30.6px, 9.6vw, 39.6px);
    height: clamp(30.6px, 9.6vw, 39.6px);
  }
}
.p-footer__sns-item .logo {
  fill: #95a5a5;
  transition: fill 0.3s;
}
@media screen and (min-width: 881px) {
  .p-footer__sns-item:hover .logo {
    fill: #fff;
  }
}
.p-footer__sns-item a {
  display: block;
  width: 100%;
  color: #fff;
  transition: color 0.3s;
}
@media screen and (min-width: 881px) {
  .p-footer__sns-item a:hover {
    color: #F8F8FF;
  }
}
.p-footer__accordion {
  position: relative;
}
@media screen and (max-width: 540px) {
  .p-footer__accordion {
    padding: min(6.4vw, 26.4px) 0 min(7.467vw, 30.8px);
  }
  .p-footer__accordion::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: min(3.733vw, 15.4px);
    z-index: 0;
    margin-top: clamp(-1.7px, -0.533vw, -2.2px);
    color: #04127C;
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    font-weight: 500;
    font-family: "Font Awesome 6 Pro";
    transform: translateY(-50%);
  }
}
.p-footer__sub__wrapper {
  margin-top: min(1.464vw, 22px);
}
@media screen and (max-width: 880px) {
  .p-footer__sub__wrapper {
    margin-top: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .p-footer__sub__wrapper {
    display: none;
    margin-top: 0;
    padding-bottom: min(7.467vw, 30.8px);
  }
}
@media screen and (min-width: 541px) {
  .p-footer__sub__menu {
    border-left: 1px solid #DBDBDB;
  }
}
.p-footer__sub__menu__item {
  position: relative;
  padding-left: min(1.171vw, 17.6px);
  font-size: clamp(10.2px, 0.878vw, 13.2px);
  font-weight: 400;
  color: #666;
}
@media screen and (max-width: 880px) {
  .p-footer__sub__menu__item {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    padding-left: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .p-footer__sub__menu__item a {
    padding: 0;
  }
  .p-footer__sub__menu__item a::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    color: #F8F8FF;
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    font-weight: 500;
    top: 50%;
    right: min(4.267vw, 17.6px);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 541px) {
  .p-footer__sub__menu__item + .p-footer__sub__menu__item {
    margin-top: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 540px) {
  .p-footer__sub__menu__item + .p-footer__sub__menu__item {
    margin-top: clamp(23.8px, 7.467vw, 30.8px);
  }
}
.p-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: clamp(28.9px, 2.489vw, 37.4px);
  padding-bottom: clamp(10.2px, 0.878vw, 13.2px);
}
@media screen and (max-width: 880px) {
  .p-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(34px, 10.667vw, 44px);
    margin-top: clamp(34px, 10.667vw, 44px);
    padding-top: 0;
    padding-bottom: clamp(34px, 10.667vw, 44px);
    border: none;
  }
}
.p-footer__bottom-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(23.8px, 2.05vw, 30.8px);
  color: #666;
  font-size: clamp(9.35px, 0.805vw, 12.1px);
}
@media screen and (max-width: 880px) {
  .p-footer__bottom-list {
    justify-content: center;
    gap: 1em clamp(17px, 5.333vw, 22px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (max-width: 540px) {
  .p-footer__bottom-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(13.6px, 4.267vw, 17.6px) clamp(78.2px, 24.533vw, 101.2px);
  }
}
.p-footer__bottom-list a:hover {
  color: #F0C32C;
  text-decoration: underline;
}
.p-footer__copyright {
  text-align: center;
  font-size: clamp(9.35px, 0.805vw, 12.1px);
  display: inline-block;
  color: #222;
}
@media screen and (max-width: 880px) {
  .p-footer__copyright {
    margin: 0 auto;
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}

.p-footer__nav__menu__item.is-act .p-footer__accordion::after {
  content: "\f068";
}

.l-footer.-en {
  margin-top: clamp(120.7px, 10.395vw, 156.2px);
}
@media screen and (max-width: 880px) {
  .l-footer.-en {
    margin-top: clamp(95.2px, 29.867vw, 123.2px);
  }
}
@media screen and (min-width: 881px) {
  .l-footer.-en .l-footer__inner {
    margin-bottom: clamp(40.8px, 12.8vw, 52.8px);
  }
}
@media screen and (max-width: 880px) {
  .l-footer.-en .p-footer__logo {
    margin-bottom: 0;
  }
}
.l-footer.-en .p-footer__logo a {
  background-image: url(../img/en/common/logo.svg?240304);
}
@media screen and (max-width: 880px) {
  .l-footer.-en .p-footer__sns {
    padding-top: clamp(34px, 10.667vw, 44px);
    border-top: #DBE5E1 solid 1px;
  }
}

body.is-menu-open {
  overflow: hidden;
}

.l-main {
  width: 100%;
  height: auto;
  overflow-x: clip;
}

.l-bg__white {
  background-color: #fff;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: min(84.553vw, 1270.5px);
  margin-inline: auto;
  padding-right: clamp(12.75px, 1.098vw, 16.5px);
  padding-left: clamp(12.75px, 1.098vw, 16.5px);
}
@media screen and (max-width: 880px) {
  .l-inner {
    max-width: none;
    padding-right: clamp(25.5px, 8vw, 33px);
    padding-left: clamp(25.5px, 8vw, 33px);
  }
}
@media screen and (min-width: 881px) {
  .l-inner.--narrow {
    max-width: min(54.905vw, 825px);
  }
}

.c-button--lg {
  position: relative;
  display: grid;
  place-content: center;
  max-width: 100%;
  padding: 0;
  color: #FF8900;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  border: 1px solid #FF8900;
  border-radius: 9999px;
  background-color: #fff;
  transition: 0.3s ease;
}
.c-button--lg::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: inherit;
  transform: translateY(-50%);
}
@media screen and (min-width: 881px) {
  .c-button--lg::after {
    right: min(0.878vw, 13.2px);
    font-size: clamp(15.3px, 1.318vw, 19.8px);
  }
}
@media screen and (max-width: 880px) {
  .c-button--lg::after {
    right: min(3.2vw, 13.2px);
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
@media (hover: hover) {
  .c-button--lg:hover {
    color: #F0C32C;
    cursor: pointer;
    border-color: #F0C32C;
  }
}
[target=_blank].c-button--lg::after {
  content: "\f08e";
}

@media screen and (min-width: 881px) {
  .c-button--lg {
    width: clamp(229.5px, 19.766vw, 297px);
    height: clamp(51px, 4.392vw, 66px);
    margin-top: clamp(23.8px, 2.05vw, 30.8px);
  }
}
@media screen and (max-width: 880px) {
  .c-button--lg {
    width: clamp(255px, 80vw, 330px);
    height: clamp(51px, 16vw, 66px);
  }
}
.c-button--lg span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-button--disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

.c-pagetop {
  display: none;
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 881px) {
  .c-pagetop {
    width: clamp(47.6px, 4.1vw, 61.6px);
    height: clamp(47.6px, 4.1vw, 61.6px);
    right: min(1.464vw, 22px);
    bottom: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 880px) {
  .c-pagetop {
    width: clamp(39.1px, 12.267vw, 50.6px);
    height: clamp(39.1px, 12.267vw, 50.6px);
    right: min(5.333vw, 22px);
    bottom: min(5.333vw, 22px);
  }
}
.c-pagetop a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: #FF8900 solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.c-pagetop a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f106";
  color: #FF8900;
  line-height: 1;
  display: block;
  transition: all 0.3s ease;
}
@media screen and (min-width: 881px) {
  .c-pagetop a::before {
    font-size: clamp(30.6px, 2.635vw, 39.6px);
  }
}
@media screen and (max-width: 880px) {
  .c-pagetop a::before {
    font-size: clamp(25.5px, 8vw, 33px);
  }
}
@media screen and (min-width: 881px) {
  .c-pagetop a:hover {
    background-color: #FF8900;
  }
  .c-pagetop a:hover::before {
    color: #fff;
  }
}
.c-pagetop a span {
  text-indent: -999em;
}
.c-pagetop.is-hide {
  z-index: 1;
}

.c-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: min(1.684vw, 25.3px);
}
@media screen and (max-width: 880px) {
  .c-row {
    gap: min(6.4vw, 26.4px);
  }
}
.c-row.--gutter-wide {
  gap: min(3.514vw, 52.8px);
}
@media screen and (max-width: 880px) {
  .c-row.--gutter-wide {
    gap: min(7.467vw, 30.8px);
  }
}
.c-row.--gutter-narrow {
  gap: min(1.098vw, 16.5px);
}
@media screen and (max-width: 880px) {
  .c-row.--gutter-narrow {
    gap: min(5.333vw, 22px);
  }
}
.c-row.--gutter-none {
  gap: min(0vw, 0px);
}

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

.c-title__medium, .c-title__large {
  --en: #131313;
  --ja: #FF8900;
  font-weight: 500;
  position: relative;
}
.--white.c-title__medium, .--white.c-title__large {
  --en: #fff;
  --ja: #fff;
}
.c-title__medium small, .c-title__large small {
  display: block;
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  color: var(--en);
}
@media screen and (max-width: 880px) {
  .c-title__medium small, .c-title__large small {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.c-title__medium .en, .c-title__large .en {
  color: var(--en);
}
.c-title__medium .ja, .c-title__large .ja {
  color: var(--ja);
}

.c-title__large {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: clamp(136px, 11.713vw, 176px) auto clamp(40.8px, 3.514vw, 52.8px);
  line-height: 1;
}
@media screen and (max-width: 880px) {
  .c-title__large {
    margin: clamp(68px, 21.333vw, 88px) auto clamp(34px, 10.667vw, 44px);
  }
}
.c-title__large .en {
  font-size: clamp(73.1px, 6.296vw, 94.6px);
}
@media screen and (max-width: 880px) {
  .c-title__large .en {
    font-size: clamp(44.2px, 13.867vw, 57.2px);
  }
}
.c-title__large .ja {
  margin-top: 1em;
  font-size: clamp(15.3px, 1.318vw, 19.8px);
}
@media screen and (max-width: 880px) {
  .c-title__large .ja {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-title__large.--left {
  text-align: left;
  font-size: clamp(70.55px, 6.076vw, 91.3px);
}
@media screen and (max-width: 880px) {
  .c-title__large.--left {
    font-size: clamp(44.2px, 13.867vw, 57.2px);
  }
}
@media screen and (max-width: 880px) {
  .c-title__large.--left .ja {
    padding-left: 1em;
  }
}
.c-title__large.--single {
  margin-bottom: clamp(34px, 2.928vw, 44px);
}
@media screen and (max-width: 880px) {
  .c-title__large.--single {
    margin-bottom: clamp(34px, 10.667vw, 44px);
  }
}
.c-title__large.--single span {
  display: inline;
  margin-bottom: clamp(34px, 2.928vw, 44px);
}
@media screen and (max-width: 880px) {
  .c-title__large.--single span {
    margin-bottom: clamp(34px, 10.667vw, 44px);
  }
}
.c-title__medium {
  display: flex;
  flex-direction: column;
  margin: clamp(68px, 5.857vw, 88px) 0 clamp(40.8px, 3.514vw, 52.8px);
  line-height: 1;
  font-size: clamp(51px, 4.392vw, 66px);
}
@media screen and (max-width: 880px) {
  .c-title__medium {
    margin: 1em auto clamp(30.6px, 9.6vw, 39.6px);
    font-size: clamp(44.2px, 13.867vw, 57.2px);
  }
}
.c-title__medium .ja {
  margin-top: 1em;
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  font-weight: 500;
}
@media screen and (max-width: 880px) {
  .c-title__medium .ja {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-title__medium.--left {
  text-align: left;
  font-size: clamp(70.55px, 6.076vw, 91.3px);
}
@media screen and (max-width: 880px) {
  .c-title__medium.--left {
    font-size: clamp(44.2px, 13.867vw, 57.2px);
  }
}
@media screen and (max-width: 880px) {
  .c-title__medium.--left .ja {
    padding-left: 1em;
  }
}
.c-title__medium.--single {
  margin-bottom: clamp(34px, 2.928vw, 44px);
}
@media screen and (max-width: 880px) {
  .c-title__medium.--single {
    margin-bottom: clamp(34px, 10.667vw, 44px);
  }
}
.c-title__medium.--single span {
  display: inline;
  margin-bottom: clamp(34px, 2.928vw, 44px);
}
@media screen and (max-width: 880px) {
  .c-title__medium.--single span {
    margin-bottom: clamp(34px, 10.667vw, 44px);
  }
}
.c-title__desc div + div {
  margin-top: clamp(27.2px, 2.343vw, 35.2px);
}
.c-title__desc dd {
  margin-top: 1em;
  line-height: 2.5;
}
.c-title__desc .term {
  line-height: 1;
  font-size: clamp(17px, 1.464vw, 22px);
  font-weight: 700;
}
@media screen and (max-width: 880px) {
  .c-title__desc .term {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.c-title__side-line {
  position: relative;
  margin: clamp(40.8px, 3.514vw, 52.8px) 0 clamp(23.8px, 2.05vw, 30.8px);
  padding-left: clamp(19.55px, 1.684vw, 25.3px);
  font-size: clamp(23.8px, 2.05vw, 30.8px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 880px) {
  .c-title__side-line {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.c-title__side-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 7px;
  height: calc(100% - 10px);
  background-color: #FF8900;
  clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 calc(100% - 10px));
}
.c-title__side-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: 7px;
  height: calc(100% - 10px);
  background-color: #F45715;
  clip-path: polygon(0 0, 100% 10px, 100% calc(100% - 10px), 0 100%);
}
.c-title__arrow {
  display: flex;
  flex-wrap: wrap;
  margin-top: clamp(51px, 4.392vw, 66px);
  margin-bottom: clamp(34px, 2.928vw, 44px);
  font-size: clamp(40.8px, 3.514vw, 52.8px);
  line-height: 1;
}
@media screen and (max-width: 880px) {
  .c-title__arrow {
    margin-bottom: clamp(30.6px, 9.6vw, 39.6px);
    font-size: clamp(30.6px, 9.6vw, 39.6px);
  }
}
.c-title__arrow.--single {
  align-items: center;
  font-size: clamp(20.4px, 1.757vw, 26.4px);
  font-weight: 700;
}
@media screen and (max-width: 880px) {
  .c-title__arrow.--single {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.c-title__arrow .ja {
  margin-top: 0.5em;
  margin-left: 1em;
  font-size: clamp(17px, 1.464vw, 22px);
  font-weight: 700;
  color: #FF8900;
}
@media screen and (max-width: 880px) {
  .c-title__arrow .ja {
    display: block;
    margin-left: 0;
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.c-title__arrow::before {
  content: "";
  display: block;
  width: clamp(20.4px, 1.757vw, 26.4px);
  height: clamp(28.9px, 2.489vw, 37.4px);
  margin-top: 0.09em;
  margin-right: clamp(10.2px, 0.878vw, 13.2px);
  background: url("../img/common/title_arrow.svg") no-repeat center/cover;
}
@media screen and (max-width: 880px) {
  .c-title__arrow::before {
    width: clamp(17px, 5.333vw, 22px);
    height: clamp(24.65px, 7.733vw, 31.9px);
    margin-right: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-title__side {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: clamp(102px, 8.785vw, 132px);
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  font-weight: 400;
}
@media screen and (max-width: 880px) {
  .c-title__side {
    flex: auto;
    width: 100%;
    margin-top: clamp(17px, 5.333vw, 22px);
    margin-left: 0;
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}

.c-accordion {
  line-height: 1.5;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  /* + */
}
@media screen and (max-width: 880px) {
  .c-accordion {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.c-accordion dd {
  display: none;
}
.c-accordion__inner {
  margin-inline: auto;
}
.c-accordion__list > * + * {
  margin-top: clamp(17px, 1.464vw, 22px);
}
@media screen and (max-width: 880px) {
  .c-accordion__list > * + * {
    margin-top: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.c-accordion__item {
  padding: clamp(34px, 2.928vw, 44px) clamp(27.2px, 2.343vw, 35.2px);
  background-color: #fff;
  filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.12));
  transition: background-color 0.3s ease, filter 0.6s;
}
@media screen and (max-width: 880px) {
  .c-accordion__item {
    padding: clamp(23.8px, 7.467vw, 30.8px) clamp(17px, 5.333vw, 22px);
  }
}
.c-accordion__item.is-active {
  background-color: #F4F4F4;
  filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0));
}
.c-accordion__question, .c-accordion__answer {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 881px) {
  .c-accordion__question, .c-accordion__answer {
    padding-left: clamp(51px, 4.392vw, 66px);
    padding-right: clamp(52.7px, 4.539vw, 68.2px);
  }
}
@media screen and (max-width: 880px) {
  .c-accordion__question, .c-accordion__answer {
    padding-left: clamp(40.8px, 12.8vw, 52.8px);
    padding-right: clamp(21.25px, 6.667vw, 27.5px);
  }
}
.c-accordion__question {
  font-weight: 500;
  transition: color 0.3s ease;
  /* Q */
}
@media screen and (max-width: 880px) {
  .c-accordion__question {
    font-weight: 700;
  }
}
@media (hover: hover) {
  .c-accordion__question:hover {
    cursor: pointer;
    color: #F0C32C;
  }
}
.c-accordion__question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: grid;
  place-content: center;
  width: clamp(30.6px, 2.635vw, 39.6px);
  height: clamp(30.6px, 2.635vw, 39.6px);
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  font-family: "Akshar", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  background-color: #FF8900;
  transform: translateY(-20%);
}
@media screen and (max-width: 880px) {
  .c-accordion__question::before {
    width: clamp(27.2px, 8.533vw, 35.2px);
    height: clamp(27.2px, 8.533vw, 35.2px);
    transform: translateY(-16%);
  }
}
.c-accordion__answer {
  margin-top: 1.8em;
  opacity: 0;
  font-weight: 400;
  transform: translateY(min(-1.83vw, -27.5px));
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 880px) {
  .c-accordion__answer {
    margin-top: 1.5em;
  }
}
.is-active .c-accordion__answer {
  opacity: 1;
  transform: translateY(0);
}
.c-accordion__icon {
  /* 縦棒 */
}
.c-accordion__icon::before, .c-accordion__icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  height: 2px;
  background-color: #FF8900;
  transform: translateY(0.7em);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 881px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    width: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@media screen and (max-width: 880px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    width: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.c-accordion__icon::after {
  transform: rotate(90deg) translateX(0.7em);
}
.is-active .c-accordion__icon::after {
  transform: rotate(0) translateY(0.7em);
}
.c-accordion__all {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(51px, 4.392vw, 66px);
}
@media screen and (max-width: 880px) {
  .c-accordion__all {
    margin-top: clamp(27.2px, 8.533vw, 35.2px);
  }
}

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

.c-breadcrumbs__inner {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 881px) {
  .c-breadcrumbs__inner {
    padding-left: min(1.464vw, 22px);
    padding-right: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 880px) {
  .c-breadcrumbs__inner {
    padding-left: min(5.333vw, 22px);
    padding-right: min(5.333vw, 22px);
  }
}
.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: 880px) {
  .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: 880px) {
  .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, 33px);
}
@media screen and (max-width: 880px) {
  .c-breadcrumbs__list__item:not(:last-child) {
    margin-right: min(8vw, 33px);
  }
}
.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;
  transform: translateY(-50%);
  margin-top: min(0.22vw, 3.3px);
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 881px) {
  .c-breadcrumbs__list__item a::after {
    font-size: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 880px) {
  .c-breadcrumbs__list__item a::after {
    font-size: min(3.733vw, 15.4px);
    margin-top: min(0.533vw, 2.2px);
  }
}
@media screen and (min-width: 881px) {
  .c-breadcrumbs__list__item a:hover span {
    opacity: 0.7;
    text-decoration: none;
  }
}

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

@media screen and (min-width: 881px) {
  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, 44px));
  background-color: #fff;
  border: #DBDBDB solid 1px;
  border-radius: 4px;
  margin: auto;
  overflow: hidden;
}
@media screen and (min-width: 881px) {
  .c-cta__banner {
    max-width: min(28.551vw, 429px);
  }
}
@media screen and (max-width: 880px) {
  .c-cta__banner {
    width: calc(100% - min(10.667vw, 44px));
    max-width: min(104vw, 429px);
  }
}
.c-cta__banner--fixed {
  display: none;
  border: none;
  border-radius: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: min(1.464vw, 22px);
  z-index: 10;
  overflow: visible;
}
@media screen and (max-width: 880px) {
  .c-cta__banner--fixed {
    right: min(5.333vw, 22px);
  }
}
@media screen and (min-width: 881px) {
  .c-cta__banner--wide {
    max-width: min(58.565vw, 880px);
  }
}
.c-cta__banner--wide.c-cta__banner--fixed {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.c-cta__banner__top {
  background-color: #04127C;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 881px) {
  .c-cta__banner__top {
    padding: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 880px) {
  .c-cta__banner__top {
    padding: min(4vw, 16.5px);
  }
}
.c-cta__banner__top::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 881px) {
  .c-cta__banner__top::after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #04127C transparent transparent transparent;
    border-width: min(1.171vw, 17.6px) min(3.075vw, 46.2px)/2 0 min(3.075vw, 46.2px)/2;
    bottom: min(-1.171vw, -17.6px);
  }
}
@media screen and (max-width: 880px) {
  .c-cta__banner__top::after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #04127C transparent transparent transparent;
    border-width: min(0.878vw, 13.2px) min(2.343vw, 35.2px)/2 0 min(2.343vw, 35.2px)/2;
    bottom: min(-0.878vw, -13.2px);
  }
}
.c-cta__banner__top img {
  width: 100%;
}
@media screen and (min-width: 881px) {
  .c-cta__banner__bottom {
    padding: min(2.05vw, 30.8px) min(1.464vw, 22px) min(1.757vw, 26.4px);
  }
}
@media screen and (max-width: 880px) {
  .c-cta__banner__bottom {
    padding: min(5.867vw, 24.2px) min(4vw, 16.5px) min(5.333vw, 22px);
  }
}
.c-cta__banner__image__inner a {
  display: block;
}
.c-cta__banner__image__inner a img {
  width: 100%;
}
.c-cta__banner__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: min(1.464vw, 22px);
}
@media screen and (max-width: 540px) {
  .c-cta__banner__inner {
    display: block;
    padding: min(1.83vw, 27.5px) min(1.098vw, 16.5px) min(1.098vw, 16.5px);
  }
}
.c-cta__banner__item {
  width: calc((100% - min(1.464vw, 22px)) / 2);
}
@media screen and (max-width: 540px) {
  .c-cta__banner__item {
    width: 100%;
  }
  .c-cta__banner__item:not(:last-child) {
    margin-bottom: min(1.098vw, 16.5px);
  }
}
.c-cta__banner__item--tel {
  border: #DBDBDB solid 1px;
}
@media screen and (max-width: 540px) {
  .c-cta__banner__item--tel {
    height: min(14.933vw, 61.6px);
  }
}
.c-cta__banner__item__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-cta__banner__button {
  width: 100%;
}
.c-cta__banner__title, .c-cta__banner__tel {
  font-weight: 500;
  line-height: 2;
}
.c-cta__banner__title {
  margin-right: 0.75em;
}
@media screen and (min-width: 881px) {
  .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: #FF8900 solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 881px) {
  .c-cta__banner__close {
    width: min(2.928vw, 44px);
    height: min(2.928vw, 44px);
    top: min(-0.732vw, -11px);
    right: min(-0.732vw, -11px);
  }
}
@media screen and (max-width: 880px) {
  .c-cta__banner__close {
    width: min(9.333vw, 38.5px);
    height: min(9.333vw, 38.5px);
    top: min(-2.667vw, -11px);
    right: min(-2.667vw, -11px);
  }
}
.c-cta__banner__close::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  color: #FF8900;
  font-size: min(1.318vw, 19.8px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 880px) {
  .c-cta__banner__close::before {
    font-size: min(4.8vw, 19.8px);
  }
}
.c-cta__banner__close:hover {
  background-color: #FF8900;
}
.c-cta__banner__close:hover::before {
  color: #fff;
}
.c-cta__banner.is-hide {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.c-cta__fixed {
  display: none;
}
@media screen and (max-width: 880px) {
  .c-cta__fixed {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: min(4vw, 16.5px) min(5.333vw, 22px);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}
.c-cta__fixed.is-hide {
  z-index: 1;
}
.c-cta__bg {
  background-color: #04127C;
}
.c-cta__inner {
  padding-top: min(4.392vw, 66px);
  padding-bottom: min(4.392vw, 66px);
}
@media screen and (max-width: 880px) {
  .c-cta__inner {
    padding-top: min(16vw, 66px);
    padding-bottom: min(16vw, 66px);
  }
}
@media screen and (min-width: 881px) {
  .c-cta__text {
    margin: min(2.05vw, 30.8px) 0;
  }
}
@media screen and (max-width: 880px) {
  .c-cta__text {
    margin: min(6.4vw, 26.4px) 0;
  }
}
.c-cta__list {
  margin-top: min(2.928vw, 44px);
}
@media screen and (max-width: 880px) {
  .c-cta__list {
    margin-top: min(10.667vw, 44px);
  }
}
.c-cta__list__item {
  padding: min(2.928vw, 44px) min(1.464vw, 22px);
  background-color: #fff;
}
@media screen and (max-width: 880px) {
  .c-cta__list__item {
    padding: min(10.667vw, 44px) min(5.333vw, 22px);
  }
}

.c-form, .c-form__select, .c-form__search, .c-form__textarea {
  width: 100%;
  background-color: #fff;
  line-height: 2;
  padding: 0 1em;
  border: #DBDBDB solid 1px;
  border-radius: 4px;
  display: block;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (min-width: 881px) {
  .c-form, .c-form__select, .c-form__search, .c-form__textarea {
    max-width: min(21.376vw, 321.2px);
    height: min(3.514vw, 52.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-form, .c-form__select, .c-form__search, .c-form__textarea {
    max-width: 100%;
    height: min(12.8vw, 52.8px);
  }
}
.c-form:focus, .c-form__select:focus, .c-form__search:focus, .c-form__textarea:focus {
  border-color: #FF8900;
}
.c-form--long {
  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: red;
  border-color: red;
}
.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: red;
}
@media screen and (min-width: 881px) {
  .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, 22px);
  }
}
@media screen and (max-width: 880px) {
  .c-form + .c-form, .c-form__select + .c-form, .c-form__select + .c-form__select, .c-form__search + .c-form, .c-form__search + .c-form__select, .c-form + .c-form__search, .c-form__select + .c-form__search, .c-form__search + .c-form__search, .c-form__textarea + .c-form, .c-form__textarea + .c-form__select, .c-form__textarea + .c-form__search, .c-form + .c-form__textarea, .c-form__select + .c-form__textarea, .c-form__search + .c-form__textarea, .c-form__textarea + .c-form__textarea,
  .c-form + .c-form__select {
    margin-top: min(5.333vw, 22px);
  }
}
.c-form__textarea {
  max-width: 100%;
  height: min(12.445vw, 187px);
  padding: 0.75em 1em;
  resize: none;
}
@media screen and (max-width: 880px) {
  .c-form__textarea {
    height: min(32vw, 132px);
  }
}
.c-form__search__wrap {
  width: 100%;
  max-width: min(21.376vw, 321.2px);
  display: block;
  position: relative;
}
@media screen and (max-width: 880px) {
  .c-form__search__wrap {
    max-width: min(77.867vw, 321.2px);
  }
}
@media screen and (max-width: 540px) {
  .c-form__search__wrap {
    max-width: 100%;
  }
}
.c-form__search__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (min-width: 881px) {
  .c-form__search__button {
    right: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 880px) {
  .c-form__search__button {
    right: min(4.267vw, 17.6px);
  }
}
.c-form__search__button i {
  font-size: clamp(17px, 1.464vw, 22px);
}
@media screen and (max-width: 880px) {
  .c-form__search__button i {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.c-form__select::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 881px) {
  .c-form__select::after {
    font-size: clamp(18.7px, 1.611vw, 24.2px);
    right: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 880px) {
  .c-form__select::after {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    right: min(5.333vw, 22px);
  }
}
.c-form__select:first-child {
  margin-top: 0;
}
.c-form__select select {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.c-form__check {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__check__wrap {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-form__check__wrap span:last-child {
  color: #404040;
}
@media screen and (max-width: 880px) {
  .c-form__check__wrap span:last-child {
    width: calc(100% - min(8vw, 33px));
  }
}
.c-form__check__v {
  border: #04127C solid 1px;
  background-color: #fff;
  border-radius: min(0.293vw, 4.4px);
  display: inline-block;
  outline: none;
  appearance: none;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 881px) {
  .c-form__check__v {
    width: clamp(17px, 1.464vw, 22px);
    height: clamp(17px, 1.464vw, 22px);
    margin-right: min(0.732vw, 11px);
  }
}
@media screen and (max-width: 880px) {
  .c-form__check__v {
    width: min(5.333vw, 22px);
    height: min(5.333vw, 22px);
    margin-right: min(2.667vw, 11px);
  }
}
.c-form__check__v::before {
  content: "";
  border-top: solid 2px #404040;
  border-right: solid 2px #404040;
  position: absolute;
  transform: rotate(135deg);
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 881px) {
  .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: 880px) {
  .c-form__check__v::before {
    width: min(2.4vw, 9.9px);
    height: min(1.333vw, 5.5px);
    top: min(1.6vw, 6.6px);
    left: min(1.333vw, 5.5px);
  }
}
.c-form__check:checked + .c-form__check__v::before {
  opacity: 1;
}
.c-form__radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__radio__wrap {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-form__radio__wrap span:last-child {
  color: #404040;
}
@media screen and (max-width: 880px) {
  .c-form__radio__wrap span:last-child {
    width: calc(100% - min(8vw, 33px));
  }
}
.c-form__radio__v {
  background-color: #fff;
  border: #dedede solid 1px;
  border-radius: 50%;
  display: inline-block;
  outline: none;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 881px) {
  .c-form__radio__v {
    width: clamp(17px, 1.464vw, 22px) !important;
    height: clamp(17px, 1.464vw, 22px);
    margin-right: min(0.732vw, 11px);
  }
}
@media screen and (max-width: 880px) {
  .c-form__radio__v {
    width: min(5.333vw, 22px) !important;
    height: min(5.333vw, 22px);
    margin-right: min(2.667vw, 11px);
  }
}
.c-form__radio__v::before {
  content: "";
  background-color: #404040;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 881px) {
  .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: 880px) {
  .c-form__radio__v::before {
    width: min(2.133vw, 8.8px);
    height: min(2.133vw, 8.8px);
  }
}
.c-form__radio:checked + .c-form__radio__v::before {
  opacity: 1;
}
.c-form__onof {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__onof__wrap {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 881px) {
  .c-form__onof__wrap {
    width: min(4.392vw, 66px);
    height: min(2.343vw, 35.2px);
    margin: 0 min(0.732vw, 11px);
  }
}
@media screen and (max-width: 880px) {
  .c-form__onof__wrap {
    width: min(16vw, 66px);
    height: min(8.533vw, 35.2px);
    margin: 0 min(2.667vw, 11px);
  }
}
.c-form__onof__v {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: #04127C solid 1px;
  border-radius: min(4.392vw, 66px);
  display: block;
  z-index: 0;
  transition: 0.3s ease;
}
.c-form__onof__v::before {
  content: "";
  background-color: #04127C;
  border-radius: 50%;
  position: absolute;
  transition: 0.3s ease;
}
@media screen and (min-width: 881px) {
  .c-form__onof__v::before {
    width: min(1.757vw, 26.4px);
    height: min(1.757vw, 26.4px);
    top: min(0.293vw, 4.4px);
    left: min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 880px) {
  .c-form__onof__v::before {
    width: min(6.4vw, 26.4px);
    height: min(6.4vw, 26.4px);
    top: min(1.067vw, 4.4px);
    left: min(8.533vw, 35.2px);
  }
}
.c-form__onof:checked + .c-form__onof__v::before {
  background-color: #404040;
  left: min(0.293vw, 4.4px);
}
@media screen and (max-width: 880px) {
  .c-form__onof:checked + .c-form__onof__v::before {
    left: min(1.067vw, 4.4px);
  }
}

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

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

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

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

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

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

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

@media screen and (min-width: 881px) {
  .c-related {
    margin-top: min(5.857vw, 88px);
  }
}
@media screen and (max-width: 880px) {
  .c-related {
    margin-top: min(13.333vw, 55px);
  }
}
.c-related__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 881px) {
  .c-related__item:not(:last-child) {
    margin-bottom: min(1.098vw, 16.5px);
  }
}
@media screen and (max-width: 880px) {
  .c-related__item:not(:last-child) {
    margin-bottom: min(5.333vw, 22px);
  }
}
.c-related__item--border {
  margin-bottom: 0;
}
.c-related__item--border:not(:last-child) {
  border-bottom: #DBDBDB dashed 1px;
}
@media screen and (min-width: 881px) {
  .c-related__item--border:not(:last-child) {
    padding-bottom: min(2.196vw, 33px);
  }
}
@media screen and (max-width: 880px) {
  .c-related__item--border:not(:last-child) {
    padding-bottom: min(5.333vw, 22px);
  }
}
.c-related__item--border:not(:first-child) {
  padding-top: min(2.196vw, 33px);
}
@media screen and (max-width: 880px) {
  .c-related__item--border:not(:first-child) {
    padding-top: min(5.333vw, 22px);
  }
}
.c-related__item .c-related__lead {
  transition: all 0.3s ease;
}
@media screen and (min-width: 881px) {
  .c-related__item:hover .c-related__lead {
    color: #FF8900;
  }
}
.c-related__thumb {
  overflow: hidden;
}
@media screen and (min-width: 881px) {
  .c-related__thumb {
    width: min(8.785vw, 132px);
    height: min(6.223vw, 93.5px);
  }
}
@media screen and (max-width: 880px) {
  .c-related__thumb {
    width: min(32vw, 132px);
    height: min(22.667vw, 93.5px);
  }
}
.c-related__thumb a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 540px) {
  .c-related__thumb a {
    border-radius: min(2.133vw, 8.8px);
  }
}
.c-related__thumb__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  display: block;
  transition: all 0.3s ease;
}
.c-related__data {
  width: calc(100% - min(9.883vw, 148.5px));
}
@media screen and (max-width: 880px) {
  .c-related__data {
    width: calc(100% - min(36vw, 148.5px));
  }
}
.c-related__lead a {
  color: #404040;
  line-height: 2;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease;
}
@media all and (-ms-high-contrast: none) {
  .c-related__lead a {
    max-height: 3em;
  }
}
@media screen and (min-width: 881px) {
  .c-related__lead a {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 880px) {
  .c-related__lead a {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (min-width: 881px) {
  .c-related__lead + * {
    margin-top: min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 880px) {
  .c-related__lead + * {
    margin-top: min(2.133vw, 8.8px);
  }
}
.c-related__thumb a::before, .c-related__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 881px) {
  .c-related__item:hover .c-related__thumb__inner {
    transform: scale(1.2);
  }
  .c-related__item:hover .c-related__lead a,
  .c-related__item:hover .c-related__date a {
    opacity: 0.7;
  }
}

.c-tag {
  width: auto;
  background-color: #04127C;
  color: #FF8900;
  font-weight: 500;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  transition: all 0.3s ease;
}
.c-tag__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 881px) {
  .c-tag__wrapper {
    gap: min(0.586vw, 8.8px) min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 880px) {
  .c-tag__wrapper {
    gap: min(2.133vw, 8.8px) min(2.133vw, 8.8px);
  }
}
@media screen and (min-width: 881px) {
  .c-tag {
    height: min(1.83vw, 27.5px);
    font-size: min(0.878vw, 13.2px);
  }
}
@media screen and (max-width: 880px) {
  .c-tag {
    height: min(6.667vw, 27.5px);
    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: 881px) {
  a.c-tag:hover {
    background-color: #FF8900;
    color: #fff;
  }
}

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

.c-list li {
  position: relative;
}
@media screen and (min-width: 881px) {
  .c-list li {
    padding-left: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 880px) {
  .c-list li {
    padding-left: min(4vw, 16.5px);
  }
}
.c-list li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: min(0.366vw, 5.5px);
  height: min(0.366vw, 5.5px);
  border-radius: 50%;
  background-color: #04127C;
  transform: translateY(-50%);
}
@media screen and (max-width: 880px) {
  .c-list li::before {
    width: clamp(5.1px, 1.6vw, 6.6px);
    height: clamp(5.1px, 1.6vw, 6.6px);
    top: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-list li:not(:last-child) {
  margin-bottom: min(0.293vw, 4.4px);
}
@media screen and (max-width: 880px) {
  .c-list li:not(:last-child) {
    margin-bottom: min(1.067vw, 4.4px);
  }
}
.c-list--large li {
  font-size: clamp(17px, 1.464vw, 22px);
}
@media screen and (max-width: 880px) {
  .c-list--large li {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    padding-left: min(5.333vw, 22px);
  }
}
.c-list--large li::before {
  width: clamp(8.5px, 0.732vw, 11px);
  height: clamp(8.5px, 0.732vw, 11px);
  top: clamp(11.9px, 1.025vw, 15.4px);
}
@media screen and (max-width: 880px) {
  .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: #aaa;
  font-size: 85%;
  text-indent: -1.5em;
  padding-left: 1.5em;
  vertical-align: text-top;
  line-height: 2;
}

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

.c-modal__container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
.c-modal__inner {
  width: calc(100% - min(5.857vw, 88px));
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 881px) {
  .c-modal__inner {
    width: calc(100% - min(21.333vw, 88px));
    max-width: min(66.984vw, 1006.5px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__inner {
    width: calc(100% - min(10.667vw, 44px));
    max-height: min(160vw, 660px);
  }
}
.c-modal__block {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: min(1.464vw, 22px) min(1.464vw, 22px) 0;
  position: relative;
}
@media screen and (max-width: 880px) {
  .c-modal__block {
    padding: min(5.333vw, 22px) min(5.333vw, 22px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-modal__block {
    padding: min(2.667vw, 11px) min(2.667vw, 11px) 0;
  }
}
.c-modal__text {
  height: auto;
  max-height: calc(100vh - min(8.785vw, 132px));
  padding: min(3.66vw, 55px) min(4.758vw, 71.5px);
  overflow: auto;
}
@media screen and (max-width: 880px) {
  .c-modal__text {
    max-height: calc(100vh - min(32vw, 132px));
    padding: min(13.333vw, 55px) min(17.333vw, 71.5px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__text {
    height: 144vw;
    max-height: min(160vw, 660px);
    padding: min(8vw, 33px) min(2.667vw, 11px);
  }
}
.c-modal__close-btn {
  width: min(4.978vw, 74.8px);
  height: min(4.978vw, 74.8px);
  background-color: #FF8900;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: calc(min(2.782vw, 41.8px) * -1);
  right: calc(min(2.562vw, 38.5px) * -1);
  transition: all 0.3s ease;
}
@media screen and (max-width: 880px) {
  .c-modal__close-btn {
    width: min(18.133vw, 74.8px);
    height: min(18.133vw, 74.8px);
    top: calc(min(10.133vw, 41.8px) * -1);
    right: calc(min(9.333vw, 38.5px) * -1);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close-btn {
    width: min(12.267vw, 50.6px);
    height: min(12.267vw, 50.6px);
    top: calc(min(6.133vw, 25.3px) * -1);
    right: calc(min(2.667vw, 11px) * -1);
  }
}
.c-modal__close-btn--video {
  position: fixed;
  top: min(8.785vw, 132px);
  right: min(2.928vw, 44px);
  z-index: 1;
}
@media screen and (max-width: 880px) {
  .c-modal__close-btn--video {
    top: min(26.667vw, 110px);
    right: min(5.333vw, 22px);
  }
}
.c-modal__close-btn::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-size: min(2.196vw, 33px);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 880px) {
  .c-modal__close-btn::before {
    font-size: min(8vw, 33px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close-btn::before {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
@media screen and (min-width: 881px) {
  .c-modal__close-btn:hover {
    opacity: 0.7;
  }
}
.c-modal__overlay {
  width: 100%;
  height: 100%;
  background-color: #212529;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 0;
}

.js-modal {
  display: block;
}

.js-modal,
.js-modal-close {
  cursor: pointer;
}

.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(4.392vw, 66px) auto 0;
}
@media screen and (max-width: 880px) {
  .c-pager {
    margin: min(16vw, 66px) auto 0;
  }
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
  margin: 0 min(1.318vw, 19.8px);
}
@media screen and (max-width: 880px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(4.8vw, 19.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(2.133vw, 8.8px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(1.6vw, 6.6px);
  }
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-of-type(2) {
  margin-left: 0;
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-last-child(2) {
  margin-right: 0;
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 880px) {
  .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: 881px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) a:hover span {
    color: #FF8900;
  }
}
.c-pager__item__prev a,
.c-pager__item__prev > span, .c-pager__item__next a,
.c-pager__item__next > span {
  width: min(3.367vw, 50.6px);
  height: min(3.367vw, 50.6px);
  background-color: #fff;
  border: #DBDBDB solid 1px;
  border-radius: 4px;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 880px) {
  .c-pager__item__prev a,
  .c-pager__item__prev > span, .c-pager__item__next a,
  .c-pager__item__next > span {
    width: min(12.267vw, 50.6px);
    height: min(12.267vw, 50.6px);
  }
}
.c-pager__item__prev a span,
.c-pager__item__prev > span, .c-pager__item__next a span,
.c-pager__item__next > span {
  text-indent: -999em;
  display: block;
  position: relative;
}
.c-pager__item__prev a span::before,
.c-pager__item__prev > span::before, .c-pager__item__next a span::before,
.c-pager__item__next > span::before {
  font-family: "Font Awesome 6 Pro";
  font-size: min(1.171vw, 17.6px);
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 880px) {
  .c-pager__item__prev a span::before,
  .c-pager__item__prev > span::before, .c-pager__item__next a span::before,
  .c-pager__item__next > span::before {
    font-size: min(4.267vw, 17.6px);
  }
}
.c-pager__item__prev a span, .c-pager__item__next a span {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 881px) {
  .c-pager__item__prev a:hover, .c-pager__item__next a:hover {
    background-color: #FF8900;
    border-color: #FF8900;
  }
  .c-pager__item__prev a:hover span::before, .c-pager__item__next a:hover span::before {
    color: #fff;
  }
}
.c-pager__item__prev > span, .c-pager__item__next > span {
  opacity: 0.3;
  pointer-events: none;
}
.c-pager__item__prev {
  margin-right: min(3.294vw, 49.5px);
}
@media screen and (max-width: 880px) {
  .c-pager__item__prev {
    margin-right: min(12vw, 49.5px);
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item__prev {
    margin-right: min(3.2vw, 13.2px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item__prev {
    margin-right: min(2.667vw, 11px);
  }
}
.c-pager__item__prev a span::before,
.c-pager__item__prev > span::before {
  content: "\f104";
}
.c-pager__item__next {
  margin-left: min(3.294vw, 49.5px);
}
@media screen and (max-width: 880px) {
  .c-pager__item__next {
    margin-left: min(12vw, 49.5px) !important;
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item__next {
    margin-left: min(3.2vw, 13.2px) !important;
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item__next {
    margin-left: min(2.667vw, 11px) !important;
  }
}
.c-pager__item__next a span::before,
.c-pager__item__next > span::before {
  content: "\f105";
}
.c-pager__item.is-current span {
  color: #FF8900;
}

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

.c-table {
  width: 100%;
  background-color: #fff;
  border: #D5D5DB solid 1px;
}
.c-table--fixed {
  table-layout: fixed;
}
.c-table th,
.c-table td {
  text-align: left;
  padding: min(1.464vw, 22px) min(1.83vw, 27.5px);
  overflow-wrap: break-word;
}
.c-table th:not(:last-child),
.c-table td:not(:last-child) {
  border-right: #D5D5DB solid 1px;
}
@media screen and (max-width: 880px) {
  .c-table th,
  .c-table td {
    padding: min(5.333vw, 22px) min(6.667vw, 27.5px);
  }
}
@media screen and (max-width: 540px) {
  .c-table th,
  .c-table td {
    padding: min(4.8vw, 19.8px) min(3.2vw, 13.2px);
  }
}
.c-table th p:last-child,
.c-table td p:last-child {
  margin-bottom: 0;
}
.c-table th a,
.c-table td a {
  color: #005cd1;
}
.c-table td {
  min-width: min(10.615vw, 159.5px);
}
@media screen and (max-width: 540px) {
  .c-table td {
    min-width: min(26.667vw, 110px);
  }
}
.c-table th {
  min-width: min(10.615vw, 159.5px);
  font-weight: 500;
  background-color: #E5E5EB;
}
@media screen and (max-width: 540px) {
  .c-table th {
    min-width: min(26.667vw, 110px);
  }
}
.c-table tr:not(:last-child) {
  border-bottom: #D5D5DB solid 1px;
}
@media screen and (max-width: 880px) {
  .c-table__scroll {
    width: calc(100% + min(5.333vw, 22px));
    padding-bottom: min(17.067vw, 70.4px);
    position: relative;
  }
  .c-table__scroll::after {
    content: "";
    width: min(29.333vw, 121px);
    height: min(6.4vw, 26.4px);
    background-image: url(../img/common/icon_scroll.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    bottom: min(5.333vw, 22px);
    right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 880px) {
  .c-table__scroll--fixedheight .c-table__scroll__inner {
    height: min(80vw, 330px);
  }
}
@media screen and (max-width: 880px) {
  .c-table__scroll__inner {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 880px) {
  .c-table__scroll .c-table {
    width: min(213.333vw, 880px);
  }
}
@media screen and (max-width: 880px) {
  .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: #D5D5DB solid 1px;
    position: absolute;
    top: -1px;
    left: -1px;
  }
}
@media screen and (max-width: 880px) {
  .c-table__fixed--left {
    left: 0;
  }
}
.c-table__fixed--left.c-table__fixed--top {
  z-index: 1;
}
@media screen and (max-width: 880px) {
  .c-table__fixed--top {
    top: 0;
  }
}

.c-link {
  --border: #DBDBDB;
  --arrow: #04127C;
  --move1: translateX(-200%);
  --move2: translateX(-50%);
}
.c-link__col1 {
  display: grid;
  gap: clamp(23.8px, 2.05vw, 30.8px) 0;
  width: 100%;
}
.c-link__col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20.4px, 1.757vw, 26.4px) clamp(34px, 2.928vw, 44px);
  width: 100%;
}
@media screen and (max-width: 540px) {
  .c-link__col2 {
    grid-template-columns: 1fr;
    gap: clamp(17px, 5.333vw, 22px) 0;
  }
}
.c-link__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: clamp(3.4px, 0.293vw, 4.4px);
  padding-bottom: clamp(20.4px, 1.757vw, 26.4px);
  border-bottom: 1px solid var(--border);
}
@media screen and (min-width: 881px) {
  .c-link__item:hover {
    --border: #3B58B9;
    --move1: translateX(50%);
    --move2: translateX(200%);
    --ease: transform .75s cubic-bezier(0.47, 0.34, 0.29, 1.01);
  }
}
@media screen and (max-width: 540px) {
  .c-link__item {
    padding-right: 0;
    padding-bottom: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.c-link__item[target=_blank]::after {
  content: "\f08e";
  display: inline-block;
  padding-left: 0.5em;
  margin-left: auto;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  color: var(--arrow);
}
.c-link__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(17px, 1.464vw, 22px);
  height: clamp(16.15px, 1.391vw, 20.9px);
  margin-left: auto;
  overflow: hidden;
}
.c-link__arrow::before, .c-link__arrow::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  color: var(--arrow);
  transition: var(--ease);
}
@media screen and (max-width: 540px) {
  .c-link__arrow::before, .c-link__arrow::after {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.c-link__arrow::before {
  transform: var(--move1);
}
.c-link__arrow::after {
  transform: var(--move2);
}
.c-link.--white {
  --border: rgba(255, 255, 255, 0.3);
  --arrow: #fff;
}
@media screen and (min-width: 881px) {
  .c-link.--white .c-link__item:hover {
    --border: #fff;
  }
}
.c-link.--large .c-link__item {
  padding-bottom: clamp(23.8px, 2.05vw, 30.8px);
  font-size: clamp(15.3px, 1.318vw, 19.8px);
}
.c-link.--small .c-link__item {
  width: clamp(170px, 14.641vw, 220px);
  padding-bottom: clamp(23.8px, 2.05vw, 30.8px);
}
.c-link.--fit .c-link__item {
  display: flex;
  width: fit-content;
}
.c-link.--fit .c-link__item .c-link__arrow {
  margin-left: 0.5em;
}
.c-link.--fit .c-link__item[target=_blank] {
  display: block;
}

ol.c-link {
  counter-reset: link-counter;
}
ol.c-link .c-link__item {
  counter-increment: link-counter;
}
ol.c-link .c-link__number {
  margin-top: 0.25em;
  margin-right: 1.5em;
  font-size: clamp(10.2px, 0.878vw, 13.2px);
  line-height: 1;
}

.c-arrow {
  --arrow: #04127C;
  --bgc: #fff;
  --move1: translateX(-200%);
  --move2: translateX(-50%);
}
@media screen and (min-width: 881px) {
  .c-arrow:hover {
    --move1: translateX(50%);
    --move2: translateX(200%);
    --ease: transform .75s cubic-bezier(0.47, 0.34, 0.29, 1.01);
  }
}
.c-arrow__wrap {
  display: grid;
  place-content: center;
  width: clamp(58.65px, 5.051vw, 75.9px);
  height: clamp(58.65px, 5.051vw, 75.9px);
  border-radius: 50%;
  background-color: var(--bgc);
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 880px) {
  .c-arrow__wrap {
    width: clamp(58.65px, 18.4vw, 75.9px);
    height: clamp(58.65px, 18.4vw, 75.9px);
  }
}
.c-arrow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(17px, 1.464vw, 22px);
  height: clamp(16.15px, 1.391vw, 20.9px);
  overflow: hidden;
}
.c-arrow__icon::before, .c-arrow__icon::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: var(--arrow);
  transition: var(--ease);
}
.c-arrow__icon::before {
  transform: var(--move1);
}
.c-arrow__icon::after {
  transform: var(--move2);
}
.c-arrow.--vertical {
  --move1: translate(50%, -200%);
  --move2: translate(-50%, 0);
}
@media screen and (min-width: 881px) {
  .c-arrow.--vertical:hover {
    --move1: translate(50%, 0%);
    --move2: translate(-50%, 200%);
  }
}
.c-arrow.--vertical .c-arrow__icon::before, .c-arrow.--vertical .c-arrow__icon::after {
  content: "\f063";
}

.p-top {
  /*
  mv
  ----------------------------------------------- */
  /*
  mission
  ----------------------------------------------- */
  /*
  service
  ----------------------------------------------- */
  /*
  comingsoon
  ----------------------------------------------- */
  /*
  voice
  ----------------------------------------------- */
  /*
  career
  ----------------------------------------------- */
  /*
  member
  ----------------------------------------------- */
  /*
  newa
  ----------------------------------------------- */
  /*
  faq
  ----------------------------------------------- */
}
.p-top__mv {
  position: relative;
}
.p-top__mv img {
  width: 100%;
  height: auto;
}
.p-top__mv__text {
  position: absolute;
  top: min(12.665vw, 190.3px);
  left: 0;
  color: #fff;
}
@media screen and (max-width: 880px) {
  .p-top__mv__text {
    left: min(8vw, 33px);
  }
}
@media screen and (max-width: 740px) {
  .p-top__mv__text {
    top: 23.4666666667vw;
  }
}
.p-top__mv__text h1 {
  font-size: min(4.1vw, 61.6px);
  font-weight: 900;
  line-height: 1.714;
}
@media screen and (max-width: 740px) {
  .p-top__mv__text h1 {
    font-size: 8.5333333333vw;
  }
}
.p-top__mv__text p {
  margin-top: 0.5em;
  font-size: min(1.464vw, 22px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 740px) {
  .p-top__mv__text p {
    font-size: 3.4666666667vw;
    font-weight: 400;
  }
}
.p-top__mission {
  position: relative;
  max-width: clamp(981.75px, 84.553vw, 1270.5px);
  padding: 0 clamp(12.75px, 1.098vw, 16.5px);
  margin-inline: auto;
}
@media screen and (max-width: 880px) {
  .p-top__mission {
    max-width: none;
    margin-top: 0;
    padding: 0 clamp(18.7px, 5.867vw, 24.2px);
  }
}
.p-top__mission::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: clamp(64.6px, 5.564vw, 83.6px);
  z-index: -1;
  width: clamp(102px, 8.785vw, 132px);
  height: clamp(136px, 11.713vw, 176px);
  background: url("../img/common/deco_gray.svg") no-repeat center/cover;
}
@media screen and (max-width: 880px) {
  .p-top__mission::before {
    left: clamp(8.5px, 2.667vw, 11px);
    bottom: clamp(-57.8px, -18.133vw, -74.8px);
    width: clamp(58.65px, 18.4vw, 75.9px);
    height: clamp(56.1px, 17.6vw, 72.6px);
    background-image: url("../img/common/deco_gray_sp.svg");
  }
}
.p-top__mission .c-title__large {
  margin-top: 0;
}
.p-top__mission__title {
  margin-top: clamp(49.3px, 4.246vw, 63.8px);
  text-align: center;
}
@media screen and (max-width: 880px) {
  .p-top__mission__title {
    margin-top: 0;
  }
}
.p-top__mission__title .main, .p-top__mission__title .deco {
  font-size: clamp(34px, 2.928vw, 44px);
  font-weight: 700;
  color: #FF8900;
  line-height: 1;
}
@media screen and (max-width: 880px) {
  .p-top__mission__title .main, .p-top__mission__title .deco {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
  }
}
.p-top__mission__title .main {
  padding: 0 0.3em;
}
.p-top__mission__title .deco {
  display: inline-block;
  opacity: 0.48;
  font-family: "Akshar", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  transform: translateY(-0.15em);
}
@media screen and (max-width: 880px) {
  .p-top__mission__title .deco {
    font-size: clamp(24.65px, 7.733vw, 31.9px);
  }
}
.p-top__mission__title__desc {
  margin-top: clamp(34px, 2.928vw, 44px);
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  line-height: 2.5;
}
@media screen and (max-width: 880px) {
  .p-top__mission__title__desc {
    margin-top: clamp(23.8px, 7.467vw, 30.8px);
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-top__mission__title__desc p + p {
  margin-top: 2em;
}
.p-top__service {
  overflow-x: clip;
}
.p-top__service__item {
  position: relative;
}
.p-top__service__item.--medical .p-top__service__contents {
  padding-bottom: min(11.859vw, 178.2px);
}
@media screen and (max-width: 880px) {
  .p-top__service__item.--medical .p-top__service__contents {
    padding-bottom: min(8.533vw, 35.2px);
  }
}
.p-top__service__item.--medical .p-top__service__deco {
  right: clamp(-28.9px, -2.489vw, -37.4px);
  bottom: 0;
}
@media screen and (max-width: 880px) {
  .p-top__service__item.--it .p-top__service__contents {
    margin-top: min(2.928vw, 44px);
    padding: 0 0 min(9.224vw, 138.6px) min(8.053vw, 121px);
  }
}
@media screen and (max-width: 880px) {
  .p-top__service__item.--it .p-top__service__contents {
    padding: 0;
    padding-bottom: clamp(51px, 16vw, 66px);
  }
}
.p-top__service__item.--marketing {
  margin-top: min(25.476vw, 382.8px);
}
@media screen and (max-width: 880px) {
  .p-top__service__item.--marketing {
    margin-top: min(64.8vw, 267.3px);
  }
}
.p-top__service__item.--marketing .p-top__service__contents {
  padding-bottom: min(11.493vw, 172.7px);
}
@media screen and (max-width: 880px) {
  .p-top__service__item.--marketing .p-top__service__contents {
    padding-bottom: clamp(28.9px, 9.067vw, 37.4px);
  }
}
@media screen and (max-width: 880px) {
  .p-top__service__item.--marketing .p-top__service__img {
    padding-bottom: clamp(17px, 5.333vw, 22px);
  }
}
.p-top__service__item.--marketing .p-top__service__deco {
  left: clamp(13.6px, 1.171vw, 17.6px);
  bottom: clamp(-40.8px, -3.514vw, -52.8px);
  transform: translateX(-100%);
}
.p-top__service__wrap {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 880px) {
  .p-top__service__wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 881px) {
  .p-top__service__wrap.--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 881px) {
  .p-top__service__wrap.--reverse .p-top__service__contents {
    padding-right: 0;
    padding-left: min(8.053vw, 121px);
  }
}
.p-top__service__contents {
  width: min(41.728vw, 627px);
  padding-right: min(8.053vw, 121px);
}
@media screen and (max-width: 880px) {
  .p-top__service__contents {
    width: 100%;
    padding: 0;
  }
}
.p-top__service__img {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 880px) {
  .p-top__service__img {
    width: 100%;
    max-width: clamp(263.5px, 82.667vw, 341px);
  }
}
.p-top__service__img.--arrow {
  position: relative;
}
.p-top__service__img.--arrow .deco {
  position: absolute;
  left: clamp(192.1px, 16.545vw, 248.6px);
  bottom: clamp(39.1px, 3.367vw, 50.6px);
  z-index: -1;
  width: min(45.461vw, 683.1px);
  max-width: none;
}
@media screen and (max-width: 880px) {
  .p-top__service__img.--arrow .deco {
    left: auto;
    right: clamp(-195.5px, -61.333vw, -253px);
    bottom: clamp(34px, 10.667vw, 44px);
    width: min(76.533vw, 315.7px);
  }
}
.p-top__service__img.--square {
  position: relative;
}
.p-top__service__img.--square .deco {
  position: absolute;
  top: clamp(-433.5px, -37.335vw, -561px);
  right: clamp(246.5px, 21.23vw, 319px);
  z-index: -1;
  width: clamp(1167.05px, 100.512vw, 1510.3px);
  max-width: clamp(1167.05px, 100.512vw, 1510.3px);
}
@media screen and (max-width: 880px) {
  .p-top__service__img.--square .deco {
    top: auto;
    right: auto;
    left: clamp(-425px, -133.333vw, -550px);
    bottom: clamp(-221px, -69.333vw, -286px);
    left: -500px;
    bottom: -330px;
    width: min(163.2vw, 673.2px);
  }
}
@media screen and (max-width: 880px) {
  .p-top__service__img.--square.--re {
    margin-top: clamp(34px, 10.667vw, 44px);
  }
}
.p-top__service__img.--square.--re .deco {
  right: auto;
  left: clamp(246.5px, 21.23vw, 319px);
}
@media screen and (max-width: 880px) {
  .p-top__service__img.--square.--re .deco {
    left: 157px;
    bottom: -300px;
    width: min(162.933vw, 672.1px);
  }
}
.p-top__service__deco {
  position: absolute;
  z-index: -1;
  width: clamp(88.4px, 7.613vw, 114.4px);
}
@media screen and (max-width: 880px) {
  .p-top__service__deco {
    display: none;
  }
}
.p-top__service__deco.--bottom {
  right: 0;
  bottom: 0;
  width: clamp(119px, 10.249vw, 154px);
  transform: translate(50%, 80%);
}
.p-top__comingsoon p {
  text-align: center;
  margin-top: 1em;
  font-weight: 700;
  line-height: 1.5;
}
.p-top__voice {
  overflow-x: clip;
}
.p-top__voice__button {
  width: clamp(272px, 23.426vw, 352px);
  margin-inline: auto;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 880px) {
  .p-top__voice__button {
    width: 100%;
    max-width: clamp(272px, 85.333vw, 352px);
  }
}
.p-top__voice .p-top__service__wrap {
  align-items: flex-start;
}
.p-top__voice .p-top__service__contents {
  margin-top: 0;
  padding-bottom: 0;
}
.p-top__voice .p-top__service__img {
  padding-bottom: 0;
}
@media screen and (min-width: 881px) {
  .p-top__voice .p-top__service__img {
    transform: translateY(clamp(-110.5px, -9.517vw, -143px));
  }
}
.p-top__voice .p-top__service__img .deco {
  top: clamp(-306px, -26.354vw, -396px);
  right: clamp(246.5px, 21.23vw, 319px);
}
@media screen and (max-width: 880px) {
  .p-top__voice .p-top__service__img .deco {
    top: -90px;
    right: 160px;
    left: auto;
  }
}
.p-top__career {
  overflow-x: clip;
}
@media screen and (min-width: 881px) {
  .p-top__career {
    margin-top: clamp(-102px, -8.785vw, -132px);
  }
}
@media screen and (min-width: 881px) {
  .p-top__career .c-title__large {
    margin-top: 0;
  }
}
.p-top__career .p-top__service__wrap {
  align-items: center;
}
@media screen and (min-width: 881px) {
  .p-top__career .p-top__service__contents {
    margin-top: 0;
    transform: translateY(clamp(-85px, -7.321vw, -110px));
  }
}
.p-top__career .p-top__service__deco {
  left: 0;
  bottom: 0;
  transform: translateX(-68%);
}
.p-top__member {
  margin-top: clamp(251.6px, 78.933vw, 325.6px);
  overflow-x: clip;
}
@media screen and (max-width: 880px) {
  .p-top__member .c-title__large {
    margin-top: 0;
  }
}
.p-top__member__wrap {
  position: relative;
}
@media screen and (min-width: 881px) {
  .p-top__member__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12.75px, 1.098vw, 16.5px);
  }
}
.p-top__member__job {
  margin-top: clamp(17px, 1.464vw, 22px);
  font-size: clamp(11.05px, 0.952vw, 14.3px);
  color: #FF8900;
  line-height: 1;
}
@media screen and (max-width: 880px) {
  .p-top__member__job {
    margin-top: clamp(17px, 5.333vw, 22px);
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-top__member__name {
  margin-top: 0.35em;
  font-size: clamp(17px, 1.464vw, 22px);
  font-weight: 700;
  color: #131313;
}
@media screen and (max-width: 880px) {
  .p-top__member__name {
    font-size: clamp(17.85px, 5.6vw, 23.1px);
  }
}
.p-top__member__en {
  padding-left: 1em;
  font-size: clamp(8.5px, 0.732vw, 11px);
  font-weight: 400;
  color: #404040;
}
@media screen and (max-width: 880px) {
  .p-top__member__en {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-top__member__controller {
  position: absolute;
  top: clamp(150.45px, 47.2vw, 194.7px);
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 881px) {
  .p-top__member__controller {
    display: none;
  }
}
.p-top__member .swiper-button-prev.swiper-button-disabled,
.p-top__member .swiper-button-next.swiper-button-disabled {
  display: none;
}
.p-top__member .swiper-button-prev,
.p-top__member .swiper-button-next {
  position: absolute;
  display: grid;
  place-content: center;
  width: clamp(37.4px, 11.733vw, 48.4px);
  height: clamp(37.4px, 11.733vw, 48.4px);
  border: 1px solid;
  border-color: var(--border);
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}
.p-top__member .swiper-button-prev::before,
.p-top__member .swiper-button-next::before {
  margin: 0;
  color: var(--arrow);
  font-size: clamp(17px, 5.333vw, 22px);
  font-weight: 700;
  font-family: "Font Awesome 6 Pro";
}
@media screen and (max-width: 880px) {
  .p-top__member .swiper-button-prev::before,
  .p-top__member .swiper-button-next::before {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (min-width: 881px) {
  .p-top__member .swiper-button-prev:hover,
  .p-top__member .swiper-button-next:hover {
    cursor: pointer;
  }
}
.p-top__member .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
.p-top__member .swiper-button-prev::before {
  content: "\f053";
}
.p-top__member .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}
.p-top__member .swiper-button-next::before {
  content: "\f054";
}
.p-top__news {
  margin-top: min(11.713vw, 176px);
  padding: min(11.713vw, 176px) 0;
  background-color: #F4F4F4;
}
@media screen and (max-width: 880px) {
  .p-top__news {
    margin-top: clamp(68px, 21.333vw, 88px);
    padding: clamp(68px, 21.333vw, 88px) 0;
  }
}
.p-top__news__list {
  display: grid;
  gap: clamp(17px, 1.464vw, 22px);
}
@media screen and (max-width: 880px) {
  .p-top__news__list {
    gap: clamp(17px, 5.333vw, 22px);
  }
}
.p-top__news__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25em min(7.028vw, 105.6px);
  background-color: #fff;
}
@media screen and (min-width: 881px) {
  .p-top__news__item {
    min-height: clamp(87.55px, 7.54vw, 113.3px);
  }
}
@media screen and (max-width: 880px) {
  .p-top__news__item {
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(23.8px, 7.467vw, 30.8px) clamp(25.5px, 8vw, 33px);
  }
}
.p-top__news .title {
  flex: 1;
  margin-left: clamp(36.55px, 3.148vw, 47.3px);
}
@media screen and (max-width: 880px) {
  .p-top__news .title {
    margin-top: 0.8em;
    margin-left: 0;
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-top__news__data {
  display: flex;
  align-items: center;
  gap: clamp(25.5px, 2.196vw, 33px);
}
@media screen and (max-width: 880px) {
  .p-top__news__data {
    gap: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-top__news__data .category {
  padding: 0.5em 1em;
  font-size: clamp(11.05px, 0.952vw, 14.3px);
  line-height: 1;
  color: #FF8900;
  border: 1px solid #FF8900;
  border-radius: 9999px;
}
@media screen and (max-width: 880px) {
  .p-top__news__data .category {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-top__news__data .time {
  font-size: clamp(12.75px, 1.098vw, 16.5px);
}
@media screen and (max-width: 880px) {
  .p-top__news__data .time {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-top__faq-wrap {
  width: clamp(578px, 49.78vw, 748px);
}
@media screen and (max-width: 1023px) {
  .p-top__faq-wrap {
    width: 100%;
  }
}

.p-effect__curtain {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.p-effect__title {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transform: translateX(20px);
}
.p-effect__fadein {
  opacity: 0;
  transform: translateY(60px);
}
.p-effect__slide {
  z-index: 0;
}
.p-effect__slide.--1 {
  z-index: 1;
}
.p-effect__slide.is-show {
  z-index: 3;
  animation: slideImg 1s cubic-bezier(0.58, 0.01, 0.1, 1) forwards;
}
.p-effect__slide.is-stand {
  z-index: 2;
}

@keyframes slideImg {
  0% {
    clip-path: polygon(0 0, 0 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 200% 0, 0 200%);
  }
}
.p-slider {
  --width: clamp(32.3px,2.782vw,41.8px);
  --hight: clamp(32.3px,2.782vw,41.8px);
  --border: #666;
  --arrow: #666;
  --bgc: transparent;
  --pointer-events: auto;
}
@media screen and (max-width: 880px) {
  .p-slider {
    --width: clamp(32.3px, 10.133vw, 41.8px);
    --hight: clamp(32.3px, 10.133vw, 41.8px);
  }
}
.p-slider.--interview {
  --width: clamp(58.65px,5.051vw,75.9px);
  --hight: clamp(58.65px,5.051vw,75.9px);
  --border: transparent;
  --arrow: #fff;
  --bgc: #04127C;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 880px) {
  .p-slider.--interview {
    --width: clamp(37.4px,11.733vw,48.4px);
    --hight: clamp(37.4px,11.733vw,48.4px);
  }
}
.p-slider.--interview .swiper-slide {
  --img-effect: scale(1);
  width: clamp(389.3px, 33.529vw, 503.8px);
  height: 100%;
  margin-right: clamp(17px, 1.464vw, 22px);
}
@media screen and (max-width: 880px) {
  .p-slider.--interview .swiper-slide {
    width: 40%;
  }
}
@media screen and (max-width: 540px) {
  .p-slider.--interview .swiper-slide {
    width: clamp(250.75px, 78.667vw, 324.5px);
    margin-right: 0;
  }
}
@media screen and (min-width: 881px) {
  .p-slider.--interview .swiper-slide:hover .img {
    --img-effect: scale(1.1);
  }
}
.p-slider.--interview .swiper-slide > div {
  height: 100%;
  background-color: #fff;
}
.p-slider.--interview .p-slider__controller {
  top: 50%;
  width: 100%;
  justify-content: space-between;
  pointer-events: none;
}
@media screen and (max-width: 880px) {
  .p-slider.--interview .p-slider__controller {
    top: clamp(68.85px, 21.6vw, 89.1px);
  }
}
@media screen and (min-width: 881px) {
  .p-slider.--interview .swiper-button-next:hover, .p-slider.--interview .swiper-button-prev:hover {
    --bgc: #3B58B9;
  }
}
.p-slider.--interview .swiper-button-prev {
  transform: translate(-150%, 0%);
}
@media screen and (max-width: 880px) {
  .p-slider.--interview .swiper-button-prev {
    transform: translate(calc(-50% + 5px), 0);
  }
}
.p-slider.--interview .swiper-button-next {
  transform: translate(50%, 0%);
}
@media screen and (max-width: 880px) {
  .p-slider.--interview .swiper-button-next {
    transform: translate(calc(50% - 5px), 0);
  }
}
.p-slider__controller {
  position: absolute;
  top: clamp(10.2px, 0.878vw, 13.2px);
  right: 0;
  z-index: 0;
  display: flex;
  gap: 0 clamp(10.2px, 0.878vw, 13.2px);
}
.p-slider__wrap {
  position: relative;
  z-index: 0;
  width: 84.2606149341vw;
  overflow: hidden;
}
@media screen and (max-width: 880px) {
  .p-slider__wrap {
    width: calc(100vw - clamp(25.5px, 8vw, 33px));
  }
}
@media screen and (max-width: 540px) {
  .p-slider__wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.p-slider__wrap .swiper {
  overflow: visible;
}
.p-slider__wrap .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 881px) {
  .p-slider__wrap .swiper-slide.swiper-slide-active, .p-slider__wrap .swiper-slide.swiper-slide-next, .p-slider__wrap .swiper-slide.swiper-slide-prev {
    opacity: 1;
  }
}
@media screen and (max-width: 880px) {
  .p-slider__wrap .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}

.p-cta {
  padding: clamp(68px, 5.857vw, 88px) 0;
}
@media screen and (max-width: 880px) {
  .p-cta {
    padding: clamp(68px, 21.333vw, 88px) 0 clamp(51px, 16vw, 66px);
  }
}
.p-cta a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-cta a:hover {
    opacity: 0.8;
  }
}

.p-nav {
  --visibility: hidden;
  --bgc: transparent;
  --opacity: 0;
  --translateY: translateY(200%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: var(--opacity);
  transform: var(--translateY);
  transition: transform 0s 0.3s;
}
.is-menu-open .p-nav {
  --visibility: visible;
  --bgc: rgb(0, 0, 0, 0.2);
  --opacity: 1;
  --translateY: translateY(0);
}
.is-menu-open .p-nav {
  transition: visibility 0s 0s;
}
.p-nav__bgc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background-color: var(--bgc);
  transition: background-color 0.3s ease-in-out;
}
.p-nav__container {
  width: clamp(714px, 61.493vw, 924px);
  height: 100%;
  overflow-y: scroll;
  margin-left: auto;
  background-color: #fff;
  transform: var(--translateY);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 880px) {
  .p-nav__container {
    width: 100%;
  }
}
.p-nav__wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  height: auto;
  flex-direction: column;
  padding: clamp(119px, 37.333vw, 154px) clamp(25.5px, 8vw, 33px) clamp(119px, 37.333vw, 154px);
}
.p-nav__list {
  width: min(64vw, 264px);
  margin-inline: auto;
}
@media screen and (max-width: 880px) {
  .p-nav__box:not(:last-child) {
    margin-bottom: clamp(17px, 5.333vw, 22px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .p-nav__box:last-child {
    margin-bottom: 0;
  }
  .p-nav__box:last-child a {
    border: none;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 881px) {
  .p-nav__list a:hover, .p-nav__sub-list a:hover {
    text-decoration: underline;
  }
}
.p-nav__item {
  display: block;
  width: 100%;
  padding-bottom: clamp(17px, 5.333vw, 22px);
  font-weight: 500;
  font-size: clamp(12.75px, 4vw, 16.5px);
  line-height: 1.6;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
@media screen and (max-width: 540px) {
  .p-nav__item.--btn::after {
    content: "+";
  }
  .p-nav__item.--btn.is-active::after {
    content: "\f068";
  }
}
@media screen and (min-width: 541px) {
  .p-nav__sub-list {
    display: block;
    margin-top: clamp(20.4px, 1.757vw, 26.4px);
    padding-left: clamp(17px, 1.464vw, 22px);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 540px) {
  .p-nav__sub-list {
    display: none;
    padding-left: clamp(17px, 5.333vw, 22px);
    padding-bottom: clamp(23.8px, 7.467vw, 30.8px);
  }
}
.p-nav__sub-list * {
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .p-nav__sub-list * {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-nav__sub-list > * + * {
  margin-top: clamp(17px, 1.464vw, 22px);
}
@media screen and (max-width: 540px) {
  .p-nav__sub-list > * + * {
    margin-top: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-nav__contact {
  display: grid;
  place-content: center;
  width: clamp(266.9px, 83.733vw, 345.4px);
  max-width: 314px;
  height: clamp(51px, 16vw, 66px);
  margin-top: clamp(51px, 16vw, 66px);
  margin-inline: auto;
  color: #fff;
  font-size: clamp(11.9px, 3.733vw, 15.4px);
  font-weight: 500;
  border-radius: 9999px;
  background-color: #FF8900;
}
@media (hover: hover) {
  .p-nav__contact:hover {
    color: #fff;
    background-color: #F0C32C;
  }
}
.p-nav__contact span {
  display: flex;
}
.p-nav__contact span::before {
  content: "\f0e0";
  margin-right: 0.5em;
  font-weight: 100;
  font-family: "Font Awesome 6 Pro";
  transform: translateY(0.12em);
}

.p-heading {
  position: relative;
  aspect-ratio: 683/242;
  width: 100%;
  max-height: min(35.432vw, 532.4px);
  margin-inline: auto;
}
@media screen and (max-width: 880px) {
  .p-heading {
    aspect-ratio: 375/325;
    max-height: none;
  }
}
.p-heading img {
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(50%);
}
.p-heading__title {
  position: absolute;
  top: min(180px, 13.17715959vw);
  left: 50%;
  z-index: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transform: translateX(-50%);
}
@media screen and (max-width: 880px) {
  .p-heading__title {
    top: 34.6666666667vw;
  }
}
.p-heading__title h1 {
  font-size: clamp(73.1px, 6.296vw, 94.6px);
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 880px) {
  .p-heading__title h1 {
    font-size: clamp(44.2px, 3.807vw, 57.2px);
  }
}
.p-heading__title span {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-family: 400px;
  font-size: clamp(15.3px, 1.318vw, 19.8px);
}
@media screen and (max-width: 880px) {
  .p-heading__title span {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}

.p-single {
  padding-bottom: clamp(68px, 5.857vw, 88px);
}
@media screen and (max-width: 880px) {
  .p-single {
    padding-bottom: clamp(34px, 10.667vw, 44px);
  }
}
.p-single__bg {
  background: url("../img/common/bgi.webp") top center/max(3522px, 257.8330893119vw) no-repeat;
}
.p-single__split {
  display: grid;
  grid-template-columns: clamp(193.8px, 16.691vw, 250.8px) 1fr;
  gap: clamp(47.6px, 4.1vw, 61.6px);
}
@media screen and (max-width: 880px) {
  .p-single__split {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-single__side {
  position: relative;
}
@media screen and (max-width: 880px) {
  .p-single__side {
    display: none;
  }
}
.p-single__side__wrap {
  position: sticky;
  top: clamp(170px, 14.641vw, 220px);
  z-index: 1;
  width: 100%;
  padding: clamp(23.8px, 2.05vw, 30.8px) clamp(23.8px, 2.05vw, 30.8px) clamp(23.8px, 2.05vw, 30.8px) 0;
  border-radius: 12px;
  background-color: #fff;
  filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.12));
}
.p-single__side__list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.p-single__side__item {
  position: relative;
}
.p-single__side__item a {
  padding: 0.25em 0 0.5em;
  padding-left: clamp(21.25px, 1.83vw, 27.5px);
  line-height: 1;
  color: #BCBCBC;
}
.p-single__side__item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: transparent;
}
.p-single__side__item a.is-active {
  font-weight: 700;
  color: #404040;
}
.p-single__side__item a.is-active::before {
  color: #404040;
  background-color: #FF8900;
}
@media (hover: hover) {
  .p-single__side__item a {
    transition: color 0.3s;
  }
  .p-single__side__item a:hover {
    color: #F0C32C;
  }
}
.p-single__side__btn {
  position: relative;
  display: flex;
  justify-content: center;
  height: clamp(33.15px, 2.855vw, 42.9px);
  margin-top: clamp(17px, 1.464vw, 22px);
  margin-left: clamp(22.1px, 1.903vw, 28.6px);
  color: #fff;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  border-radius: 9999px;
  background-color: #FF6C00;
}
@media screen and (max-width: 880px) {
  .p-single__side__btn {
    height: clamp(33.15px, 10.4vw, 42.9px);
  }
}
@media (hover: hover) {
  .p-single__side__btn:hover {
    color: #fff;
    background-color: #F0C32C;
  }
}
.p-single__side__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-single__side__btn::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: inherit;
  transform: translateY(-50%);
}
@media screen and (min-width: 881px) {
  .p-single__side__btn::after {
    right: min(0.878vw, 13.2px);
    font-size: inherit;
  }
}
@media screen and (max-width: 880px) {
  .p-single__side__btn::after {
    right: min(3.2vw, 13.2px);
  }
}
.p-single .text-area {
  line-height: 2.5;
}
.p-single .text-area p + p {
  margin-top: 2em;
}
.p-single .text-area .strong {
  font-size: clamp(17px, 1.464vw, 22px);
  font-weight: 700;
}
.p-single .text-area .term {
  font-weight: 700;
  display: block;
}
.p-single__data {
  line-height: 2;
}
.p-single__data > * + * {
  margin-top: clamp(27.2px, 2.343vw, 35.2px);
}
.p-single__data__box {
  display: grid;
  grid-template-columns: clamp(125.8px, 10.835vw, 162.8px) 1fr;
  column-gap: min(3.514vw, 52.8px);
  padding-bottom: clamp(27.2px, 2.343vw, 35.2px);
  border-bottom: 1px solid #F1F1F1;
}
@media screen and (max-width: 880px) {
  .p-single__data__box {
    grid-template-columns: 1fr;
    gap: 0.8em 0;
  }
}
.p-single__data__job {
  position: relative;
  display: block;
}
@media (hover: hover) {
  .p-single__data__job {
    transition: color 0.3s;
  }
  .p-single__data__job:hover {
    cursor: pointer;
    color: #F0C32C;
  }
}
.p-single__data__job::before {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: #FF8900;
  font-family: "Font Awesome 6 Pro";
}
.p-single__data__job.is-active::before {
  content: "−";
}
.p-single__data__sub-box {
  display: none;
  padding: 0.5em clamp(45.9px, 3.953vw, 59.4px) 0.8em 1em;
}
.p-single__data__sub-box div {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1em;
}
@media screen and (max-width: 880px) {
  .p-single__data__sub-box div {
    grid-template-columns: 4em 1fr;
    column-gap: 1.5em;
  }
}
.p-single__data__sub-box div + .p-single__data__sub-box div {
  margin-top: 0.5em;
}
.p-single__data__sub-box div dt {
  font-weight: 400;
}
.p-single__data dt {
  font-weight: 700;
}
.p-single__map {
  position: relative;
  aspect-ratio: 105/61;
  margin-top: clamp(40.8px, 3.514vw, 52.8px);
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 880px) {
  .p-single__map {
    aspect-ratio: 71/80;
    margin-top: clamp(27.2px, 8.533vw, 35.2px);
  }
}
.p-single__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-single__contact {
  width: min(68.448vw, 1028.5px);
  margin-top: clamp(68px, 5.857vw, 88px);
  margin-inline: auto;
  border-radius: 12px;
  background-color: #fff;
  filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.12));
}
@media (hover: hover) {
  .p-single__contact {
    transition: opacity 0.3s;
  }
  .p-single__contact:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 880px) {
  .p-single__contact {
    width: 100%;
    margin-top: clamp(34px, 10.667vw, 44px);
  }
}
.p-single__benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(27.2px, 2.343vw, 35.2px) clamp(20.4px, 1.757vw, 26.4px);
}
@media screen and (max-width: 880px) {
  .p-single__benefits {
    grid-template-columns: 1fr;
    gap: clamp(17px, 5.333vw, 22px);
  }
}
.p-single__benefits > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: clamp(17px, 1.464vw, 22px);
}
@media screen and (max-width: 880px) {
  .p-single__benefits > div {
    gap: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-single__benefits dt {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 881px) {
  .p-single__benefits dt {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
  }
}
@media screen and (max-width: 880px) {
  .p-single__benefits dt {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-single__benefits dd {
  width: clamp(76.5px, 6.589vw, 99px);
}
@media screen and (max-width: 880px) {
  .p-single__benefits dd {
    width: clamp(71.4px, 22.4vw, 92.4px);
  }
}
.p-single__form {
  margin-top: clamp(34px, 2.928vw, 44px);
}
@media screen and (max-width: 880px) {
  .p-single__form {
    margin-top: clamp(27.2px, 8.533vw, 35.2px);
  }
}

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

.u-color {
  /* 案件によって必要なサブカラーを追加する
  &--sub-1{
    color: $sub-1;
  }
  &--sub-1{
    color: $sub-1;
  }
  */
}
.u-color--accent {
  color: #FF8900;
}
.u-color--main {
  color: #04127C !important;
}
.u-color--base {
  color: #F8F8FF;
}
.u-color--text {
  color: #404040;
}
.u-color--text-second {
  color: #666;
}
.u-color--text-third {
  color: #aaa;
}
.u-color--text-white {
  color: #fff !important;
}
.u-color--text-link {
  color: #005cd1;
}
.u-color--text-placeholder {
  color: #aaa;
}
.u-color--border {
  border: 1px solid #DBDBDB;
}
.u-color--bg-white {
  background-color: #fff;
}
.u-color--bg-gray {
  background-color: #F4F4F4;
}
.u-color--bg-alert {
  background-color: #fceded;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 880px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 880px) {
  .is-sp {
    display: block;
  }
}

.is-sm {
  display: none;
}
@media screen and (max-width: 540px) {
  .is-sm {
    display: block;
  }
}

.is-sm-min {
  display: block;
}
@media screen and (max-width: 540px) {
  .is-sm-min {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 881px) {
  .u-mt-pc-0 {
    margin-top: 0 !important;
  }
}

.u-mt-section {
  margin-top: clamp(102px, 8.785vw, 132px) !important;
}
@media screen and (max-width: 880px) {
  .u-mt-section {
    margin-top: clamp(68px, 21.333vw, 88px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 880px) {
  .u-pt-pr-0 {
    padding-top: min(0vw, 0px) !important;
  }
  .u-pb-pr-0 {
    padding-bottom: min(0vw, 0px) !important;
  }
  .u-pl-pr-0 {
    padding-left: min(0vw, 0px) !important;
  }
  .u-pr-pr-0 {
    padding-right: min(0vw, 0px) !important;
  }
  .u-pt-pr-4 {
    padding-top: min(1.067vw, 4.4px) !important;
  }
  .u-pb-pr-4 {
    padding-bottom: min(1.067vw, 4.4px) !important;
  }
  .u-pl-pr-4 {
    padding-left: min(1.067vw, 4.4px) !important;
  }
  .u-pr-pr-4 {
    padding-right: min(1.067vw, 4.4px) !important;
  }
  .u-pt-pr-8 {
    padding-top: min(2.133vw, 8.8px) !important;
  }
  .u-pb-pr-8 {
    padding-bottom: min(2.133vw, 8.8px) !important;
  }
  .u-pl-pr-8 {
    padding-left: min(2.133vw, 8.8px) !important;
  }
  .u-pr-pr-8 {
    padding-right: min(2.133vw, 8.8px) !important;
  }
  .u-pt-pr-12 {
    padding-top: min(3.2vw, 13.2px) !important;
  }
  .u-pb-pr-12 {
    padding-bottom: min(3.2vw, 13.2px) !important;
  }
  .u-pl-pr-12 {
    padding-left: min(3.2vw, 13.2px) !important;
  }
  .u-pr-pr-12 {
    padding-right: min(3.2vw, 13.2px) !important;
  }
  .u-pt-pr-16 {
    padding-top: min(4.267vw, 17.6px) !important;
  }
  .u-pb-pr-16 {
    padding-bottom: min(4.267vw, 17.6px) !important;
  }
  .u-pl-pr-16 {
    padding-left: min(4.267vw, 17.6px) !important;
  }
  .u-pr-pr-16 {
    padding-right: min(4.267vw, 17.6px) !important;
  }
  .u-pt-pr-20 {
    padding-top: min(5.333vw, 22px) !important;
  }
  .u-pb-pr-20 {
    padding-bottom: min(5.333vw, 22px) !important;
  }
  .u-pl-pr-20 {
    padding-left: min(5.333vw, 22px) !important;
  }
  .u-pr-pr-20 {
    padding-right: min(5.333vw, 22px) !important;
  }
  .u-pt-pr-24 {
    padding-top: min(6.4vw, 26.4px) !important;
  }
  .u-pb-pr-24 {
    padding-bottom: min(6.4vw, 26.4px) !important;
  }
  .u-pl-pr-24 {
    padding-left: min(6.4vw, 26.4px) !important;
  }
  .u-pr-pr-24 {
    padding-right: min(6.4vw, 26.4px) !important;
  }
  .u-pt-pr-28 {
    padding-top: min(7.467vw, 30.8px) !important;
  }
  .u-pb-pr-28 {
    padding-bottom: min(7.467vw, 30.8px) !important;
  }
  .u-pl-pr-28 {
    padding-left: min(7.467vw, 30.8px) !important;
  }
  .u-pr-pr-28 {
    padding-right: min(7.467vw, 30.8px) !important;
  }
  .u-pt-pr-32 {
    padding-top: min(8.533vw, 35.2px) !important;
  }
  .u-pb-pr-32 {
    padding-bottom: min(8.533vw, 35.2px) !important;
  }
  .u-pl-pr-32 {
    padding-left: min(8.533vw, 35.2px) !important;
  }
  .u-pr-pr-32 {
    padding-right: min(8.533vw, 35.2px) !important;
  }
  .u-pt-pr-36 {
    padding-top: min(9.6vw, 39.6px) !important;
  }
  .u-pb-pr-36 {
    padding-bottom: min(9.6vw, 39.6px) !important;
  }
  .u-pl-pr-36 {
    padding-left: min(9.6vw, 39.6px) !important;
  }
  .u-pr-pr-36 {
    padding-right: min(9.6vw, 39.6px) !important;
  }
  .u-pt-pr-40 {
    padding-top: min(10.667vw, 44px) !important;
  }
  .u-pb-pr-40 {
    padding-bottom: min(10.667vw, 44px) !important;
  }
  .u-pl-pr-40 {
    padding-left: min(10.667vw, 44px) !important;
  }
  .u-pr-pr-40 {
    padding-right: min(10.667vw, 44px) !important;
  }
  .u-pt-pr-44 {
    padding-top: min(11.733vw, 48.4px) !important;
  }
  .u-pb-pr-44 {
    padding-bottom: min(11.733vw, 48.4px) !important;
  }
  .u-pl-pr-44 {
    padding-left: min(11.733vw, 48.4px) !important;
  }
  .u-pr-pr-44 {
    padding-right: min(11.733vw, 48.4px) !important;
  }
  .u-pt-pr-48 {
    padding-top: min(12.8vw, 52.8px) !important;
  }
  .u-pb-pr-48 {
    padding-bottom: min(12.8vw, 52.8px) !important;
  }
  .u-pl-pr-48 {
    padding-left: min(12.8vw, 52.8px) !important;
  }
  .u-pr-pr-48 {
    padding-right: min(12.8vw, 52.8px) !important;
  }
  .u-pt-pr-52 {
    padding-top: min(13.867vw, 57.2px) !important;
  }
  .u-pb-pr-52 {
    padding-bottom: min(13.867vw, 57.2px) !important;
  }
  .u-pl-pr-52 {
    padding-left: min(13.867vw, 57.2px) !important;
  }
  .u-pr-pr-52 {
    padding-right: min(13.867vw, 57.2px) !important;
  }
  .u-pt-pr-56 {
    padding-top: min(14.933vw, 61.6px) !important;
  }
  .u-pb-pr-56 {
    padding-bottom: min(14.933vw, 61.6px) !important;
  }
  .u-pl-pr-56 {
    padding-left: min(14.933vw, 61.6px) !important;
  }
  .u-pr-pr-56 {
    padding-right: min(14.933vw, 61.6px) !important;
  }
  .u-pt-pr-60 {
    padding-top: min(16vw, 66px) !important;
  }
  .u-pb-pr-60 {
    padding-bottom: min(16vw, 66px) !important;
  }
  .u-pl-pr-60 {
    padding-left: min(16vw, 66px) !important;
  }
  .u-pr-pr-60 {
    padding-right: min(16vw, 66px) !important;
  }
}
.u-text--block {
  line-height: 2.5;
}
.u-text--block p + p {
  margin-top: 1em;
}
.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: 880px) {
  .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: 880px) {
  .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: 880px) {
  .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: 880px) {
  .u-text--size--xsm {
    font-size: clamp(10.2px, 3.2vw, 13.2px) !important;
  }
}
.u-text--note {
  padding-left: 1.25em;
  text-indent: -1.25em;
  font-size: clamp(10.2px, 0.878vw, 13.2px);
  color: #666;
}
.u-text--hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 880px) {
  .u-wid-md-10 {
    width: min(0.732vw, 11px) !important;
    min-width: min(0.732vw, 11px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-10 {
    width: min(0.732vw, 11px) !important;
    min-width: min(2.667vw, 11px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-20 {
    width: min(1.464vw, 22px) !important;
    min-width: min(1.464vw, 22px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-20 {
    width: min(1.464vw, 22px) !important;
    min-width: min(5.333vw, 22px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-30 {
    width: min(2.196vw, 33px) !important;
    min-width: min(2.196vw, 33px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-30 {
    width: min(2.196vw, 33px) !important;
    min-width: min(8vw, 33px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-40 {
    width: min(2.928vw, 44px) !important;
    min-width: min(2.928vw, 44px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-40 {
    width: min(2.928vw, 44px) !important;
    min-width: min(10.667vw, 44px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-50 {
    width: min(3.66vw, 55px) !important;
    min-width: min(3.66vw, 55px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-50 {
    width: min(3.66vw, 55px) !important;
    min-width: min(13.333vw, 55px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-60 {
    width: min(4.392vw, 66px) !important;
    min-width: min(4.392vw, 66px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-60 {
    width: min(4.392vw, 66px) !important;
    min-width: min(16vw, 66px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-70 {
    width: min(5.124vw, 77px) !important;
    min-width: min(5.124vw, 77px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-70 {
    width: min(5.124vw, 77px) !important;
    min-width: min(18.667vw, 77px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-80 {
    width: min(5.857vw, 88px) !important;
    min-width: min(5.857vw, 88px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-80 {
    width: min(5.857vw, 88px) !important;
    min-width: min(21.333vw, 88px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-90 {
    width: min(6.589vw, 99px) !important;
    min-width: min(6.589vw, 99px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-90 {
    width: min(6.589vw, 99px) !important;
    min-width: min(24vw, 99px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-100 {
    width: min(7.321vw, 110px) !important;
    min-width: min(7.321vw, 110px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-100 {
    width: min(7.321vw, 110px) !important;
    min-width: min(26.667vw, 110px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-110 {
    width: min(8.053vw, 121px) !important;
    min-width: min(8.053vw, 121px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-110 {
    width: min(8.053vw, 121px) !important;
    min-width: min(29.333vw, 121px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-120 {
    width: min(8.785vw, 132px) !important;
    min-width: min(8.785vw, 132px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-120 {
    width: min(8.785vw, 132px) !important;
    min-width: min(32vw, 132px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-130 {
    width: min(9.517vw, 143px) !important;
    min-width: min(9.517vw, 143px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-130 {
    width: min(9.517vw, 143px) !important;
    min-width: min(34.667vw, 143px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-140 {
    width: min(10.249vw, 154px) !important;
    min-width: min(10.249vw, 154px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-140 {
    width: min(10.249vw, 154px) !important;
    min-width: min(37.333vw, 154px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-150 {
    width: min(10.981vw, 165px) !important;
    min-width: min(10.981vw, 165px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-150 {
    width: min(10.981vw, 165px) !important;
    min-width: min(40vw, 165px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-160 {
    width: min(11.713vw, 176px) !important;
    min-width: min(11.713vw, 176px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-160 {
    width: min(11.713vw, 176px) !important;
    min-width: min(42.667vw, 176px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-170 {
    width: min(12.445vw, 187px) !important;
    min-width: min(12.445vw, 187px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-170 {
    width: min(12.445vw, 187px) !important;
    min-width: min(45.333vw, 187px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-180 {
    width: min(13.177vw, 198px) !important;
    min-width: min(13.177vw, 198px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-180 {
    width: min(13.177vw, 198px) !important;
    min-width: min(48vw, 198px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-190 {
    width: min(13.909vw, 209px) !important;
    min-width: min(13.909vw, 209px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-190 {
    width: min(13.909vw, 209px) !important;
    min-width: min(50.667vw, 209px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-200 {
    width: min(14.641vw, 220px) !important;
    min-width: min(14.641vw, 220px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-200 {
    width: min(14.641vw, 220px) !important;
    min-width: min(53.333vw, 220px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-210 {
    width: min(15.373vw, 231px) !important;
    min-width: min(15.373vw, 231px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-210 {
    width: min(15.373vw, 231px) !important;
    min-width: min(56vw, 231px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-220 {
    width: min(16.105vw, 242px) !important;
    min-width: min(16.105vw, 242px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-220 {
    width: min(16.105vw, 242px) !important;
    min-width: min(58.667vw, 242px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-230 {
    width: min(16.837vw, 253px) !important;
    min-width: min(16.837vw, 253px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-230 {
    width: min(16.837vw, 253px) !important;
    min-width: min(61.333vw, 253px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-240 {
    width: min(17.57vw, 264px) !important;
    min-width: min(17.57vw, 264px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-240 {
    width: min(17.57vw, 264px) !important;
    min-width: min(64vw, 264px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-250 {
    width: min(18.302vw, 275px) !important;
    min-width: min(18.302vw, 275px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-250 {
    width: min(18.302vw, 275px) !important;
    min-width: min(66.667vw, 275px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-260 {
    width: min(19.034vw, 286px) !important;
    min-width: min(19.034vw, 286px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-260 {
    width: min(19.034vw, 286px) !important;
    min-width: min(69.333vw, 286px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-270 {
    width: min(19.766vw, 297px) !important;
    min-width: min(19.766vw, 297px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-270 {
    width: min(19.766vw, 297px) !important;
    min-width: min(72vw, 297px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-280 {
    width: min(20.498vw, 308px) !important;
    min-width: min(20.498vw, 308px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-280 {
    width: min(20.498vw, 308px) !important;
    min-width: min(74.667vw, 308px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-290 {
    width: min(21.23vw, 319px) !important;
    min-width: min(21.23vw, 319px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-290 {
    width: min(21.23vw, 319px) !important;
    min-width: min(77.333vw, 319px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-300 {
    width: min(21.962vw, 330px) !important;
    min-width: min(21.962vw, 330px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-300 {
    width: min(21.962vw, 330px) !important;
    min-width: min(80vw, 330px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-310 {
    width: min(22.694vw, 341px) !important;
    min-width: min(22.694vw, 341px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-310 {
    width: min(22.694vw, 341px) !important;
    min-width: min(82.667vw, 341px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-320 {
    width: min(23.426vw, 352px) !important;
    min-width: min(23.426vw, 352px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-320 {
    width: min(23.426vw, 352px) !important;
    min-width: min(85.333vw, 352px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-330 {
    width: min(24.158vw, 363px) !important;
    min-width: min(24.158vw, 363px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-330 {
    width: min(24.158vw, 363px) !important;
    min-width: min(88vw, 363px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-340 {
    width: min(24.89vw, 374px) !important;
    min-width: min(24.89vw, 374px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-340 {
    width: min(24.89vw, 374px) !important;
    min-width: min(90.667vw, 374px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-350 {
    width: min(25.622vw, 385px) !important;
    min-width: min(25.622vw, 385px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-350 {
    width: min(25.622vw, 385px) !important;
    min-width: min(93.333vw, 385px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-360 {
    width: min(26.354vw, 396px) !important;
    min-width: min(26.354vw, 396px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-360 {
    width: min(26.354vw, 396px) !important;
    min-width: min(96vw, 396px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-370 {
    width: min(27.086vw, 407px) !important;
    min-width: min(27.086vw, 407px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-370 {
    width: min(27.086vw, 407px) !important;
    min-width: min(98.667vw, 407px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-380 {
    width: min(27.818vw, 418px) !important;
    min-width: min(27.818vw, 418px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-380 {
    width: min(27.818vw, 418px) !important;
    min-width: min(101.333vw, 418px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-390 {
    width: min(28.551vw, 429px) !important;
    min-width: min(28.551vw, 429px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-390 {
    width: min(28.551vw, 429px) !important;
    min-width: min(104vw, 429px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-400 {
    width: min(29.283vw, 440px) !important;
    min-width: min(29.283vw, 440px) !important;
  }
}
@media screen and (max-width: 880px) and (max-width: 880px) {
  .u-wid-md-400 {
    width: min(29.283vw, 440px) !important;
    min-width: min(106.667vw, 440px) !important;
  }
}
@media screen and (max-width: 880px) {
  .u-wid-md-10per {
    width: 10% !important;
    min-width: 10% !important;
  }
  .u-wid-md-20per {
    width: 20% !important;
    min-width: 20% !important;
  }
  .u-wid-md-30per {
    width: 30% !important;
    min-width: 30% !important;
  }
  .u-wid-md-40per {
    width: 40% !important;
    min-width: 40% !important;
  }
  .u-wid-md-50per {
    width: 50% !important;
    min-width: 50% !important;
  }
  .u-wid-md-60per {
    width: 60% !important;
    min-width: 60% !important;
  }
  .u-wid-md-70per {
    width: 70% !important;
    min-width: 70% !important;
  }
  .u-wid-md-80per {
    width: 80% !important;
    min-width: 80% !important;
  }
  .u-wid-md-90per {
    width: 90% !important;
    min-width: 90% !important;
  }
  .u-wid-md-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}
.u-hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.u-linelink span {
  background: linear-gradient(#404040, #404040) 0 100%/0 1px no-repeat;
  background-position: right bottom;
  transition: background-size 0.55s cubic-bezier(0.47, 0.34, 0.29, 1.01);
}

@media screen and (min-width: 881px) {
  a:hover .u-linelink span {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}