@charset "UTF-8";
/*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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: 51, 51, 51;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #333;
  --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: #333;
  --bs-link-hover-color: #292929;
  --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);
}
 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
a {
  color: var(--bs-link-color);
  text-decoration: none;
}
a:hover {
  color: var(--bs-link-hover-color);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
iframe {
  border: 0;
}
[hidden] {
  display: none !important;
}
.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);
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.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: #333;
  --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;
  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: #333;
  --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;
  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;
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-img {
  width: 100%;
}
.card-img {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.overflow-hidden {
  overflow: hidden !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.position-relative {
  position: relative !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
/* rtl:begin:remove */
/* rtl:end:remove */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .ms-lg-auto {
    margin-left: auto !important;
  }
}
html.wf-active body {
  visibility: visible;
}
body {
  position: relative;
  visibility: hidden;
}
@media (max-width: 575.98px) {
  body {
    font-size: 1rem;
  }
}
.sans-serif {
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a,
a img {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  a,
a img {
    transition: none;
  }
}
@media (min-width: 576px) {
  a.hover:hover {
    opacity: 0.8;
  }
}
@media (min-width: 576px) {
  a.hover-img:hover img {
    opacity: 0.8;
  }
}
mark,
.mark {
  display: inline-block;
  padding: 0.1em 0;
  background-color: #fcee21;
}
strong {
  font-weight: bold;
}
.page-header {
  display: table;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 35px;
  margin: 0;
  text-align: center;
  background-color: #ccc;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .page-header {
    height: 200px;
  }
}
.page-header .title {
  display: table-cell;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  vertical-align: middle;
}
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;
  }
    .d-sp-none {
    display: none !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-6 {
  margin-right: -6px;
  margin-left: -6px;
}
.row-6 > div,
.row-6 > li {
  padding-right: 6px;
  padding-left: 6px;
}
.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: 992px) {
  .row-lg-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-lg-15 > div,
.row-lg-15 > li {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row-lg-35 {
    margin-right: -35px;
    margin-left: -35px;
  }
  .row-lg-35 > div,
.row-lg-35 > li {
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media (min-width: 1200px) {
  .row-xl-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-xl-15 > div,
.row-xl-15 > li {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row-xl-35 {
    margin-right: -35px;
    margin-left: -35px;
  }
  .row-xl-35 > div,
.row-xl-35 > li {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.container {
  max-width: 1224px;
}
@media (min-width: 768px) {
  .table {
    table-layout: fixed;
  }
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  line-height: 1.428571429;
}
.table > thead > tr > th,
.table > thead > tr > td {
  border-bottom-width: 1px;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
  word-break: break-all;
}
.table > :not(:first-child) {
  border-top: 0;
}
.table th {
  font-weight: normal;
}
.table.table-text-center th,
.table.table-text-center td {
  text-align: center;
}
.table.table-text-right th,
.table.table-text-right td {
  text-align: right;
}
.table-no-border > thead > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > tfoot > tr > td {
  border: 0;
}
.table-no-border > thead > tr > th {
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .table-responsive > .table > tbody > tr :first-child > th,
.table-responsive > .table > tbody > tr :first-child > td {
    border-top: 0;
  }
}
@media (max-width: 767.98px) {
  .table-collapsed-md {
    display: block;
  }
  .table-collapsed-md > tbody {
    display: block;
  }
  .table-collapsed-md > tbody > tr > th,
.table-collapsed-md > tbody > tr > td {
    display: block;
    width: auto;
  }
  .table-collapsed-md > tbody > tr > th {
    position: relative;
  }
  .table-collapsed-md > tbody > tr > th::after {
    display: block;
    clear: both;
    content: "";
  }
}
.table-horizontal {
  border-collapse: separate;
  border-spacing: 4px;
}
.table-horizontal > thead > tr > th,
.table-horizontal > tbody > tr > th {
  padding: 9px 10px 5px;
  color: #42210b;
  vertical-align: middle;
  background-color: #ffc099;
}
.table-horizontal > thead > tr > th small, .table-horizontal > thead > tr > th .small,
.table-horizontal > tbody > tr > th small,
.table-horizontal > tbody > tr > th .small {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .table-horizontal > thead > tr > th small, .table-horizontal > thead > tr > th .small,
.table-horizontal > tbody > tr > th small,
.table-horizontal > tbody > tr > th .small {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal > thead {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal > thead > tr,
.table-horizontal > thead > tr > th {
    display: block;
  }
}
.table-horizontal > thead > tr > th {
  font-size: 24px;
  text-align: center;
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .table-horizontal > thead > tr > th {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    font-size: 20px;
    border-bottom: 5px solid #fff;
  }
}
.table-horizontal > tbody > tr > th,
.table-horizontal > tbody > tr > td {
  padding: 9px 10px 5px;
  border-top: 0;
}
.table-horizontal > tbody > tr > th {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .table-horizontal > tbody > tr > th {
    width: 200px;
    padding-left: 48px;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal > tbody > tr > th {
    font-size: 16px;
  }
}
.table-horizontal > tbody > tr > td {
  background-color: #ffe1c2;
}
@media (min-width: 768px) {
  .table-horizontal > tbody > tr > td {
    padding-right: 40px;
    padding-left: 45px;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal > tbody > tr > td {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.table-horizontal > tbody > tr > td small, .table-horizontal > tbody > tr > td .small {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .table-horizontal > tbody > tr > td small, .table-horizontal > tbody > tr > td .small {
    font-size: 12px;
  }
}
.table-horizontal.table-horizontal-responsive-md {
  margin-bottom: 14px;
  border-spacing: 6px 5px;
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-md > thead {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-md > thead > tr,
.table-horizontal.table-horizontal-responsive-md > thead > tr > th {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-md > thead > tr > th {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    font-size: 20px;
    border-bottom: 5px solid #fff;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-md > tbody {
    display: block;
    float: left;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-md > tbody > tr,
.table-horizontal.table-horizontal-responsive-md > tbody > tr > td {
    display: block;
  }
}
.table-horizontal.table-horizontal-responsive-md > tbody > tr > td {
  padding: 11px 10px 9px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-md > tbody > tr > td {
    font-size: 20px;
    border-bottom: 5px solid #fff;
    border-left: 6px solid #fff;
  }
}
label {
  cursor: pointer;
}
label.error {
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  cursor: default;
  background-color: #f00;
}
select {
  cursor: pointer;
}
.btn-arrow {
  --bs-btn-color: #fff;
  --bs-btn-bg: #44bac9;
  --bs-btn-border-color: #44bac9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #3a9eab;
  --bs-btn-hover-border-color: #3695a1;
  --bs-btn-focus-shadow-rgb: 96, 196, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3695a1;
  --bs-btn-active-border-color: #338c97;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #44bac9;
  --bs-btn-disabled-border-color: #44bac9;
  position: relative;
  padding: 20px 52px 20px 20px;
  font-size: 32px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35) !important;
}
@media (max-width: 991.98px) {
  .btn-arrow {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .btn-arrow {
    padding: 15px 40px 15px 15px;
    font-size: 22px;
  }
}
.btn-arrow:hover, .btn-arrow:focus {
  color: #fff;
  background-color: #0092a3;
  border-color: #0092a3;
  outline: none;
}
.btn-arrow:before {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 25px;
  height: 44px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.481' height='44.591' viewBox='0 0 25.481 44.591'%3E%3Cpath d='M886.63 2855.025l-14.582 12.745v9.526l25.481-22.271-25.481-22.32v9.547Z' transform='translate(-872.048 -2832.704)'/%3E%3C/svg%3E") no-repeat 50% 100%/contain;
  filter: invert(89%) sepia(8%) saturate(2722%) hue-rotate(356deg) brightness(102%) contrast(92%);
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .btn-arrow:before {
    right: 10px;
    width: 16px;
    height: 28px;
  }
}
.btn-arrow.yellow {
  color: #333;
  background-color: #f5dc64;
  border-color: #f5dc64;
}
.btn-arrow.yellow:hover, .btn-arrow.yellow:focus {
  color: #333;
  background-color: #e5bb11;
  border-color: #e5bb11;
}
.btn-arrow.yellow:before {
  filter: brightness(0) saturate(100%) invert(87%) sepia(49%) saturate(4051%) hue-rotate(154deg) brightness(79%) contrast(99%);
}
.js-header.is-scrolled {
  position: fixed;
  top: -200px;
}
.js-header.is-transition {
  transition: top 0.3s ease-in-out;
  will-change: top;
}
@media (prefers-reduced-motion: reduce) {
  .js-header.is-transition {
    transition: none;
  }
}
.js-header.is-show {
  top: 0;
}
.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);
}
.collapse-parent {
  position: relative;
}
.collapse-parent .collapse-child {
  background-color: #fff;
}
@media (min-width: 768px) {
  .collapse-parent .collapse-child {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
  }
}
.collapse-parent .collapse-child ul {
  padding-top: 6px;
  padding-bottom: 6px;
}
.collapse-parent a {
  display: block;
  padding: 6px 15px;
}
.collapse-parent .collapsing {
  transition: height 0.2s ease;
}

.breadcrumb > li + li:before {
  padding: 0 0 0 5px;
  vertical-align: 1px;
}

.modal-vertical-middle {
  overflow: hidden !important;
}
.modal-vertical-middle .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  pointer-events: none;
}
.modal-vertical-middle .modal-content {
  width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}
.bg-light-blue {
  background-color: #d4f4f9 !important;
}
.bg-orange {
  background-color: #f98768 !important;
}
.bg-light-orange {
  background-color: #fce6da !important;
}
.bg-yellow {
  background-color: #f5dc64 !important;
}
.bg-cyan {
  background-color: #44bac9 !important;
}
@media (min-width: 768px) {
  .mw-md-50 {
    max-width: 50% !important;
  }
}
.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.card-0 {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.card.card-0 .card-header,
.card.card-0 .card-footer {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.card.card-0 .card-body {
  padding: 0;
}
.card.border-radius-base {
  border-radius: 0.375rem;
}
.card.card-title-on-border {
  position: relative;
  padding-top: 35px;
}
.card.card-title-on-border .title {
  position: absolute;
  top: -0.75em;
  right: 0;
  left: 0;
  padding-right: 1.5%;
  padding-left: 1.5%;
  margin: 0;
}
.card.card-title-on-border .title .bg {
  display: inline-block;
  padding: 3px 12px;
  line-height: 1.1;
  background: #fff;
  border: 1px solid #000;
}

.title-bg {
  display: inline-block;
  padding: 15px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  min-width: 400px;
  color: #44bac9;
  background-color: #fff;
  border-radius: 35px;
}
@media (max-width: 767.98px) {
  .title-bg {
    min-width: 280px;
    padding: 12px;
    font-size: 22px;
  }
}

.title-34 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .title-34 {
    font-size: 24px;
    line-height: 1.5;
  }
}

.section-fv .container {
  max-width: 1424px;
}
.section-fv .section-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 54px;
}
@media (max-width: 767.98px) {
  .section-fv .section-body {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
.section-fv .section-body .title-section {
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.56;
}
@media (max-width: 767.98px) {
  .section-fv .section-body .title-section {
    font-size: 30px;
  }
}
.section-fv .section-body .title-section small, .section-fv .section-body .title-section .small {
  display: block;
  margin-bottom: -5px;
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .section-fv .section-body .title-section small, .section-fv .section-body .title-section .small {
    font-size: 26px;
  }
}
.section-fv .section-body .circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-top: -155px;
  margin-bottom: -35px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.363;
  text-align: center;
  color: #fff;
  background: #f98768;
  border-radius: 50%;
}
@media (max-width: 1399.98px) {
  .section-fv .section-body .circle {
    margin-top: -100px;
  }
}
@media (max-width: 1199.98px) {
  .section-fv .section-body .circle {
    margin-top: -40px;
  }
}
@media (max-width: 767.98px) {
  .section-fv .section-body .circle {
    width: 150px;
    height: 150px;
    margin-top: -130px;
    margin-bottom: 0;
    font-size: 18px;
  }
}
.section-fv .section-body .circle-center {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 590px;
  height: 590px;
  padding: 15px 15px 185px;
  margin: 13px auto 0;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
.section-fv .section-body .circle-center h1 small{
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 1199.98px) {
  .section-fv .section-body .circle-center {
    width: 500px;
    height: 500px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .section-fv .section-body .circle-center {
    width: 300px;
    height: 300px;
    padding-bottom: 60px;
    margin-bottom: 25px;
  }
}
.section-fv .section-body .circle-center:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 200vw;
  height: 3000px;
  background: linear-gradient(to right, #fce6da 0, #fce6da 50%, #d4f4f9 50%, #d4f4f9 100%);
  content: "";
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .section-fv .section-body .circle-center:before {
    background: linear-gradient(to bottom, #fce6da 0, #fce6da 50%, #d4f4f9 50%, #d4f4f9 100%);
  }
}
.section-fv .section-body .speech-container {
  max-width: 292px;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .section-fv .section-body .speech-container {
    margin-right: auto;
    margin-left: auto;
  }
}
.section-fv .section-body .speech-container .img {
  position: relative;
  display: block;
  margin-top: -25px;
}
.section-fv .section-body .speech-container.speech-container-1 .img {
  margin-left: 13px;
}
.section-fv .section-body .speech-container.speech-container-2 .img {
  margin-top: -8px;
  margin-right: 16px;
  margin-left: auto;
}
.section-fv .section-body .speech-container.speech-container-3 .speech-balloon .balloon-left::after {
  left: 65px;
}
.section-fv .section-body .speech-container.speech-container-3 .img {
  margin-top: -13px;
  margin-left: 10px;
}
.section-fv .section-body .speech-container.speech-container-4 .speech-balloon .balloon-right::after {
  left: 75px;
}
.section-fv .section-body .speech-container.speech-container-4 .img {
  margin-top: -11px;
  margin-left: -35px;
}
.section-fv .section-body .speech-balloon {
  position: relative;
  display: table;
  width: 100%;
  min-height: 92px;
  padding: 16px 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #f98768;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .section-fv .section-body .speech-balloon {
    min-height: 80px;
    font-size: 18px;
  }
}
.section-fv .section-body .speech-balloon::after {
  position: absolute;
  bottom: -28px;
  right: 64px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 12px 0;
  border-color: #f98768 transparent transparent;
  content: "";
  transform: rotate(38deg);
}
.section-fv .section-body .speech-balloon.speech-balloon-cyan {
  background-color: #44bac9;
}
.section-fv .section-body .speech-balloon.speech-balloon-cyan::after {
  border-top-color: #44bac9;
}
.section-fv .section-body .speech-balloon.balloon-left::after {
  right: auto;
  bottom: -28px;
  left: 74px;
  transform: rotate(-40deg);
}
.section-fv .section-body .speech-balloon .inner {
  display: table-cell;
  position: relative;
  z-index: 1;
  text-align: center;
  vertical-align: middle;
}
.section-fv .section-footer {
  padding-top: 1px;
  padding-bottom: 43px;
  background-color: #f5dc64;
}
.section-fv .section-footer .circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 437px;
  height: 437px;
  padding: 20px 20px 160px;
  margin-top: -185px;
  margin-bottom: -131px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
  background-color: #f5dc64;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .section-fv .section-footer .circle {
    width: 300px;
    height: 300px;
    padding-bottom: 100px;
    padding-top: 20px;
    margin-top: -120px;
    margin-bottom: -70px;
    font-size: 22px;
  }
}
.section-fv .section-footer .circle .icon-arrow {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .section-fv .section-footer .circle .icon-arrow {
    width: 70px;
    height: 40px;
    margin-top: 15px;
  }
}

.section-introduction {
  padding-top: 88px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .section-introduction {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.section-introduction .title-section {
  margin-top: 20px;
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  .section-introduction .title-section {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
.section-introduction .title-secondary {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .section-introduction .title-secondary {
    margin-bottom: 25px;
  }
}
.section-introduction .lead {
  margin-bottom: 46px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.778;
}
@media (max-width: 767.98px) {
  .section-introduction .lead {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.section-introduction .card {
  margin-bottom: 48px;
}
.section-introduction .card .card-header {
  position: relative;
  background-color: #fff;
  border-bottom: 4px solid #f98768;
}
.section-introduction .card .card-header::after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 17px 0;
  border-color: #f98768 transparent transparent;
  transform: translateX(-50%);
  content: "";
}
.section-introduction .card .card-header .text {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.01;
  word-break: keep-all;
}
@media (max-width: 767.98px) {
  .section-introduction .card .card-header .text {
    font-size: 20px;
  }
}
.section-introduction .card .card-header .text-left {
  margin-right: 6px;
  vertical-align: -3px;
}
@media (max-width: 1199.98px) {
  .section-introduction .card .card-header .text-left {
    margin-right: 0;
  }
}
.section-introduction .card .card-header .number {
  font-size: 60px;
  font-family: "Helvetica", sans-serif;
  vertical-align: -4px;
  color: #f98768;
}
@media (max-width: 767.98px) {
  .section-introduction .card .card-header .number {
    font-size: 42px;
  }
}
.section-introduction .card .card-header .number.number-lg {
  margin-right: 2px;
  font-size: 110px;
  vertical-align: -18px;
}
@media (max-width: 1199.98px) {
  .section-introduction .card .card-header .number.number-lg {
    font-size: 90px;
  }
}
@media (max-width: 767.98px) {
  .section-introduction .card .card-header .number.number-lg {
    font-size: 70px;
    vertical-align: -12px;
  }
}
.section-introduction .card .card-header .icon-arrow {
  margin-left: 5px;
  vertical-align: -2px;
}
@media (max-width: 1199.98px) {
  .section-introduction .card .card-header .icon-arrow {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .section-introduction .card .card-header .icon-arrow {
    width: 14px;
    height: 25px;
  }
}
.section-introduction .card .card-body {
  padding: 35px 20px 0;
}
@media (max-width: 767.98px) {
  .section-introduction .card .card-body .img {
    width: 210px;
    height: 210px;
  }
}
.section-introduction .card .card-body .title-body {
  margin-right: -20px;
  margin-bottom: 14px;
  margin-left: -20px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.538;
}
@media (max-width: 767.98px) {
  .section-introduction .card .card-body .title-body {
    font-size: 20px;
  }
}
.section-introduction .card .card-title {
  padding: 10px 10px 9px;
  margin-bottom: 4px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-color: #44bac9;
}
@media (max-width: 767.98px) {
  .section-introduction .card .card-title {
    margin-bottom: 2px;
    font-size: 20px;
  }
}
.section-introduction .card .caption {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .section-introduction .card .caption {
    margin-top: 15px;
    font-size: 14px;
  }
}

.section-problem {
  padding-top: 14px;
}
@media (max-width: 767.98px) {
  .section-problem {
    padding-top: 8px;
  }
}
.section-problem .title-section {
  position: absolute;
  top: 24%;
  left: 50%;
  width: 60%;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.7;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .section-problem .title-section {
    font-size: 3.2vw;
  }
}
.section-problem .img-bg {
  margin-bottom: -20px;
}
@media (max-width: 767.98px) {
  .section-problem .img-bg {
    margin-bottom: -8px;
  }
}

.section-points {
  padding-top: 35px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .section-points {
    padding-bottom: 30px;
  }
}
.section-points .container {
  max-width: 1174px;
}
.section-points .title-section {
  margin-top: 23px;
  margin-bottom: 43px;
}
@media (max-width: 767.98px) {
  .section-points .title-section {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.section-points .title-secondary {
  margin-bottom: 55px;
}
@media (max-width: 767.98px) {
  .section-points .title-secondary {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-points .icon-arrow {
    width: 70px;
    height: 40px;
  }
}
.section-points .card {
  margin-bottom: 46px;
}
.section-points .card .card-title {
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.538;
  color: #44bac9;
}
@media (max-width: 767.98px) {
  .section-points .card .card-title {
    margin-bottom: 18px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .section-points .card .img {
    width: 210px;
  }
}
.section-points .card .caption {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .section-points .card .caption {
    font-size: 14px;
  }
}

.section-case-study {
  padding-top: 90px;
  padding-bottom: 140px;
}
@media (max-width: 767.98px) {
  .section-case-study {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.section-case-study .title-section {
  margin-top: 35px;
  margin-bottom: 44px;
}
@media (max-width: 767.98px) {
  .section-case-study .title-section {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section-case-study .card {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .section-case-study .card.card-reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767.98px) {
  .section-case-study .card.card-reverse .card-img {
    margin-left: auto;
  }
}
.section-case-study .card.card-reverse .card-body {
  padding-left: 0;
}
@media (min-width: 768px) {
  .section-case-study .card.card-reverse .card-body {
    padding-right: 40px;
  }
}
.section-case-study .card.card-reverse .balloon {
  margin-left: auto;
}
.section-case-study .card.card-reverse .balloon::after {
  right: -38px;
  left: auto;
  transform: rotate(190deg);
}
@media (max-width: 767.98px) {
  .section-case-study .card.card-reverse .balloon::after {
    right: 15px;
    transform: rotate(65deg);
  }
}
.section-case-study .card.card-reverse .card-footer {
  text-align: right;
}
.section-case-study .card + .card {
  margin-top: 70px;
}
@media (max-width: 767.98px) {
  .section-case-study .card + .card {
    margin-top: 50px;
  }
}
.section-case-study .card .card-img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .section-case-study .card .card-img {
    width: 200px;
    height: 200px;
  }
}
.section-case-study .card .card-body {
  padding-left: 40px;
}
@media (max-width: 767.98px) {
  .section-case-study .card .card-body {
    padding-left: 0;
  }
}
.section-case-study .card .balloon {
  position: relative;
  max-width: 720px;
  min-height: 165px;
  padding: 32px 70px 31px 75px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.545;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .section-case-study .card .balloon {
    padding: 20px 25px;
    margin-top: 20px;
    font-size: 20px;
  }
}
.section-case-study .card .balloon::after {
  position: absolute;
  top: 124px;
  left: -38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 58px 11px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  transform: rotate(-14deg);
}
@media (max-width: 767.98px) {
  .section-case-study .card .balloon::after {
    top: -14px;
    left: 15px;
    transform: rotate(115deg);
  }
}
.section-case-study .card .card-footer {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .section-case-study .card .card-footer {
    margin-top: 20px;
    font-size: 18px;
  }
}
.section-case-study .card .card-footer .bg {
  display: inline-block;
  min-width: 160px;
  padding: 5px 10px;
  text-align: center;
  background-color: #fff;
  border-bottom: 4px solid #f98768;
}
@media (max-width: 767.98px) {
  .section-case-study .card .card-footer .bg {
    min-width: 140px;
  }
}
.section-case-study .card .card-footer .bg.sm {
  min-width: 105px;
}
@media (max-width: 767.98px) {
  .section-case-study .card .card-footer .bg.sm {
    min-width: 90px;
  }
}
.section-case-study .card .card-footer .text {
  display: inline-block;
  margin-left: 14px;
  margin-right: 1px;
}

.section-document {
  padding-top: 90px;
  padding-bottom: 140px;
}
@media (max-width: 767.98px) {
  .section-document {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.section-document .container {
  max-width: 1144px;
}
.section-document .title-section {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .section-document .title-section {
    margin-bottom: 30px;
  }
}
.section-document .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 42px;
}
.section-document .card .card-body.card-body-left{
  padding-left: 0px;
  padding-right: 42px;
}
@media (max-width: 767.98px) {
  .section-document .card .card-body {
    padding-top: 20px;
    padding-left: 0;
  }
}
.section-document .card .card-title {
  margin-bottom: 35px;
  margin-right: -5px;
  font-size: 44px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .section-document .card .card-title {
    margin-bottom: 24px;
    margin-right: 0;
    font-size: 28px;
  }
}
.section-document .card .card-title small, .section-document .card .card-title .small {
  display: block;
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8125;
}
@media (max-width: 767.98px) {
  .section-document .card .card-title small, .section-document .card .card-title .small {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.6;
  }
}
.section-solutions {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .section-solutions {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.section-solutions .title-section {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .section-solutions .title-section {
    margin-bottom: 25px;
  }
}
.section-solutions .circle {
  width: 225px;
  height: 225px;
  padding-top: 44px;
  margin-right: 25px;
  margin-bottom: 11px;
  margin-left: 25px;
  color: #fff;
  background-color: #44bac9;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .section-solutions .circle {
    width: 210px;
    height: 210px;
    padding-top: 35px;
    margin-bottom: 20px;
  }
}
.section-solutions .circle .title {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.538;
}
@media (max-width: 767.98px) {
  .section-solutions .circle .title {
    font-size: 22px;
  }
}
.section-solutions .circle .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-solutions .table {
  border-collapse: separate;
  border-spacing: 0 18px;
}
@media (max-width: 767.98px) {
  .section-solutions .table {
    border-spacing: 0;
  }
}
.section-solutions .table > tbody > tr > th,
.section-solutions .table > tbody > tr > td {
  padding: 9px 7px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .section-solutions .table > tbody > tr > th,
.section-solutions .table > tbody > tr > td {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.section-solutions .table > tbody > tr > th {
  width: 27.5%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #d4f4f9;
}
@media (max-width: 767.98px) {
  .section-solutions .table > tbody > tr > th {
    width: auto;
    font-size: 18px;
  }
}
.section-solutions .table > tbody > tr > td {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .section-solutions .table > tbody > tr > td {
    padding-bottom: 15px;
    font-size: 16px;
  }
}
.section-cta {
  padding-top: 114px;
  padding-bottom: 114px;
}
@media (max-width: 767.98px) {
  .section-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-cta.section-sm {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 767.98px) {
  .section-cta.section-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-cta.section-md {
  padding-top: 72px;
  padding-bottom: 56px;
}
@media (max-width: 767.98px) {
  .section-cta.section-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-cta .section-body {
  padding: 30px 40px 45px;
}
@media (max-width: 767.98px) {
  .section-cta .section-body {
    padding: 20px 15px;
  }
}
.section-cta .title-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .section-cta .title-container {
    flex-wrap: wrap;
  }
}
.section-cta .title-container .img-container {
  width: 220px;
  margin-top: -60px;
}
@media (max-width: 767.98px) {
  .section-cta .title-container .img-container {
    width: 100px;
    margin-top: 0;
  }
}
.section-cta .title-container .img-container-right {
  padding-right: 25px;
  margin-bottom: -12px;
}
@media (max-width: 767.98px) {
  .section-cta .title-container .img-container-right {
    padding-right: 0;
    padding-left: 32px;
    margin-bottom: -8px;
  }
}
.section-cta .title-container .img-container-left {
  padding-left: 38px;
}
@media (max-width: 767.98px) {
  .section-cta .title-container .img-container-left {
    padding-left: 0;
  }
}
.section-cta .title-section {
  margin: 0 15px 9px;
}
@media (max-width: 767.98px) {
  .section-cta .title-section {
    order: -1;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.section-cta .btn-container .btn {
  max-width: 520px;
}
.cta-fixed {
  position: fixed;
  bottom: 5%;
  right: 35px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  width: 260px;
  height: 260px;
  padding: 7px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.54;
  text-align: center;
  background-color: #e5bb11;
  border-radius: 50%;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  .cta-fixed {
    top: auto;
    right: 8px;
    bottom: 10px;
    width: 180px;
    height: 180px;
    font-size: 16px;
  }
}
.cta-fixed:hover {
  background-color: #f5dc64;
}
.cta-fixed:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 7px solid #fff;
  content: "";
}
@media (max-width: 767.98px) {
  .cta-fixed:after {
    border-width: 5px;
  }
}
.cta-fixed.is-hidden {
  right: -300px;
}
.cta-fixed .img {
  width: 80px;
  height: auto;
  margin-top: 4px;
  margin-right: 18px;
}
@media (max-width: 767.98px) {
  .cta-fixed .img {
    width: 60px;
    height: 88px;
    margin-right: 10px;
  }
}
/* IRのCSS */
.top-c1 {
	width: 100%;
	position: absolute;
	left: 60%;
	top:1%;
}
.top-c2 {
	width: 100%;
	position: absolute;
	left: 70%;
	top:33%;
}
@media (max-width: 767.98px) {
  .top-c2 {
	top:23%;
   }
}
p.top-title1 {
	padding-left: 5%; 
	font-size: 1.5rem;
	color: #6D6D6D;
}
@media (max-width: 767.98px) {
  p.top-title1 {
    font-size: 0.8rem;
	  width: 80%;
	  margin-top: -7px;
  }
}
h1.title-section1 {
	padding: 10px 0 0 10%;
    font-size: 3rem;
	font-weight: bold;
}
@media (max-width: 992px) {
  h1.title-section1 {
	  font-size: 1.9rem;
	  margin-top: -10px;
  }
}
@media (max-width: 576px) {
  h1.title-section1 {
	  font-size: 1.3rem;
	  margin-top: -10px;
  }
}
.top-container1 {
	width: 100%;
	max-width: 1200px;
	padding: 50px 30px;
	position: relative;
	background: #ffffff url("../img/section/document/top-back_i.svg") no-repeat;
}
@media (max-width: 767.98px) {
  .top-container1 {
    padding: 10px 10px;
  }
}
.top-container2 {
	width: 80%;
	padding: 30px;
	position: relative;
}
.toph2 {
	padding: 5% 0 0 5%;
	color: #2C3E6C;
	font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  .toph2 {
	font-size: 0.8rem;
	padding: 5% 0 0 10px;
   }
}
.ir-rogo1 {
	padding: 0 0 0 5%;
}
@media (max-width: 767.98px) {
  .ir-rogo1 {
    padding: 0 0 0 10px;
  }
}

.top-cards {
	margin: 0 auto;
	width: 100%;
	display: flex;
}
@media (max-width: 767.98px) {
  .top-cards {
   display: grid;
  }
}
.ir-card1 {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
}
@media (max-width: 767.98px) {
  .ir-card1 {
    padding: 10px;
	width: 80%;
  }
}
.ch2-1 {
	margin-top: -10px;
	margin-bottom: -50px;
}
@media (max-width: 767.98px) {
  .ch2-1 {
	margin-bottom: -30px;
  }
}
.h2-small {
	color: #6D6D6D;
	line-height: 90px;
}
@media (max-width: 767.98px) {
  .h2-small {
    line-height: 60px;
  }
}
.h2-big {
	color: #F98768;
}
.img-max1200 {
	max-width: 1200px;
}
.seihin-container1 {
	padding-bottom: 50px;
	margin: 0 auto;
	display: block;
	justify-content: center;
}
.lead {
	width: 95%;
	padding-left: 5%;
}
.table-back {
	background-color: #FFE2DB;
	padding: 20px 20px 20px 50px;
}
.seihin-point1 {
	width: 100%;
	margin: o auto;
}
.seihin-table {
	width: 100%;
	align-content: center;
	border-collapse: separate;
    border-spacing: 10px;
}
.seihin-tobody1 {
	margin-bottom: 10px;
	width: 90%;
}
.seihin-th1 {
	color: #FFFFFF;
	padding: 7px 7px;
    background-color: #F98768;
    border-radius: 7px;
	text-align: center;
}
@media (max-width: 768px) {
  .seihin-th1 {
	text-align: left;
   }
}
.seihin-td1 {
	width: ;
	padding-left: 5px;
	color: #6D6D6D;
	font-size: 1.2rem;
}
.jirei-omx {
	margin-top: 20px;
	width: 70%;
	table-layout: fixed;
}
@media (max-width: 767.98px) {
  .jirei-omx {
	margin-top: 5px;
	width: 100%;
   }
}
.jirei-body {
	background-color: #FFFFFF;
	border: solid 2px black;
}
.jirei-th {
	font-size: 3.0rem;
	padding: 10px 5px; 
	background-color: #44BAC9;
	color: #FFFFFF;
	width: 23%;
	text-align: center;
	vertical-align: middle;
}
@media (max-width: 767.98px) {
  .jirei-th {
    font-size: 2rem;
  }
}
.jirei-th2 {
	width: 20%;
	vertical-align: middle;
	padding-left: 5%;
}
@media (max-width: 767.98px) {
  .jirei-th2 {
    font-size: 13px;
  }
}
.jirei-td {
	padding: 20px 10px 0 5%;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	border-left: solid 2px black;
}
@media (max-width: 767.98px) {
  .jirei-td {
	 padding: 20px 8px 0 1%;
     font-size: 1.0rem;
  }
}
.jirei-td2 {
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 2px;
	border-left: solid 2px black;
}
@media (max-width: 767.98px) {
  .jirei-td2 {
    font-size: 1.2rem;
  }
}
.under-blue {
	font-size: 3.0rem;
	text-decoration: underline 3px #44BAC9;
}
.pd-50 {
	margin: 50px 0;
}
.poc-p {
	text-align: end;
}
.title-25 {
    font-size: 1.7rem;
    padding: 20px 20px 40px 20px;
    font-weight: bold;
    display: block;
}
.title-container25 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
@media (max-width: 767.98px) {
  .title-container25 {
    flex-wrap: wrap;
  }
}
.trial1 {
    padding: 30px;
    font-size: 2.5rem;
}
.trial2 {
    padding: 30px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3rem;
	color: #44bac9;
	text-align: left;
	display: inline-block;
}
.taiken-step1 {
	max-width: 1000px;
}
@media (max-width: 767.98px) {
  .taiken-step1 {
	width: 90%;
   }
}
.corporation {
	margin-top: 50px;
	padding: 30px;
	border: black 1px solid;
}
.corporation2 {
	padding-top: 20px;
}
.ir-cards {
  margin: 0 auto;
  display: grid;
  gap: 2rem 5rem;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.ir-card {
  box-sizing: border-box;
  background-color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  border: 10px solid #44bac9;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (max-width: 767.98px) {
  .ir-card {
	width: 99%;
	padding: 1rem;
   }
}
@media (max-width: 576px) {
  .ir-card {
	width: 85%;
   }
}
.ir-cardText {
  line-height: 1.5;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
}
.ir-ctaButton {
  height: 3.5rem;
  border-radius: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #44bac9;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  box-shadow: 0 0.375rem 0 0 #2b8995;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
}
.ir-ctaButton:hover {
  color: #fff;
  box-shadow: 0 0 0 0 #2b8995;
  transform: translateY(0.375rem);
}