@charset "UTF-8";
:root {
  --color-primary:#0067B0;
  --color-primaryLight:#E7F1F9;
  --color-secondary:#2C82B5;
  --color-secondaryLight:#DDEEFB;
  --color-thirdly:#4262A2;
  --color-important:#E12F3B;
  --color-navy:#16288B;
  --color-link:#237DB4;
  --color-text:#333;
  --color-bg:#fff;
  --color-darkGrey:#999;
  --color-grey:#d3d3d3;
  --color-lightGrey:#EDEDED;
  --color-bgAqua:#E8F1F6;
  --color-bgMauve:#E9E8F6;
  --color-ugEng:#2C82B5;
  --color-ugEngLight:#E9F2F8;
  --color-ugCreative:#589E5D;
  --color-ugCreativeLight:#EEF5EE;
  --color-ugBio:#EF6B6B;
  --color-ugBioLight:#FEF0F0;
  --color-ugInfo:#E4A211;
  --color-ugInfoLight:#FDF6E6;
  --color-ugHealth:#E676B2;
  --color-ugHealthLight:#FDF1F7;
  --color-ugExpert:#DCEAF2;
  --color-gradation:rgba(44, 130, 181,1) 0%, rgba(98, 205, 213,1) 100%;
  --color-borderGrey:#D1D1D1;
  --color-borderDarkGrey:#707070;
  --font-family-serif:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*! 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-width: 0;
  border-style: solid;
}

/* 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* 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;
  margin: 0;
  clear: both;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  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 {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

address {
  font-style: inherit;
}

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

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

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

/**
 * 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 {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: 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] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  color: inherit;
  /* 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 {
  padding: 0;
  vertical-align: top;
}

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

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

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

.mt-editor p, .page p {
  line-height: 1.6;
}
.mt-editor ul:not([class]), .page ul:not([class]) {
  display: grid;
  grid-template-columns: 100%;
  gap: 2px 0;
}
.mt-editor ul:not([class]) > li, .page ul:not([class]) > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.75;
}
.mt-editor ul:not([class]) > li::before, .page ul:not([class]) > li::before {
  display: block;
  position: absolute;
  top: 0.875em;
  left: 0.2em;
  width: 0.1875em;
  height: 0.1875em;
  border-radius: 50%;
  background-color: var(--color-text);
  content: "";
}
.mt-editor ol:not([class]), .page ol:not([class]) {
  display: grid;
  grid-template-columns: 100%;
  gap: 5px 0;
  counter-reset: listOrder;
}
.mt-editor ol:not([class]) > li, .page ol:not([class]) > li {
  position: relative;
  padding-left: 1.7em;
  line-height: 1.75;
  counter-increment: listOrder;
}
.mt-editor ol:not([class]) > li::before, .page ol:not([class]) > li::before {
  display: flex;
  position: absolute;
  top: 0.3333333333em;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  background-color: var(--color-primary);
  content: counter(listOrder);
  color: #fff;
  font-size: 0.75em;
  font-family: Roboto, sans-serif;
}
.mt-editor ol:not([class]) > li ol:not([class]) > li::before, .page ol:not([class]) > li ol:not([class]) > li::before {
  background-color: var(--color-lightGrey);
  color: var(--color-text);
}
@media (max-width: 767.98px) {
  .mt-editor .mt-be-columns, .page .mt-be-columns {
    display: block !important;
  }
}
.mt-editor .mt-be-columns.mt-be-columns_gap30, .page .mt-be-columns.mt-be-columns_gap30 {
  gap: 30px;
}
@media (min-width: 768px) {
  .mt-editor .mt-be-columns, .page .mt-be-columns {
    display: flex;
    width: 100%;
    gap: 60px;
  }
}
.mt-editor .mt-be-columns.sp-column-block, .page .mt-be-columns.sp-column-block {
  display: flex !important;
  gap: 30px;
}
.mt-editor .mt-be-columns.sp-column-block .mt-be-column, .page .mt-be-columns.sp-column-block .mt-be-column {
  margin-top: 0px !important;
}
.mt-editor .mt-be-columns .mt-be-column, .page .mt-be-columns .mt-be-column {
  width: 100%;
}
@media (max-width: 767.98px) {
  .mt-editor .mt-be-columns .mt-be-column + .mt-be-column, .page .mt-be-columns .mt-be-column + .mt-be-column {
    margin-top: 20px;
  }
}
.mt-editor .flex-3-7.mt-be-columns, .page .flex-3-7.mt-be-columns {
  gap: 30px;
}
.mt-editor .flex-3-7.mt-be-columns .mt-be-column:first-child, .page .flex-3-7.mt-be-columns .mt-be-column:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .mt-editor .flex-3-7.mt-be-columns .mt-be-column:first-child, .page .flex-3-7.mt-be-columns .mt-be-column:first-child {
    width: 30%;
  }
}
.mt-editor .flex-3-7.mt-be-columns .mt-be-column:nth-child(2), .page .flex-3-7.mt-be-columns .mt-be-column:nth-child(2) {
  width: 100%;
}
@media (min-width: 768px) {
  .mt-editor .flex-3-7.mt-be-columns .mt-be-column:nth-child(2), .page .flex-3-7.mt-be-columns .mt-be-column:nth-child(2) {
    width: 70%;
  }
}
.mt-editor .flex-7-3.mt-be-columns, .page .flex-7-3.mt-be-columns {
  gap: 30px;
}
.mt-editor .flex-7-3.mt-be-columns .mt-be-column:first-child, .page .flex-7-3.mt-be-columns .mt-be-column:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .mt-editor .flex-7-3.mt-be-columns .mt-be-column:first-child, .page .flex-7-3.mt-be-columns .mt-be-column:first-child {
    width: 70%;
  }
}
.mt-editor .flex-7-3.mt-be-columns .mt-be-column:nth-child(2), .page .flex-7-3.mt-be-columns .mt-be-column:nth-child(2) {
  width: 100%;
}
@media (min-width: 768px) {
  .mt-editor .flex-7-3.mt-be-columns .mt-be-column:nth-child(2), .page .flex-7-3.mt-be-columns .mt-be-column:nth-child(2) {
    width: 30%;
  }
}
.mt-editor .flex-4-1.mt-be-columns, .page .flex-4-1.mt-be-columns {
  gap: 30px;
}
.mt-editor .flex-4-1.mt-be-columns .mt-be-column:first-child, .page .flex-4-1.mt-be-columns .mt-be-column:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .mt-editor .flex-4-1.mt-be-columns .mt-be-column:first-child, .page .flex-4-1.mt-be-columns .mt-be-column:first-child {
    width: 80%;
  }
}
.mt-editor .flex-4-1.mt-be-columns .mt-be-column:nth-child(2), .page .flex-4-1.mt-be-columns .mt-be-column:nth-child(2) {
  width: 100%;
}
@media (min-width: 768px) {
  .mt-editor .flex-4-1.mt-be-columns .mt-be-column:nth-child(2), .page .flex-4-1.mt-be-columns .mt-be-column:nth-child(2) {
    width: 20%;
  }
}
.mt-editor .flex-1-4.mt-be-columns, .page .flex-1-4.mt-be-columns {
  gap: 30px;
}
.mt-editor .flex-1-4.mt-be-columns .mt-be-column:first-child, .page .flex-1-4.mt-be-columns .mt-be-column:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .mt-editor .flex-1-4.mt-be-columns .mt-be-column:first-child, .page .flex-1-4.mt-be-columns .mt-be-column:first-child {
    width: 20%;
  }
}
.mt-editor .flex-1-4.mt-be-columns .mt-be-column:nth-child(2), .page .flex-1-4.mt-be-columns .mt-be-column:nth-child(2) {
  width: 100%;
}
@media (min-width: 768px) {
  .mt-editor .flex-1-4.mt-be-columns .mt-be-column:nth-child(2), .page .flex-1-4.mt-be-columns .mt-be-column:nth-child(2) {
    width: 80%;
  }
}
.mt-editor .flex-3-2.mt-be-columns, .page .flex-3-2.mt-be-columns {
  gap: 30px;
}
.mt-editor .flex-3-2.mt-be-columns .mt-be-column:first-child, .page .flex-3-2.mt-be-columns .mt-be-column:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .mt-editor .flex-3-2.mt-be-columns .mt-be-column:first-child, .page .flex-3-2.mt-be-columns .mt-be-column:first-child {
    width: 60%;
  }
}
.mt-editor .flex-3-2.mt-be-columns .mt-be-column:nth-child(2), .page .flex-3-2.mt-be-columns .mt-be-column:nth-child(2) {
  width: 100%;
}
@media (min-width: 768px) {
  .mt-editor .flex-3-2.mt-be-columns .mt-be-column:nth-child(2), .page .flex-3-2.mt-be-columns .mt-be-column:nth-child(2) {
    width: 40%;
  }
}
.mt-editor .flex-2-3.mt-be-columns, .page .flex-2-3.mt-be-columns {
  gap: 30px;
}
.mt-editor .flex-2-3.mt-be-columns .mt-be-column:first-child, .page .flex-2-3.mt-be-columns .mt-be-column:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .mt-editor .flex-2-3.mt-be-columns .mt-be-column:first-child, .page .flex-2-3.mt-be-columns .mt-be-column:first-child {
    width: 40%;
  }
}
.mt-editor .flex-2-3.mt-be-columns .mt-be-column:nth-child(2), .page .flex-2-3.mt-be-columns .mt-be-column:nth-child(2) {
  width: 100%;
}
@media (min-width: 768px) {
  .mt-editor .flex-2-3.mt-be-columns .mt-be-column:nth-child(2), .page .flex-2-3.mt-be-columns .mt-be-column:nth-child(2) {
    width: 60%;
  }
}
.mt-editor .c-anchors__button, .page .c-anchors__button {
  display: block;
}
.mt-editor .c-anchors__button::after, .page .c-anchors__button::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10.8px;
  height: 7.8px;
  transform: translateY(-50%);
  background-image: url(/assets/images/icon_arrow5_bottom_blue.svg);
  background-repeat: no-repeat;
  content: "";
  line-height: 0;
}
.mt-editor .c-buttonAccordion, .page .c-buttonAccordion {
  position: relative;
}
.mt-editor .c-buttonAccordion::before, .page .c-buttonAccordion::before {
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 2px;
  background: #fff;
  content: "";
  transition: all 0.25s ease-in-out;
}
.mt-editor .c-buttonAccordion::after, .page .c-buttonAccordion::after {
  display: flex;
  position: absolute;
  top: 38%;
  right: 28px;
  align-items: center;
  justify-content: center;
  width: 2px;
  height: 18px;
  transform-origin: center center;
  background: #fff;
  content: "";
  transition: all 0.25s ease-in-out;
}
.mt-editor .accordion[open] .c-buttonAccordion::after, .page .accordion[open] .c-buttonAccordion::after {
  content: none;
}
.mt-editor table, .page table {
  width: 100%;
}
.mt-editor table th, .page table th {
  background-color: var(--color-primary);
  color: #fff;
}
.mt-editor table td, .page table td {
  line-height: 1.7142857143;
}
.mt-editor table th, .mt-editor table td, .page table th, .page table td {
  border: 1px solid var(--color-grey);
}
.mt-editor table th, .page table th {
  width: 140px;
  padding: 1.25em 0.2em 1.45em 1.45em;
}
.mt-editor table td, .page table td {
  width: auto;
  padding: 0.85em 1em 1.1em 1.1em;
}
.mt-editor .c-table2, .page .c-table2 {
  width: 100%;
  max-width: none;
}
.mt-editor .c-table2.table_head1 tr:first-child, .page .c-table2.table_head1 tr:first-child {
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
}
.mt-editor .c-table2 th, .mt-editor .c-table2 td, .page .c-table2 th, .page .c-table2 td {
  width: auto;
  min-width: 120px;
  padding: 0.8em 1em;
  border: 1px solid var(--color-grey);
  line-height: 1.7142857143;
}
.mt-editor .c-table2 thead th, .mt-editor .c-table2 thead td, .page .c-table2 thead th, .page .c-table2 thead td {
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
}
.mt-editor .c-table2 tbody th, .page .c-table2 tbody th {
  background-color: #fff !important;
  color: var(--color-primary);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.mt-editor .js-scrollable table, .page .js-scrollable table {
  min-width: 750px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-llg-1, .col-llg-2, .col-llg-3, .col-llg-4, .col-llg-5, .col-llg-6, .col-llg-7, .col-llg-8, .col-llg-9, .col-llg-10, .col-llg-11, .col-llg-12, .col-llg,
.col-llg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

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

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

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

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1080px) {
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1280px) {
  .col-llg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .row-cols-llg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-llg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-llg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-llg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-llg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-llg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-llg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-llg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-llg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-llg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-llg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-llg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-llg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-llg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-llg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-llg-0 {
    margin-left: 0;
  }

  .offset-llg-1 {
    margin-left: 8.33333%;
  }

  .offset-llg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-llg-4 {
    margin-left: 33.33333%;
  }

  .offset-llg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-llg-7 {
    margin-left: 58.33333%;
  }

  .offset-llg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-llg-10 {
    margin-left: 83.33333%;
  }

  .offset-llg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1980px) {
  .col-xxl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1080px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-llg-row {
    flex-direction: row !important;
  }

  .flex-llg-column {
    flex-direction: column !important;
  }

  .flex-llg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-llg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-llg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-llg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-llg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-llg-fill {
    flex: 1 1 auto !important;
  }

  .flex-llg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-llg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-llg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-llg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-llg-start {
    justify-content: flex-start !important;
  }

  .justify-content-llg-end {
    justify-content: flex-end !important;
  }

  .justify-content-llg-center {
    justify-content: center !important;
  }

  .justify-content-llg-between {
    justify-content: space-between !important;
  }

  .justify-content-llg-around {
    justify-content: space-around !important;
  }

  .align-items-llg-start {
    align-items: flex-start !important;
  }

  .align-items-llg-end {
    align-items: flex-end !important;
  }

  .align-items-llg-center {
    align-items: center !important;
  }

  .align-items-llg-baseline {
    align-items: baseline !important;
  }

  .align-items-llg-stretch {
    align-items: stretch !important;
  }

  .align-content-llg-start {
    align-content: flex-start !important;
  }

  .align-content-llg-end {
    align-content: flex-end !important;
  }

  .align-content-llg-center {
    align-content: center !important;
  }

  .align-content-llg-between {
    align-content: space-between !important;
  }

  .align-content-llg-around {
    align-content: space-around !important;
  }

  .align-content-llg-stretch {
    align-content: stretch !important;
  }

  .align-self-llg-auto {
    align-self: auto !important;
  }

  .align-self-llg-start {
    align-self: flex-start !important;
  }

  .align-self-llg-end {
    align-self: flex-end !important;
  }

  .align-self-llg-center {
    align-self: center !important;
  }

  .align-self-llg-baseline {
    align-self: baseline !important;
  }

  .align-self-llg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1980px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1080px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-llg-left {
    float: left !important;
  }

  .float-llg-right {
    float: right !important;
  }

  .float-llg-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1980px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  z-index: 1030;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.fixed-bottom {
  z-index: 1030;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-60 {
  height: 60% !important;
}

.h-70 {
  height: 70% !important;
}

.h-80 {
  height: 80% !important;
}

.h-90 {
  height: 90% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

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

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

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

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

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

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

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

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1080px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

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

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

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

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-llg-0 {
    margin: 0 !important;
  }

  .mt-llg-0,
.my-llg-0 {
    margin-top: 0 !important;
  }

  .mr-llg-0,
.mx-llg-0 {
    margin-right: 0 !important;
  }

  .mb-llg-0,
.my-llg-0 {
    margin-bottom: 0 !important;
  }

  .ml-llg-0,
.mx-llg-0 {
    margin-left: 0 !important;
  }

  .m-llg-1 {
    margin: 0.25rem !important;
  }

  .mt-llg-1,
.my-llg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-llg-1,
.mx-llg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-llg-1,
.my-llg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-llg-1,
.mx-llg-1 {
    margin-left: 0.25rem !important;
  }

  .m-llg-2 {
    margin: 0.5rem !important;
  }

  .mt-llg-2,
.my-llg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-llg-2,
.mx-llg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-llg-2,
.my-llg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-llg-2,
.mx-llg-2 {
    margin-left: 0.5rem !important;
  }

  .m-llg-3 {
    margin: 1rem !important;
  }

  .mt-llg-3,
.my-llg-3 {
    margin-top: 1rem !important;
  }

  .mr-llg-3,
.mx-llg-3 {
    margin-right: 1rem !important;
  }

  .mb-llg-3,
.my-llg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-llg-3,
.mx-llg-3 {
    margin-left: 1rem !important;
  }

  .m-llg-4 {
    margin: 1.5rem !important;
  }

  .mt-llg-4,
.my-llg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-llg-4,
.mx-llg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-llg-4,
.my-llg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-llg-4,
.mx-llg-4 {
    margin-left: 1.5rem !important;
  }

  .m-llg-5 {
    margin: 3rem !important;
  }

  .mt-llg-5,
.my-llg-5 {
    margin-top: 3rem !important;
  }

  .mr-llg-5,
.mx-llg-5 {
    margin-right: 3rem !important;
  }

  .mb-llg-5,
.my-llg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-llg-5,
.mx-llg-5 {
    margin-left: 3rem !important;
  }

  .p-llg-0 {
    padding: 0 !important;
  }

  .pt-llg-0,
.py-llg-0 {
    padding-top: 0 !important;
  }

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

  .pb-llg-0,
.py-llg-0 {
    padding-bottom: 0 !important;
  }

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

  .p-llg-1 {
    padding: 0.25rem !important;
  }

  .pt-llg-1,
.py-llg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-llg-1,
.px-llg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-llg-1,
.py-llg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-llg-1,
.px-llg-1 {
    padding-left: 0.25rem !important;
  }

  .p-llg-2 {
    padding: 0.5rem !important;
  }

  .pt-llg-2,
.py-llg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-llg-2,
.px-llg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-llg-2,
.py-llg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-llg-2,
.px-llg-2 {
    padding-left: 0.5rem !important;
  }

  .p-llg-3 {
    padding: 1rem !important;
  }

  .pt-llg-3,
.py-llg-3 {
    padding-top: 1rem !important;
  }

  .pr-llg-3,
.px-llg-3 {
    padding-right: 1rem !important;
  }

  .pb-llg-3,
.py-llg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-llg-3,
.px-llg-3 {
    padding-left: 1rem !important;
  }

  .p-llg-4 {
    padding: 1.5rem !important;
  }

  .pt-llg-4,
.py-llg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-llg-4,
.px-llg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-llg-4,
.py-llg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-llg-4,
.px-llg-4 {
    padding-left: 1.5rem !important;
  }

  .p-llg-5 {
    padding: 3rem !important;
  }

  .pt-llg-5,
.py-llg-5 {
    padding-top: 3rem !important;
  }

  .pr-llg-5,
.px-llg-5 {
    padding-right: 3rem !important;
  }

  .pb-llg-5,
.py-llg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-llg-5,
.px-llg-5 {
    padding-left: 3rem !important;
  }

  .m-llg-n1 {
    margin: -0.25rem !important;
  }

  .mt-llg-n1,
.my-llg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-llg-n1,
.mx-llg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-llg-n1,
.my-llg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-llg-n1,
.mx-llg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-llg-n2 {
    margin: -0.5rem !important;
  }

  .mt-llg-n2,
.my-llg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-llg-n2,
.mx-llg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-llg-n2,
.my-llg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-llg-n2,
.mx-llg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-llg-n3 {
    margin: -1rem !important;
  }

  .mt-llg-n3,
.my-llg-n3 {
    margin-top: -1rem !important;
  }

  .mr-llg-n3,
.mx-llg-n3 {
    margin-right: -1rem !important;
  }

  .mb-llg-n3,
.my-llg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-llg-n3,
.mx-llg-n3 {
    margin-left: -1rem !important;
  }

  .m-llg-n4 {
    margin: -1.5rem !important;
  }

  .mt-llg-n4,
.my-llg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-llg-n4,
.mx-llg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-llg-n4,
.my-llg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-llg-n4,
.mx-llg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-llg-n5 {
    margin: -3rem !important;
  }

  .mt-llg-n5,
.my-llg-n5 {
    margin-top: -3rem !important;
  }

  .mr-llg-n5,
.mx-llg-n5 {
    margin-right: -3rem !important;
  }

  .mb-llg-n5,
.my-llg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-llg-n5,
.mx-llg-n5 {
    margin-left: -3rem !important;
  }

  .m-llg-auto {
    margin: auto !important;
  }

  .mt-llg-auto,
.my-llg-auto {
    margin-top: auto !important;
  }

  .mr-llg-auto,
.mx-llg-auto {
    margin-right: auto !important;
  }

  .mb-llg-auto,
.my-llg-auto {
    margin-bottom: auto !important;
  }

  .ml-llg-auto,
.mx-llg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

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

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

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

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1980px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

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

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

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

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  pointer-events: auto;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1080px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-llg-left {
    text-align: left !important;
  }

  .text-llg-right {
    text-align: right !important;
  }

  .text-llg-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1980px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  border: 0;
  background-color: transparent;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media screen and (min-width: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .breadcrumb {
    padding-right: constant(safe-area-inset-right);
    padding-right: env(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-60 {
  height: 60% !important;
}

.h-70 {
  height: 70% !important;
}

.h-80 {
  height: 80% !important;
}

.h-90 {
  height: 90% !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .w-sm-5 {
    width: 5% !important;
  }

  .w-sm-10 {
    width: 10% !important;
  }

  .w-sm-15 {
    width: 15% !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .w-sm-35 {
    width: 35% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-45 {
    width: 45% !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .w-sm-70 {
    width: 70% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .h-sm-5 {
    height: 5% !important;
  }

  .h-sm-10 {
    height: 10% !important;
  }

  .h-sm-15 {
    height: 15% !important;
  }

  .h-sm-20 {
    height: 20% !important;
  }

  .h-sm-30 {
    height: 30% !important;
  }

  .h-sm-35 {
    height: 35% !important;
  }

  .h-sm-40 {
    height: 40% !important;
  }

  .h-sm-45 {
    height: 45% !important;
  }

  .h-sm-60 {
    height: 60% !important;
  }

  .h-sm-70 {
    height: 70% !important;
  }

  .h-sm-80 {
    height: 80% !important;
  }

  .h-sm-90 {
    height: 90% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .w-md-5 {
    width: 5% !important;
  }

  .w-md-10 {
    width: 10% !important;
  }

  .w-md-15 {
    width: 15% !important;
  }

  .w-md-20 {
    width: 20% !important;
  }

  .w-md-30 {
    width: 30% !important;
  }

  .w-md-35 {
    width: 35% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .w-md-45 {
    width: 45% !important;
  }

  .w-md-60 {
    width: 60% !important;
  }

  .w-md-70 {
    width: 70% !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .h-md-5 {
    height: 5% !important;
  }

  .h-md-10 {
    height: 10% !important;
  }

  .h-md-15 {
    height: 15% !important;
  }

  .h-md-20 {
    height: 20% !important;
  }

  .h-md-30 {
    height: 30% !important;
  }

  .h-md-35 {
    height: 35% !important;
  }

  .h-md-40 {
    height: 40% !important;
  }

  .h-md-45 {
    height: 45% !important;
  }

  .h-md-60 {
    height: 60% !important;
  }

  .h-md-70 {
    height: 70% !important;
  }

  .h-md-80 {
    height: 80% !important;
  }

  .h-md-90 {
    height: 90% !important;
  }
}
@media (min-width: 1080px) {
  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .w-lg-5 {
    width: 5% !important;
  }

  .w-lg-10 {
    width: 10% !important;
  }

  .w-lg-15 {
    width: 15% !important;
  }

  .w-lg-20 {
    width: 20% !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .w-lg-35 {
    width: 35% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-45 {
    width: 45% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-70 {
    width: 70% !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .h-lg-5 {
    height: 5% !important;
  }

  .h-lg-10 {
    height: 10% !important;
  }

  .h-lg-15 {
    height: 15% !important;
  }

  .h-lg-20 {
    height: 20% !important;
  }

  .h-lg-30 {
    height: 30% !important;
  }

  .h-lg-35 {
    height: 35% !important;
  }

  .h-lg-40 {
    height: 40% !important;
  }

  .h-lg-45 {
    height: 45% !important;
  }

  .h-lg-60 {
    height: 60% !important;
  }

  .h-lg-70 {
    height: 70% !important;
  }

  .h-lg-80 {
    height: 80% !important;
  }

  .h-lg-90 {
    height: 90% !important;
  }
}
@media (min-width: 1280px) {
  .w-llg-25 {
    width: 25% !important;
  }

  .w-llg-50 {
    width: 50% !important;
  }

  .w-llg-75 {
    width: 75% !important;
  }

  .w-llg-100 {
    width: 100% !important;
  }

  .w-llg-auto {
    width: auto !important;
  }

  .w-llg-5 {
    width: 5% !important;
  }

  .w-llg-10 {
    width: 10% !important;
  }

  .w-llg-15 {
    width: 15% !important;
  }

  .w-llg-20 {
    width: 20% !important;
  }

  .w-llg-30 {
    width: 30% !important;
  }

  .w-llg-35 {
    width: 35% !important;
  }

  .w-llg-40 {
    width: 40% !important;
  }

  .w-llg-45 {
    width: 45% !important;
  }

  .w-llg-60 {
    width: 60% !important;
  }

  .w-llg-70 {
    width: 70% !important;
  }

  .w-llg-80 {
    width: 80% !important;
  }

  .w-llg-90 {
    width: 90% !important;
  }

  .h-llg-25 {
    height: 25% !important;
  }

  .h-llg-50 {
    height: 50% !important;
  }

  .h-llg-75 {
    height: 75% !important;
  }

  .h-llg-100 {
    height: 100% !important;
  }

  .h-llg-auto {
    height: auto !important;
  }

  .h-llg-5 {
    height: 5% !important;
  }

  .h-llg-10 {
    height: 10% !important;
  }

  .h-llg-15 {
    height: 15% !important;
  }

  .h-llg-20 {
    height: 20% !important;
  }

  .h-llg-30 {
    height: 30% !important;
  }

  .h-llg-35 {
    height: 35% !important;
  }

  .h-llg-40 {
    height: 40% !important;
  }

  .h-llg-45 {
    height: 45% !important;
  }

  .h-llg-60 {
    height: 60% !important;
  }

  .h-llg-70 {
    height: 70% !important;
  }

  .h-llg-80 {
    height: 80% !important;
  }

  .h-llg-90 {
    height: 90% !important;
  }
}
@media (min-width: 1400px) {
  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .w-xl-5 {
    width: 5% !important;
  }

  .w-xl-10 {
    width: 10% !important;
  }

  .w-xl-15 {
    width: 15% !important;
  }

  .w-xl-20 {
    width: 20% !important;
  }

  .w-xl-30 {
    width: 30% !important;
  }

  .w-xl-35 {
    width: 35% !important;
  }

  .w-xl-40 {
    width: 40% !important;
  }

  .w-xl-45 {
    width: 45% !important;
  }

  .w-xl-60 {
    width: 60% !important;
  }

  .w-xl-70 {
    width: 70% !important;
  }

  .w-xl-80 {
    width: 80% !important;
  }

  .w-xl-90 {
    width: 90% !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .h-xl-5 {
    height: 5% !important;
  }

  .h-xl-10 {
    height: 10% !important;
  }

  .h-xl-15 {
    height: 15% !important;
  }

  .h-xl-20 {
    height: 20% !important;
  }

  .h-xl-30 {
    height: 30% !important;
  }

  .h-xl-35 {
    height: 35% !important;
  }

  .h-xl-40 {
    height: 40% !important;
  }

  .h-xl-45 {
    height: 45% !important;
  }

  .h-xl-60 {
    height: 60% !important;
  }

  .h-xl-70 {
    height: 70% !important;
  }

  .h-xl-80 {
    height: 80% !important;
  }

  .h-xl-90 {
    height: 90% !important;
  }
}
@media (min-width: 1980px) {
  .w-xxl-25 {
    width: 25% !important;
  }

  .w-xxl-50 {
    width: 50% !important;
  }

  .w-xxl-75 {
    width: 75% !important;
  }

  .w-xxl-100 {
    width: 100% !important;
  }

  .w-xxl-auto {
    width: auto !important;
  }

  .w-xxl-5 {
    width: 5% !important;
  }

  .w-xxl-10 {
    width: 10% !important;
  }

  .w-xxl-15 {
    width: 15% !important;
  }

  .w-xxl-20 {
    width: 20% !important;
  }

  .w-xxl-30 {
    width: 30% !important;
  }

  .w-xxl-35 {
    width: 35% !important;
  }

  .w-xxl-40 {
    width: 40% !important;
  }

  .w-xxl-45 {
    width: 45% !important;
  }

  .w-xxl-60 {
    width: 60% !important;
  }

  .w-xxl-70 {
    width: 70% !important;
  }

  .w-xxl-80 {
    width: 80% !important;
  }

  .w-xxl-90 {
    width: 90% !important;
  }

  .h-xxl-25 {
    height: 25% !important;
  }

  .h-xxl-50 {
    height: 50% !important;
  }

  .h-xxl-75 {
    height: 75% !important;
  }

  .h-xxl-100 {
    height: 100% !important;
  }

  .h-xxl-auto {
    height: auto !important;
  }

  .h-xxl-5 {
    height: 5% !important;
  }

  .h-xxl-10 {
    height: 10% !important;
  }

  .h-xxl-15 {
    height: 15% !important;
  }

  .h-xxl-20 {
    height: 20% !important;
  }

  .h-xxl-30 {
    height: 30% !important;
  }

  .h-xxl-35 {
    height: 35% !important;
  }

  .h-xxl-40 {
    height: 40% !important;
  }

  .h-xxl-45 {
    height: 45% !important;
  }

  .h-xxl-60 {
    height: 60% !important;
  }

  .h-xxl-70 {
    height: 70% !important;
  }

  .h-xxl-80 {
    height: 80% !important;
  }

  .h-xxl-90 {
    height: 90% !important;
  }
}
.w-em-1 {
  width: 1em !important;
}

.w-em-2 {
  width: 2em !important;
}

.w-em-3 {
  width: 3em !important;
}

.w-em-4 {
  width: 4em !important;
}

.w-em-5 {
  width: 5em !important;
}

.w-em-6 {
  width: 6em !important;
}

.w-em-7 {
  width: 7em !important;
}

.w-em-8 {
  width: 8em !important;
}

.w-em-9 {
  width: 9em !important;
}

.w-em-10 {
  width: 10em !important;
}

.h-em-1 {
  height: 1em !important;
}

.h-em-2 {
  height: 2em !important;
}

.h-em-3 {
  height: 3em !important;
}

.h-em-4 {
  height: 4em !important;
}

.h-em-5 {
  height: 5em !important;
}

.h-em-6 {
  height: 6em !important;
}

.h-em-7 {
  height: 7em !important;
}

.h-em-8 {
  height: 8em !important;
}

.h-em-9 {
  height: 9em !important;
}

.h-em-10 {
  height: 10em !important;
}

@media (min-width: 576px) {
  .w-em-sm-1 {
    width: 1em !important;
  }

  .w-em-sm-2 {
    width: 2em !important;
  }

  .w-em-sm-3 {
    width: 3em !important;
  }

  .w-em-sm-4 {
    width: 4em !important;
  }

  .w-em-sm-5 {
    width: 5em !important;
  }

  .w-em-sm-6 {
    width: 6em !important;
  }

  .w-em-sm-7 {
    width: 7em !important;
  }

  .w-em-sm-8 {
    width: 8em !important;
  }

  .w-em-sm-9 {
    width: 9em !important;
  }

  .w-em-sm-10 {
    width: 10em !important;
  }

  .h-em-sm-1 {
    height: 1em !important;
  }

  .h-em-sm-2 {
    height: 2em !important;
  }

  .h-em-sm-3 {
    height: 3em !important;
  }

  .h-em-sm-4 {
    height: 4em !important;
  }

  .h-em-sm-5 {
    height: 5em !important;
  }

  .h-em-sm-6 {
    height: 6em !important;
  }

  .h-em-sm-7 {
    height: 7em !important;
  }

  .h-em-sm-8 {
    height: 8em !important;
  }

  .h-em-sm-9 {
    height: 9em !important;
  }

  .h-em-sm-10 {
    height: 10em !important;
  }
}
@media (min-width: 768px) {
  .w-em-md-1 {
    width: 1em !important;
  }

  .w-em-md-2 {
    width: 2em !important;
  }

  .w-em-md-3 {
    width: 3em !important;
  }

  .w-em-md-4 {
    width: 4em !important;
  }

  .w-em-md-5 {
    width: 5em !important;
  }

  .w-em-md-6 {
    width: 6em !important;
  }

  .w-em-md-7 {
    width: 7em !important;
  }

  .w-em-md-8 {
    width: 8em !important;
  }

  .w-em-md-9 {
    width: 9em !important;
  }

  .w-em-md-10 {
    width: 10em !important;
  }

  .h-em-md-1 {
    height: 1em !important;
  }

  .h-em-md-2 {
    height: 2em !important;
  }

  .h-em-md-3 {
    height: 3em !important;
  }

  .h-em-md-4 {
    height: 4em !important;
  }

  .h-em-md-5 {
    height: 5em !important;
  }

  .h-em-md-6 {
    height: 6em !important;
  }

  .h-em-md-7 {
    height: 7em !important;
  }

  .h-em-md-8 {
    height: 8em !important;
  }

  .h-em-md-9 {
    height: 9em !important;
  }

  .h-em-md-10 {
    height: 10em !important;
  }
}
@media (min-width: 1080px) {
  .w-em-lg-1 {
    width: 1em !important;
  }

  .w-em-lg-2 {
    width: 2em !important;
  }

  .w-em-lg-3 {
    width: 3em !important;
  }

  .w-em-lg-4 {
    width: 4em !important;
  }

  .w-em-lg-5 {
    width: 5em !important;
  }

  .w-em-lg-6 {
    width: 6em !important;
  }

  .w-em-lg-7 {
    width: 7em !important;
  }

  .w-em-lg-8 {
    width: 8em !important;
  }

  .w-em-lg-9 {
    width: 9em !important;
  }

  .w-em-lg-10 {
    width: 10em !important;
  }

  .h-em-lg-1 {
    height: 1em !important;
  }

  .h-em-lg-2 {
    height: 2em !important;
  }

  .h-em-lg-3 {
    height: 3em !important;
  }

  .h-em-lg-4 {
    height: 4em !important;
  }

  .h-em-lg-5 {
    height: 5em !important;
  }

  .h-em-lg-6 {
    height: 6em !important;
  }

  .h-em-lg-7 {
    height: 7em !important;
  }

  .h-em-lg-8 {
    height: 8em !important;
  }

  .h-em-lg-9 {
    height: 9em !important;
  }

  .h-em-lg-10 {
    height: 10em !important;
  }
}
@media (min-width: 1280px) {
  .w-em-llg-1 {
    width: 1em !important;
  }

  .w-em-llg-2 {
    width: 2em !important;
  }

  .w-em-llg-3 {
    width: 3em !important;
  }

  .w-em-llg-4 {
    width: 4em !important;
  }

  .w-em-llg-5 {
    width: 5em !important;
  }

  .w-em-llg-6 {
    width: 6em !important;
  }

  .w-em-llg-7 {
    width: 7em !important;
  }

  .w-em-llg-8 {
    width: 8em !important;
  }

  .w-em-llg-9 {
    width: 9em !important;
  }

  .w-em-llg-10 {
    width: 10em !important;
  }

  .h-em-llg-1 {
    height: 1em !important;
  }

  .h-em-llg-2 {
    height: 2em !important;
  }

  .h-em-llg-3 {
    height: 3em !important;
  }

  .h-em-llg-4 {
    height: 4em !important;
  }

  .h-em-llg-5 {
    height: 5em !important;
  }

  .h-em-llg-6 {
    height: 6em !important;
  }

  .h-em-llg-7 {
    height: 7em !important;
  }

  .h-em-llg-8 {
    height: 8em !important;
  }

  .h-em-llg-9 {
    height: 9em !important;
  }

  .h-em-llg-10 {
    height: 10em !important;
  }
}
@media (min-width: 1400px) {
  .w-em-xl-1 {
    width: 1em !important;
  }

  .w-em-xl-2 {
    width: 2em !important;
  }

  .w-em-xl-3 {
    width: 3em !important;
  }

  .w-em-xl-4 {
    width: 4em !important;
  }

  .w-em-xl-5 {
    width: 5em !important;
  }

  .w-em-xl-6 {
    width: 6em !important;
  }

  .w-em-xl-7 {
    width: 7em !important;
  }

  .w-em-xl-8 {
    width: 8em !important;
  }

  .w-em-xl-9 {
    width: 9em !important;
  }

  .w-em-xl-10 {
    width: 10em !important;
  }

  .h-em-xl-1 {
    height: 1em !important;
  }

  .h-em-xl-2 {
    height: 2em !important;
  }

  .h-em-xl-3 {
    height: 3em !important;
  }

  .h-em-xl-4 {
    height: 4em !important;
  }

  .h-em-xl-5 {
    height: 5em !important;
  }

  .h-em-xl-6 {
    height: 6em !important;
  }

  .h-em-xl-7 {
    height: 7em !important;
  }

  .h-em-xl-8 {
    height: 8em !important;
  }

  .h-em-xl-9 {
    height: 9em !important;
  }

  .h-em-xl-10 {
    height: 10em !important;
  }
}
@media (min-width: 1980px) {
  .w-em-xxl-1 {
    width: 1em !important;
  }

  .w-em-xxl-2 {
    width: 2em !important;
  }

  .w-em-xxl-3 {
    width: 3em !important;
  }

  .w-em-xxl-4 {
    width: 4em !important;
  }

  .w-em-xxl-5 {
    width: 5em !important;
  }

  .w-em-xxl-6 {
    width: 6em !important;
  }

  .w-em-xxl-7 {
    width: 7em !important;
  }

  .w-em-xxl-8 {
    width: 8em !important;
  }

  .w-em-xxl-9 {
    width: 9em !important;
  }

  .w-em-xxl-10 {
    width: 10em !important;
  }

  .h-em-xxl-1 {
    height: 1em !important;
  }

  .h-em-xxl-2 {
    height: 2em !important;
  }

  .h-em-xxl-3 {
    height: 3em !important;
  }

  .h-em-xxl-4 {
    height: 4em !important;
  }

  .h-em-xxl-5 {
    height: 5em !important;
  }

  .h-em-xxl-6 {
    height: 6em !important;
  }

  .h-em-xxl-7 {
    height: 7em !important;
  }

  .h-em-xxl-8 {
    height: 8em !important;
  }

  .h-em-xxl-9 {
    height: 9em !important;
  }

  .h-em-xxl-10 {
    height: 10em !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

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

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

.mt-n5 {
  margin-top: -5px !important;
}

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

.mt-n10 {
  margin-top: -10px !important;
}

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

.mt-n15 {
  margin-top: -15px !important;
}

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

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

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

.mt-n25 {
  margin-top: -25px !important;
}

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

.mt-n30 {
  margin-top: -30px !important;
}

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

.mt-n35 {
  margin-top: -35px !important;
}

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

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

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

.mt-n45 {
  margin-top: -45px !important;
}

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

.mt-n50 {
  margin-top: -50px !important;
}

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

.mt-n55 {
  margin-top: -55px !important;
}

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

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

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

.mt-n65 {
  margin-top: -65px !important;
}

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

.mt-n70 {
  margin-top: -70px !important;
}

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

.mt-n75 {
  margin-top: -75px !important;
}

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

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

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

.mt-n85 {
  margin-top: -85px !important;
}

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

.mt-n90 {
  margin-top: -90px !important;
}

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

.mt-n95 {
  margin-top: -95px !important;
}

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

.mt-n100 {
  margin-top: -100px !important;
}

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

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

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

.mr-n5 {
  margin-right: -5px !important;
}

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

.mr-n10 {
  margin-right: -10px !important;
}

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

.mr-n15 {
  margin-right: -15px !important;
}

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

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

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

.mr-n25 {
  margin-right: -25px !important;
}

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

.mr-n30 {
  margin-right: -30px !important;
}

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

.mr-n35 {
  margin-right: -35px !important;
}

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

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

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

.mr-n45 {
  margin-right: -45px !important;
}

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

.mr-n50 {
  margin-right: -50px !important;
}

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

.mr-n55 {
  margin-right: -55px !important;
}

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

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

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

.mr-n65 {
  margin-right: -65px !important;
}

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

.mr-n70 {
  margin-right: -70px !important;
}

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

.mr-n75 {
  margin-right: -75px !important;
}

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

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

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

.mr-n85 {
  margin-right: -85px !important;
}

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

.mr-n90 {
  margin-right: -90px !important;
}

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

.mr-n95 {
  margin-right: -95px !important;
}

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

.mr-n100 {
  margin-right: -100px !important;
}

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

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

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

.mb-n5 {
  margin-bottom: -5px !important;
}

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

.mb-n10 {
  margin-bottom: -10px !important;
}

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

.mb-n15 {
  margin-bottom: -15px !important;
}

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

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

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

.mb-n25 {
  margin-bottom: -25px !important;
}

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

.mb-n30 {
  margin-bottom: -30px !important;
}

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

.mb-n35 {
  margin-bottom: -35px !important;
}

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

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

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

.mb-n45 {
  margin-bottom: -45px !important;
}

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

.mb-n50 {
  margin-bottom: -50px !important;
}

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

.mb-n55 {
  margin-bottom: -55px !important;
}

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

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

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

.mb-n65 {
  margin-bottom: -65px !important;
}

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

.mb-n70 {
  margin-bottom: -70px !important;
}

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

.mb-n75 {
  margin-bottom: -75px !important;
}

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

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

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

.mb-n85 {
  margin-bottom: -85px !important;
}

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

.mb-n90 {
  margin-bottom: -90px !important;
}

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

.mb-n95 {
  margin-bottom: -95px !important;
}

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

.mb-n100 {
  margin-bottom: -100px !important;
}

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

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

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

.ml-n5 {
  margin-left: -5px !important;
}

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

.ml-n10 {
  margin-left: -10px !important;
}

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

.ml-n15 {
  margin-left: -15px !important;
}

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

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

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

.ml-n25 {
  margin-left: -25px !important;
}

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

.ml-n30 {
  margin-left: -30px !important;
}

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

.ml-n35 {
  margin-left: -35px !important;
}

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

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

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

.ml-n45 {
  margin-left: -45px !important;
}

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

.ml-n50 {
  margin-left: -50px !important;
}

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

.ml-n55 {
  margin-left: -55px !important;
}

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

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

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

.ml-n65 {
  margin-left: -65px !important;
}

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

.ml-n70 {
  margin-left: -70px !important;
}

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

.ml-n75 {
  margin-left: -75px !important;
}

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

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

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

.ml-n85 {
  margin-left: -85px !important;
}

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

.ml-n90 {
  margin-left: -90px !important;
}

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

.ml-n95 {
  margin-left: -95px !important;
}

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

.ml-n100 {
  margin-left: -100px !important;
}

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

.pt-n0 {
  padding-top: 0px !important;
}

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

.pt-n5 {
  padding-top: -5px !important;
}

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

.pt-n10 {
  padding-top: -10px !important;
}

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

.pt-n15 {
  padding-top: -15px !important;
}

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

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

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

.pt-n25 {
  padding-top: -25px !important;
}

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

.pt-n30 {
  padding-top: -30px !important;
}

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

.pt-n35 {
  padding-top: -35px !important;
}

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

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

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

.pt-n45 {
  padding-top: -45px !important;
}

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

.pt-n50 {
  padding-top: -50px !important;
}

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

.pt-n55 {
  padding-top: -55px !important;
}

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

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

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

.pt-n65 {
  padding-top: -65px !important;
}

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

.pt-n70 {
  padding-top: -70px !important;
}

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

.pt-n75 {
  padding-top: -75px !important;
}

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

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

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

.pt-n85 {
  padding-top: -85px !important;
}

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

.pt-n90 {
  padding-top: -90px !important;
}

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

.pt-n95 {
  padding-top: -95px !important;
}

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

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

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

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

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

.pr-n5 {
  padding-right: -5px !important;
}

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

.pr-n10 {
  padding-right: -10px !important;
}

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

.pr-n15 {
  padding-right: -15px !important;
}

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

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

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

.pr-n25 {
  padding-right: -25px !important;
}

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

.pr-n30 {
  padding-right: -30px !important;
}

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

.pr-n35 {
  padding-right: -35px !important;
}

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

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

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

.pr-n45 {
  padding-right: -45px !important;
}

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

.pr-n50 {
  padding-right: -50px !important;
}

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

.pr-n55 {
  padding-right: -55px !important;
}

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

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

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

.pr-n65 {
  padding-right: -65px !important;
}

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

.pr-n70 {
  padding-right: -70px !important;
}

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

.pr-n75 {
  padding-right: -75px !important;
}

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

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

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

.pr-n85 {
  padding-right: -85px !important;
}

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

.pr-n90 {
  padding-right: -90px !important;
}

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

.pr-n95 {
  padding-right: -95px !important;
}

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

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

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

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

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

.pb-n5 {
  padding-bottom: -5px !important;
}

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

.pb-n10 {
  padding-bottom: -10px !important;
}

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

.pb-n15 {
  padding-bottom: -15px !important;
}

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

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

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

.pb-n25 {
  padding-bottom: -25px !important;
}

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

.pb-n30 {
  padding-bottom: -30px !important;
}

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

.pb-n35 {
  padding-bottom: -35px !important;
}

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

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

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

.pb-n45 {
  padding-bottom: -45px !important;
}

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

.pb-n50 {
  padding-bottom: -50px !important;
}

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

.pb-n55 {
  padding-bottom: -55px !important;
}

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

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

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

.pb-n65 {
  padding-bottom: -65px !important;
}

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

.pb-n70 {
  padding-bottom: -70px !important;
}

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

.pb-n75 {
  padding-bottom: -75px !important;
}

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

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

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

.pb-n85 {
  padding-bottom: -85px !important;
}

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

.pb-n90 {
  padding-bottom: -90px !important;
}

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

.pb-n95 {
  padding-bottom: -95px !important;
}

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

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

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

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

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

.pl-n5 {
  padding-left: -5px !important;
}

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

.pl-n10 {
  padding-left: -10px !important;
}

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

.pl-n15 {
  padding-left: -15px !important;
}

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

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

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

.pl-n25 {
  padding-left: -25px !important;
}

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

.pl-n30 {
  padding-left: -30px !important;
}

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

.pl-n35 {
  padding-left: -35px !important;
}

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

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

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

.pl-n45 {
  padding-left: -45px !important;
}

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

.pl-n50 {
  padding-left: -50px !important;
}

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

.pl-n55 {
  padding-left: -55px !important;
}

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

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

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

.pl-n65 {
  padding-left: -65px !important;
}

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

.pl-n70 {
  padding-left: -70px !important;
}

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

.pl-n75 {
  padding-left: -75px !important;
}

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

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

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

.pl-n85 {
  padding-left: -85px !important;
}

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

.pl-n90 {
  padding-left: -90px !important;
}

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

.pl-n95 {
  padding-left: -95px !important;
}

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

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

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }

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

  .mt-md-5 {
    margin-top: 5px !important;
  }

  .mt-n5 {
    margin-top: -5px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mt-n10 {
    margin-top: -10px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .mt-n15 {
    margin-top: -15px !important;
  }

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

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

  .mt-md-25 {
    margin-top: 25px !important;
  }

  .mt-n25 {
    margin-top: -25px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-n30 {
    margin-top: -30px !important;
  }

  .mt-md-35 {
    margin-top: 35px !important;
  }

  .mt-n35 {
    margin-top: -35px !important;
  }

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

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

  .mt-md-45 {
    margin-top: 45px !important;
  }

  .mt-n45 {
    margin-top: -45px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-n50 {
    margin-top: -50px !important;
  }

  .mt-md-55 {
    margin-top: 55px !important;
  }

  .mt-n55 {
    margin-top: -55px !important;
  }

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

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

  .mt-md-65 {
    margin-top: 65px !important;
  }

  .mt-n65 {
    margin-top: -65px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }

  .mt-n70 {
    margin-top: -70px !important;
  }

  .mt-md-75 {
    margin-top: 75px !important;
  }

  .mt-n75 {
    margin-top: -75px !important;
  }

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

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

  .mt-md-85 {
    margin-top: 85px !important;
  }

  .mt-n85 {
    margin-top: -85px !important;
  }

  .mt-md-90 {
    margin-top: 90px !important;
  }

  .mt-n90 {
    margin-top: -90px !important;
  }

  .mt-md-95 {
    margin-top: 95px !important;
  }

  .mt-n95 {
    margin-top: -95px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .mt-n100 {
    margin-top: -100px !important;
  }

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

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

  .mr-md-5 {
    margin-right: 5px !important;
  }

  .mr-n5 {
    margin-right: -5px !important;
  }

  .mr-md-10 {
    margin-right: 10px !important;
  }

  .mr-n10 {
    margin-right: -10px !important;
  }

  .mr-md-15 {
    margin-right: 15px !important;
  }

  .mr-n15 {
    margin-right: -15px !important;
  }

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

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

  .mr-md-25 {
    margin-right: 25px !important;
  }

  .mr-n25 {
    margin-right: -25px !important;
  }

  .mr-md-30 {
    margin-right: 30px !important;
  }

  .mr-n30 {
    margin-right: -30px !important;
  }

  .mr-md-35 {
    margin-right: 35px !important;
  }

  .mr-n35 {
    margin-right: -35px !important;
  }

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

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

  .mr-md-45 {
    margin-right: 45px !important;
  }

  .mr-n45 {
    margin-right: -45px !important;
  }

  .mr-md-50 {
    margin-right: 50px !important;
  }

  .mr-n50 {
    margin-right: -50px !important;
  }

  .mr-md-55 {
    margin-right: 55px !important;
  }

  .mr-n55 {
    margin-right: -55px !important;
  }

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

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

  .mr-md-65 {
    margin-right: 65px !important;
  }

  .mr-n65 {
    margin-right: -65px !important;
  }

  .mr-md-70 {
    margin-right: 70px !important;
  }

  .mr-n70 {
    margin-right: -70px !important;
  }

  .mr-md-75 {
    margin-right: 75px !important;
  }

  .mr-n75 {
    margin-right: -75px !important;
  }

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

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

  .mr-md-85 {
    margin-right: 85px !important;
  }

  .mr-n85 {
    margin-right: -85px !important;
  }

  .mr-md-90 {
    margin-right: 90px !important;
  }

  .mr-n90 {
    margin-right: -90px !important;
  }

  .mr-md-95 {
    margin-right: 95px !important;
  }

  .mr-n95 {
    margin-right: -95px !important;
  }

  .mr-md-100 {
    margin-right: 100px !important;
  }

  .mr-n100 {
    margin-right: -100px !important;
  }

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

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

  .mb-md-5 {
    margin-bottom: 5px !important;
  }

  .mb-n5 {
    margin-bottom: -5px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-n10 {
    margin-bottom: -10px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .mb-n15 {
    margin-bottom: -15px !important;
  }

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

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

  .mb-md-25 {
    margin-bottom: 25px !important;
  }

  .mb-n25 {
    margin-bottom: -25px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-n30 {
    margin-bottom: -30px !important;
  }

  .mb-md-35 {
    margin-bottom: 35px !important;
  }

  .mb-n35 {
    margin-bottom: -35px !important;
  }

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

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

  .mb-md-45 {
    margin-bottom: 45px !important;
  }

  .mb-n45 {
    margin-bottom: -45px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-n50 {
    margin-bottom: -50px !important;
  }

  .mb-md-55 {
    margin-bottom: 55px !important;
  }

  .mb-n55 {
    margin-bottom: -55px !important;
  }

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

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

  .mb-md-65 {
    margin-bottom: 65px !important;
  }

  .mb-n65 {
    margin-bottom: -65px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-n70 {
    margin-bottom: -70px !important;
  }

  .mb-md-75 {
    margin-bottom: 75px !important;
  }

  .mb-n75 {
    margin-bottom: -75px !important;
  }

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

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

  .mb-md-85 {
    margin-bottom: 85px !important;
  }

  .mb-n85 {
    margin-bottom: -85px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .mb-n90 {
    margin-bottom: -90px !important;
  }

  .mb-md-95 {
    margin-bottom: 95px !important;
  }

  .mb-n95 {
    margin-bottom: -95px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .mb-n100 {
    margin-bottom: -100px !important;
  }

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

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

  .ml-md-5 {
    margin-left: 5px !important;
  }

  .ml-n5 {
    margin-left: -5px !important;
  }

  .ml-md-10 {
    margin-left: 10px !important;
  }

  .ml-n10 {
    margin-left: -10px !important;
  }

  .ml-md-15 {
    margin-left: 15px !important;
  }

  .ml-n15 {
    margin-left: -15px !important;
  }

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

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

  .ml-md-25 {
    margin-left: 25px !important;
  }

  .ml-n25 {
    margin-left: -25px !important;
  }

  .ml-md-30 {
    margin-left: 30px !important;
  }

  .ml-n30 {
    margin-left: -30px !important;
  }

  .ml-md-35 {
    margin-left: 35px !important;
  }

  .ml-n35 {
    margin-left: -35px !important;
  }

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

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

  .ml-md-45 {
    margin-left: 45px !important;
  }

  .ml-n45 {
    margin-left: -45px !important;
  }

  .ml-md-50 {
    margin-left: 50px !important;
  }

  .ml-n50 {
    margin-left: -50px !important;
  }

  .ml-md-55 {
    margin-left: 55px !important;
  }

  .ml-n55 {
    margin-left: -55px !important;
  }

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

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

  .ml-md-65 {
    margin-left: 65px !important;
  }

  .ml-n65 {
    margin-left: -65px !important;
  }

  .ml-md-70 {
    margin-left: 70px !important;
  }

  .ml-n70 {
    margin-left: -70px !important;
  }

  .ml-md-75 {
    margin-left: 75px !important;
  }

  .ml-n75 {
    margin-left: -75px !important;
  }

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

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

  .ml-md-85 {
    margin-left: 85px !important;
  }

  .ml-n85 {
    margin-left: -85px !important;
  }

  .ml-md-90 {
    margin-left: 90px !important;
  }

  .ml-n90 {
    margin-left: -90px !important;
  }

  .ml-md-95 {
    margin-left: 95px !important;
  }

  .ml-n95 {
    margin-left: -95px !important;
  }

  .ml-md-100 {
    margin-left: 100px !important;
  }

  .ml-n100 {
    margin-left: -100px !important;
  }

  .pt-md-0 {
    padding-top: 0px !important;
  }

  .pt-n0 {
    padding-top: 0px !important;
  }

  .pt-md-5 {
    padding-top: 5px !important;
  }

  .pt-n5 {
    padding-top: -5px !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pt-n10 {
    padding-top: -10px !important;
  }

  .pt-md-15 {
    padding-top: 15px !important;
  }

  .pt-n15 {
    padding-top: -15px !important;
  }

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

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

  .pt-md-25 {
    padding-top: 25px !important;
  }

  .pt-n25 {
    padding-top: -25px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pt-n30 {
    padding-top: -30px !important;
  }

  .pt-md-35 {
    padding-top: 35px !important;
  }

  .pt-n35 {
    padding-top: -35px !important;
  }

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

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

  .pt-md-45 {
    padding-top: 45px !important;
  }

  .pt-n45 {
    padding-top: -45px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pt-n50 {
    padding-top: -50px !important;
  }

  .pt-md-55 {
    padding-top: 55px !important;
  }

  .pt-n55 {
    padding-top: -55px !important;
  }

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

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

  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pt-n65 {
    padding-top: -65px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pt-n70 {
    padding-top: -70px !important;
  }

  .pt-md-75 {
    padding-top: 75px !important;
  }

  .pt-n75 {
    padding-top: -75px !important;
  }

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

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

  .pt-md-85 {
    padding-top: 85px !important;
  }

  .pt-n85 {
    padding-top: -85px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pt-n90 {
    padding-top: -90px !important;
  }

  .pt-md-95 {
    padding-top: 95px !important;
  }

  .pt-n95 {
    padding-top: -95px !important;
  }

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

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

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

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

  .pr-md-5 {
    padding-right: 5px !important;
  }

  .pr-n5 {
    padding-right: -5px !important;
  }

  .pr-md-10 {
    padding-right: 10px !important;
  }

  .pr-n10 {
    padding-right: -10px !important;
  }

  .pr-md-15 {
    padding-right: 15px !important;
  }

  .pr-n15 {
    padding-right: -15px !important;
  }

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

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

  .pr-md-25 {
    padding-right: 25px !important;
  }

  .pr-n25 {
    padding-right: -25px !important;
  }

  .pr-md-30 {
    padding-right: 30px !important;
  }

  .pr-n30 {
    padding-right: -30px !important;
  }

  .pr-md-35 {
    padding-right: 35px !important;
  }

  .pr-n35 {
    padding-right: -35px !important;
  }

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

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

  .pr-md-45 {
    padding-right: 45px !important;
  }

  .pr-n45 {
    padding-right: -45px !important;
  }

  .pr-md-50 {
    padding-right: 50px !important;
  }

  .pr-n50 {
    padding-right: -50px !important;
  }

  .pr-md-55 {
    padding-right: 55px !important;
  }

  .pr-n55 {
    padding-right: -55px !important;
  }

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

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

  .pr-md-65 {
    padding-right: 65px !important;
  }

  .pr-n65 {
    padding-right: -65px !important;
  }

  .pr-md-70 {
    padding-right: 70px !important;
  }

  .pr-n70 {
    padding-right: -70px !important;
  }

  .pr-md-75 {
    padding-right: 75px !important;
  }

  .pr-n75 {
    padding-right: -75px !important;
  }

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

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

  .pr-md-85 {
    padding-right: 85px !important;
  }

  .pr-n85 {
    padding-right: -85px !important;
  }

  .pr-md-90 {
    padding-right: 90px !important;
  }

  .pr-n90 {
    padding-right: -90px !important;
  }

  .pr-md-95 {
    padding-right: 95px !important;
  }

  .pr-n95 {
    padding-right: -95px !important;
  }

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

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

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

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

  .pb-md-5 {
    padding-bottom: 5px !important;
  }

  .pb-n5 {
    padding-bottom: -5px !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pb-n10 {
    padding-bottom: -10px !important;
  }

  .pb-md-15 {
    padding-bottom: 15px !important;
  }

  .pb-n15 {
    padding-bottom: -15px !important;
  }

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

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

  .pb-md-25 {
    padding-bottom: 25px !important;
  }

  .pb-n25 {
    padding-bottom: -25px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pb-n30 {
    padding-bottom: -30px !important;
  }

  .pb-md-35 {
    padding-bottom: 35px !important;
  }

  .pb-n35 {
    padding-bottom: -35px !important;
  }

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

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

  .pb-md-45 {
    padding-bottom: 45px !important;
  }

  .pb-n45 {
    padding-bottom: -45px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pb-n50 {
    padding-bottom: -50px !important;
  }

  .pb-md-55 {
    padding-bottom: 55px !important;
  }

  .pb-n55 {
    padding-bottom: -55px !important;
  }

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

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

  .pb-md-65 {
    padding-bottom: 65px !important;
  }

  .pb-n65 {
    padding-bottom: -65px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pb-n70 {
    padding-bottom: -70px !important;
  }

  .pb-md-75 {
    padding-bottom: 75px !important;
  }

  .pb-n75 {
    padding-bottom: -75px !important;
  }

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

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

  .pb-md-85 {
    padding-bottom: 85px !important;
  }

  .pb-n85 {
    padding-bottom: -85px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pb-n90 {
    padding-bottom: -90px !important;
  }

  .pb-md-95 {
    padding-bottom: 95px !important;
  }

  .pb-n95 {
    padding-bottom: -95px !important;
  }

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

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

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

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

  .pl-md-5 {
    padding-left: 5px !important;
  }

  .pl-n5 {
    padding-left: -5px !important;
  }

  .pl-md-10 {
    padding-left: 10px !important;
  }

  .pl-n10 {
    padding-left: -10px !important;
  }

  .pl-md-15 {
    padding-left: 15px !important;
  }

  .pl-n15 {
    padding-left: -15px !important;
  }

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

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

  .pl-md-25 {
    padding-left: 25px !important;
  }

  .pl-n25 {
    padding-left: -25px !important;
  }

  .pl-md-30 {
    padding-left: 30px !important;
  }

  .pl-n30 {
    padding-left: -30px !important;
  }

  .pl-md-35 {
    padding-left: 35px !important;
  }

  .pl-n35 {
    padding-left: -35px !important;
  }

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

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

  .pl-md-45 {
    padding-left: 45px !important;
  }

  .pl-n45 {
    padding-left: -45px !important;
  }

  .pl-md-50 {
    padding-left: 50px !important;
  }

  .pl-n50 {
    padding-left: -50px !important;
  }

  .pl-md-55 {
    padding-left: 55px !important;
  }

  .pl-n55 {
    padding-left: -55px !important;
  }

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

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

  .pl-md-65 {
    padding-left: 65px !important;
  }

  .pl-n65 {
    padding-left: -65px !important;
  }

  .pl-md-70 {
    padding-left: 70px !important;
  }

  .pl-n70 {
    padding-left: -70px !important;
  }

  .pl-md-75 {
    padding-left: 75px !important;
  }

  .pl-n75 {
    padding-left: -75px !important;
  }

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

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

  .pl-md-85 {
    padding-left: 85px !important;
  }

  .pl-n85 {
    padding-left: -85px !important;
  }

  .pl-md-90 {
    padding-left: 90px !important;
  }

  .pl-n90 {
    padding-left: -90px !important;
  }

  .pl-md-95 {
    padding-left: 95px !important;
  }

  .pl-n95 {
    padding-left: -95px !important;
  }

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

  .pl-n100 {
    padding-left: -100px !important;
  }
}
.l-side {
  display: flex;
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100px;
  padding: 27px 10px 20px;
  overflow: auto;
  background-color: #fff;
}
.l-side__logo {
  margin-bottom: 20px;
}
.l-side__nav {
  display: grid;
  grid-template-columns: 100%;
  align-self: stretch;
  width: 100%;
  gap: 5px;
}
.l-side__nav a {
  display: block;
  padding: 10px 0;
  border-radius: 5px;
}
.l-side__nav a.blue {
  background-color: var(--color-primary);
}
.l-side__nav a.blue .text {
  color: #fff;
}
.l-side__nav a .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.l-side__nav a .text {
  margin-top: 6px;
  color: #0067b0;
  font-size: 8px;
}

.l-contentVtitle__heading {
  margin: 0 0 20px;
}
@media screen and (min-width: 1080px), print {
  .l-contentVtitle {
    display: flex;
    gap: 0 70px;
  }
  .l-contentVtitle__heading {
    flex: 0 0 auto;
    margin: 0;
  }
  .l-contentVtitle__content {
    flex: 1 1 auto;
  }
}

.l-quicktoggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10px 20px;
  background: linear-gradient(to bottom, #0067b0 0%, #2c82b5 100%);
}
.l-quicktoggle--fix {
  z-index: 99;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100px;
  width: 45px;
  cursor: pointer;
}
.l-quicktoggle__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.l-quicktoggle__top span {
  transform: rotate(90deg) translateX(50%) translateY(-2px);
  color: white;
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
}
.l-quicktoggle__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-quicktoggle__bottom button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.l-quicktoggle__bottom button span {
  transform: rotate(90deg) translateX(-50%);
  color: white;
  font-weight: 500;
  font-size: 17px;
  white-space: nowrap;
}
.l-quick30 {
  display: grid;
  z-index: 998;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100px;
  left: 0;
  grid-template-columns: 1fr 45px;
  width: 330px;
  transform: translateX(-100%);
  background: linear-gradient(to bottom, rgba(0, 103, 176, 0.85) 0%, rgba(44, 130, 181, 0.85) 100%);
  opacity: 0;
  transition: 0.3s ease;
}
.l-quick30.is-open {
  left: 100px;
  transform: translateX(0%);
  opacity: 1;
}
.l-quick30 .l-quicktoggle {
  background: none;
}
.l-quick30 .l-quicktoggle__bottom button.open {
  height: 91px;
}
.l-quick30__inner {
  max-height: 100%;
  padding: 27px 20px 35px;
  overflow: auto;
}
.l-quick30__title {
  margin-bottom: 22px;
  color: white;
  font-size: 30px;
  text-align: center;
}
.l-quick30__google {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.l-quick30__google input {
  width: 100%;
  padding: 5px 10px;
  color: white;
}
.l-quick30__google input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.l-quick30__google input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.l-quick30__google button {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 14px;
}
.l-quick30__google button img {
  width: 18px;
}
.l-quick30__stitle {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  color: white;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.l-quick30__pop {
  margin-bottom: 28px;
}
.l-quick30__pop li + li {
  margin-top: 11px;
}
.l-quick30__pop li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border: 1px solid #fff;
}
.l-quick30__pop li a .text {
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}
.l-quick30__pop li a .arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: white;
  font-size: 8px;
}
.l-quick30__pop li a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  .l-quick30__pop li a:hover {
    background-color: #fff;
  }
  .l-quick30__pop li a:hover .text {
    color: #2c82b5;
  }
  .l-quick30__pop li a:hover .arrow {
    border-color: #2c82b5;
    color: #2c82b5;
  }
}
.l-quick30__stitle2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: white;
  color: #056ab0;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
}
.l-quick30__stitle2 span {
  display: block;
  padding: 0 23px;
  border-radius: 100vh;
  background-color: #fff;
}
.l-quick30__kait {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 15px;
}
.l-quick30__kait li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 71px;
  border: 1px solid #fff;
  border-radius: 100vh;
  color: white;
  text-align: center;
}
.l-quick30__kait li a .text {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: 0.3s ease;
}
.l-quick30__kait li a .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 8px;
  transition: 0.3s ease;
}
.l-quick30__kait li a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  .l-quick30__kait li a:hover {
    background-color: #fff;
  }
  .l-quick30__kait li a:hover .text {
    color: #2c82b5;
  }
  .l-quick30__kait li a:hover .arrow {
    border-color: #2c82b5;
    color: #2c82b5;
  }
}

.l-quick {
  z-index: 9998;
  position: fixed;
  background-color: #0067B0;
}
@media screen and (min-width: 1080px), print {
  .l-quick {
    display: grid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: 1fr 45px;
    transform: translateX(-100%);
    opacity: 0;
    transition: 0.3s ease;
  }
  .l-quick.is-open {
    left: 100px;
    transform: translateX(0%);
    opacity: 1;
  }
}
@media screen and (max-width: 1079px) {
  .l-quick {
    top: 100%;
    right: 0;
    bottom: 60px;
    left: 0;
    transition: 0.3s ease;
  }
  .l-quick.is-open30 {
    top: calc(100% - 236px);
  }
  .l-quick.is-open {
    top: -39px !important;
    overflow: auto;
  }
}
.l-quick .l-quicktoggle {
  margin: 30px 0;
  padding: 0;
  border-left: 1px solid #fff;
  background: none;
}
@media screen and (min-width: 1080px), print {
  .l-quick__inner {
    max-height: 100%;
    padding: 50px 0 100px;
    overflow: auto;
  }
  .l-quick__inner::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .l-quick__inner {
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 1079px) {
  .l-quick__swipe {
    width: 100%;
  }
  .l-quick__swipe button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    color: white;
    font-size: 13px;
    text-align: center;
  }
  .l-quick__swipe img {
    width: 14px;
    margin-left: 5px;
    transform: translateY(1px);
  }
}
.l-quick__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 43px;
  gap: 2em;
  font-size: 15px;
}
.l-quick__nav a {
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  color: white;
}
.l-quick__nav a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  .l-quick__nav a:hover {
    border-bottom-color: #fff;
  }
}
.l-quick__title {
  margin-bottom: 16px;
  color: white;
  font-size: 55px;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .l-quick__title {
    margin-bottom: 11px;
    padding-top: 14px;
    font-size: 40px;
  }
}
.l-quick__google {
  display: flex;
  align-items: center;
  max-width: 600px;
  margin: 0 auto 80px;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
@media screen and (max-width: 1079px) {
  .l-quick__google {
    margin-bottom: 35px;
  }
}
.l-quick__google input {
  width: 100%;
  padding: 13px 10px;
  color: white;
}
.l-quick__google input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.l-quick__google input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1079px) {
  .l-quick__google input {
    padding: 5px 10px;
  }
}
.l-quick__google button {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 17px;
}
.l-quick__google button img {
  width: 26px;
}
.l-quick__stitle {
  margin-bottom: 30px;
  padding-bottom: 11px;
  border-bottom: 1px solid #fff;
  color: white;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1079px) {
  .l-quick__stitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.l-quick__pop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 80px;
  gap: 17px 20px;
}
@media screen and (max-width: 1079px) {
  .l-quick__pop {
    margin-bottom: 26px;
    gap: 10px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  .l-quick__pop {
    grid-template-columns: 1fr;
  }
}
.l-quick__pop li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  color: white;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1079px) {
  .l-quick__pop li a {
    padding-bottom: 10px;
  }
}
.l-quick__pop li a .arrow {
  transform: translateX(-10px);
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px), print {
  .l-quick__pop li a:hover .arrow {
    transform: translateX(0);
  }
}
.l-quick__entitle {
  margin-bottom: 15px;
  color: white;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .l-quick__entitle {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.l-quick__stitle2 {
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}
.l-quick__stitle2 span {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  color: white;
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 1079px) {
  .l-quick__stitle2 span {
    padding: 0 0 5px;
    border-bottom: 1px solid #fff;
    font-size: 25px;
  }
}
.l-quick__stitle2 span:before, .l-quick__stitle2 span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 1px;
  margin: auto 0;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 1079px) {
  .l-quick__stitle2 span:before, .l-quick__stitle2 span:after {
    display: none;
  }
}
.l-quick__stitle2 span:before {
  right: 100%;
}
.l-quick__stitle2 span:after {
  left: 100%;
}
@media screen and (max-width: 1079px) {
  .l-quick__tabbtnwrap {
    position: relative;
    margin-bottom: 30px;
  }
  .l-quick__tabbtnwrap:after {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    height: 4px;
    background-color: #cccccc;
    content: "";
    pointer-events: none;
  }
}
.l-quick__tabbtn {
  z-index: 1;
  position: relative;
  padding-bottom: 44px;
}
@media screen and (max-width: 1079px) {
  .l-quick__tabbtn {
    padding-bottom: 19px;
    overflow: auto;
    scrollbar-color: #fff transparent;
    scrollbar-width: auto;
  }
  .l-quick__tabbtn::-webkit-scrollbar {
    height: 8px;
  }
  .l-quick__tabbtn::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .l-quick__tabbtn::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
}
.l-quick__tabbtn .flex {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1079px) {
  .l-quick__tabbtn .flex {
    justify-content: flex-start;
    min-width: 670px;
    gap: 20px;
  }
}
.l-quick__tabbtn button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
  border-radius: 100vh;
  color: white;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3636363636;
}
@media screen and (max-width: 1079px) {
  .l-quick__tabbtn button {
    width: 95px;
    height: 95px;
    font-size: 18px;
  }
}
.l-quick__tabbtn button:after {
  position: absolute;
  right: 0;
  bottom: -45px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 0 17px 29px 17px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 1079px) {
  .l-quick__tabbtn button:after {
    display: none;
    bottom: -50px;
  }
}
.l-quick__tabbtn button.is-active {
  background-color: #fff;
  color: #3388bb;
}
.l-quick__tabbtn button.is-active:after {
  opacity: 1;
}
.l-quick__tabbtn button:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  .l-quick__tabbtn button:hover {
    background-color: #fff;
    color: #3388bb;
  }
}
.l-quick__tabwrap {
  margin-bottom: 150px;
}
@media screen and (max-width: 1079px) {
  .l-quick__tabwrap {
    margin-bottom: 90px;
  }
}
.l-quick-tab {
  z-index: 1;
  position: relative;
  padding: 40px 50px 55px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1079px) {
  .l-quick-tab {
    padding: 25px 20px;
    border-width: 0;
  }
}
.l-quick-tab__title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid #333333;
  color: #333333;
}
@media screen and (max-width: 1079px) {
  .l-quick-tab__title {
    margin-bottom: 10px;
  }
}
.l-quick-tab__title .ja {
  margin-right: 17px;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 1079px) {
  .l-quick-tab__title .ja {
    margin-right: 8px;
    font-size: 25px;
  }
}
.l-quick-tab__title .en {
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 1079px) {
  .l-quick-tab__title .en {
    font-size: 16px;
  }
}
@media screen and (max-width: 1079px) {
  .l-quick-tab__sortwrap {
    position: relative;
    margin-bottom: 18px;
  }
  .l-quick-tab__sortwrap:after {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    height: 4px;
    background-color: #cccccc;
    content: "";
    pointer-events: none;
  }
}
.l-quick-tab__sort {
  padding-bottom: 30px;
}
@media screen and (max-width: 1079px) {
  .l-quick-tab__sort {
    padding-bottom: 15px;
    overflow: auto;
    scrollbar-color: #cccccc transparent;
    scrollbar-width: auto;
  }
  .l-quick-tab__sort::-webkit-scrollbar {
    height: 8px;
  }
  .l-quick-tab__sort::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .l-quick-tab__sort::-webkit-scrollbar-thumb {
    background-color: #cccccc;
  }
}
.l-quick-tab__sort .grid {
  display: grid;
}
.l-quick-tab__sort .grid--column1 {
  grid-template-columns: repeat(1, 1fr);
}
.l-quick-tab__sort .grid--column2 {
  grid-template-columns: repeat(2, 1fr);
}
.l-quick-tab__sort .grid--column3 {
  grid-template-columns: repeat(3, 1fr);
}
.l-quick-tab__sort .grid--column4 {
  grid-template-columns: repeat(4, 1fr);
}
.l-quick-tab__sort .grid--column5 {
  grid-template-columns: repeat(5, 1fr);
}
.l-quick-tab__sort .grid--column6 {
  grid-template-columns: repeat(6, 1fr);
}
.l-quick-tab__sort .grid--column7 {
  grid-template-columns: repeat(7, 1fr);
}
.l-quick-tab__sort .grid--column8 {
  grid-template-columns: repeat(8, 1fr);
}
.l-quick-tab__sort .grid--column9 {
  grid-template-columns: repeat(9, 1fr);
}
@media screen and (max-width: 1079px) {
  .l-quick-tab__sort .grid {
    min-width: 540px;
  }
}
.l-quick-tab__sort button {
  padding-bottom: 10px;
  border-bottom: 7px solid #cccccc;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.l-quick-tab__sort button.is-active {
  border-bottom-color: #3388bb;
  color: #3388bb;
}
.l-quick-tab__sort button:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  .l-quick-tab__sort button:hover {
    color: #3388bb;
  }
}
.l-quick-tab__title2 {
  display: flex;
  align-items: center;
  margin-top: 73px;
  margin-bottom: 20px;
  padding-top: 29px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 1079px) {
  .l-quick-tab__title2 {
    margin-top: 70px;
  }
}
.l-quick-tab__title2 img {
  margin-right: 6px;
}
@media screen and (max-width: 1079px) {
  .l-quick-tab__title2 img {
    width: 35px;
  }
}
.l-quick-tab__title2 .ja {
  margin-right: 10px;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 1079px) {
  .l-quick-tab__title2 .ja {
    font-size: 20px;
  }
}
.l-quick-tab__title2 .en {
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 1079px) {
  .l-quick-tab__title2 .en {
    font-size: 16px;
  }
}
.l-quick-tab__recommend {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-quick-tab__recommend {
    grid-template-columns: 1fr;
  }
}
.l-quick-tab__recommend li a {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 1079px) {
  .l-quick-tab__recommend li a {
    height: 208px;
  }
}
.l-quick-tab__recommend li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-quick-tab__recommend li a .textarea {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.l-quick-tab__recommend li a .text1 {
  color: white;
  font-size: 32px;
}
.l-quick-tab__recommend li a .text2 {
  color: white;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.l-quick-tab__recommend li a .text3 {
  color: white;
  font-size: 30px;
  letter-spacing: 0.1em;
}
.l-quick-tab__recommend li a .text4 {
  color: white;
  font-size: 16px;
}
.l-quick-tab__other {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  .l-quick-tab__other {
    grid-template-columns: 1fr;
  }
}
.l-quick-tab__other li a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  border: 1px solid #707070;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.l-quick-tab__other li a::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "\f08e";
  font-size: 10px;
  line-height: 1;
  font-family: "FontAwesome";
}
.l-quick-tab__other li a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  .l-quick-tab__other li a:hover {
    border-color: #38b;
    background-color: #38b;
    color: white;
  }
}
.l-quick__keyword {
  max-width: 676px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px), print {
  .l-quick__keyword {
    max-width: 994px;
  }
}
.l-quick-main {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: flex-start;
  gap: 40px;
}
.l-quick-main--noimage {
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (max-width: 1079px) {
  .l-quick-main {
    display: block;
  }
}
@media screen and (max-width: 1079px) {
  .l-quick-main__more {
    margin-bottom: 20px;
  }
}
.l-quick-main__more a {
  display: block;
}
@media screen and (max-width: 1079px) {
  .l-quick-main__more a {
    width: 168px;
    height: 168px;
    margin: 0 auto;
  }
}
.l-quick-main__title {
  margin-bottom: 20px;
  padding: 10px 17px;
  background: #3388bb;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1079px) {
  .l-quick-main__title {
    margin-bottom: 16px;
  }
}
.l-quick-main__links + .l-quick-main__links {
  margin-top: 30px;
}
.l-quick-main__links + .l-quick-main__title {
  margin-top: 50px;
}
.l-quick-main__links .title {
  display: inline-flex;
  padding: 5px 20px;
  border-radius: 100vh;
  background: #333333;
  color: white;
  font-weight: bold;
  font-size: 16px;
}
.l-quick-main__links .title a {
  color: inherit;
  font-weight: inherit;
}
.l-quick-main__links .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 12px;
  gap: 22px 27px;
}
@media screen and (max-width: 1079px) {
  .l-quick-main__links .list {
    gap: 12px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  .l-quick-main__links .list {
    grid-template-columns: 1fr;
  }
}
.l-quick-main__links .list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 11px;
  border-bottom: 1px solid #333333;
}
.l-quick-main__links .list li a[target=_blank] .text::after {
  margin-left: 5px;
  content: "\f08e";
  font-size: 10px;
  line-height: 1;
  font-family: "FontAwesome";
  vertical-align: super;
}
.l-quick-main__links .list li a .text {
  font-size: 15px;
  line-height: 1.6;
}
.l-quick-main__links .list li a .arrow {
  transform: translateX(-10px);
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px), print {
  .l-quick-main__links .list li a:hover .arrow {
    transform: translateX(0);
  }
}
.l-quick__otherlinks {
  margin-top: 50px;
}

.l-quick-main + .l-quick-main {
  margin-top: 60px;
}
.l-quick-main + .l-quick__otherlinks {
  padding-top: 40px;
  border-top: 1px solid var(--color-borderDarkGrey);
}

.l-quickKeywords {
  position: relative;
  width: 100%;
  padding-top: 158.875739645%;
}
.l-quickKeywords > a {
  position: absolute;
}
.l-quickKeywords > a img {
  width: 100%;
}
.l-quickKeywords__logo {
  top: 35.35%;
  left: 38.35%;
  width: 26.6272189349%;
}
.l-quickKeywords__text1 {
  top: 32%;
  left: 66.8%;
  width: 23.1124260355%;
}
.l-quickKeywords__text2 {
  top: 61.05%;
  left: 51.54%;
  width: 33.1038461538%;
}
.l-quickKeywords__text3 {
  top: 17.5%;
  left: 54.3%;
  width: 28.5946745562%;
}
.l-quickKeywords__text4 {
  top: 16.7%;
  left: 93.2%;
  width: 6.9674556213%;
}
.l-quickKeywords__text5 {
  top: 1.25%;
  left: 1%;
  width: 21.8934911243%;
}
.l-quickKeywords__text6 {
  top: 89.3%;
  left: 2.3%;
  width: 56.2810650888%;
}
.l-quickKeywords__text7 {
  top: 31%;
  left: 18.3%;
  width: 23.4082840237%;
}
.l-quickKeywords__text8 {
  top: 75.1%;
  left: 38.4%;
  width: 48.1420118343%;
}
.l-quickKeywords__text9 {
  top: 46.1%;
  left: 70.3%;
  width: 30.625739645%;
}
.l-quickKeywords__text10 {
  top: 53.9%;
  left: 59.8%;
  width: 28.7100591716%;
}
.l-quickKeywords__text11 {
  top: 10%;
  left: 19%;
  width: 23.8831360947%;
}
.l-quickKeywords__text12 {
  top: 62.1%;
  left: 1.3%;
  width: 37.0650887574%;
}
.l-quickKeywords__text13 {
  top: 18.1%;
  left: 13.5%;
  width: 31.6562130178%;
}
.l-quickKeywords__text14 {
  top: 55.6%;
  left: 95.2%;
  width: 5.8106508876%;
}
.l-quickKeywords__text15 {
  top: 0;
  left: 41.8%;
  width: 54.3668639053%;
}
.l-quickKeywords__text16 {
  top: 21.7%;
  left: 2%;
  width: 5.7396449704%;
}
.l-quickKeywords__text17 {
  top: 10.6%;
  left: 53.5%;
  width: 45.5378698225%;
}
.l-quickKeywords__text18 {
  top: 95.5%;
  left: 75.8%;
  width: 23.150887574%;
}
.l-quickKeywords__text19 {
  top: 73.3%;
  left: 2.3%;
  width: 28.8047337278%;
}
.l-quickKeywords__text20 {
  top: 84%;
  left: 45.5%;
  width: 19.100591716%;
}
.l-quickKeywords__text21 {
  top: 81.6%;
  left: 72.6%;
  width: 27.8041420118%;
}
.l-quickKeywords__text22 {
  top: 49.3%;
  left: 7.7%;
  width: 25.6579881657%;
}
@media screen and (min-width: 1080px), print {
  .l-quickKeywords {
    padding-top: 31.4889336016%;
  }
  .l-quickKeywords__logo {
    top: 19.9680511182%;
    left: 41.9014084507%;
    width: 17.7062374245%;
  }
  .l-quickKeywords__text1 {
    top: 0%;
    left: 0%;
    width: 12.9144869215%;
  }
  .l-quickKeywords__text2 {
    -webkit-clip-path: polygon(0% 0%, 33% 0%, 33% 50%, 100% 50%, 100% 100%, 0% 100%);
    top: 5.5%;
    left: 15.9%;
    width: 13.5200201207%;
            clip-path: polygon(0% 0%, 33% 0%, 33% 50%, 100% 50%, 100% 100%, 0% 100%);
  }
  .l-quickKeywords__text3 {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 50%, 0% 50%);
    top: 0.1%;
    left: 26.55%;
    width: 11.6680080483%;
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 50%, 0% 50%);
  }
  .l-quickKeywords__text4 {
    top: 32%;
    left: 0.7%;
    width: 2.8430583501%;
  }
  .l-quickKeywords__text5 {
    top: 33.1%;
    left: 6%;
    width: 6.5668008048%;
  }
  .l-quickKeywords__text6 {
    top: 28.7%;
    left: 15.9%;
    width: 22.4330985915%;
  }
  .l-quickKeywords__text7 {
    top: 63.05%;
    left: 8.65%;
    width: 11.9235412475%;
  }
  .l-quickKeywords__text8 {
    top: 62.3%;
    left: 24%;
    width: 13.7838028169%;
  }
  .l-quickKeywords__text9 {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 40% 50%, 40% 100%, 0% 100%);
    top: 76.5%;
    left: 0%;
    width: 16.2842052314%;
            clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 40% 50%, 40% 100%, 0% 100%);
  }
  .l-quickKeywords__text10 {
    top: 91.8%;
    left: 10.5%;
    width: 13.1363179074%;
  }
  .l-quickKeywords__text11 {
    top: 86.34%;
    left: 26.2%;
    width: 12.0346076459%;
  }
  .l-quickKeywords__text12 {
    top: 0.4%;
    left: 64.5%;
    width: 12.6036217304%;
  }
  .l-quickKeywords__text13 {
    top: 0;
    left: 81.5%;
    width: 17.9042253521%;
  }
  .l-quickKeywords__text14 {
    top: 20.5%;
    left: 64.4%;
    width: 2.2722334004%;
  }
  .l-quickKeywords__text15 {
    top: 24.6%;
    left: 68.58%;
    width: 20.0965794769%;
  }
  .l-quickKeywords__text16 {
    top: 40.5%;
    left: 79.8%;
    width: 14.6227364185%;
  }
  .l-quickKeywords__text17 {
    top: 48.4%;
    left: 70.35%;
    width: 18.0038229376%;
  }
  .l-quickKeywords__text18 {
    top: 27%;
    left: 96.3%;
    width: 3.6269617706%;
  }
  .l-quickKeywords__text19 {
    top: 70.6%;
    left: 64.5%;
    width: 11.753722334%;
  }
  .l-quickKeywords__text20 {
    top: 75.5%;
    left: 79.4%;
    width: 5.1232394366%;
  }
  .l-quickKeywords__text21 {
    top: 93.2%;
    left: 64.5%;
    width: 19.014084507%;
  }
  .l-quickKeywords__text22 {
    top: 80%;
    left: 87.05%;
    width: 12.6259557344%;
  }
}

.l-other {
  padding: 50px 0;
  background: linear-gradient(120deg, #62cdd5 0%, #2c82b5 100%);
}
@media screen and (max-width: 768px) {
  .l-other {
    padding: 30px 0;
  }
}
.l-other__flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-other__flex {
    display: block;
  }
}
.l-other__other {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 147px;
  margin-right: 52px;
  padding-top: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .l-other__other {
    margin: 0 auto 30px;
  }
}
.l-other__other .title {
  padding: 0 0 10px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}
.l-other__other .title span {
  color: #0067b0;
  font-size: 20px;
}
.l-other__other .arrow {
  width: calc(100% - 30px);
  margin: 0 15px;
  padding-top: 10px;
  border-top: 1px dashed #fff;
  text-align: center;
}
.l-other__other .arrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  color: #0067b0;
  font-size: 8px;
}
@media screen and (max-width: 768px) {
  .l-other__other .arrow span {
    transform: rotate(90deg);
  }
}
.l-other__links ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .l-other__links ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.l-other__links li a {
  display: block;
  position: relative;
}
.l-other__links li a img {
  width: 100%;
}
.l-other__links li a .text {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-other__links li a .text {
    font-size: 12px;
  }
}

.l-menusp {
  display: flex;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 18px;
  background-color: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.l-menusp__hmb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.l-menusp__hmb-close {
  display: none;
}
.l-menusp__search {
  display: flex;
  align-items: center;
  align-self: flex-end;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 14px;
  transform: translateX(12px);
  border-radius: 50vh;
  background: #3388BB;
  background: url(../images/icon_search_white.svg) center no-repeat #3388BB;
  background-size: 36px;
}
.l-menusp__search.is-open {
  background: url(../images/icon_close.svg) center no-repeat #3388BB;
  background-size: 36px;
}
.l-menusp__search img {
  width: 36px;
}
.l-menusp__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3px 6px;
  border-radius: 3px;
  background-color: #0067B0;
  color: #fff;
  font-size: 8px;
  text-align: center;
}
.l-menusp__link img {
  width: 33px;
  margin-bottom: 3px;
}

@media screen and (max-width: 1079px) {
  body {
    padding-bottom: 60px;
  }
}
body.is-fixed .l-menusp__hmb-open {
  display: none;
}
body.is-fixed .l-menusp__hmb-close {
  display: inline;
}

.l-hdrsp {
  display: flex;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.l-hdrsp__nav {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.l-hdrsp__nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 8px;
  text-align: center;
}
.l-hdrsp__nav a img {
  margin-bottom: 7px;
}

.l-gnav {
  -webkit-overflow-scrolling: touch;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 85px 20px 90px;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9);
}
.l-gnav__listitem {
  cursor: pointer;
}
.l-gnav__subcontent {
  display: none;
}
.l-gnav__buttons {
  display: flex;
  flex-wrap: wrap;
  max-width: 428px;
  margin: 30px auto 0;
  gap: 20px;
}
.l-gnav__buttons > a {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  max-width: 204px;
}
@media screen and (min-width: 1080px), print {
  .l-gnav {
    z-index: 997;
    top: 30px;
    right: 0;
    left: 145px;
    max-width: 942px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .l-gnav__buttons {
    display: none;
  }
  .l-gnav__list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 24px 30px;
    gap: 0 20px;
    border-radius: 30px;
    background-color: #fff;
  }
  .l-gnav__listitem {
    position: relative;
    transition: 0.3s color ease-in-out;
  }
  .l-gnav__listitem::after {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 3px;
    transform: scaleY(0);
    transform-origin: bottom;
    background-color: #3388BB;
    content: "";
    transition: 0.3s transform ease-in-out;
  }
  .l-gnav__listitem.is-active {
    color: var(--color-primary);
    font-weight: bold;
  }
  .l-gnav__listitem.is-active::after {
    transform: scaleY(1);
  }
  .l-gnav__toggle {
    display: none;
  }
  .l-gnav__category {
    position: relative;
    padding-right: 18px;
    font-size: 15px;
  }
  .l-gnav__category::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
    background: url(../images/arrow-navigation.svg) no-repeat center center/13px auto;
    content: "";
  }
  .l-gnav__subcontent {
    z-index: -1;
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    border-radius: 0 0 30px 30px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .l-gnav__pcsubnav {
    height: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 1079px) {
  .l-gnav {
    -ms-overflow-style: none;
    visibility: hidden;
    opacity: 0;
    scrollbar-width: none;
    transition: 0.3s ease;
  }
  .l-gnav::-webkit-scrollbar {
    display: none;
  }
  .l-gnav.is-open {
    visibility: visible;
    opacity: 1;
  }
  .l-gnav__list {
    border-bottom: 1px solid #CCCCCC;
  }
  .l-gnav__listitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    padding: 0 10px;
    border-top: 1px solid #CCCCCC;
  }
  .l-gnav__listitem.is-active .l-gnav__toggle::before {
    transform: rotate(0deg);
  }
  .l-gnav__toggle {
    display: flex;
    position: relative;
    flex: 0 0 16px;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
  }
  .l-gnav__toggle::before, .l-gnav__toggle::after {
    position: absolute;
    width: 16px;
    height: 1px;
    background-color: var(--color-primary);
    content: "";
  }
  .l-gnav__toggle::before {
    transform: rotate(90deg);
    transition: 0.3s transform ease-in-out;
  }
}

.l-gnavLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.l-gnavLink__text {
  margin-right: 10px;
  font-size: 15px;
  line-height: 1.4666666667;
}
.l-gnavLink__arrow {
  flex: 0 0 13px;
  width: 13px;
  transition: 0.3s transform ease-in-out;
}
.l-gnavLink[target=_blank] .l-gnavLink__text::after {
  margin-left: 5px;
  content: "\f08e";
  font-size: 10px;
  line-height: 1;
  font-family: "FontAwesome";
  vertical-align: super;
}

a:hover .l-gnavLink__arrow,
a:hover .l-gnavCatlink__arrow {
  transform: translateX(5px);
}

.l-gnavCatlink {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.l-gnavCatlink__text {
  margin-right: 10px;
  color: var(--color-primary);
  font-size: 18px;
  line-height: 1.5;
}
.l-gnavCatlink__arrow {
  flex: 0 0 13px;
  width: 13px;
  transition: 0.3s transform ease-in-out;
}
.l-gnavCatlink[target=_blank] .l-gnavCatlink__text::after {
  margin-left: 5px;
  content: "\f08e";
  font-size: 10px;
  line-height: 1;
  font-family: "FontAwesome";
  vertical-align: super;
}

.l-subnav__linklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 0;
}
.l-subnav__side {
  padding: 21px 0 0;
}
@media screen and (min-width: 1080px), print {
  .l-subnav {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 51px 30px 20px;
  }
  .l-subnav__main {
    padding-top: 8px;
    padding-right: 33px;
  }
  .l-subnav__side {
    padding: 0 0 0 29px;
    border-left: 1px solid var(--color-borderDarkGrey);
  }
  .l-subnav__side .l-gnavLink__text {
    max-width: 210px;
  }
}
@media screen and (max-width: 1079px) {
  .l-subnav {
    padding: 20px 0 30px;
    border-top: 1px solid #CCCCCC;
  }
}

.l-subnavPickup__title {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  gap: 0 10px;
}
.l-subnavPickup__title span {
  flex: 0 0 auto;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
}
.l-subnavPickup__title:after {
  flex: 1 1 auto;
  height: 1px;
  background-color: var(--color-primary);
  content: "";
}
.l-subnavPickup__banner {
  display: block;
}
.l-subnavPickup__text {
  margin: 4px 0 0;
}
.l-subnavPickup__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (min-width: 1080px), print {
  .l-subnavPickup__title {
    gap: 0 20px;
  }
}

.l-subnavBlock + .l-subnavBlock {
  margin-top: 22px;
}
.l-subnavBlock__title {
  display: flex;
  margin: 0 0 18px;
}
.l-subnavBlock__title span {
  padding: 6px 17px;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.l-subnavBlock__deptlist {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 7px;
  gap: 2px 0;
}
.l-subnavBlock__deptlist li {
  padding-left: 1em;
  font-size: 15px;
  line-height: 2;
  text-indent: -1em;
}
.l-subnavBlock__t1 {
  font-size: 15px;
  line-height: 2;
}
.l-subnavBlock__linklist li {
  font-size: 15px;
  line-height: 2;
}
.l-subnavBlock__faculties {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px 0;
}
@media screen and (min-width: 1080px), print {
  .l-subnavBlock + .l-subnavBlock {
    margin-top: 37px;
  }
  .l-subnavBlock__faculties {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 0 6px;
  }
  .l-subnavBlock__linklist {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 2px 0;
  }
}
.l-ftr__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 60px 0 65px;
}
@media screen and (max-width: 1079px) {
  .l-ftr__grid {
    display: block;
    padding: 40px 0 90px;
  }
}
@media screen and (max-width: 1079px) {
  .l-ftr-info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-ftr-info__logo img {
    width: 228px;
  }
}
.l-ftr-info__addr {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__btn .c-btnA {
    max-width: 100%;
  }
}
.l-ftr-info__sns {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__sns {
    flex-direction: column;
  }
}
.l-ftr-info__sns .text {
  margin-right: 18px;
  color: #3388bb;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__sns .text {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.l-ftr-info__sns ul {
  display: flex;
  gap: 20px;
}
.l-ftr-sitemap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1079px) {
  .l-ftr-sitemap {
    justify-content: flex-start;
    gap: 25px;
  }
}
.l-ftr-sitemap__main li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-ftr-sitemap__main li + li {
    margin-top: 20px;
  }
}
.l-ftr-sitemap__main li a {
  font-size: 16px;
  line-height: 1.5;
}
.l-ftr-sitemap__main li a span {
  color: #2C82B5;
}
.l-ftr-sitemap__sub > li + li {
  margin-top: 10px;
}
.l-ftr-sitemap__sub > li a {
  font-size: 13px;
  line-height: 1.5;
}
.l-ftr-sitemap__sub > li a span {
  color: #2C82B5;
}
.l-ftr-sitemap__sub .child {
  margin-top: 5px;
  padding-left: 5px;
}
.l-ftr-sitemap__sub .child a {
  font-size: 12px;
}
@media screen and (max-width: 1079px) {
  .l-ftr-sitemap__sub .child a {
    line-height: 2.5;
  }
}
.l-ftr__copy {
  padding: 20px 0;
  background: #303030;
}
.l-ftr__copy p {
  color: white;
  font-size: 14px;
  line-height: 1.9;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-ftr__copy p {
    text-align: center;
  }
}

* {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
*[data-faculty=engineering] {
  --color-faculty:var(--color-ugEng);
  --color-faculty-light:var(--color-ugEngLight);
  --color-faculty-gradation: #62cdd5 0%, #2c82b5 100% ;
}
*[data-faculty=info] {
  --color-faculty:var(--color-ugInfo);
  --color-faculty-light:var(--color-ugInfoLight);
  --color-faculty-gradation: #e4a211 0%, #f3df24 100%;
}
*[data-faculty=health] {
  --color-faculty:var(--color-ugHealth);
  --color-faculty-light:var(--color-ugHealthLight);
  --color-faculty-gradation: #e676b2 0%, #cdc6f5 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin-left: 145px;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 1079px) {
  body {
    margin-left: 0;
  }
}
body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

a,
button {
  outline: none;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 769px), print {
  a,
button {
    transition: 0.3s ease;
  }
  a:hover,
button:hover {
    opacity: 0.7;
  }
  a path,
a img,
a p,
button path,
button img,
button p {
    transition: 0.3s ease;
  }
}

img,
svg,
video {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  vertical-align: top;
}

input::-ms-clear {
  display: none;
}

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

button:focus {
  outline: none;
}

*[role=button] {
  cursor: pointer;
}

.c-anchors {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid var(--color-borderDarkGrey);
}
.c-anchors__line {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-borderDarkGrey);
  pointer-events: none;
}
.c-anchors__item {
  flex: 0 1 auto;
  margin: 13px 0;
  padding: 4px 18px;
  border-left: 1px solid var(--color-borderDarkGrey);
}
.c-anchors__item--firstRow {
  border-left: none;
}
.c-anchors__button {
  display: block;
  position: relative;
  padding-right: 23px;
}
.c-anchors__button span {
  font-size: 15px;
}
.c-anchors__button i {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10.8px;
  transform: translateY(-50%);
  line-height: 0;
}
.c-anchors__button:hover i {
  transform: translateY(calc(-50% + 5px));
}
.c-anchors__button2 {
  display: block;
  position: relative;
  padding-left: 23px;
}
.c-anchors__button2 span {
  font-size: 15px;
}
.c-anchors__button2 i {
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  width: 10.8px;
  transform: translateY(-50%);
  line-height: 0;
}
.c-anchors__button2:hover i {
  transform: translateY(calc(-50% + 5px));
}
@media screen and (min-width: 769px), print {
  .c-anchors__button i, .c-anchors__button2 i {
    transition-duration: 0.3s;
  }
}

.c-block:last-child {
  margin-bottom: 90px;
}
.c-block:last-child.mb0 {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .c-block:last-child {
    margin-bottom: 120px;
  }
}

.c-block {
  margin-top: 60px;
}
.c-block + .c-block {
  margin-top: 90px;
}
.c-block .c-block {
  margin-top: 60px;
  margin-bottom: 0;
}
.c-block .c-block + .c-block {
  margin-top: 60px;
}
.c-block .c-block .c-block {
  margin-top: 30px;
}
@media screen and (min-width: 769px), print {
  .c-block {
    margin-top: 90px;
  }
  .c-block + .c-block {
    margin-top: 120px;
  }
  .c-block .c-block {
    margin-bottom: 0;
  }
}

/*
  基本的にa,buttonタグにつける
  中央寄せなどは親要素で設定
*/
.c-btnA {
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 5px 0;
  border: 1px solid #2c82b5;
  color: #2c82b5;
  font-size: 14px;
}
.c-btnA[target=_blank] .c-btnA__text:after {
  margin-left: 1em;
  content: "\f08e";
  font-size: 0.5em;
  font-family: "FontAwesome";
  vertical-align: super;
}
.c-btnA__text {
  width: 100%;
  text-align: center;
}
.c-btnA__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 30px;
  margin-left: auto;
  border-left: 1px solid #2c82b5;
}
.c-btnA:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  .c-btnA:hover {
    background: #2c82b5;
    color: white;
  }
  .c-btnA:hover .c-btnA__arrow {
    border-left-color: white;
  }
}
.c-btnA--white {
  border-color: #fff;
  color: white;
}
.c-btnA--white .c-btnA__arrow {
  border-left-color: white;
}
@media screen and (min-width: 769px), print {
  .c-btnA--white:hover {
    background: #fff;
    color: #2c82b5;
  }
  .c-btnA--white:hover .c-btnA__arrow {
    border-left-color: #2c82b5;
  }
}
.c-btnA--bgw {
  background: #fff;
}
.c-btnA--noborder {
  border: none;
}
.c-btnA--grad {
  padding: 7px 0;
  border-width: 0;
  background: linear-gradient(to right, #a6fcf9 0%, #2c82b5 100%) !important;
  color: white !important;
  font-weight: bold;
  font-size: 13px;
}
.c-btnA--grad .c-btnA__arrow {
  border-left-color: #fff !important;
}
@media screen and (min-width: 769px), print {
  .c-btnA--grad .c-btnA__arrow {
    width: 55px;
    height: 45px;
  }
}
@media screen and (min-width: 769px), print {
  .c-btnA--grad:hover {
    opacity: 0.7;
  }
}
.c-btnA--mid {
  max-width: 400px;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
}
.c-btnA--mid .c-btnA__arrow {
  width: 45px;
  height: 60px;
}
.c-btnA--big {
  max-width: 700px;
  padding: 7px 0;
  font-weight: bold;
  font-size: 20px;
}
.c-btnA--big .c-btnA__arrow {
  width: 65px;
  height: 65px;
  font-size: 16px;
}

.c-btnB {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-btnB {
    height: 60px;
    padding: 0 20px;
  }
}
.c-btnB:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  .c-btnB:hover {
    background: #0067b0;
  }
  .c-btnB:hover .c-btnB__text {
    color: white;
  }
  .c-btnB:hover .c-btnB__arrow {
    background-color: #fff;
    color: #0067b0;
  }
}
.c-btnB__text {
  color: #0067b0;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-btnB__text {
    font-size: 18px;
  }
}
.c-btnB__arrow {
  display: flex;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: auto 0;
  border-radius: 50%;
  background: #0067b0;
  color: white;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-btnB__arrow {
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

.c-btnC {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 70px;
  padding: 15px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.c-btnC--faculty .c-btnC__arrow {
  background-color: var(--color-faculty);
}
.c-btnC + .c-btnC {
  border-top: none;
}
.c-btnC[target=_blank] .c-btnC__text {
  position: relative;
  padding-right: 1em;
}
.c-btnC[target=_blank] .c-btnC__text:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\f08e";
  font-size: 0.5em;
  font-family: "FontAwesome";
  vertical-align: super;
}
.c-btnC__text {
  font-size: 16px;
  line-height: 28px;
}
.c-btnC__text small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-btnC__text small {
    font-size: 14px;
  }
}
.c-btnC__text strong {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-btnC__text strong {
    font-size: 16px;
  }
}
.c-btnC__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 50%;
  background: #2c82b5;
  color: white;
  font-size: 12px;
}
@media screen and (min-width: 769px), print {
  .c-btnC__arrow {
    margin-left: 20px;
    transform: translateX(-10px);
    transition: 0.3s ease;
  }
}
.c-btnC--big {
  min-height: 80px;
}
.c-btnC--big .c-btnC__arrow {
  width: 40px;
  height: 40px;
}
.c-btnC--primary {
  border-top-color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}
.c-btnC--secondary {
  border-top-color: var(--color-secondary);
  border-bottom-color: var(--color-secondary);
}
.c-btnC--blue {
  border-top-color: #0067b0;
  border-bottom-color: #0067b0;
}
.c-btnC--white {
  border-top-color: #fff;
  border-bottom-color: #fff;
  color: white;
}
.c-btnC--white .c-btnC__arrow {
  border: 1px solid #fff;
  background: none;
}
.c-btnC--noborder {
  border-top: none;
  border-bottom: none;
}
.c-btnC:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  .c-btnC:hover .c-btnC__arrow {
    transform: translateX(0);
  }
}

.c-btnD {
  display: inline-flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #2c82b5;
  color: #2c82b5;
}
.c-btnD__text {
  font-size: 16px;
}
.c-btnD__arrow {
  margin-left: 33px;
  font-size: 12px;
}
@media screen and (min-width: 769px), print {
  .c-btnD__arrow {
    transform: translateX(-10px);
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 769px), print {
  .c-btnD:hover .c-btnD__arrow {
    transform: translateX(0);
  }
}

.c-btnE {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 10px 0;
  border: 1px solid #0067b0;
  color: #0067b0;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-btnE {
    min-height: 60px;
    font-size: 18px;
  }
}
.c-btnE svg {
  width: 11px;
  margin-left: 10px;
}
.c-btnE:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  .c-btnE:hover {
    background: #0067b0;
    color: white;
  }
  .c-btnE:hover path {
    fill: white;
  }
}

.c-button--primary, .c-button--white, .c-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2em 1.2em 1.4em;
}
.c-button--primary:after, .c-button--white:after, .c-button:after {
  -webkit-font-smoothing: antialiased;
  flex: 0 0 auto;
  content: "\f054";
  line-height: 1;
  font-family: FontAwesome;
  text-rendering: auto;
}
[href$=".pdf"].c-button--primary::after, [href$=".pdf"].c-button--white::after, [href$=".pdf"].c-button::after {
  content: "\f1c1";
  color: #E12F3B;
  font-family: FontAwesome;
}
@media screen and (min-width: 769px), print {
  .c-button--primary, .c-button--white, .c-button {
    transition-duration: 0.3s;
  }
  .c-button--primary:after, .c-button--white:after, .c-button:after {
    transition: 0.3s color;
  }
  [target=_blank].c-button--primary .c-button__text:before, [target=_blank].c-button--white .c-button__text:before, [target=_blank].c-button .c-button__text:before, [target=_blank].c-button--primary .c-button__text:after, [target=_blank].c-button--white .c-button__text:after, [target=_blank].c-button .c-button__text:after {
    transition: 0.3s border-color;
  }
}

.c-button {
  border: 1px solid var(--color-text);
  background-color: #fff;
}
.c-button:after {
  color: var(--color-navy);
}
[target=_blank].c-button .c-button__text {
  position: relative;
  padding: 0 0.85em 0 0;
}
[target=_blank].c-button .c-button__text:before, [target=_blank].c-button .c-button__text:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  content: "";
}
[target=_blank].c-button .c-button__text:after {
  border-top: 1px solid var(--color-text);
  border-right: 1px solid var(--color-text);
}
[target=_blank].c-button .c-button__text::before {
  transform: translate(-2px, 2px);
  border: 1px solid var(--color-text);
}
.c-button:hover, .c-button:focus, .c-button:active {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  opacity: 1;
}
.c-button:hover .c-button__text, .c-button:hover:after, .c-button:focus .c-button__text, .c-button:focus:after, .c-button:active .c-button__text, .c-button:active:after {
  color: #fff;
}
.c-button:hover[target=_blank] .c-button__text:before, .c-button:hover[target=_blank] .c-button__text:after, .c-button:focus[target=_blank] .c-button__text:before, .c-button:focus[target=_blank] .c-button__text:after, .c-button:active[target=_blank] .c-button__text:before, .c-button:active[target=_blank] .c-button__text:after {
  border-color: #fff;
}

.c-button--white {
  border: 1px solid #fff;
}
.c-button--white .c-button__text {
  color: #fff;
}
.c-button--white:after {
  color: #fff;
}
[target=_blank].c-button--white .c-button__text {
  position: relative;
  padding: 0 0.85em 0 0;
}
[target=_blank].c-button--white .c-button__text:before, [target=_blank].c-button--white .c-button__text:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  content: "";
}
[target=_blank].c-button--white .c-button__text:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
[target=_blank].c-button--white .c-button__text::before {
  transform: translate(-2px, 2px);
  border: 1px solid #fff;
}
.c-button--white:hover, .c-button--white:focus, .c-button--white:active {
  border-color: #fff;
  background-color: #fff;
  opacity: 1;
}
.c-button--white:hover .c-button__text, .c-button--white:hover:after, .c-button--white:focus .c-button__text, .c-button--white:focus:after, .c-button--white:active .c-button__text, .c-button--white:active:after {
  color: var(--color-text);
}
.c-button--white:hover[target=_blank] .c-button__text:before, .c-button--white:hover[target=_blank] .c-button__text:after, .c-button--white:focus[target=_blank] .c-button__text:before, .c-button--white:focus[target=_blank] .c-button__text:after, .c-button--white:active[target=_blank] .c-button__text:before, .c-button--white:active[target=_blank] .c-button__text:after {
  border-color: var(--color-text);
}

.c-button--primary {
  background-color: var(--color-primary);
}
.c-button--primary:after {
  color: #fff;
}
.c-button--primary .c-button__text {
  color: #fff;
}
.c-button--25\% {
  width: 25%;
}
.c-button--50\% {
  width: 50%;
}
.c-button--75\% {
  width: 75%;
}
.c-button--noicon::after {
  content: none;
}
@media screen and (min-width: 769px), print {
  .c-button__text {
    transition: 0.3s color;
  }
}

.c-buttonSmall--white, .c-buttonSmall {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 13.5px 0;
  gap: 0 1em;
}
.c-buttonSmall--white:hover, .c-buttonSmall:hover {
  opacity: 1;
}
.c-buttonSmall--white:hover .c-buttonSmall__arrow, .c-buttonSmall:hover .c-buttonSmall__arrow {
  transform: translateX(5px);
}

.c-buttonSmall {
  border-bottom: 1px solid var(--color-text);
}
.c-buttonSmall--white {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.c-buttonSmall__text {
  font-size: 15px;
}
.c-buttonSmall__arrow {
  flex: 0 0 auto;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 769px), print {
  .c-buttonSmall__arrow {
    transition-duration: 0.3s;
  }
}

a.c-buttonImageLightbox,
a.c-buttonImageLightbox--noicon {
  cursor: pointer;
}

.c-buttonImageLightbox {
  display: inline-block;
  position: relative;
}
.c-buttonImageLightbox::before {
  z-index: 2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: url(/assets/images/icon_lightbox.svg) no-repeat center center/cover;
  content: "";
}
.c-buttonImageLightbox--noicon {
  display: inline-block;
  position: relative;
}
.c-buttonImageLightbox__caption {
  display: flex;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  padding: 1.2em 1.5em 1.2em 0;
  gap: 0 0.45em;
  background-color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.c-buttonImageLightbox__caption::before {
  flex: 0 0 20px;
  width: 20px;
  height: 1px;
  background-color: var(--color-secondary);
  content: "";
}
@media screen and (max-width: 768px) {
  .c-buttonImageLightbox__caption {
    font-size: 16px;
  }
}

.c-buttonAccordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.8em 1.2em 1em;
  gap: 0 1em;
  background-color: var(--color-primary);
  font-size: 16px;
  cursor: pointer;
}
.c-buttonAccordion--faculty {
  background-color: var(--color-faculty);
}
.c-buttonAccordion__text {
  color: #fff;
  font-weight: bold;
  line-height: 2;
}
.c-buttonAccordion__icon {
  display: flex;
  position: relative;
  flex: 0 0 1em;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
}
.c-buttonAccordion__icon::before, .c-buttonAccordion__icon::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
.c-buttonAccordion__icon::before {
  transform: rotate(90deg);
}
.c-buttonAccordion.is-active .c-buttonAccordion__icon::before {
  transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
  .c-buttonAccordion {
    font-size: 14px;
  }
}

.c-buttonSlidePrev {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background: url(../images/button_prev.svg) no-repeat center center/contain;
  cursor: pointer;
}
.c-buttonSlidePrev--faculty {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--color-faculty);
  cursor: pointer;
}
.c-buttonSlidePrev--faculty span {
  transform: rotate(180deg);
  color: #fff;
  font-size: 14px;
}
.c-buttonSlidePrev.swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-buttonSlidePrev {
    width: 30px;
    height: 30px;
  }
}

.c-buttonSlideNext {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background: url(../images/button_next.svg) no-repeat center center/contain;
  cursor: pointer;
}
.c-buttonSlideNext--faculty {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--color-faculty);
  cursor: pointer;
}
.c-buttonSlideNext--faculty span {
  color: #fff;
  font-size: 14px;
}
.c-buttonSlideNext.swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-buttonSlideNext {
    width: 30px;
    height: 30px;
  }
}

.c-buttonMore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  border: 1px solid var(--color-primary);
  border-radius: 26px;
  background-color: #fff;
  font-size: 20px;
  transition: 0.3s background-color ease-in-out, 0.3s color ease-in-out;
}
.c-buttonMore:hover, .c-buttonMore:focus, .c-buttonMore:active {
  background-color: var(--color-primary);
  color: #fff;
  opacity: 1;
}

.c-button2 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: var(--color-primary);
}
.c-button2__text {
  color: #fff;
}
.c-button2:after {
  -webkit-font-smoothing: antialiased;
  display: flex;
  position: absolute;
  top: 0;
  right: 20px;
  align-items: center;
  height: 100%;
  content: "\f054";
  color: #fff;
  line-height: 1;
  font-family: FontAwesome;
  text-rendering: auto;
}

.c-button3 {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16.5px 11px 16.5px 16px;
  border: 1px solid var(--color-borderDarkGrey);
}
.c-button3__text {
  flex: 1 1 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
.c-button3__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 50%;
  background: #2c82b5;
  color: white;
  font-size: 12px;
}
@media screen and (min-width: 769px), print {
  .c-button3 {
    padding: 16.5px 19.5px 16.5px 9px;
  }
  .c-button3__text {
    text-align: center;
  }
}

.c-buttonPdf {
  display: flex;
}
.c-buttonPdf--inline {
  display: inline-flex;
}
.c-buttonPdf--inline, .c-buttonPdf {
  align-items: center;
  justify-content: space-between;
  padding: 1.2em 1.4em 1.4em;
  border: 1px solid var(--color-text);
  background-color: #fff;
}
.c-buttonPdf--inline:after, .c-buttonPdf:after {
  -webkit-font-smoothing: antialiased;
  flex: 0 0 auto;
  content: "\f054";
  color: var(--color-navy);
  line-height: 1;
  font-family: FontAwesome;
  text-rendering: auto;
  transition: 0.3s color;
}
.c-buttonPdf--inline:hover, .c-buttonPdf--inline:focus, .c-buttonPdf--inline:active, .c-buttonPdf:hover, .c-buttonPdf:focus, .c-buttonPdf:active {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  opacity: 1;
}
.c-buttonPdf--inline:hover .c-buttonPdf__text, .c-buttonPdf--inline:hover:after, .c-buttonPdf--inline:focus .c-buttonPdf__text, .c-buttonPdf--inline:focus:after, .c-buttonPdf--inline:active .c-buttonPdf__text, .c-buttonPdf--inline:active:after, .c-buttonPdf:hover .c-buttonPdf__text, .c-buttonPdf:hover:after, .c-buttonPdf:focus .c-buttonPdf__text, .c-buttonPdf:focus:after, .c-buttonPdf:active .c-buttonPdf__text, .c-buttonPdf:active:after {
  color: #fff;
}
.c-buttonPdf--inline:hover .c-buttonPdf__text::before, .c-buttonPdf--inline:focus .c-buttonPdf__text::before, .c-buttonPdf--inline:active .c-buttonPdf__text::before, .c-buttonPdf:hover .c-buttonPdf__text::before, .c-buttonPdf:focus .c-buttonPdf__text::before, .c-buttonPdf:active .c-buttonPdf__text::before {
  color: #fff;
}
.c-buttonPdf__text {
  flex: 1 1 auto;
  text-align: center;
  transition: 0.3s color ease-in-out;
}
.c-buttonPdf__text::before {
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  content: "\f1c1";
  color: var(--color-important);
  line-height: 1;
  font-family: FontAwesome;
  text-rendering: auto;
  transition: 0.3s color ease-in-out;
}

.c-cardA__image {
  position: relative;
}
.c-cardA__image img {
  width: 100%;
}
.c-cardA__image .title {
  display: flex;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 30px 15px 0;
  background-color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-cardA__image .title {
    left: 0;
    padding: 6px 20px 6px 0;
    font-size: 16px;
  }
}
.c-cardA__image .title:before {
  flex-shrink: 0;
  width: 20px;
  height: 1px;
  margin-top: 14px;
  margin-right: 10px;
  background: #2c82b5;
  content: "";
}
@media screen and (max-width: 768px) {
  .c-cardA__image .title:before {
    margin-top: 12px;
  }
}

.c-cardColumn--white, .c-cardColumn--border, .c-cardColumn {
  padding: 15px;
}
@media screen and (min-width: 769px), print {
  .c-cardColumn--white, .c-cardColumn--border, .c-cardColumn {
    padding: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .c-cardColumn--white, .c-cardColumn--border, .c-cardColumn {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}

.c-cardColumn {
  background-color: #EFEFEF;
}
.c-cardColumn--border {
  border: 1px solid var(--color-text);
}
.c-cardColumn--white {
  background-color: #FFF;
}
@media screen and (min-width: 1080px), print {
  .c-cardColumn--image, .c-cardColumn--imageReverse {
    display: grid;
    gap: 0 30px;
  }
  .c-cardColumn--image {
    grid-template-columns: 1fr 289px;
    grid-template-areas: "content image";
  }
  .c-cardColumn--imageReverse {
    grid-template-columns: 289px 1fr;
    grid-template-areas: "image content";
  }
  .c-cardColumn__image {
    grid-area: image;
    width: 289px;
  }
  .c-cardColumn__content {
    grid-area: content;
  }
}
@media screen and (max-width: 1079px) {
  .c-cardColumn__image {
    text-align: center;
  }
}

.c-cardResult {
  padding: 20px;
  background-color: #E8F1F6;
}
.c-cardResult__container {
  margin: 40px 0 0;
}
.c-cardResult__keywordlist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-cardResult__themes {
  margin: 30px 0 0;
  padding: 12px;
  background-color: #fff;
}
.c-cardResult__themes ul {
  margin: 16px 0 0;
}
.c-cardResult__link {
  margin: 40px 0 0;
}
@media screen and (min-width: 769px), print {
  .c-cardResult {
    padding: 30px;
  }
  .c-cardResult__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "keywords themes" "link themes";
    margin: 34px 0 0;
    gap: 0 40px;
  }
  .c-cardResult__keywords {
    grid-area: keywords;
  }
  .c-cardResult__themes {
    grid-area: themes;
    margin: 0;
    padding: 25px 20px 40px;
  }
  .c-cardResult__themes ul {
    margin: 23px 0 0;
  }
  .c-cardResult__link {
    display: flex;
    grid-area: link;
    align-items: flex-end;
    margin: 0;
  }
  .c-cardResult__link > * {
    flex: 1 1 auto;
    max-width: 447px;
  }
}
@media screen and (min-width: 769px), print{
  .c-cardResult__keywords {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-cardResult__themes {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .c-cardResult__link {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.c-cardPeople a.c-cardPeople__image {
  display: block;
}
.c-cardPeople__image {
  position: relative;
  width: 100%;
  padding-top: 54.6583850932%;
  overflow: hidden;
  border-radius: 20px;
}
.c-cardPeople__image img {
  -o-object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
     object-fit: cover;
}
.c-cardPeople__image::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
  content: "";
  opacity: 0.4;
}
.c-cardPeople__date {
  padding: 19px 0 0;
  font-weight: bold;
  font-size: 16px;
}
.c-cardPeople__title {
  padding: 8px 0 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.c-cardPeople__tags {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 0;
  gap: 6px 9px;
}
.c-cardPeople__footer {
  display: flex;
  flex-wrap: wrap;
  padding: 21px 0 0;
}
.c-cardPeople__author {
  flex: 0 1 auto;
}
.c-cardPeople__post {
  font-size: 14px;
  line-height: 1.33;
}
.c-cardPeople__name {
  padding: 8px 0 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.33;
}
.c-cardPeople__link {
  flex: 0 0 auto;
  align-self: flex-end;
  margin: 0 0 0 auto;
}
.c-cardPeople__link .c-btnC {
  min-height: 49px;
  padding: 0;
}
.c-cardPeople__link .c-btnC__text {
  font-size: 16px;
}
.c-cardPeople__link .c-btnC__arrow {
  flex: 0 0 49px;
  width: 49px;
  height: 49px;
  margin: 0 0 0 16px;
  font-size: 19px;
}
@media screen and (min-width: 769px), print {
  .c-cardPeople__date {
    padding: 11.5px 0 0;
  }
  .c-cardPeople__title {
    padding: 8px 0 0;
  }
  .c-cardPeople__tags {
    padding: 10px 0 0;
    gap: 9px 10px;
  }
  .c-cardPeople__image {
    padding-top: 52.9058116232%;
  }
  .c-cardPeople__footer {
    padding: 22px 0 0;
  }
  .c-cardPeople__author {
    padding: 0 0 11px;
  }
  .c-cardPeople__link {
    margin: 0 -10px 0 auto;
  }
  .c-cardPeople__link .c-btnC__arrow {
    margin: 0 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-cardPeople__footer {
    gap: 3px 0;
  }
}

.c-cardReommend {
  display: block;
}
.c-cardReommend a.c-cardReommend__image {
  display: block;
}
.c-cardReommend__image {
  position: relative;
  width: 100%;
  padding-top: 52.8358208955%;
  overflow: hidden;
  border-radius: 20px;
}
.c-cardReommend__image img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-cardReommend__image::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
  content: "";
  opacity: 0.4;
}
.c-cardReommend__date {
  padding: 16px 0 0;
  font-weight: bold;
  font-size: 16px;
}
.c-cardReommend__title {
  padding: 8px 0 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.c-cardReommend__taglist {
  display: flex;
  flex-wrap: wrap;
  padding: 13px 0 0;
  gap: 8px 9px;
}
.c-cardReommend__post {
  padding: 15px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
.c-cardReommend__name {
  padding: 7px 0 0;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 769px), print {
  .c-cardReommend__image {
    padding-top: 52.7941176471%;
  }
  .c-cardReommend__date {
    padding: 14px 0 0;
  }
  .c-cardReommend__taglist {
    padding: 14px 0 0;
  }
}

.c-formTextarea, .c-formInput--wide, .c-formInput--slim, .c-formInput, .c-formSelect--wide, .c-formSelect--slim, .c-formSelect {
  padding: 9px 0 9px 9px;
  border: 1px solid var(--color-borderDarkGrey);
  border-radius: 5px;
  font-size: 15px;
}
.c-formTextarea:-moz-placeholder-shown, .c-formInput--wide:-moz-placeholder-shown, .c-formInput--slim:-moz-placeholder-shown, .c-formInput:-moz-placeholder-shown, .c-formSelect--wide:-moz-placeholder-shown, .c-formSelect--slim:-moz-placeholder-shown, .c-formSelect:-moz-placeholder-shown {
  color: rgba(51, 51, 51, 0.3);
}
.c-formTextarea:placeholder-shown, .c-formInput--wide:placeholder-shown, .c-formInput--slim:placeholder-shown, .c-formInput:placeholder-shown, .c-formSelect--wide:placeholder-shown, .c-formSelect--slim:placeholder-shown, .c-formSelect:placeholder-shown {
  color: rgba(51, 51, 51, 0.3);
}
.c-formTextarea::-webkit-input-placeholder, .c-formInput--wide::-webkit-input-placeholder, .c-formInput--slim::-webkit-input-placeholder, .c-formInput::-webkit-input-placeholder, .c-formSelect--wide::-webkit-input-placeholder, .c-formSelect--slim::-webkit-input-placeholder, .c-formSelect::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.c-formTextarea:-moz-placeholder, .c-formInput--wide:-moz-placeholder, .c-formInput--slim:-moz-placeholder, .c-formInput:-moz-placeholder, .c-formSelect--wide:-moz-placeholder, .c-formSelect--slim:-moz-placeholder, .c-formSelect:-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
  opacity: 1;
}
.c-formTextarea::-moz-placeholder, .c-formInput--wide::-moz-placeholder, .c-formInput--slim::-moz-placeholder, .c-formInput::-moz-placeholder, .c-formSelect--wide::-moz-placeholder, .c-formSelect--slim::-moz-placeholder, .c-formSelect::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
  opacity: 1;
}
.c-formTextarea:-ms-input-placeholder, .c-formInput--wide:-ms-input-placeholder, .c-formInput--slim:-ms-input-placeholder, .c-formInput:-ms-input-placeholder, .c-formSelect--wide:-ms-input-placeholder, .c-formSelect--slim:-ms-input-placeholder, .c-formSelect:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.c-formSelect--wide, .c-formSelect--slim, .c-formSelect {
  padding-right: 36px;
  background: url(../images/icon_selectarrow.svg) no-repeat right 14px center/7px auto;
}
.is-null.c-formSelect--wide, .is-null.c-formSelect--slim, .is-null.c-formSelect {
  color: var(--color-borderDarkGrey);
}

@media screen and (min-width: 769px), print {
  .c-formSelect {
    min-width: 328px;
  }
  .c-formSelect--slim {
    min-width: 266px;
  }
  .c-formSelect--wide {
    min-width: 443px;
  }
}

.c-formInput--wide, .c-formInput--slim, .c-formInput {
  width: 100%;
}

.c-formInput {
  max-width: 328px;
}
.c-formInput--slim {
  max-width: 266px;
}
.c-formInput--wide {
  max-width: 520px;
}

.c-formTextarea {
  width: 100%;
  height: 184px;
  line-height: 1.75;
  resize: vertical;
}

.c-flex {
  display: flex;
}
.c-flex__item {
  flex: 0 1 auto;
}
.c-flex__item--solid {
  flex: 0 0 auto;
}
.c-flex__item--liquid {
  flex: 1 1 auto;
}
.c-flex--spaceBetween {
  justify-content: space-between;
}
.c-flex--center {
  align-items: center;
  justify-content: center;
}
.c-flex--centerY {
  align-items: center;
}
.c-flex--centerX {
  justify-content: center;
}

.c-grid--row7, .c-grid--row6, .c-grid--row5, .c-grid--row4, .c-grid--row3, .c-grid {
  display: grid;
  align-items: flex-start;
  gap: 30px 20px;
}
@media screen and (min-width: 769px), print {
  .c-grid--row7, .c-grid--row6, .c-grid--row5, .c-grid--row4, .c-grid--row3, .c-grid {
    gap: 40px;
  }
}

.c-grid {
  grid-template-columns: repeat(12, 1fr);
}
.c-grid--row3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-grid--row4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-grid--row5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-grid--row6 {
  grid-template-columns: repeat(6, 1fr);
}
.c-grid--row7 {
  grid-template-columns: repeat(5, 1fr);
}
.c-grid--reverse {
  direction: rtl;
}
.c-grid__item-1\/12 {
  grid-column: span 1;
}
.c-grid__item-2\/12 {
  grid-column: span 2;
}
.c-grid__item-3\/12 {
  grid-column: span 3;
}
.c-grid__item-4\/12 {
  grid-column: span 4;
}
.c-grid__item-5\/12 {
  grid-column: span 5;
}
.c-grid__item-6\/12 {
  grid-column: span 6;
}
.c-grid__item-7\/12 {
  grid-column: span 7;
}
.c-grid__item-8\/12 {
  grid-column: span 8;
}
.c-grid__item-9\/12 {
  grid-column: span 9;
}
.c-grid__item-10\/12 {
  grid-column: span 10;
}
.c-grid__item-11\/12 {
  grid-column: span 11;
}
.c-grid__item-12\/12 {
  grid-column: span 12;
}
.c-grid--column2, .c-grid--column3 {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 30px 0;
}
@media screen and (max-width: 768px) {
  .c-grid--column2.sp-block {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .c-grid--column3.sp-block {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 50px;
  }
}
@media screen and (min-width: 769px), print {
  .c-grid--column2 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .c-grid--column3 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 50px;
  }
  .c-grid__item-1\/12--lgup {
    grid-column: span 1;
  }
  .c-grid__item-2\/12--lgup {
    grid-column: span 2;
  }
  .c-grid__item-3\/12--lgup {
    grid-column: span 3;
  }
  .c-grid__item-4\/12--lgup {
    grid-column: span 4;
  }
  .c-grid__item-5\/12--lgup {
    grid-column: span 5;
  }
  .c-grid__item-6\/12--lgup {
    grid-column: span 6;
  }
  .c-grid__item-7\/12--lgup {
    grid-column: span 7;
  }
  .c-grid__item-8\/12--lgup {
    grid-column: span 8;
  }
  .c-grid__item-9\/12--lgup {
    grid-column: span 9;
  }
  .c-grid__item-10\/12--lgup {
    grid-column: span 10;
  }
  .c-grid__item-11\/12--lgup {
    grid-column: span 11;
  }
  .c-grid__item-12\/12--lgup {
    grid-column: span 12;
  }
}
@media screen and (min-width: 1080px), print {
  .c-grid__item-1\/12--tabup {
    grid-column: span 1;
  }
  .c-grid__item-2\/12--tabup {
    grid-column: span 2;
  }
  .c-grid__item-3\/12--tabup {
    grid-column: span 3;
  }
  .c-grid__item-4\/12--tabup {
    grid-column: span 4;
  }
  .c-grid__item-5\/12--tabup {
    grid-column: span 5;
  }
  .c-grid__item-6\/12--tabup {
    grid-column: span 6;
  }
  .c-grid__item-7\/12--tabup {
    grid-column: span 7;
  }
  .c-grid__item-8\/12--tabup {
    grid-column: span 8;
  }
  .c-grid__item-9\/12--tabup {
    grid-column: span 9;
  }
  .c-grid__item-10\/12--tabup {
    grid-column: span 10;
  }
  .c-grid__item-11\/12--tabup {
    grid-column: span 11;
  }
  .c-grid__item-12\/12--tabup {
    grid-column: span 12;
  }
}

.c-gridButtons {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px 15px;
}
.c-gridButtons--column2, .c-gridButtons--column3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 0;
}
@media screen and (min-width: 769px), print {
  .c-gridButtons {
    gap: 20px 30px;
  }
  .c-gridButtons--column2 {
    grid-template-columns: 1fr 1fr;
    gap: 20px 60px;
  }
  .c-gridButtons--column3 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 30px;
  }
}

.c-heading1Text, .c-heading1--faculty, .c-heading1, .c-heading1--mt0 {
  font-weight: bold;
  font-size: 28px;
  line-height: 2.3571428571;
}
.c-heading1Text[data-weight=normal], [data-weight=normal].c-heading1--faculty, [data-weight=normal].c-heading1, [data-weight=normal].c-heading1--mt0 {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-heading1Text, .c-heading1--faculty, .c-heading1, .c-heading1--mt0 {
    font-size: 24px;
  }
}

.c-heading1 {
  margin-top: 90px;
}
.c-heading1, .c-heading1--mt0 {
  display: flex;
  flex-direction: column;
}
.c-heading1:before, .c-heading1--mt0:before {
  width: 40px;
  height: 1px;
  margin-bottom: 7px;
  background: #2c82b5;
  content: "";
}
.c-heading1--faculty {
  display: flex;
  flex-direction: column;
}
.c-heading1--faculty:before {
  width: 40px;
  height: 1px;
  margin-bottom: 7px;
  background: var(--color-faculty);
  content: "";
}

.c-heading2Text, .c-heading2, .c-heading2--mt0 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1666666667;
}
.c-heading2Text[data-weight=normal], [data-weight=normal].c-heading2, [data-weight=normal].c-heading2--mt0 {
  font-weight: 400;
}
.c-heading2Text[data-weight="500"], [data-weight="500"].c-heading2, [data-weight="500"].c-heading2--mt0 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-heading2Text, .c-heading2, .c-heading2--mt0 {
    font-size: 20px;
  }
}

.c-heading2 {
  margin-top: 80px;
}
.c-heading2, .c-heading2--mt0 {
  position: relative;
  padding: 0 0 10px;
  border-bottom: 2px solid var(--color-borderGrey);
}
.c-heading2:after, .c-heading2--mt0:after {
  z-index: 2;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--color-primary);
  content: "";
}
.c-heading2--faculty:after {
  background-color: var(--color-faculty);
}

.c-heading3Text, .c-heading3, .c-heading3--mt0 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  .c-heading3Text, .c-heading3, .c-heading3--mt0 {
    font-size: 20px;
  }
}

.c-heading3 {
  margin-top: 60px;
}
.c-heading3, .c-heading3--mt0 {
  position: relative;
  padding-left: 29px;
}
.c-heading3::before, .c-heading3:after, .c-heading3--mt0::before, .c-heading3--mt0:after {
  position: absolute;
  top: 0.13em;
  width: 4px;
  height: 93%;
  content: "";
}
.c-heading3::before, .c-heading3--mt0::before {
  left: 0;
  background-color: var(--color-secondary);
}
.c-heading3::after, .c-heading3--mt0::after {
  left: 9px;
  background-color: var(--color-borderGrey);
}
.c-heading3--faculty {
  color: var(--color-faculty);
}
.c-heading3--faculty:before {
  background-color: var(--color-faculty);
}

.c-heading4Text, .c-heading4__text {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-heading4Text, .c-heading4__text {
    font-size: 18px;
  }
}

.c-heading4 {
  margin-top: 30px;
}
.c-heading4__text {
  color: var(--color-primary);
}
.c-heading4, .c-heading4--mt0 {
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
  font-size: 20px;
}
.c-heading4:after, .c-heading4--mt0:after {
  flex: 1 1 auto;
  min-width: 50px;
  height: 1px;
  margin: 0 0 0.55em;
  background-color: var(--color-primary);
  content: "";
}
@media screen and (max-width: 768px) {
  .c-heading4, .c-heading4--mt0 {
    font-size: 18px;
  }
}
.c-heading4--faculty {
  display: flex;
  align-items: flex-end;
  margin: 0 0 15px;
  gap: 0 20px;
  font-size: 20px;
}
.c-heading4--faculty .c-heading4__text {
  color: var(--color-faculty);
}
.c-heading4--faculty:after {
  flex: 1 1 auto;
  min-width: 50px;
  height: 1px;
  margin: 0 0 0.55em;
  background-color: var(--color-faculty);
  content: "";
}
@media screen and (max-width: 768px) {
  .c-heading4--faculty {
    font-size: 18px;
  }
}

.c-heading5Text, .c-heading5, .c-heading5--mt0 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7777777778;
}

.c-heading5 {
  margin-top: 20px;
}
.c-heading6Text, .c-heading6 {
  font-weight: bold;
  font-size: 25px;
  line-height: 2.64;
}
@media screen and (max-width: 768px) {
  .c-heading6Text, .c-heading6 {
    font-size: 22px;
  }
}

.c-heading6 {
  font-family: var(--font-family-serif);
}

.c-heading7Text, .c-heading7--ugExpert, .c-heading7--ugHealth, .c-heading7--ugInfo, .c-heading7--ugBio, .c-heading7--ugCreative, .c-heading7--ugEng, .c-heading7--faculty, .c-heading7 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  .c-heading7Text, .c-heading7--ugExpert, .c-heading7--ugHealth, .c-heading7--ugInfo, .c-heading7--ugBio, .c-heading7--ugCreative, .c-heading7--ugEng, .c-heading7--faculty, .c-heading7 {
    font-size: 18px;
  }
}

.c-heading7--ugExpert, .c-heading7--ugHealth, .c-heading7--ugInfo, .c-heading7--ugBio, .c-heading7--ugCreative, .c-heading7--ugEng, .c-heading7--faculty, .c-heading7 {
  padding: 0.61em 1.27em;
}

.c-heading7 {
  background-color: var(--color-primary);
  color: #fff;
}
.c-heading7--faculty {
  background-color: var(--color-faculty);
  color: #fff;
}
.c-heading7--ugEng {
  background-color: var(--color-ugEng);
  color: #fff;
}
.c-heading7--ugCreative {
  background-color: var(--color-ugCreative);
  color: #fff;
}
.c-heading7--ugBio {
  background-color: var(--color-ugBio);
  color: #fff;
}
.c-heading7--ugInfo {
  background-color: var(--color-ugInfo);
  color: #fff;
}
.c-heading7--ugHealth {
  background-color: var(--color-ugHealth);
  color: #fff;
}
.c-heading7--ugExpert {
  background-color: var(--color-ugExpert);
  color: #333;
}

.c-heading8Text, .c-heading8--ugExpert, .c-heading8--ugHealth, .c-heading8--ugInfo, .c-heading8--ugBio, .c-heading8--ugCreative, .c-heading8--ugEng, .c-heading8--faculty, .c-heading8 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.c-heading8Text.fw-500, .fw-500.c-heading8--ugExpert, .fw-500.c-heading8--ugHealth, .fw-500.c-heading8--ugInfo, .fw-500.c-heading8--ugBio, .fw-500.c-heading8--ugCreative, .fw-500.c-heading8--ugEng, .fw-500.c-heading8--faculty, .fw-500.c-heading8 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-heading8Text, .c-heading8--ugExpert, .c-heading8--ugHealth, .c-heading8--ugInfo, .c-heading8--ugBio, .c-heading8--ugCreative, .c-heading8--ugEng, .c-heading8--faculty, .c-heading8 {
    font-size: 18px;
  }
}

.c-heading8--ugExpert, .c-heading8--ugHealth, .c-heading8--ugInfo, .c-heading8--ugBio, .c-heading8--ugCreative, .c-heading8--ugEng, .c-heading8--faculty, .c-heading8 {
  padding: 0.35em 0.5em;
}

.c-heading8 {
  border-left: 6px solid var(--color-primary);
  background-color: var(--color-primaryLight);
}
.c-heading8--faculty {
  border-left: 6px solid var(--color-faculty);
  background-color: var(--color-faculty-light);
}
.c-heading8--ugEng {
  border-left: 6px solid var(--color-ugEng);
  background-color: var(--color-ugEngLight);
}
.c-heading8--ugCreative {
  border-left: 6px solid var(--color-ugCreative);
  background-color: var(--color-ugCreativeLight);
}
.c-heading8--ugBio {
  border-left: 6px solid var(--color-ugBio);
  background-color: var(--color-ugBioLight);
}
.c-heading8--ugInfo {
  border-left: 6px solid var(--color-ugInfo);
  background-color: var(--color-ugInfoLight);
}
.c-heading8--ugHealth {
  border-left: 6px solid var(--color-ugHealth);
  background-color: var(--color-ugHealthLight);
}
.c-heading8--ugExpert {
  border-left: 6px solid var(--color-ugExpert);
  background-color: var(--color-);
}

.c-heading9 {
  font-size: 35px;
  line-height: 1.3714285714;
}
@media screen and (max-width: 768px) {
  .c-heading9 {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}

.c-heading10 {
  padding-left: 15px;
  border-left: 6px solid var(--color-primary);
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.c-heading10--faculty {
  padding-left: 15px;
  border-left: 6px solid var(--color-faculty);
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-heading10 {
    font-size: 20px;
  }
}

.c-heading11 {
  padding: 0.8em;
  background-color: #E8F1F6;
  color: var(--color-secondary);
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1666666667;
}
@media screen and (max-width: 768px) {
  .c-heading11 {
    font-size: 20px;
  }
}

.c-heading12 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2307692308;
}
@media screen and (max-width: 768px) {
  .c-heading12 {
    font-size: 26px;
  }
}

.c-heading13 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3333333333;
}
.c-heading13--fw500 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .c-heading13, .c-heading13--fw500 {
    font-size: 24px;
  }
}

.c-heading14 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 89px 20px 24px;
  background-color: var(--color-lightGrey);
  color: var(--color-primary);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3333333333;
  font-family: var(--font-family-serif);
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .c-heading14 {
    padding: 101px 20px 36px;
    font-size: 45px;
  }
}
@media screen and (min-width: 1080px), print {
  .c-heading14 {
    height: 210px;
    padding: 34px 20px 0;
    border-top: 58px solid var(--color-primary);
  }
}

.c-heading15 {
  font-size: 26px;
  line-height: 1.3846153846;
  font-family: var(--font-family-serif);
}
@media screen and (max-width: 768px) {
  .c-heading15 {
    font-size: 20px;
  }
}

.c-heading16 {
  display: flex;
  gap: 0 10px;
}
.c-heading16__ja {
  font-size: 26px;
  line-height: 1.2;
  font-family: var(--font-family-serif);
}
.c-heading16__en {
  font-weight: 600;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px), print {
  .c-heading16__ja {
    font-size: 40px;
  }
  .c-heading16__en {
    font-size: 18px;
  }
}
@media screen and (min-width: 1080px), print {
  .c-heading16 {
    display: flex;
    gap: 0;
  }
  .c-heading16__ja, .c-heading16__en {
    white-space: nowrap;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1079px) {
  .c-heading16 {
    align-items: flex-end;
  }
  .c-heading16__en {
    padding-bottom: 0.4em;
  }
}

.c-iconPath {
  fill: var(--color-text);
}
.c-iconPath--pdf {
  fill: #e12f3b;
}
.c-iconPath--powerpoint {
  fill: #ea5550;
}
.c-iconPath--word {
  fill: #1375be;
}
.c-iconPath--excel1 {
  fill: #299218;
}
.c-iconPath--excel2 {
  fill: #79c06e;
}

.c-image figcaption {
  margin: 0.2em 0 0;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .c-image figcaption {
    font-size: 14px;
  }
}

.c-imageCaption {
  position: relative;
}
.c-imageCaption__caption {
  display: flex;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  padding: 1.2em 1.5em 1.2em 0;
  gap: 0 0.45em;
  background-color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5333333333;
}
.c-imageCaption__caption::before {
  flex: 0 0 20px;
  width: 20px;
  height: 1px;
  background-color: var(--color-secondary);
  content: "";
}
@media screen and (max-width: 768px) {
  .c-imageCaption__caption {
    font-size: 13px;
  }
}

@media screen and (min-width: 769px), print {
  .c-imgbox {
    display: flex;
    justify-content: space-between;
  }
  .c-imgbox--reverse {
    flex-direction: row-reverse;
  }
  .c-imgbox__textbox {
    flex: 0 0 51.8518518519%;
  }
  .c-imgbox__image {
    flex: 0 0 43.5185185185%;
  }
  .c-imgbox__textbox2 {
    flex: 0 0 44%;
  }
  .c-imgbox__image2 {
    flex: 0 0 52%;
  }
  .c-imgbox__textbox3 {
    flex: 0 0 48%;
  }
  .c-imgbox__image3 {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 768px) {
  .c-imgbox {
    display: grid;
    grid-template-columns: 100%;
    gap: 22px;
  }
}

.c-information {
  border-top: 1px solid #cccccc;
}
.c-information li a {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .c-information li a {
    position: relative;
    flex-wrap: wrap;
    padding: 15px 40px 15px 0;
  }
}
.c-information li a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  .c-information li a:hover .arrow {
    transform: translateX(0);
  }
}
.c-information li a .date {
  flex-shrink: 0;
  color: #3388bb;
  font-weight: 500;
  font-size: 16px;
}
.c-information li a .cat {
  flex-shrink: 0;
  margin: 0 10px;
  padding: 7px 10px;
  border: 1px solid #cccccc;
  background-color: #fff;
  font-size: 14px;
}
.c-information li a .title {
  margin-right: 20px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .c-information li a .title {
    width: 100%;
    margin-top: 5px;
    margin-right: 0;
  }
}
.c-information li a .arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  border-radius: 50%;
  background: #2c82b5;
  color: white;
  font-size: 12px;
}
@media screen and (min-width: 769px), print {
  .c-information li a .arrow {
    transform: translateX(-10px);
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .c-information li a .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
  }
}

.c-label--important, .c-label--new, .c-label {
  display: inline-block;
  padding: 0.5em 0.65em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-label--important, .c-label--new, .c-label {
    font-size: 12px;
  }
}

.c-label {
  border: 1px solid var(--color-text);
}
.c-label--new {
  border: 1px solid var(--color-navy);
  color: var(--color-navy);
}
.c-label--important {
  border: 1px solid var(--color-important);
  color: var(--color-important);
}

.c-link {
  color: var(--color-link);
  text-decoration: underline;
}
.c-link:hover {
  text-decoration: none;
  opacity: 1;
}
.c-link--arrow {
  display: inline-flex;
  position: relative;
  align-items: center;
  padding-right: 23px;
}
.c-link--arrow::after {
  position: absolute;
  right: 0;
  content: "\f054";
  color: var(--color-navy);
  font-size: 0.75em;
  line-height: 1;
  font-family: FontAwesome;
}
.c-link--arrow:hover:after {
  transform: translateX(5px);
}
.c-link[target=_blank]:after {
  margin: 0 0 0 0.1em;
  content: "\f08e";
  font-size: 0.55em;
  font-family: FontAwesome;
  vertical-align: super;
}
.c-link[href*=".pdf"]::before {
  margin: 0 0.5em 0 0;
  content: "\f1c1";
  color: #E12F3B;
  font-family: FontAwesome;
}
.c-link[href*=".xls"]::before, .c-link[href*=".xlsx"]::before {
  margin: 0 0.5em 0 0;
  content: "\f1c3";
  color: #1EA530;
  font-family: FontAwesome;
}
.c-link[href*=".doc"]::before, .c-link[href*=".docx"]::before {
  margin: 0 0.5em 0 0;
  content: "\f1c2";
  color: #1375BE;
  font-family: FontAwesome;
}
@media screen and (min-width: 769px), print {
  .c-link--arrow::after {
    transition-duration: 0.3s;
  }
}

.c-link2:hover {
  text-decoration: underline;
  opacity: 1;
}
.c-link2--arrow {
  display: inline-flex;
  position: relative;
  align-items: center;
  padding-right: 23px;
}
.c-link2--arrow::after {
  position: absolute;
  right: 0;
  content: "\f054";
  color: var(--color-navy);
  font-size: 0.75em;
  line-height: 1;
  font-family: FontAwesome;
}
.c-link2--arrow:hover:after {
  transform: translateX(5px);
}
.c-link2[target=_blank]:after {
  margin: 0 0 0 0.1em;
  content: "\f08e";
  font-size: 0.55em;
  font-family: FontAwesome;
  vertical-align: super;
}
.c-link2[href*=".pdf"]::before {
  margin: 0 0.5em 0 0;
  content: "\f1c1";
  color: #E12F3B;
  font-family: FontAwesome;
}
.c-link2[href*=".xls"]::before, .c-link2[href*=".xlsx"]::before {
  margin: 0 0.5em 0 0;
  content: "\f1c3";
  color: #1EA530;
  font-family: FontAwesome;
}
.c-link2[href*=".doc"]::before, .c-link2[href*=".docx"]::before {
  margin: 0 0.5em 0 0;
  content: "\f1c2";
  color: #1375BE;
  font-family: FontAwesome;
}
@media screen and (min-width: 769px), print {
  .c-link2--arrow::after {
    transition-duration: 0.3s;
  }
}

.c-linklist {
  display: grid;
  gap: 1.25em 0;
}
.c-linklist > li {
  display: flex;
  gap: 0 1em;
}
.c-linklist > li::before {
  padding: 0.25em 0 0;
  content: "\f054";
  color: var(--color-primary);
  font-size: 0.75em;
  font-family: FontAwesome;
}
.c-linklist > li a {
  align-self: center;
}
.c-linklist > li a[target=_blank]:after {
  margin: 0 0 0 0.1em;
  content: "\f08e";
  font-size: 0.55em;
  font-family: FontAwesome;
  vertical-align: super;
}

.c-linklistNews__item {
  position: relative;
  padding: 20px 11px;
}
@media screen and (max-width: 768px) {
  .c-linklistNews__item {
    padding: 12px 5px;
  }
}
.c-linklistNews__item::before {
  top: 0;
}
.c-linklistNews__item::after {
  bottom: 0;
}
.c-linklistNews__item::before, .c-linklistNews__item::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #aea9a9 0%, #aea9a9 50%, rgba(174, 169, 169, 0) 50%, rgba(174, 169, 169, 0) 100%) repeat-x left top/6px 1px;
  content: "";
}
.c-linklistNews__item + .c-linklistNews__item::before {
  content: none;
}
.c-linklistNews__link {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding: 0 40px 0 0;
  gap: 0.9em 0;
}
@media screen and (max-width: 768px) {
  .c-linklistNews__link {
    padding: 0 30px 0 0;
  }
}
.c-linklistNews__link:hover .c-linklistNews__arrow {
  transform: translate(5px, -50%);
}
.c-linklistNews__date {
  align-self: center;
  margin-right: 1.125em;
  padding-right: 1.125em;
  border-right: 1px solid var(--color-borderDarkGrey);
  color: #3388bb;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-linklistNews__date {
    margin-right: 0.625em;
    padding-right: 0.625em;
    font-size: 14px;
  }
}
.c-linklistNews__category {
  align-self: center;
  margin: 0 1.4285714286em 0 0;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-linklistNews__category {
    margin: 0 0.7142857143em 0 0;
    font-size: 12px;
  }
}
.c-linklistNews__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.c-linklistNews__tag {
  align-self: center;
  padding: 0.3em 0.65em;
  border: 1px solid var(--color-borderDarkGrey);
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-linklistNews__tag {
    font-size: 12px;
  }
}
.c-linklistNews__title {
  flex: 0 0 100%;
  width: 100%;
  letter-spacing: 0.05em;
}
.c-linklistNews__arrow {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: var(--color-secondary);
  color: #fff;
  font-size: 12px;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-linklistNews__arrow {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}

.c-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 2px 0;
}
.c-list[data-gap=wide] {
  gap: 11px 0;
}
.c-list > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.75;
}
.c-list > li::before {
  display: block;
  position: absolute;
  top: 0.875em;
  left: 0.2em;
  width: 0.1875em;
  height: 0.1875em;
  border-radius: 50%;
  background-color: var(--color-text);
  content: "";
}
@media screen and (min-width: 769px), print {
  .c-list--col2 {
    grid-template-columns: 1fr 1fr;
    gap: 2px 20px;
  }
  .c-list--col2[data-gap=wide] {
    gap: 11px 20px;
  }
}

.c-listOrder {
  display: grid;
  grid-template-columns: 100%;
  gap: 5px 0;
  counter-reset: listOrder;
}
.c-listOrder[data-gap=wide] {
  gap: 20px 0;
}
.c-listOrder[data-gap=bit-wide] {
  gap: 15px 0;
}
.c-listOrder__outdent {
  margin-left: -1.7em;
}
.c-listOrder > li {
  position: relative;
  padding-left: 1.7em;
  line-height: 1.75;
  counter-increment: listOrder;
}
.c-listOrder > li > .c-listOrder {
  margin-top: 7px;
}
.c-listOrder > li > .c-listOrder > li::before {
  background-color: var(--color-lightGrey);
  color: var(--color-text);
}
.c-listOrder > li::before {
  display: flex;
  position: absolute;
  top: 0.3333333333em;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  background-color: var(--color-primary);
  content: counter(listOrder);
  color: #fff;
  font-size: 0.75em;
  font-family: "Roboto", sans-serif;
}
.c-listOrder--faculty > li::before {
  background-color: var(--color-faculty);
}
@media screen and (min-width: 769px), print {
  .c-listOrder[data-gap=wide] {
    gap: 30px 0;
  }
  .c-listOrder[data-gap=bit-wide] {
    gap: 20px 0;
  }
}

.mb5 {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 3px;
  }
}

.mt5 {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .mt5 {
    margin-top: 3px;
  }
}

.pd-y5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .pd-y5 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 6px;
  }
}

.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 6px;
  }
}

.pd-y10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .pd-y10 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 9px;
  }
}

.mt15 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .mt15 {
    margin-top: 9px;
  }
}

.pd-y15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .pd-y15 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 12px;
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 12px;
  }
}

.pd-y20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pd-y20 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.mb25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 15px;
  }
}

.mt25 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .mt25 {
    margin-top: 15px;
  }
}

.pd-y25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .pd-y25 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 18px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 18px;
  }
}

.pd-y30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pd-y30 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.mb35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 21px;
  }
}

.mt35 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .mt35 {
    margin-top: 21px;
  }
}

.pd-y35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .pd-y35 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 24px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 24px;
  }
}

.pd-y40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pd-y40 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.mb45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 27px;
  }
}

.mt45 {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .mt45 {
    margin-top: 27px;
  }
}

.pd-y45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .pd-y45 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 30px;
  }
}

.pd-y50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pd-y50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.mb55 {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 33px;
  }
}

.mt55 {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .mt55 {
    margin-top: 33px;
  }
}

.pd-y55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .pd-y55 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 36px;
  }
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 36px;
  }
}

.pd-y60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pd-y60 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.mb65 {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 39px;
  }
}

.mt65 {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .mt65 {
    margin-top: 39px;
  }
}

.pd-y65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .pd-y65 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 42px;
  }
}

.mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 42px;
  }
}

.pd-y70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .pd-y70 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

.mb75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 45px;
  }
}

.mt75 {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .mt75 {
    margin-top: 45px;
  }
}

.pd-y75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .pd-y75 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 48px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 48px;
  }
}

.pd-y80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pd-y80 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.mb85 {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 51px;
  }
}

.mt85 {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .mt85 {
    margin-top: 51px;
  }
}

.pd-y85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .pd-y85 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}

.mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 54px;
  }
}

.mt90 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 54px;
  }
}

.pd-y90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .pd-y90 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}

.mb95 {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 57px;
  }
}

.mt95 {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .mt95 {
    margin-top: 57px;
  }
}

.pd-y95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .pd-y95 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 60px;
  }
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 60px;
  }
}

.pd-y100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pd-y100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 25px;
  }
}
.mg-x-auto {
  margin-right: auto;
  margin-left: auto;
}

.c-mv {
  display: flex;
  position: relative;
  align-items: flex-end;
  height: 100vh;
  height: 100svh;
}
@media screen and (max-width: 1079px) {
  .c-mv {
    height: calc(100vh - 60px - 176px);
    height: calc(100svh - 60px - 176px);
  }
}
.c-mv--h413 {
  height: 413px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-mv--h413 {
    height: 200px;
  }
}
.c-mv__title {
  margin-bottom: 20px;
  color: white;
  font-weight: 600;
  font-size: 45px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-mv__title {
    font-size: 24px;
  }
}
.c-mv__title2 {
  color: white;
  font-weight: 600;
  font-size: 50px;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  .c-mv__title2 {
    font-size: 26px;
    line-height: 42px;
  }
}
.c-mv__title2 strong {
  font-size: 65px;
}
@media screen and (max-width: 768px) {
  .c-mv__title2 strong {
    font-size: 35px;
  }
}
.c-mv__en {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .c-mv__en {
    margin-top: -10px;
  }
}
.c-mv__text {
  padding-bottom: 70px;
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-mv__text {
    padding-bottom: 40px;
    font-size: 16px;
  }
}

.c-mv2 {
  padding: 70px 0 30px;
  border-top: 58px solid #0067b0;
  background: #ededed;
}
@media screen and (max-width: 1079px) {
  .c-mv2 {
    padding: 30px 0;
    border-top-width: 65px;
  }
}
.c-mv2__title {
  color: #0067b0;
  font-weight: 600;
  font-size: 45px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-mv2__title {
    font-size: 24px;
  }
}

.c-mv3__course {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-mv3__course {
    margin: 10px 0;
  }
}
.c-mv3__image {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-mv3__image {
    margin: 0 -20px;
    text-align: right;
  }
}
.c-mv3__image .titlearea {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 25px 50px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-mv3__image .titlearea {
    display: inline-block;
    position: relative;
    margin-top: -20px;
    margin-left: 20px;
    padding: 20px 20px 0;
    text-align: left;
  }
}
.c-mv3__image .titlearea .title {
  font-size: 38px;
  line-height: 1.5789473684;
}
@media screen and (max-width: 768px) {
  .c-mv3__image .titlearea .title {
    font-size: 24px;
  }
}

.c-mv4 {
  display: flex;
  position: relative;
  align-items: flex-end;
  height: 100vh;
  height: 100svh;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1079px) {
  .c-mv4 {
    height: calc(100vh - 60px - 176px);
    height: calc(100svh - 60px - 176px);
  }
}
@media screen and (max-width: 768px) {
  .c-mv4--sp-center {
    background-position: center;
  }
}
.c-mv4__title {
  font-size: 65px;
}
.c-mv4__title small {
  font-size: 0.5em;
}
.c-mv4__title--small {
  font-size: 45px;
}
.c-mv4__title, .c-mv4__title--small {
  margin-bottom: 20px;
  color: white;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-mv4__title {
    font-size: 34px;
  }
  .c-mv4__title--small {
    font-size: 25px;
  }
}
.c-mv4__text {
  padding-bottom: 70px;
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-mv4__text {
    padding-bottom: 40px;
    font-size: 16px;
  }
}

.c-mv5 {
  position: relative;
}
.c-mv5__image {
  height: 394px;
}
@media screen and (max-width: 768px) {
  .c-mv5__image {
    height: 200px;
  }
}
.c-mv5__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.c-mv5__textarea {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50% + 50px);
  padding: 25px 50px;
  transform: translateY(50%);
  background: #2C82B5;
}
@media screen and (max-width: 768px) {
  .c-mv5__textarea {
    z-index: 1;
    position: relative;
    width: auto;
    margin-top: -20px;
    margin-left: 20px;
    padding: 20px 15px;
    transform: none;
  }
}
.c-mv5__en {
  margin-bottom: 20px;
  color: white;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .c-mv5__en {
    margin-bottom: 10px;
  }
}
.c-mv5__title {
  color: white;
}
.c-mv5__title .big {
  margin-right: 18px;
  font-weight: 500;
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .c-mv5__title .big {
    font-size: 30px;
  }
}
.c-mv5__title small {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-mv5__title small {
    display: block;
    margin-top: 10px;
  }
}

.c-mv6 {
  margin: 70px 0 100px;
}
@media screen and (max-width: 768px) {
  .c-mv6 {
    margin: 30px 0 50px;
  }
}
.c-mv6__title {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.3714285714;
}
@media screen and (max-width: 768px) {
  .c-mv6__title {
    font-size: 20px;
  }
}
.c-mv6__text {
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-mv6__text {
    margin-bottom: 30px;
  }
}

.c-mv7 {
  display: flex;
  position: relative;
  align-items: center;
  height: 200px;
  margin-top: 65px;
  background-image: linear-gradient(135deg, rgba(98, 205, 213, 0.4) 0%, rgba(46, 133, 182, 0.4) 96.55%, rgba(44, 130, 181, 0.4) 100%);
}
.c-mv7::before, .c-mv7::after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  content: "";
  opacity: 0.2;
}
.c-mv7::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  z-index: 2;
  width: 208px;
  height: 94.5%;
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
.c-mv7::after {
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  z-index: 3;
  width: 74px;
  height: 100%;
          clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}
.c-mv7__heading {
  display: flex;
  z-index: 4;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px 0;
}
.c-mv7__label {
  padding: 0.42em 0.75em;
  background-color: var(--color-primary);
  font-size: 13px;
  font-family: "Barlow", sans-serif;
}
.c-mv7__title {
  font-size: 32px;
  line-height: 1.3;
  font-family: var(--font-family-serif);
}
.c-mv7__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: right;
}
.c-mv7__bg img {
  -o-object-fit: cover;
  -o-object-position: left center;
  width: auto;
  max-width: 70%;
  height: 100%;
     object-fit: cover;
     object-position: left center;
  pointer-events: none;
}
@media screen and (min-width: 769px), print {
  .c-mv7 {
    height: 300px;
  }
  .c-mv7__bg img {
    -o-object-fit: contain;
    -o-object-position: right center;
    max-width: none;
       object-fit: contain;
       object-position: right center;
  }
  .c-mv7::before {
    width: 416px;
  }
  .c-mv7:after {
    width: 148px;
  }
  .c-mv7__label {
    font-size: 15px;
  }
  .c-mv7__title {
    font-size: 42px;
  }
}
@media screen and (min-width: 1080px), print {
  .c-mv7 {
    margin-top: 145px;
  }
}

.c-mvDept {
  position: relative;
}
.c-mvDept__image {
  height: 394px;
}
@media screen and (max-width: 768px) {
  .c-mvDept__image {
    height: 200px;
  }
}
.c-mvDept__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.c-mvDept__textarea {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50% + 50px);
  padding: 25px 50px;
  transform: translateY(50%);
  background: var(--color-faculty);
}
@media screen and (max-width: 768px) {
  .c-mvDept__textarea {
    z-index: 1;
    position: relative;
    width: auto;
    margin-top: -20px;
    margin-left: 20px;
    padding: 20px 15px;
    transform: none;
  }
}
.c-mvDept__en {
  margin-bottom: 20px;
  color: white;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .c-mvDept__en {
    margin-bottom: 10px;
  }
}
.c-mvDept__title {
  color: white;
}
.c-mvDept__title .big {
  margin-right: 18px;
  font-weight: 500;
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .c-mvDept__title .big {
    font-size: 30px;
  }
}
.c-mvDept__title small {
  display: block;
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-mvDept__title small {
    margin-top: 10px;
  }
}

.pb5 {
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .pb5 {
    padding-bottom: 3px;
  }
}

.pt5 {
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .pt5 {
    padding-top: 3px;
  }
}

.pd5 {
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .pd5 {
    padding: 3px;
  }
}

.pd-y5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .pd-y5 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.pd-x5 {
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .pd-x5 {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.pb10 {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .pb10 {
    padding-bottom: 6px;
  }
}

.pt10 {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .pt10 {
    padding-top: 6px;
  }
}

.pd10 {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .pd10 {
    padding: 6px;
  }
}

.pd-y10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .pd-y10 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.pd-x10 {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .pd-x10 {
    padding-right: 6px;
    padding-left: 6px;
  }
}

.pb15 {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .pb15 {
    padding-bottom: 9px;
  }
}

.pt15 {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .pt15 {
    padding-top: 9px;
  }
}

.pd15 {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .pd15 {
    padding: 9px;
  }
}

.pd-y15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .pd-y15 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.pd-x15 {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .pd-x15 {
    padding-right: 9px;
    padding-left: 9px;
  }
}

.pb20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pb20 {
    padding-bottom: 12px;
  }
}

.pt20 {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .pt20 {
    padding-top: 12px;
  }
}

.pd20 {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .pd20 {
    padding: 12px;
  }
}

.pd-y20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pd-y20 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.pd-x20 {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .pd-x20 {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.pb25 {
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .pb25 {
    padding-bottom: 15px;
  }
}

.pt25 {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .pt25 {
    padding-top: 15px;
  }
}

.pd25 {
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .pd25 {
    padding: 15px;
  }
}

.pd-y25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .pd-y25 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.pd-x25 {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .pd-x25 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pb30 {
    padding-bottom: 18px;
  }
}

.pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .pt30 {
    padding-top: 18px;
  }
}

.pd30 {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .pd30 {
    padding: 18px;
  }
}

.pd-y30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pd-y30 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.pd-x30 {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .pd-x30 {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.pb35 {
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .pb35 {
    padding-bottom: 21px;
  }
}

.pt35 {
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .pt35 {
    padding-top: 21px;
  }
}

.pd35 {
  padding: 35px;
}
@media screen and (max-width: 768px) {
  .pd35 {
    padding: 21px;
  }
}

.pd-y35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .pd-y35 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

.pd-x35 {
  padding-right: 35px;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .pd-x35 {
    padding-right: 21px;
    padding-left: 21px;
  }
}

.pb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pb40 {
    padding-bottom: 24px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .pt40 {
    padding-top: 24px;
  }
}

.pd40 {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .pd40 {
    padding: 24px;
  }
}

.pd-y40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pd-y40 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.pd-x40 {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .pd-x40 {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.pb45 {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .pb45 {
    padding-bottom: 27px;
  }
}

.pt45 {
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .pt45 {
    padding-top: 27px;
  }
}

.pd45 {
  padding: 45px;
}
@media screen and (max-width: 768px) {
  .pd45 {
    padding: 27px;
  }
}

.pd-y45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .pd-y45 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

.pd-x45 {
  padding-right: 45px;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .pd-x45 {
    padding-right: 27px;
    padding-left: 27px;
  }
}

.pb50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pb50 {
    padding-bottom: 30px;
  }
}

.pt50 {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .pt50 {
    padding-top: 30px;
  }
}

.pd50 {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .pd50 {
    padding: 30px;
  }
}

.pd-y50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pd-y50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.pd-x50 {
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .pd-x50 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.pb55 {
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .pb55 {
    padding-bottom: 33px;
  }
}

.pt55 {
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .pt55 {
    padding-top: 33px;
  }
}

.pd55 {
  padding: 55px;
}
@media screen and (max-width: 768px) {
  .pd55 {
    padding: 33px;
  }
}

.pd-y55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .pd-y55 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}

.pd-x55 {
  padding-right: 55px;
  padding-left: 55px;
}
@media screen and (max-width: 768px) {
  .pd-x55 {
    padding-right: 33px;
    padding-left: 33px;
  }
}

.pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pb60 {
    padding-bottom: 36px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .pt60 {
    padding-top: 36px;
  }
}

.pd60 {
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .pd60 {
    padding: 36px;
  }
}

.pd-y60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pd-y60 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.pd-x60 {
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .pd-x60 {
    padding-right: 36px;
    padding-left: 36px;
  }
}

.pb65 {
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .pb65 {
    padding-bottom: 39px;
  }
}

.pt65 {
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .pt65 {
    padding-top: 39px;
  }
}

.pd65 {
  padding: 65px;
}
@media screen and (max-width: 768px) {
  .pd65 {
    padding: 39px;
  }
}

.pd-y65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .pd-y65 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
}

.pd-x65 {
  padding-right: 65px;
  padding-left: 65px;
}
@media screen and (max-width: 768px) {
  .pd-x65 {
    padding-right: 39px;
    padding-left: 39px;
  }
}

.pb70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .pb70 {
    padding-bottom: 42px;
  }
}

.pt70 {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .pt70 {
    padding-top: 42px;
  }
}

.pd70 {
  padding: 70px;
}
@media screen and (max-width: 768px) {
  .pd70 {
    padding: 42px;
  }
}

.pd-y70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .pd-y70 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

.pd-x70 {
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .pd-x70 {
    padding-right: 42px;
    padding-left: 42px;
  }
}

.pb75 {
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .pb75 {
    padding-bottom: 45px;
  }
}

.pt75 {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  .pt75 {
    padding-top: 45px;
  }
}

.pd75 {
  padding: 75px;
}
@media screen and (max-width: 768px) {
  .pd75 {
    padding: 45px;
  }
}

.pd-y75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .pd-y75 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.pd-x75 {
  padding-right: 75px;
  padding-left: 75px;
}
@media screen and (max-width: 768px) {
  .pd-x75 {
    padding-right: 45px;
    padding-left: 45px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 48px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .pt80 {
    padding-top: 48px;
  }
}

.pd80 {
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .pd80 {
    padding: 48px;
  }
}

.pd-y80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pd-y80 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.pd-x80 {
  padding-right: 80px;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .pd-x80 {
    padding-right: 48px;
    padding-left: 48px;
  }
}

.pb85 {
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .pb85 {
    padding-bottom: 51px;
  }
}

.pt85 {
  padding-top: 85px;
}
@media screen and (max-width: 768px) {
  .pt85 {
    padding-top: 51px;
  }
}

.pd85 {
  padding: 85px;
}
@media screen and (max-width: 768px) {
  .pd85 {
    padding: 51px;
  }
}

.pd-y85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .pd-y85 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}

.pd-x85 {
  padding-right: 85px;
  padding-left: 85px;
}
@media screen and (max-width: 768px) {
  .pd-x85 {
    padding-right: 51px;
    padding-left: 51px;
  }
}

.pb90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .pb90 {
    padding-bottom: 54px;
  }
}

.pt90 {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .pt90 {
    padding-top: 54px;
  }
}

.pd90 {
  padding: 90px;
}
@media screen and (max-width: 768px) {
  .pd90 {
    padding: 54px;
  }
}

.pd-y90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .pd-y90 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}

.pd-x90 {
  padding-right: 90px;
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .pd-x90 {
    padding-right: 54px;
    padding-left: 54px;
  }
}

.pb95 {
  padding-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .pb95 {
    padding-bottom: 57px;
  }
}

.pt95 {
  padding-top: 95px;
}
@media screen and (max-width: 768px) {
  .pt95 {
    padding-top: 57px;
  }
}

.pd95 {
  padding: 95px;
}
@media screen and (max-width: 768px) {
  .pd95 {
    padding: 57px;
  }
}

.pd-y95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .pd-y95 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
}

.pd-x95 {
  padding-right: 95px;
  padding-left: 95px;
}
@media screen and (max-width: 768px) {
  .pd-x95 {
    padding-right: 57px;
    padding-left: 57px;
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 60px;
  }
}

.pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .pt100 {
    padding-top: 60px;
  }
}

.pd100 {
  padding: 100px;
}
@media screen and (max-width: 768px) {
  .pd100 {
    padding: 60px;
  }
}

.pd-y100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pd-y100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pd-x100 {
  padding-right: 100px;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .pd-x100 {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.c-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
.c-pager__arrow {
  font-size: 14px;
}
.c-pager__item {
  display: flex;
  flex: 0 0 2em;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border: 1px solid var(--color-text);
  font-size: 14px;
  font-family: "Barlow", sans-serif;
}
.c-pager__item:not(.is-active):hover, .c-pager__item.is-active {
  background-color: var(--color-text);
  color: #fff;
}
.c-pager__item:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c-pager {
    gap: 0 10px;
  }
  .c-pager__item, .c-pager__arrow {
    font-size: 12px;
  }
  .c-pager:not(.is-active) {
    transition-duration: 0.3s;
  }
}

.c-pagerNews {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.c-pagerNews__item, .c-pagerNews__prev, .c-pagerNews__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.c-pagerNews .current_page, .c-pagerNews .link_before, .c-pagerNews .link_page, .c-pagerNews .link_next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.c-pagerNews .link_before, .c-pagerNews .link_next {
  border-radius: 50%;
  background-color: #3388BB;
  color: #fff;
  font-size: 12px;
}
.c-pagerNews .link_page {
  border-radius: 50%;
  color: #3388bb;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.c-pagerNews .current_page {
  border: 1px solid #3388bb;
  border-radius: 50%;
  color: #3388bb;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.c-pagerNews__item {
  border-radius: 50%;
  color: #3388bb;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.c-pagerNews__item.is-current {
  border: 1px solid #3388bb;
}
.c-pagerNews__prev, .c-pagerNews__next {
  border-radius: 50%;
  background-color: #3388BB;
  color: #fff;
  font-size: 12px;
}

.c-pankuzu {
  padding: 9px 0 0;
}
@media screen and (max-width: 768px) {
  .c-pankuzu {
    display: none;
  }
}
.c-pankuzu ul {
  display: flex;
  align-items: center;
}
.c-pankuzu ul li.arrow {
  margin: 0 5px;
  transform: translateY(1px);
}
.c-pankuzu ul li a, .c-pankuzu ul li span {
  font-size: 12px;
  white-space: nowrap;
}
.c-pankuzu ul li a {
  color: #999999;
}

.c-recommend {
  padding: 65px 0 147px;
  background: #e6eaef;
}
.c-recommend__header {
  padding: 0 0 27px;
}
.c-recommend__header .c-titF__ja {
  margin: 6px 0 0;
}
.c-recommend__content {
  display: grid;
  grid-template-columns: 100%;
  gap: 60px 0;
}
.c-recommend__block {
  display: grid;
  grid-template-columns: 188px 1fr;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-recommend__block {
    grid-template-columns: 1fr;
  }
}
.c-recommend__title {
  display: block;
  position: relative;
  padding: 25px;
}
.c-recommend__title img {
  -o-object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
     object-fit: cover;
}
.c-recommend__title span {
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 137px;
  background-color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.c-recommend__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 43px;
}
@media screen and (max-width: 1079px) {
  .c-recommend__list {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  .c-recommend__list {
    grid-template-columns: 1fr;
  }
}
.c-recommend__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 9px;
  border-bottom: 1px solid #333333;
}
.c-recommend__link small.fa {
  margin: 0.55em 0 0 0.5em;
  font-size: 0.5em;
  line-height: 1;
  vertical-align: text-top;
}
.c-recommend__link span {
  margin-right: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.c-recommend__link i {
  transform: translateX(-10px);
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px), print {
  .c-recommend__link:hover i {
    transform: translateX(0);
  }
}
.c-recommend__line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 90px 0 40px;
  border: none;
  background-image: linear-gradient(90deg, #707070 0%, #707070 50%, rgba(112, 112, 112, 0) 50%, rgba(112, 112, 112, 0) 100%);
  background-position: left top;
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.c-recommend__banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .c-recommend__banners {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  .c-recommend__banners {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c-recommend {
    padding-bottom: 60px;
  }
  .c-recommend__content {
    gap: 30px 0;
  }
  .c-recommend__title {
    padding: 15px;
  }
  .c-recommend__title span {
    width: 100%;
    height: 100px;
  }
  .c-recommend__line {
    margin: 60px 0 30px;
  }
}

.c-relate {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-relate {
    display: block;
  }
}
.c-relate__title {
  flex-shrink: 0;
  margin-right: 40px;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .c-relate__title {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.c-relate__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 0 40px;
}
@media screen and (max-width: 1079px) {
  .c-relate__list {
    gap: 0 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  .c-relate__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.c-relate__list li {
  margin-top: -1px;
}

.c-spacer--small, .c-spacer--middle, .c-spacer--large, .c-spacer {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

.c-spacer {
  height: 60px;
}
.c-spacer--large {
  height: 90px;
}
.c-spacer--middle {
  height: 60px;
}
.c-spacer--small {
  height: 30px;
}
@media screen and (min-width: 769px), print {
  .c-spacer {
    height: 90px;
  }
  .c-spacer--large {
    height: 120px;
  }
}

.c-tabitem--white, .c-tabitem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.8em 0.5em;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  transition-duration: 0.3s;
}
.is-active.c-tabitem--white, .is-active.c-tabitem {
  background-color: var(--color-primary);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-tabitem--white, .c-tabitem {
    font-size: 14px;
  }
}

.c-tabitem {
  background-color: var(--color-lightGrey);
}
.c-tabitem--white {
  background-color: #fff;
}

.c-table1 {
  width: 100%;
}
.c-table1 th {
  background-color: var(--color-primary);
  color: #fff;
}
.c-table1 td {
  line-height: 1.7142857143;
}
.c-table1--faculty th {
  background-color: var(--color-faculty);
}
@media screen and (min-width: 501px), print {
  .c-table1 th, .c-table1 td {
    border: 1px solid var(--color-grey);
  }
  .c-table1 th {
    width: 140px;
    padding: 1.25em 0.2em 1.45em 1.45em;
  }
  .c-table1 th.u-taCenter {
    padding: 1.25em 0.2em;
  }
  .c-table1 td {
    width: auto;
    padding: 0.85em 1em 1.1em 1.1em;
  }
  .c-table1 tr.va-middle th, .c-table1 tr.va-middle td {
    vertical-align: middle;
  }
}
@media screen and (max-width: 500px) {
  .c-table1 {
    display: block;
  }
  .c-table1 tbody, .c-table1 thead, .c-table1 tr, .c-table1 th, .c-table1 td {
    display: block;
    width: 100%;
  }
  .c-table1 tr {
    border: 1px solid var(--color-grey);
  }
  .c-table1 th {
    padding: 1em 0.5em;
    border-bottom: 1px solid var(--color-grey);
    font-size: 14px;
    text-align: center;
  }
  .c-table1 td {
    padding: 0.8em 0.7142857143em 1em;
    font-size: 14px;
  }
}

.c-table2 {
  width: 100%;
  max-width: none;
}
.c-table2 th, .c-table2 td {
  width: auto;
  min-width: 120px;
  padding: 0.8em 1em;
  border: 1px solid var(--color-grey);
  line-height: 1.7142857143;
}
.c-table2 th.item-center, .c-table2 td.item-center {
  text-align: center;
  vertical-align: middle;
}
.c-table2 thead th, .c-table2 thead td {
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
}
.c-table2 tbody th {
  color: var(--color-primary);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.c-table2--faculty thead th, .c-table2--faculty thead td {
  background-color: var(--color-faculty);
}
.c-table2--faculty tbody th {
  color: var(--color-faculty);
}

.c-table3 {
  width: 100%;
  max-width: none;
}
.c-table3 .nowrap {
  white-space: nowrap;
}
.c-table3 th, .c-table3 td {
  width: auto;
  min-width: 7em;
  padding: 0.8em 1em;
  border: 1px solid var(--color-grey);
  line-height: 1.7142857143;
}
.c-table3 thead th, .c-table3 thead td {
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
}
.c-table3 tbody th {
  color: var(--color-primary);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.c-tag--large, .c-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-grey);
  font-size: 14px;
}
[data-color=lightgrey].c-tag--large, [data-color=lightgrey].c-tag {
  background-color: #E8E8E8;
}
[data-color=white].c-tag--large, [data-color=white].c-tag {
  background-color: #fff;
}
[data-fz=large].c-tag--large, [data-fz=large].c-tag {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-tag--large, .c-tag {
    font-size: 12px;
  }
  [data-fz=large].c-tag--large, [data-fz=large].c-tag {
    font-size: 14px;
  }
}

.c-tag {
  padding: 0.55em 0.8em;
  border-radius: 2.2em;
}
.c-tag--small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.34em 1.13em;
  border-radius: 2.2em;
  background-color: var(--color-grey);
  font-size: 12px;
}
.c-tag--small[data-color=lightgrey] {
  background-color: #E8E8E8;
}
.c-tag--small[data-color=white] {
  background-color: #fff;
}
.c-tag--large {
  padding: 0.85em 1.4em;
  border-radius: 2.7em;
}
@media screen and (max-width: 768px) {
  .c-tag--large {
    padding: 0.93em 1.429em;
  }
}

.c-textLead {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 769px), print {
  .c-textLead {
    line-height: 2;
  }
}

.c-textLetter {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 769px), print {
  .c-textLetter {
    line-height: 2;
  }
}

.c-textSerif {
  font-size: 16px;
  line-height: 1.75;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c-textCaption {
  font-size: 12px;
  line-height: 1.8333333333;
}
@media screen and (min-width: 769px), print {
  .c-textCaption {
    font-size: 14px;
    line-height: 2;
  }
}

.c-textNote {
  font-size: 11px;
  line-height: 1.6363636364;
}
@media screen and (min-width: 769px), print {
  .c-textNote {
    font-size: 12px;
    line-height: 2;
  }
}

.c-textMarker {
  display: inline;
  box-shadow: 0 -0.5em 0 #FFF12B inset;
}
.c-textMarker--Primary {
  box-shadow: 0 -0.5em 0 var(--color-primary) inset;
}
.c-textMarker--PrimaryLight {
  box-shadow: 0 -0.5em 0 var(--color-primaryLight) inset;
}
.c-textMarker--Secondary {
  box-shadow: 0 -0.5em 0 var(--color-secondary) inset;
}
.c-textMarker--SecondaryLight {
  box-shadow: 0 -0.5em 0 var(--color-secondaryLight) inset;
}
.c-textMarker--Thirdly {
  box-shadow: 0 -0.5em 0 var(--color-thirdly) inset;
}
.c-textMarker--Important {
  box-shadow: 0 -0.5em 0 var(--color-important) inset;
}
.c-textMarker--Bg {
  box-shadow: 0 -0.5em 0 var(--color-bg) inset;
}
.c-textMarker--Text {
  box-shadow: 0 -0.5em 0 var(--color-text) inset;
}
.c-textMarker--DarkGrey {
  box-shadow: 0 -0.5em 0 var(--color-darkGrey) inset;
}
.c-textMarker--Grey {
  box-shadow: 0 -0.5em 0 var(--color-grey) inset;
}
.c-textMarker--LightGrey {
  box-shadow: 0 -0.5em 0 var(--color-lightGrey) inset;
}
.c-textMarker--UgEng {
  box-shadow: 0 -0.5em 0 var(--color-ugEng) inset;
}
.c-textMarker--UgEngLight {
  box-shadow: 0 -0.5em 0 var(--color-ugEngLight) inset;
}
.c-textMarker--UgCreative {
  box-shadow: 0 -0.5em 0 var(--color-ugCreative) inset;
}
.c-textMarker--UgCreativeLight {
  box-shadow: 0 -0.5em 0 var(--color-ugCreativeLight) inset;
}
.c-textMarker--UgBio {
  box-shadow: 0 -0.5em 0 var(--color-ugBio) inset;
}
.c-textMarker--UgBioLight {
  box-shadow: 0 -0.5em 0 var(--color-ugBioLight) inset;
}
.c-textMarker--UgInfo {
  box-shadow: 0 -0.5em 0 var(--color-ugInfo) inset;
}
.c-textMarker--UgInfoLight {
  box-shadow: 0 -0.5em 0 var(--color-ugInfoLight) inset;
}
.c-textMarker--UgHealth {
  box-shadow: 0 -0.5em 0 var(--color-ugHealth) inset;
}
.c-textMarker--UHealthLight {
  box-shadow: 0 -0.5em 0 var(--color-uHealthLight) inset;
}
.c-textMarker--UgExpert {
  box-shadow: 0 -0.5em 0 var(--color-ugExpert) inset;
}

.c-textSuper {
  font-size: 0.5em;
  vertical-align: super;
}

.c-titA {
  font-size: 40px;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .c-titA {
    font-size: 24px;
  }
}

.c-titB {
  display: flex;
  flex-direction: column;
  font-size: 40px;
  line-height: 1.65;
}
.c-titB--small {
  font-size: 28px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .c-titB {
    font-size: 24px;
  }
  .c-titB--small {
    font-size: 20px;
  }
}
.c-titB:before {
  width: 40px;
  height: 1px;
  margin-bottom: 10px;
  background: #2c82b5;
  content: "";
}
.c-titB--white {
  color: white;
}
.c-titB--white:before {
  background-color: #fff;
}

.c-titC {
  display: flex;
  align-items: center;
}
.c-titC span {
  flex-shrink: 0;
  margin-right: 25px;
  color: #0067b0;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .c-titC span {
    font-size: 20px;
  }
}
.c-titC:after {
  width: 100%;
  height: 1px;
  background: #0067b0;
  content: "";
}

.c-titD {
  font-size: 30px;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-titD {
    font-size: 20px;
  }
}

.c-titE {
  padding-left: 15px;
  border-left: 12px solid #0067b0;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.48;
}
@media screen and (max-width: 768px) {
  .c-titE {
    padding-left: 10px;
    border-left-width: 5px;
    font-size: 18px;
  }
}

.c-titF {
  display: flex;
  flex-direction: column;
}
.c-titF__ja {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 18px;
}
.c-titF__en {
  font-weight: 500;
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .c-titF__en {
    font-size: 30px;
  }
}

.c-titG {
  display: flex;
  flex-direction: column;
}
.c-titG__en {
  font-size: 52px;
  line-height: 1.1538461538;
}
@media screen and (max-width: 768px) {
  .c-titG__en {
    font-size: 45px;
  }
}
.c-titG__ja {
  margin-top: 5px;
  color: #0067b0;
  font-weight: bold;
  font-size: 15px;
}

.c-titH {
  position: relative;
  padding-left: 33px;
  color: #2c82b5;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-titH {
    font-size: 20px;
  }
}
.c-titH:before, .c-titH:after {
  position: absolute;
  top: 8px;
  bottom: 4px;
  left: 0;
  width: 4px;
  content: "";
}
@media screen and (max-width: 768px) {
  .c-titH:before, .c-titH:after {
    top: 2px;
    bottom: 2px;
  }
}
.c-titH:before {
  background: #2c82b5;
}
.c-titH:after {
  left: 9px;
  background: #ededed;
}

.c-titI {
  display: flex;
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-titI {
    font-size: 20px;
  }
}
.c-titI:before {
  flex-shrink: 0;
  width: 20px;
  height: 1px;
  margin-top: 22px;
  margin-right: 10px;
  background: #000;
  content: "";
}
@media screen and (max-width: 768px) {
  .c-titI:before {
    margin-top: 14px;
  }
}
.c-titI--white {
  color: white;
}
.c-titI--white:before {
  background-color: #fff;
}

.c-titJ {
  color: #2c82b5;
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-titJ {
    font-size: 20px;
  }
}

.c-titK {
  overflow: hidden;
  color: white;
  font-size: 35px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-titK {
    font-size: 22px;
  }
}
.c-titK span {
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .c-titK span {
    padding-right: 10px;
  }
}
.c-titK span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  height: 1px;
  margin: auto 0;
  background-color: #fff;
  content: "";
}

.c-titL {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
}
.c-titL .en {
  width: 1em;
  transform: rotate(90deg) translateY(-130%) translateX(5px);
  transform-origin: top left;
  color: #2c82b5;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .c-titL .en {
    font-size: 16px;
  }
}
.c-titL .ja {
  word-wrap: break-word;
  position: relative;
  width: 1em;
  padding-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .c-titL .ja {
    font-size: 26px;
  }
}
.c-titL .ja:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 1px;
  height: 1000vh;
  margin: 0 auto;
  background: #000;
  content: "";
}
.c-titL--rev {
  flex-direction: row;
}
.c-titL--rev .en {
  transform: rotate(90deg) translateY(-30%) translateX(5px);
}
.c-titL--white .en,
.c-titL--white .ja {
  color: white;
}
.c-titL--white .ja:after {
  background: white;
}

.c-titM {
  display: flex;
  flex-direction: column;
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-titM {
    font-size: 20px;
  }
}
.c-titM:before {
  width: 40px;
  height: 1px;
  margin-bottom: 10px;
  background: #2c82b5;
  content: "";
}
.c-titM--white {
  color: white;
}
.c-titM--white:before {
  background-color: #fff;
}

.c-titN {
  padding: 10px 25px;
  background: #0067B0;
  color: white;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-titN {
    font-size: 18px;
  }
}

.c-titO {
  color: #2C82B5;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-titO {
    font-size: 22px;
  }
}

.c-titP {
  padding: 7px 16px;
  border-left: 6px solid #0067B0;
  background: #E7F1F9;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-titP {
    font-size: 18px;
  }
}

.c-inner {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1079px) {
  .c-inner {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  .c-inner {
    width: calc(100% - 40px);
  }
}
.c-inner--full {
  max-width: 100%;
}
.c-inner--800 {
  max-width: 800px;
}
.c-inner--1200 {
  max-width: 1200px;
}

@media screen and (min-width: 1080px), print {
  .c-tab {
    display: none !important;
  }
}
@media screen and (max-width: 1079px) {
  .c-tab_none {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .c-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .c-pc {
    display: none !important;
  }
}
.c-ofi {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: center;
  font-family: "object-fit: cover;, object-position: center;";
}

.c-barlow {
  font-family: "Barlow", sans-serif;
}

.c-cormorant {
  font-family: "Cormorant", serif;
}

.c-serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

*[hidden] {
  display: none;
}

.c-wysywig {
  font-size: 16px;
  line-height: 1.875;
}
.c-wysywig *:first-child {
  margin-top: 0 !important;
}
.c-wysywig *:last-child {
  margin-bottom: 0 !important;
}
.c-wysywig h1,
.c-wysywig h2,
.c-wysywig h3,
.c-wysywig h4,
.c-wysywig h5,
.c-wysywig h6 {
  margin: 34px 0 28px;
  font-size: 30px;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-wysywig h1,
.c-wysywig h2,
.c-wysywig h3,
.c-wysywig h4,
.c-wysywig h5,
.c-wysywig h6 {
    font-size: 20px;
  }
}
.c-wysywig p {
  margin: 15px 0 0;
  letter-spacing: 0.05em;
}
.c-wysywig a {
  display: inline;
  position: relative;
  padding: 0 0 3px;
  box-shadow: 0 1px 0 #2C82B5;
  color: #2C82B5;
}
.c-wysywig a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.c-wysywig table {
  margin: 30px 0;
}
.c-wysywig table tr th,
.c-wysywig table tr td {
  padding: 15px 10px 9px;
  border: 1px solid #707070;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-wysywig table thead tr th,
.c-wysywig table thead tr td {
  background: #ededed;
}
.c-wysywig .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 80px 0;
  gap: 70px 50px;
}
@media screen and (max-width: 1079px) {
  .c-wysywig .grid {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  .c-wysywig .grid {
    margin: 30px 0;
  }
}
.c-wysywig .grid p {
  margin: 10px 0;
}
.c-wysywig > img {
  display: inline-block;
}
.c-wysywig > img:first-of-type {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .c-wysywig > img:first-of-type {
    margin-bottom: 30px;
  }
}

.u-bgPrimary {
  background-color: var(--color-primary);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgPrimaryLight {
  background-color: var(--color-primaryLight);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgSecondary {
  background-color: var(--color-secondary);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgSecondaryLight {
  background-color: var(--color-secondaryLight);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgThirdly {
  background-color: var(--color-thirdly);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgImportant {
  background-color: var(--color-important);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgBg {
  background-color: var(--color-bg);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgText {
  background-color: var(--color-text);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgDarkGrey {
  background-color: var(--color-darkGrey);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgGrey {
  background-color: var(--color-grey);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgLightGrey {
  background-color: var(--color-lightGrey);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgUgEng {
  background-color: var(--color-ugEng);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgUgEngLight {
  background-color: var(--color-ugEngLight);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgUgCreative {
  background-color: var(--color-ugCreative);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgUgCreativeLight {
  background-color: var(--color-ugCreativeLight);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgUgBio {
  background-color: var(--color-ugBio);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgUgBioLight {
  background-color: var(--color-ugBioLight);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgUgInfo {
  background-color: var(--color-ugInfo);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgUgInfoLight {
  background-color: var(--color-ugInfoLight);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgUgHealth {
  background-color: var(--color-ugHealth);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgUHealthLight {
  background-color: var(--color-uHealthLight);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-bgUgExpert {
  background-color: var(--color-ugExpert);
}

.u-bgGradation {
  background-image: linear-gradient(0deg, var(--color-gradation));
}
.u-bgGradation--rtl {
  background-image: linear-gradient(90deg, var(--color-gradation));
}
.u-bgGradation--ltr {
  background-image: linear-gradient(-90deg, var(--color-gradation));
}
.u-bgGradation--btt {
  background-image: linear-gradient(180deg, var(--color-gradation));
}

.u-colorPrimary {
  color: var(--color-primary);
}

.u-colorPrimaryLight {
  color: var(--color-primaryLight);
}

.u-colorSecondary {
  color: var(--color-secondary);
}

.u-colorSecondaryLight {
  color: var(--color-secondaryLight);
}

.u-colorThirdly {
  color: var(--color-thirdly);
}

.u-colorImportant {
  color: var(--color-important);
}

.u-colorBg {
  color: var(--color-bg);
}

.u-colorText {
  color: var(--color-text);
}

.u-colorDarkGrey {
  color: var(--color-darkGrey);
}

.u-colorGrey {
  color: var(--color-grey);
}

.u-colorLightGrey {
  color: var(--color-lightGrey);
}

.u-colorUgEng {
  color: var(--color-ugEng);
}

.u-colorUgEngLight {
  color: var(--color-ugEngLight);
}

.u-colorUgCreative {
  color: var(--color-ugCreative);
}

.u-colorUgCreativeLight {
  color: var(--color-ugCreativeLight);
}

.u-colorUgBio {
  color: var(--color-ugBio);
}

.u-colorUgBioLight {
  color: var(--color-ugBioLight);
}

.u-colorUgInfo {
  color: var(--color-ugInfo);
}

.u-colorUgInfoLight {
  color: var(--color-ugInfoLight);
}

.u-colorUgHealth {
  color: var(--color-ugHealth);
}

.u-colorUHealthLight {
  color: var(--color-uHealthLight);
}

.u-colorUgExpert {
  color: var(--color-ugExpert);
}

.u-colorWhite {
  color: #fff;
}

.u-colorFaculty {
  color: var(--color-faculty);
}

.u-fwBold {
  font-weight: bold;
}

.u-fw300 {
  font-weight: 300;
}

.u-fw500 {
  font-weight: 500;
}

.u-fz0\.7em {
  font-size: 0.7em;
}

.u-fz0\.75em {
  font-size: 0.75em;
}

.u-fz0\.8em {
  font-size: 0.8em;
}

.u-fz0\.85em {
  font-size: 0.85em;
}

.u-fz0\.9em {
  font-size: 0.9em;
}

.u-fz0\.95em {
  font-size: 0.95em;
}

.u-height100\% {
  height: 100%;
}

.u-max-width10 {
  max-width: 10px;
}

.u-max-width20 {
  max-width: 20px;
}

.u-max-width30 {
  max-width: 30px;
}

.u-max-width40 {
  max-width: 40px;
}

.u-max-width50 {
  max-width: 50px;
}

.u-max-width60 {
  max-width: 60px;
}

.u-max-width70 {
  max-width: 70px;
}

.u-max-width80 {
  max-width: 80px;
}

.u-max-width90 {
  max-width: 90px;
}

.u-max-width100 {
  max-width: 100px;
}

.u-max-width110 {
  max-width: 110px;
}

.u-max-width120 {
  max-width: 120px;
}

.u-max-width130 {
  max-width: 130px;
}

.u-max-width140 {
  max-width: 140px;
}

.u-max-width150 {
  max-width: 150px;
}

.u-max-width160 {
  max-width: 160px;
}

.u-max-width170 {
  max-width: 170px;
}

.u-max-width180 {
  max-width: 180px;
}

.u-max-width190 {
  max-width: 190px;
}

.u-max-width200 {
  max-width: 200px;
}

.u-max-width210 {
  max-width: 210px;
}

.u-max-width220 {
  max-width: 220px;
}

.u-max-width230 {
  max-width: 230px;
}

.u-max-width240 {
  max-width: 240px;
}

.u-max-width250 {
  max-width: 250px;
}

.u-max-width260 {
  max-width: 260px;
}

.u-max-width270 {
  max-width: 270px;
}

.u-max-width280 {
  max-width: 280px;
}

.u-max-width290 {
  max-width: 290px;
}

.u-max-width300 {
  max-width: 300px;
}

.u-max-width310 {
  max-width: 310px;
}

.u-max-width320 {
  max-width: 320px;
}

.u-max-width330 {
  max-width: 330px;
}

.u-max-width340 {
  max-width: 340px;
}

.u-max-width350 {
  max-width: 350px;
}

.u-max-width360 {
  max-width: 360px;
}

.u-max-width370 {
  max-width: 370px;
}

.u-max-width380 {
  max-width: 380px;
}

.u-max-width390 {
  max-width: 390px;
}

.u-max-width400 {
  max-width: 400px;
}

.u-max-width410 {
  max-width: 410px;
}

.u-max-width420 {
  max-width: 420px;
}

.u-max-width430 {
  max-width: 430px;
}

.u-max-width440 {
  max-width: 440px;
}

.u-max-width450 {
  max-width: 450px;
}

.u-max-width460 {
  max-width: 460px;
}

.u-max-width470 {
  max-width: 470px;
}

.u-max-width480 {
  max-width: 480px;
}

.u-max-width490 {
  max-width: 490px;
}

.u-max-width500 {
  max-width: 500px;
}

.u-max-width510 {
  max-width: 510px;
}

.u-max-width520 {
  max-width: 520px;
}

.u-max-width530 {
  max-width: 530px;
}

.u-max-width540 {
  max-width: 540px;
}

.u-max-width550 {
  max-width: 550px;
}

.u-max-width560 {
  max-width: 560px;
}

.u-max-width570 {
  max-width: 570px;
}

.u-max-width580 {
  max-width: 580px;
}

.u-max-width590 {
  max-width: 590px;
}

.u-max-width600 {
  max-width: 600px;
}

.u-max-width610 {
  max-width: 610px;
}

.u-max-width620 {
  max-width: 620px;
}

.u-max-width630 {
  max-width: 630px;
}

.u-max-width640 {
  max-width: 640px;
}

.u-max-width650 {
  max-width: 650px;
}

.u-max-width660 {
  max-width: 660px;
}

.u-max-width670 {
  max-width: 670px;
}

.u-max-width680 {
  max-width: 680px;
}

.u-max-width690 {
  max-width: 690px;
}

.u-max-width700 {
  max-width: 700px;
}

.u-max-width710 {
  max-width: 710px;
}

.u-max-width720 {
  max-width: 720px;
}

.u-max-width730 {
  max-width: 730px;
}

.u-max-width740 {
  max-width: 740px;
}

.u-max-width750 {
  max-width: 750px;
}

.u-max-width760 {
  max-width: 760px;
}

.u-max-width770 {
  max-width: 770px;
}

.u-max-width780 {
  max-width: 780px;
}

.u-max-width790 {
  max-width: 790px;
}

.u-max-width800 {
  max-width: 800px;
}

.u-max-width810 {
  max-width: 810px;
}

.u-max-width820 {
  max-width: 820px;
}

.u-max-width830 {
  max-width: 830px;
}

.u-max-width840 {
  max-width: 840px;
}

.u-max-width850 {
  max-width: 850px;
}

.u-max-width860 {
  max-width: 860px;
}

.u-max-width870 {
  max-width: 870px;
}

.u-max-width880 {
  max-width: 880px;
}

.u-max-width890 {
  max-width: 890px;
}

.u-max-width900 {
  max-width: 900px;
}

.u-max-width910 {
  max-width: 910px;
}

.u-max-width920 {
  max-width: 920px;
}

.u-max-width930 {
  max-width: 930px;
}

.u-max-width940 {
  max-width: 940px;
}

.u-max-width950 {
  max-width: 950px;
}

.u-max-width960 {
  max-width: 960px;
}

.u-max-width970 {
  max-width: 970px;
}

.u-max-width980 {
  max-width: 980px;
}

.u-max-width990 {
  max-width: 990px;
}

.u-max-width1000 {
  max-width: 1000px;
}

.u-min-width10 {
  min-width: 10px;
}

.u-min-width20 {
  min-width: 20px;
}

.u-min-width30 {
  min-width: 30px;
}

.u-min-width40 {
  min-width: 40px;
}

.u-min-width50 {
  min-width: 50px;
}

.u-min-width60 {
  min-width: 60px;
}

.u-min-width70 {
  min-width: 70px;
}

.u-min-width80 {
  min-width: 80px;
}

.u-min-width90 {
  min-width: 90px;
}

.u-min-width100 {
  min-width: 100px;
}

.u-min-width110 {
  min-width: 110px;
}

.u-min-width120 {
  min-width: 120px;
}

.u-min-width130 {
  min-width: 130px;
}

.u-min-width140 {
  min-width: 140px;
}

.u-min-width150 {
  min-width: 150px;
}

.u-min-width160 {
  min-width: 160px;
}

.u-min-width170 {
  min-width: 170px;
}

.u-min-width180 {
  min-width: 180px;
}

.u-min-width190 {
  min-width: 190px;
}

.u-min-width200 {
  min-width: 200px;
}

.u-min-width210 {
  min-width: 210px;
}

.u-min-width220 {
  min-width: 220px;
}

.u-min-width230 {
  min-width: 230px;
}

.u-min-width240 {
  min-width: 240px;
}

.u-min-width250 {
  min-width: 250px;
}

.u-min-width260 {
  min-width: 260px;
}

.u-min-width270 {
  min-width: 270px;
}

.u-min-width280 {
  min-width: 280px;
}

.u-min-width290 {
  min-width: 290px;
}

.u-min-width300 {
  min-width: 300px;
}

.u-min-width310 {
  min-width: 310px;
}

.u-min-width320 {
  min-width: 320px;
}

.u-min-width330 {
  min-width: 330px;
}

.u-min-width340 {
  min-width: 340px;
}

.u-min-width350 {
  min-width: 350px;
}

.u-min-width360 {
  min-width: 360px;
}

.u-min-width370 {
  min-width: 370px;
}

.u-min-width380 {
  min-width: 380px;
}

.u-min-width390 {
  min-width: 390px;
}

.u-min-width400 {
  min-width: 400px;
}

.u-min-width410 {
  min-width: 410px;
}

.u-min-width420 {
  min-width: 420px;
}

.u-min-width430 {
  min-width: 430px;
}

.u-min-width440 {
  min-width: 440px;
}

.u-min-width450 {
  min-width: 450px;
}

.u-min-width460 {
  min-width: 460px;
}

.u-min-width470 {
  min-width: 470px;
}

.u-min-width480 {
  min-width: 480px;
}

.u-min-width490 {
  min-width: 490px;
}

.u-min-width500 {
  min-width: 500px;
}

.u-min-width510 {
  min-width: 510px;
}

.u-min-width520 {
  min-width: 520px;
}

.u-min-width530 {
  min-width: 530px;
}

.u-min-width540 {
  min-width: 540px;
}

.u-min-width550 {
  min-width: 550px;
}

.u-min-width560 {
  min-width: 560px;
}

.u-min-width570 {
  min-width: 570px;
}

.u-min-width580 {
  min-width: 580px;
}

.u-min-width590 {
  min-width: 590px;
}

.u-min-width600 {
  min-width: 600px;
}

.u-min-width610 {
  min-width: 610px;
}

.u-min-width620 {
  min-width: 620px;
}

.u-min-width630 {
  min-width: 630px;
}

.u-min-width640 {
  min-width: 640px;
}

.u-min-width650 {
  min-width: 650px;
}

.u-min-width660 {
  min-width: 660px;
}

.u-min-width670 {
  min-width: 670px;
}

.u-min-width680 {
  min-width: 680px;
}

.u-min-width690 {
  min-width: 690px;
}

.u-min-width700 {
  min-width: 700px;
}

.u-min-width710 {
  min-width: 710px;
}

.u-min-width720 {
  min-width: 720px;
}

.u-min-width730 {
  min-width: 730px;
}

.u-min-width740 {
  min-width: 740px;
}

.u-min-width750 {
  min-width: 750px;
}

.u-min-width760 {
  min-width: 760px;
}

.u-min-width770 {
  min-width: 770px;
}

.u-min-width780 {
  min-width: 780px;
}

.u-min-width790 {
  min-width: 790px;
}

.u-min-width800 {
  min-width: 800px;
}

.u-min-width810 {
  min-width: 810px;
}

.u-min-width820 {
  min-width: 820px;
}

.u-min-width830 {
  min-width: 830px;
}

.u-min-width840 {
  min-width: 840px;
}

.u-min-width850 {
  min-width: 850px;
}

.u-min-width860 {
  min-width: 860px;
}

.u-min-width870 {
  min-width: 870px;
}

.u-min-width880 {
  min-width: 880px;
}

.u-min-width890 {
  min-width: 890px;
}

.u-min-width900 {
  min-width: 900px;
}

.u-min-width910 {
  min-width: 910px;
}

.u-min-width920 {
  min-width: 920px;
}

.u-min-width930 {
  min-width: 930px;
}

.u-min-width940 {
  min-width: 940px;
}

.u-min-width950 {
  min-width: 950px;
}

.u-min-width960 {
  min-width: 960px;
}

.u-min-width970 {
  min-width: 970px;
}

.u-min-width980 {
  min-width: 980px;
}

.u-min-width990 {
  min-width: 990px;
}

.u-min-width1000 {
  min-width: 1000px;
}

.u-min-width1010 {
  min-width: 1010px;
}

.u-min-width1020 {
  min-width: 1020px;
}

.u-min-width1030 {
  min-width: 1030px;
}

.u-min-width1040 {
  min-width: 1040px;
}

.u-min-width1050 {
  min-width: 1050px;
}

.u-min-width1060 {
  min-width: 1060px;
}

.u-min-width1070 {
  min-width: 1070px;
}

.u-min-width1080 {
  min-width: 1080px;
}

.u-min-width1090 {
  min-width: 1090px;
}

.u-min-width1100 {
  min-width: 1100px;
}

.u-min-width1110 {
  min-width: 1110px;
}

.u-min-width1120 {
  min-width: 1120px;
}

.u-min-width1130 {
  min-width: 1130px;
}

.u-min-width1140 {
  min-width: 1140px;
}

.u-min-width1150 {
  min-width: 1150px;
}

.u-min-width1160 {
  min-width: 1160px;
}

.u-min-width1170 {
  min-width: 1170px;
}

.u-min-width1180 {
  min-width: 1180px;
}

.u-min-width1190 {
  min-width: 1190px;
}

.u-min-width1200 {
  min-width: 1200px;
}

.u-taCenter {
  text-align: center;
}

.u-taRight {
  text-align: right;
}

#top .p-sec01 {
  position: relative;
  margin-top: var(--js-hdsp-height);
}
@media screen and (min-width: 769px), print {
  #top .p-sec01 {
    margin-top: 0;
  }
}
#top .p-sec01-info {
  width: 100%;
  padding: 25px 0;
  background: #ededed;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-info {
    padding: 15px 0;
  }
}
#top .p-sec01-info__flex {
  display: flex;
  align-items: center;
}
#top .p-sec01-info__flex .left {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-info__flex .left {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec01-info__flex .left img {
    width: 28px;
  }
}
#top .p-sec01-info__flex .left .text {
  margin-top: 11px;
  color: #ef6b6b;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-info__flex .left .text {
    font-size: 14px;
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec01-info__flex .right {
    max-height: 80px;
    padding-right: 10px;
    overflow: auto;
  }
}
#top .p-sec01-info__flex .right ul li + li {
  margin-top: 15px;
}
#top .p-sec01-info__flex .right ul li a {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-info__flex .right ul li a {
    grid-template-columns: 1fr;
    font-size: 15px;
    line-height: 1.6666666667;
  }
}
#top .p-sec01-info__flex .right ul li a .date {
  flex-shrink: 0;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-info__flex .right ul li a .date {
    margin-right: 0;
    margin-bottom: 5px;
    padding-right: 0;
    border-right-width: 0;
  }
}
#top .p-sec01-info__flex .right ul li a .title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-info__flex .right ul li a .title {
    -webkit-line-clamp: 2;
  }
}
#top .p-sec02 {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec02 {
    padding: 40px 0;
  }
}
#top .p-sec02 .swiper {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  #top .p-sec02 .swiper {
    padding: 0 10px;
  }
}
#top .p-sec02 .swiper-slide img {
  width: 100%;
}
#top .p-sec02 .swiper-button-prev, #top .p-sec02 .swiper-button-next {
  margin: 0;
  transform: translateY(-50%);
}
#top .p-sec02 .swiper-button-prev:after, #top .p-sec02 .swiper-button-next:after {
  content: none;
}
#top .p-sec02 .swiper-button-prev {
  left: 0;
}
#top .p-sec02 .swiper-button-next {
  right: 0;
}
#top .p-sec03 {
  padding: 70px 0 60px;
  background: linear-gradient(120deg, #a6fcf9 0%, #2c82b5 100%);
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #top .p-sec03 {
    padding: 40px 0 100px;
  }
}
#top .p-sec03__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1079px) {
  #top .p-sec03__flex {
    display: block;
  }
}
#top .p-sec03__title h2 {
  flex-shrink: 0;
  margin-right: 20px;
  color: white;
  font-size: 52px;
  white-space: nowrap;
}
@media screen and (max-width: 1079px) {
  #top .p-sec03__title h2 {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #top .p-sec03__title h2 {
    margin-bottom: 24px;
    font-size: 45px;
  }
}
#top .p-sec03__textarea {
  width: 782px;
}
@media screen and (max-width: 1079px) {
  #top .p-sec03__textarea {
    width: auto;
  }
}
#top .p-sec03__textarea .text {
  margin-bottom: 20px;
  color: white;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec03__textarea .text {
    margin-bottom: 15px;
  }
}
#top .p-sec03__textarea .list {
  display: flex;
  margin-bottom: 50px;
  gap: 34px;
}
@media screen and (max-width: 1079px) {
  #top .p-sec03__textarea .list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 70px;
    gap: 13px 29px;
  }
}
#top .p-sec03__textarea .list li a {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 9px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: white;
}
#top .p-sec03__textarea .list li a:before {
  position: absolute;
  top: -9px;
  right: -9px;
  bottom: -9px;
  left: -9px;
  border: 9px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: "";
  opacity: 0;
}
@keyframes wave {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
#top .p-sec03__textarea .list li a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  #top .p-sec03__textarea .list li a:hover:before {
    animation: wave 0.6s ease 0s forwards;
  }
}
#top .p-sec03__textarea .list li a .bg {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  border-radius: 50%;
}
#top .p-sec03__textarea .list li a .ja {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
}
#top .p-sec03__textarea .list li a .en {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #top .p-sec03__textarea .list li:nth-child(1) {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
#top .p-sec03__textarea .list li:nth-child(1) a .bg {
  background: linear-gradient(225deg, #fbcf6e 0%, #ef6b6b 100%);
}
#top .p-sec03__textarea .list li:nth-child(2) a .bg {
  background: linear-gradient(225deg, #b3ccee 0%, #8569b4 100%);
}
#top .p-sec03__textarea .list li:nth-child(3) a .bg {
  background: linear-gradient(225deg, #c3e29f 0%, #43b487 100%);
}
#top .p-sec03__copy {
  margin: 0 0 30px;
}
#top .p-sec03__copy h3 {
  margin: 0 0 0.4em;
  color: #fff;
  font-size: 40px;
  font-family: "Cormorant", serif;
}
#top .p-sec03__copy h3 b {
  color: #0067B0;
  font-weight: normal;
  font-size: 1.3em;
}
#top .p-sec03__copy p {
  color: #0067B0;
  font-size: 42px;
  font-family: "Cormorant", serif;
}
#top .p-sec03__copy p small {
  color: #fff;
  font-size: 0.8653846154em;
}
#top .p-sec03__copy p em {
  color: #0067B0;
  font-style: normal;
}
@media screen and (min-width: 769px), print {
  #top .p-sec03__copy {
    margin: 0 0 45px;
  }
  #top .p-sec03__copy h3 {
    font-size: 40px;
  }
  #top .p-sec03__copy h3 br {
    display: none;
  }
  #top .p-sec03__copy p {
    font-size: 52px;
  }
}
#top .p-sec04 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec04 {
    padding: 55px 0 80px;
  }
}
#top .p-sec04__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__title {
    margin-bottom: 60px;
  }
}
#top .p-sec04__title .ja {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__title .ja {
    font-size: 40px;
  }
}
#top .p-sec04__title .en {
  font-size: 14px;
}
#top .p-sec04__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 107px;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__list {
    gap: 50px;
  }
}
#top .p-sec04__list li a {
  display: block;
}
@media screen and (min-width: 769px), print {
  #top .p-sec04__list li a .image {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
  }
  #top .p-sec04__list li a .image img {
    transition: 0.3s ease;
  }
}
#top .p-sec04__list li a .title {
  margin-top: 10px;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  #top .p-sec04__list li a:hover .image img {
    transform: scale(1.1);
  }
}
#top .p-sec05 {
  padding: 70px 0;
  background: #ededed;
}
@media screen and (max-width: 768px) {
  #top .p-sec05 {
    padding: 50px 0 60px;
  }
}
#top .p-sec05__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1079px) {
  #top .p-sec05__flex {
    display: block;
  }
}
#top .p-sec05__title {
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 1079px) {
  #top .p-sec05__title {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
#top .p-sec05__title h2 {
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  #top .p-sec05__title h2 {
    font-size: 45px;
  }
}
#top .p-sec05__textarea {
  width: 100%;
  max-width: 900px;
}
#top .p-sec05__btn {
  margin-top: 35px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #top .p-sec05__btn {
    margin-top: 26px;
    text-align: center;
  }
}
#top .p-sec06 {
  padding: 90px 0 170px;
}
@media screen and (max-width: 768px) {
  #top .p-sec06 {
    padding: 50px 0 100px;
  }
}
#top .p-sec06-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1079px) {
  #top .p-sec06-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #top .p-sec06-grid {
    gap: 90px;
  }
}
#top .p-sec06-grid__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .p-sec06-grid__item {
    display: block;
  }
}
#top .p-sec06-grid__title {
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #top .p-sec06-grid__title {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#top .p-sec06-grid__title .title {
  display: flex;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  #top .p-sec06-grid__title .title {
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
  }
}
#top .p-sec06-grid__title .title .en {
  width: 1em;
  transform: translateX(100%) rotate(90deg);
  transform-origin: top left;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #top .p-sec06-grid__title .title .en {
    width: auto;
    transform: none;
  }
}
#top .p-sec06-grid__title .title .ja {
  margin-top: -3px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #top .p-sec06-grid__title .title .ja {
    margin-top: 0;
  }
  #top .p-sec06-grid__title .title .ja br {
    display: none;
  }
}
#top .p-sec06-grid__main {
  display: flex;
  flex-direction: column;
}
#top .p-sec06-thumb {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top .p-sec06-thumb {
    margin-bottom: 15px;
  }
}
#top .p-sec06-thumb a {
  display: block;
}
@media screen and (min-width: 769px), print {
  #top .p-sec06-thumb a:hover .p-sec06-thumb__image img {
    transform: scale(1.1);
  }
}
#top .p-sec06-thumb__image {
  aspect-ratio: 51/26;
  overflow: hidden;
}
#top .p-sec06-thumb__image--nothumb {
  border: 1px solid #000;
}
#top .p-sec06-thumb__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
  transition: 0.3s ease;
}
#top .p-sec06-thumb__textarea {
  position: relative;
  margin-top: -50px;
  margin-left: 80px;
  padding: 25px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #top .p-sec06-thumb__textarea {
    margin: -35px 10px 0;
    padding: 20px;
  }
}
#top .p-sec06-thumb__textarea .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 30px;
  margin-bottom: 14px;
  gap: 5px 0;
}
#top .p-sec06-thumb__textarea .meta .date {
  margin-right: 15px;
  color: #38b;
  font-weight: 500;
  font-size: 16px;
}
#top .p-sec06-thumb__textarea .meta .cat {
  padding: 7px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 14px;
}
#top .p-sec06-thumb__textarea .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5555555556;
}
@media screen and (min-width: 1080px), print {
  #top .p-sec06-thumb__textarea .title {
    min-height: 3.1111111112em;
  }
}
#top .p-sec06-list li:nth-child(2) {
  border-top: 1px solid #cccccc;
}
#top .p-sec06-list li:not(.p-sec06-thumb) a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  #top .p-sec06-list li:not(.p-sec06-thumb) a {
    padding: 15px 0;
  }
}
#top .p-sec06-list li:not(.p-sec06-thumb) a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  #top .p-sec06-list li:not(.p-sec06-thumb) a:hover .p-sec06-list__arrow {
    transform: translateX(0);
  }
}
#top .p-sec06-list__textarea .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 30px;
  margin-bottom: 10px;
  gap: 5px 0;
}
#top .p-sec06-list__textarea .meta .date {
  margin-right: 15px;
  color: #38b;
  font-weight: 500;
  font-size: 16px;
}
#top .p-sec06-list__textarea .meta .cat {
  padding: 7px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 14px;
}
#top .p-sec06-list__textarea .title {
  font-size: 16px;
  line-height: 1.75;
}
#top .p-sec06-list__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 50%;
  background: #2c82b5;
  color: white;
  font-size: 12px;
}
@media screen and (min-width: 769px), print {
  #top .p-sec06-list__arrow {
    transform: translateX(-10px);
    transition: 0.3s ease;
  }
}
#top .p-sec06__btn {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #top .p-sec06__btn {
    margin-top: 25px;
    text-align: center;
  }
}
#top .p-sec07 {
  overflow: hidden;
  border-top: 1px solid #3388bb;
}
@media screen and (max-width: 1079px) {
  #top .p-sec07 {
    border-top-width: 0;
  }
}
#top .p-sec07-grid {
  display: grid;
  grid-template-columns: 242px calc(100% - 242px);
}
@media screen and (max-width: 1079px) {
  #top .p-sec07-grid {
    display: block;
  }
}
#top .p-sec07-grid__left {
  position: relative;
  padding-right: 40px;
}
@media screen and (max-width: 1079px) {
  #top .p-sec07-grid__left {
    margin: 0 -20px;
    padding: 40px 20px;
    background: #3388bb;
  }
}
#top .p-sec07-grid__left:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vh;
  background: #3388bb;
  content: "";
}
@media screen and (max-width: 1079px) {
  #top .p-sec07-grid__left:before {
    display: none;
  }
}
#top .p-sec07-grid__right {
  padding: 50px 0 70px 35px;
  background-color: #fff;
}
@media screen and (max-width: 1079px) {
  #top .p-sec07-grid__right {
    padding: 50px 0 90px;
  }
}
#top .p-sec07-people {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#top .p-sec07-people__title {
  padding: 4px;
  border: 2px dotted #fff;
  border-radius: 50%;
  text-align: center;
}
#top .p-sec07-people__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: white;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3333333333;
}
#top .p-sec07-people__text {
  margin-top: 20px;
  color: white;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-people__text {
    margin-top: 33px;
  }
}
#top .p-sec07__swiper {
  position: relative;
  width: 100%;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  #top .p-sec07__swiper {
    padding: 0 42px;
  }
}
#top .p-sec07__swiper .swiper-button-prev, #top .p-sec07__swiper .swiper-button-next {
  top: 0;
  height: 200px;
  margin: 0;
  background: #79abc9;
  color: white;
  font-size: 14px;
}
#top .p-sec07__swiper .swiper-button-prev:after, #top .p-sec07__swiper .swiper-button-next:after {
  content: none;
}
#top .p-sec07__swiper .swiper-button-prev {
  left: 0;
}
#top .p-sec07__swiper .swiper-button-next {
  right: 0;
}
#top .p-sec07__swiper .swiper-pagination {
  display: flex;
  position: static;
  justify-content: flex-end;
  margin: 20px 0 0;
  gap: 10px;
}
#top .p-sec07__swiper .swiper-pagination-bullet {
  width: 50px;
  height: 6px;
  margin: 0;
  border-radius: 0;
  background: #ededed;
  opacity: 1;
}
#top .p-sec07__swiper .swiper-pagination-bullet-active {
  background: #3388bb;
}
#top .p-sec07-card {
  display: block;
}
#top .p-sec07-card__image {
  position: relative;
  height: 200px;
  margin-bottom: 7px;
}
#top .p-sec07-card__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
#top .p-sec07-card__image .date {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: #fff;
  color: #3388bb;
}
#top .p-sec07-card__image .date .month {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 15px;
}
#top .p-sec07-card__image .date .num {
  font-weight: 600;
  font-size: 30px;
}
#top .p-sec07-card__pos {
  font-size: 16px;
  line-height: 1.7;
}
#top .p-sec07-card__title {
  margin: 7px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5555555556;
}
#top .p-sec07-card__name {
  font-size: 16px;
  line-height: 1.7;
}
#top .p-sec07__btn {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #top .p-sec07__btn {
    margin-top: 45px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec08 {
    height: 1025px;
    background: url(../images/top_bg_sp@2x.jpg) center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec08 .c-inner {
    width: calc(100% - 20px);
  }
}
#top .p-sec08__top {
  padding-top: 62px;
  padding-bottom: 200px;
  background: url(../images/top_bg1@2x.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top .p-sec08__top {
    padding-top: 198px;
    padding-bottom: 200px;
    background: none;
  }
}
#top .p-sec08__top .p-sec08__inner {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #top .p-sec08__top .p-sec08-card__icon img {
    width: 36px;
  }
}
@media screen and (min-width: 769px), print {
  #top .p-sec08__bottom {
    -webkit-mask-image: url("../images/top_mask.svg");
    -webkit-mask-repeat: repeat-x;
    -webkit-mask-position: top center;
    margin-top: -140px;
    padding-top: 135px;
    padding-bottom: 150px;
    background: url(../images/top_bg2@2x.jpg) top center no-repeat;
    background-size: cover;
            mask-image: url("../images/top_mask.svg");
            mask-position: top center;
            mask-repeat: repeat-x;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec08__bottom .p-sec08-card__icon img {
    width: 62px;
  }
}
#top .p-sec08-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 354px;
  height: 354px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  #top .p-sec08-card {
    width: 250px;
    height: 250px;
    padding: 0 20px;
  }
}
#top .p-sec08-card__icon {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-card__icon {
    margin-bottom: 11px;
  }
}
#top .p-sec08-card__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-card__title {
    font-size: 17px;
  }
}
#top .p-sec08-card__title strong {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-card__title strong {
    font-size: 21px;
  }
}
#top .p-sec08-card__title .blue {
  color: #2c82b5;
}
#top .p-sec08-card__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #2c82b5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-card__link {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
  }
}
#top .p-sec08-card__link .text {
  color: #2c82b5;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-card__link .text {
    font-size: 14px;
    line-height: 1.4;
  }
}
#top .p-sec08-card__link .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  border-radius: 50%;
  background: #2c82b5;
  color: white;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-card__link .arrow {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
}

#_department .p-sec01 {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  #_department .p-sec01 {
    margin: 30px 0 60px;
  }
}
#_department .p-sec01__text {
  font-size: 16px;
  line-height: 2;
}
#_department .p-sec01 .c-titB {
  margin: 90px 0 50px;
}
@media screen and (max-width: 768px) {
  #_department .p-sec01 .c-titB {
    margin: 60px 0 30px;
  }
}
#_department .p-sec01-theme {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1079px) {
  #_department .p-sec01-theme {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #_department .p-sec01-theme {
    grid-template-columns: 1fr;
  }
}
#_department .p-sec01-theme__item .title {
  padding: 8px 0;
  background: #0067b0;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
#_department .p-sec01-theme__item ul {
  padding: 20px;
  background: #ededed;
}
#_department .p-sec01-theme__item ul li {
  padding: 7px 0;
  border-radius: 50vh;
  background-color: #fff;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
}
#_department .p-sec01-theme__item ul li + li {
  margin-top: 10px;
}
#_department .p-sec02 {
  padding: 80px 0 100px;
  background: #ededed;
}
@media screen and (max-width: 768px) {
  #_department .p-sec02 {
    padding: 60px 0;
  }
}
#_department .p-sec02__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 50px -15px 0;
}
@media screen and (max-width: 768px) {
  #_department .p-sec02__list {
    display: block;
    margin: 30px 0 0;
  }
}
#_department .p-sec02__list li {
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  #_department .p-sec02__list li {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #_department .p-sec02__list li + li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dashed #2c82b5;
  }
}
@media screen and (min-width: 769px), print {
  #_department .p-sec02__list li:nth-child(2) {
    border-right: 2px dashed #2c82b5;
    border-left: 2px dashed #2c82b5;
  }
}
#_department .p-sec02__list li .icon {
  text-align: center;
}
#_department .p-sec02__list li .title {
  margin: 15px 0 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
#_department .p-sec02__list li .text {
  font-size: 16px;
  line-height: 2;
}
#_department .p-sec03 {
  padding: 88px 0 110px;
  background: rgba(31, 142, 228, 0.15);
}
@media screen and (max-width: 768px) {
  #_department .p-sec03 {
    padding: 60px 0;
  }
}
#_department .p-sec03 .c-titB {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #_department .p-sec03 .c-titB {
    margin-bottom: 30px;
  }
}
#_department .p-sec03__swiper .swiper {
  overflow: visible;
}
#_department .p-sec03__tabbtns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
  gap: 50px;
}
@media screen and (max-width: 1079px) {
  #_department .p-sec03__tabbtns {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #_department .p-sec03__tabbtns {
    gap: 0;
  }
}
#_department .p-sec03__tabbtns button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  background-color: #fff;
  color: #0067b0;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}
#_department .p-sec03__tabbtns button.is-active {
  background: #0067b0;
  color: white;
}
#_department .p-sec03__tabbtns button:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  #_department .p-sec03__tabbtns button:hover {
    background: #0067b0;
    color: white;
  }
}
#_department .p-sec03-tabcont .c-titC {
  margin-bottom: 16px;
}
#_department .p-sec03-tabcont__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 70px;
  gap: 50px;
}
@media screen and (max-width: 1079px) {
  #_department .p-sec03-tabcont__grid {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #_department .p-sec03-tabcont__grid {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
#_department .p-sec03-tabcont__grid .image {
  text-align: center;
}
#_department .p-sec03-tabcont__grid .textarea .text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
}
#_department .p-sec03-tabcont__bgw {
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #_department .p-sec03-tabcont__bgw {
    margin: 0 -20px;
    padding: 20px;
  }
}
#_department .p-sec03-tabcont__bgw .c-titE {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #_department .p-sec03-tabcont__bgw .c-titE {
    margin-bottom: 10px;
  }
}
#_department .p-sec03-tabcont__text {
  font-size: 16px;
  line-height: 2;
}
#_department .p-sec03-tabcont__grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  gap: 50px;
}
@media screen and (max-width: 1079px) {
  #_department .p-sec03-tabcont__grid2 {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #_department .p-sec03-tabcont__grid2 {
    grid-template-columns: 1fr;
  }
}
#_department .p-sec03-tabcont__grid2 .image {
  text-align: center;
}
#_department .p-sec03-tabcont__grid2 .title {
  margin: 13px 0 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #_department .p-sec03-tabcont__grid2 .title {
    font-size: 18px;
  }
}
#_department .p-sec03-tabcont__grid2 .text {
  font-size: 16px;
  line-height: 2;
}
#_department .p-sec03-tabcont__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 30px 0 70px;
  gap: 50px;
}
@media screen and (max-width: 1079px) {
  #_department .p-sec03-tabcont__btns {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #_department .p-sec03-tabcont__btns {
    grid-template-columns: 1fr;
    margin: 30px 0;
  }
}
#_department .p-sec03-tabcont__btns .c-btnB__text img {
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  #_department .p-sec03-tabcont__btns .c-btnB__text img {
    transform: translateY(2px);
  }
}
#_department .p-sec03-tabcont__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 50px 0 66px;
  gap: 20px 50px;
}
@media screen and (max-width: 1079px) {
  #_department .p-sec03-tabcont__list {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #_department .p-sec03-tabcont__list {
    grid-template-columns: 1fr;
    margin: 20px 0 30px;
  }
}
#_department .p-sec03-tabcont__list li {
  padding-bottom: 12px;
  border-bottom: 1px solid #333333;
  font-size: 16px;
  line-height: 1.75;
}
#_department .p-sec03-tabcont__btn {
  width: 50%;
  margin-left: auto;
  padding-left: 25px;
}
@media screen and (max-width: 1079px) {
  #_department .p-sec03-tabcont__btn {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #_department .p-sec03-tabcont__btn {
    width: 100%;
    padding-left: 0;
  }
}
#_department .p-sec03-table {
  display: grid;
  grid-template-columns: 68fr auto 25fr;
  margin-top: 20px;
  margin-bottom: 120px;
  gap: 9px;
}
@media screen and (max-width: 1079px) {
  #_department .p-sec03-table {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #_department .p-sec03-table {
    margin-bottom: 60px;
  }
}
#_department .p-sec03-table__left {
  position: relative;
  padding: 20px;
  border: 2px solid #0067b0;
}
#_department .p-sec03-table__left .float {
  display: flex;
  position: absolute;
  right: 18%;
  bottom: -10%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 157px;
  height: 157px;
  padding-left: 5px;
  border: 6px solid #3d9ee4;
  border-radius: 50%;
  background: #0067b0;
}
@media screen and (max-width: 768px) {
  #_department .p-sec03-table__left .float {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 100vh;
  }
}
#_department .p-sec03-table__left .float li {
  display: flex;
  color: white;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
}
#_department .p-sec03-table__left .float li + li {
  margin-top: 6px;
}
#_department .p-sec03-table__left .float li:before {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: #fff;
  content: "";
}
#_department .p-sec03-table__left .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1079px) {
  #_department .p-sec03-table__left .list {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #_department .p-sec03-table__left .list {
    grid-template-columns: 1fr;
  }
}
#_department .p-sec03-table__left .list .title {
  padding: 10px 0;
  background: #0067b0;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
#_department .p-sec03-table__left .list .text {
  margin: 9px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 769px), print {
  #_department .p-sec03-table__left .list .text {
    min-height: 7.5em;
  }
}
#_department .p-sec03-table__left .list ul {
  padding: 15px 20px;
  background: #ededed;
}
@media screen and (min-width: 769px), print {
  #_department .p-sec03-table__left .list ul {
    min-height: 170px;
  }
}
#_department .p-sec03-table__left .list ul li {
  display: flex;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#_department .p-sec03-table__left .list ul li + li {
  margin-top: 6px;
}
#_department .p-sec03-table__left .list ul li:before {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin-top: 5px;
  margin-right: 10px;
  border-radius: 50%;
  background: #0067b0;
  content: "";
}
#_department .p-sec03-table__arrow {
  width: 0;
  height: 0;
  margin: auto 0;
  border-width: 33.5px 0 33.5px 28px;
  border-style: solid;
  border-color: transparent transparent transparent #e4a111;
}
@media screen and (max-width: 1079px) {
  #_department .p-sec03-table__arrow {
    margin: 0 auto;
    border-width: 28px 33.5px 0 33.5px;
    border-color: #e4a111 transparent transparent transparent;
  }
}
#_department .p-sec03-table__right {
  padding: 25px 20px 10px;
  background: #0067b0;
  color: white;
}
@media screen and (max-width: 768px) {
  #_department .p-sec03-table__right {
    padding: 20px;
  }
}
#_department .p-sec03-table__right .title {
  margin-bottom: 15px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #_department .p-sec03-table__right .title {
    font-size: 18px;
  }
}
#_department .p-sec03-table__right .text {
  font-size: 16px;
  line-height: 1.75;
}
#_department .p-sec04 {
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  #_department .p-sec04 {
    padding: 60px 0;
  }
}
#_department .p-sec04 .c-titB {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #_department .p-sec04 .c-titB {
    margin-bottom: 30px;
  }
}
#_department .p-sec04__swiper {
  position: relative;
}
#_department .p-sec04__swiper .swiper-button-prev, #_department .p-sec04__swiper .swiper-button-next {
  top: 32%;
  bottom: auto;
  width: auto;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}
#_department .p-sec04__swiper .swiper-button-prev:after, #_department .p-sec04__swiper .swiper-button-next:after {
  display: none;
}
#_department .p-sec04__swiper .swiper-button-prev img, #_department .p-sec04__swiper .swiper-button-next img {
  width: 40px;
}
#_department .p-sec04__swiper .swiper-button-prev {
  left: -20px;
}
#_department .p-sec04__swiper .swiper-button-next {
  right: -20px;
}
#_department .p-sec04__swiper .swiper-pagination {
  display: flex;
  position: static;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #_department .p-sec04__swiper .swiper-pagination {
    display: none;
  }
}
#_department .p-sec04__swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0;
  background: #a8a4a4;
  opacity: 1;
}
#_department .p-sec04__swiper .swiper-pagination-bullet-active {
  background-color: #0067b0;
}
#_department .p-sec04-slide__link {
  display: block;
}
#_department .p-sec04-slide__image img {
  width: 100%;
}
#_department .p-sec04-slide__name {
  margin: 10px 0 8px;
  font-size: 22px;
}
#_department .p-sec04-slide__kana {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}
#_department .p-sec04-slide__desc {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
#_department .p-sec04-pickup {
  margin-top: 80px;
  margin-bottom: 120px;
  padding: 50px;
  background: #ededed;
}
@media screen and (max-width: 768px) {
  #_department .p-sec04-pickup {
    margin: 60px 0;
    padding: 20px;
  }
}
#_department .p-sec04-pickup__title {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
#_department .p-sec04-pickup__title span {
  flex-shrink: 0;
  margin-right: 15px;
  color: #0067b0;
  font-size: 30px;
}
#_department .p-sec04-pickup__title:after {
  width: 100%;
  height: 1px;
  background: #707070;
  content: "";
}
#_department .p-sec04-pickup__grid {
  display: grid;
  grid-template-columns: 403fr 502fr;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  #_department .p-sec04-pickup__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#_department .p-sec04-pickup__grid .image {
  text-align: center;
}
#_department .p-sec04-pickup__grid .textarea .title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #_department .p-sec04-pickup__grid .textarea .title {
    font-size: 18px;
  }
}
#_department .p-sec04-pickup__grid .textarea .text {
  font-size: 16px;
  line-height: 2;
}
#_department .p-sec05 {
  margin-top: 40px;
  padding-bottom: 120px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  #_department .p-sec05 {
    padding-bottom: 60px;
  }
}
#_department .p-sec05-about {
  margin-top: 47px;
  margin-bottom: 36px;
  padding-bottom: 60px;
  border-bottom: 1px dashed #707070;
}
@media screen and (max-width: 768px) {
  #_department .p-sec05-about {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom-width: 0;
  }
}
#_department .p-sec05-about__block {
  display: grid;
  grid-template-columns: 188px 1fr;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #_department .p-sec05-about__block {
    grid-template-columns: 1fr;
  }
}
#_department .p-sec05-about__block + .p-sec05-about__block {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #_department .p-sec05-about__block + .p-sec05-about__block {
    margin-top: 30px;
  }
}
#_department .p-sec05-about__title {
  padding: 25px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #_department .p-sec05-about__title {
    padding: 15px;
  }
}
#_department .p-sec05-about__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 137px;
  background: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #_department .p-sec05-about__title span {
    width: 100%;
    height: 100px;
  }
}
#_department .p-sec05-about__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 43px;
}
@media screen and (max-width: 1079px) {
  #_department .p-sec05-about__list {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #_department .p-sec05-about__list {
    grid-template-columns: 1fr;
  }
}
#_department .p-sec05-about__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 11px;
  border-bottom: 1px solid #333333;
}
#_department .p-sec05-about__list li a .text {
  margin-right: 10px;
  font-size: 15px;
  line-height: 1.6;
}
#_department .p-sec05-about__list li a .arrow {
  transform: translateX(-10px);
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px), print {
  #_department .p-sec05-about__list li a:hover .arrow {
    transform: translateX(0);
  }
}
#_department .p-sec05__special {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  gap: 30px;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  #_department .p-sec05__special {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #_department .p-sec05__special {
    grid-template-columns: 1fr;
  }
}

#_faculty .p-sec01 {
  margin: 95px 0 120px;
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec01 {
    margin: 60px 0;
  }
}
#_faculty .p-sec01__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec01__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#_faculty .p-sec01__grid .text {
  font-size: 16px;
  line-height: 2;
}
#_faculty .p-sec01__grid .btn {
  margin-top: 60px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec01__grid .btn {
    margin-top: 30px;
  }
}
#_faculty .p-sec01-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 130px;
  padding-top: 80px;
  gap: 44px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 1079px) {
  #_faculty .p-sec01-list {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #_faculty .p-sec01-list {
    grid-template-columns: 1fr;
    margin-top: 60px;
    padding-top: 60px;
    gap: 30px;
  }
}
#_faculty .p-sec01-list__item .text {
  margin-top: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5555555556;
}
#_faculty .p-sec02 {
  padding: 80px 0 110px;
  background: #ededed;
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec02 {
    padding: 60px 0;
  }
}
#_faculty .p-sec02__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  gap: 40px;
}
@media screen and (max-width: 1079px) {
  #_faculty .p-sec02__list {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #_faculty .p-sec02__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 30px;
  }
}
#_faculty .p-sec02__list .title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5555555556;
}
#_faculty .p-sec02__list .text {
  font-size: 16px;
  line-height: 2;
}
#_faculty .p-sec03 {
  padding: 80px 0 120px;
  background: #ddeefb;
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec03 {
    padding: 60px 0;
  }
}
#_faculty .p-sec03__swiper {
  margin: 50px 0 40px;
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec03__swiper {
    margin: 30px 0;
  }
}
#_faculty .p-sec03__swiper .swiper-button-prev, #_faculty .p-sec03__swiper .swiper-button-next {
  width: auto;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec03__swiper .swiper-button-prev, #_faculty .p-sec03__swiper .swiper-button-next {
    top: 20%;
    bottom: auto;
  }
}
#_faculty .p-sec03__swiper .swiper-button-prev:after, #_faculty .p-sec03__swiper .swiper-button-next:after {
  display: none;
}
#_faculty .p-sec03__swiper .swiper-button-prev img, #_faculty .p-sec03__swiper .swiper-button-next img {
  width: 40px;
}
#_faculty .p-sec03__swiper .swiper-button-prev {
  left: 20px;
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec03__swiper .swiper-button-prev {
    left: 10px;
  }
}
#_faculty .p-sec03__swiper .swiper-button-next {
  right: 20px;
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec03__swiper .swiper-button-next {
    right: 10px;
  }
}
#_faculty .p-sec03__swiper .swiper-pagination {
  display: flex;
  position: static;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec03__swiper .swiper-pagination {
    display: none;
  }
}
#_faculty .p-sec03__swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0;
  background: #a8a4a4;
  opacity: 1;
}
#_faculty .p-sec03__swiper .swiper-pagination-bullet-active {
  background-color: #0067b0;
}
#_faculty .p-sec03-slide__image {
  position: relative;
}
#_faculty .p-sec03-slide__textarea {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 20px 40px 50px;
  background: rgba(0, 103, 176, 0.85);
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec03-slide__textarea {
    display: block;
    position: static;
    padding: 20px;
  }
}
#_faculty .p-sec03-slide__textarea .left {
  flex-shrink: 0;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec03-slide__textarea .left {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#_faculty .p-sec03-slide__textarea .left .loc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 5px 20px;
  border: 1px solid #707070;
  background-color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec03-slide__textarea .left .loc {
    margin-bottom: 10px;
  }
}
#_faculty .p-sec03-slide__textarea .left .name {
  color: white;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec03-slide__textarea .left .name {
    font-size: 18px;
  }
}
#_faculty .p-sec03-slide__textarea .right {
  width: 100%;
}
#_faculty .p-sec03-slide__textarea .right .desc {
  color: white;
  font-size: 16px;
  line-height: 2;
}
#_faculty .p-sec03-slide__textarea .right .btn {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec03-slide__textarea .right .btn {
    margin-top: 10px;
  }
}
#_faculty .p-sec03__thumb {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec03__thumb {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#_faculty .p-sec03__thumb button {
  position: relative;
}
#_faculty .p-sec03__thumb button .bg,
#_faculty .p-sec03__thumb button .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s ease;
}
#_faculty .p-sec03__thumb button .bg {
  background: rgba(77, 77, 77, 0.85);
  mix-blend-mode: multiply;
}
#_faculty .p-sec03__thumb button .over {
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #_faculty .p-sec03__thumb button .over {
    font-size: 12px;
  }
}
#_faculty .p-sec03__thumb button:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  #_faculty .p-sec03__thumb button:hover .bg,
#_faculty .p-sec03__thumb button:hover .over {
    opacity: 0;
  }
}
#_faculty .p-sec03__thumb button.is-active .bg,
#_faculty .p-sec03__thumb button.is-active .over {
  opacity: 0;
}

#careerSupport .p-mv {
  background-color: var(--color-bgAqua);
}
#careerSupport .p-mv__image {
  z-index: 1;
  position: relative;
  height: 300px;
}
#careerSupport .p-mv__image img {
  -o-object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
     object-fit: cover;
}
#careerSupport .p-mv__text p {
  color: #303030;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
}
#careerSupport .p-mv__content {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 769px), print {
  #careerSupport .p-mv__image {
    height: 440px;
  }
  #careerSupport .p-mv__content {
    display: flex;
    padding: 0 0 50px 7px;
  }
  #careerSupport .p-mv__graph {
    flex: 0 0 300px;
    width: 300px;
    margin-top: -150px;
  }
  #careerSupport .p-mv__text {
    padding: 47.5px 0 0px 33.5px;
  }
  #careerSupport .p-mv__text p {
    font-size: 20px;
    line-height: 2;
  }
}
@media screen and (min-width: 1080px), print {
  #careerSupport .p-mv__graph {
    flex: 0 0 416px;
    width: 416px;
    margin-top: -206px;
  }
}
@media screen and (max-width: 768px) {
  #careerSupport .p-mv {
    margin-top: 65px;
    padding-bottom: 39px;
  }
  #careerSupport .p-mv__graph {
    width: 243px;
    margin: -120px auto 0;
  }
  #careerSupport .p-mv__text {
    margin: 28px 0 0;
  }
}
#careerSupport .p-sec1 {
  margin: 76px 0 0;
}
#careerSupport .p-sec1__container {
  padding: 37px 19px 52px;
  background-color: var(--color-bgAqua);
}
#careerSupport .p-sec1__graphs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  margin: 16px 0 0;
  gap: 0 15px;
}
#careerSupport .p-sec1__columnin {
  max-width: 315px;
  margin: 0 auto;
}
#careerSupport .p-sec1__graph {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: linear-gradient(#87dafc 0%, #186bbf 100%);
}
#careerSupport .p-sec1__graph:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: conic-gradient(rgba(207, 237, 245, 0) 0deg calc(var(--percent) * 360deg), #cfedf5 calc(var(--percent) * 360deg) 360deg);
  content: "";
}
#careerSupport .p-sec1__graph-in {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 14px;
  left: 14px;
  align-items: center;
  justify-content: center;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  border-radius: 50%;
  background-color: var(--color-bgAqua);
  color: var(--color-secondary);
  font-family: "Barlow", sans-serif;
}
#careerSupport .p-sec1__graph-in span {
  font-weight: 700;
  font-size: 24px;
}
#careerSupport .p-sec1__graph-in b {
  font-weight: 600;
  font-size: 40px;
}
#careerSupport .p-sec1__title {
  color: var(--color-secondary);
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
#careerSupport .p-sec1__caption {
  margin: 17px 0 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
#careerSupport .p-sec1__textbox {
  max-width: 980px;
  margin: 24px auto 0;
}
@media screen and (min-width: 769px), print {
  #careerSupport .p-sec1 {
    margin: 80px 0 0;
  }
  #careerSupport .p-sec1__container {
    padding: 50px 12px 67px;
  }
  #careerSupport .p-sec1__textbox {
    margin: 37px auto 0;
  }
  #careerSupport .p-sec1__graphs {
    margin: 44px auto 0;
  }
  #careerSupport .p-sec1__graph-in {
    top: 32px;
    left: 32px;
    width: calc(100% - 64px);
    height: calc(100% - 64px);
  }
  #careerSupport .p-sec1__graph-in span {
    font-size: 52px;
  }
  #careerSupport .p-sec1__graph-in b {
    font-size: 88px;
  }
  #careerSupport .p-sec1__title {
    font-size: 45px;
  }
  #careerSupport .p-sec1__caption {
    margin: 25px 0 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #careerSupport .p-sec1__textbox .c-textLetter {
    line-height: 2;
  }
}
#careerSupport .p-sec2 {
  margin: 70px 0 0;
}
#careerSupport .p-sec2__block + .p-sec2__block {
  margin: 63px 0 0;
}
#careerSupport .p-sec2__text {
  padding: 16px 0 0;
}
#careerSupport .p-sec2__buttons {
  margin: 26px 0 0;
}
@media screen and (min-width: 769px), print {
  #careerSupport .p-sec2 {
    margin: 83.5px 0 0;
  }
  #careerSupport .p-sec2__block + .p-sec2__block {
    margin: 83px 0 0;
  }
  #careerSupport .p-sec2__text {
    padding: 15px 0 0;
  }
  #careerSupport .p-sec2__buttons {
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #careerSupport .p-sec2__buttons.c-grid--column2 {
    gap: 15px 0;
  }
  #careerSupport .p-sec2__text.c-textLetter {
    line-height: 2;
  }
}
#careerSupport .p-arrow {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 236px;
  height: 33px;
  margin: 50px auto 81px;
  background: linear-gradient(0deg, #87dafc 0%, #186bbf 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (min-width: 769px), print {
  #careerSupport .p-arrow {
    width: 322px;
    height: 45px;
    margin: 80px auto 70px;
  }
}
#careerSupport .p-voice--t1 .p-voice__title {
  color: var(--color-secondary);
}
#careerSupport .p-voice--t1 .p-voice__title::before, #careerSupport .p-voice--t1 .p-voice__title::after {
  background-color: var(--color-secondary);
}
#careerSupport .p-voice--t1 .p-voiceBoard {
  background-color: var(--color-bgAqua);
}
#careerSupport .p-voice--t1 .p-voiceBoard__header-number {
  color: var(--color-secondary);
}
#careerSupport .p-voice--t1 .p-voiceBoard__reason-label span {
  background-color: #1EA0EE;
}
#careerSupport .p-voice--t1 .p-voiceBoard__ranking-button {
  background-color: var(--color-secondary);
}
#careerSupport .p-voice--t1 .p-voiceBoard__ranking-button i {
  color: var(--color-secondary);
}
#careerSupport .p-voice--t2 .p-voice__title {
  color: var(--color-thirdly);
}
#careerSupport .p-voice--t2 .p-voice__title::before, #careerSupport .p-voice--t2 .p-voice__title::after {
  background-color: var(--color-thirdly);
}
#careerSupport .p-voice--t2 .p-voiceBoard {
  background-color: var(--color-bgMauve);
}
#careerSupport .p-voice--t2 .p-voiceBoard__header-number {
  color: var(--color-thirdly);
}
#careerSupport .p-voice--t2 .p-voiceBoard__reason-label span {
  background-color: #4B4B8E;
}
#careerSupport .p-voice--t2 .p-voiceBoard__ranking-button {
  background-color: var(--color-thirdly);
}
#careerSupport .p-voice--t2 .p-voiceBoard__ranking-button i {
  color: var(--color-thirdly);
}
#careerSupport .p-voice + .p-voice {
  margin-top: 66px;
}
#careerSupport .p-voice__title {
  display: flex;
  justify-content: center;
  margin: 0 0 35px;
  gap: 0 29px;
}
#careerSupport .p-voice__title span {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1666666667;
  text-align: center;
}
#careerSupport .p-voice__title::before, #careerSupport .p-voice__title::after {
  align-self: flex-end;
  width: 5px;
  height: 65px;
  content: "";
}
#careerSupport .p-voice__title::before {
  transform: rotate(-33deg);
}
#careerSupport .p-voice__title::after {
  transform: rotate(33deg);
}
@media screen and (min-width: 769px), print {
  #careerSupport .p-voice + .p-voice {
    margin-top: 98px;
  }
  #careerSupport .p-voice__title {
    margin: 0 0 30px;
    gap: 0 30px;
  }
  #careerSupport .p-voice__title span {
    font-size: 42px;
  }
  #careerSupport .p-voice__title::before {
    transform: rotate(-33deg) translateY(-3px);
  }
  #careerSupport .p-voice__title::after {
    transform: rotate(33deg) translateY(-3px);
  }
  #careerSupport .p-voice__board {
    padding: 50px;
  }
}
#careerSupport .p-voiceBoard {
  padding: 18px 15px 35px;
}
#careerSupport .p-voiceBoard + .p-voiceBoard {
  margin-top: 30px;
}
#careerSupport .p-voiceBoard__header-title span {
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3333333333;
}
#careerSupport .p-voiceBoard__header-title small {
  display: block;
  margin: 9px 0 0;
  font-weight: bold;
  font-size: 22px;
}
#careerSupport .p-voiceBoard__header-ranking {
  display: flex;
  justify-content: center;
  gap: 0 35px;
}
#careerSupport .p-voiceBoard__header-illust {
  flex: 1 1 auto;
  max-width: 116px;
}
#careerSupport .p-voiceBoard__header-number {
  display: flex;
  flex: 0 0 auto;
  align-items: baseline;
  justify-content: center;
  gap: 0 2px;
}
#careerSupport .p-voiceBoard__header-number span {
  font-weight: bold;
  font-size: 39px;
}
#careerSupport .p-voiceBoard__header-number b {
  font-weight: bold;
  font-weight: 600;
  font-size: 150px;
  font-family: "Barlow";
}
#careerSupport .p-voiceBoard__header-number b.consended {
  font-size: 130px;
  font-family: "Barlow Condensed";
}
#careerSupport .p-voiceBoard__header-notes {
  margin-top: 1em;
}
#careerSupport .p-voiceBoard__reason {
  position: relative;
  margin: 60px 0 0;
  padding: 45px 0 19px;
  border-radius: 5px;
  background-color: #fff;
}
#careerSupport .p-voiceBoard__reason-label {
  display: flex;
  position: absolute;
  top: -22.5px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#careerSupport .p-voiceBoard__reason-label span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 12px;
  border-radius: 26px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
#careerSupport .p-voiceBoard__reason-content h3 {
  margin: 0 0 11px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
#careerSupport .p-voiceBoard__reason-content p {
  font-size: 16px;
  line-height: 1.5;
}
#careerSupport .p-voiceBoard__ranking {
  margin: 40px 0 0;
}
#careerSupport .p-voiceBoard__ranking-in {
  padding: 13px 20px;
  background-color: #fff;
}
#careerSupport .p-voiceBoard__ranking-button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  border-radius: 5px;
}
#careerSupport .p-voiceBoard__ranking-button span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
#careerSupport .p-voiceBoard__ranking-button i {
  display: flex;
  position: absolute;
  right: 15px;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  font-style: normal;
  font-size: 10px;
  transition: 0.3s transform ease-in-out;
}
#careerSupport .p-voiceBoard__ranking-button.is-active i {
  transform: rotateX(180deg);
}
#careerSupport .p-voiceBoard__ranking-content {
  display: none;
}
#careerSupport .p-voiceBoard__ranking-footer {
  margin-top: 13px;
  line-height: 1.5;
}
#careerSupport .p-voiceBoard__table {
  width: 100%;
  font-size: 16px;
}
#careerSupport .p-voiceBoard__table tr.row-kait th, #careerSupport .p-voiceBoard__table tr.row-kait td {
  background-color: #F6FF01;
}
#careerSupport .p-voiceBoard__table th, #careerSupport .p-voiceBoard__table td {
  padding: 10px 3px 11px;
  font-weight: normal;
  text-align: center;
}
#careerSupport .p-voiceBoard__table thead {
  background-color: #444;
  color: #fff;
}
#careerSupport .p-voiceBoard__table thead td {
  border-left: 1px solid #fff;
}
#careerSupport .p-voiceBoard__table tbody th, #careerSupport .p-voiceBoard__table tbody td {
  border: 1px solid #707070;
}
@media screen and (min-width: 769px), print {
  #careerSupport .p-voiceBoard {
    padding: 53px 50px 79px;
  }
  #careerSupport .p-voiceBoard + .p-voiceBoard {
    margin-top: 59px;
  }
  #careerSupport .p-voiceBoard__header-ranking {
    margin: 43px 0 0 6px;
  }
  #careerSupport .p-voiceBoard__header-number {
    line-height: 0.74;
  }
  #careerSupport .p-voiceBoard__header-number span {
    transform: translate(0, -8px);
    font-size: 45px;
  }
  #careerSupport .p-voiceBoard__header-number b {
    font-size: 150px;
  }
  #careerSupport .p-voiceBoard__header-number b.consended {
    font-size: 150px;
  }
  #careerSupport .p-voiceBoard__reason {
    padding: 56px 28px 26px;
  }
  #careerSupport .p-voiceBoard__reason-label {
    top: -26px;
  }
  #careerSupport .p-voiceBoard__reason-label span {
    height: 52px;
    padding: 0 43px;
    font-size: 24px;
  }
  #careerSupport .p-voiceBoard__reason-content h3 {
    margin: 0 0 13px;
  }
  #careerSupport .p-voiceBoard__ranking {
    grid-column: span 2;
    margin: 62px 0 0;
  }
  #careerSupport .p-voiceBoard__ranking-in {
    padding: 25px 15px 34px;
  }
  #careerSupport .p-voiceBoard__ranking-button span {
    font-size: 20px;
  }
  #careerSupport .p-voiceBoard__ranking-button i {
    right: 20px;
  }
  #careerSupport .p-voiceBoard__ranking-footer {
    margin: 19px 0 0;
    text-align: right;
  }
  #careerSupport .p-voiceBoard__table th {
    width: 40px;
  }
  #careerSupport .p-voiceBoard__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (min-width: 1080px), print {
  #careerSupport .p-voiceBoard {
    display: grid;
    grid-template-columns: 0.42fr 0.58fr;
    gap: 0 10px;
  }
  #careerSupport .p-voiceBoard__header-ranking {
    justify-content: flex-start;
    gap: 0 10px;
  }
  #careerSupport .p-voiceBoard__header-number {
    flex: 1 1 auto;
  }
  #careerSupport .p-voiceBoard__reason {
    margin: 20px 0 0;
  }
  #careerSupport .p-voiceBoard__ramking-in {
    padding: 25px 30px 34px;
  }
  #careerSupport .p-voiceBoard__table th {
    width: 80px;
  }
  #careerSupport .p-voiceBoard__row {
    gap: 30px;
  }
}
@media screen and (max-width: 1079px) {
  #careerSupport .p-voiceBoard__header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #careerSupport .p-voiceBoard__header-ranking {
    align-items: flex-end;
  }
  #careerSupport .p-voiceBoard__reason-image {
    width: 200px;
    margin: 0 auto;
  }
  #careerSupport .p-voiceBoard__reason-content {
    padding: 0 16px;
  }
  #careerSupport .p-voiceBoard__column + .p-voiceBoard__column {
    margin-top: 30px;
  }
}
#careerSupport .p-sec4 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 390px;
  margin-top: 70px;
  padding: 75px 20px 0;
  background: url(../images/career-support/bg-career.jpg) no-repeat center center/cover;
}
#careerSupport .p-sec4__board {
  flex: 1 1 auto;
  max-width: 635px;
  padding: 39px 0 44px;
  background-color: #fff;
}
#careerSupport .p-sec4__title {
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2727272727;
  text-align: center;
}
#careerSupport .p-sec4__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 47px;
  margin: 0 auto;
  border-radius: 25px;
  background-color: var(--color-secondary);
}
#careerSupport .p-sec4__button span {
  color: #ffff;
  font-weight: bold;
  font-size: 18px;
}
#careerSupport .p-sec4__button span:after {
  content: "\f08e";
  font-size: 0.55em;
  font-family: FontAwesome;
  vertical-align: super;
}
@media screen and (min-width: 769px), print {
  #careerSupport .p-sec4 {
    height: 324px;
    margin-top: 126px;
    padding: 74px 20px 0;
  }
  #careerSupport .p-sec4__title {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.4615384615;
  }
  #careerSupport .p-sec4__board {
    padding: 30px 0 28px;
  }
  #careerSupport .p-sec4__button {
    width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #campuslifeSupport .p-license .c-grid.c-grid--column2 {
    gap: 11px 0;
  }
}

#department .p-sec01 {
  margin: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  #department .p-sec01 {
    margin: 30px 0 50px;
  }
}
#department .p-sec01__title {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.3714285714;
}
@media screen and (max-width: 768px) {
  #department .p-sec01__title {
    font-size: 20px;
  }
}
#department .p-sec01__text {
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #department .p-sec01__text {
    margin-bottom: 30px;
  }
}
#department .p-sec01__keywords {
  padding: 20px 30px 45px;
  background: #ededed;
}
@media screen and (max-width: 768px) {
  #department .p-sec01__keywords {
    padding: 20px 15px;
  }
}
#department .p-sec01__keywords-title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #department .p-sec01__keywords-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
#department .p-sec01__keywords-list {
  display: grid;
  grid-template-columns: 1fr;
  padding: 25px 12px;
  gap: 3px;
  border-left: 6px solid var(--color-faculty);
  background-color: #fff;
}
@media screen and (min-width: 769px), print {
  #department .p-sec01__keywords-list {
    grid-template-rows: repeat(var(--row), 1fr);
    grid-template-columns: repeat(var(--column), 1fr);
    grid-auto-flow: column;
    padding: 32px 27px;
    gap: 0 5px;
  }
}
#department .p-sec02 {
  padding: 65px 0 100px;
  overflow: hidden;
  background: linear-gradient(160deg, var(--color-faculty-gradation));
}
@media screen and (max-width: 768px) {
  #department .p-sec02 {
    padding: 30px 0 50px;
  }
}
#department .p-sec02__titlearea {
  position: relative;
}
#department .p-sec02__titlearea .c-titL {
  position: absolute;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  #department .p-sec02__titlearea .c-titL {
    left: -10px;
  }
}
#department .p-sec02__list {
  margin-left: 150px;
}
@media screen and (max-width: 768px) {
  #department .p-sec02__list {
    margin-left: 50px;
  }
}
#department .p-sec02__list li {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #department .p-sec02__list li {
    display: block;
  }
}
#department .p-sec02__list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #department .p-sec02__list li + li {
    margin-top: 20px;
  }
}
#department .p-sec02__list li .left {
  width: 520px;
  padding: 30px 60px 40px 40px;
}
@media screen and (max-width: 1079px) {
  #department .p-sec02__list li .left {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #department .p-sec02__list li .left {
    width: 100%;
    padding: 20px 15px;
  }
}
#department .p-sec02__list li .left .title {
  display: flex;
  align-items: center;
  color: var(--color-faculty);
}
#department .p-sec02__list li .left .title .num {
  flex-shrink: 0;
  margin-right: 26px;
  font-weight: 300;
  font-size: 55px;
}
@media screen and (max-width: 768px) {
  #department .p-sec02__list li .left .title .num {
    margin-right: 10px;
    font-size: 26px;
  }
}
#department .p-sec02__list li .left .title .text {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.24;
}
@media screen and (max-width: 768px) {
  #department .p-sec02__list li .left .title .text {
    font-size: 18px;
  }
}
#department .p-sec02__list li .left .desc {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #department .p-sec02__list li .left .desc {
    margin-top: 10px;
  }
}
#department .p-sec02__list li .right {
  width: 405px;
}
@media screen and (max-width: 768px) {
  #department .p-sec02__list li .right {
    width: 100%;
  }
}
#department .p-sec02__list li .right img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
#department .p-image {
  height: 326px;
}
@media screen and (max-width: 768px) {
  #department .p-image {
    height: 200px;
  }
}
#department .p-image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
#department .p-sec03 {
  padding: 60px 0 100px;
  background-color: var(--color-faculty-light);
}
#department .p-sec03 .c-heading1--faculty {
  font-weight: 500;
}
#department .p-sec03 .c-heading7--faculty {
  margin-bottom: 20px;
}
#department .p-sec03 .c-heading7--faculty.mb0 {
  margin-bottom: 0;
}
#department .p-sec03 .c-heading8--faculty {
  margin-bottom: 30px;
  font-weight: 500;
}
#department .p-sec03 .c-heading8--faculty.mb0 {
  margin-bottom: 0;
}
#department .p-sec03 .c-heading4--faculty {
  margin: 0 0 27px;
}
#department .p-sec03 .c-heading4--faculty.mb0 {
  margin-bottom: 0;
}
#department .p-sec03__field {
  margin-top: 20px;
}
#department .p-sec03__board, #department .p-sec03__board2 {
  padding: 40px 20px 60px;
  background-color: #fff;
}
#department .p-sec03__board .c-anchors, #department .p-sec03__board2 .c-anchors {
  margin-bottom: 50px;
}
#department .p-sec03__board + .p-sec03__board, #department .p-sec03__board2 + .p-sec03__board {
  margin-top: 50px;
}
#department .p-sec03__board-nogutter, #department .p-sec03__board2-nogutter {
  margin-right: -20px;
  margin-left: -20px;
}
#department .p-sec03__block + .p-sec03__block {
  margin-top: 60px;
}
@media screen and (min-width: 769px), print {
  #department .p-sec03 {
    padding: 90px 0 152px;
  }
  #department .p-sec03__board {
    padding: 70px 40px 127px;
  }
  #department .p-sec03__board .c-anchors {
    margin-bottom: 130px;
  }
  #department .p-sec03__board + .p-sec03__board {
    margin-top: 70px;
  }
  #department .p-sec03__board-nogutter {
    margin-right: -40px;
    margin-left: -40px;
  }
  #department .p-sec03__board2 {
    padding: 50px 40px 127px;
  }
  #department .p-sec03__block + .p-sec03__block {
    margin-top: 90px;
  }
  #department .p-sec03__field {
    margin-top: 40px;
  }
  #department .p-sec03__field .c-table1 th {
    padding: 1.25em 0.2em;
    text-align: center;
  }
}
#department .p-sec04 {
  padding-top: 32px;
}
#department .p-sec04 .c-heading1--faculty {
  font-weight: 400;
}
#department .p-sec04__list {
  display: grid;
  margin-top: 25px;
  gap: 20px 0;
}
#department .p-sec04__list li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-text);
  font-size: 16px;
  line-height: 1.75;
}
#department .p-sec04__link {
  max-width: 320px;
}
#department .p-sec04__link, #department .p-sec04__link--full {
  margin: 32px 0 0;
}
@media screen and (min-width: 769px), print {
  #department .p-sec04 {
    padding-top: 44px;
  }
  #department .p-sec04__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 45px;
    gap: 20px 40px;
  }
  #department .p-sec04__list li {
    line-height: 2;
  }
  #department .p-sec04__link {
    max-width: 470px;
  }
  #department .p-sec04__link, #department .p-sec04__link--full {
    margin: 47px 0 0 0px;
  }
}
#department .p-sec05 {
  padding: 70px 0 0;
}
#department .p-sec05 .c-heading1--faculty {
  margin-bottom: 30px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #department .p-sec05 .c-heading1--faculty {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #department .p-sec05 {
    padding: 40px 0 0;
  }
}
#department .p-sec05__swiper {
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #department .p-sec05__swiper {
    padding: 0 30px;
  }
}
#department .p-sec05__swiper .swiper-button-prev, #department .p-sec05__swiper .swiper-button-next {
  display: flex;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  width: auto;
  width: 35px;
  height: auto;
  height: 35px;
  margin: 0;
  margin: auto 0;
  border-radius: 50%;
  background: var(--color-faculty);
  color: white;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #department .p-sec05__swiper .swiper-button-prev, #department .p-sec05__swiper .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
#department .p-sec05__swiper .swiper-button-prev:after, #department .p-sec05__swiper .swiper-button-next:after {
  display: none;
}
#department .p-sec05__swiper .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 768px) {
  #department .p-sec05__swiper .swiper-button-prev {
    left: -10px;
  }
}
#department .p-sec05__swiper .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  #department .p-sec05__swiper .swiper-button-next {
    right: -10px;
  }
}
#department .p-sec05__swiper .swiper-pagination {
  display: flex;
  position: static;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #department .p-sec05__swiper .swiper-pagination {
    display: none;
  }
}
#department .p-sec05__swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0;
  background: #a8a4a4;
  opacity: 1;
}
#department .p-sec05__swiper .swiper-pagination-bullet-active {
  background-color: var(--color-faculty);
}
#department .p-sec05-slide__link {
  display: block;
}
#department .p-sec05-slide__image {
  height: 180px;
}
@media screen and (max-width: 768px) {
  #department .p-sec05-slide__image {
    height: auto;
  }
}
#department .p-sec05-slide__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
#department .p-sec05-slide .textarea {
  padding: 10px;
  background: var(--color-faculty-light);
}
#department .p-sec05-slide .name {
  padding-left: 13px;
  border-left: 6px solid var(--color-faculty);
}
#department .p-sec05-slide__name {
  margin-bottom: 10px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #department .p-sec05-slide__name {
    font-size: 20px;
  }
}
#department .p-sec05-slide__kana {
  font-weight: 500;
  font-size: 14px;
}
#department .p-sec05-slide__desc {
  margin-top: 14px;
  padding-top: 8px;
  border-top: 1px solid #ACD2F0;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
}
#department .p-sec06 {
  padding: 100px 0 66px;
}
#department .p-sec06 .c-heading1--faculty {
  margin-bottom: 40px;
  font-weight: 400;
}
#department .p-sec06 .c-heading7--faculty {
  margin-bottom: 30px;
}
#department .p-sec06__block + .p-sec06__block {
  margin-top: 40px;
}
@media screen and (min-width: 769px), print {
  #department .p-sec06 {
    padding: 145px 0 94px;
  }
  #department .p-sec06 .c-heading1--faculty {
    margin-bottom: 60px;
  }
}
#department .p-sec07 {
  padding: 30px 0;
  background-color: var(--color-lightGrey);
}
#department .p-sec07__title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #department .p-sec07__title {
    margin-bottom: 20px;
  }
}
#department .p-sec07__title span {
  flex-shrink: 0;
  margin-right: 15px;
  color: var(--color-faculty);
  font-size: 30px;
}
#department .p-sec07__title:after {
  width: 100%;
  height: 1px;
  background: #707070;
  content: "";
}
#department .p-sec07__pickup {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#department .p-sec07__pickup + .p-sec07__pickup {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}
#department .p-sec07__pickup + .p-sec07__pickup::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #707070 0%, #707070 50%, rgba(112, 112, 112, 0) 50.01%, rgba(112, 112, 112, 0) 100%) repeat-x left top/6px 1px;
  content: "";
}
#department .p-sec07__pickup .heading {
  font-weight: bold;
}
#department .p-sec07__pickup .image {
  text-align: center;
}
#department .p-sec07__pickup .image p {
  text-align: left;
}
#department .p-sec07__pickup .textarea .title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
#department .p-sec07__pickup .textarea .text {
  font-size: 16px;
  line-height: 2;
}
#department .p-sec07__pickup .textarea--full {
  font-size: 16px;
  line-height: 2;
}
#department .p-sec07__pickup .btn {
  margin-top: 30px;
}
@media screen and (min-width: 769px), print {
  #department .p-sec07 {
    padding: 60px 0 50px;
  }
  #department .p-sec07 + .p-sec07__pickup {
    margin-top: 60px;
    padding-top: 60px;
  }
  #department .p-sec07__title {
    font-size: 35px;
  }
  #department .p-sec07__pickup {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 40px;
  }
  #department .p-sec07__pickup .heading {
    grid-column: span 2;
  }
  #department .p-sec07__pickup .textarea--full {
    grid-column: span 2;
  }
  #department .p-sec07__pickup .image {
    order: 1;
  }
  #department .p-sec07__pickup .textarea {
    position: relative;
    order: 2;
  }
  #department .p-sec07__pickup .textarea .title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1080px), print {
  #department .p-sec07__pickup .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
  }
}
#department .p-sec08 {
  padding: 30px 0;
}
#department .p-sec08 + .p-sec06 {
  padding-top: 40px;
}
@media screen and (min-width: 769px), print {
  #department .p-sec08 {
    padding: 60px 0;
  }
  #department .p-sec08 + .p-sec06 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 769px), print {
  #department .p-box1 {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
  }
  #department .p-box1__image {
    flex: 0 0 332px;
    width: 332px;
  }
  #department .p-box1__content {
    flex: 1 1 auto;
    max-width: 562px;
  }
}
@media screen and (max-width: 768px) {
  #department .p-box1__image {
    text-align: center;
  }
  #department .p-box1__content {
    margin: 22px 0 0;
  }
}
#department .p-box2 {
  padding: 16px;
  border: 1px solid #24140E;
}
@media screen and (min-width: 769px), print {
  #department .p-box2 {
    padding: 25px;
  }
}
#department .p-box3__content p + p {
  margin-top: 1.75em;
}
@media screen and (min-width: 769px), print {
  #department .p-box3 {
    display: grid;
    grid-template-columns: 326px 1fr;
    gap: 0 34px;
  }
  #department .p-box3__content p + p {
    margin-top: 2em;
  }
}
@media screen and (min-width: 1080px), print {
  #department .p-box3 {
    gap: 0 68px;
  }
}

#education .p-sec01 {
  margin: 120px 0 0;
}
@media screen and (max-width: 1079px) {
  #education .p-sec01 {
    margin: 60px 0 0;
  }
}
#education .p-sec01__list {
  margin-top: 40px;
}
@media screen and (min-width: 1080px), print {
  #education .p-sec01__list {
    margin-top: 60px;
  }
}
#education .p-sec02 {
  padding: 100px 0 50px;
}
@media screen and (max-width: 1079px) {
  #education .p-sec02 {
    padding: 50px 0;
  }
}
#education .p-sec03 {
  padding: 100px 0 50px;
}
#education .p-sec03 .p-faculty {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#education .p-sec03__footer {
  margin-top: 60px;
  text-align: center;
}
#education .p-sec03__footer .c-btnA {
  max-width: 450px;
}
@media screen and (min-width: 769px), print {
  #education .p-sec03 .p-faculty__content {
    height: 600px;
    padding-top: 20px;
  }
  #education .p-sec03 .p-faculty__copy {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1079px) {
  #education .p-sec03 {
    padding: 50px 0;
  }
}
#education .p-sec04 {
  padding: 120px 0 80px;
}
@media screen and (max-width: 1079px) {
  #education .p-sec04 {
    padding: 60px 0;
  }
}
#education .p-sec05 {
  padding: 60px 0 120px;
  background: url(/assets/images/education_more@2x.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #education .p-sec05 {
    padding: 60px 0;
  }
}
#education .p-sec05__arrow {
  margin-bottom: 50px;
}
#education .p-sec05__arrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: white;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #education .p-sec05__arrow span {
    width: 50px;
    height: 50px;
  }
}
#education .p-sec05__text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 10px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #education .p-sec05__text {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
#education .p-sec05__text:before, #education .p-sec05__text:after {
  width: 1px;
  height: 28px;
  transform-origin: bottom center;
  background-color: #fff;
  content: "";
}
#education .p-sec05__text:before {
  transform: rotate(-30deg);
}
#education .p-sec05__text:after {
  transform: rotate(30deg);
}
#education .p-sec05__text2 {
  margin-top: 30px;
  color: white;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #education .p-sec05__text2 {
    text-align: left;
  }
}
#education .p-sec06 {
  padding: 90px 0 120px;
  background: #F2F9FE;
}
@media screen and (max-width: 768px) {
  #education .p-sec06 {
    padding: 60px 0;
  }
}
#education .p-sec06__text {
  margin: 60px 0 90px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #education .p-sec06__text {
    margin: 40px 0 80px;
  }
}
#education .p-sec06__bnr {
  display: block;
  padding: 164px 60px 0;
  background: url(../images/education_recruit@2x.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #education .p-sec06__bnr {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #education .p-sec06__bnr .image {
    height: 335px;
  }
  #education .p-sec06__bnr .image img {
    width: 100%;
  }
}
#education .p-sec06__bnr .textarea {
  max-width: 446px;
  padding: 30px 50px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #education .p-sec06__bnr .textarea {
    max-width: none;
    padding: 20px 20px 20px 30px;
  }
}
#education .p-sec06__bnr .textarea .title {
  position: relative;
  margin-bottom: 11px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #education .p-sec06__bnr .textarea .title {
    font-size: 20px;
  }
}
#education .p-sec06__bnr .textarea .title:before {
  position: absolute;
  top: 18px;
  left: -50px;
  width: 40px;
  height: 1px;
  background: #2C82B5;
  content: "";
}
@media screen and (max-width: 768px) {
  #education .p-sec06__bnr .textarea .title:before {
    top: 15px;
  }
}
#education .p-sec07 {
  padding: 60px 0;
  background: #EDEDED;
}
#education .p-faculty__button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  padding: 0 18px 0 25px;
}
#education .p-faculty__button::after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
}
#education .p-faculty__button--bg1::after {
  background-color: #4F7A98;
}
#education .p-faculty__button--bg2::after {
  background-color: #A8966E;
}
#education .p-faculty__button--bg3::after {
  background-color: #C188A6;
}
#education .p-faculty__button--bg4::after {
  background-color: #7F9A81;
}
#education .p-faculty__button--bg5::after {
  background-color: #A27777;
}
#education .p-faculty__button--bg6::after {
  background-color: #6396B2;
}
#education .p-faculty__name {
  z-index: 3;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
}
#education .p-faculty__arrow {
  display: flex;
  z-index: 3;
  position: relative;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-secondary);
  font-size: 14px;
  letter-spacing: 0;
  transition-duration: 0.3s;
}
#education .p-faculty__bg {
  -o-object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
     object-fit: cover;
}
#education .p-faculty__content {
  background-color: #fff;
}
#education .p-faculty__copy {
  margin: 0 0 22px;
  color: var(--color-secondary);
  font-weight: bold;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0;
}
#education .p-faculty__linklist {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px 0;
}
@media screen and (min-width: 769px), print {
  #education .p-faculty {
    position: relative;
  }
  #education .p-faculty__name {
    font-size: 25px;
  }
  #education .p-faculty__block {
    padding-right: 304px;
  }
  #education .p-faculty__block.is-active .p-faculty__arrow {
    transform: translateX(5px);
  }
  #education .p-faculty__block.is-active .p-faculty__content {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }
  #education .p-faculty__copy {
    font-size: 20px;
  }
  #education .p-faculty__content {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 304px;
    padding: 0 21px 0 27px;
    transform: translateX(-10px);
    border-right: 6px solid var(--color-secondary);
    opacity: 0;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #education .p-faculty__content {
    display: none;
  }
  #education .p-faculty__in {
    padding: 20px 20px 30px;
  }
  #education .p-faculty__arrow {
    transform: rotate(90deg);
  }
  #education .p-faculty__button.is-open .p-faculty__arrow {
    transform: rotate(-90deg);
  }
}

#facilityCampusmap .p-map {
  position: relative;
  max-width: 980px;
  margin: 40px auto 0;
}
#facilityCampusmap .p-map__image {
  z-index: 1;
  position: relative;
}
#facilityCampusmap .p-map__image img {
  width: 100%;
  max-width: none;
}
#facilityCampusmap .p-map__facilitybutton, #facilityCampusmap .p-map__aedbutton {
  display: flex;
  z-index: 2;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 10px;
}
#facilityCampusmap .p-map__facilitybutton.is-hidden, #facilityCampusmap .p-map__aedbutton.is-hidden {
  display: none;
}
#facilityCampusmap .p-map__facilitybutton button, #facilityCampusmap .p-map__aedbutton button {
  color: #fff;
  font-family: "Roboto";
}
#facilityCampusmap .p-map__facilitybutton:hover, #facilityCampusmap .p-map__aedbutton:hover {
  z-index: 10;
}
#facilityCampusmap .p-map__facilitybutton:hover .p-map__tips, #facilityCampusmap .p-map__aedbutton:hover .p-map__tips {
  visibility: visible;
  opacity: 1;
  transition: 0.3s opacity ease-in-out, 0s visibility 0s linear;
}
#facilityCampusmap .p-map__tips {
  visibility: hidden;
  position: absolute;
  bottom: calc(100% + 20px);
  left: calc(50% - 80px);
  width: 160px;
  padding: 7px 5px;
  border-radius: 5px;
  background: rgba(var(--color-main), 0.9);
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  opacity: 0;
  transition: 0.3s opacity ease-in-out, 0s visibility 0.3s linear;
}
#facilityCampusmap .p-map__tips::after {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  width: 30px;
  height: 15px;
  background: rgba(var(--color-main), 0.9);
  content: "";
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
#facilityCampusmap .p-map__facilitybutton {
  --color-main:22,128,191;
  background-color: rgb(var(--color-main));
}
#facilityCampusmap .p-map__aedbutton {
  --color-main:253, 88, 111;
  background-color: rgb(var(--color-main));
}
#facilityCampusmap .p-map__facilitybutton1 {
  top: 42%;
  right: 21.4%;
}
#facilityCampusmap .p-map__facilitybutton2 {
  top: 49%;
  right: 26.7%;
}
#facilityCampusmap .p-map__facilitybutton3 {
  top: 50%;
  right: 16.8%;
}
#facilityCampusmap .p-map__facilitybutton4 {
  top: 60%;
  right: 17%;
}
#facilityCampusmap .p-map__facilitybutton5 {
  top: 79%;
  right: 11.5%;
}
#facilityCampusmap .p-map__facilitybutton6 {
  top: 47%;
  right: 37.5%;
}
#facilityCampusmap .p-map__facilitybutton7 {
  top: 58%;
  left: 32%;
}
#facilityCampusmap .p-map__facilitybutton8 {
  top: 51%;
  left: 22%;
}
#facilityCampusmap .p-map__facilitybutton9 {
  top: 73%;
  left: 18%;
}
#facilityCampusmap .p-map__facilitybutton10 {
  top: 78%;
  left: 31%;
}
#facilityCampusmap .p-map__facilitybutton11 {
  top: 88%;
  left: 26.5%;
}
#facilityCampusmap .p-map__facilitybutton12 {
  top: 47%;
  left: 45.4%;
}
#facilityCampusmap .p-map__facilitybutton13 {
  top: 57%;
  left: 61.4%;
}
#facilityCampusmap .p-map__facilitybutton14 {
  top: 46%;
  left: 36%;
}
#facilityCampusmap .p-map__facilitybutton15 {
  top: 35%;
  left: 35%;
}
#facilityCampusmap .p-map__facilitybutton16 {
  top: 25%;
  left: 36.4%;
}
#facilityCampusmap .p-map__facilitybutton17 {
  top: 35%;
  left: 28%;
}
#facilityCampusmap .p-map__facilitybutton18 {
  top: 25%;
  left: 29.4%;
}
#facilityCampusmap .p-map__facilitybutton19 {
  top: 35%;
  left: 20%;
}
#facilityCampusmap .p-map__facilitybutton20 {
  top: 72%;
  left: 61.4%;
}
#facilityCampusmap .p-map__facilitybutton21 {
  top: 78%;
  left: 45.4%;
}
#facilityCampusmap .p-map__facilitybutton22 {
  top: 77%;
  right: 21.5%;
}
#facilityCampusmap .p-map__facilitybutton23 {
  top: 59%;
  right: 25%;
}
#facilityCampusmap .p-map__facilitybutton24 {
  top: 60%;
  left: 47.5%;
}
#facilityCampusmap .p-map__facilitybutton25 {
  top: 13%;
  left: 34.5%;
}
#facilityCampusmap .p-map__facilitybutton26 {
  top: 21%;
  left: 52%;
}
#facilityCampusmap .p-map__facilitybutton27 {
  top: 26%;
  right: 24.4%;
}
#facilityCampusmap .p-map__facilitybutton28 {
  top: 26%;
  right: 12.3%;
}
#facilityCampusmap .p-map__facilitybutton29 {
  top: 42.5%;
  right: 17%;
}
#facilityCampusmap .p-map__facilitybutton30 {
  top: 13%;
  left: 38.5%;
}
#facilityCampusmap .p-map__facilitybutton31 {
  top: 46%;
  left: 31.5%;
}
#facilityCampusmap .p-map__facilitybutton32 {
  top: 10.2%;
  left: 26.5%;
}
#facilityCampusmap .p-map__facilitybutton33 {
  top: 39.5%;
  left: 52%;
}
#facilityCampusmap .p-map__facilitybutton34 {
  top: 86%;
  right: 33%;
}
#facilityCampusmap .p-map__facilitybutton35 {
  top: 86%;
  right: 21.5%;
}
#facilityCampusmap .p-map__aedbutton1 {
  top: 49%;
  right: 26.7%;
}
#facilityCampusmap .p-map__aedbutton2 {
  top: 79%;
  right: 11.5%;
}
#facilityCampusmap .p-map__aedbutton3 {
  top: 47%;
  right: 37.5%;
}
#facilityCampusmap .p-map__aedbutton4 {
  top: 58%;
  left: 32%;
}
#facilityCampusmap .p-map__aedbutton5 {
  top: 51%;
  left: 22%;
}
#facilityCampusmap .p-map__aedbutton6 {
  top: 73%;
  left: 18%;
}
#facilityCampusmap .p-map__aedbutton7 {
  top: 78%;
  left: 31%;
}
#facilityCampusmap .p-map__aedbutton8 {
  top: 88%;
  left: 26.5%;
}
#facilityCampusmap .p-map__aedbutton9 {
  top: 57%;
  left: 61.4%;
}
#facilityCampusmap .p-map__aedbutton10 {
  top: 35%;
  left: 35%;
}
#facilityCampusmap .p-map__aedbutton11 {
  top: 25%;
  left: 36.4%;
}
#facilityCampusmap .p-map__aedbutton12 {
  top: 35%;
  left: 28%;
}
#facilityCampusmap .p-map__aedbutton13 {
  top: 25%;
  left: 29.4%;
}
#facilityCampusmap .p-map__aedbutton14 {
  top: 35%;
  left: 20%;
}
#facilityCampusmap .p-map__aedbutton15 {
  top: 72%;
  left: 61.4%;
}
#facilityCampusmap .p-map__aedbutton16 {
  top: 78%;
  left: 45.4%;
}
#facilityCampusmap .p-map__aedbutton17 {
  top: 74%;
  right: 24%;
}
#facilityCampusmap .p-map__aedbutton18 {
  top: 74%;
  right: 20%;
}
#facilityCampusmap .p-map__aedbutton19 {
  top: 80%;
  right: 24%;
}
#facilityCampusmap .p-map__aedbutton20 {
  top: 80%;
  right: 20%;
}
#facilityCampusmap .p-map__aedbutton21 {
  top: 59%;
  right: 27.3%;
}
#facilityCampusmap .p-map__aedbutton22 {
  top: 59%;
  right: 22.5%;
}
#facilityCampusmap .p-map__aedbutton23 {
  top: 86%;
  right: 33%;
}
#facilityCampusmap .p-map__aedbutton24 {
  top: 21%;
  left: 52%;
}
#facilityCampusmap .p-map__aedbutton25 {
  top: 47%;
  left: 45.4%;
}
#facilityCampusmap .p-map__aedbutton26 {
  top: 42%;
  right: 24%;
}
#facilityCampusmap .p-map__aedbutton27 {
  top: 42.5%;
  right: 18%;
}
#facilityCampusmap .p-map__aedbutton28 {
  top: 13%;
  left: 34.5%;
}
#facilityCampusmap .p-map__aedbutton29 {
  top: 10.2%;
  left: 26.5%;
}
@media screen and (min-width: 501px), print {
  #facilityCampusmap .p-map__facilitybutton, #facilityCampusmap .p-map__aedbutton {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
  }
}
@media screen and (min-width: 769px), print {
  #facilityCampusmap .p-map__facilitybutton, #facilityCampusmap .p-map__aedbutton {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
#facilityCampusmap .p-buttons {
  max-width: 720px;
  margin: 45px auto 35px;
}
#facilityCampusmap .p-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px 0;
}
#facilityCampusmap .p-list[data-map-sync=facility] {
  --color-main:22,128,191;
}
#facilityCampusmap .p-list[data-map-sync=aed] {
  --color-main:253, 88, 111;
}
#facilityCampusmap .p-list li {
  display: flex;
  gap: 5px;
}
#facilityCampusmap .p-list li + li {
  margin-top: 15px;
}
#facilityCampusmap .p-list i {
  display: flex;
  flex: 0 0 21px;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  margin: 3px 0 0;
  border-radius: 50%;
  background-color: rgb(var(--color-main));
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-family: "Roboto";
}
#facilityCampusmap .p-list span {
  flex: 0 1 auto;
  font-size: 16px;
  line-height: 1.5;
}
#facilityCampusmap .p-list.is-hidden {
  display: none;
}
@media screen and (min-width: 769px), print {
  #facilityCampusmap .p-list {
    grid-template-columns: 1fr 1fr;
    gap: 0 55px;
  }
}
#facilityCampusmap .p-movie {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
#facilityCampusmap .p-movie + .p-movie {
  margin-top: 20px;
}
#facilityCampusmap .p-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#facilityCampusmap .p-modal {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
}
#facilityCampusmap .p-modal.is-view {
  opacity: 1;
}
#facilityCampusmap .p-modal__overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#facilityCampusmap .p-modal__wrapper {
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#facilityCampusmap .p-modal__contaniner {
  flex: 1 1 auto;
  width: 100%;
  max-width: 700px;
  max-height: 100%;
  padding: 30px 20px 20px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  pointer-events: all;
}
#facilityCampusmap .p-modal__footer {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0 0;
  font-size: 13px;
}
#facilityCampusmap .p-subslider {
  padding: 20px 0 0;
}
#facilityCampusmap .p-subslider--facility {
  --color-main:22,128,191;
}
#facilityCampusmap .p-subslider--aed {
  --color-main:253, 88, 111;
}
#facilityCampusmap .p-subslider .swiper-slide {
  width: 100px;
  cursor: pointer;
}
#facilityCampusmap .p-subslider .swiper-slide figure {
  position: relative;
  background-color: #fff;
}
#facilityCampusmap .p-subslider .swiper-slide figure img {
  opacity: 0.4;
}
#facilityCampusmap .p-subslider .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
#facilityCampusmap .p-subslider .swiper-slide.swiper-slide-thumb-active figure::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(var(--color-main));
  content: "";
}
#facilityCampusmap .p-subslider .swiper-slide.swiper-slide-thumb-active figure img {
  opacity: 1;
}
#facilityCampusmap .p-slide__image {
  display: flex;
  align-items: center;
  padding: 0 0 22px;
}
#facilityCampusmap .p-slide__image figure {
  flex: 1 1 auto;
  text-align: center;
}
#facilityCampusmap .p-slide__image button {
  flex: 0 0 auto;
  color: var(--color-darkGrey);
  font-size: 14px;
}
#facilityCampusmap .p-slide__image button.disabled {
  color: var(--color-lightGrey);
  pointer-events: none;
}
#facilityCampusmap .p-slide__heading {
  font-weight: bold;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
}
#facilityCampusmap .p-slide__text {
  font-size: 16px;
  line-height: 1.75;
}

#faculty .p-sec01 {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec01 {
    margin: 40px 0;
  }
}
#faculty .p-sec01__grid {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec01__grid {
    flex-direction: column;
    gap: 20px;
  }
}
#faculty .p-sec01__grid > div {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec01__grid > div {
    display: block;
  }
}
#faculty .p-sec01__grid .image {
  width: 470px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec01__grid .image {
    width: 100%;
    text-align: center;
  }
}
#faculty .p-sec01__grid .textarea {
  width: 560px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec01__grid .textarea {
    width: 100%;
  }
}
#faculty .p-sec01__grid .text {
  margin-top: 14px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec01__grid .text {
    margin-bottom: 30px;
  }
}
#faculty .p-sec01__grid .btn {
  margin-top: auto;
}
#faculty .p-sec01__grid .btn .c-btnC {
  max-width: 351px;
}
#faculty .p-sec02 {
  margin-bottom: -68px;
  padding: 70px 0 186px;
  background: linear-gradient(160deg, #62cdd5 0%, #2c82b5 100%);
}
@media screen and (max-width: 768px) {
  #faculty .p-sec02 {
    margin-bottom: -30px;
    padding: 50px 0 90px;
  }
}
#faculty .p-sec02__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 55px;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec02__grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 20px;
  }
}
#faculty .p-sec02__grid a {
  display: block;
}
#faculty .p-sec02__grid a:hover .arrow {
  transform: translateX(8px);
}
#faculty .p-sec02__grid .image img {
  width: 100%;
}
#faculty .p-sec02__grid .textarea {
  padding: 16px 25px 25px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec02__grid .textarea {
    padding: 20px 15px;
  }
}
#faculty .p-sec02__grid .title {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec02__grid .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
#faculty .p-sec02__grid .text {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec02__grid .text {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
#faculty .p-sec02__grid .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec02__grid .link {
    font-size: 15px;
  }
}
#faculty .p-sec02__grid .link .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 6px;
  border-radius: 50%;
  background: #2c82b5;
  color: white;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec02__grid .link .arrow {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
#faculty .p-sec03 {
  z-index: 1;
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec03 {
    margin-bottom: 60px;
  }
}
#faculty .p-sec03__image {
  margin-right: -88px;
  margin-left: 155px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec03__image {
    margin-right: -20px;
    margin-left: 80px;
  }
}
#faculty .p-sec03__titlearea {
  position: relative;
}
#faculty .p-sec03__titlearea .c-titL {
  position: absolute;
  top: 100px;
  left: 0;
  width: 155px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec03__titlearea .c-titL {
    top: 50px;
    left: -10px;
    width: 80px;
  }
}
#faculty .p-sec03__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  margin-right: -20px;
  margin-left: 135px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec03__list {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 80px;
  }
}
#faculty .p-sec03__list li {
  padding: 45px 20px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec03__list li {
    padding: 20px 10px;
  }
}
#faculty .p-sec03__list li + li {
  border-left: 1px solid #c9c3c3;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec03__list li + li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #c9c3c3;
    border-left-width: 0;
  }
}
#faculty .p-sec03__list li .num {
  color: #2c82b5;
  font-weight: bold;
  font-size: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec03__list li .num {
    font-size: 40px;
  }
}
#faculty .p-sec03__list li .num span {
  border-bottom: 1px solid #707070;
}
#faculty .p-sec03__list li .title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6666666666em;
  margin: 25px 0 15px;
  color: #2c82b5;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec03__list li .title {
    min-height: auto;
    margin: 20px 0 10px;
    font-size: 20px;
  }
}
#faculty .p-sec03__list li .text {
  font-size: 16px;
  line-height: 2;
}
#faculty .p-sec04 {
  padding: 54px 0 140px;
  overflow: hidden;
  background: #e8f1f6;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04 {
    padding: 40px 0 60px;
  }
}
#faculty .p-sec04__titlearea {
  position: relative;
  overflow: hidden;
}
#faculty .p-sec04__titlearea .c-titL {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04__titlearea .c-titL {
    right: -10px;
    width: 80px;
  }
}
#faculty .p-sec04__swiper {
  position: relative;
  margin-right: 190px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04__swiper {
    margin-right: 80px;
  }
}
#faculty .p-sec04__swiper .swiper-slide {
  height: auto;
  background-color: #fff;
}
#faculty .p-sec04__swiper .swiper-button-prev, #faculty .p-sec04__swiper .swiper-button-next {
  top: auto;
  bottom: 0;
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
}
#faculty .p-sec04__swiper .swiper-button-prev:after, #faculty .p-sec04__swiper .swiper-button-next:after {
  display: none;
}
#faculty .p-sec04__swiper .swiper-button-prev img, #faculty .p-sec04__swiper .swiper-button-next img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04__swiper .swiper-button-prev img, #faculty .p-sec04__swiper .swiper-button-next img {
    width: 30px;
  }
}
#faculty .p-sec04__swiper .swiper-button-prev {
  right: -60px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04__swiper .swiper-button-prev {
    right: -40px;
    bottom: 40px;
  }
}
#faculty .p-sec04__swiper .swiper-button-next {
  right: -110px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04__swiper .swiper-button-next {
    right: -40px;
  }
}
#faculty .p-sec04__swiper .swiper-pagination {
  display: flex;
  position: static;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04__swiper .swiper-pagination {
    display: none;
  }
}
#faculty .p-sec04__swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0;
  background: #a8a4a4;
  opacity: 1;
}
#faculty .p-sec04__swiper .swiper-pagination-bullet-active {
  background-color: #0067b0;
}
#faculty .p-sec04-slide__image {
  height: 418px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04-slide__image {
    height: auto;
  }
}
#faculty .p-sec04-slide__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
#faculty .p-sec04-slide__textarea {
  display: flex;
  padding: 20px 20px 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04-slide__textarea {
    display: block;
    padding: 20px 15px;
  }
}
#faculty .p-sec04-slide__textarea .left {
  flex-shrink: 0;
  margin-right: 78px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04-slide__textarea .left {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#faculty .p-sec04-slide__textarea .left .loc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 5px 20px;
  background-color: #272727;
  color: white;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04-slide__textarea .left .loc {
    margin-bottom: 10px;
  }
}
#faculty .p-sec04-slide__textarea .left .name {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04-slide__textarea .left .name {
    font-size: 18px;
  }
}
#faculty .p-sec04-slide__textarea .right {
  width: 100%;
}
#faculty .p-sec04-slide__textarea .right .desc {
  font-size: 16px;
  line-height: 2;
}
#faculty .p-sec04-slide__textarea .right .btn {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04-slide__textarea .right .btn {
    margin-top: 10px;
  }
}
#faculty .p-sec04__text {
  margin: 25px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04__text {
    margin: 20px 0;
    font-size: 16px;
  }
}
#faculty .p-sec04__thumb {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: flex-start;
  gap: 30px 20px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04__thumb {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
#faculty .p-sec04__thumb button {
  position: relative;
}
#faculty .p-sec04__thumb button .image {
  position: relative;
}
#faculty .p-sec04__thumb button .image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 77, 77, 0.85);
  content: "";
  mix-blend-mode: multiply;
  opacity: 1;
  transition: 0.3s ease;
}
#faculty .p-sec04__thumb button .over {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.4615384615;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04__thumb button .over {
    font-size: 10px;
  }
}
#faculty .p-sec04__thumb button:hover, #faculty .p-sec04__thumb button.is-active {
  opacity: 1;
}
#faculty .p-sec04__thumb button:hover .image:after, #faculty .p-sec04__thumb button.is-active .image:after {
  opacity: 0;
}
#faculty .p-sec04__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #faculty .p-sec04__btn {
    margin-top: 20px;
  }
}
#faculty .p-sec04__btn .c-btnC {
  max-width: 420px;
}

#form .p-sec1 {
  padding: 32px 0 0;
}
#form .p-sec1__inner {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px), print {
  #form .p-sec1 {
    padding: 36px 0 0;
  }
}
#form .p-secFlow {
  padding: 48px 0 0;
}
#form .p-secFlow__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
#form .p-secFlow__item {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  height: 55px;
  background-color: var(--color-lightGrey);
  font-weight: bold;
  font-size: 16px;
}
#form .p-secFlow__item.is-colored {
  background-color: #0070C0;
  color: #fff;
}
#form .p-secFlow__arrow {
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  flex: 0 0 8px;
  width: 8px;
  height: 18px;
  background-color: #0070C0;
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media screen and (min-width: 769px), print {
  #form .p-secFlow {
    padding: 106px 0 0;
  }
  #form .p-secFlow__list {
    gap: 0 20px;
  }
  #form .p-secFlow__item {
    font-size: 20px;
  }
  #form .p-secFlow__arrow {
    flex: 0 0 11px;
    width: 11px;
    height: 23px;
  }
}
#form .p-secForm {
  padding: 40px 0 80px;
}
#form .p-secForm__row {
  padding: 20px 0;
  border-top: 1px solid #C9C6C6;
  border-bottom: 1px solid #C9C6C6;
}
#form .p-secForm__row-th {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  gap: 0 12px;
}
#form .p-secForm__row-th span {
  line-height: 1.3;
}
#form .p-secForm__row-th.is-required::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 26px;
  border-radius: 10px;
  background-color: var(--color-important);
  content: "必須";
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
#form .p-secForm__row + .p-secForm__row {
  border-top: none;
}
#form .p-secForm__notes {
  padding: 32px 0 0;
}
#form .p-secForm__notes li {
  padding-left: 1em;
  text-indent: -1em;
}
#form .p-secForm__notes li::before {
  content: "・";
}
#form .p-secForm__submit {
  padding: 50px 0 0;
}
#form .p-secForm__submit button, #form .p-secForm__submit a {
  width: 100%;
  max-width: 394px;
}
#form .p-secForm__submit--grid {
  padding: 50px 0 0;
}
#form .p-secForm__submit--grid button {
  width: 100%;
  max-width: 394px;
}
@media screen and (min-width: 769px), print {
  #form .p-secForm {
    padding: 59.5px 0 140px;
  }
  #form .p-secForm__row {
    display: flex;
    align-items: flex-start;
  }
  #form .p-secForm__row-th {
    flex: 0 0 293.5px;
    width: 293.5px;
    min-height: 30px;
    margin: 6px 0 0;
  }
  #form .p-secForm__row-th.is-required::before {
    width: 58px;
    height: 30px;
    font-size: 14px;
  }
  #form .p-secForm__row-td {
    flex: 1 1 auto;
  }
  #form .p-secForm__notes {
    padding: 45px 0 0;
  }
  #form .p-secForm__submit {
    padding: 77px 0 0;
  }
  #form .p-secForm__submit--grid {
    display: flex;
    justify-content: center;
    padding: 77px 0 0;
    gap: 0 40px;
  }
  #form .p-secForm__submit--grid > * {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  #form .p-secForm__submit--grid {
    display: grid;
    grid-template-columns: 100%;
    max-width: 394px;
    margin: 0 auto;
    gap: 20px 0;
  }
}

#guide .p-sec01 {
  background: #ddeefb;
}
#guide .p-sec01__grid {
  display: flex;
  justify-content: space-between;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #guide .p-sec01__grid {
    display: block;
    padding: 60px 0;
  }
}
#guide .p-sec01__grid .titlearea {
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #guide .p-sec01__grid .titlearea {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#guide .p-sec01__grid .textarea .text {
  font-size: 16px;
  line-height: 2;
}
#guide .p-sec01__grid .textarea .list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #guide .p-sec01__grid .textarea .list {
    margin-top: 30px;
  }
}
#guide .p-sec01__grid .textarea .list li + li {
  margin-top: -1px;
}
#guide .p-sec02 {
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  #guide .p-sec02 {
    padding: 60px 0;
  }
}
#guide .p-sec02__grid {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #guide .p-sec02__grid {
    display: block;
  }
}
#guide .p-sec02__grid .titlearea {
  flex-shrink: 0;
  width: 257px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #guide .p-sec02__grid .titlearea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#guide .p-sec02__grid .titlearea .btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #guide .p-sec02__grid .titlearea .btn {
    margin-top: 30px;
    text-align: center;
  }
}
#guide .p-sec03 {
  background: url(../images/guide_kait.png);
  background-size: cover;
}
#guide .p-sec03 .c-inner {
  width: 100%;
}
#guide .p-sec03-people {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 350px;
  padding: 64px 47px 43px;
  background: #0067b0;
}
@media screen and (max-width: 768px) {
  #guide .p-sec03-people {
    width: 100%;
    padding: 40px 20px;
  }
}
#guide .p-sec03-people__title {
  padding: 4px;
  border: 2px dotted #fff;
  border-radius: 50%;
  text-align: center;
}
#guide .p-sec03-people__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: white;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3333333333;
}
#guide .p-sec03-people__text {
  margin-top: 20px;
  margin-bottom: 1em;
  color: white;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #guide .p-sec03-people__text {
    margin-top: 33px;
  }
}
#guide .p-sec03-people__btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #guide .p-sec03-people__btn {
    text-align: center;
  }
}
#guide .p-sec04 {
  padding: 122px 0 110px;
}
@media screen and (max-width: 768px) {
  #guide .p-sec04 {
    padding: 60px 0;
  }
}
#guide .p-sec04__text {
  margin: 50px 0 30px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #guide .p-sec04__text {
    margin: 30px 0;
  }
}
#guide .p-sec04__btn {
  text-align: right;
}
#guide .p-sec04__image {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  #guide .p-sec04__image {
    margin-top: 30px;
  }
}
#guide .p-sec05 {
  padding: 80px 0 190px;
  background: #ededed;
}
@media screen and (max-width: 768px) {
  #guide .p-sec05 {
    padding: 60px 0;
  }
}
#guide .p-sec05__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
  gap: 50px;
}
@media screen and (max-width: 1079px) {
  #guide .p-sec05__list {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #guide .p-sec05__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 30px;
  }
}
#guide .p-sec06__list,
#guide .p-sec07__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
  gap: 0 50px;
}
@media screen and (max-width: 1079px) {
  #guide .p-sec06__list,
#guide .p-sec07__list {
    gap: 0 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #guide .p-sec06__list,
#guide .p-sec07__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
#guide .p-sec06__list li,
#guide .p-sec07__list li {
  margin-top: -1px;
}
#guide .p-sec06__list li .c-btnC,
#guide .p-sec07__list li .c-btnC {
  height: 100%;
}
#guide .p-sec06 {
  margin: 80px 0 90px;
}
@media screen and (max-width: 768px) {
  #guide .p-sec06 {
    margin: 60px 0;
  }
}
#guide .p-sec07 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #guide .p-sec07 {
    margin-bottom: 60px;
  }
}
#guide .p-sec08 {
  padding: 60px 0;
  background: #ededed;
}

#information .p-section {
  padding: 32px 0 55px;
}
@media screen and (min-width: 769px), print {
  #information .p-section {
    padding: 43px 0 116px;
  }
}
#information .p-category__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 28px 0 0;
  gap: 0 10px;
}
#information .p-category__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 5px;
  background-color: var(--color-lightGrey);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#information .p-category__button.is-active {
  background-color: #3388BB;
  color: #fff;
}
@media screen and (min-width: 769px), print {
  #information .p-category__list {
    gap: 0 24px;
  }
  #information .p-category__button {
    height: 60px;
    font-size: 18px;
  }
}
#information .p-search {
  margin: 35px 0 0;
  padding: 20px 20px 35px;
  border-radius: 5px;
  background-color: var(--color-lightGrey);
}
#information .p-search__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
#information .p-search__title i {
  flex: 0 0 18px;
  width: 18px;
}
#information .p-search__title span {
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
}
#information .p-search__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 18px 0 0;
  gap: 10px;
}
#information .p-search__category {
  padding: 0.65em 0.73em;
  background-color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 769px), print {
  #information .p-search {
    margin: 50px 0 0;
    padding: 27px 50px 49px;
  }
  #information .p-search__list {
    margin: 24px 0 0;
  }
}
#information .p-year {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 42px 0 28px;
  gap: 0 12px;
}
#information .p-year__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
#information .p-year__title i {
  flex: 0 0 18px;
  width: 18px;
}
#information .p-year__title span {
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px), print {
  #information .p-year {
    padding: 63px 0 46px;
    gap: 0 25px;
  }
  #information .p-year__select .c-formSelect {
    min-width: 249px;
  }
}
#information .p-pager {
  padding: 62px 0 0;
}
@media screen and (min-width: 769px), print {
  #information .p-pager {
    padding: 137px 0 0;
  }
}

#informationPost {
  padding: 60px 0 0;
}
@media screen and (min-width: 769px), print {
  #informationPost {
    padding: 130px 0 0;
  }
}
#informationPost .p-post {
  padding: 40px 0 60px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 769px), print {
  #informationPost .p-post {
    padding: 59.5px 0 120px;
  }
}
#informationPost .p-post__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 769px), print {
  #informationPost .p-post__title {
    font-size: 30px;
  }
}
#informationPost .p-post__share {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0;
  gap: 10px;
}
#informationPost .p-post__share > * {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 769px), print {
  #informationPost .p-post__share {
    gap: 20px;
  }
  #informationPost .p-post__share > * {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
  }
}
#informationPost .p-post__meta {
  display: flex;
  align-items: flex-start;
  padding: 24px 0 0;
}
@media screen and (max-width: 768px) {
  #informationPost .p-post__meta {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
#informationPost .p-post__date {
  flex-shrink: 0;
  margin-right: 18px;
  color: #3388bb;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}
#informationPost .p-post__category {
  flex-shrink: 0;
  padding-left: 19px;
  border-left: 1px solid #707070;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}
#informationPost .p-post__tags {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 0;
  gap: 10px;
}
#informationPost .p-post__tags span {
  padding: 0.5em 0.6em;
  border: 1px solid #707070;
  font-size: 14px;
}
#informationPost .p-post__wysywig {
  padding: 23px 0 0;
}
#informationPost .p-post__btn {
  margin-top: 90px;
  text-align: center;
}

#laboratory .p-sec1 {
  padding-top: 50px;
}
#laboratory .p-sec2 {
  position: relative;
  padding: 47px 0 73px;
  background: url(../images/laboratory/bg_search.jpg) no-repeat center center/cover;
}
#laboratory .p-sec2::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1F80BA;
  content: "";
  opacity: 0.65;
}
#laboratory .p-sec2__inner {
  z-index: 2;
  position: relative;
}
#laboratory .p-sec2__text {
  padding: 27px 0 0;
}
#laboratory .p-sec2__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  height: 65px;
  margin: 28px auto 0;
  gap: 0 6px;
  background-color: #fff;
}
#laboratory .p-sec2__button my-icon {
  flex: 0 0 24.68px;
  width: 24.68px;
}
#laboratory .p-sec2__button span {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 18px;
}
#laboratory .p-sec2__button .c-iconPath {
  fill: var(--color-primary);
}
#laboratory .p-sec2__keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
  padding: 30px;
  gap: 21px 16px;
  background-color: #fff;
}
#laboratory .p-sec2__keywords > * {
  flex: 0 0 auto;
}
@media screen and (min-width: 769px), print {
  #laboratory .p-sec2 {
    padding: 47px 0 106px;
  }
  #laboratory .p-sec2__text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #laboratory .p-sec2__keywords {
    padding: 17px 10px;
    gap: 10px;
  }
  #laboratory .p-sec2__button {
    max-width: 400px;
  }
}
#laboratory .p-sec3 {
  padding: 63px 0 100px;
}
#laboratory .p-sec3 .c-heading4 {
  margin-top: 30px;
}
#laboratory .p-sec3__container {
  padding: 27px 0 0;
}
@media screen and (min-width: 769px), print {
  #laboratory .p-sec3 {
    padding: 82px 0 125px;
  }
  #laboratory .p-sec3 .c-heading4 {
    margin-top: 49px;
  }
  #laboratory .p-sec3__container {
    display: grid;
    grid-template-rows: max-content 1fr;
    grid-template-columns: 1fr 177px;
    grid-template-areas: "text image" "button image";
    gap: 46px 80px;
  }
  #laboratory .p-sec3__text {
    grid-area: text;
  }
  #laboratory .p-sec3__image {
    grid-area: image;
  }
  #laboratory .p-sec3__button {
    grid-area: button;
  }
  #laboratory .p-sec3__container > .c-cardColumn__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 768px) {
  #laboratory .p-sec3__image {
    margin: 30px 0 50px;
    text-align: center;
  }
}

#laboratoryResult .p-sec1 {
  padding: 50px 0 65px;
}
#laboratoryResult .p-sec1__header {
  padding-bottom: 40px;
}
#laboratoryResult .p-sec1__cards {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px 0;
}
#laboratoryResult .p-sec1__more {
  max-width: 216px;
  margin: 47px auto 0;
}
#laboratoryResult .p-sec1__back {
  max-width: 350px;
  margin: 49px auto 0;
}
@media screen and (min-width: 769px), print {
  #laboratoryResult .p-sec1 {
    padding: 50px 0 115px;
  }
  #laboratoryResult .p-sec1__cards {
    gap: 30px 0;
  }
  #laboratoryResult .p-sec1__more {
    margin: 50px auto 0;
  }
  #laboratoryResult .p-sec1__back {
    margin: 86px auto 0;
  }
}

#laboratoryTeacher .p-sec1 {
  margin: 60px 0 0;
}
#laboratoryTeacher .p-sec1__container {
  padding: 20px 20px 44px;
  background-color: var(--color-secondary);
}
#laboratoryTeacher .p-sec1__container + .p-sec1__container {
  margin-top: 20px;
}
#laboratoryTeacher .p-sec1__content {
  padding: 0 0 20px;
}
#laboratoryTeacher .p-sec1__label {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
#laboratoryTeacher .p-sec1__name {
  margin: 0.2em 0 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
}
#laboratoryTeacher .p-sec1__keywords {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 15px;
  gap: 10px;
  border-top: 1px solid #fff;
}
#laboratoryTeacher .p-sec1__link {
  margin: 15px 0 0;
  text-align: right;
}
#laboratoryTeacher .p-sec1__link img {
  width: 150px;
}
#laboratoryTeacher .p-sec1__image img {
  -o-object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
     object-fit: cover;
}
@media screen and (min-width: 769px), print {
  #laboratoryTeacher .p-sec1__container {
    display: flex;
    padding: 0;
  }
  #laboratoryTeacher .p-sec1__content {
    flex: 1 1 auto;
    padding: 30px;
  }
  #laboratoryTeacher .p-sec1__image {
    flex: 0 0 170px;
    width: 170px;
  }
  #laboratoryTeacher .p-sec1__label {
    font-size: 18px;
  }
  #laboratoryTeacher .p-sec1__name {
    font-size: 35px;
  }
  #laboratoryTeacher .p-sec1__keywords {
    margin-top: 16px;
    padding-top: 21px;
  }
  #laboratoryTeacher .p-sec1__link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    margin: 0;
  }
  #laboratoryTeacher .p-sec1__link img {
    width: 100%;
  }
  #laboratoryTeacher .p-sec1__heading {
    position: relative;
    min-height: 45px;
    padding-right: 170px;
  }
}
@media screen and (min-width: 1080px), print {
  #laboratoryTeacher .p-sec1__image {
    flex: 0 0 220px;
    width: 220px;
  }
  #laboratoryTeacher .p-sec1__heading {
    min-height: 60px;
    padding-right: 220px;
  }
  #laboratoryTeacher .p-sec1__link {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #laboratoryTeacher .p-sec1__image {
    text-align: center;
  }
}
#laboratoryTeacher .p-sec2 {
  padding: 90px 0 100px;
}
#laboratoryTeacher .p-sec2__block + .p-sec2__block {
  margin-top: 80px;
}
@media screen and (min-width: 769px), print {
  #laboratoryTeacher .p-sec2 {
    padding: 110px 0 141px;
  }
  #laboratoryTeacher .p-sec2__title {
    margin: 0 0 16px;
  }
  #laboratoryTeacher .p-sec2__block + .p-sec2__block {
    margin-top: 64px;
  }
}

#people .p-mv__description {
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  #people .p-mv {
    display: flex;
    align-items: flex-end;
    height: 700px;
    padding: 0 0 40px;
    background: url(../images/people/bg-mv.png) no-repeat center center/cover;
  }
  #people .p-mv__title {
    flex: 0 0 auto;
    color: #fff;
  }
  #people .p-mv__title span {
    display: block;
    font-size: 25px;
    font-family: var(--font-family-serif);
  }
  #people .p-mv__title strong {
    display: block;
    margin-top: 12px;
    font-size: 60px;
    font-family: "Cormorant", serif;
  }
  #people .p-mv__description {
    flex: 1 1 auto;
    margin: 15px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1080px), print {
  #people .p-mv {
    padding: 0 0 110px;
  }
  #people .p-mv__inner {
    display: flex;
    align-items: center;
  }
  #people .p-mv__description {
    margin: 0 0 0 40px;
    padding: 0 0 0 40px;
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 768px) {
  #people .p-mv__title {
    height: 128vw;
    margin: 0 -20px;
    background: url(../images/people/bg-mv@mobile.png) no-repeat center center/cover;
  }
  #people .p-mv__title span, #people .p-mv__title strong {
    display: none;
  }
  #people .p-mv__description {
    padding: 40px 0 70px;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
  }
}
#people .p-about {
  background-color: var(--color-bgAqua);
}
#people .p-about__inner {
  position: relative;
  padding-top: 33px;
  padding-bottom: 80px;
}
#people .p-about__block + .p-about__block {
  padding-top: 75px;
}
#people .p-about__title {
  position: absolute;
  top: -38px;
  left: -4px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  font-family: var(--font-family-serif);
  writing-mode: vertical-rl;
}
#people .p-about__heading {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
#people .p-about__heading span {
  font-weight: bold;
  font-size: 18px;
}
#people .p-about__heading:after {
  flex: 1 1 auto;
  height: 1px;
  background-color: #707070;
  content: "";
}
@media screen and (min-width: 769px), print {
  #people .p-about {
    padding: 100px 0 0;
  }
  #people .p-about__inner {
    padding-top: 66px;
    padding-bottom: 95px;
  }
  #people .p-about__title {
    top: -49px;
    left: -8px;
    font-size: 60px;
  }
  #people .p-about__block {
    padding-left: 100px;
  }
  #people .p-about__block + .p-about__block {
    padding-top: 91.5px;
  }
  #people .p-about__heading {
    gap: 0 11px;
  }
  #people .p-about__heading span {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  #people .p-about__heading span {
    line-height: 1.333;
  }
  #people .p-about__heading {
    padding-left: 61px;
  }
}
#people .p-feature {
  padding: 25px 0 0;
}
#people .p-feature__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 109px;
  height: 109px;
  margin: 0 auto;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #186bbf 0%, #87dafc 100%);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
#people .p-feature__text {
  padding: 13px 0 0;
}
#people .p-feature__cross {
  padding: 36px 0 40px;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  #people .p-feature {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    padding: 35px 0 0;
  }
  #people .p-feature__title {
    width: 192px;
    height: 192px;
    font-size: 20px;
    line-height: 30px;
  }
  #people .p-feature__cross {
    padding: 76px 0 0;
  }
  #people .p-feature__text {
    padding: 26px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #people .p-feature {
    padding-left: 55px;
  }
  #people .p-feature__text.c-textLetter {
    line-height: 2;
  }
}
#people .p-vision {
  padding: 38px 0 0 53px;
}
#people .p-vision__list {
  display: flex;
  justify-content: center;
}
#people .p-vision__list li {
  flex: 0 0 98px;
  width: 98px;
  height: 98px;
  padding: 10px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #186bbf 0%, #87dafc 100%);
}
#people .p-vision__list li + li {
  margin-left: -8px;
}
#people .p-vision__list span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-secondary);
  font-weight: bold;
  font-size: 14px;
}
#people .p-vision__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 26px;
  margin: 5px auto 0;
  border-radius: 5px;
  background-color: var(--color-secondary);
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}
#people .p-vision__textbox {
  margin: 18px 0 0;
}
@media screen and (min-width: 769px), print {
  #people .p-vision {
    padding: 32px 0 0 3px;
  }
  #people .p-vision__list li {
    flex: 0 0 148px;
    width: 148px;
    height: 148px;
    padding: 15px;
  }
  #people .p-vision__list li + li {
    margin-left: -11px;
  }
  #people .p-vision__list span {
    font-size: 22px;
  }
  #people .p-vision__image {
    padding: 3px 0 0;
  }
  #people .p-vision__caption {
    width: 148px;
    height: 38px;
    margin: 9px auto 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 1080px), print {
  #people .p-vision {
    display: grid;
    grid-template-columns: 423px 1fr;
    gap: 0 69px;
  }
  #people .p-vision__textbox {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #people .p-vision__textbox .c-textLetter {
    line-height: 2;
  }
}
#people .p-recommend {
  padding: 76px 0 109px;
}
#people .p-recommend__heading {
  padding: 0 0 8px;
  color: var(--color-bgAqua);
  font-weight: 600;
  font-size: 45px;
  line-height: 1;
  font-family: var(--font-family-serif);
  white-space: nowrap;
}
@media screen and (min-width: 769px), print {
  #people .p-recommend {
    padding: 109px 0 62px;
  }
  #people .p-recommend__heading {
    padding: 0 0 27px;
    font-size: 60px;
  }
}
#people .p-slide {
  position: relative;
}
#people .p-slide__image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
#people .p-slide__image::before {
  -o-object-fit: cover;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
     object-fit: cover;
  background-color: var(--color-secondary);
  content: "";
  opacity: 0.4;
}
#people .p-slide__image img {
  z-index: 1;
  position: relative;
}
#people .p-slide__date {
  padding: 14px 0 0;
  font-weight: bold;
  font-size: 12px;
}
#people .p-slide__title {
  padding: 8px 0 0;
  line-height: 20px;
}
#people .p-slide__title span {
  font-weight: bold;
  font-size: 16px;
}
#people .p-slide__container {
  pointer-events: none;
}
#people .p-slide__tags {
  display: flex;
  flex-wrap: wrap;
  padding: 13px 0 0;
  gap: 8px 11px;
  pointer-events: all;
}
#people .p-slide__post {
  font-weight: bold;
  font-size: 12px;
}
#people .p-slide__name {
  padding: 9px 0 0;
  font-weight: bold;
  font-size: 14px;
}
#people .p-slide__link {
  pointer-events: all;
}
#people .p-slide__footer {
  display: flex;
  justify-content: space-between;
}
#people .p-slide__footer .c-btnC {
  border: none;
}
@media screen and (min-width: 769px), print {
  #people .p-slide {
    width: 774px;
    height: 408.6px;
  }
  #people .p-slide__date {
    padding: 0 0 0 8px;
    color: #fff;
    font-size: 16px;
  }
  #people .p-slide__title {
    padding: 1px 0 0 8px;
    line-height: 50px;
  }
  #people .p-slide__title span {
    padding: 0.15em 0;
    background-color: #fff;
    font-size: 25px;
  }
  #people .p-slide__tags {
    max-width: 405px;
    padding: 0 0 0 8px;
    gap: 6px 10px;
  }
  #people .p-slide__tags .c-tag--small {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
  }
  #people .p-slide__image {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #people .p-slide__container {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 18px 8px;
  }
  #people .p-slide__author {
    padding: 0 0 21px;
  }
  #people .p-slide__post {
    margin: 0 0 11px;
    color: #fff;
    font-size: 16px;
  }
  #people .p-slide__name {
    padding: 0;
    color: #fff;
    font-size: 20px;
  }
  #people .p-slide__footer {
    align-items: flex-end;
    padding: 3.5px 0 0 12px;
  }
  #people .p-slide__link .c-btnC__text {
    color: #fff;
  }
  #people .p-slide__link .c-btnC__arrow {
    flex: 0 0 49px;
    width: 49px;
    height: 49px;
    margin: 0 0 0 25px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 19px;
  }
}
@media screen and (min-width: 950px) {
  #people .p-slide {
    width: 860px;
    height: 454px;
  }
}
@media screen and (max-width: 768px) {
  #people .p-slide {
    padding: 0 20px;
  }
  #people .p-slide__footer {
    flex-wrap: wrap;
    align-items: center;
    padding: 24px 0 0;
  }
  #people .p-slide__link .c-btnC {
    min-height: auto;
    padding: 0;
  }
  #people .p-slide__link .c-btnC__text {
    font-size: 12px;
  }
  #people .p-slide__link .c-btnC__arrow {
    flex: 0 0 28.5px;
    width: 28.5px;
    height: 28.5px;
    margin-left: 5px;
  }
}
@keyframes circle {
  0.1% {
    background-image: conic-gradient(#3d3b3b 0deg 0.36deg, #d2d0d0 0deg 360deg);
  }
  0.2% {
    background-image: conic-gradient(#3d3b3b 0deg 0.72deg, #d2d0d0 0deg 360deg);
  }
  0.3% {
    background-image: conic-gradient(#3d3b3b 0deg 1.08deg, #d2d0d0 0deg 360deg);
  }
  0.4% {
    background-image: conic-gradient(#3d3b3b 0deg 1.44deg, #d2d0d0 0deg 360deg);
  }
  0.5% {
    background-image: conic-gradient(#3d3b3b 0deg 1.8deg, #d2d0d0 0deg 360deg);
  }
  0.6% {
    background-image: conic-gradient(#3d3b3b 0deg 2.16deg, #d2d0d0 0deg 360deg);
  }
  0.7% {
    background-image: conic-gradient(#3d3b3b 0deg 2.52deg, #d2d0d0 0deg 360deg);
  }
  0.8% {
    background-image: conic-gradient(#3d3b3b 0deg 2.88deg, #d2d0d0 0deg 360deg);
  }
  0.9% {
    background-image: conic-gradient(#3d3b3b 0deg 3.24deg, #d2d0d0 0deg 360deg);
  }
  1% {
    background-image: conic-gradient(#3d3b3b 0deg 3.6deg, #d2d0d0 0deg 360deg);
  }
  1.1% {
    background-image: conic-gradient(#3d3b3b 0deg 3.96deg, #d2d0d0 0deg 360deg);
  }
  1.2% {
    background-image: conic-gradient(#3d3b3b 0deg 4.32deg, #d2d0d0 0deg 360deg);
  }
  1.3% {
    background-image: conic-gradient(#3d3b3b 0deg 4.68deg, #d2d0d0 0deg 360deg);
  }
  1.4% {
    background-image: conic-gradient(#3d3b3b 0deg 5.04deg, #d2d0d0 0deg 360deg);
  }
  1.5% {
    background-image: conic-gradient(#3d3b3b 0deg 5.4deg, #d2d0d0 0deg 360deg);
  }
  1.6% {
    background-image: conic-gradient(#3d3b3b 0deg 5.76deg, #d2d0d0 0deg 360deg);
  }
  1.7% {
    background-image: conic-gradient(#3d3b3b 0deg 6.12deg, #d2d0d0 0deg 360deg);
  }
  1.8% {
    background-image: conic-gradient(#3d3b3b 0deg 6.48deg, #d2d0d0 0deg 360deg);
  }
  1.9% {
    background-image: conic-gradient(#3d3b3b 0deg 6.84deg, #d2d0d0 0deg 360deg);
  }
  2% {
    background-image: conic-gradient(#3d3b3b 0deg 7.2deg, #d2d0d0 0deg 360deg);
  }
  2.1% {
    background-image: conic-gradient(#3d3b3b 0deg 7.56deg, #d2d0d0 0deg 360deg);
  }
  2.2% {
    background-image: conic-gradient(#3d3b3b 0deg 7.92deg, #d2d0d0 0deg 360deg);
  }
  2.3% {
    background-image: conic-gradient(#3d3b3b 0deg 8.28deg, #d2d0d0 0deg 360deg);
  }
  2.4% {
    background-image: conic-gradient(#3d3b3b 0deg 8.64deg, #d2d0d0 0deg 360deg);
  }
  2.5% {
    background-image: conic-gradient(#3d3b3b 0deg 9deg, #d2d0d0 0deg 360deg);
  }
  2.6% {
    background-image: conic-gradient(#3d3b3b 0deg 9.36deg, #d2d0d0 0deg 360deg);
  }
  2.7% {
    background-image: conic-gradient(#3d3b3b 0deg 9.72deg, #d2d0d0 0deg 360deg);
  }
  2.8% {
    background-image: conic-gradient(#3d3b3b 0deg 10.08deg, #d2d0d0 0deg 360deg);
  }
  2.9% {
    background-image: conic-gradient(#3d3b3b 0deg 10.44deg, #d2d0d0 0deg 360deg);
  }
  3% {
    background-image: conic-gradient(#3d3b3b 0deg 10.8deg, #d2d0d0 0deg 360deg);
  }
  3.1% {
    background-image: conic-gradient(#3d3b3b 0deg 11.16deg, #d2d0d0 0deg 360deg);
  }
  3.2% {
    background-image: conic-gradient(#3d3b3b 0deg 11.52deg, #d2d0d0 0deg 360deg);
  }
  3.3% {
    background-image: conic-gradient(#3d3b3b 0deg 11.88deg, #d2d0d0 0deg 360deg);
  }
  3.4% {
    background-image: conic-gradient(#3d3b3b 0deg 12.24deg, #d2d0d0 0deg 360deg);
  }
  3.5% {
    background-image: conic-gradient(#3d3b3b 0deg 12.6deg, #d2d0d0 0deg 360deg);
  }
  3.6% {
    background-image: conic-gradient(#3d3b3b 0deg 12.96deg, #d2d0d0 0deg 360deg);
  }
  3.7% {
    background-image: conic-gradient(#3d3b3b 0deg 13.32deg, #d2d0d0 0deg 360deg);
  }
  3.8% {
    background-image: conic-gradient(#3d3b3b 0deg 13.68deg, #d2d0d0 0deg 360deg);
  }
  3.9% {
    background-image: conic-gradient(#3d3b3b 0deg 14.04deg, #d2d0d0 0deg 360deg);
  }
  4% {
    background-image: conic-gradient(#3d3b3b 0deg 14.4deg, #d2d0d0 0deg 360deg);
  }
  4.1% {
    background-image: conic-gradient(#3d3b3b 0deg 14.76deg, #d2d0d0 0deg 360deg);
  }
  4.2% {
    background-image: conic-gradient(#3d3b3b 0deg 15.12deg, #d2d0d0 0deg 360deg);
  }
  4.3% {
    background-image: conic-gradient(#3d3b3b 0deg 15.48deg, #d2d0d0 0deg 360deg);
  }
  4.4% {
    background-image: conic-gradient(#3d3b3b 0deg 15.84deg, #d2d0d0 0deg 360deg);
  }
  4.5% {
    background-image: conic-gradient(#3d3b3b 0deg 16.2deg, #d2d0d0 0deg 360deg);
  }
  4.6% {
    background-image: conic-gradient(#3d3b3b 0deg 16.56deg, #d2d0d0 0deg 360deg);
  }
  4.7% {
    background-image: conic-gradient(#3d3b3b 0deg 16.92deg, #d2d0d0 0deg 360deg);
  }
  4.8% {
    background-image: conic-gradient(#3d3b3b 0deg 17.28deg, #d2d0d0 0deg 360deg);
  }
  4.9% {
    background-image: conic-gradient(#3d3b3b 0deg 17.64deg, #d2d0d0 0deg 360deg);
  }
  5% {
    background-image: conic-gradient(#3d3b3b 0deg 18deg, #d2d0d0 0deg 360deg);
  }
  5.1% {
    background-image: conic-gradient(#3d3b3b 0deg 18.36deg, #d2d0d0 0deg 360deg);
  }
  5.2% {
    background-image: conic-gradient(#3d3b3b 0deg 18.72deg, #d2d0d0 0deg 360deg);
  }
  5.3% {
    background-image: conic-gradient(#3d3b3b 0deg 19.08deg, #d2d0d0 0deg 360deg);
  }
  5.4% {
    background-image: conic-gradient(#3d3b3b 0deg 19.44deg, #d2d0d0 0deg 360deg);
  }
  5.5% {
    background-image: conic-gradient(#3d3b3b 0deg 19.8deg, #d2d0d0 0deg 360deg);
  }
  5.6% {
    background-image: conic-gradient(#3d3b3b 0deg 20.16deg, #d2d0d0 0deg 360deg);
  }
  5.7% {
    background-image: conic-gradient(#3d3b3b 0deg 20.52deg, #d2d0d0 0deg 360deg);
  }
  5.8% {
    background-image: conic-gradient(#3d3b3b 0deg 20.88deg, #d2d0d0 0deg 360deg);
  }
  5.9% {
    background-image: conic-gradient(#3d3b3b 0deg 21.24deg, #d2d0d0 0deg 360deg);
  }
  6% {
    background-image: conic-gradient(#3d3b3b 0deg 21.6deg, #d2d0d0 0deg 360deg);
  }
  6.1% {
    background-image: conic-gradient(#3d3b3b 0deg 21.96deg, #d2d0d0 0deg 360deg);
  }
  6.2% {
    background-image: conic-gradient(#3d3b3b 0deg 22.32deg, #d2d0d0 0deg 360deg);
  }
  6.3% {
    background-image: conic-gradient(#3d3b3b 0deg 22.68deg, #d2d0d0 0deg 360deg);
  }
  6.4% {
    background-image: conic-gradient(#3d3b3b 0deg 23.04deg, #d2d0d0 0deg 360deg);
  }
  6.5% {
    background-image: conic-gradient(#3d3b3b 0deg 23.4deg, #d2d0d0 0deg 360deg);
  }
  6.6% {
    background-image: conic-gradient(#3d3b3b 0deg 23.76deg, #d2d0d0 0deg 360deg);
  }
  6.7% {
    background-image: conic-gradient(#3d3b3b 0deg 24.12deg, #d2d0d0 0deg 360deg);
  }
  6.8% {
    background-image: conic-gradient(#3d3b3b 0deg 24.48deg, #d2d0d0 0deg 360deg);
  }
  6.9% {
    background-image: conic-gradient(#3d3b3b 0deg 24.84deg, #d2d0d0 0deg 360deg);
  }
  7% {
    background-image: conic-gradient(#3d3b3b 0deg 25.2deg, #d2d0d0 0deg 360deg);
  }
  7.1% {
    background-image: conic-gradient(#3d3b3b 0deg 25.56deg, #d2d0d0 0deg 360deg);
  }
  7.2% {
    background-image: conic-gradient(#3d3b3b 0deg 25.92deg, #d2d0d0 0deg 360deg);
  }
  7.3% {
    background-image: conic-gradient(#3d3b3b 0deg 26.28deg, #d2d0d0 0deg 360deg);
  }
  7.4% {
    background-image: conic-gradient(#3d3b3b 0deg 26.64deg, #d2d0d0 0deg 360deg);
  }
  7.5% {
    background-image: conic-gradient(#3d3b3b 0deg 27deg, #d2d0d0 0deg 360deg);
  }
  7.6% {
    background-image: conic-gradient(#3d3b3b 0deg 27.36deg, #d2d0d0 0deg 360deg);
  }
  7.7% {
    background-image: conic-gradient(#3d3b3b 0deg 27.72deg, #d2d0d0 0deg 360deg);
  }
  7.8% {
    background-image: conic-gradient(#3d3b3b 0deg 28.08deg, #d2d0d0 0deg 360deg);
  }
  7.9% {
    background-image: conic-gradient(#3d3b3b 0deg 28.44deg, #d2d0d0 0deg 360deg);
  }
  8% {
    background-image: conic-gradient(#3d3b3b 0deg 28.8deg, #d2d0d0 0deg 360deg);
  }
  8.1% {
    background-image: conic-gradient(#3d3b3b 0deg 29.16deg, #d2d0d0 0deg 360deg);
  }
  8.2% {
    background-image: conic-gradient(#3d3b3b 0deg 29.52deg, #d2d0d0 0deg 360deg);
  }
  8.3% {
    background-image: conic-gradient(#3d3b3b 0deg 29.88deg, #d2d0d0 0deg 360deg);
  }
  8.4% {
    background-image: conic-gradient(#3d3b3b 0deg 30.24deg, #d2d0d0 0deg 360deg);
  }
  8.5% {
    background-image: conic-gradient(#3d3b3b 0deg 30.6deg, #d2d0d0 0deg 360deg);
  }
  8.6% {
    background-image: conic-gradient(#3d3b3b 0deg 30.96deg, #d2d0d0 0deg 360deg);
  }
  8.7% {
    background-image: conic-gradient(#3d3b3b 0deg 31.32deg, #d2d0d0 0deg 360deg);
  }
  8.8% {
    background-image: conic-gradient(#3d3b3b 0deg 31.68deg, #d2d0d0 0deg 360deg);
  }
  8.9% {
    background-image: conic-gradient(#3d3b3b 0deg 32.04deg, #d2d0d0 0deg 360deg);
  }
  9% {
    background-image: conic-gradient(#3d3b3b 0deg 32.4deg, #d2d0d0 0deg 360deg);
  }
  9.1% {
    background-image: conic-gradient(#3d3b3b 0deg 32.76deg, #d2d0d0 0deg 360deg);
  }
  9.2% {
    background-image: conic-gradient(#3d3b3b 0deg 33.12deg, #d2d0d0 0deg 360deg);
  }
  9.3% {
    background-image: conic-gradient(#3d3b3b 0deg 33.48deg, #d2d0d0 0deg 360deg);
  }
  9.4% {
    background-image: conic-gradient(#3d3b3b 0deg 33.84deg, #d2d0d0 0deg 360deg);
  }
  9.5% {
    background-image: conic-gradient(#3d3b3b 0deg 34.2deg, #d2d0d0 0deg 360deg);
  }
  9.6% {
    background-image: conic-gradient(#3d3b3b 0deg 34.56deg, #d2d0d0 0deg 360deg);
  }
  9.7% {
    background-image: conic-gradient(#3d3b3b 0deg 34.92deg, #d2d0d0 0deg 360deg);
  }
  9.8% {
    background-image: conic-gradient(#3d3b3b 0deg 35.28deg, #d2d0d0 0deg 360deg);
  }
  9.9% {
    background-image: conic-gradient(#3d3b3b 0deg 35.64deg, #d2d0d0 0deg 360deg);
  }
  10% {
    background-image: conic-gradient(#3d3b3b 0deg 36deg, #d2d0d0 0deg 360deg);
  }
  10.1% {
    background-image: conic-gradient(#3d3b3b 0deg 36.36deg, #d2d0d0 0deg 360deg);
  }
  10.2% {
    background-image: conic-gradient(#3d3b3b 0deg 36.72deg, #d2d0d0 0deg 360deg);
  }
  10.3% {
    background-image: conic-gradient(#3d3b3b 0deg 37.08deg, #d2d0d0 0deg 360deg);
  }
  10.4% {
    background-image: conic-gradient(#3d3b3b 0deg 37.44deg, #d2d0d0 0deg 360deg);
  }
  10.5% {
    background-image: conic-gradient(#3d3b3b 0deg 37.8deg, #d2d0d0 0deg 360deg);
  }
  10.6% {
    background-image: conic-gradient(#3d3b3b 0deg 38.16deg, #d2d0d0 0deg 360deg);
  }
  10.7% {
    background-image: conic-gradient(#3d3b3b 0deg 38.52deg, #d2d0d0 0deg 360deg);
  }
  10.8% {
    background-image: conic-gradient(#3d3b3b 0deg 38.88deg, #d2d0d0 0deg 360deg);
  }
  10.9% {
    background-image: conic-gradient(#3d3b3b 0deg 39.24deg, #d2d0d0 0deg 360deg);
  }
  11% {
    background-image: conic-gradient(#3d3b3b 0deg 39.6deg, #d2d0d0 0deg 360deg);
  }
  11.1% {
    background-image: conic-gradient(#3d3b3b 0deg 39.96deg, #d2d0d0 0deg 360deg);
  }
  11.2% {
    background-image: conic-gradient(#3d3b3b 0deg 40.32deg, #d2d0d0 0deg 360deg);
  }
  11.3% {
    background-image: conic-gradient(#3d3b3b 0deg 40.68deg, #d2d0d0 0deg 360deg);
  }
  11.4% {
    background-image: conic-gradient(#3d3b3b 0deg 41.04deg, #d2d0d0 0deg 360deg);
  }
  11.5% {
    background-image: conic-gradient(#3d3b3b 0deg 41.4deg, #d2d0d0 0deg 360deg);
  }
  11.6% {
    background-image: conic-gradient(#3d3b3b 0deg 41.76deg, #d2d0d0 0deg 360deg);
  }
  11.7% {
    background-image: conic-gradient(#3d3b3b 0deg 42.12deg, #d2d0d0 0deg 360deg);
  }
  11.8% {
    background-image: conic-gradient(#3d3b3b 0deg 42.48deg, #d2d0d0 0deg 360deg);
  }
  11.9% {
    background-image: conic-gradient(#3d3b3b 0deg 42.84deg, #d2d0d0 0deg 360deg);
  }
  12% {
    background-image: conic-gradient(#3d3b3b 0deg 43.2deg, #d2d0d0 0deg 360deg);
  }
  12.1% {
    background-image: conic-gradient(#3d3b3b 0deg 43.56deg, #d2d0d0 0deg 360deg);
  }
  12.2% {
    background-image: conic-gradient(#3d3b3b 0deg 43.92deg, #d2d0d0 0deg 360deg);
  }
  12.3% {
    background-image: conic-gradient(#3d3b3b 0deg 44.28deg, #d2d0d0 0deg 360deg);
  }
  12.4% {
    background-image: conic-gradient(#3d3b3b 0deg 44.64deg, #d2d0d0 0deg 360deg);
  }
  12.5% {
    background-image: conic-gradient(#3d3b3b 0deg 45deg, #d2d0d0 0deg 360deg);
  }
  12.6% {
    background-image: conic-gradient(#3d3b3b 0deg 45.36deg, #d2d0d0 0deg 360deg);
  }
  12.7% {
    background-image: conic-gradient(#3d3b3b 0deg 45.72deg, #d2d0d0 0deg 360deg);
  }
  12.8% {
    background-image: conic-gradient(#3d3b3b 0deg 46.08deg, #d2d0d0 0deg 360deg);
  }
  12.9% {
    background-image: conic-gradient(#3d3b3b 0deg 46.44deg, #d2d0d0 0deg 360deg);
  }
  13% {
    background-image: conic-gradient(#3d3b3b 0deg 46.8deg, #d2d0d0 0deg 360deg);
  }
  13.1% {
    background-image: conic-gradient(#3d3b3b 0deg 47.16deg, #d2d0d0 0deg 360deg);
  }
  13.2% {
    background-image: conic-gradient(#3d3b3b 0deg 47.52deg, #d2d0d0 0deg 360deg);
  }
  13.3% {
    background-image: conic-gradient(#3d3b3b 0deg 47.88deg, #d2d0d0 0deg 360deg);
  }
  13.4% {
    background-image: conic-gradient(#3d3b3b 0deg 48.24deg, #d2d0d0 0deg 360deg);
  }
  13.5% {
    background-image: conic-gradient(#3d3b3b 0deg 48.6deg, #d2d0d0 0deg 360deg);
  }
  13.6% {
    background-image: conic-gradient(#3d3b3b 0deg 48.96deg, #d2d0d0 0deg 360deg);
  }
  13.7% {
    background-image: conic-gradient(#3d3b3b 0deg 49.32deg, #d2d0d0 0deg 360deg);
  }
  13.8% {
    background-image: conic-gradient(#3d3b3b 0deg 49.68deg, #d2d0d0 0deg 360deg);
  }
  13.9% {
    background-image: conic-gradient(#3d3b3b 0deg 50.04deg, #d2d0d0 0deg 360deg);
  }
  14% {
    background-image: conic-gradient(#3d3b3b 0deg 50.4deg, #d2d0d0 0deg 360deg);
  }
  14.1% {
    background-image: conic-gradient(#3d3b3b 0deg 50.76deg, #d2d0d0 0deg 360deg);
  }
  14.2% {
    background-image: conic-gradient(#3d3b3b 0deg 51.12deg, #d2d0d0 0deg 360deg);
  }
  14.3% {
    background-image: conic-gradient(#3d3b3b 0deg 51.48deg, #d2d0d0 0deg 360deg);
  }
  14.4% {
    background-image: conic-gradient(#3d3b3b 0deg 51.84deg, #d2d0d0 0deg 360deg);
  }
  14.5% {
    background-image: conic-gradient(#3d3b3b 0deg 52.2deg, #d2d0d0 0deg 360deg);
  }
  14.6% {
    background-image: conic-gradient(#3d3b3b 0deg 52.56deg, #d2d0d0 0deg 360deg);
  }
  14.7% {
    background-image: conic-gradient(#3d3b3b 0deg 52.92deg, #d2d0d0 0deg 360deg);
  }
  14.8% {
    background-image: conic-gradient(#3d3b3b 0deg 53.28deg, #d2d0d0 0deg 360deg);
  }
  14.9% {
    background-image: conic-gradient(#3d3b3b 0deg 53.64deg, #d2d0d0 0deg 360deg);
  }
  15% {
    background-image: conic-gradient(#3d3b3b 0deg 54deg, #d2d0d0 0deg 360deg);
  }
  15.1% {
    background-image: conic-gradient(#3d3b3b 0deg 54.36deg, #d2d0d0 0deg 360deg);
  }
  15.2% {
    background-image: conic-gradient(#3d3b3b 0deg 54.72deg, #d2d0d0 0deg 360deg);
  }
  15.3% {
    background-image: conic-gradient(#3d3b3b 0deg 55.08deg, #d2d0d0 0deg 360deg);
  }
  15.4% {
    background-image: conic-gradient(#3d3b3b 0deg 55.44deg, #d2d0d0 0deg 360deg);
  }
  15.5% {
    background-image: conic-gradient(#3d3b3b 0deg 55.8deg, #d2d0d0 0deg 360deg);
  }
  15.6% {
    background-image: conic-gradient(#3d3b3b 0deg 56.16deg, #d2d0d0 0deg 360deg);
  }
  15.7% {
    background-image: conic-gradient(#3d3b3b 0deg 56.52deg, #d2d0d0 0deg 360deg);
  }
  15.8% {
    background-image: conic-gradient(#3d3b3b 0deg 56.88deg, #d2d0d0 0deg 360deg);
  }
  15.9% {
    background-image: conic-gradient(#3d3b3b 0deg 57.24deg, #d2d0d0 0deg 360deg);
  }
  16% {
    background-image: conic-gradient(#3d3b3b 0deg 57.6deg, #d2d0d0 0deg 360deg);
  }
  16.1% {
    background-image: conic-gradient(#3d3b3b 0deg 57.96deg, #d2d0d0 0deg 360deg);
  }
  16.2% {
    background-image: conic-gradient(#3d3b3b 0deg 58.32deg, #d2d0d0 0deg 360deg);
  }
  16.3% {
    background-image: conic-gradient(#3d3b3b 0deg 58.68deg, #d2d0d0 0deg 360deg);
  }
  16.4% {
    background-image: conic-gradient(#3d3b3b 0deg 59.04deg, #d2d0d0 0deg 360deg);
  }
  16.5% {
    background-image: conic-gradient(#3d3b3b 0deg 59.4deg, #d2d0d0 0deg 360deg);
  }
  16.6% {
    background-image: conic-gradient(#3d3b3b 0deg 59.76deg, #d2d0d0 0deg 360deg);
  }
  16.7% {
    background-image: conic-gradient(#3d3b3b 0deg 60.12deg, #d2d0d0 0deg 360deg);
  }
  16.8% {
    background-image: conic-gradient(#3d3b3b 0deg 60.48deg, #d2d0d0 0deg 360deg);
  }
  16.9% {
    background-image: conic-gradient(#3d3b3b 0deg 60.84deg, #d2d0d0 0deg 360deg);
  }
  17% {
    background-image: conic-gradient(#3d3b3b 0deg 61.2deg, #d2d0d0 0deg 360deg);
  }
  17.1% {
    background-image: conic-gradient(#3d3b3b 0deg 61.56deg, #d2d0d0 0deg 360deg);
  }
  17.2% {
    background-image: conic-gradient(#3d3b3b 0deg 61.92deg, #d2d0d0 0deg 360deg);
  }
  17.3% {
    background-image: conic-gradient(#3d3b3b 0deg 62.28deg, #d2d0d0 0deg 360deg);
  }
  17.4% {
    background-image: conic-gradient(#3d3b3b 0deg 62.64deg, #d2d0d0 0deg 360deg);
  }
  17.5% {
    background-image: conic-gradient(#3d3b3b 0deg 63deg, #d2d0d0 0deg 360deg);
  }
  17.6% {
    background-image: conic-gradient(#3d3b3b 0deg 63.36deg, #d2d0d0 0deg 360deg);
  }
  17.7% {
    background-image: conic-gradient(#3d3b3b 0deg 63.72deg, #d2d0d0 0deg 360deg);
  }
  17.8% {
    background-image: conic-gradient(#3d3b3b 0deg 64.08deg, #d2d0d0 0deg 360deg);
  }
  17.9% {
    background-image: conic-gradient(#3d3b3b 0deg 64.44deg, #d2d0d0 0deg 360deg);
  }
  18% {
    background-image: conic-gradient(#3d3b3b 0deg 64.8deg, #d2d0d0 0deg 360deg);
  }
  18.1% {
    background-image: conic-gradient(#3d3b3b 0deg 65.16deg, #d2d0d0 0deg 360deg);
  }
  18.2% {
    background-image: conic-gradient(#3d3b3b 0deg 65.52deg, #d2d0d0 0deg 360deg);
  }
  18.3% {
    background-image: conic-gradient(#3d3b3b 0deg 65.88deg, #d2d0d0 0deg 360deg);
  }
  18.4% {
    background-image: conic-gradient(#3d3b3b 0deg 66.24deg, #d2d0d0 0deg 360deg);
  }
  18.5% {
    background-image: conic-gradient(#3d3b3b 0deg 66.6deg, #d2d0d0 0deg 360deg);
  }
  18.6% {
    background-image: conic-gradient(#3d3b3b 0deg 66.96deg, #d2d0d0 0deg 360deg);
  }
  18.7% {
    background-image: conic-gradient(#3d3b3b 0deg 67.32deg, #d2d0d0 0deg 360deg);
  }
  18.8% {
    background-image: conic-gradient(#3d3b3b 0deg 67.68deg, #d2d0d0 0deg 360deg);
  }
  18.9% {
    background-image: conic-gradient(#3d3b3b 0deg 68.04deg, #d2d0d0 0deg 360deg);
  }
  19% {
    background-image: conic-gradient(#3d3b3b 0deg 68.4deg, #d2d0d0 0deg 360deg);
  }
  19.1% {
    background-image: conic-gradient(#3d3b3b 0deg 68.76deg, #d2d0d0 0deg 360deg);
  }
  19.2% {
    background-image: conic-gradient(#3d3b3b 0deg 69.12deg, #d2d0d0 0deg 360deg);
  }
  19.3% {
    background-image: conic-gradient(#3d3b3b 0deg 69.48deg, #d2d0d0 0deg 360deg);
  }
  19.4% {
    background-image: conic-gradient(#3d3b3b 0deg 69.84deg, #d2d0d0 0deg 360deg);
  }
  19.5% {
    background-image: conic-gradient(#3d3b3b 0deg 70.2deg, #d2d0d0 0deg 360deg);
  }
  19.6% {
    background-image: conic-gradient(#3d3b3b 0deg 70.56deg, #d2d0d0 0deg 360deg);
  }
  19.7% {
    background-image: conic-gradient(#3d3b3b 0deg 70.92deg, #d2d0d0 0deg 360deg);
  }
  19.8% {
    background-image: conic-gradient(#3d3b3b 0deg 71.28deg, #d2d0d0 0deg 360deg);
  }
  19.9% {
    background-image: conic-gradient(#3d3b3b 0deg 71.64deg, #d2d0d0 0deg 360deg);
  }
  20% {
    background-image: conic-gradient(#3d3b3b 0deg 72deg, #d2d0d0 0deg 360deg);
  }
  20.1% {
    background-image: conic-gradient(#3d3b3b 0deg 72.36deg, #d2d0d0 0deg 360deg);
  }
  20.2% {
    background-image: conic-gradient(#3d3b3b 0deg 72.72deg, #d2d0d0 0deg 360deg);
  }
  20.3% {
    background-image: conic-gradient(#3d3b3b 0deg 73.08deg, #d2d0d0 0deg 360deg);
  }
  20.4% {
    background-image: conic-gradient(#3d3b3b 0deg 73.44deg, #d2d0d0 0deg 360deg);
  }
  20.5% {
    background-image: conic-gradient(#3d3b3b 0deg 73.8deg, #d2d0d0 0deg 360deg);
  }
  20.6% {
    background-image: conic-gradient(#3d3b3b 0deg 74.16deg, #d2d0d0 0deg 360deg);
  }
  20.7% {
    background-image: conic-gradient(#3d3b3b 0deg 74.52deg, #d2d0d0 0deg 360deg);
  }
  20.8% {
    background-image: conic-gradient(#3d3b3b 0deg 74.88deg, #d2d0d0 0deg 360deg);
  }
  20.9% {
    background-image: conic-gradient(#3d3b3b 0deg 75.24deg, #d2d0d0 0deg 360deg);
  }
  21% {
    background-image: conic-gradient(#3d3b3b 0deg 75.6deg, #d2d0d0 0deg 360deg);
  }
  21.1% {
    background-image: conic-gradient(#3d3b3b 0deg 75.96deg, #d2d0d0 0deg 360deg);
  }
  21.2% {
    background-image: conic-gradient(#3d3b3b 0deg 76.32deg, #d2d0d0 0deg 360deg);
  }
  21.3% {
    background-image: conic-gradient(#3d3b3b 0deg 76.68deg, #d2d0d0 0deg 360deg);
  }
  21.4% {
    background-image: conic-gradient(#3d3b3b 0deg 77.04deg, #d2d0d0 0deg 360deg);
  }
  21.5% {
    background-image: conic-gradient(#3d3b3b 0deg 77.4deg, #d2d0d0 0deg 360deg);
  }
  21.6% {
    background-image: conic-gradient(#3d3b3b 0deg 77.76deg, #d2d0d0 0deg 360deg);
  }
  21.7% {
    background-image: conic-gradient(#3d3b3b 0deg 78.12deg, #d2d0d0 0deg 360deg);
  }
  21.8% {
    background-image: conic-gradient(#3d3b3b 0deg 78.48deg, #d2d0d0 0deg 360deg);
  }
  21.9% {
    background-image: conic-gradient(#3d3b3b 0deg 78.84deg, #d2d0d0 0deg 360deg);
  }
  22% {
    background-image: conic-gradient(#3d3b3b 0deg 79.2deg, #d2d0d0 0deg 360deg);
  }
  22.1% {
    background-image: conic-gradient(#3d3b3b 0deg 79.56deg, #d2d0d0 0deg 360deg);
  }
  22.2% {
    background-image: conic-gradient(#3d3b3b 0deg 79.92deg, #d2d0d0 0deg 360deg);
  }
  22.3% {
    background-image: conic-gradient(#3d3b3b 0deg 80.28deg, #d2d0d0 0deg 360deg);
  }
  22.4% {
    background-image: conic-gradient(#3d3b3b 0deg 80.64deg, #d2d0d0 0deg 360deg);
  }
  22.5% {
    background-image: conic-gradient(#3d3b3b 0deg 81deg, #d2d0d0 0deg 360deg);
  }
  22.6% {
    background-image: conic-gradient(#3d3b3b 0deg 81.36deg, #d2d0d0 0deg 360deg);
  }
  22.7% {
    background-image: conic-gradient(#3d3b3b 0deg 81.72deg, #d2d0d0 0deg 360deg);
  }
  22.8% {
    background-image: conic-gradient(#3d3b3b 0deg 82.08deg, #d2d0d0 0deg 360deg);
  }
  22.9% {
    background-image: conic-gradient(#3d3b3b 0deg 82.44deg, #d2d0d0 0deg 360deg);
  }
  23% {
    background-image: conic-gradient(#3d3b3b 0deg 82.8deg, #d2d0d0 0deg 360deg);
  }
  23.1% {
    background-image: conic-gradient(#3d3b3b 0deg 83.16deg, #d2d0d0 0deg 360deg);
  }
  23.2% {
    background-image: conic-gradient(#3d3b3b 0deg 83.52deg, #d2d0d0 0deg 360deg);
  }
  23.3% {
    background-image: conic-gradient(#3d3b3b 0deg 83.88deg, #d2d0d0 0deg 360deg);
  }
  23.4% {
    background-image: conic-gradient(#3d3b3b 0deg 84.24deg, #d2d0d0 0deg 360deg);
  }
  23.5% {
    background-image: conic-gradient(#3d3b3b 0deg 84.6deg, #d2d0d0 0deg 360deg);
  }
  23.6% {
    background-image: conic-gradient(#3d3b3b 0deg 84.96deg, #d2d0d0 0deg 360deg);
  }
  23.7% {
    background-image: conic-gradient(#3d3b3b 0deg 85.32deg, #d2d0d0 0deg 360deg);
  }
  23.8% {
    background-image: conic-gradient(#3d3b3b 0deg 85.68deg, #d2d0d0 0deg 360deg);
  }
  23.9% {
    background-image: conic-gradient(#3d3b3b 0deg 86.04deg, #d2d0d0 0deg 360deg);
  }
  24% {
    background-image: conic-gradient(#3d3b3b 0deg 86.4deg, #d2d0d0 0deg 360deg);
  }
  24.1% {
    background-image: conic-gradient(#3d3b3b 0deg 86.76deg, #d2d0d0 0deg 360deg);
  }
  24.2% {
    background-image: conic-gradient(#3d3b3b 0deg 87.12deg, #d2d0d0 0deg 360deg);
  }
  24.3% {
    background-image: conic-gradient(#3d3b3b 0deg 87.48deg, #d2d0d0 0deg 360deg);
  }
  24.4% {
    background-image: conic-gradient(#3d3b3b 0deg 87.84deg, #d2d0d0 0deg 360deg);
  }
  24.5% {
    background-image: conic-gradient(#3d3b3b 0deg 88.2deg, #d2d0d0 0deg 360deg);
  }
  24.6% {
    background-image: conic-gradient(#3d3b3b 0deg 88.56deg, #d2d0d0 0deg 360deg);
  }
  24.7% {
    background-image: conic-gradient(#3d3b3b 0deg 88.92deg, #d2d0d0 0deg 360deg);
  }
  24.8% {
    background-image: conic-gradient(#3d3b3b 0deg 89.28deg, #d2d0d0 0deg 360deg);
  }
  24.9% {
    background-image: conic-gradient(#3d3b3b 0deg 89.64deg, #d2d0d0 0deg 360deg);
  }
  25% {
    background-image: conic-gradient(#3d3b3b 0deg 90deg, #d2d0d0 0deg 360deg);
  }
  25.1% {
    background-image: conic-gradient(#3d3b3b 0deg 90.36deg, #d2d0d0 0deg 360deg);
  }
  25.2% {
    background-image: conic-gradient(#3d3b3b 0deg 90.72deg, #d2d0d0 0deg 360deg);
  }
  25.3% {
    background-image: conic-gradient(#3d3b3b 0deg 91.08deg, #d2d0d0 0deg 360deg);
  }
  25.4% {
    background-image: conic-gradient(#3d3b3b 0deg 91.44deg, #d2d0d0 0deg 360deg);
  }
  25.5% {
    background-image: conic-gradient(#3d3b3b 0deg 91.8deg, #d2d0d0 0deg 360deg);
  }
  25.6% {
    background-image: conic-gradient(#3d3b3b 0deg 92.16deg, #d2d0d0 0deg 360deg);
  }
  25.7% {
    background-image: conic-gradient(#3d3b3b 0deg 92.52deg, #d2d0d0 0deg 360deg);
  }
  25.8% {
    background-image: conic-gradient(#3d3b3b 0deg 92.88deg, #d2d0d0 0deg 360deg);
  }
  25.9% {
    background-image: conic-gradient(#3d3b3b 0deg 93.24deg, #d2d0d0 0deg 360deg);
  }
  26% {
    background-image: conic-gradient(#3d3b3b 0deg 93.6deg, #d2d0d0 0deg 360deg);
  }
  26.1% {
    background-image: conic-gradient(#3d3b3b 0deg 93.96deg, #d2d0d0 0deg 360deg);
  }
  26.2% {
    background-image: conic-gradient(#3d3b3b 0deg 94.32deg, #d2d0d0 0deg 360deg);
  }
  26.3% {
    background-image: conic-gradient(#3d3b3b 0deg 94.68deg, #d2d0d0 0deg 360deg);
  }
  26.4% {
    background-image: conic-gradient(#3d3b3b 0deg 95.04deg, #d2d0d0 0deg 360deg);
  }
  26.5% {
    background-image: conic-gradient(#3d3b3b 0deg 95.4deg, #d2d0d0 0deg 360deg);
  }
  26.6% {
    background-image: conic-gradient(#3d3b3b 0deg 95.76deg, #d2d0d0 0deg 360deg);
  }
  26.7% {
    background-image: conic-gradient(#3d3b3b 0deg 96.12deg, #d2d0d0 0deg 360deg);
  }
  26.8% {
    background-image: conic-gradient(#3d3b3b 0deg 96.48deg, #d2d0d0 0deg 360deg);
  }
  26.9% {
    background-image: conic-gradient(#3d3b3b 0deg 96.84deg, #d2d0d0 0deg 360deg);
  }
  27% {
    background-image: conic-gradient(#3d3b3b 0deg 97.2deg, #d2d0d0 0deg 360deg);
  }
  27.1% {
    background-image: conic-gradient(#3d3b3b 0deg 97.56deg, #d2d0d0 0deg 360deg);
  }
  27.2% {
    background-image: conic-gradient(#3d3b3b 0deg 97.92deg, #d2d0d0 0deg 360deg);
  }
  27.3% {
    background-image: conic-gradient(#3d3b3b 0deg 98.28deg, #d2d0d0 0deg 360deg);
  }
  27.4% {
    background-image: conic-gradient(#3d3b3b 0deg 98.64deg, #d2d0d0 0deg 360deg);
  }
  27.5% {
    background-image: conic-gradient(#3d3b3b 0deg 99deg, #d2d0d0 0deg 360deg);
  }
  27.6% {
    background-image: conic-gradient(#3d3b3b 0deg 99.36deg, #d2d0d0 0deg 360deg);
  }
  27.7% {
    background-image: conic-gradient(#3d3b3b 0deg 99.72deg, #d2d0d0 0deg 360deg);
  }
  27.8% {
    background-image: conic-gradient(#3d3b3b 0deg 100.08deg, #d2d0d0 0deg 360deg);
  }
  27.9% {
    background-image: conic-gradient(#3d3b3b 0deg 100.44deg, #d2d0d0 0deg 360deg);
  }
  28% {
    background-image: conic-gradient(#3d3b3b 0deg 100.8deg, #d2d0d0 0deg 360deg);
  }
  28.1% {
    background-image: conic-gradient(#3d3b3b 0deg 101.16deg, #d2d0d0 0deg 360deg);
  }
  28.2% {
    background-image: conic-gradient(#3d3b3b 0deg 101.52deg, #d2d0d0 0deg 360deg);
  }
  28.3% {
    background-image: conic-gradient(#3d3b3b 0deg 101.88deg, #d2d0d0 0deg 360deg);
  }
  28.4% {
    background-image: conic-gradient(#3d3b3b 0deg 102.24deg, #d2d0d0 0deg 360deg);
  }
  28.5% {
    background-image: conic-gradient(#3d3b3b 0deg 102.6deg, #d2d0d0 0deg 360deg);
  }
  28.6% {
    background-image: conic-gradient(#3d3b3b 0deg 102.96deg, #d2d0d0 0deg 360deg);
  }
  28.7% {
    background-image: conic-gradient(#3d3b3b 0deg 103.32deg, #d2d0d0 0deg 360deg);
  }
  28.8% {
    background-image: conic-gradient(#3d3b3b 0deg 103.68deg, #d2d0d0 0deg 360deg);
  }
  28.9% {
    background-image: conic-gradient(#3d3b3b 0deg 104.04deg, #d2d0d0 0deg 360deg);
  }
  29% {
    background-image: conic-gradient(#3d3b3b 0deg 104.4deg, #d2d0d0 0deg 360deg);
  }
  29.1% {
    background-image: conic-gradient(#3d3b3b 0deg 104.76deg, #d2d0d0 0deg 360deg);
  }
  29.2% {
    background-image: conic-gradient(#3d3b3b 0deg 105.12deg, #d2d0d0 0deg 360deg);
  }
  29.3% {
    background-image: conic-gradient(#3d3b3b 0deg 105.48deg, #d2d0d0 0deg 360deg);
  }
  29.4% {
    background-image: conic-gradient(#3d3b3b 0deg 105.84deg, #d2d0d0 0deg 360deg);
  }
  29.5% {
    background-image: conic-gradient(#3d3b3b 0deg 106.2deg, #d2d0d0 0deg 360deg);
  }
  29.6% {
    background-image: conic-gradient(#3d3b3b 0deg 106.56deg, #d2d0d0 0deg 360deg);
  }
  29.7% {
    background-image: conic-gradient(#3d3b3b 0deg 106.92deg, #d2d0d0 0deg 360deg);
  }
  29.8% {
    background-image: conic-gradient(#3d3b3b 0deg 107.28deg, #d2d0d0 0deg 360deg);
  }
  29.9% {
    background-image: conic-gradient(#3d3b3b 0deg 107.64deg, #d2d0d0 0deg 360deg);
  }
  30% {
    background-image: conic-gradient(#3d3b3b 0deg 108deg, #d2d0d0 0deg 360deg);
  }
  30.1% {
    background-image: conic-gradient(#3d3b3b 0deg 108.36deg, #d2d0d0 0deg 360deg);
  }
  30.2% {
    background-image: conic-gradient(#3d3b3b 0deg 108.72deg, #d2d0d0 0deg 360deg);
  }
  30.3% {
    background-image: conic-gradient(#3d3b3b 0deg 109.08deg, #d2d0d0 0deg 360deg);
  }
  30.4% {
    background-image: conic-gradient(#3d3b3b 0deg 109.44deg, #d2d0d0 0deg 360deg);
  }
  30.5% {
    background-image: conic-gradient(#3d3b3b 0deg 109.8deg, #d2d0d0 0deg 360deg);
  }
  30.6% {
    background-image: conic-gradient(#3d3b3b 0deg 110.16deg, #d2d0d0 0deg 360deg);
  }
  30.7% {
    background-image: conic-gradient(#3d3b3b 0deg 110.52deg, #d2d0d0 0deg 360deg);
  }
  30.8% {
    background-image: conic-gradient(#3d3b3b 0deg 110.88deg, #d2d0d0 0deg 360deg);
  }
  30.9% {
    background-image: conic-gradient(#3d3b3b 0deg 111.24deg, #d2d0d0 0deg 360deg);
  }
  31% {
    background-image: conic-gradient(#3d3b3b 0deg 111.6deg, #d2d0d0 0deg 360deg);
  }
  31.1% {
    background-image: conic-gradient(#3d3b3b 0deg 111.96deg, #d2d0d0 0deg 360deg);
  }
  31.2% {
    background-image: conic-gradient(#3d3b3b 0deg 112.32deg, #d2d0d0 0deg 360deg);
  }
  31.3% {
    background-image: conic-gradient(#3d3b3b 0deg 112.68deg, #d2d0d0 0deg 360deg);
  }
  31.4% {
    background-image: conic-gradient(#3d3b3b 0deg 113.04deg, #d2d0d0 0deg 360deg);
  }
  31.5% {
    background-image: conic-gradient(#3d3b3b 0deg 113.4deg, #d2d0d0 0deg 360deg);
  }
  31.6% {
    background-image: conic-gradient(#3d3b3b 0deg 113.76deg, #d2d0d0 0deg 360deg);
  }
  31.7% {
    background-image: conic-gradient(#3d3b3b 0deg 114.12deg, #d2d0d0 0deg 360deg);
  }
  31.8% {
    background-image: conic-gradient(#3d3b3b 0deg 114.48deg, #d2d0d0 0deg 360deg);
  }
  31.9% {
    background-image: conic-gradient(#3d3b3b 0deg 114.84deg, #d2d0d0 0deg 360deg);
  }
  32% {
    background-image: conic-gradient(#3d3b3b 0deg 115.2deg, #d2d0d0 0deg 360deg);
  }
  32.1% {
    background-image: conic-gradient(#3d3b3b 0deg 115.56deg, #d2d0d0 0deg 360deg);
  }
  32.2% {
    background-image: conic-gradient(#3d3b3b 0deg 115.92deg, #d2d0d0 0deg 360deg);
  }
  32.3% {
    background-image: conic-gradient(#3d3b3b 0deg 116.28deg, #d2d0d0 0deg 360deg);
  }
  32.4% {
    background-image: conic-gradient(#3d3b3b 0deg 116.64deg, #d2d0d0 0deg 360deg);
  }
  32.5% {
    background-image: conic-gradient(#3d3b3b 0deg 117deg, #d2d0d0 0deg 360deg);
  }
  32.6% {
    background-image: conic-gradient(#3d3b3b 0deg 117.36deg, #d2d0d0 0deg 360deg);
  }
  32.7% {
    background-image: conic-gradient(#3d3b3b 0deg 117.72deg, #d2d0d0 0deg 360deg);
  }
  32.8% {
    background-image: conic-gradient(#3d3b3b 0deg 118.08deg, #d2d0d0 0deg 360deg);
  }
  32.9% {
    background-image: conic-gradient(#3d3b3b 0deg 118.44deg, #d2d0d0 0deg 360deg);
  }
  33% {
    background-image: conic-gradient(#3d3b3b 0deg 118.8deg, #d2d0d0 0deg 360deg);
  }
  33.1% {
    background-image: conic-gradient(#3d3b3b 0deg 119.16deg, #d2d0d0 0deg 360deg);
  }
  33.2% {
    background-image: conic-gradient(#3d3b3b 0deg 119.52deg, #d2d0d0 0deg 360deg);
  }
  33.3% {
    background-image: conic-gradient(#3d3b3b 0deg 119.88deg, #d2d0d0 0deg 360deg);
  }
  33.4% {
    background-image: conic-gradient(#3d3b3b 0deg 120.24deg, #d2d0d0 0deg 360deg);
  }
  33.5% {
    background-image: conic-gradient(#3d3b3b 0deg 120.6deg, #d2d0d0 0deg 360deg);
  }
  33.6% {
    background-image: conic-gradient(#3d3b3b 0deg 120.96deg, #d2d0d0 0deg 360deg);
  }
  33.7% {
    background-image: conic-gradient(#3d3b3b 0deg 121.32deg, #d2d0d0 0deg 360deg);
  }
  33.8% {
    background-image: conic-gradient(#3d3b3b 0deg 121.68deg, #d2d0d0 0deg 360deg);
  }
  33.9% {
    background-image: conic-gradient(#3d3b3b 0deg 122.04deg, #d2d0d0 0deg 360deg);
  }
  34% {
    background-image: conic-gradient(#3d3b3b 0deg 122.4deg, #d2d0d0 0deg 360deg);
  }
  34.1% {
    background-image: conic-gradient(#3d3b3b 0deg 122.76deg, #d2d0d0 0deg 360deg);
  }
  34.2% {
    background-image: conic-gradient(#3d3b3b 0deg 123.12deg, #d2d0d0 0deg 360deg);
  }
  34.3% {
    background-image: conic-gradient(#3d3b3b 0deg 123.48deg, #d2d0d0 0deg 360deg);
  }
  34.4% {
    background-image: conic-gradient(#3d3b3b 0deg 123.84deg, #d2d0d0 0deg 360deg);
  }
  34.5% {
    background-image: conic-gradient(#3d3b3b 0deg 124.2deg, #d2d0d0 0deg 360deg);
  }
  34.6% {
    background-image: conic-gradient(#3d3b3b 0deg 124.56deg, #d2d0d0 0deg 360deg);
  }
  34.7% {
    background-image: conic-gradient(#3d3b3b 0deg 124.92deg, #d2d0d0 0deg 360deg);
  }
  34.8% {
    background-image: conic-gradient(#3d3b3b 0deg 125.28deg, #d2d0d0 0deg 360deg);
  }
  34.9% {
    background-image: conic-gradient(#3d3b3b 0deg 125.64deg, #d2d0d0 0deg 360deg);
  }
  35% {
    background-image: conic-gradient(#3d3b3b 0deg 126deg, #d2d0d0 0deg 360deg);
  }
  35.1% {
    background-image: conic-gradient(#3d3b3b 0deg 126.36deg, #d2d0d0 0deg 360deg);
  }
  35.2% {
    background-image: conic-gradient(#3d3b3b 0deg 126.72deg, #d2d0d0 0deg 360deg);
  }
  35.3% {
    background-image: conic-gradient(#3d3b3b 0deg 127.08deg, #d2d0d0 0deg 360deg);
  }
  35.4% {
    background-image: conic-gradient(#3d3b3b 0deg 127.44deg, #d2d0d0 0deg 360deg);
  }
  35.5% {
    background-image: conic-gradient(#3d3b3b 0deg 127.8deg, #d2d0d0 0deg 360deg);
  }
  35.6% {
    background-image: conic-gradient(#3d3b3b 0deg 128.16deg, #d2d0d0 0deg 360deg);
  }
  35.7% {
    background-image: conic-gradient(#3d3b3b 0deg 128.52deg, #d2d0d0 0deg 360deg);
  }
  35.8% {
    background-image: conic-gradient(#3d3b3b 0deg 128.88deg, #d2d0d0 0deg 360deg);
  }
  35.9% {
    background-image: conic-gradient(#3d3b3b 0deg 129.24deg, #d2d0d0 0deg 360deg);
  }
  36% {
    background-image: conic-gradient(#3d3b3b 0deg 129.6deg, #d2d0d0 0deg 360deg);
  }
  36.1% {
    background-image: conic-gradient(#3d3b3b 0deg 129.96deg, #d2d0d0 0deg 360deg);
  }
  36.2% {
    background-image: conic-gradient(#3d3b3b 0deg 130.32deg, #d2d0d0 0deg 360deg);
  }
  36.3% {
    background-image: conic-gradient(#3d3b3b 0deg 130.68deg, #d2d0d0 0deg 360deg);
  }
  36.4% {
    background-image: conic-gradient(#3d3b3b 0deg 131.04deg, #d2d0d0 0deg 360deg);
  }
  36.5% {
    background-image: conic-gradient(#3d3b3b 0deg 131.4deg, #d2d0d0 0deg 360deg);
  }
  36.6% {
    background-image: conic-gradient(#3d3b3b 0deg 131.76deg, #d2d0d0 0deg 360deg);
  }
  36.7% {
    background-image: conic-gradient(#3d3b3b 0deg 132.12deg, #d2d0d0 0deg 360deg);
  }
  36.8% {
    background-image: conic-gradient(#3d3b3b 0deg 132.48deg, #d2d0d0 0deg 360deg);
  }
  36.9% {
    background-image: conic-gradient(#3d3b3b 0deg 132.84deg, #d2d0d0 0deg 360deg);
  }
  37% {
    background-image: conic-gradient(#3d3b3b 0deg 133.2deg, #d2d0d0 0deg 360deg);
  }
  37.1% {
    background-image: conic-gradient(#3d3b3b 0deg 133.56deg, #d2d0d0 0deg 360deg);
  }
  37.2% {
    background-image: conic-gradient(#3d3b3b 0deg 133.92deg, #d2d0d0 0deg 360deg);
  }
  37.3% {
    background-image: conic-gradient(#3d3b3b 0deg 134.28deg, #d2d0d0 0deg 360deg);
  }
  37.4% {
    background-image: conic-gradient(#3d3b3b 0deg 134.64deg, #d2d0d0 0deg 360deg);
  }
  37.5% {
    background-image: conic-gradient(#3d3b3b 0deg 135deg, #d2d0d0 0deg 360deg);
  }
  37.6% {
    background-image: conic-gradient(#3d3b3b 0deg 135.36deg, #d2d0d0 0deg 360deg);
  }
  37.7% {
    background-image: conic-gradient(#3d3b3b 0deg 135.72deg, #d2d0d0 0deg 360deg);
  }
  37.8% {
    background-image: conic-gradient(#3d3b3b 0deg 136.08deg, #d2d0d0 0deg 360deg);
  }
  37.9% {
    background-image: conic-gradient(#3d3b3b 0deg 136.44deg, #d2d0d0 0deg 360deg);
  }
  38% {
    background-image: conic-gradient(#3d3b3b 0deg 136.8deg, #d2d0d0 0deg 360deg);
  }
  38.1% {
    background-image: conic-gradient(#3d3b3b 0deg 137.16deg, #d2d0d0 0deg 360deg);
  }
  38.2% {
    background-image: conic-gradient(#3d3b3b 0deg 137.52deg, #d2d0d0 0deg 360deg);
  }
  38.3% {
    background-image: conic-gradient(#3d3b3b 0deg 137.88deg, #d2d0d0 0deg 360deg);
  }
  38.4% {
    background-image: conic-gradient(#3d3b3b 0deg 138.24deg, #d2d0d0 0deg 360deg);
  }
  38.5% {
    background-image: conic-gradient(#3d3b3b 0deg 138.6deg, #d2d0d0 0deg 360deg);
  }
  38.6% {
    background-image: conic-gradient(#3d3b3b 0deg 138.96deg, #d2d0d0 0deg 360deg);
  }
  38.7% {
    background-image: conic-gradient(#3d3b3b 0deg 139.32deg, #d2d0d0 0deg 360deg);
  }
  38.8% {
    background-image: conic-gradient(#3d3b3b 0deg 139.68deg, #d2d0d0 0deg 360deg);
  }
  38.9% {
    background-image: conic-gradient(#3d3b3b 0deg 140.04deg, #d2d0d0 0deg 360deg);
  }
  39% {
    background-image: conic-gradient(#3d3b3b 0deg 140.4deg, #d2d0d0 0deg 360deg);
  }
  39.1% {
    background-image: conic-gradient(#3d3b3b 0deg 140.76deg, #d2d0d0 0deg 360deg);
  }
  39.2% {
    background-image: conic-gradient(#3d3b3b 0deg 141.12deg, #d2d0d0 0deg 360deg);
  }
  39.3% {
    background-image: conic-gradient(#3d3b3b 0deg 141.48deg, #d2d0d0 0deg 360deg);
  }
  39.4% {
    background-image: conic-gradient(#3d3b3b 0deg 141.84deg, #d2d0d0 0deg 360deg);
  }
  39.5% {
    background-image: conic-gradient(#3d3b3b 0deg 142.2deg, #d2d0d0 0deg 360deg);
  }
  39.6% {
    background-image: conic-gradient(#3d3b3b 0deg 142.56deg, #d2d0d0 0deg 360deg);
  }
  39.7% {
    background-image: conic-gradient(#3d3b3b 0deg 142.92deg, #d2d0d0 0deg 360deg);
  }
  39.8% {
    background-image: conic-gradient(#3d3b3b 0deg 143.28deg, #d2d0d0 0deg 360deg);
  }
  39.9% {
    background-image: conic-gradient(#3d3b3b 0deg 143.64deg, #d2d0d0 0deg 360deg);
  }
  40% {
    background-image: conic-gradient(#3d3b3b 0deg 144deg, #d2d0d0 0deg 360deg);
  }
  40.1% {
    background-image: conic-gradient(#3d3b3b 0deg 144.36deg, #d2d0d0 0deg 360deg);
  }
  40.2% {
    background-image: conic-gradient(#3d3b3b 0deg 144.72deg, #d2d0d0 0deg 360deg);
  }
  40.3% {
    background-image: conic-gradient(#3d3b3b 0deg 145.08deg, #d2d0d0 0deg 360deg);
  }
  40.4% {
    background-image: conic-gradient(#3d3b3b 0deg 145.44deg, #d2d0d0 0deg 360deg);
  }
  40.5% {
    background-image: conic-gradient(#3d3b3b 0deg 145.8deg, #d2d0d0 0deg 360deg);
  }
  40.6% {
    background-image: conic-gradient(#3d3b3b 0deg 146.16deg, #d2d0d0 0deg 360deg);
  }
  40.7% {
    background-image: conic-gradient(#3d3b3b 0deg 146.52deg, #d2d0d0 0deg 360deg);
  }
  40.8% {
    background-image: conic-gradient(#3d3b3b 0deg 146.88deg, #d2d0d0 0deg 360deg);
  }
  40.9% {
    background-image: conic-gradient(#3d3b3b 0deg 147.24deg, #d2d0d0 0deg 360deg);
  }
  41% {
    background-image: conic-gradient(#3d3b3b 0deg 147.6deg, #d2d0d0 0deg 360deg);
  }
  41.1% {
    background-image: conic-gradient(#3d3b3b 0deg 147.96deg, #d2d0d0 0deg 360deg);
  }
  41.2% {
    background-image: conic-gradient(#3d3b3b 0deg 148.32deg, #d2d0d0 0deg 360deg);
  }
  41.3% {
    background-image: conic-gradient(#3d3b3b 0deg 148.68deg, #d2d0d0 0deg 360deg);
  }
  41.4% {
    background-image: conic-gradient(#3d3b3b 0deg 149.04deg, #d2d0d0 0deg 360deg);
  }
  41.5% {
    background-image: conic-gradient(#3d3b3b 0deg 149.4deg, #d2d0d0 0deg 360deg);
  }
  41.6% {
    background-image: conic-gradient(#3d3b3b 0deg 149.76deg, #d2d0d0 0deg 360deg);
  }
  41.7% {
    background-image: conic-gradient(#3d3b3b 0deg 150.12deg, #d2d0d0 0deg 360deg);
  }
  41.8% {
    background-image: conic-gradient(#3d3b3b 0deg 150.48deg, #d2d0d0 0deg 360deg);
  }
  41.9% {
    background-image: conic-gradient(#3d3b3b 0deg 150.84deg, #d2d0d0 0deg 360deg);
  }
  42% {
    background-image: conic-gradient(#3d3b3b 0deg 151.2deg, #d2d0d0 0deg 360deg);
  }
  42.1% {
    background-image: conic-gradient(#3d3b3b 0deg 151.56deg, #d2d0d0 0deg 360deg);
  }
  42.2% {
    background-image: conic-gradient(#3d3b3b 0deg 151.92deg, #d2d0d0 0deg 360deg);
  }
  42.3% {
    background-image: conic-gradient(#3d3b3b 0deg 152.28deg, #d2d0d0 0deg 360deg);
  }
  42.4% {
    background-image: conic-gradient(#3d3b3b 0deg 152.64deg, #d2d0d0 0deg 360deg);
  }
  42.5% {
    background-image: conic-gradient(#3d3b3b 0deg 153deg, #d2d0d0 0deg 360deg);
  }
  42.6% {
    background-image: conic-gradient(#3d3b3b 0deg 153.36deg, #d2d0d0 0deg 360deg);
  }
  42.7% {
    background-image: conic-gradient(#3d3b3b 0deg 153.72deg, #d2d0d0 0deg 360deg);
  }
  42.8% {
    background-image: conic-gradient(#3d3b3b 0deg 154.08deg, #d2d0d0 0deg 360deg);
  }
  42.9% {
    background-image: conic-gradient(#3d3b3b 0deg 154.44deg, #d2d0d0 0deg 360deg);
  }
  43% {
    background-image: conic-gradient(#3d3b3b 0deg 154.8deg, #d2d0d0 0deg 360deg);
  }
  43.1% {
    background-image: conic-gradient(#3d3b3b 0deg 155.16deg, #d2d0d0 0deg 360deg);
  }
  43.2% {
    background-image: conic-gradient(#3d3b3b 0deg 155.52deg, #d2d0d0 0deg 360deg);
  }
  43.3% {
    background-image: conic-gradient(#3d3b3b 0deg 155.88deg, #d2d0d0 0deg 360deg);
  }
  43.4% {
    background-image: conic-gradient(#3d3b3b 0deg 156.24deg, #d2d0d0 0deg 360deg);
  }
  43.5% {
    background-image: conic-gradient(#3d3b3b 0deg 156.6deg, #d2d0d0 0deg 360deg);
  }
  43.6% {
    background-image: conic-gradient(#3d3b3b 0deg 156.96deg, #d2d0d0 0deg 360deg);
  }
  43.7% {
    background-image: conic-gradient(#3d3b3b 0deg 157.32deg, #d2d0d0 0deg 360deg);
  }
  43.8% {
    background-image: conic-gradient(#3d3b3b 0deg 157.68deg, #d2d0d0 0deg 360deg);
  }
  43.9% {
    background-image: conic-gradient(#3d3b3b 0deg 158.04deg, #d2d0d0 0deg 360deg);
  }
  44% {
    background-image: conic-gradient(#3d3b3b 0deg 158.4deg, #d2d0d0 0deg 360deg);
  }
  44.1% {
    background-image: conic-gradient(#3d3b3b 0deg 158.76deg, #d2d0d0 0deg 360deg);
  }
  44.2% {
    background-image: conic-gradient(#3d3b3b 0deg 159.12deg, #d2d0d0 0deg 360deg);
  }
  44.3% {
    background-image: conic-gradient(#3d3b3b 0deg 159.48deg, #d2d0d0 0deg 360deg);
  }
  44.4% {
    background-image: conic-gradient(#3d3b3b 0deg 159.84deg, #d2d0d0 0deg 360deg);
  }
  44.5% {
    background-image: conic-gradient(#3d3b3b 0deg 160.2deg, #d2d0d0 0deg 360deg);
  }
  44.6% {
    background-image: conic-gradient(#3d3b3b 0deg 160.56deg, #d2d0d0 0deg 360deg);
  }
  44.7% {
    background-image: conic-gradient(#3d3b3b 0deg 160.92deg, #d2d0d0 0deg 360deg);
  }
  44.8% {
    background-image: conic-gradient(#3d3b3b 0deg 161.28deg, #d2d0d0 0deg 360deg);
  }
  44.9% {
    background-image: conic-gradient(#3d3b3b 0deg 161.64deg, #d2d0d0 0deg 360deg);
  }
  45% {
    background-image: conic-gradient(#3d3b3b 0deg 162deg, #d2d0d0 0deg 360deg);
  }
  45.1% {
    background-image: conic-gradient(#3d3b3b 0deg 162.36deg, #d2d0d0 0deg 360deg);
  }
  45.2% {
    background-image: conic-gradient(#3d3b3b 0deg 162.72deg, #d2d0d0 0deg 360deg);
  }
  45.3% {
    background-image: conic-gradient(#3d3b3b 0deg 163.08deg, #d2d0d0 0deg 360deg);
  }
  45.4% {
    background-image: conic-gradient(#3d3b3b 0deg 163.44deg, #d2d0d0 0deg 360deg);
  }
  45.5% {
    background-image: conic-gradient(#3d3b3b 0deg 163.8deg, #d2d0d0 0deg 360deg);
  }
  45.6% {
    background-image: conic-gradient(#3d3b3b 0deg 164.16deg, #d2d0d0 0deg 360deg);
  }
  45.7% {
    background-image: conic-gradient(#3d3b3b 0deg 164.52deg, #d2d0d0 0deg 360deg);
  }
  45.8% {
    background-image: conic-gradient(#3d3b3b 0deg 164.88deg, #d2d0d0 0deg 360deg);
  }
  45.9% {
    background-image: conic-gradient(#3d3b3b 0deg 165.24deg, #d2d0d0 0deg 360deg);
  }
  46% {
    background-image: conic-gradient(#3d3b3b 0deg 165.6deg, #d2d0d0 0deg 360deg);
  }
  46.1% {
    background-image: conic-gradient(#3d3b3b 0deg 165.96deg, #d2d0d0 0deg 360deg);
  }
  46.2% {
    background-image: conic-gradient(#3d3b3b 0deg 166.32deg, #d2d0d0 0deg 360deg);
  }
  46.3% {
    background-image: conic-gradient(#3d3b3b 0deg 166.68deg, #d2d0d0 0deg 360deg);
  }
  46.4% {
    background-image: conic-gradient(#3d3b3b 0deg 167.04deg, #d2d0d0 0deg 360deg);
  }
  46.5% {
    background-image: conic-gradient(#3d3b3b 0deg 167.4deg, #d2d0d0 0deg 360deg);
  }
  46.6% {
    background-image: conic-gradient(#3d3b3b 0deg 167.76deg, #d2d0d0 0deg 360deg);
  }
  46.7% {
    background-image: conic-gradient(#3d3b3b 0deg 168.12deg, #d2d0d0 0deg 360deg);
  }
  46.8% {
    background-image: conic-gradient(#3d3b3b 0deg 168.48deg, #d2d0d0 0deg 360deg);
  }
  46.9% {
    background-image: conic-gradient(#3d3b3b 0deg 168.84deg, #d2d0d0 0deg 360deg);
  }
  47% {
    background-image: conic-gradient(#3d3b3b 0deg 169.2deg, #d2d0d0 0deg 360deg);
  }
  47.1% {
    background-image: conic-gradient(#3d3b3b 0deg 169.56deg, #d2d0d0 0deg 360deg);
  }
  47.2% {
    background-image: conic-gradient(#3d3b3b 0deg 169.92deg, #d2d0d0 0deg 360deg);
  }
  47.3% {
    background-image: conic-gradient(#3d3b3b 0deg 170.28deg, #d2d0d0 0deg 360deg);
  }
  47.4% {
    background-image: conic-gradient(#3d3b3b 0deg 170.64deg, #d2d0d0 0deg 360deg);
  }
  47.5% {
    background-image: conic-gradient(#3d3b3b 0deg 171deg, #d2d0d0 0deg 360deg);
  }
  47.6% {
    background-image: conic-gradient(#3d3b3b 0deg 171.36deg, #d2d0d0 0deg 360deg);
  }
  47.7% {
    background-image: conic-gradient(#3d3b3b 0deg 171.72deg, #d2d0d0 0deg 360deg);
  }
  47.8% {
    background-image: conic-gradient(#3d3b3b 0deg 172.08deg, #d2d0d0 0deg 360deg);
  }
  47.9% {
    background-image: conic-gradient(#3d3b3b 0deg 172.44deg, #d2d0d0 0deg 360deg);
  }
  48% {
    background-image: conic-gradient(#3d3b3b 0deg 172.8deg, #d2d0d0 0deg 360deg);
  }
  48.1% {
    background-image: conic-gradient(#3d3b3b 0deg 173.16deg, #d2d0d0 0deg 360deg);
  }
  48.2% {
    background-image: conic-gradient(#3d3b3b 0deg 173.52deg, #d2d0d0 0deg 360deg);
  }
  48.3% {
    background-image: conic-gradient(#3d3b3b 0deg 173.88deg, #d2d0d0 0deg 360deg);
  }
  48.4% {
    background-image: conic-gradient(#3d3b3b 0deg 174.24deg, #d2d0d0 0deg 360deg);
  }
  48.5% {
    background-image: conic-gradient(#3d3b3b 0deg 174.6deg, #d2d0d0 0deg 360deg);
  }
  48.6% {
    background-image: conic-gradient(#3d3b3b 0deg 174.96deg, #d2d0d0 0deg 360deg);
  }
  48.7% {
    background-image: conic-gradient(#3d3b3b 0deg 175.32deg, #d2d0d0 0deg 360deg);
  }
  48.8% {
    background-image: conic-gradient(#3d3b3b 0deg 175.68deg, #d2d0d0 0deg 360deg);
  }
  48.9% {
    background-image: conic-gradient(#3d3b3b 0deg 176.04deg, #d2d0d0 0deg 360deg);
  }
  49% {
    background-image: conic-gradient(#3d3b3b 0deg 176.4deg, #d2d0d0 0deg 360deg);
  }
  49.1% {
    background-image: conic-gradient(#3d3b3b 0deg 176.76deg, #d2d0d0 0deg 360deg);
  }
  49.2% {
    background-image: conic-gradient(#3d3b3b 0deg 177.12deg, #d2d0d0 0deg 360deg);
  }
  49.3% {
    background-image: conic-gradient(#3d3b3b 0deg 177.48deg, #d2d0d0 0deg 360deg);
  }
  49.4% {
    background-image: conic-gradient(#3d3b3b 0deg 177.84deg, #d2d0d0 0deg 360deg);
  }
  49.5% {
    background-image: conic-gradient(#3d3b3b 0deg 178.2deg, #d2d0d0 0deg 360deg);
  }
  49.6% {
    background-image: conic-gradient(#3d3b3b 0deg 178.56deg, #d2d0d0 0deg 360deg);
  }
  49.7% {
    background-image: conic-gradient(#3d3b3b 0deg 178.92deg, #d2d0d0 0deg 360deg);
  }
  49.8% {
    background-image: conic-gradient(#3d3b3b 0deg 179.28deg, #d2d0d0 0deg 360deg);
  }
  49.9% {
    background-image: conic-gradient(#3d3b3b 0deg 179.64deg, #d2d0d0 0deg 360deg);
  }
  50% {
    background-image: conic-gradient(#3d3b3b 0deg 180deg, #d2d0d0 0deg 360deg);
  }
  50.1% {
    background-image: conic-gradient(#3d3b3b 0deg 180.36deg, #d2d0d0 0deg 360deg);
  }
  50.2% {
    background-image: conic-gradient(#3d3b3b 0deg 180.72deg, #d2d0d0 0deg 360deg);
  }
  50.3% {
    background-image: conic-gradient(#3d3b3b 0deg 181.08deg, #d2d0d0 0deg 360deg);
  }
  50.4% {
    background-image: conic-gradient(#3d3b3b 0deg 181.44deg, #d2d0d0 0deg 360deg);
  }
  50.5% {
    background-image: conic-gradient(#3d3b3b 0deg 181.8deg, #d2d0d0 0deg 360deg);
  }
  50.6% {
    background-image: conic-gradient(#3d3b3b 0deg 182.16deg, #d2d0d0 0deg 360deg);
  }
  50.7% {
    background-image: conic-gradient(#3d3b3b 0deg 182.52deg, #d2d0d0 0deg 360deg);
  }
  50.8% {
    background-image: conic-gradient(#3d3b3b 0deg 182.88deg, #d2d0d0 0deg 360deg);
  }
  50.9% {
    background-image: conic-gradient(#3d3b3b 0deg 183.24deg, #d2d0d0 0deg 360deg);
  }
  51% {
    background-image: conic-gradient(#3d3b3b 0deg 183.6deg, #d2d0d0 0deg 360deg);
  }
  51.1% {
    background-image: conic-gradient(#3d3b3b 0deg 183.96deg, #d2d0d0 0deg 360deg);
  }
  51.2% {
    background-image: conic-gradient(#3d3b3b 0deg 184.32deg, #d2d0d0 0deg 360deg);
  }
  51.3% {
    background-image: conic-gradient(#3d3b3b 0deg 184.68deg, #d2d0d0 0deg 360deg);
  }
  51.4% {
    background-image: conic-gradient(#3d3b3b 0deg 185.04deg, #d2d0d0 0deg 360deg);
  }
  51.5% {
    background-image: conic-gradient(#3d3b3b 0deg 185.4deg, #d2d0d0 0deg 360deg);
  }
  51.6% {
    background-image: conic-gradient(#3d3b3b 0deg 185.76deg, #d2d0d0 0deg 360deg);
  }
  51.7% {
    background-image: conic-gradient(#3d3b3b 0deg 186.12deg, #d2d0d0 0deg 360deg);
  }
  51.8% {
    background-image: conic-gradient(#3d3b3b 0deg 186.48deg, #d2d0d0 0deg 360deg);
  }
  51.9% {
    background-image: conic-gradient(#3d3b3b 0deg 186.84deg, #d2d0d0 0deg 360deg);
  }
  52% {
    background-image: conic-gradient(#3d3b3b 0deg 187.2deg, #d2d0d0 0deg 360deg);
  }
  52.1% {
    background-image: conic-gradient(#3d3b3b 0deg 187.56deg, #d2d0d0 0deg 360deg);
  }
  52.2% {
    background-image: conic-gradient(#3d3b3b 0deg 187.92deg, #d2d0d0 0deg 360deg);
  }
  52.3% {
    background-image: conic-gradient(#3d3b3b 0deg 188.28deg, #d2d0d0 0deg 360deg);
  }
  52.4% {
    background-image: conic-gradient(#3d3b3b 0deg 188.64deg, #d2d0d0 0deg 360deg);
  }
  52.5% {
    background-image: conic-gradient(#3d3b3b 0deg 189deg, #d2d0d0 0deg 360deg);
  }
  52.6% {
    background-image: conic-gradient(#3d3b3b 0deg 189.36deg, #d2d0d0 0deg 360deg);
  }
  52.7% {
    background-image: conic-gradient(#3d3b3b 0deg 189.72deg, #d2d0d0 0deg 360deg);
  }
  52.8% {
    background-image: conic-gradient(#3d3b3b 0deg 190.08deg, #d2d0d0 0deg 360deg);
  }
  52.9% {
    background-image: conic-gradient(#3d3b3b 0deg 190.44deg, #d2d0d0 0deg 360deg);
  }
  53% {
    background-image: conic-gradient(#3d3b3b 0deg 190.8deg, #d2d0d0 0deg 360deg);
  }
  53.1% {
    background-image: conic-gradient(#3d3b3b 0deg 191.16deg, #d2d0d0 0deg 360deg);
  }
  53.2% {
    background-image: conic-gradient(#3d3b3b 0deg 191.52deg, #d2d0d0 0deg 360deg);
  }
  53.3% {
    background-image: conic-gradient(#3d3b3b 0deg 191.88deg, #d2d0d0 0deg 360deg);
  }
  53.4% {
    background-image: conic-gradient(#3d3b3b 0deg 192.24deg, #d2d0d0 0deg 360deg);
  }
  53.5% {
    background-image: conic-gradient(#3d3b3b 0deg 192.6deg, #d2d0d0 0deg 360deg);
  }
  53.6% {
    background-image: conic-gradient(#3d3b3b 0deg 192.96deg, #d2d0d0 0deg 360deg);
  }
  53.7% {
    background-image: conic-gradient(#3d3b3b 0deg 193.32deg, #d2d0d0 0deg 360deg);
  }
  53.8% {
    background-image: conic-gradient(#3d3b3b 0deg 193.68deg, #d2d0d0 0deg 360deg);
  }
  53.9% {
    background-image: conic-gradient(#3d3b3b 0deg 194.04deg, #d2d0d0 0deg 360deg);
  }
  54% {
    background-image: conic-gradient(#3d3b3b 0deg 194.4deg, #d2d0d0 0deg 360deg);
  }
  54.1% {
    background-image: conic-gradient(#3d3b3b 0deg 194.76deg, #d2d0d0 0deg 360deg);
  }
  54.2% {
    background-image: conic-gradient(#3d3b3b 0deg 195.12deg, #d2d0d0 0deg 360deg);
  }
  54.3% {
    background-image: conic-gradient(#3d3b3b 0deg 195.48deg, #d2d0d0 0deg 360deg);
  }
  54.4% {
    background-image: conic-gradient(#3d3b3b 0deg 195.84deg, #d2d0d0 0deg 360deg);
  }
  54.5% {
    background-image: conic-gradient(#3d3b3b 0deg 196.2deg, #d2d0d0 0deg 360deg);
  }
  54.6% {
    background-image: conic-gradient(#3d3b3b 0deg 196.56deg, #d2d0d0 0deg 360deg);
  }
  54.7% {
    background-image: conic-gradient(#3d3b3b 0deg 196.92deg, #d2d0d0 0deg 360deg);
  }
  54.8% {
    background-image: conic-gradient(#3d3b3b 0deg 197.28deg, #d2d0d0 0deg 360deg);
  }
  54.9% {
    background-image: conic-gradient(#3d3b3b 0deg 197.64deg, #d2d0d0 0deg 360deg);
  }
  55% {
    background-image: conic-gradient(#3d3b3b 0deg 198deg, #d2d0d0 0deg 360deg);
  }
  55.1% {
    background-image: conic-gradient(#3d3b3b 0deg 198.36deg, #d2d0d0 0deg 360deg);
  }
  55.2% {
    background-image: conic-gradient(#3d3b3b 0deg 198.72deg, #d2d0d0 0deg 360deg);
  }
  55.3% {
    background-image: conic-gradient(#3d3b3b 0deg 199.08deg, #d2d0d0 0deg 360deg);
  }
  55.4% {
    background-image: conic-gradient(#3d3b3b 0deg 199.44deg, #d2d0d0 0deg 360deg);
  }
  55.5% {
    background-image: conic-gradient(#3d3b3b 0deg 199.8deg, #d2d0d0 0deg 360deg);
  }
  55.6% {
    background-image: conic-gradient(#3d3b3b 0deg 200.16deg, #d2d0d0 0deg 360deg);
  }
  55.7% {
    background-image: conic-gradient(#3d3b3b 0deg 200.52deg, #d2d0d0 0deg 360deg);
  }
  55.8% {
    background-image: conic-gradient(#3d3b3b 0deg 200.88deg, #d2d0d0 0deg 360deg);
  }
  55.9% {
    background-image: conic-gradient(#3d3b3b 0deg 201.24deg, #d2d0d0 0deg 360deg);
  }
  56% {
    background-image: conic-gradient(#3d3b3b 0deg 201.6deg, #d2d0d0 0deg 360deg);
  }
  56.1% {
    background-image: conic-gradient(#3d3b3b 0deg 201.96deg, #d2d0d0 0deg 360deg);
  }
  56.2% {
    background-image: conic-gradient(#3d3b3b 0deg 202.32deg, #d2d0d0 0deg 360deg);
  }
  56.3% {
    background-image: conic-gradient(#3d3b3b 0deg 202.68deg, #d2d0d0 0deg 360deg);
  }
  56.4% {
    background-image: conic-gradient(#3d3b3b 0deg 203.04deg, #d2d0d0 0deg 360deg);
  }
  56.5% {
    background-image: conic-gradient(#3d3b3b 0deg 203.4deg, #d2d0d0 0deg 360deg);
  }
  56.6% {
    background-image: conic-gradient(#3d3b3b 0deg 203.76deg, #d2d0d0 0deg 360deg);
  }
  56.7% {
    background-image: conic-gradient(#3d3b3b 0deg 204.12deg, #d2d0d0 0deg 360deg);
  }
  56.8% {
    background-image: conic-gradient(#3d3b3b 0deg 204.48deg, #d2d0d0 0deg 360deg);
  }
  56.9% {
    background-image: conic-gradient(#3d3b3b 0deg 204.84deg, #d2d0d0 0deg 360deg);
  }
  57% {
    background-image: conic-gradient(#3d3b3b 0deg 205.2deg, #d2d0d0 0deg 360deg);
  }
  57.1% {
    background-image: conic-gradient(#3d3b3b 0deg 205.56deg, #d2d0d0 0deg 360deg);
  }
  57.2% {
    background-image: conic-gradient(#3d3b3b 0deg 205.92deg, #d2d0d0 0deg 360deg);
  }
  57.3% {
    background-image: conic-gradient(#3d3b3b 0deg 206.28deg, #d2d0d0 0deg 360deg);
  }
  57.4% {
    background-image: conic-gradient(#3d3b3b 0deg 206.64deg, #d2d0d0 0deg 360deg);
  }
  57.5% {
    background-image: conic-gradient(#3d3b3b 0deg 207deg, #d2d0d0 0deg 360deg);
  }
  57.6% {
    background-image: conic-gradient(#3d3b3b 0deg 207.36deg, #d2d0d0 0deg 360deg);
  }
  57.7% {
    background-image: conic-gradient(#3d3b3b 0deg 207.72deg, #d2d0d0 0deg 360deg);
  }
  57.8% {
    background-image: conic-gradient(#3d3b3b 0deg 208.08deg, #d2d0d0 0deg 360deg);
  }
  57.9% {
    background-image: conic-gradient(#3d3b3b 0deg 208.44deg, #d2d0d0 0deg 360deg);
  }
  58% {
    background-image: conic-gradient(#3d3b3b 0deg 208.8deg, #d2d0d0 0deg 360deg);
  }
  58.1% {
    background-image: conic-gradient(#3d3b3b 0deg 209.16deg, #d2d0d0 0deg 360deg);
  }
  58.2% {
    background-image: conic-gradient(#3d3b3b 0deg 209.52deg, #d2d0d0 0deg 360deg);
  }
  58.3% {
    background-image: conic-gradient(#3d3b3b 0deg 209.88deg, #d2d0d0 0deg 360deg);
  }
  58.4% {
    background-image: conic-gradient(#3d3b3b 0deg 210.24deg, #d2d0d0 0deg 360deg);
  }
  58.5% {
    background-image: conic-gradient(#3d3b3b 0deg 210.6deg, #d2d0d0 0deg 360deg);
  }
  58.6% {
    background-image: conic-gradient(#3d3b3b 0deg 210.96deg, #d2d0d0 0deg 360deg);
  }
  58.7% {
    background-image: conic-gradient(#3d3b3b 0deg 211.32deg, #d2d0d0 0deg 360deg);
  }
  58.8% {
    background-image: conic-gradient(#3d3b3b 0deg 211.68deg, #d2d0d0 0deg 360deg);
  }
  58.9% {
    background-image: conic-gradient(#3d3b3b 0deg 212.04deg, #d2d0d0 0deg 360deg);
  }
  59% {
    background-image: conic-gradient(#3d3b3b 0deg 212.4deg, #d2d0d0 0deg 360deg);
  }
  59.1% {
    background-image: conic-gradient(#3d3b3b 0deg 212.76deg, #d2d0d0 0deg 360deg);
  }
  59.2% {
    background-image: conic-gradient(#3d3b3b 0deg 213.12deg, #d2d0d0 0deg 360deg);
  }
  59.3% {
    background-image: conic-gradient(#3d3b3b 0deg 213.48deg, #d2d0d0 0deg 360deg);
  }
  59.4% {
    background-image: conic-gradient(#3d3b3b 0deg 213.84deg, #d2d0d0 0deg 360deg);
  }
  59.5% {
    background-image: conic-gradient(#3d3b3b 0deg 214.2deg, #d2d0d0 0deg 360deg);
  }
  59.6% {
    background-image: conic-gradient(#3d3b3b 0deg 214.56deg, #d2d0d0 0deg 360deg);
  }
  59.7% {
    background-image: conic-gradient(#3d3b3b 0deg 214.92deg, #d2d0d0 0deg 360deg);
  }
  59.8% {
    background-image: conic-gradient(#3d3b3b 0deg 215.28deg, #d2d0d0 0deg 360deg);
  }
  59.9% {
    background-image: conic-gradient(#3d3b3b 0deg 215.64deg, #d2d0d0 0deg 360deg);
  }
  60% {
    background-image: conic-gradient(#3d3b3b 0deg 216deg, #d2d0d0 0deg 360deg);
  }
  60.1% {
    background-image: conic-gradient(#3d3b3b 0deg 216.36deg, #d2d0d0 0deg 360deg);
  }
  60.2% {
    background-image: conic-gradient(#3d3b3b 0deg 216.72deg, #d2d0d0 0deg 360deg);
  }
  60.3% {
    background-image: conic-gradient(#3d3b3b 0deg 217.08deg, #d2d0d0 0deg 360deg);
  }
  60.4% {
    background-image: conic-gradient(#3d3b3b 0deg 217.44deg, #d2d0d0 0deg 360deg);
  }
  60.5% {
    background-image: conic-gradient(#3d3b3b 0deg 217.8deg, #d2d0d0 0deg 360deg);
  }
  60.6% {
    background-image: conic-gradient(#3d3b3b 0deg 218.16deg, #d2d0d0 0deg 360deg);
  }
  60.7% {
    background-image: conic-gradient(#3d3b3b 0deg 218.52deg, #d2d0d0 0deg 360deg);
  }
  60.8% {
    background-image: conic-gradient(#3d3b3b 0deg 218.88deg, #d2d0d0 0deg 360deg);
  }
  60.9% {
    background-image: conic-gradient(#3d3b3b 0deg 219.24deg, #d2d0d0 0deg 360deg);
  }
  61% {
    background-image: conic-gradient(#3d3b3b 0deg 219.6deg, #d2d0d0 0deg 360deg);
  }
  61.1% {
    background-image: conic-gradient(#3d3b3b 0deg 219.96deg, #d2d0d0 0deg 360deg);
  }
  61.2% {
    background-image: conic-gradient(#3d3b3b 0deg 220.32deg, #d2d0d0 0deg 360deg);
  }
  61.3% {
    background-image: conic-gradient(#3d3b3b 0deg 220.68deg, #d2d0d0 0deg 360deg);
  }
  61.4% {
    background-image: conic-gradient(#3d3b3b 0deg 221.04deg, #d2d0d0 0deg 360deg);
  }
  61.5% {
    background-image: conic-gradient(#3d3b3b 0deg 221.4deg, #d2d0d0 0deg 360deg);
  }
  61.6% {
    background-image: conic-gradient(#3d3b3b 0deg 221.76deg, #d2d0d0 0deg 360deg);
  }
  61.7% {
    background-image: conic-gradient(#3d3b3b 0deg 222.12deg, #d2d0d0 0deg 360deg);
  }
  61.8% {
    background-image: conic-gradient(#3d3b3b 0deg 222.48deg, #d2d0d0 0deg 360deg);
  }
  61.9% {
    background-image: conic-gradient(#3d3b3b 0deg 222.84deg, #d2d0d0 0deg 360deg);
  }
  62% {
    background-image: conic-gradient(#3d3b3b 0deg 223.2deg, #d2d0d0 0deg 360deg);
  }
  62.1% {
    background-image: conic-gradient(#3d3b3b 0deg 223.56deg, #d2d0d0 0deg 360deg);
  }
  62.2% {
    background-image: conic-gradient(#3d3b3b 0deg 223.92deg, #d2d0d0 0deg 360deg);
  }
  62.3% {
    background-image: conic-gradient(#3d3b3b 0deg 224.28deg, #d2d0d0 0deg 360deg);
  }
  62.4% {
    background-image: conic-gradient(#3d3b3b 0deg 224.64deg, #d2d0d0 0deg 360deg);
  }
  62.5% {
    background-image: conic-gradient(#3d3b3b 0deg 225deg, #d2d0d0 0deg 360deg);
  }
  62.6% {
    background-image: conic-gradient(#3d3b3b 0deg 225.36deg, #d2d0d0 0deg 360deg);
  }
  62.7% {
    background-image: conic-gradient(#3d3b3b 0deg 225.72deg, #d2d0d0 0deg 360deg);
  }
  62.8% {
    background-image: conic-gradient(#3d3b3b 0deg 226.08deg, #d2d0d0 0deg 360deg);
  }
  62.9% {
    background-image: conic-gradient(#3d3b3b 0deg 226.44deg, #d2d0d0 0deg 360deg);
  }
  63% {
    background-image: conic-gradient(#3d3b3b 0deg 226.8deg, #d2d0d0 0deg 360deg);
  }
  63.1% {
    background-image: conic-gradient(#3d3b3b 0deg 227.16deg, #d2d0d0 0deg 360deg);
  }
  63.2% {
    background-image: conic-gradient(#3d3b3b 0deg 227.52deg, #d2d0d0 0deg 360deg);
  }
  63.3% {
    background-image: conic-gradient(#3d3b3b 0deg 227.88deg, #d2d0d0 0deg 360deg);
  }
  63.4% {
    background-image: conic-gradient(#3d3b3b 0deg 228.24deg, #d2d0d0 0deg 360deg);
  }
  63.5% {
    background-image: conic-gradient(#3d3b3b 0deg 228.6deg, #d2d0d0 0deg 360deg);
  }
  63.6% {
    background-image: conic-gradient(#3d3b3b 0deg 228.96deg, #d2d0d0 0deg 360deg);
  }
  63.7% {
    background-image: conic-gradient(#3d3b3b 0deg 229.32deg, #d2d0d0 0deg 360deg);
  }
  63.8% {
    background-image: conic-gradient(#3d3b3b 0deg 229.68deg, #d2d0d0 0deg 360deg);
  }
  63.9% {
    background-image: conic-gradient(#3d3b3b 0deg 230.04deg, #d2d0d0 0deg 360deg);
  }
  64% {
    background-image: conic-gradient(#3d3b3b 0deg 230.4deg, #d2d0d0 0deg 360deg);
  }
  64.1% {
    background-image: conic-gradient(#3d3b3b 0deg 230.76deg, #d2d0d0 0deg 360deg);
  }
  64.2% {
    background-image: conic-gradient(#3d3b3b 0deg 231.12deg, #d2d0d0 0deg 360deg);
  }
  64.3% {
    background-image: conic-gradient(#3d3b3b 0deg 231.48deg, #d2d0d0 0deg 360deg);
  }
  64.4% {
    background-image: conic-gradient(#3d3b3b 0deg 231.84deg, #d2d0d0 0deg 360deg);
  }
  64.5% {
    background-image: conic-gradient(#3d3b3b 0deg 232.2deg, #d2d0d0 0deg 360deg);
  }
  64.6% {
    background-image: conic-gradient(#3d3b3b 0deg 232.56deg, #d2d0d0 0deg 360deg);
  }
  64.7% {
    background-image: conic-gradient(#3d3b3b 0deg 232.92deg, #d2d0d0 0deg 360deg);
  }
  64.8% {
    background-image: conic-gradient(#3d3b3b 0deg 233.28deg, #d2d0d0 0deg 360deg);
  }
  64.9% {
    background-image: conic-gradient(#3d3b3b 0deg 233.64deg, #d2d0d0 0deg 360deg);
  }
  65% {
    background-image: conic-gradient(#3d3b3b 0deg 234deg, #d2d0d0 0deg 360deg);
  }
  65.1% {
    background-image: conic-gradient(#3d3b3b 0deg 234.36deg, #d2d0d0 0deg 360deg);
  }
  65.2% {
    background-image: conic-gradient(#3d3b3b 0deg 234.72deg, #d2d0d0 0deg 360deg);
  }
  65.3% {
    background-image: conic-gradient(#3d3b3b 0deg 235.08deg, #d2d0d0 0deg 360deg);
  }
  65.4% {
    background-image: conic-gradient(#3d3b3b 0deg 235.44deg, #d2d0d0 0deg 360deg);
  }
  65.5% {
    background-image: conic-gradient(#3d3b3b 0deg 235.8deg, #d2d0d0 0deg 360deg);
  }
  65.6% {
    background-image: conic-gradient(#3d3b3b 0deg 236.16deg, #d2d0d0 0deg 360deg);
  }
  65.7% {
    background-image: conic-gradient(#3d3b3b 0deg 236.52deg, #d2d0d0 0deg 360deg);
  }
  65.8% {
    background-image: conic-gradient(#3d3b3b 0deg 236.88deg, #d2d0d0 0deg 360deg);
  }
  65.9% {
    background-image: conic-gradient(#3d3b3b 0deg 237.24deg, #d2d0d0 0deg 360deg);
  }
  66% {
    background-image: conic-gradient(#3d3b3b 0deg 237.6deg, #d2d0d0 0deg 360deg);
  }
  66.1% {
    background-image: conic-gradient(#3d3b3b 0deg 237.96deg, #d2d0d0 0deg 360deg);
  }
  66.2% {
    background-image: conic-gradient(#3d3b3b 0deg 238.32deg, #d2d0d0 0deg 360deg);
  }
  66.3% {
    background-image: conic-gradient(#3d3b3b 0deg 238.68deg, #d2d0d0 0deg 360deg);
  }
  66.4% {
    background-image: conic-gradient(#3d3b3b 0deg 239.04deg, #d2d0d0 0deg 360deg);
  }
  66.5% {
    background-image: conic-gradient(#3d3b3b 0deg 239.4deg, #d2d0d0 0deg 360deg);
  }
  66.6% {
    background-image: conic-gradient(#3d3b3b 0deg 239.76deg, #d2d0d0 0deg 360deg);
  }
  66.7% {
    background-image: conic-gradient(#3d3b3b 0deg 240.12deg, #d2d0d0 0deg 360deg);
  }
  66.8% {
    background-image: conic-gradient(#3d3b3b 0deg 240.48deg, #d2d0d0 0deg 360deg);
  }
  66.9% {
    background-image: conic-gradient(#3d3b3b 0deg 240.84deg, #d2d0d0 0deg 360deg);
  }
  67% {
    background-image: conic-gradient(#3d3b3b 0deg 241.2deg, #d2d0d0 0deg 360deg);
  }
  67.1% {
    background-image: conic-gradient(#3d3b3b 0deg 241.56deg, #d2d0d0 0deg 360deg);
  }
  67.2% {
    background-image: conic-gradient(#3d3b3b 0deg 241.92deg, #d2d0d0 0deg 360deg);
  }
  67.3% {
    background-image: conic-gradient(#3d3b3b 0deg 242.28deg, #d2d0d0 0deg 360deg);
  }
  67.4% {
    background-image: conic-gradient(#3d3b3b 0deg 242.64deg, #d2d0d0 0deg 360deg);
  }
  67.5% {
    background-image: conic-gradient(#3d3b3b 0deg 243deg, #d2d0d0 0deg 360deg);
  }
  67.6% {
    background-image: conic-gradient(#3d3b3b 0deg 243.36deg, #d2d0d0 0deg 360deg);
  }
  67.7% {
    background-image: conic-gradient(#3d3b3b 0deg 243.72deg, #d2d0d0 0deg 360deg);
  }
  67.8% {
    background-image: conic-gradient(#3d3b3b 0deg 244.08deg, #d2d0d0 0deg 360deg);
  }
  67.9% {
    background-image: conic-gradient(#3d3b3b 0deg 244.44deg, #d2d0d0 0deg 360deg);
  }
  68% {
    background-image: conic-gradient(#3d3b3b 0deg 244.8deg, #d2d0d0 0deg 360deg);
  }
  68.1% {
    background-image: conic-gradient(#3d3b3b 0deg 245.16deg, #d2d0d0 0deg 360deg);
  }
  68.2% {
    background-image: conic-gradient(#3d3b3b 0deg 245.52deg, #d2d0d0 0deg 360deg);
  }
  68.3% {
    background-image: conic-gradient(#3d3b3b 0deg 245.88deg, #d2d0d0 0deg 360deg);
  }
  68.4% {
    background-image: conic-gradient(#3d3b3b 0deg 246.24deg, #d2d0d0 0deg 360deg);
  }
  68.5% {
    background-image: conic-gradient(#3d3b3b 0deg 246.6deg, #d2d0d0 0deg 360deg);
  }
  68.6% {
    background-image: conic-gradient(#3d3b3b 0deg 246.96deg, #d2d0d0 0deg 360deg);
  }
  68.7% {
    background-image: conic-gradient(#3d3b3b 0deg 247.32deg, #d2d0d0 0deg 360deg);
  }
  68.8% {
    background-image: conic-gradient(#3d3b3b 0deg 247.68deg, #d2d0d0 0deg 360deg);
  }
  68.9% {
    background-image: conic-gradient(#3d3b3b 0deg 248.04deg, #d2d0d0 0deg 360deg);
  }
  69% {
    background-image: conic-gradient(#3d3b3b 0deg 248.4deg, #d2d0d0 0deg 360deg);
  }
  69.1% {
    background-image: conic-gradient(#3d3b3b 0deg 248.76deg, #d2d0d0 0deg 360deg);
  }
  69.2% {
    background-image: conic-gradient(#3d3b3b 0deg 249.12deg, #d2d0d0 0deg 360deg);
  }
  69.3% {
    background-image: conic-gradient(#3d3b3b 0deg 249.48deg, #d2d0d0 0deg 360deg);
  }
  69.4% {
    background-image: conic-gradient(#3d3b3b 0deg 249.84deg, #d2d0d0 0deg 360deg);
  }
  69.5% {
    background-image: conic-gradient(#3d3b3b 0deg 250.2deg, #d2d0d0 0deg 360deg);
  }
  69.6% {
    background-image: conic-gradient(#3d3b3b 0deg 250.56deg, #d2d0d0 0deg 360deg);
  }
  69.7% {
    background-image: conic-gradient(#3d3b3b 0deg 250.92deg, #d2d0d0 0deg 360deg);
  }
  69.8% {
    background-image: conic-gradient(#3d3b3b 0deg 251.28deg, #d2d0d0 0deg 360deg);
  }
  69.9% {
    background-image: conic-gradient(#3d3b3b 0deg 251.64deg, #d2d0d0 0deg 360deg);
  }
  70% {
    background-image: conic-gradient(#3d3b3b 0deg 252deg, #d2d0d0 0deg 360deg);
  }
  70.1% {
    background-image: conic-gradient(#3d3b3b 0deg 252.36deg, #d2d0d0 0deg 360deg);
  }
  70.2% {
    background-image: conic-gradient(#3d3b3b 0deg 252.72deg, #d2d0d0 0deg 360deg);
  }
  70.3% {
    background-image: conic-gradient(#3d3b3b 0deg 253.08deg, #d2d0d0 0deg 360deg);
  }
  70.4% {
    background-image: conic-gradient(#3d3b3b 0deg 253.44deg, #d2d0d0 0deg 360deg);
  }
  70.5% {
    background-image: conic-gradient(#3d3b3b 0deg 253.8deg, #d2d0d0 0deg 360deg);
  }
  70.6% {
    background-image: conic-gradient(#3d3b3b 0deg 254.16deg, #d2d0d0 0deg 360deg);
  }
  70.7% {
    background-image: conic-gradient(#3d3b3b 0deg 254.52deg, #d2d0d0 0deg 360deg);
  }
  70.8% {
    background-image: conic-gradient(#3d3b3b 0deg 254.88deg, #d2d0d0 0deg 360deg);
  }
  70.9% {
    background-image: conic-gradient(#3d3b3b 0deg 255.24deg, #d2d0d0 0deg 360deg);
  }
  71% {
    background-image: conic-gradient(#3d3b3b 0deg 255.6deg, #d2d0d0 0deg 360deg);
  }
  71.1% {
    background-image: conic-gradient(#3d3b3b 0deg 255.96deg, #d2d0d0 0deg 360deg);
  }
  71.2% {
    background-image: conic-gradient(#3d3b3b 0deg 256.32deg, #d2d0d0 0deg 360deg);
  }
  71.3% {
    background-image: conic-gradient(#3d3b3b 0deg 256.68deg, #d2d0d0 0deg 360deg);
  }
  71.4% {
    background-image: conic-gradient(#3d3b3b 0deg 257.04deg, #d2d0d0 0deg 360deg);
  }
  71.5% {
    background-image: conic-gradient(#3d3b3b 0deg 257.4deg, #d2d0d0 0deg 360deg);
  }
  71.6% {
    background-image: conic-gradient(#3d3b3b 0deg 257.76deg, #d2d0d0 0deg 360deg);
  }
  71.7% {
    background-image: conic-gradient(#3d3b3b 0deg 258.12deg, #d2d0d0 0deg 360deg);
  }
  71.8% {
    background-image: conic-gradient(#3d3b3b 0deg 258.48deg, #d2d0d0 0deg 360deg);
  }
  71.9% {
    background-image: conic-gradient(#3d3b3b 0deg 258.84deg, #d2d0d0 0deg 360deg);
  }
  72% {
    background-image: conic-gradient(#3d3b3b 0deg 259.2deg, #d2d0d0 0deg 360deg);
  }
  72.1% {
    background-image: conic-gradient(#3d3b3b 0deg 259.56deg, #d2d0d0 0deg 360deg);
  }
  72.2% {
    background-image: conic-gradient(#3d3b3b 0deg 259.92deg, #d2d0d0 0deg 360deg);
  }
  72.3% {
    background-image: conic-gradient(#3d3b3b 0deg 260.28deg, #d2d0d0 0deg 360deg);
  }
  72.4% {
    background-image: conic-gradient(#3d3b3b 0deg 260.64deg, #d2d0d0 0deg 360deg);
  }
  72.5% {
    background-image: conic-gradient(#3d3b3b 0deg 261deg, #d2d0d0 0deg 360deg);
  }
  72.6% {
    background-image: conic-gradient(#3d3b3b 0deg 261.36deg, #d2d0d0 0deg 360deg);
  }
  72.7% {
    background-image: conic-gradient(#3d3b3b 0deg 261.72deg, #d2d0d0 0deg 360deg);
  }
  72.8% {
    background-image: conic-gradient(#3d3b3b 0deg 262.08deg, #d2d0d0 0deg 360deg);
  }
  72.9% {
    background-image: conic-gradient(#3d3b3b 0deg 262.44deg, #d2d0d0 0deg 360deg);
  }
  73% {
    background-image: conic-gradient(#3d3b3b 0deg 262.8deg, #d2d0d0 0deg 360deg);
  }
  73.1% {
    background-image: conic-gradient(#3d3b3b 0deg 263.16deg, #d2d0d0 0deg 360deg);
  }
  73.2% {
    background-image: conic-gradient(#3d3b3b 0deg 263.52deg, #d2d0d0 0deg 360deg);
  }
  73.3% {
    background-image: conic-gradient(#3d3b3b 0deg 263.88deg, #d2d0d0 0deg 360deg);
  }
  73.4% {
    background-image: conic-gradient(#3d3b3b 0deg 264.24deg, #d2d0d0 0deg 360deg);
  }
  73.5% {
    background-image: conic-gradient(#3d3b3b 0deg 264.6deg, #d2d0d0 0deg 360deg);
  }
  73.6% {
    background-image: conic-gradient(#3d3b3b 0deg 264.96deg, #d2d0d0 0deg 360deg);
  }
  73.7% {
    background-image: conic-gradient(#3d3b3b 0deg 265.32deg, #d2d0d0 0deg 360deg);
  }
  73.8% {
    background-image: conic-gradient(#3d3b3b 0deg 265.68deg, #d2d0d0 0deg 360deg);
  }
  73.9% {
    background-image: conic-gradient(#3d3b3b 0deg 266.04deg, #d2d0d0 0deg 360deg);
  }
  74% {
    background-image: conic-gradient(#3d3b3b 0deg 266.4deg, #d2d0d0 0deg 360deg);
  }
  74.1% {
    background-image: conic-gradient(#3d3b3b 0deg 266.76deg, #d2d0d0 0deg 360deg);
  }
  74.2% {
    background-image: conic-gradient(#3d3b3b 0deg 267.12deg, #d2d0d0 0deg 360deg);
  }
  74.3% {
    background-image: conic-gradient(#3d3b3b 0deg 267.48deg, #d2d0d0 0deg 360deg);
  }
  74.4% {
    background-image: conic-gradient(#3d3b3b 0deg 267.84deg, #d2d0d0 0deg 360deg);
  }
  74.5% {
    background-image: conic-gradient(#3d3b3b 0deg 268.2deg, #d2d0d0 0deg 360deg);
  }
  74.6% {
    background-image: conic-gradient(#3d3b3b 0deg 268.56deg, #d2d0d0 0deg 360deg);
  }
  74.7% {
    background-image: conic-gradient(#3d3b3b 0deg 268.92deg, #d2d0d0 0deg 360deg);
  }
  74.8% {
    background-image: conic-gradient(#3d3b3b 0deg 269.28deg, #d2d0d0 0deg 360deg);
  }
  74.9% {
    background-image: conic-gradient(#3d3b3b 0deg 269.64deg, #d2d0d0 0deg 360deg);
  }
  75% {
    background-image: conic-gradient(#3d3b3b 0deg 270deg, #d2d0d0 0deg 360deg);
  }
  75.1% {
    background-image: conic-gradient(#3d3b3b 0deg 270.36deg, #d2d0d0 0deg 360deg);
  }
  75.2% {
    background-image: conic-gradient(#3d3b3b 0deg 270.72deg, #d2d0d0 0deg 360deg);
  }
  75.3% {
    background-image: conic-gradient(#3d3b3b 0deg 271.08deg, #d2d0d0 0deg 360deg);
  }
  75.4% {
    background-image: conic-gradient(#3d3b3b 0deg 271.44deg, #d2d0d0 0deg 360deg);
  }
  75.5% {
    background-image: conic-gradient(#3d3b3b 0deg 271.8deg, #d2d0d0 0deg 360deg);
  }
  75.6% {
    background-image: conic-gradient(#3d3b3b 0deg 272.16deg, #d2d0d0 0deg 360deg);
  }
  75.7% {
    background-image: conic-gradient(#3d3b3b 0deg 272.52deg, #d2d0d0 0deg 360deg);
  }
  75.8% {
    background-image: conic-gradient(#3d3b3b 0deg 272.88deg, #d2d0d0 0deg 360deg);
  }
  75.9% {
    background-image: conic-gradient(#3d3b3b 0deg 273.24deg, #d2d0d0 0deg 360deg);
  }
  76% {
    background-image: conic-gradient(#3d3b3b 0deg 273.6deg, #d2d0d0 0deg 360deg);
  }
  76.1% {
    background-image: conic-gradient(#3d3b3b 0deg 273.96deg, #d2d0d0 0deg 360deg);
  }
  76.2% {
    background-image: conic-gradient(#3d3b3b 0deg 274.32deg, #d2d0d0 0deg 360deg);
  }
  76.3% {
    background-image: conic-gradient(#3d3b3b 0deg 274.68deg, #d2d0d0 0deg 360deg);
  }
  76.4% {
    background-image: conic-gradient(#3d3b3b 0deg 275.04deg, #d2d0d0 0deg 360deg);
  }
  76.5% {
    background-image: conic-gradient(#3d3b3b 0deg 275.4deg, #d2d0d0 0deg 360deg);
  }
  76.6% {
    background-image: conic-gradient(#3d3b3b 0deg 275.76deg, #d2d0d0 0deg 360deg);
  }
  76.7% {
    background-image: conic-gradient(#3d3b3b 0deg 276.12deg, #d2d0d0 0deg 360deg);
  }
  76.8% {
    background-image: conic-gradient(#3d3b3b 0deg 276.48deg, #d2d0d0 0deg 360deg);
  }
  76.9% {
    background-image: conic-gradient(#3d3b3b 0deg 276.84deg, #d2d0d0 0deg 360deg);
  }
  77% {
    background-image: conic-gradient(#3d3b3b 0deg 277.2deg, #d2d0d0 0deg 360deg);
  }
  77.1% {
    background-image: conic-gradient(#3d3b3b 0deg 277.56deg, #d2d0d0 0deg 360deg);
  }
  77.2% {
    background-image: conic-gradient(#3d3b3b 0deg 277.92deg, #d2d0d0 0deg 360deg);
  }
  77.3% {
    background-image: conic-gradient(#3d3b3b 0deg 278.28deg, #d2d0d0 0deg 360deg);
  }
  77.4% {
    background-image: conic-gradient(#3d3b3b 0deg 278.64deg, #d2d0d0 0deg 360deg);
  }
  77.5% {
    background-image: conic-gradient(#3d3b3b 0deg 279deg, #d2d0d0 0deg 360deg);
  }
  77.6% {
    background-image: conic-gradient(#3d3b3b 0deg 279.36deg, #d2d0d0 0deg 360deg);
  }
  77.7% {
    background-image: conic-gradient(#3d3b3b 0deg 279.72deg, #d2d0d0 0deg 360deg);
  }
  77.8% {
    background-image: conic-gradient(#3d3b3b 0deg 280.08deg, #d2d0d0 0deg 360deg);
  }
  77.9% {
    background-image: conic-gradient(#3d3b3b 0deg 280.44deg, #d2d0d0 0deg 360deg);
  }
  78% {
    background-image: conic-gradient(#3d3b3b 0deg 280.8deg, #d2d0d0 0deg 360deg);
  }
  78.1% {
    background-image: conic-gradient(#3d3b3b 0deg 281.16deg, #d2d0d0 0deg 360deg);
  }
  78.2% {
    background-image: conic-gradient(#3d3b3b 0deg 281.52deg, #d2d0d0 0deg 360deg);
  }
  78.3% {
    background-image: conic-gradient(#3d3b3b 0deg 281.88deg, #d2d0d0 0deg 360deg);
  }
  78.4% {
    background-image: conic-gradient(#3d3b3b 0deg 282.24deg, #d2d0d0 0deg 360deg);
  }
  78.5% {
    background-image: conic-gradient(#3d3b3b 0deg 282.6deg, #d2d0d0 0deg 360deg);
  }
  78.6% {
    background-image: conic-gradient(#3d3b3b 0deg 282.96deg, #d2d0d0 0deg 360deg);
  }
  78.7% {
    background-image: conic-gradient(#3d3b3b 0deg 283.32deg, #d2d0d0 0deg 360deg);
  }
  78.8% {
    background-image: conic-gradient(#3d3b3b 0deg 283.68deg, #d2d0d0 0deg 360deg);
  }
  78.9% {
    background-image: conic-gradient(#3d3b3b 0deg 284.04deg, #d2d0d0 0deg 360deg);
  }
  79% {
    background-image: conic-gradient(#3d3b3b 0deg 284.4deg, #d2d0d0 0deg 360deg);
  }
  79.1% {
    background-image: conic-gradient(#3d3b3b 0deg 284.76deg, #d2d0d0 0deg 360deg);
  }
  79.2% {
    background-image: conic-gradient(#3d3b3b 0deg 285.12deg, #d2d0d0 0deg 360deg);
  }
  79.3% {
    background-image: conic-gradient(#3d3b3b 0deg 285.48deg, #d2d0d0 0deg 360deg);
  }
  79.4% {
    background-image: conic-gradient(#3d3b3b 0deg 285.84deg, #d2d0d0 0deg 360deg);
  }
  79.5% {
    background-image: conic-gradient(#3d3b3b 0deg 286.2deg, #d2d0d0 0deg 360deg);
  }
  79.6% {
    background-image: conic-gradient(#3d3b3b 0deg 286.56deg, #d2d0d0 0deg 360deg);
  }
  79.7% {
    background-image: conic-gradient(#3d3b3b 0deg 286.92deg, #d2d0d0 0deg 360deg);
  }
  79.8% {
    background-image: conic-gradient(#3d3b3b 0deg 287.28deg, #d2d0d0 0deg 360deg);
  }
  79.9% {
    background-image: conic-gradient(#3d3b3b 0deg 287.64deg, #d2d0d0 0deg 360deg);
  }
  80% {
    background-image: conic-gradient(#3d3b3b 0deg 288deg, #d2d0d0 0deg 360deg);
  }
  80.1% {
    background-image: conic-gradient(#3d3b3b 0deg 288.36deg, #d2d0d0 0deg 360deg);
  }
  80.2% {
    background-image: conic-gradient(#3d3b3b 0deg 288.72deg, #d2d0d0 0deg 360deg);
  }
  80.3% {
    background-image: conic-gradient(#3d3b3b 0deg 289.08deg, #d2d0d0 0deg 360deg);
  }
  80.4% {
    background-image: conic-gradient(#3d3b3b 0deg 289.44deg, #d2d0d0 0deg 360deg);
  }
  80.5% {
    background-image: conic-gradient(#3d3b3b 0deg 289.8deg, #d2d0d0 0deg 360deg);
  }
  80.6% {
    background-image: conic-gradient(#3d3b3b 0deg 290.16deg, #d2d0d0 0deg 360deg);
  }
  80.7% {
    background-image: conic-gradient(#3d3b3b 0deg 290.52deg, #d2d0d0 0deg 360deg);
  }
  80.8% {
    background-image: conic-gradient(#3d3b3b 0deg 290.88deg, #d2d0d0 0deg 360deg);
  }
  80.9% {
    background-image: conic-gradient(#3d3b3b 0deg 291.24deg, #d2d0d0 0deg 360deg);
  }
  81% {
    background-image: conic-gradient(#3d3b3b 0deg 291.6deg, #d2d0d0 0deg 360deg);
  }
  81.1% {
    background-image: conic-gradient(#3d3b3b 0deg 291.96deg, #d2d0d0 0deg 360deg);
  }
  81.2% {
    background-image: conic-gradient(#3d3b3b 0deg 292.32deg, #d2d0d0 0deg 360deg);
  }
  81.3% {
    background-image: conic-gradient(#3d3b3b 0deg 292.68deg, #d2d0d0 0deg 360deg);
  }
  81.4% {
    background-image: conic-gradient(#3d3b3b 0deg 293.04deg, #d2d0d0 0deg 360deg);
  }
  81.5% {
    background-image: conic-gradient(#3d3b3b 0deg 293.4deg, #d2d0d0 0deg 360deg);
  }
  81.6% {
    background-image: conic-gradient(#3d3b3b 0deg 293.76deg, #d2d0d0 0deg 360deg);
  }
  81.7% {
    background-image: conic-gradient(#3d3b3b 0deg 294.12deg, #d2d0d0 0deg 360deg);
  }
  81.8% {
    background-image: conic-gradient(#3d3b3b 0deg 294.48deg, #d2d0d0 0deg 360deg);
  }
  81.9% {
    background-image: conic-gradient(#3d3b3b 0deg 294.84deg, #d2d0d0 0deg 360deg);
  }
  82% {
    background-image: conic-gradient(#3d3b3b 0deg 295.2deg, #d2d0d0 0deg 360deg);
  }
  82.1% {
    background-image: conic-gradient(#3d3b3b 0deg 295.56deg, #d2d0d0 0deg 360deg);
  }
  82.2% {
    background-image: conic-gradient(#3d3b3b 0deg 295.92deg, #d2d0d0 0deg 360deg);
  }
  82.3% {
    background-image: conic-gradient(#3d3b3b 0deg 296.28deg, #d2d0d0 0deg 360deg);
  }
  82.4% {
    background-image: conic-gradient(#3d3b3b 0deg 296.64deg, #d2d0d0 0deg 360deg);
  }
  82.5% {
    background-image: conic-gradient(#3d3b3b 0deg 297deg, #d2d0d0 0deg 360deg);
  }
  82.6% {
    background-image: conic-gradient(#3d3b3b 0deg 297.36deg, #d2d0d0 0deg 360deg);
  }
  82.7% {
    background-image: conic-gradient(#3d3b3b 0deg 297.72deg, #d2d0d0 0deg 360deg);
  }
  82.8% {
    background-image: conic-gradient(#3d3b3b 0deg 298.08deg, #d2d0d0 0deg 360deg);
  }
  82.9% {
    background-image: conic-gradient(#3d3b3b 0deg 298.44deg, #d2d0d0 0deg 360deg);
  }
  83% {
    background-image: conic-gradient(#3d3b3b 0deg 298.8deg, #d2d0d0 0deg 360deg);
  }
  83.1% {
    background-image: conic-gradient(#3d3b3b 0deg 299.16deg, #d2d0d0 0deg 360deg);
  }
  83.2% {
    background-image: conic-gradient(#3d3b3b 0deg 299.52deg, #d2d0d0 0deg 360deg);
  }
  83.3% {
    background-image: conic-gradient(#3d3b3b 0deg 299.88deg, #d2d0d0 0deg 360deg);
  }
  83.4% {
    background-image: conic-gradient(#3d3b3b 0deg 300.24deg, #d2d0d0 0deg 360deg);
  }
  83.5% {
    background-image: conic-gradient(#3d3b3b 0deg 300.6deg, #d2d0d0 0deg 360deg);
  }
  83.6% {
    background-image: conic-gradient(#3d3b3b 0deg 300.96deg, #d2d0d0 0deg 360deg);
  }
  83.7% {
    background-image: conic-gradient(#3d3b3b 0deg 301.32deg, #d2d0d0 0deg 360deg);
  }
  83.8% {
    background-image: conic-gradient(#3d3b3b 0deg 301.68deg, #d2d0d0 0deg 360deg);
  }
  83.9% {
    background-image: conic-gradient(#3d3b3b 0deg 302.04deg, #d2d0d0 0deg 360deg);
  }
  84% {
    background-image: conic-gradient(#3d3b3b 0deg 302.4deg, #d2d0d0 0deg 360deg);
  }
  84.1% {
    background-image: conic-gradient(#3d3b3b 0deg 302.76deg, #d2d0d0 0deg 360deg);
  }
  84.2% {
    background-image: conic-gradient(#3d3b3b 0deg 303.12deg, #d2d0d0 0deg 360deg);
  }
  84.3% {
    background-image: conic-gradient(#3d3b3b 0deg 303.48deg, #d2d0d0 0deg 360deg);
  }
  84.4% {
    background-image: conic-gradient(#3d3b3b 0deg 303.84deg, #d2d0d0 0deg 360deg);
  }
  84.5% {
    background-image: conic-gradient(#3d3b3b 0deg 304.2deg, #d2d0d0 0deg 360deg);
  }
  84.6% {
    background-image: conic-gradient(#3d3b3b 0deg 304.56deg, #d2d0d0 0deg 360deg);
  }
  84.7% {
    background-image: conic-gradient(#3d3b3b 0deg 304.92deg, #d2d0d0 0deg 360deg);
  }
  84.8% {
    background-image: conic-gradient(#3d3b3b 0deg 305.28deg, #d2d0d0 0deg 360deg);
  }
  84.9% {
    background-image: conic-gradient(#3d3b3b 0deg 305.64deg, #d2d0d0 0deg 360deg);
  }
  85% {
    background-image: conic-gradient(#3d3b3b 0deg 306deg, #d2d0d0 0deg 360deg);
  }
  85.1% {
    background-image: conic-gradient(#3d3b3b 0deg 306.36deg, #d2d0d0 0deg 360deg);
  }
  85.2% {
    background-image: conic-gradient(#3d3b3b 0deg 306.72deg, #d2d0d0 0deg 360deg);
  }
  85.3% {
    background-image: conic-gradient(#3d3b3b 0deg 307.08deg, #d2d0d0 0deg 360deg);
  }
  85.4% {
    background-image: conic-gradient(#3d3b3b 0deg 307.44deg, #d2d0d0 0deg 360deg);
  }
  85.5% {
    background-image: conic-gradient(#3d3b3b 0deg 307.8deg, #d2d0d0 0deg 360deg);
  }
  85.6% {
    background-image: conic-gradient(#3d3b3b 0deg 308.16deg, #d2d0d0 0deg 360deg);
  }
  85.7% {
    background-image: conic-gradient(#3d3b3b 0deg 308.52deg, #d2d0d0 0deg 360deg);
  }
  85.8% {
    background-image: conic-gradient(#3d3b3b 0deg 308.88deg, #d2d0d0 0deg 360deg);
  }
  85.9% {
    background-image: conic-gradient(#3d3b3b 0deg 309.24deg, #d2d0d0 0deg 360deg);
  }
  86% {
    background-image: conic-gradient(#3d3b3b 0deg 309.6deg, #d2d0d0 0deg 360deg);
  }
  86.1% {
    background-image: conic-gradient(#3d3b3b 0deg 309.96deg, #d2d0d0 0deg 360deg);
  }
  86.2% {
    background-image: conic-gradient(#3d3b3b 0deg 310.32deg, #d2d0d0 0deg 360deg);
  }
  86.3% {
    background-image: conic-gradient(#3d3b3b 0deg 310.68deg, #d2d0d0 0deg 360deg);
  }
  86.4% {
    background-image: conic-gradient(#3d3b3b 0deg 311.04deg, #d2d0d0 0deg 360deg);
  }
  86.5% {
    background-image: conic-gradient(#3d3b3b 0deg 311.4deg, #d2d0d0 0deg 360deg);
  }
  86.6% {
    background-image: conic-gradient(#3d3b3b 0deg 311.76deg, #d2d0d0 0deg 360deg);
  }
  86.7% {
    background-image: conic-gradient(#3d3b3b 0deg 312.12deg, #d2d0d0 0deg 360deg);
  }
  86.8% {
    background-image: conic-gradient(#3d3b3b 0deg 312.48deg, #d2d0d0 0deg 360deg);
  }
  86.9% {
    background-image: conic-gradient(#3d3b3b 0deg 312.84deg, #d2d0d0 0deg 360deg);
  }
  87% {
    background-image: conic-gradient(#3d3b3b 0deg 313.2deg, #d2d0d0 0deg 360deg);
  }
  87.1% {
    background-image: conic-gradient(#3d3b3b 0deg 313.56deg, #d2d0d0 0deg 360deg);
  }
  87.2% {
    background-image: conic-gradient(#3d3b3b 0deg 313.92deg, #d2d0d0 0deg 360deg);
  }
  87.3% {
    background-image: conic-gradient(#3d3b3b 0deg 314.28deg, #d2d0d0 0deg 360deg);
  }
  87.4% {
    background-image: conic-gradient(#3d3b3b 0deg 314.64deg, #d2d0d0 0deg 360deg);
  }
  87.5% {
    background-image: conic-gradient(#3d3b3b 0deg 315deg, #d2d0d0 0deg 360deg);
  }
  87.6% {
    background-image: conic-gradient(#3d3b3b 0deg 315.36deg, #d2d0d0 0deg 360deg);
  }
  87.7% {
    background-image: conic-gradient(#3d3b3b 0deg 315.72deg, #d2d0d0 0deg 360deg);
  }
  87.8% {
    background-image: conic-gradient(#3d3b3b 0deg 316.08deg, #d2d0d0 0deg 360deg);
  }
  87.9% {
    background-image: conic-gradient(#3d3b3b 0deg 316.44deg, #d2d0d0 0deg 360deg);
  }
  88% {
    background-image: conic-gradient(#3d3b3b 0deg 316.8deg, #d2d0d0 0deg 360deg);
  }
  88.1% {
    background-image: conic-gradient(#3d3b3b 0deg 317.16deg, #d2d0d0 0deg 360deg);
  }
  88.2% {
    background-image: conic-gradient(#3d3b3b 0deg 317.52deg, #d2d0d0 0deg 360deg);
  }
  88.3% {
    background-image: conic-gradient(#3d3b3b 0deg 317.88deg, #d2d0d0 0deg 360deg);
  }
  88.4% {
    background-image: conic-gradient(#3d3b3b 0deg 318.24deg, #d2d0d0 0deg 360deg);
  }
  88.5% {
    background-image: conic-gradient(#3d3b3b 0deg 318.6deg, #d2d0d0 0deg 360deg);
  }
  88.6% {
    background-image: conic-gradient(#3d3b3b 0deg 318.96deg, #d2d0d0 0deg 360deg);
  }
  88.7% {
    background-image: conic-gradient(#3d3b3b 0deg 319.32deg, #d2d0d0 0deg 360deg);
  }
  88.8% {
    background-image: conic-gradient(#3d3b3b 0deg 319.68deg, #d2d0d0 0deg 360deg);
  }
  88.9% {
    background-image: conic-gradient(#3d3b3b 0deg 320.04deg, #d2d0d0 0deg 360deg);
  }
  89% {
    background-image: conic-gradient(#3d3b3b 0deg 320.4deg, #d2d0d0 0deg 360deg);
  }
  89.1% {
    background-image: conic-gradient(#3d3b3b 0deg 320.76deg, #d2d0d0 0deg 360deg);
  }
  89.2% {
    background-image: conic-gradient(#3d3b3b 0deg 321.12deg, #d2d0d0 0deg 360deg);
  }
  89.3% {
    background-image: conic-gradient(#3d3b3b 0deg 321.48deg, #d2d0d0 0deg 360deg);
  }
  89.4% {
    background-image: conic-gradient(#3d3b3b 0deg 321.84deg, #d2d0d0 0deg 360deg);
  }
  89.5% {
    background-image: conic-gradient(#3d3b3b 0deg 322.2deg, #d2d0d0 0deg 360deg);
  }
  89.6% {
    background-image: conic-gradient(#3d3b3b 0deg 322.56deg, #d2d0d0 0deg 360deg);
  }
  89.7% {
    background-image: conic-gradient(#3d3b3b 0deg 322.92deg, #d2d0d0 0deg 360deg);
  }
  89.8% {
    background-image: conic-gradient(#3d3b3b 0deg 323.28deg, #d2d0d0 0deg 360deg);
  }
  89.9% {
    background-image: conic-gradient(#3d3b3b 0deg 323.64deg, #d2d0d0 0deg 360deg);
  }
  90% {
    background-image: conic-gradient(#3d3b3b 0deg 324deg, #d2d0d0 0deg 360deg);
  }
  90.1% {
    background-image: conic-gradient(#3d3b3b 0deg 324.36deg, #d2d0d0 0deg 360deg);
  }
  90.2% {
    background-image: conic-gradient(#3d3b3b 0deg 324.72deg, #d2d0d0 0deg 360deg);
  }
  90.3% {
    background-image: conic-gradient(#3d3b3b 0deg 325.08deg, #d2d0d0 0deg 360deg);
  }
  90.4% {
    background-image: conic-gradient(#3d3b3b 0deg 325.44deg, #d2d0d0 0deg 360deg);
  }
  90.5% {
    background-image: conic-gradient(#3d3b3b 0deg 325.8deg, #d2d0d0 0deg 360deg);
  }
  90.6% {
    background-image: conic-gradient(#3d3b3b 0deg 326.16deg, #d2d0d0 0deg 360deg);
  }
  90.7% {
    background-image: conic-gradient(#3d3b3b 0deg 326.52deg, #d2d0d0 0deg 360deg);
  }
  90.8% {
    background-image: conic-gradient(#3d3b3b 0deg 326.88deg, #d2d0d0 0deg 360deg);
  }
  90.9% {
    background-image: conic-gradient(#3d3b3b 0deg 327.24deg, #d2d0d0 0deg 360deg);
  }
  91% {
    background-image: conic-gradient(#3d3b3b 0deg 327.6deg, #d2d0d0 0deg 360deg);
  }
  91.1% {
    background-image: conic-gradient(#3d3b3b 0deg 327.96deg, #d2d0d0 0deg 360deg);
  }
  91.2% {
    background-image: conic-gradient(#3d3b3b 0deg 328.32deg, #d2d0d0 0deg 360deg);
  }
  91.3% {
    background-image: conic-gradient(#3d3b3b 0deg 328.68deg, #d2d0d0 0deg 360deg);
  }
  91.4% {
    background-image: conic-gradient(#3d3b3b 0deg 329.04deg, #d2d0d0 0deg 360deg);
  }
  91.5% {
    background-image: conic-gradient(#3d3b3b 0deg 329.4deg, #d2d0d0 0deg 360deg);
  }
  91.6% {
    background-image: conic-gradient(#3d3b3b 0deg 329.76deg, #d2d0d0 0deg 360deg);
  }
  91.7% {
    background-image: conic-gradient(#3d3b3b 0deg 330.12deg, #d2d0d0 0deg 360deg);
  }
  91.8% {
    background-image: conic-gradient(#3d3b3b 0deg 330.48deg, #d2d0d0 0deg 360deg);
  }
  91.9% {
    background-image: conic-gradient(#3d3b3b 0deg 330.84deg, #d2d0d0 0deg 360deg);
  }
  92% {
    background-image: conic-gradient(#3d3b3b 0deg 331.2deg, #d2d0d0 0deg 360deg);
  }
  92.1% {
    background-image: conic-gradient(#3d3b3b 0deg 331.56deg, #d2d0d0 0deg 360deg);
  }
  92.2% {
    background-image: conic-gradient(#3d3b3b 0deg 331.92deg, #d2d0d0 0deg 360deg);
  }
  92.3% {
    background-image: conic-gradient(#3d3b3b 0deg 332.28deg, #d2d0d0 0deg 360deg);
  }
  92.4% {
    background-image: conic-gradient(#3d3b3b 0deg 332.64deg, #d2d0d0 0deg 360deg);
  }
  92.5% {
    background-image: conic-gradient(#3d3b3b 0deg 333deg, #d2d0d0 0deg 360deg);
  }
  92.6% {
    background-image: conic-gradient(#3d3b3b 0deg 333.36deg, #d2d0d0 0deg 360deg);
  }
  92.7% {
    background-image: conic-gradient(#3d3b3b 0deg 333.72deg, #d2d0d0 0deg 360deg);
  }
  92.8% {
    background-image: conic-gradient(#3d3b3b 0deg 334.08deg, #d2d0d0 0deg 360deg);
  }
  92.9% {
    background-image: conic-gradient(#3d3b3b 0deg 334.44deg, #d2d0d0 0deg 360deg);
  }
  93% {
    background-image: conic-gradient(#3d3b3b 0deg 334.8deg, #d2d0d0 0deg 360deg);
  }
  93.1% {
    background-image: conic-gradient(#3d3b3b 0deg 335.16deg, #d2d0d0 0deg 360deg);
  }
  93.2% {
    background-image: conic-gradient(#3d3b3b 0deg 335.52deg, #d2d0d0 0deg 360deg);
  }
  93.3% {
    background-image: conic-gradient(#3d3b3b 0deg 335.88deg, #d2d0d0 0deg 360deg);
  }
  93.4% {
    background-image: conic-gradient(#3d3b3b 0deg 336.24deg, #d2d0d0 0deg 360deg);
  }
  93.5% {
    background-image: conic-gradient(#3d3b3b 0deg 336.6deg, #d2d0d0 0deg 360deg);
  }
  93.6% {
    background-image: conic-gradient(#3d3b3b 0deg 336.96deg, #d2d0d0 0deg 360deg);
  }
  93.7% {
    background-image: conic-gradient(#3d3b3b 0deg 337.32deg, #d2d0d0 0deg 360deg);
  }
  93.8% {
    background-image: conic-gradient(#3d3b3b 0deg 337.68deg, #d2d0d0 0deg 360deg);
  }
  93.9% {
    background-image: conic-gradient(#3d3b3b 0deg 338.04deg, #d2d0d0 0deg 360deg);
  }
  94% {
    background-image: conic-gradient(#3d3b3b 0deg 338.4deg, #d2d0d0 0deg 360deg);
  }
  94.1% {
    background-image: conic-gradient(#3d3b3b 0deg 338.76deg, #d2d0d0 0deg 360deg);
  }
  94.2% {
    background-image: conic-gradient(#3d3b3b 0deg 339.12deg, #d2d0d0 0deg 360deg);
  }
  94.3% {
    background-image: conic-gradient(#3d3b3b 0deg 339.48deg, #d2d0d0 0deg 360deg);
  }
  94.4% {
    background-image: conic-gradient(#3d3b3b 0deg 339.84deg, #d2d0d0 0deg 360deg);
  }
  94.5% {
    background-image: conic-gradient(#3d3b3b 0deg 340.2deg, #d2d0d0 0deg 360deg);
  }
  94.6% {
    background-image: conic-gradient(#3d3b3b 0deg 340.56deg, #d2d0d0 0deg 360deg);
  }
  94.7% {
    background-image: conic-gradient(#3d3b3b 0deg 340.92deg, #d2d0d0 0deg 360deg);
  }
  94.8% {
    background-image: conic-gradient(#3d3b3b 0deg 341.28deg, #d2d0d0 0deg 360deg);
  }
  94.9% {
    background-image: conic-gradient(#3d3b3b 0deg 341.64deg, #d2d0d0 0deg 360deg);
  }
  95% {
    background-image: conic-gradient(#3d3b3b 0deg 342deg, #d2d0d0 0deg 360deg);
  }
  95.1% {
    background-image: conic-gradient(#3d3b3b 0deg 342.36deg, #d2d0d0 0deg 360deg);
  }
  95.2% {
    background-image: conic-gradient(#3d3b3b 0deg 342.72deg, #d2d0d0 0deg 360deg);
  }
  95.3% {
    background-image: conic-gradient(#3d3b3b 0deg 343.08deg, #d2d0d0 0deg 360deg);
  }
  95.4% {
    background-image: conic-gradient(#3d3b3b 0deg 343.44deg, #d2d0d0 0deg 360deg);
  }
  95.5% {
    background-image: conic-gradient(#3d3b3b 0deg 343.8deg, #d2d0d0 0deg 360deg);
  }
  95.6% {
    background-image: conic-gradient(#3d3b3b 0deg 344.16deg, #d2d0d0 0deg 360deg);
  }
  95.7% {
    background-image: conic-gradient(#3d3b3b 0deg 344.52deg, #d2d0d0 0deg 360deg);
  }
  95.8% {
    background-image: conic-gradient(#3d3b3b 0deg 344.88deg, #d2d0d0 0deg 360deg);
  }
  95.9% {
    background-image: conic-gradient(#3d3b3b 0deg 345.24deg, #d2d0d0 0deg 360deg);
  }
  96% {
    background-image: conic-gradient(#3d3b3b 0deg 345.6deg, #d2d0d0 0deg 360deg);
  }
  96.1% {
    background-image: conic-gradient(#3d3b3b 0deg 345.96deg, #d2d0d0 0deg 360deg);
  }
  96.2% {
    background-image: conic-gradient(#3d3b3b 0deg 346.32deg, #d2d0d0 0deg 360deg);
  }
  96.3% {
    background-image: conic-gradient(#3d3b3b 0deg 346.68deg, #d2d0d0 0deg 360deg);
  }
  96.4% {
    background-image: conic-gradient(#3d3b3b 0deg 347.04deg, #d2d0d0 0deg 360deg);
  }
  96.5% {
    background-image: conic-gradient(#3d3b3b 0deg 347.4deg, #d2d0d0 0deg 360deg);
  }
  96.6% {
    background-image: conic-gradient(#3d3b3b 0deg 347.76deg, #d2d0d0 0deg 360deg);
  }
  96.7% {
    background-image: conic-gradient(#3d3b3b 0deg 348.12deg, #d2d0d0 0deg 360deg);
  }
  96.8% {
    background-image: conic-gradient(#3d3b3b 0deg 348.48deg, #d2d0d0 0deg 360deg);
  }
  96.9% {
    background-image: conic-gradient(#3d3b3b 0deg 348.84deg, #d2d0d0 0deg 360deg);
  }
  97% {
    background-image: conic-gradient(#3d3b3b 0deg 349.2deg, #d2d0d0 0deg 360deg);
  }
  97.1% {
    background-image: conic-gradient(#3d3b3b 0deg 349.56deg, #d2d0d0 0deg 360deg);
  }
  97.2% {
    background-image: conic-gradient(#3d3b3b 0deg 349.92deg, #d2d0d0 0deg 360deg);
  }
  97.3% {
    background-image: conic-gradient(#3d3b3b 0deg 350.28deg, #d2d0d0 0deg 360deg);
  }
  97.4% {
    background-image: conic-gradient(#3d3b3b 0deg 350.64deg, #d2d0d0 0deg 360deg);
  }
  97.5% {
    background-image: conic-gradient(#3d3b3b 0deg 351deg, #d2d0d0 0deg 360deg);
  }
  97.6% {
    background-image: conic-gradient(#3d3b3b 0deg 351.36deg, #d2d0d0 0deg 360deg);
  }
  97.7% {
    background-image: conic-gradient(#3d3b3b 0deg 351.72deg, #d2d0d0 0deg 360deg);
  }
  97.8% {
    background-image: conic-gradient(#3d3b3b 0deg 352.08deg, #d2d0d0 0deg 360deg);
  }
  97.9% {
    background-image: conic-gradient(#3d3b3b 0deg 352.44deg, #d2d0d0 0deg 360deg);
  }
  98% {
    background-image: conic-gradient(#3d3b3b 0deg 352.8deg, #d2d0d0 0deg 360deg);
  }
  98.1% {
    background-image: conic-gradient(#3d3b3b 0deg 353.16deg, #d2d0d0 0deg 360deg);
  }
  98.2% {
    background-image: conic-gradient(#3d3b3b 0deg 353.52deg, #d2d0d0 0deg 360deg);
  }
  98.3% {
    background-image: conic-gradient(#3d3b3b 0deg 353.88deg, #d2d0d0 0deg 360deg);
  }
  98.4% {
    background-image: conic-gradient(#3d3b3b 0deg 354.24deg, #d2d0d0 0deg 360deg);
  }
  98.5% {
    background-image: conic-gradient(#3d3b3b 0deg 354.6deg, #d2d0d0 0deg 360deg);
  }
  98.6% {
    background-image: conic-gradient(#3d3b3b 0deg 354.96deg, #d2d0d0 0deg 360deg);
  }
  98.7% {
    background-image: conic-gradient(#3d3b3b 0deg 355.32deg, #d2d0d0 0deg 360deg);
  }
  98.8% {
    background-image: conic-gradient(#3d3b3b 0deg 355.68deg, #d2d0d0 0deg 360deg);
  }
  98.9% {
    background-image: conic-gradient(#3d3b3b 0deg 356.04deg, #d2d0d0 0deg 360deg);
  }
  99% {
    background-image: conic-gradient(#3d3b3b 0deg 356.4deg, #d2d0d0 0deg 360deg);
  }
  99.1% {
    background-image: conic-gradient(#3d3b3b 0deg 356.76deg, #d2d0d0 0deg 360deg);
  }
  99.2% {
    background-image: conic-gradient(#3d3b3b 0deg 357.12deg, #d2d0d0 0deg 360deg);
  }
  99.3% {
    background-image: conic-gradient(#3d3b3b 0deg 357.48deg, #d2d0d0 0deg 360deg);
  }
  99.4% {
    background-image: conic-gradient(#3d3b3b 0deg 357.84deg, #d2d0d0 0deg 360deg);
  }
  99.5% {
    background-image: conic-gradient(#3d3b3b 0deg 358.2deg, #d2d0d0 0deg 360deg);
  }
  99.6% {
    background-image: conic-gradient(#3d3b3b 0deg 358.56deg, #d2d0d0 0deg 360deg);
  }
  99.7% {
    background-image: conic-gradient(#3d3b3b 0deg 358.92deg, #d2d0d0 0deg 360deg);
  }
  99.8% {
    background-image: conic-gradient(#3d3b3b 0deg 359.28deg, #d2d0d0 0deg 360deg);
  }
  99.9% {
    background-image: conic-gradient(#3d3b3b 0deg 359.64deg, #d2d0d0 0deg 360deg);
  }
  100% {
    background-image: conic-gradient(#3d3b3b 0deg 360deg, #d2d0d0 0deg 360deg);
  }
}
#people .p-slider__caption {
  padding: 0 0 13px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
#people .p-slider__footer {
  display: flex;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 34px 0 0;
  gap: 0 9px;
}
#people .p-slider__prev, #people .p-slider__next {
  flex: 0 0 auto;
  font-weight: bold;
  font-size: 8px;
}
#people .p-slider__pagination {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  width: auto;
  gap: 0 14px;
}
#people .p-slider__bullet {
  position: relative;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 1px;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
}
#people .p-slider__bullet span {
  display: flex;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  font-weight: bold;
  font-size: 11px;
  font-family: "Barlow";
}
#people .p-slider__bullet i {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
#people .p-slider__bullet.is-active::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #D2D0D0;
  content: "";
}
#people .p-slider__bullet.is-progress i {
  animation-name: circle;
}
@media screen and (min-width: 769px), print {
  #people .p-slider {
    position: relative;
  }
  #people .p-slider .swiper-slide {
    width: 774px;
  }
  #people .p-slider .swiper-slide .p-slide {
    transition: 0.2s all 0s ease-in-out;
  }
  #people .p-slider .swiper-slide .p-slide__date, #people .p-slider .swiper-slide .p-slide__post, #people .p-slider .swiper-slide .p-slide__name {
    transition: 0.2s all 0s ease-in-out;
  }
  #people .p-slider .swiper-slide .p-slide__title {
    transition: 0.2s all 0s ease-in-out;
  }
  #people .p-slider .swiper-slide .p-slide__title span {
    transition: 0.2s all 0s ease-in-out;
  }
  #people .p-slider .swiper-slide:not(.is-active) .p-slide {
    height: 354px;
    margin: 100px 0 0;
  }
  #people .p-slider .swiper-slide:not(.is-active) .p-slide__date {
    font-size: 10px;
  }
  #people .p-slider .swiper-slide:not(.is-active) .p-slide__tags {
    display: none;
  }
  #people .p-slider .swiper-slide:not(.is-active) .p-slide__title {
    line-height: 24px;
  }
  #people .p-slider .swiper-slide:not(.is-active) .p-slide__title span {
    background-color: transparent;
    color: #fff;
    font-size: 15px;
  }
  #people .p-slider .swiper-slide:not(.is-active) .p-slide__post {
    font-size: 10px;
  }
  #people .p-slider .swiper-slide:not(.is-active) .p-slide__name {
    font-size: 13px;
  }
  #people .p-slider__caption {
    -webkit-clip-path: ellipse(49% 50% at 50% 50%);
    z-index: 2;
    position: absolute;
    top: 414px;
    left: 50%;
    width: 410px;
    height: 147px;
    padding: 19px 0 0;
    transform: translateX(-50%);
    background-color: #fff;
    font-size: 18px;
            clip-path: ellipse(49% 50% at 50% 50%);
  }
  #people .p-slider__prev, #people .p-slider__next {
    font-size: 16px;
  }
  #people .p-slider__bullet {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
  }
  #people .p-slider__bullet span {
    font-size: 20px;
  }
  #people .p-slider__pagination {
    gap: 0 12px;
  }
  #people .p-slider__footer {
    padding: 25px 0 0;
    gap: 0 15px;
  }
}
@media screen and (min-width: 950px) {
  #people .p-slider .swiper-slide {
    width: 860px;
  }
}
#people .p-archives {
  padding: 50px 0 73px;
  background-color: #F6F6F6;
}
#people .p-archives__heading {
  padding: 0 0 44px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
#people .p-archives__footer {
  margin: 60px 0 0;
}
#people .p-archives__footer .c-buttonMore {
  max-width: 216px;
  margin: 0 auto;
}
#people .p-archives__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px 0;
}
@media screen and (min-width: 769px), print {
  #people .p-archives {
    padding: 41px 0 73px;
  }
  #people .p-archives__heading {
    padding: 0 0 32px;
    font-size: 30px;
  }
  #people .p-archives__grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px 50px;
  }
  #people .p-archives__footer {
    margin: 90px 0 0;
  }
}
@media screen and (min-width: 1080px), print {
  #people .p-archives__grid {
    gap: 60px 80px;
  }
}
#people .p-toTags {
  padding: 50px 0 120px;
}
@media screen and (min-width: 769px), print {
  #people .p-toTags {
    padding: 80px 0 120px;
  }
}
#people .p-searchFromTag {
  padding: 40px 0 80px;
}
#people .p-searchFromTag__list {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 0 0;
  gap: 12px 10px;
}
#people .p-searchFromTag__button {
  max-width: 350px;
  margin: 50px auto 0;
}
@media screen and (min-width: 769px), print {
  #people .p-searchFromTag {
    padding: 61px 0 120px;
  }
  #people .p-searchFromTag__list {
    padding: 41px 0 0;
    gap: 16px 10px;
  }
  #people .p-searchFromTag__button {
    margin: 77px auto 0;
  }
}
#people .p-tagArchives {
  padding: 40px 0 65px;
}
#people .p-tagArchives__heading {
  padding: 0 0 36px;
}
#people .p-tagArchives__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px 0;
}
#people .p-tagArchives__footer {
  margin: 60px 0 0;
}
#people .p-tagArchives__footer .c-buttonMore {
  max-width: 216px;
  margin: 0 auto;
}
#people .p-tagArchives__links {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 740px;
  margin: 35px auto 0;
  gap: 20px;
}
@media screen and (min-width: 769px), print {
  #people .p-tagArchives {
    padding: 61px 0 132px;
  }
  #people .p-tagArchives__heading {
    padding: 0 0 63px;
  }
  #people .p-tagArchives__grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px 50px;
  }
  #people .p-tagArchives__footer {
    margin: 90px 0 0;
  }
  #people .p-tagArchives__links {
    grid-template-columns: 1fr 1fr;
    margin: 60px auto 0;
    gap: 0 40px;
  }
}
@media screen and (min-width: 1080px), print {
  #people .p-tagArchives__grid {
    gap: 60px 80px;
  }
}
#people .p-postMv {
  max-width: 1167px;
  margin: 97px 20px 0;
}
#people .p-postMv__image {
  display: block;
}
#people .p-postMv__title {
  color: var(--color-secondary);
  font-weight: bold;
  font-size: 26px;
  line-height: 38px;
}
#people .p-postMv__header {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-family-serif);
}
#people .p-postMv__header-in span {
  font-size: 12px;
}
#people .p-postMv__header-in b {
  color: var(--color-secondary);
  font-size: 24px;
}
#people .p-postMv__header-line {
  flex: 1 1 auto;
  background-color: var(--color-secondary);
}
#people .p-postMv__content {
  margin: 30px 0 0;
}
@media screen and (min-width: 769px), print {
  #people .p-postMv {
    display: flex;
    align-items: flex-start;
    margin: 123px auto 0;
    gap: 0 26px;
  }
  #people .p-postMv__image {
    flex: 1 1 auto;
    height: 495px;
  }
  #people .p-postMv__image img {
    -o-object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
       object-fit: cover;
  }
  #people .p-postMv__content {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row-reverse;
    margin: 0;
    gap: 0 29px;
  }
  #people .p-postMv__title {
    padding: 10px 0 0;
    font-size: 35px;
    line-height: 59px;
    letter-spacing: 0.08em;
    writing-mode: vertical-rl;
  }
  #people .p-postMv__header {
    flex-direction: column;
    gap: 20px;
  }
  #people .p-postMv__header-in {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row-reverse;
  }
  #people .p-postMv__header-in span {
    flex: 0 0 auto;
    padding: 1px 0 0;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
  }
  #people .p-postMv__header-in b {
    flex: 0 0 auto;
    padding: 5px 6px 0 0;
    writing-mode: vertical-rl;
  }
  #people .p-postMv__header-line {
    width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #people .p-postMv__header-in span, #people .p-postMv__header-in b {
    display: block;
  }
  #people .p-postMv__header-in span {
    transform: translateX(-0.6em);
  }
  #people .p-postMv__header-in b {
    padding: 0.2em 0 0;
  }
  #people .p-postMv__header-line {
    height: 1px;
  }
  #people .p-postMv__title {
    padding: 17px 0 0;
  }
}
#people .p-post {
  padding: 61px 0 119px;
}
#people .p-post__taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
}
#people .p-post__profile {
  padding: 34px 0 0;
}
#people .p-post__content {
  margin: 75px 0 0;
}
@media screen and (min-width: 769px), print {
  #people .p-post {
    padding: 121px 0 143px;
  }
  #people .p-post__content {
    margin: 89px 0 0;
  }
  #people .p-post__profile {
    padding: 28px 0 0;
  }
}
#people .p-postProfile__title {
  color: var(--color-secondary);
  font-size: 22px;
  font-family: var(--font-family-serif);
}
#people .p-postProfile__main {
  margin: 10px 0 0;
  padding: 33px 15px 32px;
  border-left: 5px solid var(--color-secondary);
  background-color: var(--color-bgAqua);
}
#people .p-postProfile__post {
  font-size: 14px;
  line-height: 1.7;
}
#people .p-postProfile__name {
  padding: 19px 0 0;
}
#people .p-postProfile__name small {
  display: block;
  font-size: 14px;
}
#people .p-postProfile__name span {
  display: block;
  padding: 13px 0 0;
  font-weight: bold;
  font-size: 28px;
}
#people .p-postProfile__body {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 769px), print {
  #people .p-postProfile__title {
    font-size: 25px;
  }
  #people .p-postProfile__main {
    display: flex;
    margin: 9.5px 0 0;
    padding: 27px 0;
  }
  #people .p-postProfile__header {
    flex: 0 0 256px;
    width: 256px;
    padding: 6px 10px 0 14px;
    border-right: 1px solid var(--color-secondary);
  }
  #people .p-postProfile__name {
    padding: 16px 0 0;
  }
  #people .p-postProfile__name small {
    font-size: 16px;
  }
  #people .p-postProfile__name span {
    padding: 11px 0 0;
    font-size: 30px;
  }
  #people .p-postProfile__body {
    flex: 1 1 auto;
    padding: 10px 40px 10px 47px;
  }
}
@media screen and (max-width: 768px) {
  #people .p-postProfile__body {
    margin-top: 24.5px;
    padding-top: 14px;
    border-top: 1px solid var(--color-secondary);
  }
}
#people .p-postBlock + .p-postBlock {
  margin-top: 45px;
  padding-top: 51px;
  border-top: 1px solid var(--color-bgAqua);
}
#people .p-postBlock__header {
  position: relative;
  padding: 0 0 0 27px;
  color: var(--color-secondary);
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1818181818;
}
#people .p-postBlock__header::before {
  position: absolute;
  top: 7.5px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(#87dafc 0%, #186bbf 100%);
  content: "";
}
#people .p-postBlock__textbox {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 769px), print {
  #people .p-postBlock {
    display: grid;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 0 40px;
  }
  #people .p-postBlock + .p-postBlock {
    margin-top: 60px;
    padding-top: 60px;
  }
  #people .p-postBlock--imgright {
    grid-template-areas: "header image" "textbox image";
  }
  #people .p-postBlock--imgleft {
    grid-template-areas: "image header" "image textbox";
  }
  #people .p-postBlock__header {
    grid-area: header;
    font-size: 26px;
    line-height: 1.45;
  }
  #people .p-postBlock__header::before {
    top: 12px;
    left: 0px;
  }
  #people .p-postBlock__image {
    grid-area: image;
  }
  #people .p-postBlock__textbox {
    grid-area: textbox;
    margin: 15.5px 0 0;
  }
  #people .p-postBlock__textbox p {
    max-width: 500px;
  }
  #people .p-postBlock--imgright > .c-cardColumn__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  #people .p-postBlock--imgleft > .c-cardColumn__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  #people .p-postBlock--imgright > .p-sec3__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  #people .p-postBlock--imgleft > .p-sec3__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 1080px), print{
  .c-cardColumn__image {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-cardColumn--imageReverse > .c-cardColumn__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-cardColumn__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-cardColumn--imageReverse > .c-cardColumn__content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #laboratory .p-sec3__image {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-cardColumn--imageReverse > .p-sec3__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #people .p-postBlock__image {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-cardColumn--imageReverse > .p-postBlock__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 769px), print{
  #laboratory .p-sec3__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #laboratory .p-sec3__container > .p-sec3__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  #laboratory .p-sec3__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #people .p-postBlock__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #people .p-postBlock--imgleft > .p-postBlock__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #laboratory .p-sec3__container > .p-postBlock__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  #people .p-postBlock--imgright > .p-postBlock__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  #people .p-postBlock--imgleft > .p-postBlock__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  #people .p-postBlock__textbox {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #people .p-postBlock--imgleft > .p-postBlock__textbox {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 768px) {
  #people .p-postBlock__image {
    margin: 27px 0 0;
  }
  #people .p-postBlock__textbox {
    margin: 13px 0 0;
  }
}
#people .p-postShare {
  padding: 0 0 40px;
}
#people .p-postShare__title {
  padding: 0 0 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
#people .p-postShare__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
#people .p-postShare__buttons > * {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 769px), print {
  #people .p-postShare__buttons {
    gap: 20px;
  }
  #people .p-postShare__buttons > * {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
  }
}
@media screen and (min-width: 769px), print {
  #people .p-postShare {
    padding: 0 0 50px;
  }
}
#people .p-postRecommend {
  padding: 43px 0 56px;
  background-color: #F6F6F6;
}
#people .p-postRecommend__title {
  font-weight: 500;
  font-size: 35px;
  font-family: "Barlow";
  text-align: center;
}
#people .p-postRecommend__copy {
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
#people .p-postRecommend__posts {
  padding: 44px 0 0;
}
#people .p-postRecommend__prev, #people .p-postRecommend__next {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  align-items: center;
  height: 47.2vw;
  padding: 3vw 0 0;
  color: #fff;
  font-size: 23px;
  cursor: pointer;
}
#people .p-postRecommend__prev::before, #people .p-postRecommend__next::before {
  font-family: FontAwesome;
}
#people .p-postRecommend__prev {
  left: 9px;
}
#people .p-postRecommend__prev::before {
  content: "\f053";
}
#people .p-postRecommend__next {
  right: 9px;
}
#people .p-postRecommend__next::before {
  content: "\f054";
}
@media screen and (min-width: 400px) {
  #people .p-postRecommend__slider .swiper-slide {
    width: 335px;
  }
  #people .p-postRecommend__prev, #people .p-postRecommend__next {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  #people .p-postRecommend {
    padding: 43px 0 79px;
  }
  #people .p-postRecommend__posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 54px 0 0;
    gap: 60px 30px;
  }
}
#people .p-postFooter {
  padding: 73px 0 86px;
}
@media screen and (min-width: 769px), print {
  #people .p-postFooter {
    padding: 102px 0 128px;
  }
}

#research .p-sec01 {
  margin: 120px 0 90px;
}
@media screen and (max-width: 768px) {
  #research .p-sec01 {
    margin: 60px 0;
  }
}
#research .p-sec01 .c-information {
  margin: 30px 0;
}
#research .p-sec01__btn {
  text-align: center;
}
#research .p-sec02 {
  padding: 90px 0;
  background: rgba(237, 255, 251, 0.92);
}
@media screen and (max-width: 768px) {
  #research .p-sec02 {
    padding: 60px 0;
  }
}
#research .p-sec02__text {
  margin: 60px 0;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #research .p-sec02__text {
    margin: 30px 0;
  }
}
#research .p-sec02__field {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 104px;
}
@media screen and (max-width: 768px) {
  #research .p-sec02__field {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
}
#research .p-sec02__field li {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 323px;
  height: 291px;
  margin-top: 123px;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #research .p-sec02__field li {
    width: 250px;
    height: auto;
    margin-top: 0;
    padding: 40px 20px;
  }
}
#research .p-sec02__field li:before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2c82b5;
  border-radius: 40px;
  content: "";
}
#research .p-sec02__field li:nth-child(2) {
  z-index: 1;
  position: relative;
  margin: 0 -56px;
}
@media screen and (max-width: 768px) {
  #research .p-sec02__field li:nth-child(2) {
    margin: -20px 0;
  }
}
#research .p-sec02__field li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 113px;
}
@media screen and (max-width: 768px) {
  #research .p-sec02__field li .icon {
    height: auto;
  }
}
#research .p-sec02__field li .title {
  margin: 30px 0 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}
#research .p-sec02__field li .en {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 27px;
}
@media screen and (max-width: 768px) {
  #research .p-sec02__field li .en {
    height: auto;
  }
}
#research .p-sec02-search {
  display: flex;
  justify-content: center;
}
#research .p-sec02-search__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#research .p-sec02-search__title {
  margin-bottom: 10px;
  color: #2c82b5;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #research .p-sec02-search__title {
    margin-bottom: 5px;
    font-size: 24px;
  }
}
#research .p-sec02-search__text {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #research .p-sec02-search__text {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
#research .p-sec02-search__arrow {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #research .p-sec02-search__arrow {
    margin-bottom: 20px;
  }
}
#research .p-sec02-search__arrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #2c82b5;
  border-radius: 50%;
  background-color: #fff;
  color: #2c82b5;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #research .p-sec02-search__arrow span {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
#research .p-sec02-search__btns a + a {
  margin-top: 20px;
}
#research .p-sec02-search__links .link {
  display: flex;
}
#research .p-sec02-search__links .link + .link {
  margin-top: 20px;
}
#research .p-sec02-search__links .link .arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 10px;
  border-radius: 50%;
  background: #2c82b5;
  color: white;
  font-size: 10px;
}
#research .p-sec02-search__links .link .text {
  font-size: 15px;
  line-height: 1.7333333333;
}
#research .p-sec03 {
  padding: 100px 0 120px;
  background: url(../images/research_bg@2x.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #research .p-sec03 {
    padding: 60px 0;
  }
}
#research .p-sec03__text {
  margin: 60px 0 100px;
  color: white;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #research .p-sec03__text {
    margin: 30px 0 60px;
  }
}
#research .p-sec03__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 1079px) {
  #research .p-sec03__grid {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #research .p-sec03__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#research .p-sec04 {
  padding: 60px 0;
  background: #ededed;
}

#society .p-sec01 {
  margin: 120px 0 90px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #society .p-sec01 {
    margin: 60px 0;
  }
}
#society .p-sec01__swiper {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #society .p-sec01__swiper {
    margin-top: 30px;
  }
}
#society .p-sec01__swiper .swiper {
  overflow: visible;
}
#society .p-sec01__slide {
  display: block;
}
#society .p-sec01__slide .image {
  position: relative;
  aspect-ratio: 260/173;
  overflow: hidden;
}
#society .p-sec01__slide .image img {
  -o-object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
     object-fit: cover;
}
#society .p-sec01__slide .image .date {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 2px;
  background-color: #fff;
  color: #2C82B5;
}
#society .p-sec01__slide .image .date .year {
  margin-bottom: 3px;
  font-size: 10px;
}
#society .p-sec01__slide .image .date .num {
  padding: 0 5px;
  font-size: 24px;
}
#society .p-sec01__slide .image .date .num + .num {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #2C82B5;
}
#society .p-sec01__slide .title {
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
#society .p-sec01__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #society .p-sec01__controls {
    flex-direction: column;
    justify-content: stretch;
  }
}
#society .p-sec01__controls .pager {
  display: flex;
  margin-right: 30px;
  gap: 20px;
}
#society .p-sec01__controls .pager .swiper-button-lock {
  display: none;
}
@media screen and (max-width: 768px) {
  #society .p-sec01__controls .pager {
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: auto;
  }
}
#society .p-sec01__controls .pager button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2C82B5;
  color: white;
  font-size: 12px;
}
#society .p-sec01__controls .btn .c-btnA {
  width: 300px;
}
#society .p-sec02 {
  padding: 96px 0;
  background: url(../images/society_bg1@2x.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #society .p-sec02 {
    padding: 60px 0 30px;
  }
}
#society .p-sec02 .c-titB {
  font-weight: bold;
}
#society .p-sec02__block {
  width: 50%;
  margin-top: 264px;
  margin-left: auto;
  padding: 40px 35px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #society .p-sec02__block {
    width: 100%;
    margin-top: 100px;
    padding: 20px;
  }
}
#society .p-sec02__block .text {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5294117647;
}
@media screen and (max-width: 768px) {
  #society .p-sec02__block .text {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
#society .p-sec02__block .btn .c-btnA {
  max-width: 100%;
}
#society .p-sec03 {
  padding: 90px 0 135px;
  background: url(../images/society_bg2@2x.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #society .p-sec03 {
    padding: 60px 0;
  }
}
#society .p-sec03__text {
  margin: 60px 0 90px;
  color: white;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #society .p-sec03__text {
    margin: 30px 0 60px;
  }
}
#society .p-sec03__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  gap: 120px 45px;
}
@media screen and (max-width: 1079px) {
  #society .p-sec03__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #society .p-sec03__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 30px;
  }
}
#society .p-sec03__list + .c-titI {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #society .p-sec03__list + .c-titI {
    margin-top: 60px;
  }
}
#society .p-sec04 {
  padding: 60px 0;
  background: #ededed;
}

@media screen and (min-width: 769px), print {
  #spEngStudy .p-imagebox {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 0 22px;
  }
}
@media screen and (min-width: 1080px), print {
  #spEngStudy .p-imagebox {
    grid-template-columns: 454px 1fr;
    gap: 0 38px;
  }
}
@media screen and (max-width: 768px) {
  #spEngStudy .p-imagebox__image {
    margin: 0 0 22px;
    text-align: center;
  }
}

#support .p-sec01 {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  #support .p-sec01 {
    margin: 60px 0;
  }
}
#support .p-sec01__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #support .p-sec01__flex {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
    gap: 30px;
  }
}
#support .p-sec01__flex .text {
  font-size: 16px;
  line-height: 2;
}
#support .p-sec01__anchor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 1079px) {
  #support .p-sec01__anchor {
    gap: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #support .p-sec01__anchor {
    grid-template-columns: 1fr;
  }
}
#support .p-largeimage {
  width: 100%;
  height: 27.888446215vw;
  background: url(/assets/images/support_largeimage@mobile.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 769px), print {
  #support .p-largeimage {
    height: 350px;
    background: fixed url(/assets/images/support_largeimage.jpg) no-repeat center top/cover;
  }
}
#support .p-sec02 {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  #support .p-sec02 {
    padding: 60px 0 0;
  }
}
#support .p-sec02 .c-titB {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #support .p-sec02 .c-titB {
    margin-bottom: 30px;
  }
}
#support .p-sec03 {
  padding: 90px 0 0;
}
@media screen and (max-width: 768px) {
  #support .p-sec03 {
    padding: 60px 0 0;
  }
}
#support .p-sec03 .c-titB {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #support .p-sec03 .c-titB {
    margin-bottom: 30px;
  }
}
#support .p-cardcontent {
  margin-top: 20px;
  padding: 20px 15px;
  background-color: #DDEEFB;
}
@media screen and (min-width: 769px), print {
  #support .p-cardcontent {
    padding: 20px;
  }
}
#support .p-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 50px;
}
@media screen and (max-width: 1079px) {
  #support .p-list {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 768px) {
  #support .p-list {
    grid-template-columns: 1fr;
  }
}
#support .p-list .text {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5555555556;
}
#support .p-list .list li {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.4;
}
#support .p-list .list li + li {
  margin-top: 6px;
}
#support .p-list .list li:before {
  width: 7px;
  height: 7px;
  margin-top: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: #0067B0;
  content: "";
}
#support .p-sec04 {
  padding: 90px 0;
}
#support .p-sec04 .c-titB {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #support .p-sec04 {
    padding: 60px 0;
  }
  #support .p-sec04 .c-titB {
    margin-bottom: 30px;
  }
}
#support .p-sec05 {
  padding: 60px 0;
}

#undergrad.p-engineering {
  --color-faculty:var(--color-ugEng);
  --color-faculty-light:var(--color-ugEngLight);
  --color-faculty-gradation: #62cdd5 0%, #2c82b5 100% ;
}
#undergrad.p-info {
  --color-faculty:var(--color-ugInfo);
  --color-faculty-light:var(--color-ugInfoLight);
  --color-faculty-gradation: #e4a211 0%, #f3df24 100%;
}
#undergrad.p-health {
  --color-faculty:var(--color-ugHealth);
  --color-faculty-light:var(--color-ugHealthLight);
  --color-faculty-gradation: #e676b2 0%, #cdc6f5 100%;
}
#undergrad .c-mv4 {
  border-bottom: 10px solid var(--color-faculty);
}
@media screen and (min-width: 769px), print {
  #undergrad .c-mv4 {
    border-bottom: 20px solid var(--color-faculty);
  }
}
#undergrad .p-button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 70px;
  padding: 15px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#undergrad .p-button__text {
  font-size: 16px;
  line-height: 28px;
}
#undergrad .p-button__text small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-button__text small {
    font-size: 14px;
  }
}
#undergrad .p-button__text strong {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-button__text strong {
    font-size: 16px;
  }
}
#undergrad .p-button__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: var(--color-faculty);
  color: white;
  font-size: 12px;
}
@media screen and (min-width: 769px), print {
  #undergrad .p-button__arrow {
    margin-left: 20px;
    transform: translateX(-10px);
    transition: 0.3s ease;
  }
}
#undergrad .p-button:hover {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  #undergrad .p-button:hover .p-button__arrow {
    transform: translateX(0);
  }
}
#undergrad .p-catch {
  margin: 40px 0;
}
@media screen and (min-width: 769px), print {
  #undergrad .p-catch {
    margin: 60px 0;
  }
}
#undergrad .p-catch__title {
  color: var(--color-faculty);
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 769px), print {
  #undergrad .p-catch__title {
    font-size: 26px;
  }
}
#undergrad .p-catch__grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 769px), print {
  #undergrad .p-catch__grid {
    flex-direction: row;
    gap: 35px;
  }
}
@media screen and (min-width: 1080px), print {
  #undergrad .p-catch__grid {
    gap: 50px;
  }
}
@media screen and (min-width: 769px), print {
  #undergrad .p-catch__grid > div {
    display: flex;
    flex-direction: column;
  }
}
#undergrad .p-catch__image {
  width: 470px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-catch__image {
    width: 100%;
    text-align: center;
  }
}
#undergrad .p-catch__textarea {
  width: 560px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-catch__textarea {
    width: 100%;
  }
}
#undergrad .p-catch__text {
  margin-top: 14px;
  margin-bottom: 30px;
}
#undergrad .p-catch__text p {
  font-size: 16px;
  line-height: 2;
}
#undergrad .p-catch__text small {
  display: block;
  margin-top: 1.5em;
  font-size: 12px;
  line-height: 1.5;
}
#undergrad .p-catch__button {
  max-width: 351px;
}
#undergrad .p-faculty {
  z-index: 0;
  position: relative;
  margin-bottom: -30px;
  padding: 50px 0 90px;
  background: linear-gradient(160deg, var(--color-faculty-gradation));
}
@media screen and (min-width: 769px), print {
  #undergrad .p-faculty {
    margin-bottom: -68px;
    padding: 70px 0 186px;
  }
}
#undergrad .p-faculty__grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 30px;
  gap: 20px;
}
@media screen and (min-width: 769px), print {
  #undergrad .p-faculty__grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 55px;
    gap: 45px;
  }
}
#undergrad .p-faculty__link {
  display: block;
}
#undergrad .p-faculty__link:hover .arrow {
  transform: translateX(8px);
}
#undergrad .p-faculty__image img {
  width: 100%;
}
#undergrad .p-faculty__title {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 769px), print {
  #undergrad .p-faculty__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
#undergrad .p-faculty__textarea {
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  background-color: #fff;
}
@media screen and (min-width: 769px), print {
  #undergrad .p-faculty__textarea {
    padding: 16px 25px 25px;
  }
}
#undergrad .p-faculty__text {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  #undergrad .p-faculty__text {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
#undergrad .p-faculty__list {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-faculty__list {
    margin-bottom: 10px;
  }
}
#undergrad .p-faculty__list li {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  #undergrad .p-faculty__list li {
    font-size: 16px;
  }
}
#undergrad .p-faculty__detail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  font-weight: 500;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-faculty__detail {
    font-size: 15px;
  }
}
#undergrad .p-faculty__detail .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 6px;
  border-radius: 50%;
  background: var(--color-faculty);
  color: white;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  #undergrad .p-faculty__detail .arrow {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
#undergrad .p-approach {
  z-index: 1;
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #undergrad .p-approach {
    margin-bottom: 60px;
  }
}
#undergrad .p-approach__image {
  margin-right: -88px;
  margin-left: 155px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-approach__image {
    margin-right: -20px;
    margin-left: 80px;
  }
}
#undergrad .p-approach__titlearea {
  position: relative;
}
#undergrad .p-approach__titlearea .c-titL {
  position: absolute;
  top: 100px;
  left: 0;
  width: 155px;
}
#undergrad .p-approach__titlearea .c-titL .en {
  color: var(--color-faculty);
}
@media screen and (max-width: 768px) {
  #undergrad .p-approach__titlearea .c-titL {
    top: 50px;
    left: -10px;
    width: 80px;
  }
}
#undergrad .p-approach__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  margin-right: -20px;
  margin-left: 135px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-approach__list {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 80px;
  }
}
#undergrad .p-approach__list li {
  padding: 45px 0px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-approach__list li {
    padding: 20px 0px;
  }
}
#undergrad .p-approach__list li + li {
  border-left: 1px solid #c9c3c3;
}
@media screen and (max-width: 768px) {
  #undergrad .p-approach__list li + li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #c9c3c3;
    border-left-width: 0;
  }
}
#undergrad .p-approach__num {
  color: var(--color-faculty);
  font-weight: bold;
  font-size: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #undergrad .p-approach__num {
    font-size: 40px;
  }
}
#undergrad .p-approach__num span {
  border-bottom: 1px solid #707070;
}
#undergrad .p-approach__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6666666666em;
  margin: 25px 0 15px;
  color: var(--color-faculty);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #undergrad .p-approach__title {
    min-height: auto;
    margin: 20px 0 10px;
    font-size: 20px;
  }
}
#undergrad .p-approach__text {
  padding: 0 20px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #undergrad .p-approach__text {
    padding: 0 10px;
  }
}
#undergrad .p-facility {
  padding: 54px 0 140px;
  overflow: hidden;
  background: var(--color-faculty-light);
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility {
    padding: 40px 0 60px;
  }
}
#undergrad .p-facility__titlearea {
  position: relative;
  overflow: hidden;
}
#undergrad .p-facility__titlearea .c-titL {
  position: absolute;
  top: 0;
  right: 0;
}
#undergrad .p-facility__titlearea .c-titL .en {
  color: var(--color-faculty);
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility__titlearea .c-titL {
    right: -10px;
    width: 80px;
  }
}
#undergrad .p-facility__swiper {
  position: relative;
  margin-right: 190px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility__swiper {
    margin-right: 80px;
  }
}
#undergrad .p-facility__swiper .swiper-slide {
  height: auto;
  background-color: #fff;
}
#undergrad .p-facility__swiper .swiper-button-prev, #undergrad .p-facility__swiper .swiper-button-next {
  top: auto;
  bottom: 0;
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
}
#undergrad .p-facility__swiper .swiper-button-prev:after, #undergrad .p-facility__swiper .swiper-button-next:after {
  display: none;
}
#undergrad .p-facility__swiper .swiper-button-prev img, #undergrad .p-facility__swiper .swiper-button-next img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility__swiper .swiper-button-prev img, #undergrad .p-facility__swiper .swiper-button-next img {
    width: 30px;
  }
}
#undergrad .p-facility__swiper .swiper-button-prev {
  right: -60px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility__swiper .swiper-button-prev {
    right: -40px;
    bottom: 40px;
  }
}
#undergrad .p-facility__swiper .swiper-button-next {
  right: -110px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility__swiper .swiper-button-next {
    right: -40px;
  }
}
#undergrad .p-facility__swiper .swiper-pagination {
  display: flex;
  position: static;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility__swiper .swiper-pagination {
    display: none;
  }
}
#undergrad .p-facility__swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0;
  background: #a8a4a4;
  opacity: 1;
}
#undergrad .p-facility__swiper .swiper-pagination-bullet-active {
  background-color: var(--color-faculty);
}
#undergrad .p-facility-slide__image {
  height: 418px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility-slide__image {
    height: auto;
  }
}
#undergrad .p-facility-slide__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
#undergrad .p-facility-slide__textarea {
  display: flex;
  padding: 20px 20px 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility-slide__textarea {
    display: block;
    padding: 20px 15px;
  }
}
#undergrad .p-facility-slide__textarea .left {
  flex-shrink: 0;
  margin-right: 78px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility-slide__textarea .left {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#undergrad .p-facility-slide__textarea .left .loc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 5px 20px;
  background-color: #272727;
  color: white;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility-slide__textarea .left .loc {
    margin-bottom: 10px;
  }
}
#undergrad .p-facility-slide__textarea .left .name {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility-slide__textarea .left .name {
    font-size: 18px;
  }
}
#undergrad .p-facility-slide__textarea .right {
  width: 100%;
}
#undergrad .p-facility-slide__textarea .right .desc {
  font-size: 16px;
  line-height: 2;
}
#undergrad .p-facility-slide__textarea .right .btn {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility-slide__textarea .right .btn {
    margin-top: 10px;
  }
}
#undergrad .p-facility__text {
  margin: 25px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility__text {
    margin: 20px 0;
    font-size: 16px;
  }
}
#undergrad .p-facility__thumb {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: flex-start;
  gap: 30px 20px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility__thumb {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
#undergrad .p-facility__thumb button {
  position: relative;
}
#undergrad .p-facility__thumb button .image {
  position: relative;
}
#undergrad .p-facility__thumb button .image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 77, 77, 0.85);
  content: "";
  mix-blend-mode: multiply;
  opacity: 1;
  transition: 0.3s ease;
}
#undergrad .p-facility__thumb button .over {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.4615384615;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility__thumb button .over {
    font-size: 10px;
  }
}
#undergrad .p-facility__thumb button:hover, #undergrad .p-facility__thumb button.is-active {
  opacity: 1;
}
#undergrad .p-facility__thumb button:hover .image:after, #undergrad .p-facility__thumb button.is-active .image:after {
  opacity: 0;
}
#undergrad .p-facility__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #undergrad .p-facility__btn {
    margin-top: 20px;
  }
}
#undergrad .p-facility__btn .p-button {
  max-width: 420px;
}
#undergrad .p-policy {
  padding: 60px 0;
}
@media screen and (min-width: 769px), print {
  #undergrad .p-policy {
    padding: 100px 0;
  }
}
/*# sourceMappingURL=map/style.css.map */