@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: 20, 20, 20;
  --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: #141414;
  --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);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, 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;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

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;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-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;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* 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;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.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-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

.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: #141414;
  --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);
}
.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;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #141414;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --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);
  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 {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .navbar-expand {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: space-between;
}

.navbar-expand .navbar-collapse .nav-item-right {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

@media (max-width: 992px) {
  .navbar-expand .navbar-collapse .nav-item-right {
    column-gap: 20px;
  }
}

@media (max-width: 1920px) {
  .navbar-nav .logo-scsk {
    width: 7vw;
  }
}

@media (max-width: 992px) {
  .navbar-expand .navbar-collapse .nav-item-right .btn {
    padding-right: 10px;
  }

  .navbar-expand .navbar-collapse .nav-item-right .btn img {
    width: 20px;
    left: 10px;
  }
}

@media (max-width: 767px) {
  .navbar-expand .navbar-collapse .nav-item-right .btn-container-common {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand .navbar-collapse .nav-item-right .btn {
    display: block;
    padding: 9px 15px 9px 36px;
    width: 150px;
    max-width: none;
    font-size: 16px;
    line-height: 1.444;
  }

  .navbar-expand .navbar-collapse {
    column-gap: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-expand .navbar-collapse .nav-item-right .btn {
    width: 200px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand .navbar-collapse .nav-item-right .btn {
    width: 240px;
  }
}

.navbar-expand.js-header.is-scrolled {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  transition: all .2s ease;
}

.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;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-img {
  width: 100%;
}

.card-img {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.align-top {
  vertical-align: top !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.position-static {
  position: static !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.text-start {
  text-align: left !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;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
@media (min-width: 768px) {

  .d-md-flex {
    display: flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .pt-md-5 {
    padding-top: 3rem !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;
}

.swiper-point .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  font-size: 20px;
  line-height: 1.7;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .swiper-point .swiper-slide {
    font-size: 16px;
    line-height: 1.5;
  }
}
.swiper-point .swiper-slide-active .next-slide {
  cursor: pointer;
  pointer-events: auto;
}
.swiper-point .swiper-slide-active .next-slide:hover {
  color: #ff1d00;
}
.swiper-point .slide-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 40px;
  font-size: 26px;
  line-height: 1.1;
  border-top: 6px solid;
}
@media (max-width: 767.98px) {
  .swiper-point .slide-header {
    padding-top: 55px;
    font-size: 22px;
    border-top-width: 4px;
  }
}
.swiper-point .slide-header .img-number {
  height: 64px;
  margin-top: 12px;
}
@media (max-width: 767.98px) {
  .swiper-point .slide-header .img-number {
    height: 54px;
    margin-top: 10px;
  }
}
.swiper-point .slide-header .img-container {
  position: relative;
  flex: 0 1 50%;
  padding-right: 180px;
  padding-left: 26px;
  margin-right: 2px;
  margin-left: 26px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .swiper-point .slide-header .img-container {
    padding-right: 0;
    padding-left: 18px;
    margin-right: 0;
    margin-left: 18px;
  }
}
.swiper-point .slide-header .img-container:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 105px;
  border-left: 2.3px solid #c5301d;
  content: "";
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .swiper-point .slide-header .img-container:before {
    height: 88px;
  }
}
.swiper-point .slide-body {
  position: relative;
  max-width: 1060px;
  padding: 27px 30px 10px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .swiper-point .slide-body {
    padding: 22px 20px 10px;
  }
}
.swiper-point .slide-title {
  margin-bottom: 22px;
  font-size: 41px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .swiper-point .slide-title {
    margin-bottom: 15px;
    font-size: 32px;
  }
}
.swiper-point .img-slide {
  margin-top: -36px;
}
@media (max-width: 767.98px) {
  .swiper-point .img-slide {
    margin-top: -25px;
  }
}
.swiper-point .next-slide {
  position: absolute;
  top: 41px;
  right: 39px;
  font-size: 14px;
  text-decoration: none;
  color: #c5301d;
  pointer-events: none;
  cursor: text;
}
@media (max-width: 767.98px) {
  .swiper-point .next-slide {
    top: 15px;
    right: 15px;
  }
}
.swiper-point .next-slide .icon-arrow {
  margin-bottom: 2px;
}

.swiper-point-thumb .swiper-slide-thumb-active .card-point:before, .swiper-point-thumb .swiper-slide-thumb-active .card-point:after {
  margin-top: 22px;
}

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.3s 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;
  }
}

.link-icon {
  position: relative;
  padding-right: 42px;
  margin-left: 18px;
  font-size: 20px;
  text-decoration: none;
  color: #c5301d;
}
@media (max-width: 767.98px) {
  .link-icon {
    font-size: 16px;
  }
}
.link-icon:hover {
  color: #ff1d00;
}
.link-icon:hover .icon-arrow {
  width: 34px;
}
.link-icon .icon-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 38px);
  overflow: hidden;
  width: 21px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  transition: width 0.3s ease;
}
.link-icon .icon-arrow .arrow {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.filter-white {
  filter: brightness(0) invert(1);
}

mark,
.mark {
  display: inline-block;
  padding: 0.1em 0;
  background-color: #fcee21;
}

strong {
  font-weight: bold;
}

ul,
ol {
  padding-left: 1.5em;
}

.lead {
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .lead {
    font-size: 10px;
    line-height: 1.8;
  }
}
@media (min-width: 992px) {
  .lead.lead-md {
    font-size: 16px;
    line-height: 1.875;
  }
}
@media (min-width: 992px) {
  .lead.lead-lg {
    font-size: 26px;
    line-height: 1.846;
  }
}

.list-inline {
  margin-left: 0;
}
.list-inline > li:first-child {
  padding-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;
}

.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;
  }
}

@media (min-width: 768px) {
  .text-md-nowrap {
    white-space: nowrap !important;
  }
}

@media (min-width: 992px) {
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
}

@media (min-width: 768px) {
  .long-text {
    margin-right: -1px;
  }
}

.text-red {
  color: #c5301d !important;
}

.text-blue {
  color: #0d2a70 !important;
}

.text-light-blueish {
  color: #7182c0 !important;
}

.text-orange {
  color: #f39800 !important;
}

.text-medium-purple {
  color: #7f5898 !important;
}

.text-dodger-blue {
  color: #2ea7e0 !important;
}

.text-cyan {
  color: #3a74a4 !important;
}

.text-navy-blue {
  color: #1e4a60 !important;
}

.text-lime-green {
  color: #81bd42 !important;
}

.container {
  max-width: 1224px;
}
@media (max-width: 767.98px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.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-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-10 > div,
.row-10 > li {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 991.98px) {
  .row-5-lg {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row-5-lg > div,
.row-5-lg > li {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@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: 1400px) {
  .row-xxl-13 {
    margin-right: -13px;
    margin-left: -13px;
  }
  .row-xxl-13 > div,
.row-xxl-13 > li {
    padding-right: 13px;
    padding-left: 13px;
  }

  .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-16 {
    margin-right: -16px;
    margin-left: -16px;
  }
  .row-xxl-16 > div,
.row-xxl-16 > li {
    padding-right: 16px;
    padding-left: 16px;
  }

  .row-xxl-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row-xxl-20 > div,
.row-xxl-20 > li {
    padding-right: 20px;
    padding-left: 20px;
  }

  .row-xxl-21 {
    margin-right: -21px;
    margin-left: -21px;
  }
  .row-xxl-21 > div,
.row-xxl-21 > li {
    padding-right: 21px;
    padding-left: 21px;
  }

  .row-xxl-24 {
    margin-right: -24px;
    margin-left: -24px;
  }
  .row-xxl-24 > div,
.row-xxl-24 > li {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .col-md-53 {
    flex: 0 0 auto;
    width: 53%;
  }
}

@media (min-width: 992px) {
  .col-lg-462 {
    flex: 0 0 auto;
    width: 47%;
  }
}

@media (max-width: 991.98px) {
  .btn .icon-mail {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  .btn .icon-mail {
    width: 30px;
  }
}
@media (max-width: 991.98px) {
  .btn .icon-document {
    width: 42px;
  }
}
@media (max-width: 767.98px) {
  .btn .icon-document {
    width: 32px;
    margin-left: -4px;
  }
}

.btn-multiline {
  white-space: normal;
}

.btn-arrow {
  position: relative;
  padding-right: 113px;
}
.btn-arrow:after {
  position: absolute;
  top: 0;
  left: calc(100% - 96px);
  bottom: 0;
  width: 58px;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
  background: url("../img/icon/arrow.svg") no-repeat 100% 50%;
  content: "";
  transition: width 0.3s ease;
}
@media (max-width: 991.98px) {
  .btn-arrow:after {
    left: calc(100% - 56px);
    width: 40px;
    height: 26px;
  }
}
@media (max-width: 767.98px) {
  .btn-arrow:after {
    width: 34px;
  }
}
.btn-arrow:hover:after {
  width: 83px;
}
@media (max-width: 991.98px) {
  .btn-arrow:hover:after {
    width: 48px;
  }
}

.btn-red,
.btn-dark-blue {
  padding: 26px 105px 25px 85px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .btn-red,
.btn-dark-blue {
    padding-right: 80px;
    padding-left: 80px;
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .btn-red,
.btn-dark-blue {
    padding: 15px 70px 15px 55px;
    font-size: 16px;
  }
}
.btn-red .icon,
.btn-dark-blue .icon {
  position: absolute;
  top: 0;
  left: 27px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .btn-red .icon,
  .btn-dark-blue .icon {
    left: 20px;
  }
}
@media (max-width: 767.98px) {
  .btn-red .icon,
  .btn-dark-blue .icon {
    left: 15px;
  }
}

.btn-red {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c5301d;
  --bs-btn-border-color: #c5301d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a72919;
  --bs-btn-hover-border-color: #9e2617;
  --bs-btn-focus-shadow-rgb: 206, 79, 63;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9e2617;
  --bs-btn-active-border-color: #942416;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c5301d;
  --bs-btn-disabled-border-color: #c5301d;
}
.btn-red:hover {
  background-color: #ff1d00;
  border-color: #ff1d00;
}

.btn-dark-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1e4a60;
  --bs-btn-border-color: #1e4a60;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1a3f52;
  --bs-btn-hover-border-color: #183b4d;
  --bs-btn-focus-shadow-rgb: 64, 101, 120;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #183b4d;
  --bs-btn-active-border-color: #173848;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1e4a60;
  --bs-btn-disabled-border-color: #1e4a60;
}
.btn-dark-blue:hover {
  background-color: #0070a8;
  border-color: #0070a8;
}

.btn-fixed-container {
  position: fixed;
  top: 33%;
  right: -200px;
  z-index: 30;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .btn-fixed-container {
    display: flex;
    align-items: center;
    top: auto;
    bottom: -200px;
    right: 10px;
    left: 10px;
  }
}
@media (min-width: 768px) {
  .btn-fixed-container {
    display: none;
  }

  .btn-fixed-container.is-active {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .btn-fixed-container.is-active {
    bottom: 0;
  }

  .btn-fixed-container .btn-fixed {
    flex-direction: row;
    padding: 16px 10px;
    justify-content: center;
  }

  .btn-fixed-container .btn-fixed img {
    width: 22px;
  }
}

.btn-fixed {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 31;
  display: flex;
  align-items: center;
  width: 60px;
  padding: 15px 13px;
  margin-left: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.22em;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  text-align: left;
  box-shadow: none !important;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .btn-fixed {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    padding: 19px 15px;
    -ms-writing-mode: initial;
        writing-mode: initial;
    letter-spacing: 0.01em;
  }
}
.btn-fixed .text {
  display: inline-block;
}

.btn-fixed .icon {
  width: 32px;
  margin: 0 0 14px;
}
@media (max-width: 767.98px) {
  .btn-fixed .icon {
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .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-brand {
  padding: 0;
  margin-right: 50px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .navbar-brand {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .navbar-brand {
    width: 26.13vw;
    margin-left: 2px;
  }
}
.navbar-text {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #141414;
}
@media (max-width: 1199.98px) {
  .navbar-text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .navbar-text {
    margin-top: 6px;
    font-size: 2.05vw;
  }
}
.navbar-collapse {
  padding-top: 1px;
}
@media (max-width: 767.98px) {
  .navbar-collapse {
    display: inline-flex;
    flex-basis: auto;
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .navbar .logo-scsk {
    width: 15.6vw;
  }
}

.menu-trigger {
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 1000;
  width: 40px;
  height: 32px;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .menu-trigger {
    display: inline-block;
  }
}
.menu-trigger, .menu-trigger:hover, .menu-trigger:focus, .menu-trigger:active {
  background-color: transparent !important;
  border: 0;
  outline: 0;
  box-shadow: none !important;
}
.menu-trigger .icon-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #888;
  border-radius: 4px;
  transition: all 0.3s;
}
.menu-trigger .icon-bar:nth-of-type(1) {
  top: 0;
}
.menu-trigger .icon-bar:nth-of-type(2) {
  top: 14px;
}
.menu-trigger .icon-bar:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger .icon-bar + .icon-bar {
  margin-top: 0;
}
.menu-trigger[aria-expanded=true], .menu-trigger[aria-expanded=true]:focus {
  box-shadow: none;
}
.menu-trigger[aria-expanded=true] .icon-bar:nth-of-type(1) {
  transform: translateY(14px) rotate(-45deg);
}
.menu-trigger[aria-expanded=true] .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger[aria-expanded=true] .icon-bar:nth-of-type(3) {
  transform: translateY(-14px) rotate(45deg);
}

@media (min-width: 768px) {
  .flex-md-0 {
    flex: 0 0 0;
  }
}

.bg-slate-blue {
  background-color: #a7b5bc !important;
}

.bg-sky-blue {
  background-color: #6cb2e4 !important;
}

.badge-blue {
  padding: 7px 14px 6px;
  background-color: #0070a8;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .badge-blue {
    padding: 5px 10px;
    margin-bottom: 3px;
  }
}

a.card {
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  a.card {
    transition: none;
  }
}

.card-features {
  position: relative;
  padding: 14px 10px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.75;
  text-decoration: none;
  color: #fff !important;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .card-features {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .card-features {
    flex-direction: column;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .card-features:hover:before, .card-features:hover:after {
    margin-top: 22px;
  }
}
.card-features:before, .card-features:after {
  position: absolute;
  top: 100%;
  content: "";
  transition: all 0.3s ease;
}
.card-features:before {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  right: 0;
  left: 0;
  height: 0;
  margin-top: 0;
  border-top: 34px solid;
  transform: translateY(-33px);
}
.card-features:after {
  left: 50%;
  width: 0;
  height: 0;
  margin-top: 0;
  border-style: solid;
  border-width: 27px 18px 0;
  border-color: #fff transparent transparent;
  transform: translate(-50%, -1px);
}
@media (max-width: 767.98px) {
  .card-features:after {
    border-width: 20px 14px 0;
  }
}
.card-features.light-blue {
  background-color: #2ea7e0;
}
.card-features.light-blue:before, .card-features.light-blue:after {
  border-top-color: #2ea7e0;
}
.card-features.light-blue:hover {
  background-color: #1497d5;
}
.card-features.light-blue:hover:before, .card-features.light-blue:hover:after {
  border-top-color: #1497d5;
}
.card-features.light-green {
  background-color: #81bd42;
}
.card-features.light-green:before, .card-features.light-green:after {
  border-top-color: #81bd42;
}
.card-features.light-green:hover {
  background-color: #5ea712;
}
.card-features.light-green:hover:before, .card-features.light-green:hover:after {
  border-top-color: #5ea712;
}
.card-features.light-orange {
  background-color: #f39800;
}
.card-features.light-orange:before, .card-features.light-orange:after {
  border-top-color: #f39800;
}
.card-features.light-orange:hover {
  background-color: #d68703;
}
.card-features.light-orange:hover:before, .card-features.light-orange:hover:after {
  border-top-color: #d68703;
}
.card-features.cyan {
  background-color: #01a1b5;
}
.card-features.cyan:before, .card-features.cyan:after {
  border-top-color: #01a1b5;
}
.card-features.cyan:hover {
  background-color: #028a9b;
}
.card-features.cyan:hover:before, .card-features.cyan:hover:after {
  border-top-color: #028a9b;
}
.card-features .card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: bold;
}
.card-features .card-header .text {
  opacity: 0.6;
}
.card-features .card-header .text-border-left {
  position: relative;
  padding-right: 14px;
  margin-right: 14px;
  margin-bottom: 2px;
}
.card-features .card-header .text-border-left:after {
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 1;
  height: 45px;
  width: 1px;
  margin-top: 2px;
  background-color: #606060;
  mix-blend-mode: multiply;
  content: "";
  transform: translateY(-50%);
}
.card-features .card-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.458;
  text-align: center;
}
@media (max-width: 991.98px) {
  .card-features .card-title {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .card-features .card-title {
    font-size: 14px;
  }
}
.card-features .card-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 26px;
}
@media (max-width: 991.98px) {
  .card-features .card-img {
    margin-top: 20px;
    margin-bottom: 16px;
  }
}

.card-simple {
  padding: 28px 32px 33px;
  font-size: 18px;
  line-height: 1.667;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767.98px) {
  .card-simple {
    padding: 20px 15px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.card-simple .card-title {
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .card-simple .card-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .card-simple figure {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .card-simple.card-simple-2 {
    padding: 34px 30px 40px;
  }
}
.card-simple.card-simple-2 .card-title {
  margin-bottom: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .card-simple.card-simple-2 .card-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .card-simple.card-simple-2 .card-title {
    margin-bottom: 50px;
  }
}

.title-common {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.675;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .title-common {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .title-common {
    font-size: 14px;
    line-height: 1.928;
  }
}
.title-common.title-lg {
  font-size: 50px;
  line-height: 1.5;
}
@media (max-width: 1199.98px) {
  .title-common.title-lg {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .title-common.title-lg {
    font-size: 18px;
    line-height: 1.2;
  }
}

.section-fv {
  position: relative;
  /* z-index: 0; */
  min-height: 800px;
  padding-top: 102px;
  background-color: #f4f4f2;
}
@media (max-width: 991.98px) {
  .section-fv {
    min-height: initial;
  }
}
@media (max-width: 767.98px) {
  .section-fv {
    padding-top: 58px;
  }
}
.section-fv .title-container {
  position: relative;
  right: 100vw;
  /* width: 61%; */
  padding-top: 52px;
  margin-bottom: 33px;
}
@media (max-width: 991.98px) {
  .section-fv .title-container {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-fv .title-container {
    width: auto;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.section-fv .img-container {
  margin-right: -13px;
  margin-left: 20px;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .section-fv .img-container {
    margin-right: -10px;
  }
}
@media (max-width: 767.98px) {
  .section-fv .img-container {
    margin-right: 6px;
    margin-left: 0;
    margin-top: -13px;
    text-align: center;
  }
}
.section-fv .img-container .img-text {
  position: relative;
  top: -100vh;
}
@media (max-width: 767.98px) {
  .section-fv .img-container .img-text {
    display: block;
    width: 204px;
    margin-right: auto;
    margin-left: auto;
  }
}
.section-fv .img-container .illust {
  margin-top: -335px;
  margin-right: 54px;
}
@media (max-width: 1199.98px) {
  .section-fv .img-container .illust {
    max-width: 18vw;
    margin-top: -27.4vw;
    margin-right: 5.6vw;
  }
}
@media (max-width: 767.98px) {
  .section-fv .img-container .illust {
    max-width: 113px;
    margin-top: -152px;
    margin-right: -44px;
    margin-bottom: -32px;
  }
}

.section-fv .btn-container-common {
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .section-fv .btn-container-common {
    display: none;
  }
}

.section-fv .btn-container-common .btn.btn-dark-blue {
  padding-left: 28px;
}

.section-fv .btn-container-common .btn.btn-red {
  padding-left: 36px;
}

.section-fv .item-left {
  width: 100%;
}

.btn-container-common {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.btn-container-common .btn .icon-document {
  width: 27px;
  left: 16px;
}

.btn-container-common .btn .icon-mail {
  width: 30px;
  left: 13px;
}

.btn-container-common .btn-arrow:after {
  content: none;
}

.btn-container-common .btn {
  width: 100%;
  max-width: 240px;
  font-size: 22px;
  line-height: 1.455;
  padding: 17px 15px 17px 36px;
  border-radius: 6px;
}

.section-solution {
  position: relative;
}
@media (max-width: 1199.98px) {
  .section-solution {
    margin-top: -8vw;
  }
}
@media (max-width: 991.98px) {
  .section-solution {
    margin-top: 0;
  }
}
.section-solution .section-body {
  position: relative;
  z-index: 6;
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .section-solution .section-body {
    padding-top: 22px;
  }
}
.section-solution .section-footer {
  position: relative;
  z-index: 5;
  padding-top: 57px;
  padding-bottom: 95px;
  font-size: 28px;
  line-height: 1.678;
  background: #1d76a8;
}
@media (max-width: 767.98px) {
  .section-solution .section-footer {
    padding-top: 28px;
    padding-bottom: 22px;
    font-size: 12px;
  }
}
.section-solution .title-section {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .section-solution .title-section {
    margin-bottom: 72px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .section-solution .title-section {
    margin-bottom: 11px;
  }
}

.section-solution .lead {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .section-solution .lead {
    margin-bottom: 50px;
    letter-spacing: -0.01em;
  }
}
.section-solution .figure {
  margin-top: -4px;
  margin-bottom: -46px;
}
@media (max-width: 991.98px) {
  .section-solution .figure {
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .section-solution .figure {
    width: 199px;
    margin-top: 67px;
    margin-bottom: -21px;
    margin-left: -100px;
  }
}
.section-solution .bg-layer {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100vw;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .section-solution .bg-layer {
    max-width: 546px;
  }
}
.section-solution .bg-layer-1 {
  max-height: 1245px;
  background-blend-mode: normal;
  mix-blend-mode: normal;
}
@media (max-width: 991.98px) {
  .section-solution .bg-layer-1 {
    top: -300px;
  }
}
@media (max-width: 767.98px) {
  .section-solution .bg-layer-1 {
    top: -149px;
    margin-left: 17px;
  }
}
.section-solution .bg-layer-2 {
  max-height: 947px;
  margin-bottom: 250px;
}
@media (max-width: 767.98px) {
  .section-solution .bg-layer-2 {
    max-width: 522px;
    margin-bottom: 111px;
  }
}
.section-solution .bg-layer-3 {
  max-height: 1121px;
}
@media (max-width: 991.98px) {
  .section-solution .bg-layer-3 {
    top: -90px;
  }
}
@media (max-width: 767.98px) {
  .section-solution .bg-layer-3 {
    top: -77px;
    margin-left: 17px;
  }
}

.section-features-header {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #00174d;
}
@media (max-width: 767.98px) {
  .section-features-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-features-header .title-section {
  margin-bottom: 57px;
}
@media (max-width: 767.98px) {
  .section-features-header .title-section {
    margin-bottom: 30px;
  }
}

.section-features {
  padding-top: 50px;
  padding-bottom: 100px;
  border-top: 7px solid #4dafe3;
}
@media (max-width: 767.98px) {
  .section-features {
    padding-top: 35px;
    padding-bottom: 50px;
    border-top-width: 4px;
  }
}
.section-features:nth-child(even) {
  background-color: #f4f4f2;
}
.section-features.border-top-light-green {
  border-top-color: #81bd42;
}
.section-features.border-top-light-orange {
  border-top-color: #f39800;
}
.section-features.border-top-cyan {
  border-top-color: #479fb2;
}
.section-features .section-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 5px;
  margin-bottom: 60px;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .section-features .section-header {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.section-features .section-header .text {
  opacity: 0.6;
  color: #c5301d;
}
.section-features .section-header .text-border-left {
  position: relative;
  padding-right: 26px;
  margin-right: 21px;
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .section-features .section-header .text-border-left {
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 0;
  }
}
.section-features .section-header .text-border-left:after {
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 1;
  height: 75px;
  width: 1px;
  margin-top: 5px;
  background-color: #c5301d;
  content: "";
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .section-features .section-header .text-border-left:after {
    height: 45px;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .section-features .section-header .img-number {
    height: 36px;
  }
}
.section-features .title-section {
  margin-bottom: 10px;
}
.section-features .lead {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .section-features .lead {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section-features .img-arrow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767.98px) {
  .section-features .img-arrow {
    display: block;
    margin: 15px auto 12px;
  }
}

.section-services {
  padding-top: 85px;
  padding-bottom: 100px;
  background: url("../img/section/services/bg-server.jpg") no-repeat 50% 50%/cover;
}
@media (max-width: 767.98px) {
  .section-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-services .title-section {
  margin-bottom: 48px;
}
@media (max-width: 767.98px) {
  .section-services .title-section {
    margin-bottom: 30px;
  }
}
.section-services .card {
  padding: 42px 15px 34px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .section-services .card {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
.section-services .card .card-title {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .section-services .card .card-title {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
.section-services .card .card-body {
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .section-services .card .card-body {
    min-height: 235px;
  }
}
@media (max-width: 767.98px) {
  .section-services .card .card-body {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
  }
}
.section-services .card .card-footer {
  margin-top: 34px;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .section-services .card .card-footer {
    margin-top: 20px;
    font-size: 16px;
  }
}
.section-services .card .img-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .section-services .card .img-container {
    margin-bottom: 18px;
  }
}

.section-cta {
  padding-top: 90px;
  /* padding-bottom: 100px; */
  background: url("../img/section/cta/bg_typing.jpg") no-repeat 100% 100%/cover;
}
@media (max-width: 991.98px) {
  .section-cta {
    padding-top: 70px;
    /* padding-bottom: 70px; */
  }
}
@media (max-width: 767.98px) {
  .section-cta {
    padding-top: 50px;
    /* padding-bottom: 50px; */
  }
}
.section-cta .title-container {
  position: relative;
  z-index: 1;
  padding-top: 2px;
  padding-left: 40px;
  padding-bottom: 1px;
  margin-bottom: 45px;
  border-left: 10px solid #c5301d;
}
@media (max-width: 991.98px) {
  .section-cta .title-container {
    padding-left: 25px;
  }
}
@media (max-width: 767.98px) {
  .section-cta .title-container {
    padding-left: 15px;
    margin-bottom: 30px;
    border-left-width: 6px;
  }
}
.section-cta .title-section {
  margin-bottom: -8px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.675;
}
@media (max-width: 991.98px) {
  .section-cta .title-section {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .section-cta .title-section {
    margin-bottom: -4px;
  }
}
@media (max-width: 767.98px) {
  .section-cta .title-section {
    font-size: 16px;
  }
}
.section-cta .sub-title {
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .section-cta .sub-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .section-cta .sub-title {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .section-cta .illust {
    width: 19vw;
  }
}

@media (max-width: 767.98px) {
  .section-cta .illust {
    width: 150px;
  }
}

.section-cta .illust.illust-man,
.section-cta .illust.illust-girl {
  position: absolute;
  bottom: 0;
  right: -148px;
  max-width: 100%;
  margin-left: 0;
}

.section-cta .illust.illust-girl {
  right: -220px;
}

@media (max-width: 1199px) {
  .section-cta .illust.illust-man,
  .section-cta .illust.illust-girl {
    right: 0;
  }
}

.section-cta .btn-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  column-gap: 10px;
  max-width: 810px;
  width: calc(100vw - 30px);
}
@media (max-width: 767.98px) {
  .section-cta .btn-container {
    flex-direction: column;
    row-gap: 20px;
  }
}

.section-cta .btn-container .btn {
  max-width: 400px;
  width: 100%;
  font-size: 32px;
  line-height: 1.438;
  padding: 24px 95px;
}

@media (max-width: 991.98px) {
  .section-cta .btn-container .btn {
    max-width: 320px;
    font-size: 22px;
    padding-left: 80px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (max-width: 767.98px) {
  .section-cta .btn-container .btn {
    font-size: 16px;
    padding: 15px 70px 15px 55px;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .section-cta .btn-container .btn .icon {
    left: 21px;
  }

  .section-cta .btn-container .btn.btn-arrow:hover:after {
    width: 70px;
  }
}

@media (min-width: 768px) {
  .section-cta .btn-container .btn.btn-arrow:after {
    left: calc(100% - 82px);
  }
}

.section-cta .inner {
  position: relative;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .section-cta .inner {
    display: inline-block;
    margin-right: 56px;
  }

  .section-cta .inner.inner-lg {
    margin-right: 184px;
  }
}

@media (max-width: 767.98px) {
  .section-cta .inner {
    padding-bottom: 180px;
  }

  .section-cta .inner.inner-lg {
    padding-bottom: 210px;
  }
}

.section-contact {
  padding-top: 84px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .section-contact {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.section-contact .container {
  max-width: 1132px;
}
.section-contact .title-section {
  margin-bottom: 55px;
}
@media (max-width: 767.98px) {
  .section-contact .title-section {
    margin-bottom: 30px;
  }
}
.section-contact .sub-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .section-contact .sub-title {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.section-contact .btn-container {
  max-width: 494px;
}
@media (max-width: 767.98px) {
  .section-contact .btn-container {
    max-width: 270px;
  }
}
@media (max-width: 767.98px) {
  .section-contact .row > div + div {
    margin-top: 20px;
  }
}


.js-animation {
  transition: right 1.5s ease-in-out 0.5s, top 1.5s ease-in-out 0.5s;
}
.js-animation.is-active {
  top: 0 !important;
  right: 0 !important;
}

.page-top {
  position: fixed;
  right: 30px;
  bottom: -100px;
  overflow: hidden;
  display: inline-block;
  z-index: 30;
  transition: all 0.6s cubic-bezier(0.5, 0.5, 0.5, 1.5);
}
@media (max-width: 767.98px) {
  .page-top {
    right: 0;
  }
}
.page-top, .page-top:focus {
  height: 62px;
}
@media (max-width: 767.98px) {
  .page-top, .page-top:focus {
    height: 50px;
  }
}
.page-top:hover {
  height: 110px;
}
@media (max-width: 767.98px) {
  .page-top:hover {
    height: 80px;
  }
}
.page-top.is-active {
  bottom: 0;
}
@media (max-width: 767.98px) {
  .page-top.is-active {
    bottom: 70px;
  }
}

footer {
  padding: 50px 0 30px;
  font-size: 16px;
  color: #999;
}
@media (max-width: 767.98px) {
  footer {
    padding: 40px 0;
    font-size: 14px;
  }
}
footer .logo-container {
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  footer .logo-container {
    margin-bottom: 25px;
  }
}
footer .list-footer > .list-inline-item {
  margin-right: 25px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  footer .list-footer > .list-inline-item {
    margin-right: 12px;
  }
}
footer .list-footer a {
  text-decoration: none;
  color: #999;
  transition: none;
}
footer .list-footer a:hover {
  color: #fff;
}
footer .list-footer a:hover .icon {
  filter: brightness(0) invert(1);
}
footer .list-footer a .icon {
  margin-left: 2px;
  vertical-align: -1px;
  transition: none;
}
.btn-container .btn {
  display: inline-flex; /* または flex */
  align-items: center;
  padding: 0.6rem 1.2rem; /* 上下左右のpadding (調整してください) */
}

.btn-container .btn .btn-text {
  white-space: nowrap;
  font-size: 1.7rem; /* 文字サイズを小さくする (調整してください) */
}

