@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@500;700&display=swap");
/*! destyle.css v2.0.2 | 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  appearance: checkbox;
}

[type=radio] {
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --headerLinkColor: #131313;
}

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

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  font-size: 62.5%;
}

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

body {
  -webkit-text-size-adjust: 100%;
  color: #131313;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

a {
  transition: all 0.3s ease;
}
a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: 0.3s ease;
}
@media (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.6;
  }
}
@media (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
}

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

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

svg {
  fill: currentcolor;
  vertical-align: bottom;
}

p {
  line-height: 2;
}
p small {
  font-size: 1.2rem;
}
p a {
  color: #2BADD7;
  text-decoration: underline;
}
@media (min-width: 769px) {
  p a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

strong {
  font-weight: bold;
}

td a {
  text-decoration: underline;
}
@media (min-width: 769px) {
  td a:hover {
    text-decoration: none;
  }
}

hr {
  height: 1px;
  background-color: #e9eaef;
  border: none;
  margin: 20px 0;
}

.disnone {
  display: none;
}

.list-inline > li {
  display: inline-block;
}

main {
  position: relative;
  z-index: 0;
}

.l-container {
  width: auto;
  height: auto;
  min-height: 100vh;
  padding-top: 96px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .l-container {
    padding-top: 70px;
  }
}
@media (min-width: 1025px) {
  .l-container.is-scrolled {
    padding-top: 70px;
  }
}

.l-content {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  z-index: 5;
}

[class*=l-section] {
  width: 100%;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 768px) {
  [class*=l-section] {
    padding: 40px 0;
  }
}
[class*=l-section]:last-child {
  padding-bottom: 100px;
}
[class*=l-section] + [class*=l-section] {
  padding-top: 0;
}
[class*=l-section][class*=u-bg] {
  padding-top: 80px;
}
@media (max-width: 768px) {
  [class*=l-section][class*=u-bg] {
    padding-top: 30px;
  }
}
[class*=l-section][class*=u-bg] + [class*=l-section] {
  padding-top: 80px;
}
@media (max-width: 768px) {
  [class*=l-section][class*=u-bg] + [class*=l-section] {
    padding-top: 40px;
  }
}

.l-inner {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .l-inner:not(.l-inner--wide):not(.l-inner--narrow) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--wide {
  max-width: 1280px;
}
@media (max-width: 1360px) {
  .l-inner--wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--narrow {
  max-width: 790px;
}
@media (max-width: 980px) {
  .l-inner--narrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--small {
  max-width: 620px;
}
.l-inner--single {
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .l-inner--single {
    margin-bottom: 80px;
  }
}

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

.l-main {
  width: 100%;
  padding-bottom: 120px;
  overflow: clip;
}
@media (max-width: 768px) {
  .l-main {
    padding-bottom: 80px;
  }
}
.l-main > * {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .l-main > * {
    margin-top: 80px;
  }
}

.l-footer__wrap {
  row-gap: 1em;
}
.l-footer__logo {
  width: min(213px, 14.7916666667vw);
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: 202px;
  }
}
.l-footer .c-button.--small {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-footer .c-button.--small:hover {
    opacity: 0.6;
  }
}

.c-button {
  max-width: 100%;
  width: 246px;
  height: 54px;
  background-color: #2BADD7;
  color: #fff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  border: none;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-button {
    width: 260px;
    height: 56px;
  }
}
.c-button::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 2;
}
.c-button:active {
  color: #fff;
  background-color: #662f95;
}
.c-button[target=_blank]::after {
  content: "\f08e";
  font-size: 1.6rem;
  font-weight: 400;
}
.c-button--large {
  width: 280px;
  height: 58px;
}
@media (max-width: 768px) {
  .c-button--large {
    width: 300px;
    height: 60px;
  }
}
.c-button--small {
  width: 204px;
  height: 50px;
}
@media (max-width: 768px) {
  .c-button--small {
    width: 220px;
    height: 50px;
  }
}
.c-button.--small {
  min-width: 153px;
  width: max-content;
  height: auto;
  padding: 0.8em 1.5em;
  font-size: 1.5rem;
  border-radius: 9999px;
}
@media (max-width: 768px) {
  .c-button.--small {
    min-width: 240px;
    font-size: 1.6rem;
  }
}
.c-button.--small::after {
  content: none;
}
.c-button--border {
  background-color: #fff;
  color: #131313;
  border: #dddddd solid 1px;
}
.c-button--border::after {
  color: #2BADD7;
}
@media (min-width: 769px) {
  .c-button--border:hover {
    background-color: #2BADD7;
    border-color: #2BADD7;
    color: #fff !important;
  }
  .c-button--border:hover::after {
    color: #fff !important;
  }
}
.c-button--border:active {
  background-color: #662f95;
  border-color: #662f95;
  color: #fff !important;
}
.c-button--icon::after {
  content: none;
}
.c-button--icon i {
  font-size: 1.9rem;
  margin-right: 5px;
}
.c-button--disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.c-button__list {
  display: flex;
  justify-content: center;
}
.c-button__list .c-button {
  margin: 0;
}
@media (max-width: 540px) {
  .c-button__list .c-button {
    width: calc((100% - 10px) / 2);
    height: 46px;
    font-size: 1.4rem;
  }
}
@media (max-width: 360px) {
  .c-button__list .c-button {
    font-size: 1.2rem;
  }
}
.c-button__list .c-button + .c-button {
  margin-left: 20px;
}
@media (max-width: 540px) {
  .c-button__list .c-button + .c-button {
    margin-left: 10px;
  }
}

.c-button2 {
  --arrow-bg: #131313;
  --text-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s;
}
.c-button2:hover {
  --arrow-bg: #fff;
  --text-color: #131313;
  opacity: 1;
}
.c-button2__curve {
  position: relative;
  z-index: 0;
  max-width: 486px;
  min-height: 71px;
  margin: 0 auto;
  padding: 0.5em 55px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-color);
  border-radius: 9999px;
  border: 2px solid #131313;
  background-color: var(--arrow-bg);
}
@media (max-width: 540px) {
  .c-button2__curve {
    min-height: 64px;
    padding: 0.5em 38px;
    font-size: min(1.4rem, 3.7333333333vw);
  }
}
@media (max-width: 768px) {
  .c-button2__curve {
    width: 100%;
    min-height: 52px;
    font-size: 1.4rem;
  }
}
.c-button2__white {
  --arrow-bg: #fff;
  --text-color: #131313;
}
.c-button2__white:hover {
  --arrow-bg: #131313;
  --text-color: #fff;
}
.c-button2__blue {
  --arrow-bg: #2BADD7;
  --text-color: #fff;
  border-color: #2BADD7;
}
.c-button2__blue:hover {
  --arrow-bg: #fff;
  --text-color: #2BADD7;
}
.c-button2__m {
  max-width: 100%;
  width: 384px;
}
@media (max-width: 768px) {
  .c-button2__m {
    width: fit-content;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.c-button2__s {
  width: 282px;
  min-height: 62px;
}
.c-button2__top {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .c-button2__top {
    margin-top: 58px;
  }
}
.c-button2 figure {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--text-color);
  transform: translateY(-50%);
  transition: background-color 0.8s;
}
@media (max-width: 540px) {
  .c-button2 figure {
    right: 10px;
    width: 32px;
    height: 32px;
  }
}
.c-button2__arrow {
  width: 20px;
  color: var(--arrow-bg);
}
@media (max-width: 540px) {
  .c-button2__arrow {
    width: 16px;
  }
}
.c-button2__arrow.under {
  transform: rotate(90deg);
}
.c-button2__normal {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: 0;
  font-weight: 700;
}
.c-button2__normal figure {
  position: static;
  transform: none;
  margin-left: 12px;
  border: 2px #131313 solid;
}

.c-pagetop {
  display: none;
  width: 56px;
  height: 56px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
@media (max-width: 768px) {
  .c-pagetop {
    width: 46px;
    height: 46px;
  }
}
.c-pagetop a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: #2BADD7 solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.c-pagetop a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f106";
  color: #2BADD7;
  font-size: 3.6rem;
  font-weight: 100;
  line-height: 1;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-pagetop a::before {
    font-size: 3rem;
  }
}
@media (min-width: 769px) {
  .c-pagetop a:hover {
    background-color: #2BADD7;
  }
  .c-pagetop a:hover::before {
    color: #fff;
  }
}
.c-pagetop a span {
  text-indent: -999em;
}
.c-pagetop.is-hide {
  z-index: 1;
}

.c-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
@media (max-width: 768px) {
  .c-row {
    margin-right: -2.1333333333%;
    margin-left: -2.1333333333%;
  }
}
.c-row--large {
  row-gap: 54px;
}
@media (max-width: 768px) {
  .c-row--large {
    row-gap: 28px;
  }
}
.c-row__gutters--wide {
  margin-right: -1.6666666667%;
  margin-left: -1.6666666667%;
}
@media (max-width: 768px) {
  .c-row__gutters--wide {
    margin-right: -2.6666666667%;
    margin-left: -2.6666666667%;
  }
}
.c-row__gutters--wide > .c-col, .c-row__gutters--wide > [class*=col-] {
  padding-right: 1.6666666667%;
  padding-left: 1.6666666667%;
}
@media (max-width: 768px) {
  .c-row__gutters--wide > .c-col, .c-row__gutters--wide > [class*=col-] {
    padding-right: 2.6666666667%;
    padding-left: 2.6666666667%;
  }
}
.c-row__gutters--narrow {
  margin-right: -0.2777777778%;
  margin-left: -0.2777777778%;
}
@media (max-width: 540px) {
  .c-row__gutters--narrow {
    margin-right: -0.5333333333%;
    margin-left: -0.5333333333%;
  }
}
.c-row__gutters--narrow > .c-col, .c-row__gutters--narrow > [class*=col-] {
  padding-right: 0.2777777778%;
  padding-left: 0.2777777778%;
}
@media (max-width: 540px) {
  .c-row__gutters--narrow {
    padding-right: 0.5333333333%;
    padding-left: 0.5333333333%;
  }
}
.c-row__gutters--none {
  margin-right: 0;
  margin-left: 0;
}
.c-row__gutters--none > .c-col, .c-row__gutters--none > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.c-row__top {
  row-gap: 17px;
}
@media (max-width: 768px) {
  .c-row__top {
    row-gap: 20px;
  }
}

.c-a-center {
  justify-content: center;
}

.c-va-center {
  align-items: center;
  display: flex;
}

.c-col-1, .c-col-2, .c-col-2-4, .c-col-3, .c-col-4, .c-col-5, .c-col-6, .c-col-7, .c-col-8, .c-col-9, .c-col-10, .c-col-11, .c-col-12, .c-col, .c-col-auto, .c-col-lg-1, .c-col-lg-2, .c-col-lg-3, .c-col-lg-4, .c-col-lg-5, .c-col-lg-6, .c-col-lg-7, .c-col-lg-8, .c-col-lg-9, .c-col-lg-10, .c-col-lg-11, .c-col-lg-12, .c-col-lg, .c-col-lg-auto, .c-col-bs-1, .c-col-bs-2, .c-col-bs-3, .c-col-bs-4, .c-col-bs-5, .c-col-bs-6, .c-col-bs-7, .c-col-bs-8, .c-col-bs-9, .c-col-bs-10, .c-col-bs-11, .c-col-bs-12, .c-col-bs, .c-col-pc-1, .c-col-pc-2, .c-col-pc-3, .c-col-pc-4, .c-col-pc-5, .c-col-pc-6, .c-col-pc-7, .c-col-pc-8, .c-col-pc-9, .c-col-pc-10, .c-col-pc-11, .c-col-pc-12, .c-col-pc, .c-col-pc-auto, .c-col-bs-auto, .c-col-md-1, .c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-5, .c-col-md-6, .c-col-md-7, .c-col-md-8, .c-col-md-9, .c-col-md-10, .c-col-md-11, .c-col-md-12, .c-col-md, .c-col-md-auto, .c-col-sm-1, .c-col-sm-2, .c-col-sm-3, .c-col-sm-4, .c-col-sm-5, .c-col-sm-6, .c-col-sm-7, .c-col-sm-8, .c-col-sm-9, .c-col-sm-10, .c-col-sm-11, .c-col-sm-12, .c-col-sm, .c-col-sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 768px) {
  .c-col-1, .c-col-2, .c-col-2-4, .c-col-3, .c-col-4, .c-col-5, .c-col-6, .c-col-7, .c-col-8, .c-col-9, .c-col-10, .c-col-11, .c-col-12, .c-col, .c-col-auto, .c-col-lg-1, .c-col-lg-2, .c-col-lg-3, .c-col-lg-4, .c-col-lg-5, .c-col-lg-6, .c-col-lg-7, .c-col-lg-8, .c-col-lg-9, .c-col-lg-10, .c-col-lg-11, .c-col-lg-12, .c-col-lg, .c-col-lg-auto, .c-col-bs-1, .c-col-bs-2, .c-col-bs-3, .c-col-bs-4, .c-col-bs-5, .c-col-bs-6, .c-col-bs-7, .c-col-bs-8, .c-col-bs-9, .c-col-bs-10, .c-col-bs-11, .c-col-bs-12, .c-col-bs, .c-col-pc-1, .c-col-pc-2, .c-col-pc-3, .c-col-pc-4, .c-col-pc-5, .c-col-pc-6, .c-col-pc-7, .c-col-pc-8, .c-col-pc-9, .c-col-pc-10, .c-col-pc-11, .c-col-pc-12, .c-col-pc, .c-col-pc-auto, .c-col-bs-auto, .c-col-md-1, .c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-5, .c-col-md-6, .c-col-md-7, .c-col-md-8, .c-col-md-9, .c-col-md-10, .c-col-md-11, .c-col-md-12, .c-col-md, .c-col-md-auto, .c-col-sm-1, .c-col-sm-2, .c-col-sm-3, .c-col-sm-4, .c-col-sm-5, .c-col-sm-6, .c-col-sm-7, .c-col-sm-8, .c-col-sm-9, .c-col-sm-10, .c-col-sm-11, .c-col-sm-12, .c-col-sm, .c-col-sm-auto {
    padding-right: 2.1333333333%;
    padding-left: 2.1333333333%;
  }
}

.c-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.c-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.c-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.c-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.c-col-2-4 {
  flex: 0 0 20%;
  max-width: 20%;
}

.c-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.c-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.c-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.c-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.c-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.c-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.c-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-order-first {
  order: -1;
}

.c-order-last {
  order: 13;
}

.c-order-0 {
  order: 0;
}

.c-order-1 {
  order: 1;
}

.c-order-2 {
  order: 2;
}

.c-order-3 {
  order: 3;
}

.c-order-4 {
  order: 4;
}

.c-order-5 {
  order: 5;
}

.c-order-6 {
  order: 6;
}

.c-order-7 {
  order: 7;
}

.c-order-8 {
  order: 8;
}

.c-order-9 {
  order: 9;
}

.c-order-10 {
  order: 10;
}

.c-order-11 {
  order: 11;
}

.c-order-12 {
  order: 12;
}

.c-offset-1 {
  margin-left: 8.3333333333%;
}

.c-offset-2 {
  margin-left: 16.6666666667%;
}

.c-offset-3 {
  margin-left: 25%;
}

.c-offset-4 {
  margin-left: 33.3333333333%;
}

.c-offset-5 {
  margin-left: 41.6666666667%;
}

.c-offset-6 {
  margin-left: 50%;
}

.c-offset-7 {
  margin-left: 58.3333333333%;
}

.c-offset-8 {
  margin-left: 66.6666666667%;
}

.c-offset-9 {
  margin-left: 75%;
}

.c-offset-10 {
  margin-left: 83.3333333333%;
}

.c-offset-11 {
  margin-left: 91.6666666667%;
}

/* pc */
@media (min-width: 769px) {
  .c-col-pc {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-pc-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-pc-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-pc-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-pc-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-pc-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-pc-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-pc-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-pc-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-pc-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-pc-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-pc-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-pc-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-pc-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-pc-first {
    order: -1;
  }
  .c-order-pc-last {
    order: 13;
  }
  .c-order-pc-0 {
    order: 0;
  }
  .c-order-pc-1 {
    order: 1;
  }
  .c-order-pc-2 {
    order: 2;
  }
  .c-order-pc-3 {
    order: 3;
  }
  .c-order-pc-4 {
    order: 4;
  }
  .c-order-pc-5 {
    order: 5;
  }
  .c-order-pc-6 {
    order: 6;
  }
  .c-order-pc-7 {
    order: 7;
  }
  .c-order-pc-8 {
    order: 8;
  }
  .c-order-pc-9 {
    order: 9;
  }
  .c-order-pc-10 {
    order: 10;
  }
  .c-order-pc-11 {
    order: 11;
  }
  .c-order-pc-12 {
    order: 12;
  }
  .c-offset-pc-0 {
    margin-left: 0;
  }
  .c-offset-pc-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-pc-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-pc-3 {
    margin-left: 25%;
  }
  .c-offset-pc-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-pc-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-pc-6 {
    margin-left: 50%;
  }
  .c-offset-pc-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-pc-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-pc-9 {
    margin-left: 75%;
  }
  .c-offset-pc-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-pc-11 {
    margin-left: 91.6666666667%;
  }
}
/* bs */
@media (min-width: 1281px) {
  .c-col-bs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-bs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-bs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-bs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-bs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-bs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-bs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-bs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-bs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-bs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-bs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-bs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-bs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-bs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-bs-first {
    order: -1;
  }
  .c-order-bs-last {
    order: 13;
  }
  .c-order-bs-0 {
    order: 0;
  }
  .c-order-bs-1 {
    order: 1;
  }
  .c-order-bs-2 {
    order: 2;
  }
  .c-order-bs-3 {
    order: 3;
  }
  .c-order-bs-4 {
    order: 4;
  }
  .c-order-bs-5 {
    order: 5;
  }
  .c-order-bs-6 {
    order: 6;
  }
  .c-order-bs-7 {
    order: 7;
  }
  .c-order-bs-8 {
    order: 8;
  }
  .c-order-bs-9 {
    order: 9;
  }
  .c-order-bs-10 {
    order: 10;
  }
  .c-order-bs-11 {
    order: 11;
  }
  .c-order-bs-12 {
    order: 12;
  }
  .c-offset-bs-0 {
    margin-left: 0;
  }
  .c-offset-bs-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-bs-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-bs-3 {
    margin-left: 25%;
  }
  .c-offset-bs-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-bs-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-bs-6 {
    margin-left: 50%;
  }
  .c-offset-bs-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-bs-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-bs-9 {
    margin-left: 75%;
  }
  .c-offset-bs-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-bs-11 {
    margin-left: 91.6666666667%;
  }
}
/* lg */
@media (max-width: 1200px) {
  .c-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-lg-first {
    order: -1;
  }
  .c-order-lg-last {
    order: 13;
  }
  .c-order-lg-0 {
    order: 0;
  }
  .c-order-lg-1 {
    order: 1;
  }
  .c-order-lg-2 {
    order: 2;
  }
  .c-order-lg-3 {
    order: 3;
  }
  .c-order-lg-4 {
    order: 4;
  }
  .c-order-lg-5 {
    order: 5;
  }
  .c-order-lg-6 {
    order: 6;
  }
  .c-order-lg-7 {
    order: 7;
  }
  .c-order-lg-8 {
    order: 8;
  }
  .c-order-lg-9 {
    order: 9;
  }
  .c-order-lg-10 {
    order: 10;
  }
  .c-order-lg-11 {
    order: 11;
  }
  .c-order-lg-12 {
    order: 12;
  }
  .c-offset-lg-0 {
    margin-left: 0;
  }
  .c-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-lg-3 {
    margin-left: 25%;
  }
  .c-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-lg-6 {
    margin-left: 50%;
  }
  .c-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-lg-9 {
    margin-left: 75%;
  }
  .c-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
/* tb */
@media (max-width: 1024px) {
  .c-col-tb {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-tb-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-tb-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-tb-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-tb-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-tb-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-tb-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-tb-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-tb-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-tb-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-tb-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-tb-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-tb-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-tb-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-tb-first {
    order: -1;
  }
  .c-order-tb-last {
    order: 13;
  }
  .c-order-tb-0 {
    order: 0;
  }
  .c-order-tb-1 {
    order: 1;
  }
  .c-order-tb-2 {
    order: 2;
  }
  .c-order-tb-3 {
    order: 3;
  }
  .c-order-tb-4 {
    order: 4;
  }
  .c-order-tb-5 {
    order: 5;
  }
  .c-order-tb-6 {
    order: 6;
  }
  .c-order-tb-7 {
    order: 7;
  }
  .c-order-tb-8 {
    order: 8;
  }
  .c-order-tb-9 {
    order: 9;
  }
  .c-order-tb-10 {
    order: 10;
  }
  .c-order-tb-11 {
    order: 11;
  }
  .c-order-tb-12 {
    order: 12;
  }
  .c-offset-tb-0 {
    margin-left: 0;
  }
  .c-offset-tb-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-tb-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-tb-3 {
    margin-left: 25%;
  }
  .c-offset-tb-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-tb-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-tb-6 {
    margin-left: 50%;
  }
  .c-offset-tb-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-tb-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-tb-9 {
    margin-left: 75%;
  }
  .c-offset-tb-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-tb-11 {
    margin-left: 91.6666666667%;
  }
}
/* md */
@media (max-width: 768px) {
  .c-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-md-first {
    order: -1;
  }
  .c-order-md-last {
    order: 13;
  }
  .c-order-md-0 {
    order: 0;
  }
  .c-order-md-1 {
    order: 1;
  }
  .c-order-md-2 {
    order: 2;
  }
  .c-order-md-3 {
    order: 3;
  }
  .c-order-md-4 {
    order: 4;
  }
  .c-order-md-5 {
    order: 5;
  }
  .c-order-md-6 {
    order: 6;
  }
  .c-order-md-7 {
    order: 7;
  }
  .c-order-md-8 {
    order: 8;
  }
  .c-order-md-9 {
    order: 9;
  }
  .c-order-md-10 {
    order: 10;
  }
  .c-order-md-11 {
    order: 11;
  }
  .c-order-md-12 {
    order: 12;
  }
  .c-offset-md-0 {
    margin-left: 0;
  }
  .c-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-md-3 {
    margin-left: 25%;
  }
  .c-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-md-6 {
    margin-left: 50%;
  }
  .c-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-md-9 {
    margin-left: 75%;
  }
  .c-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
/* sp */
@media (max-width: 540px) {
  .c-col-pr {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-pr-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-pr-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-pr-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-pr-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-pr-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-pr-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-pr-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-pr-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-pr-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-pr-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-pr-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-pr-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-pr-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-pr-first {
    order: -1;
  }
  .c-order-pr-last {
    order: 13;
  }
  .c-order-pr-0 {
    order: 0;
  }
  .c-order-pr-1 {
    order: 1;
  }
  .c-order-pr-2 {
    order: 2;
  }
  .c-order-pr-3 {
    order: 3;
  }
  .c-order-pr-4 {
    order: 4;
  }
  .c-order-pr-5 {
    order: 5;
  }
  .c-order-pr-6 {
    order: 6;
  }
  .c-order-pr-7 {
    order: 7;
  }
  .c-order-pr-8 {
    order: 8;
  }
  .c-order-pr-9 {
    order: 9;
  }
  .c-order-pr-10 {
    order: 10;
  }
  .c-order-pr-11 {
    order: 11;
  }
  .c-order-pr-12 {
    order: 12;
  }
  .c-offset-pr-0 {
    margin-left: 0;
  }
  .c-offset-pr-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-pr-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-pr-3 {
    margin-left: 25%;
  }
  .c-offset-pr-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-pr-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-pr-6 {
    margin-left: 50%;
  }
  .c-offset-pr-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-pr-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-pr-9 {
    margin-left: 75%;
  }
  .c-offset-pr-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-pr-11 {
    margin-left: 91.6666666667%;
  }
}
[class*=c-title]:not(.c-title__page__header) {
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.c-title--page {
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 40px;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-title--page {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
}
.c-title--page span {
  font-size: 1.8rem;
  color: #2BADD7;
  display: block;
}
@media (max-width: 768px) {
  .c-title--page span {
    font-size: 1.6rem;
  }
}
.c-title--article {
  font-size: 3.2rem;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .c-title--article {
    font-size: 2.4rem;
    margin-top: 36px;
    margin-bottom: 32px;
  }
}
.c-title--section {
  font-size: 2.8rem;
  margin-top: 44px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .c-title--section {
    font-size: 2.2rem;
    margin-top: 32px;
    margin-bottom: 20px;
  }
}
.c-title--block, .c-title--block--line {
  font-size: 2.4rem;
  margin-top: 38px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .c-title--block, .c-title--block--line {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.c-title--block--line {
  padding-left: 26px;
}
@media (max-width: 768px) {
  .c-title--block--line {
    padding-left: 20px;
  }
}
.c-title--block--line::before {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #2BADD7;
  position: absolute;
  top: 18px;
  left: 0;
}
@media (max-width: 768px) {
  .c-title--block--line::before {
    width: 12px;
    height: 2px;
    top: 16px;
  }
}
.c-title--paragraph {
  font-size: 2.8rem;
  margin-top: 32px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .c-title--paragraph {
    font-size: 2.2rem;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
.c-title--small {
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .c-title--small {
    font-size: 1.8rem;
  }
}
.c-title__page__header {
  width: 100%;
  height: 240px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .c-title__page__header {
    height: 200px;
  }
}
.c-title__page__header .c-title--page {
  margin-bottom: 0;
}
.c-title__section {
  position: relative;
  padding-left: 35px;
  margin-bottom: 70px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .c-title__section {
    margin-bottom: 48px;
    padding-left: 20px;
  }
}
.c-title__section::before {
  display: block;
  content: "";
  background: #131313;
  width: 3px;
  height: 85%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
.c-title__section b {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .c-title__section b {
    font-size: 2.8rem;
  }
}
.c-title__section small {
  display: block;
  margin-top: 4px;
  margin-left: 4px;
  line-height: 1.6;
  color: #AAA;
  font-weight: 700;
  font-size: 20px;
  font-family: "Roboto", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 768px) {
  .c-title__section small {
    font-size: 1.6rem;
  }
}
.c-title__section.--center {
  text-align: center;
  padding: 0;
}
.c-title__section.--center small {
  margin-top: 0.8em;
}
.c-title__section.--center::before {
  content: none;
}
.c-title__try {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 1em;
  color: #2BADD7;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .c-title__try {
    font-size: 2.2rem;
  }
}
.c-title__try::before, .c-title__try::after {
  content: "";
  position: absolute;
  top: 0.8em;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateY(-50%);
}
.c-title__try::before {
  left: 0;
  border-width: 13.5px 0 13.5px 14px;
  border-color: transparent transparent transparent #2BADD7;
}
@media (max-width: 768px) {
  .c-title__try::before {
    border-width: 11.5px 0 11.5px 12px;
  }
}
.c-title__try::after {
  right: 0;
  border-width: 13.5px 14px 13.5px 0;
  border-color: transparent #2BADD7 transparent transparent;
}
@media (max-width: 768px) {
  .c-title__try::after {
    border-width: 11.5px 12px 11.5px 0;
  }
}
.c-title__small {
  font-size: 2.2rem;
  line-height: 2 !important;
}
@media (max-width: 768px) {
  .c-title__small {
    font-size: 1.8rem;
  }
}
.c-title__h3 {
  position: relative;
  z-index: 0;
  margin-bottom: 48px;
  padding-bottom: 20px;
  font-size: 3.2rem;
  text-align: center;
}
.c-title__h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 48px;
  height: 3px;
  background-color: #131313;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .c-title__h3 {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
.c-title__box {
  width: min(510px, 35.4166666667vw);
}

.c-accordion {
  /* + */
}
.c-accordion__inner {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-accordion__inner {
    width: auto;
  }
}
.c-accordion__box {
  background: #fff;
}
.c-accordion__box + .c-accordion__box {
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .c-accordion__box + .c-accordion__box {
    margin-top: 1.2rem;
  }
}
.c-accordion__box dd {
  display: none;
}
.c-accordion__question, .c-accordion__answer {
  position: relative;
  z-index: 0;
  padding: 3.5rem 9.5rem 3.5rem 7.5rem;
  font-size: 1.6rem;
  line-height: 2;
  /* A と Q */
}
@media (max-width: 768px) {
  .c-accordion__question, .c-accordion__answer {
    padding: 1.6rem 6.2rem 1.6rem 4.8rem;
    line-height: 1.6;
  }
}
.c-accordion__question::before, .c-accordion__answer::before {
  position: absolute;
  z-index: 0;
  left: 4rem;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 600;
  color: #131313;
}
@media (max-width: 768px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    left: 1.6rem;
  }
}
.c-accordion__question {
  font-weight: 500;
  font-size: 2rem;
  border-radius: 4px;
  transition: color 0.3s;
  /* Q */
}
@media (min-width: 769px) {
  .c-accordion__question:hover {
    cursor: pointer;
    color: #2BADD7;
  }
}
@media (max-width: 768px) {
  .c-accordion__question {
    font-size: 1.6rem;
  }
}
.c-accordion__question::before {
  content: "Q";
  top: 4.2rem;
}
@media (max-width: 768px) {
  .c-accordion__question::before {
    top: 1.6rem;
  }
}
.c-accordion__answer {
  opacity: 0;
  font-weight: 400;
  padding: 0rem 9.5rem 3.5rem 7.5rem;
  transform: translateY(-2.5rem);
  transition: opacity 0.4s, transform 0.4s;
  /* A */
}
@media (max-width: 768px) {
  .c-accordion__answer {
    padding: 0rem 6.2rem 1.6rem 4.8rem;
  }
}
.is-active .c-accordion__answer {
  opacity: 1;
  transform: translateY(0);
}
.c-accordion__answer::before {
  content: "A";
  top: 0.5rem;
  opacity: 0;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  .c-accordion__answer::before {
    top: 0.5rem;
  }
}
.is-active .c-accordion__answer::before {
  opacity: 1;
}
.c-accordion__icon {
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 4.8rem;
  height: 4.8rem;
  border: 2px solid #131313;
  border-radius: 50%;
  background: #fff;
  transition: all 0.5s;
  /* 横棒 */
}
@media (max-width: 768px) {
  .c-accordion__icon {
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
.c-accordion__icon::before, .c-accordion__icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 10px;
  background: #131313;
  transition: all 0.5s;
}
.c-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-active .c-accordion__icon {
  background: #131313;
}
.is-active .c-accordion__icon::before {
  background: #fff;
}
.is-active .c-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(0);
  background: #fff;
}

.c-accordion2 {
  /* + */
}
.c-accordion2__list {
  width: 78.3333333333%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-accordion2__list {
    width: auto;
  }
}
.c-accordion2__item {
  position: relative;
  z-index: 0;
}
.c-accordion2__item + .c-accordion2__item {
  margin-top: 8rem;
}
.c-accordion2__check {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.c-accordion2__musk {
  position: relative;
  z-index: 0;
}
.c-accordion2__musk::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.5s;
}
input:checked + .c-accordion2__musk::after {
  opacity: 0;
}
.c-accordion2__body {
  max-height: 4em;
  overflow: hidden;
  transition: 0.5s;
  transition: max-height 0.5s;
}
.c-accordion2__text {
  padding-bottom: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
.c-accordion2__label {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s;
}
@media (min-width: 769px) {
  .c-accordion2__check:hover ~ .c-accordion2__label {
    color: #005CD1;
  }
}
.c-accordion2__icon {
  position: relative;
  z-index: 0;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0.2rem;
  margin-left: 1.2rem;
  /* 横棒 */
}
.c-accordion2__icon::before, .c-accordion2__icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 0.2rem;
  border-radius: 10px;
  background: #005CD1;
  transform: translateY(-50%);
  transition: transform 0.5s;
}
.c-accordion2__icon::after {
  transform: translateY(-50%) rotate(90deg);
}
input:checked ~ .c-accordion2__label .c-accordion2__icon::after {
  transform: translateY(-50%) rotate(0);
}

.c-box {
  display: block;
  width: 100%;
  padding: 20px;
}
.c-box--white {
  background: #fff;
}

.c-card {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: relative;
  transition: none;
  outline: none;
}
.c-card--shadow {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
}
.c-card--radius {
  border-radius: 4px;
  overflow: hidden;
}
.c-card--white {
  background-color: #fff;
}
.c-card + div, .c-card + h2, .c-card + p, .c-card + table, .c-card + ul, .c-card + input, .c-card + button, .c-card + form {
  margin-top: 50px;
}
.c-card p {
  transition: all 0.3s ease;
}
.c-card__wrapper {
  row-gap: 30px;
}
@media (max-width: 768px) {
  .c-card__wrapper {
    row-gap: 10px;
  }
}
.c-card__inner {
  padding: 12px 12px 18px;
}
@media (max-width: 768px) {
  .c-card__inner {
    padding: 24px 20px 28px;
  }
}
.c-card__thumb a {
  position: relative;
  z-index: 0;
  display: block;
  aspect-ratio: 94/113;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-card__thumb a {
    aspect-ratio: 94/113;
  }
}
.c-card__thumb a img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.c-card__category {
  display: inline-block;
  width: fit-content;
  padding: 0 1em;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
.c-card__category.class_01 {
  background-color: #F2A800;
}
.c-card__category.mentor {
  background-color: #2BADD7;
}
.c-card__category.secretariat {
  background-color: #5379A6;
}
.c-card__category.teacher, .c-card__category.teacher_02 {
  background-color: #00AC77;
}
.c-card__name {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 2px;
  display: flex;
  flex-direction: column;
  gap: 2px 0;
}
.c-card__name__en {
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 700;
}
.c-card__name__en span {
  display: block;
  width: fit-content;
  background-color: #fff;
  padding: 3px 10px;
}
.c-card__name__ja {
  width: fit-content;
  padding: 3px 10px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
}
.c-card__name__text {
  color: #666666;
}
.c-card__name__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.c-card__name__list p {
  width: fit-content;
  line-height: 1.5;
  font-size: 13px;
}
.c-card__name--single {
  position: static;
}
.c-card__name--single .c-card__name__list p::before {
  content: "#";
}
.c-card__name--single .c-card__name__en {
  font-size: 5.1rem;
}
@media (max-width: 768px) {
  .c-card__name--single .c-card__name__en {
    font-size: 4.4rem;
  }
}
.c-card__name--single .c-card__name__en span {
  padding: 3px 12px;
}
.c-card__name--single .c-card__name__en {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.c-card__name--single .c-card__name__ja {
  padding: 8px 20px;
  font-size: 2.1rem;
}
.c-card__name--single .c-card__name__place {
  width: fit-content;
  padding: 2px 20px;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
}
.c-card__name--single .c-card__name__text {
  width: fit-content;
  margin-top: 28px;
  padding: 0 20px;
  color: #131313;
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-card__name--single .c-card__name__text {
    margin-top: 20px;
    padding: 0 12px;
  }
}

@media (min-width: 769px) {
  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 {
    color: #5c35c4;
  }
}

[class*=c-card__inner] > *:first-child {
  margin-top: 0;
}
[class*=c-card__inner] > *:last-child {
  margin-bottom: 0;
}

.c-cta__banner {
  width: calc(100% - 40px);
  max-width: 390px;
  background-color: #fff;
  border: #dddddd solid 1px;
  border-radius: 4px;
  margin: auto;
  overflow: hidden;
}
.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: 20px;
  z-index: 10;
  overflow: visible;
}
.c-cta__banner--wide {
  max-width: 800px;
}
.c-cta__banner--wide.c-cta__banner--fixed {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.c-cta__banner__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #f2f2f2;
}
@media (max-width: 768px) {
  .c-cta__banner__top {
    padding: 15px;
  }
}
.c-cta__banner__top::after {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #f2f2f2 transparent transparent transparent;
  border-width: 16px 21px 0 21px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .c-cta__banner__top::after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #f2f2f2 transparent transparent transparent;
    border-width: 12px 16px 0 16px;
    bottom: -12px;
  }
}
.c-cta__banner__top img {
  width: 100%;
}
.c-cta__banner__bottom {
  padding: 28px 20px 24px;
}
@media (max-width: 768px) {
  .c-cta__banner__bottom {
    padding: 22px 15px 20px;
  }
}
.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: 20px;
}
@media (max-width: 360px) {
  .c-cta__banner__inner {
    display: block;
    padding: 25px 15px 15px;
  }
}
.c-cta__banner__item {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 360px) {
  .c-cta__banner__item {
    width: 100%;
  }
  .c-cta__banner__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.c-cta__banner__item--tel {
  border: #dddddd solid 1px;
}
@media (max-width: 360px) {
  .c-cta__banner__item--tel {
    height: 56px;
  }
}
.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: bold;
  line-height: 1.4;
}
.c-cta__banner__title {
  font-size: 1.4rem;
  margin-right: 0.75em;
}
@media (max-width: 360px) {
  .c-cta__banner__title {
    font-size: 1.2rem;
  }
}
.c-cta__banner__tel {
  margin: 0;
  font-size: 2.8rem;
  margin: 0;
}
.c-cta__banner__close {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: #2BADD7 solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}
@media (max-width: 360px) {
  .c-cta__banner__close {
    width: 35px;
    height: 35px;
    top: -20px;
    right: -10px;
  }
}
.c-cta__banner__close::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  color: #2BADD7;
  font-size: 1.8rem;
  font-weight: 100;
  transition: all 0.3s ease;
}
.c-cta__banner__close:hover {
  background-color: #2BADD7;
}
.c-cta__banner__close:hover::before {
  color: #fff;
}
.c-cta__banner.is-hide {
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}
.c-cta__fixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 10;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .c-cta__fixed {
    bottom: 12px;
  }
}
.c-cta__fixed > * + * {
  margin-top: 8px;
}
.c-cta__fixed__wrap {
  display: block;
  width: 300px;
  padding: 13px 12px 10px 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.c-cta__fixed__title {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.4615384615;
  color: #2BADD7;
}
.c-cta__fixed__register {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.c-cta__fixed__register figure {
  position: relative;
  z-index: 0;
  width: 38px;
  height: 38px;
  margin-left: auto;
  font-size: 1.5rem;
  border: 2px solid #131313;
  border-radius: 50%;
}
.c-cta__fixed__register svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 24px;
  height: 100%;
  fill: currentcolor;
  transform: translate(-50%, -50%);
}
.c-cta__fixed__register.white {
  color: #fff;
}
.c-cta__fixed__register.white figure {
  color: #fff;
  border-color: #fff;
}
.c-cta__fixed__register.blue figure {
  color: #2BADD7;
  border-color: #2BADD7;
}
.c-cta__fixed__register .u-color--text-second {
  margin-right: 0.5em;
  font-size: 1.2rem;
  font-weight: 400;
}
.c-cta__fixed.is-hide {
  z-index: 1;
}
.c-cta__fixed--seminar, .c-cta__fixed--entry {
  border-radius: 10px;
  background-color: #fff;
}
.c-cta__fixed--seminar .c-cta__fixed__title, .c-cta__fixed--entry .c-cta__fixed__title {
  font-size: 1.4rem;
}
.c-cta__fixed--seminar .c-cta__fixed__register figure, .c-cta__fixed--entry .c-cta__fixed__register figure {
  width: 30px;
  height: 30px;
  border-width: 1px;
}
.c-cta__fixed--seminar .c-cta__fixed__register figure svg, .c-cta__fixed--entry .c-cta__fixed__register figure svg {
  width: 18px;
}
.c-cta__fixed--seminar {
  color: #fff;
  border: 1px solid #fff;
}
.c-cta__fixed--seminar .c-cta__fixed__wrap {
  padding: 15px;
  background-color: #062F56;
}
.c-cta__fixed--seminar .c-cta__fixed__title {
  color: #fff;
}
.c-cta__fixed--entry {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.c-cta__fixed--wide {
  right: 50%;
  bottom: 40px;
  width: 100%;
  max-width: 1040px;
  padding: 0 10px;
  line-height: 1;
  border-radius: 10px;
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .c-cta__fixed--wide {
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    transform: none;
  }
}
.c-cta__fixed--wide > div {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .c-cta__fixed--wide > div {
    border-radius: 0;
  }
}
.c-cta__fixed--wide .c-cta__fixed__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  width: 100%;
  padding: 15px 30px;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #062F56;
}
@media (max-width: 768px) {
  .c-cta__fixed--wide .c-cta__fixed__wrap {
    flex-direction: column;
    gap: 0;
    padding: 10px 12px 8px;
    text-align: center;
    border-radius: 0;
    border: none;
  }
}
.c-cta__fixed--wide .c-cta__fixed__head {
  flex: 1;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-cta__fixed--wide .c-cta__fixed__head {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .c-cta__fixed--wide .c-cta__fixed__head .border {
    flex-direction: column;
    width: 100%;
    line-height: 1;
    padding-bottom: 7px;
    margin-bottom: 4px;
    border-bottom: 1px solid #fff;
  }
}
.c-cta__fixed--wide .c-cta__fixed__head .border::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  margin: 2px 1em 0;
  background-color: #fff;
  transform: translateY(2px);
}
@media (max-width: 768px) {
  .c-cta__fixed--wide .c-cta__fixed__head .border::after {
    content: none;
    width: 100%;
    height: 1px;
    margin: 0;
    transform: none;
  }
}
@media (max-width: 768px) {
  .c-cta__fixed--wide .c-cta__fixed__register {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}
.c-cta__fixed--wide .c-cta__fixed__register figure {
  width: 30px;
  height: 30px;
  margin: 0;
  border-color: #fff;
}
@media (max-width: 768px) {
  .c-cta__fixed--wide .c-cta__fixed__register figure {
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
}
.c-cta__fixed--wide .c-cta__fixed__register figure svg {
  width: 16px;
}
.c-cta__bg {
  background-color: #F2F2F2;
}
.c-cta__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .c-cta__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.c-cta__text {
  margin: 40px 0 60px;
  color: #666666;
}
@media (max-width: 768px) {
  .c-cta__text {
    text-align: center;
    margin: 24px 0;
  }
}
.c-cta__list {
  row-gap: 14px;
  margin-top: 40px;
}
.c-cta__list__item {
  height: 100%;
  padding: 60px min(100px, 6.9444444444vw);
  background-color: #fff;
}
@media (max-width: 540px) {
  .c-cta__list__item {
    padding: 40px 5.3333333333vw;
  }
}

.c-img img {
  width: 100%;
}
.c-img--radius {
  border-radius: 20px;
  overflow: hidden;
}
.c-img--auto img {
  width: auto;
}
.c-img--border {
  border: #e9eaef solid 1px;
}
.c-img--video {
  max-width: 760px;
  margin: auto;
  position: relative;
}
.c-img--video::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  color: #fff;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 0.15em;
  width: 68px;
  height: 68px;
  background-color: #2BADD7;
  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 (max-width: 540px) {
  .c-img--video::before {
    font-size: 3.2rem;
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 769px) {
  .c-img--video:hover::before {
    background-color: #5c35c4;
  }
}

.c-list li {
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .c-list li {
    padding-left: 15px;
  }
}
.c-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #2BADD7;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
@media (max-width: 768px) {
  .c-list li::before {
    top: 10px;
  }
}
.c-list li:not(:last-child) {
  margin-bottom: 12px;
}
.c-list--large li {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .c-list--large li {
    font-size: 1.8rem;
    padding-left: 20px;
  }
}
.c-list--large li::before {
  width: 10px;
  height: 10px;
  top: 14px;
}
@media (max-width: 768px) {
  .c-list--large li::before {
    top: 13px;
  }
}
.c-list--notice li {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
  vertical-align: text-top;
  color: #AAAAAA;
}
.c-list__dot {
  display: table;
  width: 100%;
  margin: 0;
  padding-left: 0;
  text-align-last: left;
}
.c-list__dot li {
  list-style: none;
  line-height: 2;
}
.c-list__dot__head {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 0.5em;
}
.c-list__dot__body {
  display: table-cell;
  vertical-align: top;
  color: #666;
}
.--white .c-list__dot__body {
  color: #fff !important;
}

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% - 80px);
  height: auto;
  max-width: 915px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 540px) {
  .c-modal__inner {
    width: calc(100% - 40px);
    max-height: 600px;
  }
}
.c-modal__block {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 0;
  position: relative;
}
@media (max-width: 540px) {
  .c-modal__block {
    padding: 10px 10px 0;
  }
}
.c-modal__text {
  height: auto;
  max-height: calc(100vh - 120px);
  padding: 50px 65px;
  overflow: auto;
}
@media (max-width: 540px) {
  .c-modal__text {
    height: 144vw;
    max-height: 600px;
    padding: 30px 10px;
  }
}
.c-modal__video {
  width: 100%;
  background-color: #000;
  padding-top: 56.25% !important;
  position: relative;
}
@media (max-width: 540px) {
  .c-modal__video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-modal__video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
.c-modal__close-btn {
  width: 68px;
  height: 68px;
  background-color: #2BADD7;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -38px;
  right: -35px;
  transition: all 0.3s ease;
}
@media (max-width: 540px) {
  .c-modal__close-btn {
    width: 46px;
    height: 46px;
    top: -23px;
    right: -10px;
  }
}
.c-modal__close-btn--video {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .c-modal__close-btn--video {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 540px) {
  .c-modal__close-btn--video {
    top: 10px;
    right: 10px;
  }
}
.c-modal__close-btn::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  font-weight: 100;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 540px) {
  .c-modal__close-btn::before {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .c-modal__close-btn:hover {
    background-color: #5c35c4;
  }
}
.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-tab {
  margin-bottom: 16px;
}
.c-tab__wrap {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 768px) {
  .c-tab__wrap {
    width: 100vw;
    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(13.6rem, 1fr));
  grid-auto-columns: 100%;
  grid-auto-flow: row;
  gap: 0 1.2rem;
  width: 100%;
}
.c-tab__list::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #0049A7;
}
@media (max-width: 768px) {
  .c-tab__list {
    gap: 0 0.8rem;
    width: 162.1333333333vw;
    padding: 0 20px;
  }
}
.c-tab__item {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 13.6rem;
  min-height: 6.4rem;
  padding: 2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: #666666;
  border-radius: 4px 4px 0 0;
  background: #F2F2F2;
}
@media (min-width: 769px) {
  .c-tab__item {
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .c-tab__item:hover {
    color: #fff;
    background-color: #0049A7;
  }
}
@media (max-width: 768px) {
  .c-tab__item {
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
}
.c-tab__item span {
  width: 100%;
}
.c-tab__item.is-current {
  opacity: 1;
  color: #fff;
  background: #0049A7;
}
.c-tab__panel__item {
  display: none;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #131313;
  padding: 30px 0 40px;
}
@media (min-width: 769px) {
  .c-tab__panel__item {
    padding: 40px 0;
  }
}
.c-tab__panel__item.is-active {
  display: block;
}

.c-info__category__label__head span, .c-info__share__title, .c-info__content__anchor__head {
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.c-info__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 29px;
  margin-top: 32px;
  padding: 0 1.2em;
  color: #2BADD7;
  font-size: 1.3rem;
  font-weight: 400;
  border-radius: 30px;
  background-color: #f2f2f2;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .c-info__tag {
    font-size: 1.1rem;
  }
}
@media (max-width: 360px) {
  .c-info__tag {
    font-size: 1rem;
  }
}
.c-info__tag__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  z-index: 1;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .c-info__tag__wrapper {
    margin-top: 20px;
  }
}
.c-info__tag--card {
  margin-top: 0;
  margin-bottom: 8px;
  color: #131313;
  font-size: 1.3rem;
  font-weight: 400;
  background-color: #f2f2f2;
}
@media (max-width: 768px) {
  .c-info__tag--card {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
.c-info__sns {
  display: flex;
  gap: 12px;
}
.c-info__sns__item {
  font-size: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 768px) {
  .c-info__sns__item {
    font-size: 3rem;
    width: 3rem;
  }
}
.c-info__sns__item a {
  display: block;
  width: 100%;
  color: #131313;
}
@media (min-width: 769px) {
  .c-info__sns__item a:hover {
    opacity: 0.6;
  }
  .c-info__sns__item a:hover img {
    opacity: 1;
  }
}
.c-info__sns__item--video {
  width: 93px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .c-info__sns__item--video {
    width: 83px;
  }
}
.c-info__sns__item.nolink a {
  pointer-events: none;
  color: #ddd;
}
.c-info__video {
  width: 60px;
  margin-left: 10px;
  padding: 7px 0 6px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  font-family: "Roboto", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-radius: 9999px;
  background-color: #131313;
}
.c-info__video svg {
  width: 8px;
  margin-left: 4px;
  color: inherit;
  vertical-align: top;
}
.c-info__video--large {
  width: 93px;
  font-size: 1.7rem;
  padding: 11px 0 8px;
}
.c-info__video--large svg {
  width: 11px;
  margin-left: 5px;
  vertical-align: unset;
}
.c-info__lead {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 540px) {
  .c-info__lead {
    -webkit-line-clamp: 3;
  }
}
.c-info__lead a {
  font-weight: 400;
  color: #666666;
  text-decoration: none;
}
.c-info__company, .c-info__date {
  font-size: 1.4rem;
  display: block;
  position: relative;
}
.c-info__date {
  color: #000;
  font-weight: 700;
}
.c-info__labels {
  flex: 1;
  margin-top: 26px;
  margin-left: min(52px, 3.6111111111vw);
}
@media (max-width: 1024px) {
  .c-info__labels {
    width: 100%;
    margin-top: 40px;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .c-info__labels {
    display: block;
    margin-left: 0;
  }
}
.c-info__labels li img {
  width: 45px;
}
.c-info__labels li .c-info__date {
  min-width: 90px;
  transform: translateY(4px);
}
@media (max-width: 540px) {
  .c-info__labels li .c-info__date {
    transform: none;
  }
}
.c-info__list {
  width: 100%;
  border-top: #f2f2f2 solid 1px;
  border-bottom: #f2f2f2 solid 1px;
  margin-bottom: 60px;
}
.c-info__list__item {
  padding: 30px 0;
  position: relative;
}
@media (max-width: 768px) {
  .c-info__list__item {
    display: block;
    padding: 20px 0;
  }
}
.c-info__list__item:not(:last-child) {
  border-bottom: #f2f2f2 solid 1px;
}
@media (min-width: 769px) {
  .c-info__list__item:hover .c-info__lead a {
    color: #2BADD7;
  }
}
.c-info__card {
  margin-top: 48px;
  outline: none;
}
@media (max-width: 540px) {
  .c-info__card {
    margin-top: 20px;
  }
}
.c-info__card:hover, .c-info__card:focus {
  outline: none;
}
.c-info__card__wrapper {
  margin-top: -48px !important;
}
@media (max-width: 540px) {
  .c-info__card__wrapper {
    margin-top: -20px !important;
  }
}
.c-info__card__company, .c-info__card__date {
  font-size: 1.4rem;
  position: relative;
}
@media (max-width: 768px) {
  .c-info__card__company, .c-info__card__date {
    font-size: 1.2rem;
  }
}
.c-info__card__date {
  color: #666666;
}
.c-info__card__lead {
  margin: 0.5em 0 1em;
  -webkit-line-clamp: 2;
}
.c-info__card__thumb a::before, .c-info__card__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-info__card__thumb {
  overflow: hidden;
}
@media (min-width: 769px) {
  .c-info__card:hover .c-info__card__thumb img {
    transform: translate(-50%, -50%) scale(1.2);
  }
  .c-info__card:hover .c-info__card__lead a {
    color: #5c35c4;
  }
}
.c-info__category__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  margin: 0 12px 8px 0;
  padding: 0 1.25em;
  color: #131313;
  font-size: 1.2rem;
  border: #131313 solid 2px;
  border-radius: 9999px;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .c-info__category__label {
    font-size: 1.1rem;
  }
}
@media (max-width: 540px) {
  .c-info__category__label {
    font-size: 1.6rem;
    margin: 0 20px 14px 0;
  }
}
.c-info__category__label.is-act {
  border-color: #2BADD7;
  color: #fff;
  background-color: #2BADD7;
}
@media (min-width: 769px) {
  .c-info__category__label:hover {
    border-color: #2BADD7;
    color: #2BADD7;
  }
}
.c-info__category__label:active {
  border-color: #662f95;
  color: #662f95 !important;
}
.c-info__category__label__container {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 540px) {
  .c-info__category__label__container {
    width: calc((100% - 10px) / 2);
    width: 48%;
    display: inline-flex;
    margin-bottom: 30px;
  }
  .c-info__category__label__container + .c-info__category__label__container {
    margin-left: 2%;
  }
}
.c-info__category__label__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 540px) {
  .c-info__category__label__list {
    flex-direction: column;
  }
}
.c-info__category__label__head {
  margin-bottom: 28px;
}
.c-info__category__label__head span {
  font-size: 2.4rem;
}
@media (max-width: 540px) {
  .c-info__category__label__head span {
    font-size: 1.3rem;
    font-weight: normal;
  }
}
@media (max-width: 360px) {
  .c-info__category__label__head span {
    font-size: 1.2rem;
    letter-spacing: -0.05em;
  }
}
.c-info__category__label__head span::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  margin-right: 6px;
}
@media (max-width: 540px) {
  .c-info__category__label__head span::before {
    margin-right: 3px;
  }
}
@media (max-width: 540px) {
  .c-info__category__label__head {
    width: 100%;
    height: 46px;
    background-color: #fff;
    border: #dddddd solid 1px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 541px) {
  .c-info__category__label__wrapper {
    display: block !important;
  }
}
@media (max-width: 540px) {
  .c-info__category__label__wrapper {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 140px 40px 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: auto;
  }
}
.c-info__category__label__close {
  display: none;
}
@media (max-width: 540px) {
  .c-info__category__label__close {
    display: block;
    position: fixed;
    top: 90px;
    right: 20px;
    z-index: 10;
  }
  .c-info__category__label__close::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
    color: #131313;
    font-size: 2.4rem;
    font-weight: 100;
  }
}
.c-info__category__header {
  width: 100%;
  display: flex;
  row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.c-info__category__title {
  width: calc(100% - 260px);
  margin: 0;
}
@media (max-width: 540px) {
  .c-info__category__title {
    width: fit-content;
  }
}
.c-info__category__select {
  max-width: 230px;
}
@media (max-width: 768px) {
  .c-info__category__select {
    max-width: 132px;
  }
}
.c-info__category__list, .c-info__archive__list {
  border-top: #dddddd solid 1px;
  border-bottom: #dddddd solid 1px;
}
.c-info__category__item, .c-info__archive__item {
  list-style-type: none;
}
.c-info__category__item::marker, .c-info__archive__item::marker {
  content: none;
}
.c-info__category__item:not(:last-child), .c-info__archive__item:not(:last-child) {
  border-bottom: #dddddd dashed 1px;
}
.c-info__category__item a, .c-info__archive__item a {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  padding: 16px 65px 16px 0;
  position: relative;
}
@media (max-width: 768px) {
  .c-info__category__item a, .c-info__archive__item a {
    font-size: 1.4rem;
    padding: 16px 40px 16px 0;
  }
}
.c-info__category__item a::after, .c-info__archive__item a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #2BADD7;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-info__category__item a::after, .c-info__archive__item a::after {
    right: 10px;
  }
}
@media (min-width: 769px) {
  .c-info__category__item a:hover, .c-info__archive__item a:hover {
    color: #2BADD7;
  }
  .c-info__category__item a:hover::after, .c-info__archive__item a:hover::after {
    color: #2BADD7;
  }
}
@media (min-width: 769px) {
  .c-info__category__item a:active:hover, .c-info__archive__item a:active:hover {
    color: #662f95;
  }
  .c-info__category__item a:active:hover::after, .c-info__archive__item a:active:hover::after {
    color: #662f95;
  }
}
.c-info__category__sub__head, .c-info__archive__sub__head {
  width: 100%;
  height: auto;
  color: #131313;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 20px 65px 20px 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-info__category__sub__head, .c-info__archive__sub__head {
    font-size: 1.4rem;
  }
}
.c-info__category__sub__head::after, .c-info__archive__sub__head::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  color: #2BADD7;
  font-size: 1.8rem;
  padding-left: 0;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-info__category__sub__head::after, .c-info__archive__sub__head::after {
    right: 8px;
  }
}
@media (min-width: 769px) {
  .c-info__category__sub__head:hover, .c-info__archive__sub__head:hover {
    color: #2BADD7;
  }
  .c-info__category__sub__head:hover::after, .c-info__archive__sub__head:hover::after {
    color: #2BADD7;
  }
}
.c-info__category__sub__head.is-act, .c-info__archive__sub__head.is-act {
  color: #2BADD7;
}
.c-info__category__sub__head.is-act::after, .c-info__archive__sub__head.is-act::after {
  color: #2BADD7;
  content: "\f068";
}
.c-info__category__sub__wrapper, .c-info__archive__sub__wrapper {
  display: none;
  padding-bottom: 20px;
}
.c-info__category__sub__item, .c-info__archive__sub__item {
  padding-left: 25px;
}
.c-info__category__sub__item a, .c-info__archive__sub__item a {
  padding: 0;
  padding-left: 15px;
  position: relative;
}
.c-info__category__sub__item a::after, .c-info__archive__sub__item a::after {
  content: none;
}
.c-info__category__sub__item a::before, .c-info__archive__sub__item a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #2BADD7;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.c-info__category__sub__item:not(:last-child), .c-info__archive__sub__item:not(:last-child) {
  margin-bottom: 20px;
}
.c-info__related__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-info__related__item:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .c-info__related__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.c-info__related__item--border {
  margin-bottom: 0;
}
.c-info__related__item--border:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: #e9eaef dashed 1px;
}
@media (max-width: 768px) {
  .c-info__related__item--border:not(:last-child) {
    padding-bottom: 20px;
  }
}
.c-info__related__item--border:not(:first-child) {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .c-info__related__item--border:not(:first-child) {
    padding-top: 20px;
  }
}
.c-info__related__item .c-info__related__lead, .c-info__related__item .c-info__date {
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .c-info__related__item:hover .c-info__related__lead, .c-info__related__item:hover .c-info__date {
    color: #2BADD7;
  }
}
.c-info__related__thumb {
  width: 120px;
  height: 85px;
  overflow: hidden;
}
.c-info__related__thumb a {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 540px) {
  .c-info__related__thumb a {
    border-radius: 8px;
  }
}
.c-info__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-info__related__data {
  width: calc(100% - 135px);
}
.c-info__related__lead {
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease;
}
.c-info__related__lead a {
  color: #131313;
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  .c-info__related__lead {
    max-height: 3em;
  }
}
@media (max-width: 1024px) {
  .c-info__related__lead {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .c-info__related__lead {
    font-size: 1.4rem;
  }
}
.c-info__related__lead + .c-info__tag__wrapper {
  margin-top: 8px;
}
.c-info__related__thumb a::before, .c-info__related__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 769px) {
  .c-info__related__item:hover .c-info__related__thumb__inner {
    transform: scale(1.2);
  }
  .c-info__related__item:hover .c-info__related__lead a {
    color: #5c35c4;
  }
}
.c-info__share {
  text-align: center;
  margin: 60px 0;
}
@media (max-width: 768px) {
  .c-info__share {
    margin: 30px 0;
  }
}
.c-info__share__title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
.c-info__share ul li {
  display: inline-block;
  margin: 0 10px;
  width: 50px;
}
.c-info__content {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .c-info__content {
    padding: 100px 0;
  }
}
.c-info__content__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .c-info__content__wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .c-info__content__wrapper {
    padding: 60px 0 100px;
  }
}
.c-info__content__main, .c-info__content__main--wide {
  width: calc(100% - 460px);
}
@media (max-width: 1024px) {
  .c-info__content__main, .c-info__content__main--wide {
    margin-bottom: 60px;
  }
}
.c-info__content__main--wide {
  width: calc(100% - 410px);
}
.c-info__content__side {
  width: 380px;
}
.c-info__content__side__ttl {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .c-info__content__side__ttl {
    margin-bottom: 24px;
  }
}
.c-info__content__side div + h2, .c-info__content__side div + h3, .c-info__content__side div + h4 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .c-info__content__side div + h2, .c-info__content__side div + h3, .c-info__content__side div + h4 {
    margin-top: 26px;
  }
}
.c-info__content__main, .c-info__content__main--wide, .c-info__content__side {
  position: relative;
}
@media (max-width: 1024px) {
  .c-info__content__main, .c-info__content__main--wide, .c-info__content__side {
    width: 100% !important;
  }
}
.c-info__content__header {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .c-info__content__header {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}
.c-info__content__header__img {
  width: 48.6075949367%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-info__content__header__img {
    width: calc(100% - 88px);
    margin: 0 auto 28px;
  }
}
.c-info__content__header__img img {
  width: 100%;
}
.c-info__content__header > *:last-child {
  margin-bottom: 0;
}
.c-info__content__related {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .c-info__content__related {
    margin-top: 50px;
  }
}
.c-info__content__anchor {
  border-top: #2BADD7 solid 4px;
  border-bottom: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  border-left: #dddddd solid 1px;
  padding: 32px 40px;
  margin: 80px 0;
}
@media (max-width: 768px) {
  .c-info__content__anchor {
    padding: 28px 20px;
    margin: 40px 0;
  }
}
.c-info__content__anchor__head {
  font-size: 1.8rem;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .c-info__content__anchor__head {
    margin-bottom: 20px;
  }
}
.c-info__content__anchor__list li {
  list-style-type: decimal;
  margin-left: 1em;
}
.c-info__content__anchor__list li a {
  color: #2BADD7;
  line-height: 1.8;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .c-info__content__anchor__list li a:hover {
    color: #5c35c4;
    text-decoration: none;
  }
}
.c-info__content__anchor__list li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .c-info__content__anchor__list li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.c-info__content__anchor__list li ol {
  margin: 8px 0;
}
@media (max-width: 768px) {
  .c-info__content__anchor__list li ol {
    margin: 12px 0;
  }
}
.c-info__banner {
  max-width: 390px;
  margin: auto;
}
.c-info__header {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .c-info__header {
    margin-bottom: 50px;
  }
}
.c-info__header__img {
  margin: 60px 0 80px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-info__header__img {
    margin: 40px 0 28px;
  }
}
.c-info__header__img img {
  width: 100%;
}
.c-info__header > *:first-child {
  margin-top: 0;
}
.c-info__header > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  a.c-info__tag:hover {
    background-color: #2BADD7;
    color: #fff;
  }
}
a.c-info__tag:active {
  background-color: #662f95;
  color: #fff;
}

.p-box {
  text-align: center;
  padding: 60px 15px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-box {
    padding: 48px 20px;
  }
}
.p-box__cut {
  width: fit-content;
  margin: 0 auto;
  padding: 100px 48px;
  background: linear-gradient(45deg, transparent 0px, #fff 0px), linear-gradient(135deg, transparent 40px, #fff 20px), linear-gradient(225deg, transparent 0px, #fff 0px), linear-gradient(315deg, transparent 40px, #fff 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-box__cut {
    width: 100%;
    padding: 60px 20px;
    background: linear-gradient(45deg, transparent 0px, #fff 0px), linear-gradient(135deg, transparent 24px, #fff 20px), linear-gradient(225deg, transparent 0px, #fff 0px), linear-gradient(315deg, transparent 24px, #fff 20px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
}
.p-box__cut__title {
  display: flex;
  flex-direction: column;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .p-box__cut__title {
    font-size: 2.2rem;
  }
}
.p-box__slim {
  width: min(996px, 69.1666666667vw);
  margin: 0 auto;
  padding: 80px 102px;
}
@media (max-width: 768px) {
  .p-box__slim {
    width: 100%;
    padding: 40px 20px;
  }
}
.p-box__img {
  padding: 0 min(40px, 9.7222222222vw);
}
.p-box__text {
  margin-top: 32px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-box__text {
    margin-top: 28px;
    text-align: left;
  }
}
.p-box__wide {
  padding: 80px 60px;
}
@media (max-width: 768px) {
  .p-box__wide {
    padding: 40px 30px;
  }
}
.p-box__xl {
  padding: 80px 170px;
}
@media (max-width: 768px) {
  .p-box__xl {
    padding: 40px 30px;
  }
}
.p-box.--transparent {
  background-color: transparent;
}

.p-card {
  height: 100%;
  background-color: #fff;
}
.p-card a {
  display: block;
  height: 100%;
}
@media (min-width: 769px) {
  .p-card a:hover img {
    opacity: 1;
    transform: scale(1.1);
  }
}
.p-card__thumb {
  overflow: hidden;
}
.p-card__thumb img {
  transition: transform 0.3s;
}
.p-card__body {
  padding: 30px 30px 40px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-card__body {
    padding: 24px 26px 40px;
  }
}
.p-card__body__high {
  padding: 40px 30px 48px;
}
@media (max-width: 768px) {
  .p-card__body__high {
    padding: 20px 20px 40px;
  }
}
.p-card__time {
  font-size: 1.6rem;
  color: #666666;
}
@media (max-width: 768px) {
  .p-card__time {
    font-size: 1.3rem;
  }
}
.p-card__text {
  margin-top: 16px;
  color: #666666;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-card__text {
    margin-top: 8px;
    text-align: left;
  }
}
.p-card__title {
  margin-top: 4px;
  line-height: 1.5454545455;
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .p-card__title {
    font-size: 1.8rem;
  }
}
.p-card__limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: min(30px, 2.0833333333vw) min(30px, 2.0833333333vw) min(30px, 2.0833333333vw) min(60px, 4.1666666667vw);
  color: var(--headerLinkColor);
  background-color: var(--header-bg);
  transition: background-color 0.3s ease;
}
@media (max-width: 1200px) {
  .p-header {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.p-header + * {
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .p-header + * {
    margin-top: 64px;
  }
}
.p-header__inner {
  display: flex;
  align-items: center;
}
.p-header__logo {
  margin-right: auto;
}
.p-header__logo a {
  display: block;
}
@media (hover: hover) {
  .p-header__logo a:hover {
    opacity: 0.6;
  }
}
.p-header__logo svg {
  display: block;
  width: 12.2222222222vw;
  color: var(--headerLinkColor);
}
@media (max-width: 768px) {
  .p-header__logo svg {
    width: min(119px, 31.7333333333vw);
  }
}
.p-header__hamburger {
  color: #fff;
}
@media (min-width: 1024px) {
  .p-header__hamburger {
    display: none;
  }
}
@media (max-width: 1200px) {
  .p-header__hamburger {
    position: relative;
    z-index: 0;
    display: block;
    width: 64px;
    height: 64px;
    background-color: #2BADD7;
  }
  .p-header__hamburger::before, .p-header__hamburger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 100;
    font-family: "Font Awesome 5 Pro";
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  .p-header__hamburger::before {
    content: "\f0c9";
    font-size: 2.4rem;
  }
  .p-header__hamburger::after {
    content: "\f00d";
    font-size: 2.8rem;
    opacity: 0;
  }
}
.is-open .p-header__hamburger::before {
  opacity: 0;
}
.is-open .p-header__hamburger::after {
  opacity: 1;
}
.p-header--white {
  --headerLinkColor: #fff;
}
.p-header--white + * {
  margin-top: 0;
}
.is-open .p-header--white {
  --headerLinkColor: #131313;
}
.p-header__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: auto;
  margin-left: min(32px, 2.2222222222vw);
  padding: 0.8em 1.5em;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 9999px;
  color: #fff !important;
  background-color: #2BADD7;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .p-header__contact {
    display: none;
    margin-left: 10px;
  }
}
@media (hover: hover) {
  .p-header__contact:hover {
    opacity: 0.6;
  }
}
.p-header__contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}
.p-header__contact span {
  font-weight: 600;
  font-family: "Roboto", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: min(2.1rem, 1.4583333333vw);
}
@media (max-width: 768px) {
  .p-header__contact span {
    font-size: 2rem;
  }
}

.p-header.is-scroll {
  background-color: #fff;
}
.p-header.is-scroll.p-header--white {
  --headerLinkColor: #131313;
}

.is-open {
  overflow: hidden;
}

.p-join .p-header:not(.is-scroll) svg {
  fill: #131313;
}
@media (max-width: 768px) {
  .p-join .p-header:not(.is-scroll) svg {
    fill: #fff;
  }
}
.p-join.is-open .p-header svg {
  fill: #131313 !important;
}
.p-join__mv {
  position: relative;
  display: flex;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .p-join__mv {
    flex-direction: column-reverse;
  }
}
.p-join__mv__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max(620px, 43.0555555556vw);
  aspect-ratio: 31/30;
  background-color: #fff;
}
@media (min-width: 769px) {
  .p-join__mv__desc {
    padding-inline: max(80px, 5.5555555556vw);
  }
}
@media (max-width: 1024px) {
  .p-join__mv__desc {
    position: relative;
    z-index: 1;
    aspect-ratio: auto;
    width: calc(100% - 40px);
    margin: -34px auto 0;
    padding: 25px 15px 30px;
    text-align: center;
    background-color: #fff;
  }
}
.p-join__mv__desc .c-button2 {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .p-join__mv__desc .c-button2 {
    width: max(360px, 25vw) !important;
    translate: -24px 0;
  }
}
.p-join__mv__title {
  margin-bottom: 42px;
  font-size: clamp(3rem, 3.3333333333vw, 5.8rem);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-join__mv__title {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
}
.p-join__mv__title .head {
  display: block;
  margin-bottom: 0.25em;
  font-size: clamp(1.8rem, 1.8055555556vw, 3.6rem);
}
@media (max-width: 768px) {
  .p-join__mv__title .head {
    font-size: 1.8rem;
  }
}
.p-join__mv__text {
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  font-size: clamp(1.6rem, 1.3888888889vw, 2.8rem);
  padding: 0.5em 0;
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
}
@media (max-width: 768px) {
  .p-join__mv__text {
    width: max-content;
    margin-inline: auto;
    font-size: 1.4rem;
  }
}
.p-join__mv .c-button2 {
  position: relative;
  z-index: 5;
  width: 100%;
}
.p-join__mv__area {
  flex: 1;
  aspect-ratio: 159/100;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-join__mv__area {
    aspect-ratio: 75/49;
  }
}
.p-join__mv__thumb {
  position: relative;
  left: 50%;
  flex: 1;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-join__mv__thumb {
    width: 116.2666666667%;
  }
}
.p-join__mv__thumb video, .p-join__mv__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-join .p-index__feature {
  position: relative;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 174px;
}
@media (max-width: 768px) {
  .p-join .p-index__feature {
    padding: 80px 0 266px;
  }
}
.p-join .p-index__feature::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  width: 120.8333333333vw;
  height: auto;
  max-width: 1740px;
  aspect-ratio: 249/179;
  background-image: url(/assets/img/join/feature_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-join .p-index__feature::before {
    top: 40vw;
    aspect-ratio: 604/1335;
    width: 161.0666666667vw;
    background-image: url(/assets/img/join/feature_bg_sp.webp);
  }
}
.p-join .p-index__feature .p-box {
  max-width: 990px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-join .p-index__feature .p-box {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-mv__bg {
  height: 480px;
  margin-top: 0;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .p-mv__bg {
    height: 464px;
    background-image: url(/assets/img/member/mv_sp.jpg);
  }
}
.p-mv__bg--member {
  background-image: url(/assets/img/member/mv.jpg);
}
@media (max-width: 768px) {
  .p-mv__bg--member {
    background-image: url(/assets/img/member/mv_sp.jpg);
  }
}
.p-mv__bg--faq {
  background-image: url(/assets/img/faq/mv.jpg);
}
@media (max-width: 768px) {
  .p-mv__bg--faq {
    background-image: url(/assets/img/faq/mv_sp.jpg);
  }
}
.p-mv__bg--about {
  background-image: url(/assets/img/about/mv.jpg);
}
@media (max-width: 768px) {
  .p-mv__bg--about {
    background-image: url(/assets/img/about/mv_sp.jpg);
  }
}
.p-mv__bg--company {
  background-image: url(/assets/img/company/mv.jpg);
}
@media (max-width: 768px) {
  .p-mv__bg--company {
    background-image: url(/assets/img/company/mv_sp.jpg);
  }
}
.p-mv__text {
  width: 100%;
  height: 200px;
  margin-top: 0;
}
.p-mv__text__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-mv__text__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-mv__text__title {
    font-size: 2.8rem;
  }
}
.p-mv__inner {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.p-mv__title {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 60px;
  width: fit-content;
  padding: 11px 20px;
  line-height: 1;
  color: #131313;
  font-size: 3.6rem;
  font-weight: 700;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .p-mv__title {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .p-mv__title {
    left: 0;
    bottom: 78px;
    padding: 0px 20px 0px;
    font-size: 2.8rem;
    line-height: 2;
  }
}
.p-mv__title--group {
  bottom: -32px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  .p-mv__title--group {
    left: 10px;
    bottom: -20px;
    font-size: 2.6rem;
  }
}
.p-mv__title--group span {
  display: block;
  width: fit-content;
  padding: 0.3529411765em 20px 0.4117647059em;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-mv__title--group span {
    padding: 0 10px;
    line-height: 1.5;
  }
}
.p-mv__title--group mark {
  color: #1396C1;
  background-color: transparent;
}
.p-mv__scroll {
  position: absolute;
  z-index: 1;
  right: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  transform-origin: right bottom;
  transform: rotate(-90deg);
}
@media (max-width: 1200px) {
  .p-mv__scroll {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .p-mv__scroll {
    right: 8px;
  }
}
.p-mv__scroll::before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: calc(100% + 12px);
  z-index: 1;
  width: 140px;
  height: 1px;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(0, 0, 0) 50%);
  transform: translateY(50%);
}
@media (max-width: 768px) {
  .p-mv__scroll::before {
    width: 100px;
  }
}
.p-mv__scroll--info {
  top: 112px;
  right: min(120px, 8.3333333333%);
  bottom: auto;
  color: #131313;
}
@media (max-width: 1024px) {
  .p-mv__scroll--info {
    top: 60px;
    right: 60px;
  }
}
@media (max-width: 768px) {
  .p-mv__scroll--info {
    right: 8px;
  }
}
.p-mv__scroll--info::before {
  background: #131313;
}
.p-mv__scroll--member {
  bottom: 149px;
}
@media (max-width: 768px) {
  .p-mv__scroll--member {
    bottom: 129px;
  }
}
.p-mv__scroll--faq {
  bottom: 112px;
}
@media (max-width: 768px) {
  .p-mv__scroll--faq {
    bottom: 92px;
  }
}
.p-mv__scroll--about {
  bottom: 136px;
}
@media (max-width: 768px) {
  .p-mv__scroll--about {
    bottom: 116px;
  }
}
.p-mv__scroll--company {
  bottom: 157px;
}
@media (max-width: 768px) {
  .p-mv__scroll--company {
    bottom: 137px;
  }
}

@media (min-width: 1201px) {
  .p-nav {
    display: flex !important;
  }
}
@media (max-width: 1200px) {
  .p-nav a:hover {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .p-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow-y: scroll;
    background-color: #F5F5F5;
  }
}
.p-nav__list {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .p-nav__list {
    gap: 24px 0;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 550px;
    margin: auto;
    padding: 26.6666666667vmin 0 0;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .p-nav__list {
    gap: 6.4vw 0;
    width: 64vw;
    margin: auto;
    padding-top: 32vmin;
  }
}
@media (max-width: 1200px) {
  .p-nav__list li {
    width: 100%;
  }
}
.p-nav__item {
  display: block;
  margin-left: 1.5em;
  color: inherit;
  font-size: clamp(1.3rem, 1.0416666667vw, 1.5rem);
  font-weight: 500;
}
@media (min-width: 769px) {
  .p-nav__item:hover {
    cursor: pointer;
    color: #2BADD7;
  }
}
@media (max-width: 1200px) {
  .p-nav__item {
    position: relative;
    z-index: 0;
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
    font-size: min(1.6rem, 4.2666666667vw);
    color: #131313;
    border-bottom: 1px solid #F2F2F2;
  }
}
.p-nav__item--contact {
  display: none;
  margin-left: 0;
}
@media (max-width: 1200px) {
  .p-nav__item--contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
    padding: 0.8em 2em;
    font-weight: 700;
    font-size: min(1.6rem, 4.2666666667vw);
    color: #fff !important;
    border-radius: 9999px;
    background-color: #2BADD7;
    transition: opacity 0.3s;
  }
}
@media (hover: hover) {
  .p-nav__item--contact:hover {
    opacity: 0.6 !important;
  }
}
@media (max-width: 1200px) {
  .p-nav__item--contact span {
    font-size: min(1.2rem, 3.2vw);
  }
}
.p-nav__sns {
  display: none;
}
@media (max-width: 1200px) {
  .p-nav__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
  }
}

.p-member__wrap {
  padding-top: 100px;
}
.p-member__anker__list {
  row-gap: 12px;
  padding: 0 min(204px, 14.1666666667vw);
}
@media (max-width: 768px) {
  .p-member__anker__list {
    padding: 0;
  }
}
.p-member__anker a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  background-color: #131313;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 9999px;
}
.p-member__anker a:hover {
  opacity: 1;
}
@media (min-width: 769px) {
  .p-member__anker a:hover {
    background-color: #707070;
  }
}
@media (max-width: 1024px) {
  .p-member__anker a {
    width: 100%;
  }
}
.p-member__anker img {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 13px;
  z-index: 0;
  transform: translateY(-50%);
}
.p-member__archives {
  padding: 80px 0 120px;
}
@media (max-width: 768px) {
  .p-member__archives {
    padding: 48px 0 80px;
  }
}
.p-member__archives > * {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-member__archives > * {
    margin-top: 48px;
  }
}
.p-member__archives__block ul {
  row-gap: 28px;
}
.p-member__archives__head {
  position: relative;
  z-index: 0;
  margin-bottom: 48px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .p-member__archives__head {
    margin-bottom: 28px;
    padding-bottom: 12px;
    font-size: 2.4rem;
  }
}
.p-member__archives__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 48px;
  height: 3px;
  background: #131313;
}
.p-member__item {
  display: block;
  height: 100%;
  background-color: #fff;
}
.p-member__thumb {
  position: relative;
  z-index: 0;
  display: block;
  aspect-ratio: 94/113;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-member__thumb {
    aspect-ratio: 94/113;
  }
}
.p-member__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.p-member__data {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 2px;
  display: flex;
  flex-direction: column;
  gap: 2px 0;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Noto Sans JP", sans-serif;
}
.p-member__data__category {
  display: inline-block;
  width: fit-content;
  padding: 3px 12px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .p-member__data__category {
    font-size: 0.9rem;
  }
}
.p-member__data__category.orange, .p-member__data__category.class_01 {
  background-color: #F2A800;
}
.p-member__data__category.blue, .p-member__data__category.mentor {
  background-color: #2BADD7;
}
.p-member__data__category.green, .p-member__data__category.teacher, .p-member__data__category.teacher_02 {
  background-color: #00AC77;
}
.p-member__data__category.navy, .p-member__data__category.secretariat {
  background-color: #5379A6;
}
.p-member__data__en {
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-member__data__en {
    font-size: 1.2rem;
  }
}
.p-member__data__en span {
  display: block;
  width: fit-content;
  background-color: #fff;
  padding: 3px 12px 2px;
}
.p-member__data__ja {
  width: fit-content;
  padding: 2px 12px 1px;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 700;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-member__data__ja {
    font-size: 1rem;
  }
}
.p-member__data__text {
  color: #666666;
}
.p-member__body {
  min-height: 98px;
  padding: 16px 11px;
  background-color: #fff;
}
.p-member__body__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-member__body__list p {
  width: fit-content;
  line-height: 1.5;
  font-size: min(13px, 0.9027777778vw);
}
.p-member__body__list p::before {
  content: "#";
}
@media (max-width: 768px) {
  .p-member__body__list p {
    font-size: 1.3rem;
  }
}
.p-member__body__text {
  color: #666666;
  font-size: min(14px, 0.9722222222vw);
}
@media (max-width: 768px) {
  .p-member__body__text {
    font-size: 1.1rem;
  }
}
.p-member__body__text p {
  line-height: 1.5;
}

.p-banner + .p-banner {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .p-banner + .p-banner {
    margin-top: 16px;
  }
}
.p-banner__link {
  display: block;
}
.p-banner__title {
  font-weight: 600;
}
@media (min-width: 769px) {
  .p-banner__title {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .p-banner__title {
    font-size: 13px;
    margin-top: 8px;
  }
}
@media (min-width: 769px) {
  .p-banner__area {
    width: 75%;
  }
}
.p-banner__area .c-button2 {
  padding-left: 20px;
}
@media (min-width: 769px) {
  .p-banner__area .c-button2 {
    margin-top: 24px;
    min-height: 56px;
    font-size: max(14px, 0.9722222222vw);
  }
}
@media (min-width: 769px) and (min-width: 1441px) {
  .p-banner__area .c-button2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-banner__area .c-button2 {
    margin-top: 16px;
    max-width: max(310px, 82.6666666667vw);
  }
}
@media (max-width: 540px) {
  .p-banner__area .c-button2 {
    min-height: 48px;
    font-size: max(12px, 3.2vw);
  }
}

.u-color--link {
  color: #2BADD7;
}
.u-color--over {
  color: #5c35c4;
}
.u-color--accent {
  color: #2BADD7;
}
.u-color--gray {
  color: #dddddd;
}
.u-color--alert {
  color: #f0a3a3;
}
.u-color--text {
  color: #131313;
}
.u-color--text-second {
  color: #666666;
}
.u-color--text-third {
  color: #aaaaaa;
}
.u-color--text-white {
  color: #fff;
}

.u-d-none {
  display: none !important;
}
.u-d-none--out {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.issp {
  display: none;
}
@media (max-width: 768px) {
  .issp {
    display: block;
  }
}

.ispc {
  display: block;
}
@media (max-width: 768px) {
  .ispc {
    display: none;
  }
}

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

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

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

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

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

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

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

.u-d-flex-center {
  justify-content: center;
  align-items: center;
}

.u-d-flex-between {
  justify-content: space-between;
}

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

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

@media (max-width: 1200px) {
  .u-d-lg-none {
    display: none !important;
  }
  .u-d-lg-inline {
    display: inline !important;
  }
  .u-d-lg-inline-block {
    display: inline-block !important;
  }
  .u-d-lg-block {
    display: block !important;
  }
  .u-d-lg-table {
    display: table !important;
  }
  .u-d-lg-table-row {
    display: table-row !important;
  }
  .u-d-lg-table-cell {
    display: table-cell !important;
  }
  .u-d-lg-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-lg-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-lg-inline-block, table.u-d-lg-block {
    display: table !important;
  }
  table th.u-d-lg-inline-block, table th.u-d-lg-block, table td.u-d-lg-inline-block, table td.u-d-lg-block {
    display: table-cell !important;
  }
}
@media (max-width: 1024px) {
  .u-d-tb-none {
    display: none !important;
  }
  .u-d-tb-inline {
    display: inline !important;
  }
  .u-d-tb-inline-block {
    display: inline-block !important;
  }
  .u-d-tb-block {
    display: block !important;
  }
  .u-d-tb-table {
    display: table !important;
  }
  .u-d-tb-table-row {
    display: table-row !important;
  }
  .u-d-tb-table-cell {
    display: table-cell !important;
  }
  .u-d-tb-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-tb-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-tb-inline-block, table.u-d-tb-block {
    display: table !important;
  }
  table th.u-d-tb-inline-block, table th.u-d-tb-block, table td.u-d-tb-inline-block, table td.u-d-tb-block {
    display: table-cell !important;
  }
}
@media (max-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline-block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-table {
    display: table !important;
  }
  .u-d-md-table-row {
    display: table-row !important;
  }
  .u-d-md-table-cell {
    display: table-cell !important;
  }
  .u-d-md-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-md-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-md-inline-block, table.u-d-md-block {
    display: table !important;
  }
  table th.u-d-md-inline-block, table th.u-d-md-block, table td.u-d-md-inline-block, table td.u-d-md-block {
    display: table-cell !important;
  }
}
@media (max-width: 540px) {
  .u-d-pr-none {
    display: none !important;
  }
  .u-d-pr-inline {
    display: inline !important;
  }
  .u-d-pr-inline-block {
    display: inline-block !important;
  }
  .u-d-pr-block {
    display: block !important;
  }
  .u-d-pr-table {
    display: table !important;
  }
  .u-d-pr-table-row {
    display: table-row !important;
  }
  .u-d-pr-table-cell {
    display: table-cell !important;
  }
  .u-d-pr-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-pr-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-pr-inline-block, table.u-d-pr-block {
    display: table !important;
  }
  table th.u-d-pr-inline-block, table th.u-d-pr-block, table td.u-d-pr-inline-block, table td.u-d-pr-block {
    display: table-cell !important;
  }
}
@media (max-width: 360px) {
  .u-d-sm-none {
    display: none !important;
  }
  .u-d-sm-inline {
    display: inline !important;
  }
  .u-d-sm-inline-block {
    display: inline-block !important;
  }
  .u-d-sm-block {
    display: block !important;
  }
}
@media (min-width: 1281px) {
  .u-d-bs-none {
    display: none !important;
  }
  .u-d-bs-inline {
    display: inline !important;
  }
  .u-d-bs-inline-block {
    display: inline-block !important;
  }
  .u-d-bs-block {
    display: block !important;
  }
  .u-d-bs-table {
    display: table !important;
  }
  .u-d-bs-table-row {
    display: table-row !important;
  }
  .u-d-bs-table-cell {
    display: table-cell !important;
  }
  .u-d-bs-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-bs-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-bs-inline-block, table.u-d-bs-block {
    display: table !important;
  }
  table th.u-d-bs-inline-block, table th.u-d-bs-block, table td.u-d-bs-inline-block, table td.u-d-bs-block {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) {
  .u-d-pc-none {
    display: none !important;
  }
  .u-d-pc-inline {
    display: inline !important;
  }
  .u-d-pc-inline-block {
    display: inline-block !important;
  }
  .u-d-pc-block {
    display: block !important;
  }
  .u-d-pc-table {
    display: table !important;
  }
  .u-d-pc-table-row {
    display: table-row !important;
  }
  .u-d-pc-table-cell {
    display: table-cell !important;
  }
  .u-d-pc-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-pc-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-pc-inline-block, table.u-d-pc-block {
    display: table !important;
  }
  table th.u-d-pc-inline-block, table th.u-d-pc-block, table td.u-d-pc-inline-block, table td.u-d-pc-block {
    display: table-cell !important;
  }
}
@media (min-width: 769px) {
  .u-d-hv-none {
    display: none !important;
  }
  .u-d-hv-inline {
    display: inline !important;
  }
  .u-d-hv-inline-block {
    display: inline-block !important;
  }
  .u-d-hv-block {
    display: block !important;
  }
  .u-d-hv-table {
    display: table !important;
  }
  .u-d-hv-table-row {
    display: table-row !important;
  }
  .u-d-hv-table-cell {
    display: table-cell !important;
  }
  .u-d-hv-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-hv-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-hv-inline-block, table.u-d-hv-block {
    display: table !important;
  }
  table th.u-d-hv-inline-block, table th.u-d-hv-block, table td.u-d-hv-inline-block, table td.u-d-hv-block {
    display: table-cell !important;
  }
}
.u-m-auto {
  margin: auto;
}

.u-m-0 {
  margin: 0;
}

.u-m-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-m-l-auto {
  margin-left: auto;
}

.u-m-r-auto {
  margin-right: auto;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

.u-mr-4 {
  margin-right: 4px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-ml-12 {
  margin-left: 12px !important;
}

.u-mr-12 {
  margin-right: 12px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mt-28 {
  margin-top: 28px !important;
}

.u-mb-28 {
  margin-bottom: 28px !important;
}

.u-ml-28 {
  margin-left: 28px !important;
}

.u-mr-28 {
  margin-right: 28px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-mt-36 {
  margin-top: 36px !important;
}

.u-mb-36 {
  margin-bottom: 36px !important;
}

.u-ml-36 {
  margin-left: 36px !important;
}

.u-mr-36 {
  margin-right: 36px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mt-44 {
  margin-top: 44px !important;
}

.u-mb-44 {
  margin-bottom: 44px !important;
}

.u-ml-44 {
  margin-left: 44px !important;
}

.u-mr-44 {
  margin-right: 44px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-mt-52 {
  margin-top: 52px !important;
}

.u-mb-52 {
  margin-bottom: 52px !important;
}

.u-ml-52 {
  margin-left: 52px !important;
}

.u-mr-52 {
  margin-right: 52px !important;
}

.u-mt-56 {
  margin-top: 56px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-ml-56 {
  margin-left: 56px !important;
}

.u-mr-56 {
  margin-right: 56px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-ml-64 {
  margin-left: 64px !important;
}

.u-mr-64 {
  margin-right: 64px !important;
}

.u-mt-68 {
  margin-top: 68px !important;
}

.u-mb-68 {
  margin-bottom: 68px !important;
}

.u-ml-68 {
  margin-left: 68px !important;
}

.u-mr-68 {
  margin-right: 68px !important;
}

.u-mt-72 {
  margin-top: 72px !important;
}

.u-mb-72 {
  margin-bottom: 72px !important;
}

.u-ml-72 {
  margin-left: 72px !important;
}

.u-mr-72 {
  margin-right: 72px !important;
}

.u-mt-76 {
  margin-top: 76px !important;
}

.u-mb-76 {
  margin-bottom: 76px !important;
}

.u-ml-76 {
  margin-left: 76px !important;
}

.u-mr-76 {
  margin-right: 76px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

@media (min-width: 1025px) {
  .u-m-pc-auto {
    margin: auto;
  }
  .u-m-pc-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-pc-l-auto {
    margin-left: auto;
  }
  .u-m-pc-r-auto {
    margin-right: auto;
  }
  .u-mt-pc-0 {
    margin-top: 0px !important;
  }
  .u-mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .u-ml-pc-0 {
    margin-left: 0px !important;
  }
  .u-mr-pc-0 {
    margin-right: 0px !important;
  }
  .u-mt-pc-4 {
    margin-top: 4px !important;
  }
  .u-mb-pc-4 {
    margin-bottom: 4px !important;
  }
  .u-ml-pc-4 {
    margin-left: 4px !important;
  }
  .u-mr-pc-4 {
    margin-right: 4px !important;
  }
  .u-mt-pc-8 {
    margin-top: 8px !important;
  }
  .u-mb-pc-8 {
    margin-bottom: 8px !important;
  }
  .u-ml-pc-8 {
    margin-left: 8px !important;
  }
  .u-mr-pc-8 {
    margin-right: 8px !important;
  }
  .u-mt-pc-12 {
    margin-top: 12px !important;
  }
  .u-mb-pc-12 {
    margin-bottom: 12px !important;
  }
  .u-ml-pc-12 {
    margin-left: 12px !important;
  }
  .u-mr-pc-12 {
    margin-right: 12px !important;
  }
  .u-mt-pc-16 {
    margin-top: 16px !important;
  }
  .u-mb-pc-16 {
    margin-bottom: 16px !important;
  }
  .u-ml-pc-16 {
    margin-left: 16px !important;
  }
  .u-mr-pc-16 {
    margin-right: 16px !important;
  }
  .u-mt-pc-20 {
    margin-top: 20px !important;
  }
  .u-mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .u-ml-pc-20 {
    margin-left: 20px !important;
  }
  .u-mr-pc-20 {
    margin-right: 20px !important;
  }
  .u-mt-pc-24 {
    margin-top: 24px !important;
  }
  .u-mb-pc-24 {
    margin-bottom: 24px !important;
  }
  .u-ml-pc-24 {
    margin-left: 24px !important;
  }
  .u-mr-pc-24 {
    margin-right: 24px !important;
  }
  .u-mt-pc-28 {
    margin-top: 28px !important;
  }
  .u-mb-pc-28 {
    margin-bottom: 28px !important;
  }
  .u-ml-pc-28 {
    margin-left: 28px !important;
  }
  .u-mr-pc-28 {
    margin-right: 28px !important;
  }
  .u-mt-pc-32 {
    margin-top: 32px !important;
  }
  .u-mb-pc-32 {
    margin-bottom: 32px !important;
  }
  .u-ml-pc-32 {
    margin-left: 32px !important;
  }
  .u-mr-pc-32 {
    margin-right: 32px !important;
  }
  .u-mt-pc-36 {
    margin-top: 36px !important;
  }
  .u-mb-pc-36 {
    margin-bottom: 36px !important;
  }
  .u-ml-pc-36 {
    margin-left: 36px !important;
  }
  .u-mr-pc-36 {
    margin-right: 36px !important;
  }
  .u-mt-pc-40 {
    margin-top: 40px !important;
  }
  .u-mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .u-ml-pc-40 {
    margin-left: 40px !important;
  }
  .u-mr-pc-40 {
    margin-right: 40px !important;
  }
  .u-mt-pc-44 {
    margin-top: 44px !important;
  }
  .u-mb-pc-44 {
    margin-bottom: 44px !important;
  }
  .u-ml-pc-44 {
    margin-left: 44px !important;
  }
  .u-mr-pc-44 {
    margin-right: 44px !important;
  }
  .u-mt-pc-48 {
    margin-top: 48px !important;
  }
  .u-mb-pc-48 {
    margin-bottom: 48px !important;
  }
  .u-ml-pc-48 {
    margin-left: 48px !important;
  }
  .u-mr-pc-48 {
    margin-right: 48px !important;
  }
  .u-mt-pc-52 {
    margin-top: 52px !important;
  }
  .u-mb-pc-52 {
    margin-bottom: 52px !important;
  }
  .u-ml-pc-52 {
    margin-left: 52px !important;
  }
  .u-mr-pc-52 {
    margin-right: 52px !important;
  }
  .u-mt-pc-56 {
    margin-top: 56px !important;
  }
  .u-mb-pc-56 {
    margin-bottom: 56px !important;
  }
  .u-ml-pc-56 {
    margin-left: 56px !important;
  }
  .u-mr-pc-56 {
    margin-right: 56px !important;
  }
  .u-mt-pc-60 {
    margin-top: 60px !important;
  }
  .u-mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .u-ml-pc-60 {
    margin-left: 60px !important;
  }
  .u-mr-pc-60 {
    margin-right: 60px !important;
  }
  .u-mt-pc-64 {
    margin-top: 64px !important;
  }
  .u-mb-pc-64 {
    margin-bottom: 64px !important;
  }
  .u-ml-pc-64 {
    margin-left: 64px !important;
  }
  .u-mr-pc-64 {
    margin-right: 64px !important;
  }
  .u-mt-pc-68 {
    margin-top: 68px !important;
  }
  .u-mb-pc-68 {
    margin-bottom: 68px !important;
  }
  .u-ml-pc-68 {
    margin-left: 68px !important;
  }
  .u-mr-pc-68 {
    margin-right: 68px !important;
  }
  .u-mt-pc-72 {
    margin-top: 72px !important;
  }
  .u-mb-pc-72 {
    margin-bottom: 72px !important;
  }
  .u-ml-pc-72 {
    margin-left: 72px !important;
  }
  .u-mr-pc-72 {
    margin-right: 72px !important;
  }
  .u-mt-pc-76 {
    margin-top: 76px !important;
  }
  .u-mb-pc-76 {
    margin-bottom: 76px !important;
  }
  .u-ml-pc-76 {
    margin-left: 76px !important;
  }
  .u-mr-pc-76 {
    margin-right: 76px !important;
  }
  .u-mt-pc-80 {
    margin-top: 80px !important;
  }
  .u-mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .u-ml-pc-80 {
    margin-left: 80px !important;
  }
  .u-mr-pc-80 {
    margin-right: 80px !important;
  }
}
@media (max-width: 768px) {
  .u-m-md-auto {
    margin: auto;
  }
  .u-m-md-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-md-l-auto {
    margin-left: auto;
  }
  .u-m-md-r-auto {
    margin-right: auto;
  }
  .u-mt-md-0 {
    margin-top: 0px !important;
  }
  .u-mb-md-0 {
    margin-bottom: 0px !important;
  }
  .u-ml-md-0 {
    margin-left: 0px !important;
  }
  .u-mr-md-0 {
    margin-right: 0px !important;
  }
  .u-mt-md-4 {
    margin-top: 4px !important;
  }
  .u-mb-md-4 {
    margin-bottom: 4px !important;
  }
  .u-ml-md-4 {
    margin-left: 4px !important;
  }
  .u-mr-md-4 {
    margin-right: 4px !important;
  }
  .u-mt-md-8 {
    margin-top: 8px !important;
  }
  .u-mb-md-8 {
    margin-bottom: 8px !important;
  }
  .u-ml-md-8 {
    margin-left: 8px !important;
  }
  .u-mr-md-8 {
    margin-right: 8px !important;
  }
  .u-mt-md-12 {
    margin-top: 12px !important;
  }
  .u-mb-md-12 {
    margin-bottom: 12px !important;
  }
  .u-ml-md-12 {
    margin-left: 12px !important;
  }
  .u-mr-md-12 {
    margin-right: 12px !important;
  }
  .u-mt-md-16 {
    margin-top: 16px !important;
  }
  .u-mb-md-16 {
    margin-bottom: 16px !important;
  }
  .u-ml-md-16 {
    margin-left: 16px !important;
  }
  .u-mr-md-16 {
    margin-right: 16px !important;
  }
  .u-mt-md-20 {
    margin-top: 20px !important;
  }
  .u-mb-md-20 {
    margin-bottom: 20px !important;
  }
  .u-ml-md-20 {
    margin-left: 20px !important;
  }
  .u-mr-md-20 {
    margin-right: 20px !important;
  }
  .u-mt-md-24 {
    margin-top: 24px !important;
  }
  .u-mb-md-24 {
    margin-bottom: 24px !important;
  }
  .u-ml-md-24 {
    margin-left: 24px !important;
  }
  .u-mr-md-24 {
    margin-right: 24px !important;
  }
  .u-mt-md-28 {
    margin-top: 28px !important;
  }
  .u-mb-md-28 {
    margin-bottom: 28px !important;
  }
  .u-ml-md-28 {
    margin-left: 28px !important;
  }
  .u-mr-md-28 {
    margin-right: 28px !important;
  }
  .u-mt-md-32 {
    margin-top: 32px !important;
  }
  .u-mb-md-32 {
    margin-bottom: 32px !important;
  }
  .u-ml-md-32 {
    margin-left: 32px !important;
  }
  .u-mr-md-32 {
    margin-right: 32px !important;
  }
  .u-mt-md-36 {
    margin-top: 36px !important;
  }
  .u-mb-md-36 {
    margin-bottom: 36px !important;
  }
  .u-ml-md-36 {
    margin-left: 36px !important;
  }
  .u-mr-md-36 {
    margin-right: 36px !important;
  }
  .u-mt-md-40 {
    margin-top: 40px !important;
  }
  .u-mb-md-40 {
    margin-bottom: 40px !important;
  }
  .u-ml-md-40 {
    margin-left: 40px !important;
  }
  .u-mr-md-40 {
    margin-right: 40px !important;
  }
  .u-mt-md-44 {
    margin-top: 44px !important;
  }
  .u-mb-md-44 {
    margin-bottom: 44px !important;
  }
  .u-ml-md-44 {
    margin-left: 44px !important;
  }
  .u-mr-md-44 {
    margin-right: 44px !important;
  }
  .u-mt-md-48 {
    margin-top: 48px !important;
  }
  .u-mb-md-48 {
    margin-bottom: 48px !important;
  }
  .u-ml-md-48 {
    margin-left: 48px !important;
  }
  .u-mr-md-48 {
    margin-right: 48px !important;
  }
  .u-mt-md-52 {
    margin-top: 52px !important;
  }
  .u-mb-md-52 {
    margin-bottom: 52px !important;
  }
  .u-ml-md-52 {
    margin-left: 52px !important;
  }
  .u-mr-md-52 {
    margin-right: 52px !important;
  }
  .u-mt-md-56 {
    margin-top: 56px !important;
  }
  .u-mb-md-56 {
    margin-bottom: 56px !important;
  }
  .u-ml-md-56 {
    margin-left: 56px !important;
  }
  .u-mr-md-56 {
    margin-right: 56px !important;
  }
  .u-mt-md-60 {
    margin-top: 60px !important;
  }
  .u-mb-md-60 {
    margin-bottom: 60px !important;
  }
  .u-ml-md-60 {
    margin-left: 60px !important;
  }
  .u-mr-md-60 {
    margin-right: 60px !important;
  }
  .u-mt-md-64 {
    margin-top: 64px !important;
  }
  .u-mb-md-64 {
    margin-bottom: 64px !important;
  }
  .u-ml-md-64 {
    margin-left: 64px !important;
  }
  .u-mr-md-64 {
    margin-right: 64px !important;
  }
  .u-mt-md-68 {
    margin-top: 68px !important;
  }
  .u-mb-md-68 {
    margin-bottom: 68px !important;
  }
  .u-ml-md-68 {
    margin-left: 68px !important;
  }
  .u-mr-md-68 {
    margin-right: 68px !important;
  }
  .u-mt-md-72 {
    margin-top: 72px !important;
  }
  .u-mb-md-72 {
    margin-bottom: 72px !important;
  }
  .u-ml-md-72 {
    margin-left: 72px !important;
  }
  .u-mr-md-72 {
    margin-right: 72px !important;
  }
  .u-mt-md-76 {
    margin-top: 76px !important;
  }
  .u-mb-md-76 {
    margin-bottom: 76px !important;
  }
  .u-ml-md-76 {
    margin-left: 76px !important;
  }
  .u-mr-md-76 {
    margin-right: 76px !important;
  }
  .u-mt-md-80 {
    margin-top: 80px !important;
  }
  .u-mb-md-80 {
    margin-bottom: 80px !important;
  }
  .u-ml-md-80 {
    margin-left: 80px !important;
  }
  .u-mr-md-80 {
    margin-right: 80px !important;
  }
}
@media (max-width: 540px) {
  .u-m-pr-auto {
    margin: auto;
  }
  .u-m-pr-0 {
    margin: 0;
  }
  .u-m-pr-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-pr-l-auto {
    margin-left: auto;
  }
  .u-m-pr-r-auto {
    margin-right: auto;
  }
  .u-mt-pr-0 {
    margin-top: 0px !important;
  }
  .u-mb-pr-0 {
    margin-bottom: 0px !important;
  }
  .u-ml-pr-0 {
    margin-left: 0px !important;
  }
  .u-mr-pr-0 {
    margin-right: 0px !important;
  }
  .u-mt-pr-4 {
    margin-top: 4px !important;
  }
  .u-mb-pr-4 {
    margin-bottom: 4px !important;
  }
  .u-ml-pr-4 {
    margin-left: 4px !important;
  }
  .u-mr-pr-4 {
    margin-right: 4px !important;
  }
  .u-mt-pr-8 {
    margin-top: 8px !important;
  }
  .u-mb-pr-8 {
    margin-bottom: 8px !important;
  }
  .u-ml-pr-8 {
    margin-left: 8px !important;
  }
  .u-mr-pr-8 {
    margin-right: 8px !important;
  }
  .u-mt-pr-12 {
    margin-top: 12px !important;
  }
  .u-mb-pr-12 {
    margin-bottom: 12px !important;
  }
  .u-ml-pr-12 {
    margin-left: 12px !important;
  }
  .u-mr-pr-12 {
    margin-right: 12px !important;
  }
  .u-mt-pr-16 {
    margin-top: 16px !important;
  }
  .u-mb-pr-16 {
    margin-bottom: 16px !important;
  }
  .u-ml-pr-16 {
    margin-left: 16px !important;
  }
  .u-mr-pr-16 {
    margin-right: 16px !important;
  }
  .u-mt-pr-20 {
    margin-top: 20px !important;
  }
  .u-mb-pr-20 {
    margin-bottom: 20px !important;
  }
  .u-ml-pr-20 {
    margin-left: 20px !important;
  }
  .u-mr-pr-20 {
    margin-right: 20px !important;
  }
  .u-mt-pr-24 {
    margin-top: 24px !important;
  }
  .u-mb-pr-24 {
    margin-bottom: 24px !important;
  }
  .u-ml-pr-24 {
    margin-left: 24px !important;
  }
  .u-mr-pr-24 {
    margin-right: 24px !important;
  }
  .u-mt-pr-28 {
    margin-top: 28px !important;
  }
  .u-mb-pr-28 {
    margin-bottom: 28px !important;
  }
  .u-ml-pr-28 {
    margin-left: 28px !important;
  }
  .u-mr-pr-28 {
    margin-right: 28px !important;
  }
  .u-mt-pr-32 {
    margin-top: 32px !important;
  }
  .u-mb-pr-32 {
    margin-bottom: 32px !important;
  }
  .u-ml-pr-32 {
    margin-left: 32px !important;
  }
  .u-mr-pr-32 {
    margin-right: 32px !important;
  }
  .u-mt-pr-36 {
    margin-top: 36px !important;
  }
  .u-mb-pr-36 {
    margin-bottom: 36px !important;
  }
  .u-ml-pr-36 {
    margin-left: 36px !important;
  }
  .u-mr-pr-36 {
    margin-right: 36px !important;
  }
  .u-mt-pr-40 {
    margin-top: 40px !important;
  }
  .u-mb-pr-40 {
    margin-bottom: 40px !important;
  }
  .u-ml-pr-40 {
    margin-left: 40px !important;
  }
  .u-mr-pr-40 {
    margin-right: 40px !important;
  }
  .u-mt-pr-44 {
    margin-top: 44px !important;
  }
  .u-mb-pr-44 {
    margin-bottom: 44px !important;
  }
  .u-ml-pr-44 {
    margin-left: 44px !important;
  }
  .u-mr-pr-44 {
    margin-right: 44px !important;
  }
  .u-mt-pr-48 {
    margin-top: 48px !important;
  }
  .u-mb-pr-48 {
    margin-bottom: 48px !important;
  }
  .u-ml-pr-48 {
    margin-left: 48px !important;
  }
  .u-mr-pr-48 {
    margin-right: 48px !important;
  }
  .u-mt-pr-52 {
    margin-top: 52px !important;
  }
  .u-mb-pr-52 {
    margin-bottom: 52px !important;
  }
  .u-ml-pr-52 {
    margin-left: 52px !important;
  }
  .u-mr-pr-52 {
    margin-right: 52px !important;
  }
  .u-mt-pr-56 {
    margin-top: 56px !important;
  }
  .u-mb-pr-56 {
    margin-bottom: 56px !important;
  }
  .u-ml-pr-56 {
    margin-left: 56px !important;
  }
  .u-mr-pr-56 {
    margin-right: 56px !important;
  }
  .u-mt-pr-60 {
    margin-top: 60px !important;
  }
  .u-mb-pr-60 {
    margin-bottom: 60px !important;
  }
  .u-ml-pr-60 {
    margin-left: 60px !important;
  }
  .u-mr-pr-60 {
    margin-right: 60px !important;
  }
  .u-mt-pr-64 {
    margin-top: 64px !important;
  }
  .u-mb-pr-64 {
    margin-bottom: 64px !important;
  }
  .u-ml-pr-64 {
    margin-left: 64px !important;
  }
  .u-mr-pr-64 {
    margin-right: 64px !important;
  }
  .u-mt-pr-68 {
    margin-top: 68px !important;
  }
  .u-mb-pr-68 {
    margin-bottom: 68px !important;
  }
  .u-ml-pr-68 {
    margin-left: 68px !important;
  }
  .u-mr-pr-68 {
    margin-right: 68px !important;
  }
  .u-mt-pr-72 {
    margin-top: 72px !important;
  }
  .u-mb-pr-72 {
    margin-bottom: 72px !important;
  }
  .u-ml-pr-72 {
    margin-left: 72px !important;
  }
  .u-mr-pr-72 {
    margin-right: 72px !important;
  }
  .u-mt-pr-76 {
    margin-top: 76px !important;
  }
  .u-mb-pr-76 {
    margin-bottom: 76px !important;
  }
  .u-ml-pr-76 {
    margin-left: 76px !important;
  }
  .u-mr-pr-76 {
    margin-right: 76px !important;
  }
  .u-mt-pr-80 {
    margin-top: 80px !important;
  }
  .u-mb-pr-80 {
    margin-bottom: 80px !important;
  }
  .u-ml-pr-80 {
    margin-left: 80px !important;
  }
  .u-mr-pr-80 {
    margin-right: 80px !important;
  }
}
@media (max-width: 1024px) {
  .u-m-tb-auto {
    margin: auto;
  }
  .u-m-tb-0 {
    margin: 0;
  }
  .u-m-tb-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-tb-l-auto {
    margin-left: auto;
  }
  .u-m-tb-r-auto {
    margin-right: auto;
  }
  .u-mt-tb-0 {
    margin-top: 0px !important;
  }
  .u-mb-tb-0 {
    margin-bottom: 0px !important;
  }
  .u-ml-tb-0 {
    margin-left: 0px !important;
  }
  .u-mr-tb-0 {
    margin-right: 0px !important;
  }
  .u-mt-tb-4 {
    margin-top: 4px !important;
  }
  .u-mb-tb-4 {
    margin-bottom: 4px !important;
  }
  .u-ml-tb-4 {
    margin-left: 4px !important;
  }
  .u-mr-tb-4 {
    margin-right: 4px !important;
  }
  .u-mt-tb-8 {
    margin-top: 8px !important;
  }
  .u-mb-tb-8 {
    margin-bottom: 8px !important;
  }
  .u-ml-tb-8 {
    margin-left: 8px !important;
  }
  .u-mr-tb-8 {
    margin-right: 8px !important;
  }
  .u-mt-tb-12 {
    margin-top: 12px !important;
  }
  .u-mb-tb-12 {
    margin-bottom: 12px !important;
  }
  .u-ml-tb-12 {
    margin-left: 12px !important;
  }
  .u-mr-tb-12 {
    margin-right: 12px !important;
  }
  .u-mt-tb-16 {
    margin-top: 16px !important;
  }
  .u-mb-tb-16 {
    margin-bottom: 16px !important;
  }
  .u-ml-tb-16 {
    margin-left: 16px !important;
  }
  .u-mr-tb-16 {
    margin-right: 16px !important;
  }
  .u-mt-tb-20 {
    margin-top: 20px !important;
  }
  .u-mb-tb-20 {
    margin-bottom: 20px !important;
  }
  .u-ml-tb-20 {
    margin-left: 20px !important;
  }
  .u-mr-tb-20 {
    margin-right: 20px !important;
  }
  .u-mt-tb-24 {
    margin-top: 24px !important;
  }
  .u-mb-tb-24 {
    margin-bottom: 24px !important;
  }
  .u-ml-tb-24 {
    margin-left: 24px !important;
  }
  .u-mr-tb-24 {
    margin-right: 24px !important;
  }
  .u-mt-tb-28 {
    margin-top: 28px !important;
  }
  .u-mb-tb-28 {
    margin-bottom: 28px !important;
  }
  .u-ml-tb-28 {
    margin-left: 28px !important;
  }
  .u-mr-tb-28 {
    margin-right: 28px !important;
  }
  .u-mt-tb-32 {
    margin-top: 32px !important;
  }
  .u-mb-tb-32 {
    margin-bottom: 32px !important;
  }
  .u-ml-tb-32 {
    margin-left: 32px !important;
  }
  .u-mr-tb-32 {
    margin-right: 32px !important;
  }
  .u-mt-tb-36 {
    margin-top: 36px !important;
  }
  .u-mb-tb-36 {
    margin-bottom: 36px !important;
  }
  .u-ml-tb-36 {
    margin-left: 36px !important;
  }
  .u-mr-tb-36 {
    margin-right: 36px !important;
  }
  .u-mt-tb-40 {
    margin-top: 40px !important;
  }
  .u-mb-tb-40 {
    margin-bottom: 40px !important;
  }
  .u-ml-tb-40 {
    margin-left: 40px !important;
  }
  .u-mr-tb-40 {
    margin-right: 40px !important;
  }
  .u-mt-tb-44 {
    margin-top: 44px !important;
  }
  .u-mb-tb-44 {
    margin-bottom: 44px !important;
  }
  .u-ml-tb-44 {
    margin-left: 44px !important;
  }
  .u-mr-tb-44 {
    margin-right: 44px !important;
  }
  .u-mt-tb-48 {
    margin-top: 48px !important;
  }
  .u-mb-tb-48 {
    margin-bottom: 48px !important;
  }
  .u-ml-tb-48 {
    margin-left: 48px !important;
  }
  .u-mr-tb-48 {
    margin-right: 48px !important;
  }
  .u-mt-tb-52 {
    margin-top: 52px !important;
  }
  .u-mb-tb-52 {
    margin-bottom: 52px !important;
  }
  .u-ml-tb-52 {
    margin-left: 52px !important;
  }
  .u-mr-tb-52 {
    margin-right: 52px !important;
  }
  .u-mt-tb-56 {
    margin-top: 56px !important;
  }
  .u-mb-tb-56 {
    margin-bottom: 56px !important;
  }
  .u-ml-tb-56 {
    margin-left: 56px !important;
  }
  .u-mr-tb-56 {
    margin-right: 56px !important;
  }
  .u-mt-tb-60 {
    margin-top: 60px !important;
  }
  .u-mb-tb-60 {
    margin-bottom: 60px !important;
  }
  .u-ml-tb-60 {
    margin-left: 60px !important;
  }
  .u-mr-tb-60 {
    margin-right: 60px !important;
  }
  .u-mt-tb-64 {
    margin-top: 64px !important;
  }
  .u-mb-tb-64 {
    margin-bottom: 64px !important;
  }
  .u-ml-tb-64 {
    margin-left: 64px !important;
  }
  .u-mr-tb-64 {
    margin-right: 64px !important;
  }
  .u-mt-tb-68 {
    margin-top: 68px !important;
  }
  .u-mb-tb-68 {
    margin-bottom: 68px !important;
  }
  .u-ml-tb-68 {
    margin-left: 68px !important;
  }
  .u-mr-tb-68 {
    margin-right: 68px !important;
  }
  .u-mt-tb-72 {
    margin-top: 72px !important;
  }
  .u-mb-tb-72 {
    margin-bottom: 72px !important;
  }
  .u-ml-tb-72 {
    margin-left: 72px !important;
  }
  .u-mr-tb-72 {
    margin-right: 72px !important;
  }
  .u-mt-tb-76 {
    margin-top: 76px !important;
  }
  .u-mb-tb-76 {
    margin-bottom: 76px !important;
  }
  .u-ml-tb-76 {
    margin-left: 76px !important;
  }
  .u-mr-tb-76 {
    margin-right: 76px !important;
  }
  .u-mt-tb-80 {
    margin-top: 80px !important;
  }
  .u-mb-tb-80 {
    margin-bottom: 80px !important;
  }
  .u-ml-tb-80 {
    margin-left: 80px !important;
  }
  .u-mr-tb-80 {
    margin-right: 80px !important;
  }
}
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pt-4 {
  padding-top: 4px !important;
}

.u-pb-4 {
  padding-bottom: 4px !important;
}

.u-pl-4 {
  padding-left: 4px !important;
}

.u-pr-4 {
  padding-right: 4px !important;
}

.u-pt-8 {
  padding-top: 8px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pl-12 {
  padding-left: 12px !important;
}

.u-pr-12 {
  padding-right: 12px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pt-28 {
  padding-top: 28px !important;
}

.u-pb-28 {
  padding-bottom: 28px !important;
}

.u-pl-28 {
  padding-left: 28px !important;
}

.u-pr-28 {
  padding-right: 28px !important;
}

.u-pt-32 {
  padding-top: 32px !important;
}

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-pt-36 {
  padding-top: 36px !important;
}

.u-pb-36 {
  padding-bottom: 36px !important;
}

.u-pl-36 {
  padding-left: 36px !important;
}

.u-pr-36 {
  padding-right: 36px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pt-44 {
  padding-top: 44px !important;
}

.u-pb-44 {
  padding-bottom: 44px !important;
}

.u-pl-44 {
  padding-left: 44px !important;
}

.u-pr-44 {
  padding-right: 44px !important;
}

.u-pt-48 {
  padding-top: 48px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-pt-52 {
  padding-top: 52px !important;
}

.u-pb-52 {
  padding-bottom: 52px !important;
}

.u-pl-52 {
  padding-left: 52px !important;
}

.u-pr-52 {
  padding-right: 52px !important;
}

.u-pt-56 {
  padding-top: 56px !important;
}

.u-pb-56 {
  padding-bottom: 56px !important;
}

.u-pl-56 {
  padding-left: 56px !important;
}

.u-pr-56 {
  padding-right: 56px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pt-64 {
  padding-top: 64px !important;
}

.u-pb-64 {
  padding-bottom: 64px !important;
}

.u-pl-64 {
  padding-left: 64px !important;
}

.u-pr-64 {
  padding-right: 64px !important;
}

.u-pt-68 {
  padding-top: 68px !important;
}

.u-pb-68 {
  padding-bottom: 68px !important;
}

.u-pl-68 {
  padding-left: 68px !important;
}

.u-pr-68 {
  padding-right: 68px !important;
}

.u-pt-72 {
  padding-top: 72px !important;
}

.u-pb-72 {
  padding-bottom: 72px !important;
}

.u-pl-72 {
  padding-left: 72px !important;
}

.u-pr-72 {
  padding-right: 72px !important;
}

.u-pt-76 {
  padding-top: 76px !important;
}

.u-pb-76 {
  padding-bottom: 76px !important;
}

.u-pl-76 {
  padding-left: 76px !important;
}

.u-pr-76 {
  padding-right: 76px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pt-84 {
  padding-top: 84px !important;
}

.u-pb-84 {
  padding-bottom: 84px !important;
}

.u-pl-84 {
  padding-left: 84px !important;
}

.u-pr-84 {
  padding-right: 84px !important;
}

.u-pt-88 {
  padding-top: 88px !important;
}

.u-pb-88 {
  padding-bottom: 88px !important;
}

.u-pl-88 {
  padding-left: 88px !important;
}

.u-pr-88 {
  padding-right: 88px !important;
}

.u-pt-92 {
  padding-top: 92px !important;
}

.u-pb-92 {
  padding-bottom: 92px !important;
}

.u-pl-92 {
  padding-left: 92px !important;
}

.u-pr-92 {
  padding-right: 92px !important;
}

.u-pt-96 {
  padding-top: 96px !important;
}

.u-pb-96 {
  padding-bottom: 96px !important;
}

.u-pl-96 {
  padding-left: 96px !important;
}

.u-pr-96 {
  padding-right: 96px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pt-104 {
  padding-top: 104px !important;
}

.u-pb-104 {
  padding-bottom: 104px !important;
}

.u-pl-104 {
  padding-left: 104px !important;
}

.u-pr-104 {
  padding-right: 104px !important;
}

.u-pt-108 {
  padding-top: 108px !important;
}

.u-pb-108 {
  padding-bottom: 108px !important;
}

.u-pl-108 {
  padding-left: 108px !important;
}

.u-pr-108 {
  padding-right: 108px !important;
}

.u-pt-112 {
  padding-top: 112px !important;
}

.u-pb-112 {
  padding-bottom: 112px !important;
}

.u-pl-112 {
  padding-left: 112px !important;
}

.u-pr-112 {
  padding-right: 112px !important;
}

.u-pt-116 {
  padding-top: 116px !important;
}

.u-pb-116 {
  padding-bottom: 116px !important;
}

.u-pl-116 {
  padding-left: 116px !important;
}

.u-pr-116 {
  padding-right: 116px !important;
}

.u-pt-120 {
  padding-top: 120px !important;
}

.u-pb-120 {
  padding-bottom: 120px !important;
}

.u-pl-120 {
  padding-left: 120px !important;
}

.u-pr-120 {
  padding-right: 120px !important;
}

@media (min-width: 769px) {
  .u-pt-hv-0 {
    padding-top: 0px !important;
  }
  .u-pb-hv-0 {
    padding-bottom: 0px !important;
  }
  .u-pl-hv-0 {
    padding-left: 0px !important;
  }
  .u-pr-hv-0 {
    padding-right: 0px !important;
  }
  .u-pt-hv-4 {
    padding-top: 4px !important;
  }
  .u-pb-hv-4 {
    padding-bottom: 4px !important;
  }
  .u-pl-hv-4 {
    padding-left: 4px !important;
  }
  .u-pr-hv-4 {
    padding-right: 4px !important;
  }
  .u-pt-hv-8 {
    padding-top: 8px !important;
  }
  .u-pb-hv-8 {
    padding-bottom: 8px !important;
  }
  .u-pl-hv-8 {
    padding-left: 8px !important;
  }
  .u-pr-hv-8 {
    padding-right: 8px !important;
  }
  .u-pt-hv-12 {
    padding-top: 12px !important;
  }
  .u-pb-hv-12 {
    padding-bottom: 12px !important;
  }
  .u-pl-hv-12 {
    padding-left: 12px !important;
  }
  .u-pr-hv-12 {
    padding-right: 12px !important;
  }
  .u-pt-hv-16 {
    padding-top: 16px !important;
  }
  .u-pb-hv-16 {
    padding-bottom: 16px !important;
  }
  .u-pl-hv-16 {
    padding-left: 16px !important;
  }
  .u-pr-hv-16 {
    padding-right: 16px !important;
  }
  .u-pt-hv-20 {
    padding-top: 20px !important;
  }
  .u-pb-hv-20 {
    padding-bottom: 20px !important;
  }
  .u-pl-hv-20 {
    padding-left: 20px !important;
  }
  .u-pr-hv-20 {
    padding-right: 20px !important;
  }
  .u-pt-hv-24 {
    padding-top: 24px !important;
  }
  .u-pb-hv-24 {
    padding-bottom: 24px !important;
  }
  .u-pl-hv-24 {
    padding-left: 24px !important;
  }
  .u-pr-hv-24 {
    padding-right: 24px !important;
  }
  .u-pt-hv-28 {
    padding-top: 28px !important;
  }
  .u-pb-hv-28 {
    padding-bottom: 28px !important;
  }
  .u-pl-hv-28 {
    padding-left: 28px !important;
  }
  .u-pr-hv-28 {
    padding-right: 28px !important;
  }
  .u-pt-hv-32 {
    padding-top: 32px !important;
  }
  .u-pb-hv-32 {
    padding-bottom: 32px !important;
  }
  .u-pl-hv-32 {
    padding-left: 32px !important;
  }
  .u-pr-hv-32 {
    padding-right: 32px !important;
  }
  .u-pt-hv-36 {
    padding-top: 36px !important;
  }
  .u-pb-hv-36 {
    padding-bottom: 36px !important;
  }
  .u-pl-hv-36 {
    padding-left: 36px !important;
  }
  .u-pr-hv-36 {
    padding-right: 36px !important;
  }
  .u-pt-hv-40 {
    padding-top: 40px !important;
  }
  .u-pb-hv-40 {
    padding-bottom: 40px !important;
  }
  .u-pl-hv-40 {
    padding-left: 40px !important;
  }
  .u-pr-hv-40 {
    padding-right: 40px !important;
  }
  .u-pt-hv-44 {
    padding-top: 44px !important;
  }
  .u-pb-hv-44 {
    padding-bottom: 44px !important;
  }
  .u-pl-hv-44 {
    padding-left: 44px !important;
  }
  .u-pr-hv-44 {
    padding-right: 44px !important;
  }
  .u-pt-hv-48 {
    padding-top: 48px !important;
  }
  .u-pb-hv-48 {
    padding-bottom: 48px !important;
  }
  .u-pl-hv-48 {
    padding-left: 48px !important;
  }
  .u-pr-hv-48 {
    padding-right: 48px !important;
  }
  .u-pt-hv-52 {
    padding-top: 52px !important;
  }
  .u-pb-hv-52 {
    padding-bottom: 52px !important;
  }
  .u-pl-hv-52 {
    padding-left: 52px !important;
  }
  .u-pr-hv-52 {
    padding-right: 52px !important;
  }
  .u-pt-hv-56 {
    padding-top: 56px !important;
  }
  .u-pb-hv-56 {
    padding-bottom: 56px !important;
  }
  .u-pl-hv-56 {
    padding-left: 56px !important;
  }
  .u-pr-hv-56 {
    padding-right: 56px !important;
  }
  .u-pt-hv-60 {
    padding-top: 60px !important;
  }
  .u-pb-hv-60 {
    padding-bottom: 60px !important;
  }
  .u-pl-hv-60 {
    padding-left: 60px !important;
  }
  .u-pr-hv-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 1025px) {
  .u-pt-pc-0 {
    padding-top: 0px !important;
  }
  .u-pb-pc-0 {
    padding-bottom: 0px !important;
  }
  .u-pl-pc-0 {
    padding-left: 0px !important;
  }
  .u-pr-pc-0 {
    padding-right: 0px !important;
  }
  .u-pt-pc-4 {
    padding-top: 4px !important;
  }
  .u-pb-pc-4 {
    padding-bottom: 4px !important;
  }
  .u-pl-pc-4 {
    padding-left: 4px !important;
  }
  .u-pr-pc-4 {
    padding-right: 4px !important;
  }
  .u-pt-pc-8 {
    padding-top: 8px !important;
  }
  .u-pb-pc-8 {
    padding-bottom: 8px !important;
  }
  .u-pl-pc-8 {
    padding-left: 8px !important;
  }
  .u-pr-pc-8 {
    padding-right: 8px !important;
  }
  .u-pt-pc-12 {
    padding-top: 12px !important;
  }
  .u-pb-pc-12 {
    padding-bottom: 12px !important;
  }
  .u-pl-pc-12 {
    padding-left: 12px !important;
  }
  .u-pr-pc-12 {
    padding-right: 12px !important;
  }
  .u-pt-pc-16 {
    padding-top: 16px !important;
  }
  .u-pb-pc-16 {
    padding-bottom: 16px !important;
  }
  .u-pl-pc-16 {
    padding-left: 16px !important;
  }
  .u-pr-pc-16 {
    padding-right: 16px !important;
  }
  .u-pt-pc-20 {
    padding-top: 20px !important;
  }
  .u-pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .u-pl-pc-20 {
    padding-left: 20px !important;
  }
  .u-pr-pc-20 {
    padding-right: 20px !important;
  }
  .u-pt-pc-24 {
    padding-top: 24px !important;
  }
  .u-pb-pc-24 {
    padding-bottom: 24px !important;
  }
  .u-pl-pc-24 {
    padding-left: 24px !important;
  }
  .u-pr-pc-24 {
    padding-right: 24px !important;
  }
  .u-pt-pc-28 {
    padding-top: 28px !important;
  }
  .u-pb-pc-28 {
    padding-bottom: 28px !important;
  }
  .u-pl-pc-28 {
    padding-left: 28px !important;
  }
  .u-pr-pc-28 {
    padding-right: 28px !important;
  }
  .u-pt-pc-32 {
    padding-top: 32px !important;
  }
  .u-pb-pc-32 {
    padding-bottom: 32px !important;
  }
  .u-pl-pc-32 {
    padding-left: 32px !important;
  }
  .u-pr-pc-32 {
    padding-right: 32px !important;
  }
  .u-pt-pc-36 {
    padding-top: 36px !important;
  }
  .u-pb-pc-36 {
    padding-bottom: 36px !important;
  }
  .u-pl-pc-36 {
    padding-left: 36px !important;
  }
  .u-pr-pc-36 {
    padding-right: 36px !important;
  }
  .u-pt-pc-40 {
    padding-top: 40px !important;
  }
  .u-pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .u-pl-pc-40 {
    padding-left: 40px !important;
  }
  .u-pr-pc-40 {
    padding-right: 40px !important;
  }
  .u-pt-pc-44 {
    padding-top: 44px !important;
  }
  .u-pb-pc-44 {
    padding-bottom: 44px !important;
  }
  .u-pl-pc-44 {
    padding-left: 44px !important;
  }
  .u-pr-pc-44 {
    padding-right: 44px !important;
  }
  .u-pt-pc-48 {
    padding-top: 48px !important;
  }
  .u-pb-pc-48 {
    padding-bottom: 48px !important;
  }
  .u-pl-pc-48 {
    padding-left: 48px !important;
  }
  .u-pr-pc-48 {
    padding-right: 48px !important;
  }
  .u-pt-pc-52 {
    padding-top: 52px !important;
  }
  .u-pb-pc-52 {
    padding-bottom: 52px !important;
  }
  .u-pl-pc-52 {
    padding-left: 52px !important;
  }
  .u-pr-pc-52 {
    padding-right: 52px !important;
  }
  .u-pt-pc-56 {
    padding-top: 56px !important;
  }
  .u-pb-pc-56 {
    padding-bottom: 56px !important;
  }
  .u-pl-pc-56 {
    padding-left: 56px !important;
  }
  .u-pr-pc-56 {
    padding-right: 56px !important;
  }
  .u-pt-pc-60 {
    padding-top: 60px !important;
  }
  .u-pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .u-pl-pc-60 {
    padding-left: 60px !important;
  }
  .u-pr-pc-60 {
    padding-right: 60px !important;
  }
}
@media (max-width: 768px) {
  .u-pt-md-0 {
    padding-top: 0px !important;
  }
  .u-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .u-pl-md-0 {
    padding-left: 0px !important;
  }
  .u-pr-md-0 {
    padding-right: 0px !important;
  }
  .u-pt-md-4 {
    padding-top: 4px !important;
  }
  .u-pb-md-4 {
    padding-bottom: 4px !important;
  }
  .u-pl-md-4 {
    padding-left: 4px !important;
  }
  .u-pr-md-4 {
    padding-right: 4px !important;
  }
  .u-pt-md-8 {
    padding-top: 8px !important;
  }
  .u-pb-md-8 {
    padding-bottom: 8px !important;
  }
  .u-pl-md-8 {
    padding-left: 8px !important;
  }
  .u-pr-md-8 {
    padding-right: 8px !important;
  }
  .u-pt-md-12 {
    padding-top: 12px !important;
  }
  .u-pb-md-12 {
    padding-bottom: 12px !important;
  }
  .u-pl-md-12 {
    padding-left: 12px !important;
  }
  .u-pr-md-12 {
    padding-right: 12px !important;
  }
  .u-pt-md-16 {
    padding-top: 16px !important;
  }
  .u-pb-md-16 {
    padding-bottom: 16px !important;
  }
  .u-pl-md-16 {
    padding-left: 16px !important;
  }
  .u-pr-md-16 {
    padding-right: 16px !important;
  }
  .u-pt-md-20 {
    padding-top: 20px !important;
  }
  .u-pb-md-20 {
    padding-bottom: 20px !important;
  }
  .u-pl-md-20 {
    padding-left: 20px !important;
  }
  .u-pr-md-20 {
    padding-right: 20px !important;
  }
  .u-pt-md-24 {
    padding-top: 24px !important;
  }
  .u-pb-md-24 {
    padding-bottom: 24px !important;
  }
  .u-pl-md-24 {
    padding-left: 24px !important;
  }
  .u-pr-md-24 {
    padding-right: 24px !important;
  }
  .u-pt-md-28 {
    padding-top: 28px !important;
  }
  .u-pb-md-28 {
    padding-bottom: 28px !important;
  }
  .u-pl-md-28 {
    padding-left: 28px !important;
  }
  .u-pr-md-28 {
    padding-right: 28px !important;
  }
  .u-pt-md-32 {
    padding-top: 32px !important;
  }
  .u-pb-md-32 {
    padding-bottom: 32px !important;
  }
  .u-pl-md-32 {
    padding-left: 32px !important;
  }
  .u-pr-md-32 {
    padding-right: 32px !important;
  }
  .u-pt-md-36 {
    padding-top: 36px !important;
  }
  .u-pb-md-36 {
    padding-bottom: 36px !important;
  }
  .u-pl-md-36 {
    padding-left: 36px !important;
  }
  .u-pr-md-36 {
    padding-right: 36px !important;
  }
  .u-pt-md-40 {
    padding-top: 40px !important;
  }
  .u-pb-md-40 {
    padding-bottom: 40px !important;
  }
  .u-pl-md-40 {
    padding-left: 40px !important;
  }
  .u-pr-md-40 {
    padding-right: 40px !important;
  }
  .u-pt-md-44 {
    padding-top: 44px !important;
  }
  .u-pb-md-44 {
    padding-bottom: 44px !important;
  }
  .u-pl-md-44 {
    padding-left: 44px !important;
  }
  .u-pr-md-44 {
    padding-right: 44px !important;
  }
  .u-pt-md-48 {
    padding-top: 48px !important;
  }
  .u-pb-md-48 {
    padding-bottom: 48px !important;
  }
  .u-pl-md-48 {
    padding-left: 48px !important;
  }
  .u-pr-md-48 {
    padding-right: 48px !important;
  }
  .u-pt-md-52 {
    padding-top: 52px !important;
  }
  .u-pb-md-52 {
    padding-bottom: 52px !important;
  }
  .u-pl-md-52 {
    padding-left: 52px !important;
  }
  .u-pr-md-52 {
    padding-right: 52px !important;
  }
  .u-pt-md-56 {
    padding-top: 56px !important;
  }
  .u-pb-md-56 {
    padding-bottom: 56px !important;
  }
  .u-pl-md-56 {
    padding-left: 56px !important;
  }
  .u-pr-md-56 {
    padding-right: 56px !important;
  }
  .u-pt-md-60 {
    padding-top: 60px !important;
  }
  .u-pb-md-60 {
    padding-bottom: 60px !important;
  }
  .u-pl-md-60 {
    padding-left: 60px !important;
  }
  .u-pr-md-60 {
    padding-right: 60px !important;
  }
}
@media (max-width: 540px) {
  .u-pt-pr-0 {
    padding-top: 0px !important;
  }
  .u-pb-pr-0 {
    padding-bottom: 0px !important;
  }
  .u-pl-pr-0 {
    padding-left: 0px !important;
  }
  .u-pr-pr-0 {
    padding-right: 0px !important;
  }
  .u-pt-pr-4 {
    padding-top: 4px !important;
  }
  .u-pb-pr-4 {
    padding-bottom: 4px !important;
  }
  .u-pl-pr-4 {
    padding-left: 4px !important;
  }
  .u-pr-pr-4 {
    padding-right: 4px !important;
  }
  .u-pt-pr-8 {
    padding-top: 8px !important;
  }
  .u-pb-pr-8 {
    padding-bottom: 8px !important;
  }
  .u-pl-pr-8 {
    padding-left: 8px !important;
  }
  .u-pr-pr-8 {
    padding-right: 8px !important;
  }
  .u-pt-pr-12 {
    padding-top: 12px !important;
  }
  .u-pb-pr-12 {
    padding-bottom: 12px !important;
  }
  .u-pl-pr-12 {
    padding-left: 12px !important;
  }
  .u-pr-pr-12 {
    padding-right: 12px !important;
  }
  .u-pt-pr-16 {
    padding-top: 16px !important;
  }
  .u-pb-pr-16 {
    padding-bottom: 16px !important;
  }
  .u-pl-pr-16 {
    padding-left: 16px !important;
  }
  .u-pr-pr-16 {
    padding-right: 16px !important;
  }
  .u-pt-pr-20 {
    padding-top: 20px !important;
  }
  .u-pb-pr-20 {
    padding-bottom: 20px !important;
  }
  .u-pl-pr-20 {
    padding-left: 20px !important;
  }
  .u-pr-pr-20 {
    padding-right: 20px !important;
  }
  .u-pt-pr-24 {
    padding-top: 24px !important;
  }
  .u-pb-pr-24 {
    padding-bottom: 24px !important;
  }
  .u-pl-pr-24 {
    padding-left: 24px !important;
  }
  .u-pr-pr-24 {
    padding-right: 24px !important;
  }
  .u-pt-pr-28 {
    padding-top: 28px !important;
  }
  .u-pb-pr-28 {
    padding-bottom: 28px !important;
  }
  .u-pl-pr-28 {
    padding-left: 28px !important;
  }
  .u-pr-pr-28 {
    padding-right: 28px !important;
  }
  .u-pt-pr-32 {
    padding-top: 32px !important;
  }
  .u-pb-pr-32 {
    padding-bottom: 32px !important;
  }
  .u-pl-pr-32 {
    padding-left: 32px !important;
  }
  .u-pr-pr-32 {
    padding-right: 32px !important;
  }
  .u-pt-pr-36 {
    padding-top: 36px !important;
  }
  .u-pb-pr-36 {
    padding-bottom: 36px !important;
  }
  .u-pl-pr-36 {
    padding-left: 36px !important;
  }
  .u-pr-pr-36 {
    padding-right: 36px !important;
  }
  .u-pt-pr-40 {
    padding-top: 40px !important;
  }
  .u-pb-pr-40 {
    padding-bottom: 40px !important;
  }
  .u-pl-pr-40 {
    padding-left: 40px !important;
  }
  .u-pr-pr-40 {
    padding-right: 40px !important;
  }
  .u-pt-pr-44 {
    padding-top: 44px !important;
  }
  .u-pb-pr-44 {
    padding-bottom: 44px !important;
  }
  .u-pl-pr-44 {
    padding-left: 44px !important;
  }
  .u-pr-pr-44 {
    padding-right: 44px !important;
  }
  .u-pt-pr-48 {
    padding-top: 48px !important;
  }
  .u-pb-pr-48 {
    padding-bottom: 48px !important;
  }
  .u-pl-pr-48 {
    padding-left: 48px !important;
  }
  .u-pr-pr-48 {
    padding-right: 48px !important;
  }
  .u-pt-pr-52 {
    padding-top: 52px !important;
  }
  .u-pb-pr-52 {
    padding-bottom: 52px !important;
  }
  .u-pl-pr-52 {
    padding-left: 52px !important;
  }
  .u-pr-pr-52 {
    padding-right: 52px !important;
  }
  .u-pt-pr-56 {
    padding-top: 56px !important;
  }
  .u-pb-pr-56 {
    padding-bottom: 56px !important;
  }
  .u-pl-pr-56 {
    padding-left: 56px !important;
  }
  .u-pr-pr-56 {
    padding-right: 56px !important;
  }
  .u-pt-pr-60 {
    padding-top: 60px !important;
  }
  .u-pb-pr-60 {
    padding-bottom: 60px !important;
  }
  .u-pl-pr-60 {
    padding-left: 60px !important;
  }
  .u-pr-pr-60 {
    padding-right: 60px !important;
  }
}
.u-text--bold {
  font-weight: bold !important;
}
.u-text--normal {
  font-weight: normal !important;
}
.u-text--size--ll, .u-text--size--ll a {
  font-size: 2.8rem !important;
}
@media (max-width: 768px) {
  .u-text--size--ll, .u-text--size--ll a {
    font-size: 2.2rem !important;
  }
}
.u-text--size--l, .u-text--size--l a {
  font-size: 2.4rem !important;
}
@media (max-width: 768px) {
  .u-text--size--l, .u-text--size--l a {
    font-size: 1.6rem !important;
  }
}
.u-text--size--m, .u-text--size--m a {
  font-size: 2rem !important;
}
@media (max-width: 768px) {
  .u-text--size--m, .u-text--size--m a {
    font-size: 1.6rem !important;
  }
}
.u-text--size--n, .u-text--size--n a {
  font-size: 1.6rem !important;
}
@media (max-width: 768px) {
  .u-text--size--n, .u-text--size--n a {
    font-size: 1.4rem !important;
  }
}
.u-text--size--s, .u-text--size--s a {
  font-size: 1.3rem !important;
}
@media (max-width: 768px) {
  .u-text--size--s, .u-text--size--s a {
    font-size: 1.1rem !important;
  }
}
.u-text--size--ss, .u-text--size--ss a {
  font-size: 1.1rem !important;
}
@media (max-width: 768px) {
  .u-text--size--ss, .u-text--size--ss a {
    font-size: 1rem !important;
  }
}
.u-text--size--14, .u-text--size--14 a {
  font-size: 1.4rem !important;
}
.u-text--left {
  text-align: left !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--center {
  text-align: center !important;
}
@media (min-width: 541px) {
  .u-text--pccenter {
    text-align: center !important;
  }
}
@media (max-width: 540px) {
  .u-text--spcenter {
    text-align: center !important;
  }
}
.u-text--notice {
  color: #666666;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  .u-text--notice {
    font-size: 1.2rem;
  }
}
.u-text__maker {
  background-color: #2BADD7;
  color: #fff;
}
.u-text__br {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.u-textlink--arrow, .u-textlink--pdf, .u-textlink--blank {
  color: #2BADD7;
  display: inline-block;
  position: relative;
}
.u-textlink--arrow i:first-child, .u-textlink--pdf i:first-child, .u-textlink--blank i:first-child {
  color: #2BADD7;
  text-decoration: none;
  position: absolute;
}
.u-textlink--arrow {
  padding-left: 24px;
}
.u-textlink--arrow i:first-child {
  font-size: 1.6rem;
  margin-right: 0.5rem;
  margin-left: 0;
  left: 0px;
  top: 0.8rem;
}
@media (max-width: 768px) {
  .u-textlink--arrow i:first-child {
    font-size: 1.4rem;
    top: 0.6em;
  }
}
.u-textlink--arrow--secondary {
  padding-left: 14px;
}
@media (max-width: 768px) {
  .u-textlink--arrow--secondary {
    padding-left: 12px;
  }
}
.u-textlink--arrow--secondary [class*=fa-angle] {
  font-size: 2rem;
  left: -1px;
  top: 0.6em;
}
@media (max-width: 768px) {
  .u-textlink--arrow--secondary [class*=fa-angle] {
    font-size: 1.5rem;
  }
}
.u-textlink--pdf {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .u-textlink--pdf {
    padding-right: 18px;
  }
}
.u-textlink--pdf i:first-child {
  top: 0.5em;
}
.u-textlink--blank {
  padding-right: 28px;
}
@media (max-width: 768px) {
  .u-textlink--blank {
    padding-right: 24px;
  }
}
.u-textlink--blank i:first-child {
  top: 0.4em;
}
.u-textlink--label {
  border: 1px solid #fff;
  padding: 2px 10px;
  text-decoration: none;
  border-radius: 5px;
}

p .fa-file-pdf, p .fa-external-link {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.u-wid-110 {
  width: 110px !important;
  min-width: 110px !important;
}

.u-wid-120 {
  width: 120px !important;
  min-width: 120px !important;
}

.u-wid-130 {
  width: 130px !important;
  min-width: 130px !important;
}

.u-wid-140 {
  width: 140px !important;
  min-width: 140px !important;
}

.u-wid-150 {
  width: 150px !important;
  min-width: 150px !important;
}

.u-wid-160 {
  width: 160px !important;
  min-width: 160px !important;
}

.u-wid-170 {
  width: 170px !important;
  min-width: 170px !important;
}

.u-wid-180 {
  width: 180px !important;
  min-width: 180px !important;
}

.u-wid-190 {
  width: 190px !important;
  min-width: 190px !important;
}

.u-wid-200 {
  width: 200px !important;
  min-width: 200px !important;
}

.u-wid-210 {
  width: 210px !important;
  min-width: 210px !important;
}

.u-wid-220 {
  width: 220px !important;
  min-width: 220px !important;
}

.u-wid-230 {
  width: 230px !important;
  min-width: 230px !important;
}

.u-wid-240 {
  width: 240px !important;
  min-width: 240px !important;
}

.u-wid-250 {
  width: 250px !important;
  min-width: 250px !important;
}

.u-wid-260 {
  width: 260px !important;
  min-width: 260px !important;
}

.u-wid-270 {
  width: 270px !important;
  min-width: 270px !important;
}

.u-wid-280 {
  width: 280px !important;
  min-width: 280px !important;
}

.u-wid-290 {
  width: 290px !important;
  min-width: 290px !important;
}

.u-wid-300 {
  width: 300px !important;
  min-width: 300px !important;
}

.u-wid-310 {
  width: 310px !important;
  min-width: 310px !important;
}

.u-wid-320 {
  width: 320px !important;
  min-width: 320px !important;
}

.u-wid-330 {
  width: 330px !important;
  min-width: 330px !important;
}

.u-wid-340 {
  width: 340px !important;
  min-width: 340px !important;
}

.u-wid-350 {
  width: 350px !important;
  min-width: 350px !important;
}

.u-wid-360 {
  width: 360px !important;
  min-width: 360px !important;
}

.u-wid-370 {
  width: 370px !important;
  min-width: 370px !important;
}

.u-wid-380 {
  width: 380px !important;
  min-width: 380px !important;
}

.u-wid-390 {
  width: 390px !important;
  min-width: 390px !important;
}

.u-wid-400 {
  width: 400px !important;
  min-width: 400px !important;
}

.u-wid-410 {
  width: 410px !important;
  min-width: 410px !important;
}

.u-wid-420 {
  width: 420px !important;
  min-width: 420px !important;
}

.u-wid-430 {
  width: 430px !important;
  min-width: 430px !important;
}

.u-wid-440 {
  width: 440px !important;
  min-width: 440px !important;
}

.u-wid-450 {
  width: 450px !important;
  min-width: 450px !important;
}

.u-wid-460 {
  width: 460px !important;
  min-width: 460px !important;
}

.u-wid-470 {
  width: 470px !important;
  min-width: 470px !important;
}

.u-wid-480 {
  width: 480px !important;
  min-width: 480px !important;
}

.u-wid-490 {
  width: 490px !important;
  min-width: 490px !important;
}

.u-wid-500 {
  width: 500px !important;
  min-width: 500px !important;
}

.u-wid-510 {
  width: 510px !important;
  min-width: 510px !important;
}

.u-wid-520 {
  width: 520px !important;
  min-width: 520px !important;
}

.u-wid-530 {
  width: 530px !important;
  min-width: 530px !important;
}

.u-wid-540 {
  width: 540px !important;
  min-width: 540px !important;
}

.u-wid-550 {
  width: 550px !important;
  min-width: 550px !important;
}

.u-wid-560 {
  width: 560px !important;
  min-width: 560px !important;
}

.u-wid-570 {
  width: 570px !important;
  min-width: 570px !important;
}

.u-wid-580 {
  width: 580px !important;
  min-width: 580px !important;
}

.u-wid-590 {
  width: 590px !important;
  min-width: 590px !important;
}

.u-wid-600 {
  width: 600px !important;
  min-width: 600px !important;
}

.u-wid-610 {
  width: 610px !important;
  min-width: 610px !important;
}

.u-wid-620 {
  width: 620px !important;
  min-width: 620px !important;
}

.u-wid-630 {
  width: 630px !important;
  min-width: 630px !important;
}

.u-wid-640 {
  width: 640px !important;
  min-width: 640px !important;
}

.u-wid-650 {
  width: 650px !important;
  min-width: 650px !important;
}

.u-wid-660 {
  width: 660px !important;
  min-width: 660px !important;
}

.u-wid-670 {
  width: 670px !important;
  min-width: 670px !important;
}

.u-wid-680 {
  width: 680px !important;
  min-width: 680px !important;
}

.u-wid-690 {
  width: 690px !important;
  min-width: 690px !important;
}

.u-wid-700 {
  width: 700px !important;
  min-width: 700px !important;
}

.u-wid-710 {
  width: 710px !important;
  min-width: 710px !important;
}

.u-wid-720 {
  width: 720px !important;
  min-width: 720px !important;
}

.u-wid-730 {
  width: 730px !important;
  min-width: 730px !important;
}

.u-wid-740 {
  width: 740px !important;
  min-width: 740px !important;
}

.u-wid-750 {
  width: 750px !important;
  min-width: 750px !important;
}

.u-wid-760 {
  width: 760px !important;
  min-width: 760px !important;
}

.u-wid-770 {
  width: 770px !important;
  min-width: 770px !important;
}

.u-wid-780 {
  width: 780px !important;
  min-width: 780px !important;
}

.u-wid-790 {
  width: 790px !important;
  min-width: 790px !important;
}

.u-wid-800 {
  width: 800px !important;
  min-width: 800px !important;
}

.u-wid-810 {
  width: 810px !important;
  min-width: 810px !important;
}

.u-wid-820 {
  width: 820px !important;
  min-width: 820px !important;
}

.u-wid-830 {
  width: 830px !important;
  min-width: 830px !important;
}

.u-wid-840 {
  width: 840px !important;
  min-width: 840px !important;
}

.u-wid-850 {
  width: 850px !important;
  min-width: 850px !important;
}

.u-wid-860 {
  width: 860px !important;
  min-width: 860px !important;
}

.u-wid-870 {
  width: 870px !important;
  min-width: 870px !important;
}

.u-wid-880 {
  width: 880px !important;
  min-width: 880px !important;
}

.u-wid-890 {
  width: 890px !important;
  min-width: 890px !important;
}

.u-wid-900 {
  width: 900px !important;
  min-width: 900px !important;
}

.u-wid-910 {
  width: 910px !important;
  min-width: 910px !important;
}

.u-wid-920 {
  width: 920px !important;
  min-width: 920px !important;
}

.u-wid-930 {
  width: 930px !important;
  min-width: 930px !important;
}

.u-wid-940 {
  width: 940px !important;
  min-width: 940px !important;
}

.u-wid-950 {
  width: 950px !important;
  min-width: 950px !important;
}

.u-wid-960 {
  width: 960px !important;
  min-width: 960px !important;
}

.u-wid-970 {
  width: 970px !important;
  min-width: 970px !important;
}

.u-wid-980 {
  width: 980px !important;
  min-width: 980px !important;
}

.u-wid-990 {
  width: 990px !important;
  min-width: 990px !important;
}

.u-wid-1000 {
  width: 1000px !important;
  min-width: 1000px !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 (max-width: 768px) {
  .u-wid-md-10 {
    width: 10px !important;
    min-width: 10px !important;
  }
  .u-wid-md-20 {
    width: 20px !important;
    min-width: 20px !important;
  }
  .u-wid-md-30 {
    width: 30px !important;
    min-width: 30px !important;
  }
  .u-wid-md-40 {
    width: 40px !important;
    min-width: 40px !important;
  }
  .u-wid-md-50 {
    width: 50px !important;
    min-width: 50px !important;
  }
  .u-wid-md-60 {
    width: 60px !important;
    min-width: 60px !important;
  }
  .u-wid-md-70 {
    width: 70px !important;
    min-width: 70px !important;
  }
  .u-wid-md-80 {
    width: 80px !important;
    min-width: 80px !important;
  }
  .u-wid-md-90 {
    width: 90px !important;
    min-width: 90px !important;
  }
  .u-wid-md-100 {
    width: 100px !important;
    min-width: 100px !important;
  }
  .u-wid-md-110 {
    width: 110px !important;
    min-width: 110px !important;
  }
  .u-wid-md-120 {
    width: 120px !important;
    min-width: 120px !important;
  }
  .u-wid-md-130 {
    width: 130px !important;
    min-width: 130px !important;
  }
  .u-wid-md-140 {
    width: 140px !important;
    min-width: 140px !important;
  }
  .u-wid-md-150 {
    width: 150px !important;
    min-width: 150px !important;
  }
  .u-wid-md-160 {
    width: 160px !important;
    min-width: 160px !important;
  }
  .u-wid-md-170 {
    width: 170px !important;
    min-width: 170px !important;
  }
  .u-wid-md-180 {
    width: 180px !important;
    min-width: 180px !important;
  }
  .u-wid-md-190 {
    width: 190px !important;
    min-width: 190px !important;
  }
  .u-wid-md-200 {
    width: 200px !important;
    min-width: 200px !important;
  }
  .u-wid-md-210 {
    width: 210px !important;
    min-width: 210px !important;
  }
  .u-wid-md-220 {
    width: 220px !important;
    min-width: 220px !important;
  }
  .u-wid-md-230 {
    width: 230px !important;
    min-width: 230px !important;
  }
  .u-wid-md-240 {
    width: 240px !important;
    min-width: 240px !important;
  }
  .u-wid-md-250 {
    width: 250px !important;
    min-width: 250px !important;
  }
  .u-wid-md-260 {
    width: 260px !important;
    min-width: 260px !important;
  }
  .u-wid-md-270 {
    width: 270px !important;
    min-width: 270px !important;
  }
  .u-wid-md-280 {
    width: 280px !important;
    min-width: 280px !important;
  }
  .u-wid-md-290 {
    width: 290px !important;
    min-width: 290px !important;
  }
  .u-wid-md-300 {
    width: 300px !important;
    min-width: 300px !important;
  }
  .u-wid-md-310 {
    width: 310px !important;
    min-width: 310px !important;
  }
  .u-wid-md-320 {
    width: 320px !important;
    min-width: 320px !important;
  }
  .u-wid-md-330 {
    width: 330px !important;
    min-width: 330px !important;
  }
  .u-wid-md-340 {
    width: 340px !important;
    min-width: 340px !important;
  }
  .u-wid-md-350 {
    width: 350px !important;
    min-width: 350px !important;
  }
  .u-wid-md-360 {
    width: 360px !important;
    min-width: 360px !important;
  }
  .u-wid-md-370 {
    width: 370px !important;
    min-width: 370px !important;
  }
  .u-wid-md-380 {
    width: 380px !important;
    min-width: 380px !important;
  }
  .u-wid-md-390 {
    width: 390px !important;
    min-width: 390px !important;
  }
  .u-wid-md-400 {
    width: 400px !important;
    min-width: 400px !important;
  }
  .u-wid-md-410 {
    width: 410px !important;
    min-width: 410px !important;
  }
  .u-wid-md-420 {
    width: 420px !important;
    min-width: 420px !important;
  }
  .u-wid-md-430 {
    width: 430px !important;
    min-width: 430px !important;
  }
  .u-wid-md-440 {
    width: 440px !important;
    min-width: 440px !important;
  }
  .u-wid-md-450 {
    width: 450px !important;
    min-width: 450px !important;
  }
  .u-wid-md-460 {
    width: 460px !important;
    min-width: 460px !important;
  }
  .u-wid-md-470 {
    width: 470px !important;
    min-width: 470px !important;
  }
  .u-wid-md-480 {
    width: 480px !important;
    min-width: 480px !important;
  }
  .u-wid-md-490 {
    width: 490px !important;
    min-width: 490px !important;
  }
  .u-wid-md-500 {
    width: 500px !important;
    min-width: 500px !important;
  }
  .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-bg__blue {
  background-color: #062F56;
}
.u-bg__navy {
  background-color: #5379A6;
}
.u-bg--white {
  background-color: #fff;
}
.u-bg__white {
  padding: 120px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .u-bg__white {
    padding: 80px 0;
  }
}
.u-bg__dot {
  background-color: #F5F5F5;
}
.u-bg__img {
  width: 100%;
  height: 100%;
}
.u-bg__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-bg__movie {
  aspect-ratio: 65/36;
  width: 100%;
  height: 100%;
}
.u-bg__movie iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-shadow {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .u-shadow {
    box-shadow: 12 12 20px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 769px) {
  .u-shadow--hover:hover {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  }
}

.u-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}