@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --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-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --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: #0c303e;
  --bs-body-color-rgb: 12, 48, 62;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(12, 48, 62, 0.75);
  --bs-secondary-color-rgb: 12, 48, 62;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(12, 48, 62, 0.5);
  --bs-tertiary-color-rgb: 12, 48, 62;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #0c303e;
  --bs-highlight-bg: #fff3cd;
  --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-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container,
.container-sm {
  --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-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
}
.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-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
	padding-top: 20px; 
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-104 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-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: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --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;
          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-visible {
  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);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.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-zindex: 1000;
  --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: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --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: var(--bs-dropdown-zindex);
  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;
  border-radius: var(--bs-dropdown-item-border-radius, 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;
}
.card {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --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);
  color: var(--bs-body-color);
  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);
  color: var(--bs-card-title-color);
}
.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-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);
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.align-items-center {
  align-items: center !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-center {
  text-align: center !important;
}
/* rtl:begin:remove */
/* rtl:end:remove */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
}
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;
  }
}
strong {
  font-weight: bold;
}
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;
}
.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-light-green {
  color: #91c132 !important;
}
@media (max-width: 1319.98px) {
  .container {
    width: auto;
  }
}
.row-0 {
  margin-right: 0;
  margin-left: 0;
}
.row-0 > div,
.row-0 > li {
  padding-right: 0;
  padding-left: 0;
}
@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 * {
  box-sizing: border-box;
}
.btn-dark-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #29446e;
  --bs-btn-border-color: #29446e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #233a5e;
  --bs-btn-hover-border-color: #213658;
  --bs-btn-focus-shadow-rgb: 73, 96, 132;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #213658;
  --bs-btn-active-border-color: #1f3353;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #29446e;
  --bs-btn-disabled-border-color: #29446e;
  padding: 12px 40px 13px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 13px;
}
@media (max-width: 767.98px) {
  .btn-dark-blue {
    padding: 8px 20px 10px;
    font-size: 22px;
  }
}
.btn-dark-blue:hover, .btn-dark-blue:focus {
  background-color: #990000;
  border-color: #990000;
}
.btn-dark-blue .icon {
  vertical-align: -4px;
}
.btn-dark-blue.btn-lg {
  padding: 20px 25px 24px;
  font-size: 34px;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .btn-dark-blue.btn-lg {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .btn-dark-blue.btn-lg {
    padding: 18px 20px 20px;
  }
}
.btn-dark-blue.btn-lg .icon-document {
  vertical-align: -7px;
}
.btn-dark-blue.btn-lg .icon-plane {
  vertical-align: -3px;
}
.bg-dark-blue {
  background-color: #29446e !important;
}
.bg-light-gray {
  background-color: #f6f6f6 !important;
}
.card-body {
  padding: 0;
  margin-bottom: 15px;
}
.card-collapse .card-title {
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #1946ba;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.card-collapse .card-title a {
  position: relative;
  display: block;
  padding: 22px 50px 23px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  color: #646464;
}
@media (max-width: 767.98px) {
  .card-collapse .card-title a {
    padding: 12px 65px 10px 15px;
    font-size: 16px;
  }
}
.card-title a:hover, .card-title a:focus, .card-title a[aria-expanded=true] {
  color: #275cc4;
  text-decoration: none;
}
.card-title a:hover .icon, .card-title a:focus .icon, .card-title a[aria-expanded=true] .icon {
  background-color: #275cc4;
}
.card-title a[aria-expanded=true] {
  color: #646464;
  background-color: #f4f5f7;
}
.card-title a[aria-expanded=true]:hover {
  color: #275cc4;
}
.card-title a[aria-expanded=true]:hover .icon {
  background-color: #a8a8a8;
}
.card-title a[aria-expanded=true] .icon {
  background-color: #999;
}
.card-collapse .card-title a[aria-expanded=true] .icon .bar {
  transform: rotate(90deg);
}
.card-collapse .icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #1946ba;
  content: "";
  transition: 300ms all ease;
}
@media (max-width: 767.98px) {
  .icon {
    right: 10px;
  }
}
.card-collapse .bar:nth-child(2n) {
  transform: rotate(90deg);
}
a.card {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  a.card {
    transition: none;
  }
}
.card {
  border-radius: 0.375rem;
}
.card-circle {
  position: relative;
  width: 180px;
  height: 180px;
  padding: 20px 20px 0 20px;
  margin: 0 auto 12px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .card-circle {
    margin-bottom: 20px;
  }
}
.card-circle::after {
  position: absolute;
  width: 100%;
  height: 192px;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url("../img/common/circle-bordered2.svg") no-repeat 50% 0;
  content: "";
}
.card-circle .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 0 75px;
}
@media (max-width: 767.98px) {
  .card-circle .card-body  {
    padding: 20px 0 65px;
  }
}
.card-circle .card-title {
  margin-bottom: 5px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .card-circle .card-title {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .card-circle2 {
    margin: 0 auto;
	 height: 2px; 
  }
}
.card-circle .card-img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.card-circle-img {
  align-items: center;
  margin-bottom: 30px;
}
.card-circle-img .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 176px;
  padding: 24px;
  background: #fff;
  border: 1px solid #dde0d5;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .card-circle-img .card-img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .card-circle-img .card-img img {
    max-height: 90px;
  }
}
.card-circle-img .card-title {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #172757;
}
@media (max-width: 767.98px) {
  .card-circle-img .card-title {
    margin-top: 12px;
    font-size: 14px;
  }
}
.card-point {
  max-width: 308px;
  margin: 30px auto;
}
@media (max-width: 767.98px) {
  .card-point {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.card-point .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .card-point .card-img {
    min-height: 117px;
  }
}
.card-point .card-body {
  padding-top: 28px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .card-point .card-body {
    font-size: 14px;
    line-height: 1.4;
  }
}
.card-point .card-title {
  margin-bottom: 22px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-align: center;
  color: #91c132;
}
@media (max-width: 767.98px) {
  .card-point .card-title {
    font-size: 22px;
  }
}
.title-common {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767.98px) {
  .title-common {
    font-size: 26px;
  }
}
.title-common small {
  position: relative;
  display: block;
  font-size: 20px;
  font-family: "oswald", sans-serif;
}
@media (max-width: 767.98px) {
  .title-common small {
    font-size: 16px;
  }
}
.title-common small:after {
  display: block;
  width: 36px;
  height: 2px;
  margin: 12px auto 7px;
  background: #91c132;
  content: "";
}
@media (max-width: 767.98px) {
  .title-common small:after {
    font-size: 16px;
  }
}
.title-common.title-horizontal {
  display: flex;
  text-align: left;
}
.title-common.title-horizontal small {
  padding-right: 25px;
  margin-top: 10px;
  margin-right: 23px;
}
@media (max-width: 767.98px) {
  .title-common.title-horizontal small {
    padding-right: 20px;
    margin-top: 8px;
    margin-right: 18px;
  }
}
.title-common.title-horizontal small:after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 2px;
  height: 36px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .title-common.title-horizontal small:after {
    top: -5px;
  }
}
.title-arrow {
  position: relative;
  padding-bottom: 42px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767.98px) {
  .title-arrow {
    padding-bottom: 35px;
    font-size: 26px;
  }
}
.title-arrow::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 18px;
  margin: 0 auto;
  background: url("../img/common/line-arrow.svg") no-repeat 50% 100%;
  content: "";
}
.title-arrow2 {
  position: relative;
  padding-bottom: 42px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767.98px) {
  .title-arrow2 {
    padding-bottom: 35px;
    font-size: 26px;
  }
}
.title-arrow2::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 18px;
  margin: 0 auto;
  background: url("../img/common/line-arrow2.svg") no-repeat 50% 100%;
  content: "";
}
.title-bg {
  padding: 10px;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background-color: #91c132;
  border-radius: 22px;
}
@media (max-width: 767.98px) {
  .title-bg {
    padding: 6px 10px;
    margin-bottom: 12px;
    font-size: 16px;
    border-radius: 15px;
  }
}
.section-fv {
  padding-top: 88px;
  padding-bottom: 68px;
  background: url("../img/section/fv/bg-mv.jpg") no-repeat 50% 50%/cover;
}
@media (max-width: 767.98px) {
  .section-fv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-fv .container {
  max-width: 1200px;
}
.section-fv .title-container {
  margin-bottom: 80px;
  text-shadow: 3px 3px 5px rgba(255, 255, 255, 1.0);
}
@media (max-width: 767.98px) {
  .section-fv .title-container {
    margin-bottom: 40px;
  }
}
.section-fv .title-section {
  margin-bottom: 15px;
  font-size: 90px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .section-fv .title-section {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .section-fv .title-section {
    margin-bottom: 8px;
    font-size: 38px;
  }
}
.section-fv .title-section small {
  display: block;
  margin-bottom: 18px;
  font-size: 46px;
}
@media (max-width: 991.98px) {
  .section-fv .title-section small {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .section-fv .title-section small {
    margin-bottom: 8px;
    font-size: 22px;
  }
}
.section-fv .lead {
  font-size: 30px;
	color: #29446E;
}
@media (max-width: 991.98px) {
  .section-fv .lead {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .section-fv .lead {
    font-size: 16px;
  }
}
.section-fv .btn-container {
  margin-top: 18px;
}
.section-header {
  padding-top: 23px;
  padding-bottom: 21px;
  background-color: #29446e;
  color: #fff;
}
.section-solution {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .section-solution {
    padding-top: 50px;
  }
}
.section-solution .container-sm {
  max-width: 950px;
}
.section-solution .title-section {
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .section-solution .title-section {
    margin-bottom: 30px;
  }
}
.section-realization .section-body {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .section-realization .section-body {
    font-size: 14px;
    line-height: 1.4;
  }
}
.section-realization .section-body .container {
  max-width: 1272px;
}
.section-realization .section-body .inner {
  padding-top: 75px;
  padding-bottom: 82px;
  border-top: 1px solid #c3e878;
}
@media (max-width: 767.98px) {
  .section-realization .section-body .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-realization .section-body .inner:nth-child(odd) {
  background: #f4f8ec url("../img/common/bg-texture-square.jpg") no-repeat 0 100%/1920px 620px;
}

@media (max-width: 767.98px) {
  .section-realization .section-body .inner:nth-child(odd) {
    background-size: 768px 252px;
  }
}
.section-realization .section-body .inner:nth-child(even) {
  background: url("../img/common/bg-connecting-line.jpg") no-repeat 100% 100%/700px 560px;
}
@media (max-width: 767.98px) {
  .section-realization .section-body .inner:nth-child(even) {
    background-size: 300px 240px;
  }
}
@media (min-width: 768px) {
  .section-realization .section-body .inner:nth-child(even) .fig-container {
    order: 2;
  }
}
@media (min-width: 768px) {
  .section-realization .section-body .inner:nth-child(even) .fig-container img {
    transform: translateX(-23px);
  }
}
@media (min-width: 768px) {
  .section-realization .section-body .inner:nth-child(even) .text-container {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .section-realization .section-body .inner .fig-container {
    padding-top: 26px;
  }
}
@media (min-width: 768px) {
  .section-realization .section-body .inner .fig-container img {
    transform: translateX(23px);
  }
}
.section-realization .section-body .inner .text-container {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section-realization .section-body .inner .text-container {
    max-width: 600px;
    padding: 0 15px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .section-realization .section-body .inner .text-container {
    padding: 0 32px;
  }
}
.section-realization .section-body .inner .title-inner {
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .section-realization .section-body .inner .title-inner {
    margin-bottom: 40px;
  }
}
.section-function .container {
  max-width: 1190px;
}
.section-function .section-body {
  padding-top: 60px;
  padding-bottom: 26px;
}
@media (max-width: 767.98px) {
  .section-function .section-body {
    padding-top: 40px;
  }
}
.section-point .container {
  max-width: 880px;
}
.section-point .section-body {
  padding-top: 60px;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .section-point .section-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-note {
  padding-top: 42px;
  padding-bottom: 42px;
}
@media (max-width: 767.98px) {
  .section-note {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-note .title-section {
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .section-note .title-section {
    font-size: 20px;
  }
}
.section-price {
  font-size: 16px;
  background: #f6f6f6;
}
@media (max-width: 767.98px) {
  .section-price {
    font-size: 14px;
  }
}
.section-price .inner {
  padding: 35px;
}
@media (max-width: 767.98px) {
  .section-price .inner {
    padding: 30px 20px 40px;
  }
}
.section-price .title-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .section-price .title-container {
    display: block;
    padding-bottom: 25px;
  }
}
.section-price .title-section {
  margin-right: 4px;
  margin-bottom: 7px;
}
@media (max-width: 767.98px) {
  .section-price .title-section {
    margin-right: 0;
  }
}
.section-price .price-container .price {
  font-size: 34px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .section-price .price-container .price {
    font-size: 24px;
  }
}
.section-price .price-container .price strong {
  font-size: 64px;
}
@media (max-width: 767.98px) {
  .section-price .price-container .price strong {
    font-size: 50px;
  }
}
.section-price .price-container .note {
  margin-top: 4px;
  margin-left: 102px;
}
@media (max-width: 767.98px) {
  .section-price .price-container .note {
    margin-left: 72px;
  }
}
.section-cta {
  padding-top: 48px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #91c132;
}
@media (max-width: 767.98px) {
  .section-cta {
    padding-top: 40px;
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.section-cta .btn-container {
  max-width: 500px;
}
@media (max-width: 767.98px) {
  .section-cta .btn-container {
    margin-bottom: 15px;
  }
}
.section-cta .text {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .section-cta .text {
    margin-top: 15px;
  }
}
.cta-fixed {
  position: fixed;
  top: 14%;
  right: 0;
}
.cta-fixed .btn {
  padding: 16px 13px 18px 12px;
  font-size: 16px;
  letter-spacing: 0.01em;
  writing-mode: vertical-rl;
  border-radius: 10px 0 0 10px;
}
.cta-fixed .btn .icon {
  margin-bottom: 6px;
  vertical-align: 0;
}
.bt {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #0c303e;
}
@media (max-width: 991.98px) {
  #footUtility .utility {
    width: auto !important;
  }
}
.toppad {
	padding-left: 20px;
}
.toph1-text {
	color: #29446E;
}
.top-c1 {
	display: flex;
	justify-content: center;
	align-content: center;
}
.top-c2 {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 20px;
}
.top-btn-img {
	display: flex;
}
@media (max-width: 992px) {
.top-btn-img {
	display: block;
   }
}
.top-img {
	padding-left: 10px;
}
@media (max-width: 768px) {
  .top-img {
	padding: 40px 0 0 10px;
  }
}
@media (max-width: 768px) {
  .plus104 {
	  opacity: 0;
	  width: 0%;
     }
}
.iv1img {
	width: 40%;
	height: auto;
}
.iv2img {
	width: 40%;
	height: auto;
	padding: 0 20px 15px 20px;
}
.ms-img {
	width="100%";
	display: block;
	margin: 0 auto;
}
.message {
	display: block;
	margin: 0 auto;
}
.ms-center {
	width: 70%;
	max-width: 1000px;
	height: auto;
	padding: 45px 0;
	margin: 0 auto;
}
@media (max-width: 768px) {
  .ms-center {
	width: 100%;
	padding: 5px 0;
   }
}
.message1 {
	border: 5px #29446E solid;
	border-radius: 10px;
	width: 70%;
	max-width: 700px;
	height: auto;
	padding: 40px;
	display: block;
	margin: 0 auto;
	background-color: #ffffff;
}
@media (max-width: 576px) {
  .message1 {
	  width: 90%;
	  padding: 30px 10px;
   }
}
.message-h2 {
	font-size: 2.2rem;
	padding-left: 10%;
	text-decoration: underline;
	text-decoration-color: #DC0003;
	text-underline-offset: 7px;
}
@media (max-width: 768px) {
  .message-h2 {
	  font-size: 1.5rem;
   }
}
.message-h3 {
	font-size: 1.4rem;
	padding: 50px 30px 10px 30px;
}
@media (max-width: 768px) {
  .message-h3 {
	  font-size: 1.0rem;
   }
}
.scene0 {
  padding-top: 75px;
  padding-bottom: 82px;
  border-top: 1px solid #c3e878;
}
@media (max-width: 767.98px) {
  .scene0 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.scene-one {
	display: block;
	margin: 0 auto;
}
.scene1 {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 700px;
	height: auto;
	color: #E27500;
	margin: 0 auto;
}
.scene-h3 {
	padding-left: 10px;
}
.scene-h3-bold {
	font-size: 1.9rem;
	text-decoration: underline;
	text-decoration-color: #91C132;
	text-underline-offset: 7px;
}
.scene-table{
	width: 100%;
	max-width: 700px;
	padding-top:30px;
	margin: 0 auto;
}
.scean-t1 {
    width: 90%;
	height: auto;
	border: 3px #29446E solid;
}
.s-th1 {
	width: 10%;
	min-width: 60px;
	padding: 20px 0;
	background-color: #29446E;
	border: 2px #29446E solid;
}
.th1white {
	padding: 5px;
	background-color: #FFFFFF;
	border: 2px #FFFFFF solid;
	border-radius: 5px;
}
.s-td1 {
	width: 90%;
    padding: 20px 0;
	background-color: #29446E;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px #29446E solid;
}
.th2red {
	color: #DC0003;
	border: 2px #DC0003 solid;
	border-radius: 5px;
	padding: 5px;
}
.s-th2 {
	width: 10%;
	padding: 20px 0;
	border: 2px #29446E solid;
	border-right: none !important;
	background-color: #ffffff;
}
.s-td2 {
	border: 2px #29446E solid;
	padding: 20px 20px 20px 0;
	border-left: none !important;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #ffffff;
}
.scene-t1 {
	margin-bottom: 20px;
}
.s-h4 {
	margin: 0 auto;
	width: 100%;
	padding-top: 30px;
	text-align: center;
}
.s-icon {
	width: 80%;
	max-width: 600px;
	padding: 10px 30px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.s-icon-o {
	background-color: #E27500;
	font-size: 15px;
	color: #ffffff;
	border-radius: 10px;
	display: inline-block;
	padding: 4px 10px;
	margin: 5px;	
}
.s-icon-g {
	background-color: #91c132;
	font-size: 15px;
	color: #ffffff;
	border-radius: 10px;
	display: inline-block;
	padding: 4px 10px;
	margin: 5px;	
}
.usecase1 {
	margin-top: 30px;
}
.usecase2 {
	padding-top: 50px;
}
.u-jirei1 {
	display: flex;
	justify-content: center;
	padding-top: 10px;
}
.u-l1 {
	margin: 10px;
	width:200px;
	height: 200px;
	background-color: #91c132;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	line-height: 150%;
	align-content: center;
	color: #ffffff;
}
@media (max-width: 576px) {
    .u-l1 {
	  font-size: 15px;
	  width:150px;
	  height: 150px;
	  border-radius: 70%;
   }
}
.u-r1 {
	margin: 10px;
	width:200px;
	height: 200px;
	background-color: #E27500;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	line-height: 160%;
	align-content: center;
	color: #ffffff;
}
@media (max-width: 576px) {
    .u-r1 {
	  font-size: 15px;
	  width:150px;
	  height: 150px;
	  border-radius: 70%;
   }
}
.text-big {
	font-size: 70px;
	line-height: 60px;
}
@media (max-width: 576px) {
    .text-big {
	font-size: 50px;
	line-height: 60px;
   }
}
.u-text1 {
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
	padding-top: 10px;
}
.usecase-hr1 {
	margin: 50px auto;
	width: 30%;
	height: 5px;
    color: #91c132;
}
.u-st1 {
	font-size: 30px;
}
@media (max-width: 576px) {
	.u-st1 {
	font-size: 18px;
   }
}
.u-h4-1 {
	display: inline-block;
	padding: 5px 20px;
	border: #29446E 1px solid;
	border-radius: 7px;
}
.u-p-1 {
	padding-top: 10px;
	letter-spacing: 1.5px;
	font-size: 18px;
}
.section-body2 {
    background-color: rgba(230,241,210,1.00);
	padding: 50px 0px;
}
.function1 {
	width: 350px;
	height: 200px;
	background-color: #E6F1D2;
	display: block;
	border-radius: 20px;
	margin: 0 10px;
}
@media (max-width: 767.98px) {
  .function1 {
	  display: block;
	  margin: 0 auto;
	margin-top: 20px;
   }
}
.function2 {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .function2 {
     display: block;
   }
}
.function3 {
    width: 100%;
	margin: 0 auto;
}

.function4 {
	margin-top: 50px;
}
.function1-2 {
	width: 350px;
	height: 200px;
	background-color: #ffffff;
	display: block;
	border-radius: 20px;
	margin: 0 10px;
}
@media (max-width: 767.98px) {
  .function1-2 {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
   }
}
.f-h4 {
	background-color: #91c132;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	border-radius: 20px 20px 0 0;
	width: 350px;
}.f-h4-2 {
	background-color: #E27500;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	border-radius: 20px 20px 0 0;
	width: 350px;
}
.f-ul1 {
	padding: 5% 0 0 13%;
	list-style-type: square;
	font-size: 16px;
	line-height: 25px;
}
.corporation {
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
	border: black 1px solid;
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
}
.corporation1 {
	font-size: 20px;
}
.corporation2 {
	padding: 20px 0 0 5px;
	text-align: left;
}
.corporation3 {
	padding-top: 10px;
	text-align: end;
}
.corporation4 {
	text-align: end;
	font-size: 12px;
}