@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 JP", "Noto Sans Japanese", "Noto Sans", "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);
}

 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 800;
  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;
}

::-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-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
@media (min-width: 768px) {

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

.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;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.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-text:last-child {
  margin-bottom: 0;
}

.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;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.justify-content-center {
  justify-content: center !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;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 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;
}

.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;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .text-md-end {
    text-align: right !important;
  }
}
@media (min-width: 992px) {

  .d-lg-block {
    display: block !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
}
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 JP", "Noto Sans Japanese", "Noto Sans", "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: 576px) {
  a.hover:hover {
    opacity: 0.8;
  }
}
@media (min-width: 576px) {
  a.hover-img:hover img {
    opacity: 0.8;
  }
}

.link-icon {
  position: relative;
  padding-right: 43px;
  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;
}

.lead {
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .lead {
    font-size: 16px;
    line-height: 1.7;
  }
}

ul,
ol {
  padding-left: 1.5em;
}

.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;
}

.list-disc {
  list-style: none;
  padding-left: 0;
  font-size: 20px;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  .list-disc {
    font-size: 16px;
  }
}
.list-disc.disc-purple li:before {
  color: #5d3988;
}
.list-disc li {
  position: relative;
  padding-left: 28px;
}
@media (max-width: 767.98px) {
  .list-disc li {
    padding-left: 20px;
  }
}
.list-disc li:before {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 10px;
  font-weight: normal;
  color: #49aad2;
  content: "●";
}
@media (max-width: 767.98px) {
  .list-disc li:before {
    top: 5px;
    font-size: 9px;
  }
}
.list-disc li + li {
  margin-top: 17px;
}
@media (max-width: 767.98px) {
  .list-disc li + li {
    margin-top: 10px;
  }
}

.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;
  }
}

.text-purple {
  color: #69318e !important;
}

.text-red {
  color: #c5301d !important;
}

.text-cyan {
  color: #3a74a4 !important;
}

.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: 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-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-31 {
    margin-right: -31px;
    margin-left: -31px;
  }
  .row-xxl-31 > div,
.row-xxl-31 > li {
    padding-right: 31px;
    padding-left: 31px;
  }
}
.container {
  max-width: 1224px;
}

@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-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 {
  --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;
  position: relative;
  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 {
    padding-right: 80px;
    padding-left: 80px;
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .btn-red {
    padding: 15px 70px 15px 55px;
    font-size: 16px;
  }
}
.btn-red:hover {
  background-color: #ff1d00;
  border-color: #ff1d00;
}
.btn-red .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 {
    left: 20px;
  }
}
@media (max-width: 767.98px) {
  .btn-red .icon {
    left: 15px;
  }
}

.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 {
    top: auto;
    bottom: -200px;
    right: 15px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .btn-fixed-container.is-active {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .btn-fixed-container.is-active {
    bottom: 0;
  }
}

.btn-fixed {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  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;
}
@media (max-width: 767.98px) {
  .btn-fixed .text {
    flex-grow: 1;
    text-align: center;
  }
}
.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: 10px;
  }
}

.navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .navbar {
    padding-top: 7px;
    padding-bottom: 9px;
  }
}
@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 .navbar-brand {
  padding: 0;
  margin-right: 34px;
  margin-bottom: 0;
  margin-left: 6px;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-brand {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-brand {
    width: 26vw;
    margin-right: 8px;
    margin-left: 0;
  }
}
.navbar .navbar-text {
  padding: 0;
  margin: 12px 0 0;
  font-size: 18px;
  color: #141414;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-text {
    margin-top: 6px;
    font-size: 2.05vw;
  }
}
.navbar .navbar-collapse {
  padding-top: 1px;
}
@media (max-width: 767.98px) {
  .navbar .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);
}

.badge {
  text-decoration: none;
}
.badge.has-space {
  margin-bottom: 3px;
}

a.card {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  a.card {
    transition: none;
  }
}

.card-simple {
  padding: 35px 29px 48px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 10px 20px #e4e4e4;
}
@media (max-width: 991.98px) {
  .card-simple {
    padding: 30px 15px 40px;
  }
}
.card-simple .card-body {
  font-size: 20px;
  line-height: 1.75;
}
@media (max-width: 991.98px) {
  .card-simple .card-body {
    font-size: 18px;
  }
}
.card-simple .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .card-simple .card-img {
    margin-bottom: 20px;
  }
}
.card-simple .card-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 17px;
  font-size: 27px;
  text-align: center;
  color: #000;
}
@media (max-width: 991.98px) {
  .card-simple .card-title {
    font-size: 22px;
  }
}
.card-simple.card-simple-border {
  padding-top: 40px;
  margin-bottom: 34px;
  border: 1px solid #c0c0c0;
  box-shadow: none;
}
@media (min-width: 992px) {
  .card-simple.card-simple-border {
    padding-top: 56px;
    padding-bottom: 33px;
  }
}
@media (min-width: 992px) {
  .card-simple.card-simple-border .card-img {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .card-simple.card-simple-border .card-title {
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .card-simple.card-md {
    padding-bottom: 40px;
  }
}

.card-introduction {
  position: relative;
  flex-direction: row;
  padding: 72px 70px 47px;
  margin-bottom: 53px;
  background: #fff;
  border: 1px solid #dbdbdb;
}
@media (max-width: 991.98px) {
  .card-introduction {
    padding: 70px 25px 50px;
  }
}
@media (max-width: 767.98px) {
  .card-introduction {
    display: block;
    padding: 60px 15px 30px;
  }
}
.card-introduction:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 36px 49px 0;
  border-color: #dbdbdb transparent transparent;
  content: "";
}
.card-introduction.card-introduction-after {
  margin-bottom: 0;
  font-weight: 800;
  border-color: rgba(93, 57, 136, 0.2);
  box-shadow: inset 0 0 0 14px rgba(93, 57, 136, 0.2);
}
@media (max-width: 767.98px) {
  .card-introduction.card-introduction-after {
    box-shadow: inset 0 0 0 6px rgba(93, 57, 136, 0.2);
  }
}
.card-introduction.card-introduction-after:after {
  content: none;
}
.card-introduction.card-introduction-after .title-on-border {
  background: #69318e;
}
.card-introduction .title-on-border {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 7px 20px;
  font-size: 24px;
  background-color: #49aad2;
  color: #fff;
}
@media (max-width: 767.98px) {
  .card-introduction .title-on-border {
    padding: 3px 16px;
    font-size: 18px;
  }
}
.card-introduction .card-img {
  width: 60%;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .card-introduction .card-img {
    width: 100%;
  }
}
.card-introduction .card-body {
  padding-top: 38px;
  padding-right: 10px;
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  .card-introduction .card-body {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .card-introduction .card-body {
    padding: 25px 0 0 5px;
  }
}

.card-plans {
  padding: 34px 30px;
  color: #4c247d;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 10px 20px #e4e4e4;
}
.card-plans .card-header {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 118px;
  padding: 25px 15px;
  background: #795c9d;
}
@media (max-width: 767.98px) {
  .card-plans .card-header {
    min-height: 90px;
  }
}
.card-plans .card-header:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 51%;
  height: 100%;
  background-color: #69318e;
  opacity: 0.62;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  content: "";
}
.card-plans .card-body {
  display: flex;
  padding: 30px 16px 0 13px;
  font-size: 20px;
  line-height: 1.75;
}
@media (max-width: 991.98px) {
  .card-plans .card-body {
    display: block;
    text-align: right;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .card-plans .card-body {
    font-size: 16px;
  }
}
.card-plans .card-title {
  margin-bottom: 0;
  font-size: 35px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .card-plans .card-title {
    font-size: 24px;
  }
}
.card-plans .card-text {
  display: flex;
  align-items: center;
  width: 55%;
}
@media (max-width: 991.98px) {
  .card-plans .card-text {
    width: 100%;
    text-align: left;
  }
}
.card-plans .card-price {
  flex-shrink: 0;
  margin-left: 40px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #69318e;
}
@media (max-width: 991.98px) {
  .card-plans .card-price {
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .card-plans .card-price {
    margin-top: 10px;
    font-size: 18px;
  }
}
.card-plans .card-price .text {
  display: inline-block;
  min-width: 76px;
  padding: 3px 8px;
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 1.1;
  text-align: center;
  border: 1px solid;
}
.card-plans .card-price .price {
  display: block;
  font-size: 30px;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .card-plans .card-price .price {
    font-size: 24px;
  }
}
.card-plans .card-price .price strong {
  font-size: 50px;
}
@media (max-width: 767.98px) {
  .card-plans .card-price .price strong {
    font-size: 40px;
  }
}
.card-plans.is-light-blue {
  color: #309cc8;
}
.card-plans.is-light-blue .card-header {
  background: #6ec2e4;
}
.card-plans.is-light-blue .card-header:after {
  background: #49aad2;
}
.card-plans.is-light-blue .card-price {
  color: #309cc8;
}

.title-common {
  font-size: 60px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767.98px) {
  .title-common {
    font-size: 33px;
  }
}
.title-common small, .title-common .small {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .title-common small, .title-common .small {
    font-size: 18px;
  }
}
.title-common img {
  vertical-align: -4px;
}
@media (max-width: 767.98px) {
  .title-common img {
    vertical-align: -2px;
    height: 28px;
    width: auto;
  }
}
.title-common.both-sides-line small, .title-common.both-sides-line .small {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
.title-common.both-sides-line small:before, .title-common.both-sides-line .small:before, .title-common.both-sides-line small:after, .title-common.both-sides-line .small:after {
  display: inline-block;
  flex-shrink: 0;
  width: 140px;
  margin-bottom: 2px;
  border-top: 1px solid;
  content: "";
}
@media (max-width: 991.98px) {
  .title-common.both-sides-line small:before, .title-common.both-sides-line .small:before, .title-common.both-sides-line small:after, .title-common.both-sides-line .small:after {
    width: 100px;
  }
}
@media (max-width: 767.98px) {
  .title-common.both-sides-line small:before, .title-common.both-sides-line .small:before, .title-common.both-sides-line small:after, .title-common.both-sides-line .small:after {
    width: 40px;
  }
}
.title-common.both-sides-line small:before, .title-common.both-sides-line .small:before {
  margin-right: 21px;
}
@media (max-width: 767.98px) {
  .title-common.both-sides-line small:before, .title-common.both-sides-line .small:before {
    margin-right: 12px;
  }
}
.title-common.both-sides-line small:after, .title-common.both-sides-line .small:after {
  margin-left: 21px;
}
@media (max-width: 767.98px) {
  .title-common.both-sides-line small:after, .title-common.both-sides-line .small:after {
    margin-left: 12px;
  }
}
.title-common.title-md {
  font-size: 50px;
}
@media (max-width: 767.98px) {
  .title-common.title-md {
    font-size: 28px;
  }
}
.title-common.title-md small, .title-common.title-md .small {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .title-common.title-md small, .title-common.title-md .small {
    font-size: 17px;
  }
}

.title-balloon {
  position: relative;
  z-index: 0;
  max-width: 611px;
  padding: 10px 20px 11px;
  margin: 0 auto 62px;
  font-size: 35px;
  text-align: center;
  background-color: #fbfafb;
  border: 1px solid;
  border-radius: 40px;
}
@media (max-width: 767.98px) {
  .title-balloon {
    margin-bottom: 50px;
    font-size: 24px;
  }
}
.title-balloon:before, .title-balloon:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  margin-right: auto;
  margin-left: auto;
  width: 0;
  height: 0;
  border: solid;
  border-width: 20px 20px 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: "";
}
.title-balloon:after {
  margin-top: -1px;
  border-top-color: #fbfafb;
}

.title-note {
  display: flex;
  margin-right: -10px;
  margin-bottom: 68px;
  font-size: 46px;
  line-height: 1.38;
  color: #69318e;
}
@media (max-width: 767.98px) {
  .title-note {
    margin-bottom: 45px;
    font-size: 20px;
  }
}
.title-note small, .title-note .small {
  font-size: 36px;
  color: #292929;
}
@media (max-width: 767.98px) {
  .title-note small, .title-note .small {
    font-size: 18px;
  }
}
.title-note .circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 111px;
  height: 111px;
  margin-top: 12px;
  margin-right: 35px;
  background: #69318e;
  font-size: 62px;
  color: #fff;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .title-note .circle {
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-right: 15px;
    font-size: 30px;
  }
}

.section-fv {
  min-height: 865px;
  padding-top: 325px;
  padding-bottom: 240px;
  background: url("../img/section/fv/bg-main-visual.jpg") no-repeat 55% 50%/cover;
}
@media (max-width: 767.98px) {
  .section-fv {
    min-height: 500px;
    padding-top: 200px;
    padding-bottom: 180px;
  }
}
.section-fv .title-section {
  margin-bottom: 54px;
  font-size: 49px;
  line-height: 1.51;
  letter-spacing: 0.04em;
  color: #f8f8f8;
}
@media (max-width: 991.98px) {
  .section-fv .title-section {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-fv .title-section {
    margin-bottom: 22px;
    font-size: 22px;
  }
}

.section-problem {
  padding-top: 90px;
  padding-bottom: 150px;
  background: url("../img/section/problem/bg-gradient.jpg") no-repeat 50% 50%/cover;
}
@media (max-width: 767.98px) {
  .section-problem {
    padding-bottom: 90px;
  }
}
.section-problem .illust-under {
  position: relative;
  z-index: 2;
  margin-top: -23px;
}
@media (max-width: 767.98px) {
  .section-problem .illust-under {
    width: 60%;
    margin-bottom: 30px;
  }
}

.section-solving {
  padding-bottom: 102px;
}
@media (max-width: 767.98px) {
  .section-solving {
    padding-bottom: 70px;
  }
}
.section-solving .section-header {
  min-height: 778px;
  padding-top: 308px;
  padding-bottom: 140px;
  margin-top: -306px;
  margin-bottom: -100px;
  color: #fff;
  background: url("../img/section/solving/bg.jpg") no-repeat 50% 50%/cover;
  -webkit-clip-path: polygon(0 0, 50% 252px, 100% 0, 100% calc(100% - 252px), 50% 100%, 0 calc(100% - 252px));
          clip-path: polygon(0 0, 50% 252px, 100% 0, 100% calc(100% - 252px), 50% 100%, 0 calc(100% - 252px));
}
@media (max-width: 1199.98px) {
  .section-solving .section-header {
    min-height: 500px;
    padding-top: 20vw;
    margin-top: -20vw;
    -webkit-clip-path: polygon(0 0, 50% 16vw, 100% 0, 100% calc(100% - 16vw), 50% 100%, 0 calc(100% - 16vw));
            clip-path: polygon(0 0, 50% 16vw, 100% 0, 100% calc(100% - 16vw), 50% 100%, 0 calc(100% - 16vw));
  }
}
@media (max-width: 767.98px) {
  .section-solving .section-header {
    padding-top: 24vw;
    padding-bottom: 55px;
    margin-top: -25vw;
    margin-bottom: -40px;
  }
}
.section-solving .title-section {
  margin-bottom: 18px;
}

.section-point {
  padding-top: 115px;
  padding-bottom: 128px;
  background: url("../img/section/point/bg.jpg") no-repeat 50% 50%/cover;
}
@media (max-width: 767.98px) {
  .section-point {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-point .title-section {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .section-point .title-section {
    margin-bottom: 35px;
  }
}

.section-introduction {
  padding-top: 90px;
  padding-bottom: 110px;
}
@media (max-width: 767.98px) {
  .section-introduction {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-introduction .title-section {
  margin-bottom: 44px;
}
@media (max-width: 767.98px) {
  .section-introduction .title-section {
    margin-bottom: 35px;
  }
}

.section-plans {
  padding-top: 164px;
  padding-bottom: 82px;
  background: #f4f4f4 url("../img/section/plans/bg-gradient.jpg") no-repeat 15% 0/cover;
}
@media (max-width: 767.98px) {
  .section-plans {
    padding-top: 80px;
    padding-bottom: 60px;
    background-position-x: 80%;
  }
}
.section-plans .title-section {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .section-plans .title-section {
    margin-bottom: 45px;
  }
}
.section-plans .section-inner {
  margin-top: 102px;
}
@media (max-width: 767.98px) {
  .section-plans .section-inner {
    margin-top: 60px;
  }
}
.section-plans .section-inner + .section-inner {
  margin-top: 82px;
}
@media (max-width: 767.98px) {
  .section-plans .section-inner + .section-inner {
    margin-top: 50px;
  }
}

.section-banner {
  padding-top: 111px;
  padding-bottom: 115px;
  color: #fff;
  background: url("../img/section/banner/bg.jpg") no-repeat 50% 50%/cover;
}
@media (max-width: 767.98px) {
  .section-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-banner .title-section {
  font-size: 46px;
  line-height: 1.52;
}
@media (max-width: 767.98px) {
  .section-banner .title-section {
    font-size: 24px;
    line-height: 1.4;
  }
}

.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: 44px;
  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;
  }
}
.section-cta .illust {
  margin: -154px -38px -103px 62px;
}
@media (max-width: 1399.98px) {
  .section-cta .illust {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .section-cta .illust {
    width: 350px;
    margin-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .section-cta .illust {
    width: 290px;
    margin-top: -110px;
    margin-bottom: -70px;
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .section-cta .illust {
    display: block;
    width: 180px;
    margin-top: 20px;
    margin-bottom: -50px;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .section-cta .illust.illust-man {
    margin-left: 80px;
  }
}
.section-cta .btn-container {
  max-width: 604px;
  width: calc(100vw - 30px);
}

.section-services {
  padding-top: 90px;
  padding-bottom: 75px;
  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: 30px;
  }
}
.section-services .title-section {
  margin-bottom: 48px;
}
@media (max-width: 767.98px) {
  .section-services .title-section {
    margin-bottom: 30px;
  }
}
.section-services .card {
  padding: 42px 40px 40px;
  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 {
  font-size: 16px;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .section-services .card .card-body {
    min-height: 165px;
  }
}
@media (max-width: 767.98px) {
  .section-services .card .card-body {
    font-size: 14px;
    line-height: 1.5;
  }
}
.section-services .card .card-footer {
  margin-top: 23px;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .section-services .card .card-footer {
    margin-top: 15px;
    font-size: 16px;
  }
}
.section-services .card .card-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .section-services .card .card-img {
    margin-bottom: 18px;
  }
}

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;
}