@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 96, 96, 96;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #606060;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}


tr,
td {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #606060;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
 .btn:focus {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 .btn:active:focus {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-cap-padding-y: 0;
  --bs-card-cap-padding-x: 0;
  --bs-card-cap-bg: none;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: none;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.align-middle {
  vertical-align: middle !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.position-relative {
  position: relative !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 768px) {

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .text-md-start {
    text-align: left !important;
  }
}
@media (min-width: 992px) {

  .d-lg-block {
    display: block !important;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #0d6efd;
}

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #d63384;
}

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #dc3545;
}

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #fd7e14;
}

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #ffc107;
}

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #198754;
}

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #0dcaf0;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #6c757d;
}

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  top: 0;
  width: 15%;
  height: 100%;
  margin-top: 0;
  background: linear-gradient(to right, rgba(244, 244, 242, 0) 0%, #f4f4f2 100%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 29%;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-left: auto;
  border: solid #707070;
  border-width: 2px 2px 0 0;
  pointer-events: auto;
  content: "";
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .swiper-button-next:after,
.swiper-button-prev:after {
    width: 42px;
    height: 42px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .swiper-button-next:after,
.swiper-button-prev:after {
    margin-right: 90px;
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-button-next {
  right: -1px;
}

.swiper-button-prev {
  left: -1px;
  transform: scale(-1);
}

.swiper-examples .swiper-slide {
  overflow: hidden;
  width: auto;
  height: auto;
  text-align: center;
}
.swiper-examples .slide-title {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #5bc4c4;
}
@media (min-width: 768px) {
  .swiper-examples .slide-title {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 26px;
    font-size: 20px;
  }
}
.swiper-examples .slide-title .inner {
  position: relative;
}
.swiper-examples .slide-title .inner:before, .swiper-examples .slide-title .inner:after {
  position: absolute;
  bottom: 50%;
  width: 400px;
  height: 1px;
  margin-bottom: 1px;
  background-color: #707070;
  content: "";
}
.swiper-examples .slide-title .inner:before {
  right: 100%;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .swiper-examples .slide-title .inner:before {
    margin-right: 19px;
  }
}
.swiper-examples .slide-title .inner:after {
  left: 100%;
  margin-left: 9px;
}
@media (min-width: 768px) {
  .swiper-examples .slide-title .inner:after {
    margin-left: 16px;
  }
}
@media (max-width: 767.98px) {
  .swiper-examples .img-container img {
    width: auto;
    height: 280px;
  }
}

html.wf-active body {
  visibility: visible;
}

body {
  position: relative;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  body {
    font-size: 1rem;
  }
}

.sans-serif {
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a,
a img {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  a,
a img {
    transition: none;
  }
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  a.hover:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  a.hover-img:hover img {
    opacity: 0.8;
  }
}
a.external:hover:after {
  opacity: 1;
}
a.external:after {
  display: inline-block;
  opacity: 0.6;
  width: 13px;
  height: 13px;
  margin-top: auto;
  margin-bottom: auto;
  background: url("../img/icon/external.svg") no-repeat 50% 50%/contain;
  content: "";
  transition: all 0.15s ease;
}

.triangle-top {
  position: relative;
}
.triangle-top:before {
  position: absolute;
  bottom: calc(100% + 1px);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 50px 0;
  border-color: #dceded transparent transparent;
  content: "";
  transform: translate(-50%, 100%);
}
@media (min-width: 768px) {
  .triangle-top:before {
    border-width: 56px 85px 0;
  }
}

.line-vertical {
  position: relative;
}
.line-vertical:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 35px;
  background-color: #eab75f;
  content: "";
}
@media (min-width: 768px) {
  .line-vertical:before {
    height: 77px;
  }
}

mark,
.mark {
  display: inline-block;
  padding: 0.1em 0;
  background-color: #fcee21;
}

.page-header {
  padding-top: 81px;
  padding-bottom: 35px;
  background-color: #eab75f;
}
@media (min-width: 768px) {
  .page-header {
    padding-top: 157px;
    padding-bottom: 31px;
  }
}
.page-header .title {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 29px;
  font-weight: bold;
  border-left: 4px solid;
}
@media (min-width: 768px) {
  .page-header .title {
    width: 310px;
    padding: 18px 10px 20px 19px;
    font-size: 52px;
    border-left-width: 8px;
  }
}
@media (min-width: 768px) {
  .page-header .main-visual {
    max-width: calc(100% - 310px);
  }
}
@media (min-width: 1270px) {
  .page-header .main-visual {
    margin-right: -33px;
  }
}
@media (min-width: 768px) {
  .page-header .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

strong {
  font-weight: bold;
}

ul,
ol {
  padding-left: 1.5em;
}

.lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
    line-height: 1.667;
  }
}
.lead.lead-md {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lead.lead-md {
    font-size: 18px;
    line-height: 1.667;
  }
}

.list-inline {
  margin-left: 0;
}
.list-inline.bordered > li {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
  border-right: 1px solid #999;
}
.list-inline.bordered > li:first-child {
  border-left: 1px solid #999;
}
.list-inline .list-inline-item:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .list-inline .list-inline-item:not(:last-child) {
    margin-right: 17px;
  }
}

.list-disc {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list-disc li {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .list-disc li {
    padding-left: 18px;
    font-size: 18px;
    line-height: 1.667;
  }
}
.list-disc li:before {
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  background-color: #5bc4c4;
  border-radius: 50%;
  content: "";
}
@media (min-width: 768px) {
  .list-disc li:before {
    width: 13px;
    height: 13px;
    margin-top: 9px;
  }
}

.list-arrow > li {
  padding-right: 0;
  padding-left: 0;
  vertical-align: top;
}
.list-arrow > li a {
  position: relative;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 13px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #ccc;
}
@media (min-width: 768px) {
  .list-arrow > li a {
    font-size: 14px;
  }
}
.list-arrow > li a:hover {
  color: #fff;
}
.list-arrow > li a:hover:before, .list-arrow > li a:hover:after {
  background: #eab75f;
}
.list-arrow > li a:before, .list-arrow > li a:after {
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 4px;
  height: 5px;
  background: #ccc;
  content: "";
  transition: all 0.15s ease;
}
.list-arrow > li a:before {
  top: 5px;
  transform: skew(-135deg, 0deg);
}
@media (min-width: 768px) {
  .list-arrow > li a:before {
    top: 8px;
  }
}
.list-arrow > li a:after {
  top: 10px;
  transform: skew(135deg, 0deg);
}
@media (min-width: 768px) {
  .list-arrow > li a:after {
    top: 13px;
  }
}
.list-arrow > li .list-inner {
  padding-left: 15px;
}
.list-arrow > li .list-inner a {
  padding-top: 4px;
  padding-bottom: 3px;
  font-size: 12px;
}

.dl-list-indent {
  margin-bottom: 0;
}
.dl-list-indent,
.dl-list-indent dd {
  overflow: hidden;
  zoom: 1;
}
.dl-list-indent dt,
.dl-list-indent dd {
  display: table-cell;
  vertical-align: top;
}
.dl-list-indent dt {
  padding-right: 5px;
  font-weight: normal;
}
.dl-list-indent dt img {
  display: block;
}
.dl-list-indent dd {
  width: 10000px;
}
@media (max-width: 767.98px) {
  .dl-list-indent.cleared-md dt {
    display: block;
  }
  .dl-list-indent.cleared-md dd {
    padding-top: 0;
  }
}

.row-0 {
  margin-right: 0;
  margin-left: 0;
}
.row-0 > div,
.row-0 > li {
  padding-right: 0;
  padding-left: 0;
}

.row-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row-5 > div,
.row-5 > li {
  padding-right: 5px;
  padding-left: 5px;
}

.row-9 {
  margin-right: -9px;
  margin-left: -9px;
}
.row-9 > div,
.row-9 > li {
  padding-right: 9px;
  padding-left: 9px;
}

.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-10 > div,
.row-10 > li {
  padding-right: 10px;
  padding-left: 10px;
}

.row-11 {
  margin-right: -11px;
  margin-left: -11px;
}
.row-11 > div,
.row-11 > li {
  padding-right: 11px;
  padding-left: 11px;
}

@media (max-width: 767.98px) {
  .row-5-md {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row-5-md > div,
.row-5-md > li {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  .row-xl-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-xl-15 > div,
.row-xl-15 > li {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1400px) {
  .row-xxl-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-xxl-15 > div,
.row-xxl-15 > li {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row-xxl-19 {
    margin-right: -19px;
    margin-left: -19px;
  }
  .row-xxl-19 > div,
.row-xxl-19 > li {
    padding-right: 19px;
    padding-left: 19px;
  }
}
.container {
  max-width: 1224px;
}
@media (max-width: 767.98px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .table {
    table-layout: fixed;
  }
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  line-height: 1.428571429;
}
.table > thead > tr > th,
.table > thead > tr > td {
  border-bottom-width: 1px;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
  word-break: break-all;
}
.table > :not(:first-child) {
  border-top: 0;
}
.table th {
  font-weight: normal;
}
.table.table-text-center th,
.table.table-text-center td {
  text-align: center;
}
.table.table-text-right th,
.table.table-text-right td {
  text-align: right;
}

.table-no-border > thead > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > tfoot > tr > td {
  padding-left: 0;
  border-top: 0;
}
.table-no-border > thead > tr > th {
  border-bottom: 0;
}

@media (max-width: 767.98px) {
  .table-responsive > .table > tbody > tr :first-child > th,
.table-responsive > .table > tbody > tr :first-child > td {
    border-top: 0;
  }
}

@media (max-width: 767.98px) {
  .table-collapsed-md {
    display: block;
  }
  .table-collapsed-md > tbody {
    display: block;
  }
  .table-collapsed-md > tbody > tr > th,
.table-collapsed-md > tbody > tr > td {
    display: block;
    width: auto;
  }
  .table-collapsed-md > tbody > tr > th {
    position: relative;
  }
  .table-collapsed-md > tbody > tr > th::after {
    display: block;
    clear: both;
    content: "";
  }
  .table-collapsed-md caption {
    display: block;
  }
}
.table-cell {
  display: table;
  width: 100%;
}
.table-cell > .cell {
  display: table-cell;
}
.table-cell.bordered {
  margin-bottom: 30px;
}
.table-cell.bordered .cell {
  padding: 0 10px;
  margin-bottom: 35px;
  border-left: 1px solid #ccc;
}
@media (max-width: 767.98px) {
  .table-cell.cleared-md,
.table-cell.cleared-md > .cell {
    display: block;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .table-cell.cleared-lg,
.table-cell.cleared-lg > .cell {
    display: block;
    width: auto;
  }
}

.table-horizontal {
  border-collapse: separate;
  border-spacing: 4px;
}
.table-horizontal > thead > tr > th,
.table-horizontal > tbody > tr > th {
  padding: 9px 10px 5px;
  color: #42210b;
  vertical-align: middle;
  background-color: #ffc099;
}
.table-horizontal > thead > tr > th small, .table-horizontal > thead > tr > th .small,
.table-horizontal > tbody > tr > th small,
.table-horizontal > tbody > tr > th .small {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .table-horizontal > thead > tr > th small, .table-horizontal > thead > tr > th .small,
.table-horizontal > tbody > tr > th small,
.table-horizontal > tbody > tr > th .small {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal > thead {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal > thead > tr,
.table-horizontal > thead > tr > th {
    display: block;
  }
}
.table-horizontal > thead > tr > th {
  font-size: 24px;
  text-align: center;
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .table-horizontal > thead > tr > th {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    font-size: 20px;
    border-bottom: 5px solid #fff;
  }
}
.table-horizontal > tbody > tr > th,
.table-horizontal > tbody > tr > td {
  padding: 9px 10px 5px;
  border-top: 0;
}
.table-horizontal > tbody > tr > th {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .table-horizontal > tbody > tr > th {
    width: 200px;
    padding-left: 48px;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal > tbody > tr > th {
    font-size: 16px;
  }
}
.table-horizontal > tbody > tr > td {
  background-color: #ffe1c2;
}
@media (min-width: 768px) {
  .table-horizontal > tbody > tr > td {
    padding-right: 40px;
    padding-left: 45px;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal > tbody > tr > td {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.table-horizontal > tbody > tr > td small, .table-horizontal > tbody > tr > td .small {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .table-horizontal > tbody > tr > td small, .table-horizontal > tbody > tr > td .small {
    font-size: 12px;
  }
}
.table-horizontal.table-horizontal-responsive-md {
  margin-bottom: 14px;
  border-spacing: 6px 5px;
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-md > thead {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-md > thead > tr,
.table-horizontal.table-horizontal-responsive-md > thead > tr > th {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-md > thead > tr > th {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    font-size: 20px;
    border-bottom: 5px solid #fff;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-md > tbody {
    display: block;
    float: left;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-md > tbody > tr,
.table-horizontal.table-horizontal-responsive-md > tbody > tr > td {
    display: block;
  }
}
.table-horizontal.table-horizontal-responsive-md > tbody > tr > td {
  padding: 11px 10px 9px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-md > tbody > tr > td {
    font-size: 20px;
    border-bottom: 5px solid #fff;
    border-left: 6px solid #fff;
  }
}

.btn-multiline {
  white-space: normal;
}

.btn-cyan {
  padding: 17px 10px 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  background-color: #5bc4c4;
  border: 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .btn-cyan {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .btn-cyan {
    padding: 26px 15px 25px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .btn-cyan {
    font-size: 36px;
  }
}
.btn-cyan:active, .btn-cyan:hover, .btn-cyan:focus {
  color: #fff;
  background-color: #42b4b4;
}
.btn-cyan.arrow {
  position: relative;
  padding-right: 50px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .btn-cyan.arrow {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .btn-cyan.arrow {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.btn-cyan.arrow:hover:after {
  width: 40px;
}
@media (min-width: 992px) {
  .btn-cyan.arrow:hover:after {
    width: 86px;
  }
}
.btn-cyan.arrow:after {
  position: absolute;
  top: 0;
  left: calc(100% - 46px);
  bottom: 0;
  width: 32px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  background: url("../img/icon/arrow-long.svg") no-repeat 100% 50%;
  content: "";
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .btn-cyan.arrow:after {
    left: calc(100% - 97px);
    width: 60px;
    height: 32px;
  }
}
.btn-cyan.btn-icon {
  position: relative;
}
@media (max-width: 767.98px) {
  .btn-cyan.btn-icon {
    padding-left: 50px;
  }
}
.btn-cyan.btn-icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 991.98px) {
  .btn-cyan.btn-icon .icon {
    left: 16px;
    width: 32px;
  }
}
@media (max-width: 767.98px) {
  .btn-cyan.btn-icon .icon {
    width: 28px;
  }
}
.btn-cyan.btn-lg {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .btn-cyan.btn-lg {
    padding: 41px 30px 39px;
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .btn-cyan.btn-lg.arrow {
    padding-right: 117px;
    padding-left: 117px;
  }
}
@media (min-width: 992px) {
  .btn-cyan.btn-lg.arrow:hover:after {
    width: 86px;
  }
}
@media (min-width: 992px) {
  .btn-cyan.btn-lg.arrow:after {
    left: calc(100% - 114px);
    width: 60px;
    height: 32px;
  }
}

.btn-strong-yellow {
  padding: 17px 10px 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  background-color: #eab75f;
  border: 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .btn-strong-yellow {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .btn-strong-yellow {
    padding: 26px 15px 25px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .btn-strong-yellow {
    font-size: 36px;
  }
}
.btn-strong-yellow:active, .btn-strong-yellow:hover, .btn-strong-yellow:focus {
  color: #fff;
  background-color: #dda544;
}
.btn-strong-yellow.arrow {
  position: relative;
  padding-right: 50px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .btn-strong-yellow.arrow {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .btn-strong-yellow.arrow {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.btn-strong-yellow.arrow:hover:after {
  width: 40px;
}
@media (min-width: 992px) {
  .btn-strong-yellow.arrow:hover:after {
    width: 86px;
  }
}
.btn-strong-yellow.arrow:after {
  position: absolute;
  top: 0;
  left: calc(100% - 46px);
  bottom: 0;
  width: 32px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  background: url("../img/icon/arrow-long.svg") no-repeat 100% 50%;
  content: "";
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .btn-strong-yellow.arrow:after {
    left: calc(100% - 97px);
    width: 60px;
    height: 32px;
  }
}
.btn-strong-yellow.btn-icon {
  position: relative;
}
@media (max-width: 767.98px) {
  .btn-strong-yellow.btn-icon {
    padding-left: 50px;
  }
}
.btn-strong-yellow.btn-icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 991.98px) {
  .btn-strong-yellow.btn-icon .icon {
    left: 16px;
    width: 32px;
  }
}
@media (max-width: 767.98px) {
  .btn-strong-yellow.btn-icon .icon {
    width: 28px;
  }
}
.btn-strong-yellow.btn-lg {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .btn-strong-yellow.btn-lg {
    padding: 41px 30px 39px;
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .btn-strong-yellow.btn-lg.arrow {
    padding-right: 117px;
    padding-left: 117px;
  }
}
@media (min-width: 992px) {
  .btn-strong-yellow.btn-lg.arrow:hover:after {
    width: 86px;
  }
}
@media (min-width: 992px) {
  .btn-strong-yellow.btn-lg.arrow:after {
    left: calc(100% - 114px);
    width: 60px;
    height: 32px;
  }
}

.btn-light-coral {
  padding: 17px 10px 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  background-color: #e8633d;
  border: 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .btn-light-coral {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .btn-light-coral {
    padding: 26px 15px 25px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .btn-light-coral {
    font-size: 36px;
  }
}
.btn-light-coral:active, .btn-light-coral:hover, .btn-light-coral:focus {
  color: #fff;
  background-color: #e84115;
}
.btn-light-coral.arrow {
  position: relative;
  padding-right: 50px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .btn-light-coral.arrow {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .btn-light-coral.arrow {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.btn-light-coral.arrow:hover:after {
  width: 40px;
}
@media (min-width: 992px) {
  .btn-light-coral.arrow:hover:after {
    width: 86px;
  }
}
.btn-light-coral.arrow:after {
  position: absolute;
  top: 0;
  left: calc(100% - 46px);
  bottom: 0;
  width: 32px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  background: url("../img/icon/arrow-long.svg") no-repeat 100% 50%;
  content: "";
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .btn-light-coral.arrow:after {
    left: calc(100% - 97px);
    width: 60px;
    height: 32px;
  }
}
.btn-light-coral.btn-icon {
  position: relative;
}
@media (max-width: 767.98px) {
  .btn-light-coral.btn-icon {
    padding-left: 50px;
  }
}
.btn-light-coral.btn-icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 991.98px) {
  .btn-light-coral.btn-icon .icon {
    left: 16px;
    width: 32px;
  }
}
@media (max-width: 767.98px) {
  .btn-light-coral.btn-icon .icon {
    width: 28px;
  }
}
.btn-light-coral.btn-lg {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .btn-light-coral.btn-lg {
    padding: 41px 30px 39px;
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .btn-light-coral.btn-lg.arrow {
    padding-right: 117px;
    padding-left: 117px;
  }
}
@media (min-width: 992px) {
  .btn-light-coral.btn-lg.arrow:hover:after {
    width: 86px;
  }
}
@media (min-width: 992px) {
  .btn-light-coral.btn-lg.arrow:after {
    left: calc(100% - 114px);
    width: 60px;
    height: 32px;
  }
}

.btn-light-blue {
  padding: 17px 10px 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  background-color: #2dafaf;
  border: 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .btn-light-blue {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .btn-light-blue {
    padding: 26px 15px 25px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .btn-light-blue {
    font-size: 36px;
  }
}
.btn-light-blue:active, .btn-light-blue:hover, .btn-light-blue:focus {
  color: #fff;
  background-color: #1aa3a3;
}
.btn-light-blue.arrow {
  position: relative;
  padding-right: 50px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .btn-light-blue.arrow {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .btn-light-blue.arrow {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.btn-light-blue.arrow:hover:after {
  width: 40px;
}
@media (min-width: 992px) {
  .btn-light-blue.arrow:hover:after {
    width: 86px;
  }
}
.btn-light-blue.arrow:after {
  position: absolute;
  top: 0;
  left: calc(100% - 46px);
  bottom: 0;
  width: 32px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  background: url("../img/icon/arrow-long.svg") no-repeat 100% 50%;
  content: "";
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .btn-light-blue.arrow:after {
    left: calc(100% - 97px);
    width: 60px;
    height: 32px;
  }
}
.btn-light-blue.btn-icon {
  position: relative;
}
@media (max-width: 767.98px) {
  .btn-light-blue.btn-icon {
    padding-left: 50px;
  }
}
.btn-light-blue.btn-icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 991.98px) {
  .btn-light-blue.btn-icon .icon {
    left: 16px;
    width: 32px;
  }
}
@media (max-width: 767.98px) {
  .btn-light-blue.btn-icon .icon {
    width: 28px;
  }
}
.btn-light-blue.btn-lg {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .btn-light-blue.btn-lg {
    padding: 41px 30px 39px;
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .btn-light-blue.btn-lg.arrow {
    padding-right: 117px;
    padding-left: 117px;
  }
}
@media (min-width: 992px) {
  .btn-light-blue.btn-lg.arrow:hover:after {
    width: 86px;
  }
}
@media (min-width: 992px) {
  .btn-light-blue.btn-lg.arrow:after {
    left: calc(100% - 114px);
    width: 60px;
    height: 32px;
  }
}

.btn-arrow-down {
  position: relative;
  max-width: 250px;
  padding: 13px 8px 16px;
  margin-bottom: 19px;
  font-size: 15px;
  font-weight: bold;
  background-color: #5bc4c4;
  color: #fff;
  border: 0;
  border-radius: 0;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .btn-arrow-down {
    max-width: none;
    padding: 21px 10px 24px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .btn-arrow-down {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .btn-arrow-down {
    font-size: 24px;
  }
}
.btn-arrow-down:hover, .btn-arrow-down:focus {
  color: #fff;
  background-color: #63b2b3;
}
.btn-arrow-down:hover:before, .btn-arrow-down:focus:before {
  height: 30px;
  background-color: #63b2b3;
}
@media (min-width: 768px) {
  .btn-arrow-down:hover:before, .btn-arrow-down:focus:before {
    height: 42px;
  }
}
.btn-arrow-down:hover:after, .btn-arrow-down:focus:after {
  height: 30px;
}
@media (min-width: 768px) {
  .btn-arrow-down:hover:after, .btn-arrow-down:focus:after {
    height: 44px;
  }
}
.btn-arrow-down:before, .btn-arrow-down:after {
  position: absolute;
  right: 0;
  left: 0;
  content: "";
  transition: all 0.3s ease;
}
.btn-arrow-down:before {
  top: calc(100% - 1px);
  height: 20px;
  background-color: #5bc4c4;
}
@media (min-width: 768px) {
  .btn-arrow-down:before {
    height: 26px;
  }
}
.btn-arrow-down:after {
  top: calc(100% - 10px);
  z-index: 1;
  width: 18px;
  height: 19px;
  margin-right: auto;
  margin-left: auto;
  background: url("../img/icon/arrow-down.svg") no-repeat 50% 100%/18px 30px;
}
@media (min-width: 768px) {
  .btn-arrow-down:after {
    top: calc(100% - 17px);
    width: 28px;
    height: 28px;
    background-size: auto;
  }
}
@media (max-width: 767.98px) {
  .btn-arrow-down.btn-sm {
    margin-bottom: 13px;
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .btn-arrow-down.btn-sm:hover:before, .btn-arrow-down.btn-sm:focus:before {
    height: 22px;
  }
}
@media (max-width: 767.98px) {
  .btn-arrow-down.btn-sm:hover:after, .btn-arrow-down.btn-sm:focus:after {
    height: 26px;
  }
}
@media (max-width: 767.98px) {
  .btn-arrow-down.btn-sm:before {
    height: 14px;
  }
}
@media (max-width: 767.98px) {
  .btn-arrow-down.btn-sm:after {
    height: 16px;
  }
}

.btn-fixed-container {
  position: fixed;
  right: 20px;
  bottom: 0;
  left: 20px;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .btn-fixed-container {
    top: 175px;
    right: 0;
    bottom: auto;
    left: auto;
    flex-direction: column;
    width: 60px;
  }
}
@media (max-width: 767.98px) {
  .btn-fixed-container.is-hidden {
    bottom: -100px;
  }
}
.btn-fixed-container .btn {
  flex: 0 1 49%;
  font-size: 16px;
  border-radius: 6px 6px 0 0;
}
@media (min-width: 768px) {
  .btn-fixed-container .btn {
    font-size: 18px;
    line-height: 1.22;
    border-radius: 6px 0 0 6px;
  }
}
@media (max-width: 767.98px) {
  .btn-fixed-container .btn {
    padding-left: 42px;
  }
}
.btn-fixed-container .btn.btn-icon {
  position: relative;
}
@media (min-width: 768px) {
  .btn-fixed-container .btn.btn-icon {
    padding: 61px 15px 17px;
  }
}
.btn-fixed-container .btn.btn-icon .icon {
  width: 24px;
}
@media (min-width: 768px) {
  .btn-fixed-container .btn.btn-icon .icon {
    top: 17px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 30px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .btn-fixed-container .btn + .btn {
    margin-top: 4px;
  }
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #a7b5bc;
}
@media (min-width: 768px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .navbar {
    padding-top: 27px;
  }
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 1200px) {
  .navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.navbar .navbar-brand {
  padding-top: 15px;
  padding-bottom: 7px;
  margin-right: 12px;
  margin-bottom: 0;
  font-size: 10px;
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar .navbar-nav {
  justify-content: center;
  max-width: 1080px;
  margin-top: 27px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.navbar .navbar-nav .nav-item {
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.navbar .navbar-nav .nav-item + .nav-item {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-item + .nav-item {
    margin-top: 0;
  }
}
.navbar .navbar-nav .nav-link {
  position: relative;
  display: inline-block;
  padding: 2px 5px 3px;
  font-size: 14px;
  font-weight: 500;
  color: #606060;
  border-bottom: 3px solid #d5d5d5;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 18px;
  }
}
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {
  color: #5bc4c4;
}
.navbar .navbar-nav .nav-link.active:after, .navbar .navbar-nav .nav-link:hover:after {
  width: 100%;
}
.navbar .navbar-nav .nav-link:after {
  position: absolute;
  height: 3px;
  bottom: -3px;
  left: 0;
  width: 0;
  background-color: #eab75f;
  content: "";
  transition: all 0.3s ease;
}
.navbar .navbar-right {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .navbar .navbar-right {
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-right .scsk-logo {
    width: 80px;
    height: 23px;
  }
}
.navbar .navbar-collapse {
  text-align: center;
}

#navbar-top .navlink-active, #navbar-top.document-request .document-request, #navbar-top.inquiry .inquiry, #navbar-top.examples .examples, #navbar-top.features .features, #navbar-top.top .top {
  color: #5bc4c4;
}
#navbar-top .navlink-active:after, #navbar-top.document-request .document-request:after, #navbar-top.inquiry .inquiry:after, #navbar-top.examples .examples:after, #navbar-top.features .features:after, #navbar-top.top .top:after {
  width: 100%;
}
.navbar-toggler {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 33px;
  height: 20px;
  transition: all 0.3s;
}
@media (max-width: 575.98px) {
  .navbar-toggler {
    display: inline-block;
  }
}
.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  background-color: transparent !important;
  border: 0;
  outline: 0;
  box-shadow: none !important;
}
.navbar-toggler .icon-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #707070;
  transition: all 0.3s;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 9px;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  bottom: 0;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 0;
}
.navbar-toggler[aria-expanded=true], .navbar-toggler[aria-expanded=true]:focus {
  box-shadow: none;
}
.navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(1) {
  transform: translateY(9px) rotate(-30deg);
}
.navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(3) {
  transform: translateY(-9px) rotate(30deg);
}

.anchor-menu-container {
  padding-top: 38px;
  padding-bottom: 38px;
}
@media (min-width: 768px) {
  .anchor-menu-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .anchor-menu-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .nav-anchor.nav-anchor-sm ul {
    margin-bottom: -12px;
  }
}
@media (max-width: 767.98px) {
  .nav-anchor.nav-anchor-sm ul li {
    margin-bottom: 12px;
  }
}
.nav-anchor ul {
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: -21px;
}
@media (min-width: 768px) {
  .nav-anchor ul {
    margin-bottom: -31px;
  }
}
.nav-anchor ul li {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .nav-anchor ul li {
    margin-bottom: 31px;
  }
}

.bg-light-gray {
  background-color: #f4f4f2 !important;
}

.bg-strong-yellow {
  background-color: #eab75f !important;
}

.bg-light-blue {
  background-color: #4dafe3 !important;
}

.bg-light-coral {
  background-color: #f0897b !important;
}

.bg-light-green {
  background-color: #9ecb60 !important;
}

.bg-overlay {
  position: relative;
  overflow: hidden;
}
.bg-overlay:before {
  position: absolute;
  top: 0;
  right: calc(50% + 100px);
  bottom: 0;
  width: 300vw;
  min-height: 800px;
  background-color: #5bc4c4;
  content: "";
  transform: skewX(-59.54deg);
}
@media (min-width: 768px) {
  .bg-overlay:before {
    right: calc(50% + 200px);
  }
}
@media (min-width: 992px) {
  .bg-overlay:before {
    right: calc(50% - 42px);
  }
}
.bg-overlay .container {
  position: relative;
}

.mw-564 {
  max-width: 564px !important;
}

.mw-1016 {
  max-width: 1016px !important;
}

.card-balloon {
  position: relative;
  margin-bottom: 24px;
  color: #fff;
  background-color: #a7b5bc;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .card-balloon {
    margin-bottom: 34px;
  }
}
.card-balloon:after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 15px 0;
  border-color: #a7b5bc transparent transparent;
  content: "";
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .card-balloon:after {
    border-width: 35px 25px 0;
  }
}
.card-balloon .card-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 12px 15px;
  background-color: #6d808b;
}
@media (min-width: 768px) {
  .card-balloon .card-header {
    padding: 19px 5px 15px;
  }
}
.card-balloon .card-header .card-number {
  font-size: 17px;
}
@media (min-width: 768px) {
  .card-balloon .card-header .card-number {
    font-size: 23px;
  }
}
.card-balloon .card-header .card-number .img-number {
  height: 24px;
  margin-bottom: 6px;
  margin-left: 4px;
}
@media (min-width: 768px) {
  .card-balloon .card-header .card-number .img-number {
    height: auto;
    margin-left: 8px;
  }
}
.card-balloon .card-title {
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .card-balloon .card-title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.636;
  }
}
.card-balloon .card-body {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 16px 15px 2px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .card-balloon .card-body {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .card-balloon .card-img-container {
    margin-top: -6px;
  }
}

.card-under {
  padding: 15px 15px 20px;
  margin-bottom: 30px;
  background-color: #5bc4c4;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .card-under {
    padding: 23px 30px 28px;
  }
}
@media (min-width: 992px) {
  .card-under {
    margin-bottom: 0;
  }
}
.card-under .card-header,
.card-under .card-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .card-under .card-header,
.card-under .card-title {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 22px;
    line-height: 1.636;
  }
}
.card-under .card-header {
  padding-bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .card-under .card-header {
    padding-bottom: 14px;
  }
}
.card-under .card-title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .card-under .card-title {
    margin-bottom: 13px;
  }
}
.card-under .card-body {
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: #141414;
}
@media (min-width: 768px) {
  .card-under .card-body {
    padding-top: 17px;
    font-size: 18px;
    line-height: 1.667;
  }
}
.card-under .border-top-gray {
  border-top: 1px solid #707070;
}

.card-border-top {
  position: relative;
  padding: 22px 8px 20px;
  margin-bottom: 15px;
  background-color: #f4f4f2;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .card-border-top {
    padding: 25px 14px 30px;
  }
}
.card-border-top:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #5bc4c4;
  border-radius: 10px;
  content: "";
}
.card-border-top .card-title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .card-border-top .card-title {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .card-border-top .card-title {
    font-size: 20px;
  }
}
.card-border-top .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70%;
}
@media (min-width: 768px) {
  .card-border-top .icon-container {
    width: auto;
  }
}

.card-note {
  padding: 10px 15px 15px;
  background: #fff;
  border: 1px solid #5bc4c4;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .card-note {
    flex-direction: row;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .card-note {
    padding-right: 22px;
    padding-left: 22px;
  }
}
.card-note .card-left {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-note .card-left {
    flex-shrink: 0;
    width: 322px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .card-note .card-left {
    width: 398px;
  }
}
@media (min-width: 768px) {
  .card-note .card-body {
    padding-top: 4px;
  }
}
.card-note .card-title {
  margin-bottom: 0;
  margin-left: 12px;
}
@media (min-width: 768px) {
  .card-note .card-title {
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .card-note .card-title {
    margin-left: 30px;
  }
}

.title-white {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .title-white {
    font-size: 32px;
    line-height: 1.45;
  }
}
@media (min-width: 992px) {
  .title-white {
    font-size: 40px;
  }
}
.title-white.title-md {
  font-size: 20px;
}
@media (min-width: 768px) {
  .title-white.title-md {
    font-size: 22px;
    line-height: 1.46;
  }
}
@media (min-width: 992px) {
  .title-white.title-md {
    font-size: 24px;
  }
}

.title-cyan {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #5bc4c4;
}
@media (min-width: 768px) {
  .title-cyan {
    font-size: 32px;
    line-height: 1.45;
  }
}
@media (min-width: 992px) {
  .title-cyan {
    font-size: 40px;
  }
}
.title-cyan.title-md {
  font-size: 20px;
}
@media (min-width: 768px) {
  .title-cyan.title-md {
    font-size: 22px;
    line-height: 1.46;
  }
}
@media (min-width: 992px) {
  .title-cyan.title-md {
    font-size: 24px;
  }
}

.title-common {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .title-common {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.667;
  }
}
.title-common .icon-container {
  width: 70px;
  margin-right: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .title-common .icon-container {
    width: 142px;
    margin-right: 15px;
  }
}
.title-common .title {
  padding-bottom: 10px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #5bc4c4;
}
@media (min-width: 768px) {
  .title-common .title {
    padding-bottom: 17px;
    margin-top: 10px;
    margin-bottom: 28px;
    font-size: 30px;
    border-bottom-width: 4px;
  }
}
@media (min-width: 992px) {
  .title-common .title {
    font-size: 36px;
  }
}

.section-fv {
  padding-top: 80px;
  padding-bottom: 17px;
  background-color: #dceded;
}
@media (min-width: 768px) {
  .section-fv {
    padding-top: 120px;
    padding-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .section-fv {
    padding-top: 165px;
  }
}
.section-fv .title-section {
  font-size: 27px;
  line-height: 1.41;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-fv .title-section {
    font-size: 4.4vw;
  }
}
@media (min-width: 1200px) {
  .section-fv .title-section {
    font-size: 52px;
  }
}
.section-fv .title-section small, .section-fv .title-section .small {
  font-size: 21px;
}
@media (min-width: 768px) {
  .section-fv .title-section small, .section-fv .title-section .small {
    font-size: 3.4vw;
  }
}
@media (min-width: 1200px) {
  .section-fv .title-section small, .section-fv .title-section .small {
    font-size: 40px;
  }
}
.section-fv .title-section .text-md {
  font-size: 19px;
}
@media (min-width: 768px) {
  .section-fv .title-section .text-md {
    font-size: 3.2vw;
  }
}
@media (min-width: 1200px) {
  .section-fv .title-section .text-md {
    font-size: 38px;
  }
}
.section-fv .title-section .text-lg {
  margin-top: 3px;
  font-size: 39px;
}
@media (min-width: 768px) {
  .section-fv .title-section .text-lg {
    margin-top: 0;
    font-size: 6.4vw;
  }
}
@media (min-width: 1200px) {
  .section-fv .title-section .text-lg {
    font-size: 73px;
  }
}
.section-fv .title-container {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-fv .title-container {
    margin-bottom: 0;
  }
}
.section-fv .img-container {
  margin-top: -40px;
  margin-right: -13px;
}
@media (min-width: 768px) {
  .section-fv .img-container {
    width: 50%;
    margin-top: 0;
    margin-right: 0;
    margin-left: -70px;
  }
}
@media (min-width: 992px) {
  .section-fv .img-container {
    margin-right: -12px;
    margin-left: -120px;
  }
}
@media (min-width: 1200px) {
  .section-fv .img-container {
    width: auto;
  }
}
@media (min-width: 1280px) {
  .section-fv .img-container {
    margin-right: -40px;
  }
}
.section-fv .img-man {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  .section-fv .img-man {
    width: 102px;
    margin-right: 4px;
  }
}
@media (max-width: 991.98px) {
  .section-fv .img-miniapp {
    width: 45px;
  }
}
.section-fv .icon-arrow {
  width: 34px;
  margin: 0 8px 4px;
}
@media (min-width: 992px) {
  .section-fv .icon-arrow {
    width: auto;
    margin: 0 19px 9px;
  }
}
.section-fv .circle-container {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .section-fv .circle-container {
    margin-top: 35px;
  }
}
.section-fv .circle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 129px;
  height: 129px;
  padding-bottom: 12px;
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .section-fv .circle {
    width: 236px;
    height: 236px;
    padding-bottom: 18px;
  }
}
.section-fv .circle.balloon-thought {
  position: relative;
}
.section-fv .circle.balloon-thought:before {
  position: absolute;
  top: -17px;
  right: -19px;
  width: 33px;
  height: 40px;
  background: url("../img/common/balloon-thought.svg") no-repeat 100% 100%/contain;
  content: "";
}
@media (min-width: 992px) {
  .section-fv .circle.balloon-thought:before {
    top: -33px;
    right: -34px;
    width: 58px;
    height: 74px;
  }
}
.section-fv .circle .caption {
  margin-top: 4px;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .section-fv .circle .caption {
    font-size: 25px;
  }
}
.section-fv .circle .caption small, .section-fv .circle .caption .small {
  display: block;
  margin-top: 5px;
  font-size: 7px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .section-fv .circle .caption small, .section-fv .circle .caption .small {
    font-size: 16px;
  }
}
.section-fv .animate {
  transition: all 1.5s ease-out;
}
.section-fv .animate.animate-title {
  transform: translateX(-100vw);
}
@media (min-width: 768px) {
  .section-fv .animate.animate-title {
    transform: translateX(-60vw);
  }
}
.section-fv .animate.animate-circle-1 {
  transform: translateX(-115vw);
  transition-duration: 1.24s;
}
@media (min-width: 768px) {
  .section-fv .animate.animate-circle-1 {
    transform: translateX(-65vw);
  }
}
.section-fv .animate.animate-circle-2 {
  transform: translateX(-130vw);
}
@media (min-width: 768px) {
  .section-fv .animate.animate-circle-2 {
    transform: translateX(-75vw);
  }
}
.section-fv .animate.animate-arrow {
  transform: translateX(-125vw);
  transition-duration: 1.4s;
}
@media (min-width: 768px) {
  .section-fv .animate.animate-arrow {
    transform: translateX(-70vw);
  }
}
.section-fv .animate.animate-img {
  opacity: 0;
}
@media (min-width: 768px) {
  .section-fv .animate.animate-img {
    transform: translateY(-70%);
  }
}
.section-fv .animate.animate-img.active {
  opacity: 1;
}
.section-fv .animate.active {
  transform: none;
}

.section-about {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-about {
    padding-top: 90px;
    padding-bottom: 93px;
  }
}
.section-about .title-section {
  margin-bottom: 22px;
}
.section-about .lead {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-about .lead {
    margin-bottom: 60px;
  }
}

.section-issues {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-issues {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.section-issues .container {
  max-width: 1880px;
}
.section-issues .title-section {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-issues .title-section {
    margin-bottom: 45px;
  }
}

.section-features {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-features {
    padding-top: 90px;
    padding-bottom: 95px;
  }
}
.section-features .title-section {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-features .title-section {
    margin-bottom: 40px;
  }
}
.section-features .lead {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-features .lead {
    margin-bottom: 24px;
  }
}
.section-features .row-container {
  margin-top: 13px;
}
.section-features .btn-container {
  max-width: 600px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section-features .btn-container {
    margin-top: 38px;
  }
}

.section-examples {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-examples {
    padding-top: 90px;
    padding-bottom: 95px;
  }
}
.section-examples .title-section {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-examples .title-section {
    margin-bottom: 40px;
  }
}
.section-examples .lead {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-examples .lead {
    margin-bottom: 45px;
  }
}
.section-examples .btn-container {
  max-width: 600px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .section-examples .btn-container {
    margin-top: 63px;
  }
}

.section-benefits,
.section-convenient,
.section-related-services {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-benefits,
.section-convenient,
.section-related-services {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.section-benefits .title-section,
.section-convenient .title-section,
.section-related-services .title-section {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-benefits .title-section,
.section-convenient .title-section,
.section-related-services .title-section {
    margin-bottom: 80px;
  }
}
.section-benefits .inner + .inner,
.section-convenient .inner + .inner,
.section-related-services .inner + .inner {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .section-benefits .inner + .inner,
.section-convenient .inner + .inner,
.section-related-services .inner + .inner {
    margin-top: 90px;
  }
}

@media (min-width: 768px) {
  .section-related-services {
    padding-bottom: 93px;
  }
}
@media (min-width: 768px) {
  .section-related-services .title-section {
    margin-bottom: 80px;
  }
}

.section-examples-common {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-examples-common {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.section-examples-common .title-section {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .section-examples-common .title-section {
    margin-bottom: 54px;
  }
}
.section-examples-common .title-secondary {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .section-examples-common .title-secondary {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .section-examples-common .title-secondary {
    font-size: 24px;
  }
}
.section-examples-common .lead {
  margin-bottom: 25px;
  border-top: 10px solid #5bc4c4;
}
@media (min-width: 768px) {
  .section-examples-common .lead {
    margin-bottom: 40px;
  }
}
.section-examples-common .border-top-cyan {
  padding-top: 12px;
  border-top: 2px solid #5bc4c4;
}
@media (min-width: 768px) {
  .section-examples-common .border-top-cyan {
    padding-top: 26px;
    border-top-width: 5px;
  }
}
.section-examples-common .table-container {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-examples-common .table-container {
    margin-bottom: 50px;
  }
}
.section-examples-common .table-container .caption {
  margin-top: 5px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .section-examples-common .table-container .caption {
    position: absolute;
    right: 0;
    bottom: -26px;
    margin-top: 0;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .section-examples-common .table-container .caption.overlay-md {
    bottom: -2px;
  }
}
.section-examples-common .table {
  table-layout: auto;
  width: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.section-examples-common .table > tbody > tr > th,
.section-examples-common .table > tbody > tr > td {
  padding: 0;
  vertical-align: middle;
  border: 0;
}
.section-examples-common .table .img-left {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-examples-common .table .img-left {
    padding-right: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .section-examples-common .table .img-left {
    padding-right: 41px;
  }
}
@media (max-width: 767.98px) {
  .section-examples-common .table .icon-circle {
    width: 116px;
  }
}
.section-examples-common .table .icon-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  transform: translateX(-50%) rotate(90deg);
}
@media (min-width: 768px) {
  .section-examples-common .table .icon-arrow {
    top: 50%;
    right: 2px;
    left: auto;
    width: 50px;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .section-examples-common .table .icon-arrow {
    width: auto;
  }
}

.section-cta {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #606060 url("../img/common/bg-using-phone.jpg") no-repeat 50% 50%/cover;
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  .section-cta {
    padding-top: 83px;
    padding-bottom: 91px;
  }
}
.section-cta .title-section {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-cta .title-section {
    margin-bottom: 54px;
    line-height: 1.675;
  }
}

.page-top {
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 4;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-color: #5bc4c4;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  will-change: bottom;
}
@media (min-width: 768px) {
  .page-top {
    right: 10px;
    bottom: 0;
    width: 50px;
    height: 50px;
  }
}
.page-top:hover {
  background-color: #eab75f;
}
.page-top:before {
  position: absolute;
  top: 16px;
  left: 14px;
  display: block;
  width: 14px;
  height: 14px;
  border-color: #fff;
  border-style: solid;
  border-width: 2px 0 0 2px;
  content: "";
  transform: rotate(45deg);
  transition: all 0.15s ease;
}
@media (min-width: 768px) {
  .page-top:before {
    top: 21px;
    left: 15px;
    width: 20px;
    height: 20px;
  }
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  color: #999;
  background-color: #000;
}
@media (min-width: 768px) {
  footer {
    padding-top: 41px;
    padding-bottom: 44px;
    font-size: 16px;
  }
}
footer .logo-scsk {
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  footer .logo-scsk {
    margin-right: 15px;
  }
}
footer .list-container {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer .list-container {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  footer .list-contact li:not(:last-child) {
    margin-right: 26px;
  }
}
footer .list-contact a {
  color: #999;
  text-decoration: none;
}
footer .list-contact a:hover {
  color: #fff;
}
footer .copyright-container {
  margin-top: 15px;
}
@media (min-width: 768px) {
  footer .copyright-container {
    margin-top: 22px;
  }
}