@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: initial;
  opacity: 1;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.5;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: initial;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: initial;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

img {
  height: auto;
  image-rendering: crisp-edges;
  max-width: 100%;
}

li,
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
}

a,
a:hover {
  color: inherit;
}

* {
  font-feature-settings: "palt" 1;
}

@media screen and (min-width: 1025px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
.link {
  text-decoration: underline;
}

.g-color-green {
  color: #4C716E;
}

.box {
  margin-bottom: 235px;
}

@media screen and (max-width: 1024px) {
  .box {
    margin-bottom: 60px;
  }
}
.g-body-inner {
  color: #252326;
  font-size: 14px;
  line-height: 170%;
  font-family: "MFW-PShueiGoGinStd-M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-top: 80px;
  overflow-x: hidden;
  font-feature-settings: "palt" on;
  letter-spacing: 0.8px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1024px) {
  .g-body-inner {
    padding-top: 72px;
  }
}

/*
z-indexのルール
 */
/*!
 * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -ms-user-select: all !important;
      user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -ms-user-select: auto !important;
      user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
      user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

.g-header {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #4C716E;
  z-index: 4120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
@media screen and (max-width: 1024px) {
  .g-header {
    min-height: 72px;
    padding: 0 16px;
  }
}
.g-header .g-header-inner {
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.g-header .g-logo-link {
  display: block;
}
.g-header .g-giftful-logo {
  display: block;
  width: 169px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .g-header .g-giftful-logo {
    width: 144px;
  }
}
.g-header .g-header-nav {
  display: flex;
  gap: 32px;
  letter-spacing: 0.42px;
}
.g-header .g-header-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}
.g-header .g-header-actions .g-header-action-login {
  font-size: 14px;
  color: #252326;
  display: flex;
  align-items: center;
  gap: 8px;
}
.g-header .g-header-actions .g-header-action-login .g-icon-login {
  width: 17.6px;
  height: auto;
  vertical-align: middle;
}

.g-header-actions-sp {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 11px;
  display: flex;
  gap: 8px;
  z-index: 4130;
  position: fixed;
  top: 16px;
  right: 16px;
}
.g-header-actions-sp .g-header-action-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 100%;
}
.g-header-actions-sp .g-header-action-sp.is-download .g-icon-download {
  width: 24px;
  height: 24px;
}
.g-header-actions-sp .g-hamburger {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-header-actions-sp .g-hamburger .g-hamburger-line {
  display: block;
  width: 20px;
  height: 2px;
  background: #4C716E;
  position: absolute;
  transition: all 0.3s;
}
.g-header-actions-sp .g-hamburger .g-hamburger-line.g-hamburger-line-1 {
  top: 4px;
  left: 2px;
}
.g-header-actions-sp .g-hamburger .g-hamburger-line.g-hamburger-line-2 {
  top: 11px;
  left: 2px;
}
.g-header-actions-sp .g-hamburger .g-hamburger-line.g-hamburger-line-3 {
  top: 18px;
  left: 2px;
}
.g-header-actions-sp .g-hamburger-button {
  color: #252326;
  width: 39px;
}
.g-header-actions-sp .g-hamburger-button .g-hamburger-close-text {
  display: none;
}
.g-header-actions-sp .g-hamburger-button.is-active .g-hamburger-open-text {
  display: none;
}
.g-header-actions-sp .g-hamburger-button.is-active .g-hamburger-close-text {
  display: block;
}
.g-header-actions-sp .g-hamburger-button.is-active .g-hamburger .g-hamburger-line-1 {
  transform: translateY(7px) rotate(45deg);
}
.g-header-actions-sp .g-hamburger-button.is-active .g-hamburger .g-hamburger-line-2 {
  opacity: 0;
}
.g-header-actions-sp .g-hamburger-button.is-active .g-hamburger .g-hamburger-line-3 {
  transform: translateY(-7px) rotate(-45deg);
}

.g-nav-drawer {
  color: #4C716E;
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  background-color: #fff;
  font-size: 18px;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s opacity ease;
  z-index: 4110;
  padding-top: 72px;
}
.g-nav-drawer.is-active {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s ease;
}
.g-nav-drawer .g-link-list {
  width: 100%;
  background-color: #E7EFEE;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.g-nav-drawer .g-link-list .g-link {
  display: block;
  line-height: 170%;
}

.g-footer {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #4C716E;
  background-color: #E7EFEE;
  padding: 48px 40px;
  margin-top: 64px;
}
.g-footer.g-is-front-page {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .g-footer {
    padding: 56px 40px;
  }
}
.g-footer .g-footer-inner {
  max-width: 1360px;
  margin: 0 auto;
}
.g-footer .g-footer-contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-contents {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
}
.g-footer .g-copyright {
  font-size: 11px;
}
.g-footer .g-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.g-footer .g-footer-nav-list {
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-nav-list {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
}
.g-footer .g-footer-nav-list .g-long-arrow-icon {
  width: 13.5px;
  transform: rotate(-45deg);
}
.g-footer .g-footer-logo-wrapper {
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-logo-wrapper {
    margin-top: 0;
  }
}
.g-footer .g-footer-logo-wrapper .g-footer-logo {
  width: 100%;
  height: auto;
}

.g-page-title {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 140%;
  letter-spacing: 1.02px;
}

@media screen and (max-width: 1024px) {
  .g-page-title {
    font-size: 27px;
    letter-spacing: 0.81px;
  }
}
.g-container {
  margin: 0 auto;
  max-width: 1020px;
  padding: 10px 30px;
  position: relative;
}
.g-container.g-is-wide {
  max-width: 1440px;
}

@media screen and (max-width: 1024px) {
  .g-container {
    max-width: 720px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .g-container.g-is-wide {
    max-width: 720px;
  }
}
.g-custom-button {
  display: inline-block;
  text-align: center;
  background-color: #4c716e;
  color: #fff;
  font-size: 14px;
  border-radius: 0 8px 0 8px;
  line-height: 170%;
  padding: 8px 24px;
  min-width: 100px;
  transition: all 0.3s;
}
.g-custom-button:hover {
  color: #fff;
  box-shadow: #e7efee 4px 4px;
}
.g-custom-button.g-is-active {
  border-color: #252326;
}
.g-custom-button.g-is-small {
  font-size: 11px;
  padding: 2px 8px;
  min-width: 0;
}
.g-custom-button.g-is-lighter-color {
  background-color: #e7efee;
  color: #4c716e;
}
.g-custom-button.g-is-lighter-color:hover {
  color: #4c716e;
  box-shadow: #4c716e 4px 4px;
}
.g-custom-button.g-is-white {
  background-color: #fff;
  color: #4c716e;
}
.g-custom-button.g-is-white:hover {
  color: #4c716e;
  box-shadow: #4c716e 4px 4px;
}
.g-custom-button.g-is-border-none {
  border: none;
}

.g-pagination-wrapper {
  text-align: center;
}

.g-pagination {
  display: inline-flex;
  gap: 8px;
}
.g-pagination .g-pagination__item a {
  color: #3E3C41;
}
.g-pagination .g-pagination__item a:not(.prev, .next).page-numbers {
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
.g-pagination .g-pagination__item a:not(.prev, .next).page-numbers:hover {
  font-weight: bold;
  color: #4C716E;
  border: 1px solid #4C716E;
  background-color: #E7EFEE;
}
.g-pagination .g-pagination__item a, .g-pagination .g-pagination__item .current {
  font-size: 18px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 8px;
}
.g-pagination .current {
  font-weight: bold;
  color: #4C716E;
  border: 1px solid #4C716E;
  background-color: #E7EFEE;
}
.g-pagination .dots {
  display: block;
  margin-top: 6px;
}
.g-pagination .prev {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("/wp-content/themes/biz-giftful/img/common/icon/i-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.g-pagination .next {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("/wp-content/themes/biz-giftful/img/common/icon/i-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}

.aioseo-breadcrumbs {
  letter-spacing: 0.42px;
}
.aioseo-breadcrumbs a {
  color: #4C716E;
  text-decoration: none;
}
.aioseo-breadcrumbs a:hover {
  text-decoration: underline;
}

.g-cta-section .g-cta-section_inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.g-cta-section .g-cta-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background-color: #FCF3ED;
  text-align: center;
  border: 0.5px solid rgba(76, 113, 110, 0.2);
  border-radius: 0 24px 0 24px;
}
.g-cta-section .g-cta-block:nth-of-type(2) {
  background-image: linear-gradient(to right, #FCF3ED, #E7EFEE);
}
.g-cta-section .g-cta-block:nth-of-type(3) {
  background: #E7EFEE;
}
.g-cta-section .g-cta-block .g-cta-block__title {
  font-size: 20px;
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.6px;
}
.g-cta-section .g-cta-block .g-cta-block__icon {
  width: 24px;
  height: auto;
}
.g-cta-section .g-cta-block .g-cta-block__text {
  font-size: 14px;
  line-height: 170%;
}
.g-cta-section .g-cta-block .g-custom-button {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #252326;
  border: 1px solid #252326;
}

@media screen and (max-width: 1024px) {
  .g-cta-section .g-cta-section_inner {
    flex-direction: column;
    align-items: center;
  }
  .g-cta-section .g-cta-block {
    max-width: 640px;
    gap: 8px;
  }
  .g-cta-section .g-cta-block:nth-of-type(2) {
    background-image: linear-gradient(to bottom, #FCF3ED, #E7EFEE);
  }
  .g-cta-section .g-cta-block .g-cta-block__title {
    font-size: 18px;
  }
  .g-cta-section .g-cta-block .g-cta-block__text {
    font-size: 12px;
  }
}
.g-home-page .g-hero-section {
  background-image: url("../img/home/mv-bg_1.5x.png");
  background-size: 3014px;
  background-position: center 42%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-hero-section {
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 500px) {
  .g-home-page .g-hero-section {
    background-size: 1700px;
    background-position: 64% 2%;
  }
}
.g-home-page .g-hero-section .g-hero-content {
  width: 100%;
}
.g-home-page .g-hero-section .g-hero-content .g-hero-content-inner {
  width: 100%;
  max-width: 726px;
  min-height: 640px;
  height: calc(100vh - 80px);
  max-height: 900px;
  border-radius: 0 400px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 135px;
  box-shadow: 0px 2.48px 8.25px 0px rgba(0, 0, 0, 0.47);
  background-color: #E7EFEE;
  background-image: url("../img/home/mv-content-bg.png");
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-hero-section .g-hero-content .g-hero-content-inner {
    max-width: 500px;
    min-height: auto;
    height: auto;
    padding: 48px 16px 54px;
    border-radius: 0 0 200px 0;
  }
}
.g-home-page .g-hero-section .g-hero-content-meta {
  color: #3E3C41;
  width: 100%;
  max-width: 522px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-hero-section .g-hero-content-meta {
    max-width: 360px;
  }
}
.g-home-page .g-hero-section .g-hero-catchcopy {
  color: #4C716E;
  font-size: 46px;
  letter-spacing: 3.22px;
  line-height: 125%;
  font-family: "MFW-PShueiMinPr6N-M", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-hero-section .g-hero-catchcopy {
    font-size: 32px;
  }
}
.g-home-page .g-hero-section .g-hero-title {
  width: 100%;
  max-width: 306px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 32px;
  border-top: 0.5px solid #4c716e;
  border-bottom: 0.5px solid #4c716e;
  padding: 12px 0 20px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-hero-section .g-hero-title {
    max-width: 270px;
  }
}
.g-home-page .g-hero-section .g-hero-title .g-service-genre {
  font-size: 20px;
  font-family: "MFW-PShueiMinPr6N-M", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-hero-section .g-hero-title .g-service-genre {
    font-size: 16px;
  }
}
.g-home-page .g-hero-section .g-hero-title .g-service-text-image {
  width: 100%;
  height: auto;
}
.g-home-page .g-hero-section .g-hero-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 44px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-hero-section .g-hero-list {
    margin-top: 24px;
  }
}
.g-home-page .g-hero-section .g-hero-list .g-hero-list__item {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-hero-section .g-hero-list .g-hero-list__item {
    font-size: 15px;
  }
}
.g-home-page .g-hero-section .g-hero-list .g-hero-list__item::before {
  content: "";
  color: #4C716E;
  width: 18px;
  height: 18px;
  background-image: url("../img/common/icon/i-badge-check.svg");
  background-repeat: no-repeat;
}
.g-home-page .g-hero-section .g-hero-actions {
  display: flex;
  gap: 24px;
  margin-top: 44px;
  z-index: 150;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-hero-section .g-hero-actions {
    flex-direction: column;
    gap: 12px;
  }
}
.g-home-page .g-hero-section .g-hero-actions .g-custom-button {
  font-size: 19px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-hero-section .g-hero-actions .g-custom-button {
    font-size: 16px;
  }
}
.g-home-page .g-hero-section .g-hero-actions .g-document-download-button {
  color: #4C716E;
  border: 0;
}
.g-home-page .g-hero-section .g-hero-actions .g-document-download-button:hover {
  box-shadow: none;
}
.g-home-page .g-hero-section .g-hero-ribbon-image-wrapper {
  position: absolute;
  left: -20px;
  bottom: -206px;
  width: 2590px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-hero-section .g-hero-ribbon-image-wrapper {
    width: 1440px;
    bottom: -100px;
  }
}
.g-home-page .g-hero-section .g-hero-ribbon-image-wrapper .g-hero-ribbon-image {
  width: 100%;
  height: auto;
}
.g-home-page .g-section-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-section-title-wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
}
.g-home-page .g-section-title-wrapper .g-section-title {
  font-family: "MFW-PShueiMinPr6N-M", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 1.08px;
  line-height: 180%;
  border-top: 0.5px solid #4c716e;
  border-bottom: 0.5px solid #4c716e;
  padding: 16px 0;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-section-title-wrapper .g-section-title {
    font-size: 24px;
    padding: 8px 0;
  }
}
.g-home-page .g-section-title-wrapper .g-section-title-en-image {
  height: 86px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-section-title-wrapper .g-section-title-en-image {
    height: 44px;
  }
}
.g-home-page .g-feature-section {
  background-image: linear-gradient(to right, #E7EFEE, #FCF3ED);
  display: flex;
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-feature-section {
    padding-top: 60px;
  }
}
.g-home-page .g-feature-section .g-feature-section-container {
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-feature-section .g-feature-section-container {
    padding: 0 16px;
  }
}
.g-home-page .g-feature-section .g-content {
  margin-top: 54px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-feature-section .g-content {
    margin-top: 32px;
  }
}
.g-home-page .g-feature-section .g-separate-bar {
  width: 100%;
  max-width: 800px;
  height: 0.5px;
  background-color: #4C716E;
  margin: 66px auto;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-feature-section .g-separate-bar {
    width: 70%;
    margin: 40px auto;
  }
}
.g-home-page .g-feature-section .g-feature-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 64px 2%;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-feature-section .g-feature-list {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
}
.g-home-page .g-feature-section .g-feature-list .g-feature-list__item {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-feature-section .g-feature-list .g-feature-list__item {
    width: 100%;
    max-width: 660px;
    gap: 16px;
  }
}
.g-home-page .g-feature-section .g-feature-list .g-feature-list__item .g-feature-list__item-image-wrapper {
  width: 100%;
  height: auto;
}
.g-home-page .g-feature-section .g-feature-list .g-feature-list__item .g-feature-list__item-image {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.g-home-page .g-feature-section .g-feature-list .g-feature-list__item .g-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-feature-section .g-feature-list .g-feature-list__item .g-text-container {
    gap: 4px;
  }
}
.g-home-page .g-feature-section .g-feature-list .g-feature-list__item .g-text-container .g-text-container__title {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.54px;
}
.g-home-page .g-feature-section .g-feature-list .g-feature-list__item .g-text-container .g-text-container__description {
  font-size: 16px;
  line-height: 170%;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-feature-section .g-feature-list .g-feature-list__item .g-text-container .g-text-container__description {
    font-size: 13px;
  }
}
.g-home-page .g-feature-section .g-feature-list .g-feature-list__item .g-badge-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.g-home-page .g-feature-section .g-feature-list .g-feature-list__item .g-badge-list .g-badge-list__item {
  display: inline-block;
  font-size: 14px;
  color: #4C716E;
  background-color: #fff;
  padding: 2px 6px;
  border-radius: 8px 0 8px 0;
}
.g-home-page .g-feature-section .g-feature-list .g-feature-list__item .g-badge-list .g-badge-list__item.g-is-gray {
  color: #3E3C41;
  background-color: #E4E3E5;
}
.g-home-page .g-feature-section .g-content-title {
  font-family: "MFW-PShueiMinPr6N-M", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 1.96px;
  line-height: 180%;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-feature-section .g-content-title {
    font-size: 22px;
    line-height: 140%;
  }
}
.g-home-page .g-feature-section .g-content-title .g-small-text {
  font-size: 16px;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-feature-section .g-content-title .g-small-text {
    font-size: 14px;
    vertical-align: top;
  }
}
.g-home-page .g-feature-section .g-button-wrapper {
  display: flex;
  justify-content: center;
}
.g-home-page .g-feature-section .g-button-wrapper .g-custom-button {
  font-size: 19px;
  padding: 12px 56px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-feature-section .g-button-wrapper .g-custom-button {
    font-size: 16px;
  }
}
.g-home-page .g-feature-section .g-button-wrapper .g-custom-button .g-is-white {
  color: #4C716E;
}
.g-home-page .g-feature-section .g-reselect-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-feature-section .g-reselect-content {
    gap: 32px;
  }
}
.g-home-page .g-feature-section .g-diverse-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.g-home-page .g-feature-section .g-effort-reduction-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.g-home-page .g-lineup-section {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 72px;
  /* freeMode を使う場合はこれも上書き（デフォは ease-out） */
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-lineup-section {
    padding-top: 64px;
  }
}
.g-home-page .g-lineup-section .g-lineup-section-meta-container {
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-lineup-section .g-lineup-section-meta-container {
    padding: 0 16px;
  }
}
.g-home-page .g-lineup-section .g-lineup-description {
  margin-top: 54px;
  font-size: 28px;
  line-height: 180%;
  letter-spacing: 1.96px;
  text-align: center;
  font-family: "MFW-PShueiMinPr6N-M", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-lineup-section .g-lineup-description {
    font-size: 21px;
  }
}
.g-home-page .g-lineup-section .g-lineup-slider-container {
  margin-top: 72px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-lineup-section .g-lineup-slider-container {
    margin-top: 64px;
  }
}
.g-home-page .g-lineup-section .g-lineup-slider {
  pointer-events: none;
}
.g-home-page .g-lineup-section .g-lineup-slider .g-lineup-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g-home-page .g-lineup-section .g-lineup-slider .g-lineup-item .g-lineup-item__title {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-lineup-section .g-lineup-slider .g-lineup-item .g-lineup-item__title {
    font-size: 14px;
  }
}
.g-home-page .g-lineup-section .g-lineup-slider .g-lineup-item .g-lineup-item__description {
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-lineup-section .g-lineup-slider .g-lineup-item .g-lineup-item__description {
    font-size: 12px;
    margin-top: 0;
  }
}
.g-home-page .g-lineup-section .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media screen and (max-width: 639px) {
  .g-home-page .g-lineup-section .swiper {
    height: 140vw;
  }
}
@media screen and (max-width: 490px) {
  .g-home-page .g-lineup-section .swiper {
    height: 150vw;
  }
}
@media screen and (max-width: 440px) {
  .g-home-page .g-lineup-section .swiper {
    height: 160vw;
  }
}
@media screen and (max-width: 370px) {
  .g-home-page .g-lineup-section .swiper {
    height: 170vw;
  }
}
.g-home-page .g-custom-card-section {
  padding: 78px 0 96px;
  background-image: linear-gradient(to right, #E7EFEE, #FCF3ED);
  /* freeMode を使う場合はこれも上書き（デフォは ease-out） */
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-custom-card-section {
    padding: 64px 0;
  }
}
.g-home-page .g-custom-card-section .g-custom-card-section-title-area {
  width: 100%;
  max-width: 1264px;
  padding: 0 40px;
  margin: 0 auto;
}
.g-home-page .g-custom-card-section .g-custom-card-content-area {
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-custom-card-section .g-custom-card-content-area {
    margin-top: 48px;
  }
}
.g-home-page .g-custom-card-section .g-custom-card-content-area .g-text-dialog-wrapper {
  width: 100%;
  max-width: 732px;
  padding: 0 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 真ん中に移動 */
  z-index: 150;
}
.g-home-page .g-custom-card-section .g-custom-card-content-area .g-text-dialog-wrapper .g-text-dialog {
  text-align: center;
  background-color: #fff;
  padding: 72px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  filter: drop-shadow(0px 5px 10px rgba(55, 82, 80, 0.2509803922)) drop-shadow(0px 10px 45px rgba(76, 113, 110, 0.3019607843));
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-custom-card-section .g-custom-card-content-area .g-text-dialog-wrapper .g-text-dialog {
    padding: 24px 16px;
  }
}
.g-home-page .g-custom-card-section .g-custom-card-content-area .g-text-dialog-wrapper .g-text-dialog .g-text-dialog__title {
  font-family: "MFW-PShueiMinPr6N-M", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 180%;
  letter-spacing: 1.96px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-custom-card-section .g-custom-card-content-area .g-text-dialog-wrapper .g-text-dialog .g-text-dialog__title {
    font-size: 21px;
  }
}
.g-home-page .g-custom-card-section .g-custom-card-content-area .g-text-dialog-wrapper .g-text-dialog .g-text-dialog__description {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-custom-card-section .g-custom-card-content-area .g-text-dialog-wrapper .g-text-dialog .g-text-dialog__description {
    font-size: 13px;
    margin-top: 16px;
  }
}
.g-home-page .g-custom-card-section .g-custom-card-content-area .g-text-dialog-wrapper .g-text-dialog .g-button-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-custom-card-section .g-custom-card-content-area .g-text-dialog-wrapper .g-text-dialog .g-button-wrapper {
    margin-top: 24px;
  }
}
.g-home-page .g-custom-card-section .g-custom-card-content-area .g-text-dialog-wrapper .g-text-dialog .g-button-wrapper .g-custom-button {
  font-size: 19px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-custom-card-section .g-custom-card-content-area .g-text-dialog-wrapper .g-text-dialog .g-button-wrapper .g-custom-button {
    font-size: 13px;
  }
}
.g-home-page .g-custom-card-section .g-card-slider-list {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}
.g-home-page .g-custom-card-section .g-custom-card-slider {
  pointer-events: none;
  filter: drop-shadow(5.41px 5.41px 33.78px rgba(0, 0, 0, 0.1490196078));
}
.g-home-page .g-custom-card-section .g-custom-card-slider .g-custom-card-item {
  pointer-events: none;
}
.g-home-page .g-custom-card-section .g-custom-card-slider .g-custom-card-item .g-custom-card-item__image {
  height: 245px;
  height: 18vw;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 599px) {
  .g-home-page .g-custom-card-section .g-custom-card-slider .g-custom-card-item .g-custom-card-item__image {
    height: 44vw;
  }
}
.g-home-page .g-custom-card-section .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}
.g-home-page .g-case-section {
  background: #ffffff;
  padding: 72px 0;
  /* freeMode を使う場合はこれも上書き（デフォは ease-out） */
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-case-section {
    padding: 64px 0;
  }
}
.g-home-page .g-case-section .g-case-section-title-area {
  width: 100%;
  max-width: 1264px;
  padding: 0 40px;
  margin: 0 auto;
}
.g-home-page .g-case-section .g-case-slider-area {
  margin-top: 80px;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-case-section .g-case-slider-area {
    margin-top: 32px;
  }
}
.g-home-page .g-case-section .g-case-slider {
  pointer-events: none;
  width: 110vw;
  position: relative;
}
.g-home-page .g-case-section .g-case-slider.g-is-case-slider-2 {
  left: -10vw;
  margin-top: 24px;
}
.g-home-page .g-case-section .g-case-slider .g-case-item {
  pointer-events: none;
}
.g-home-page .g-case-section .g-case-slider .g-case-item .g-case-item__image {
  height: 64px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-case-section .g-case-slider .g-case-item .g-case-item__image {
    height: 40px;
  }
}
.g-home-page .g-case-section .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}
.g-home-page .g-case-section .g-case-contents-area {
  width: 100%;
}
.g-home-page .g-case-section .g-case-contents {
  margin-top: 72px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-case-section .g-case-contents {
    margin-top: 32px;
  }
}
.g-home-page .g-case-section .g-case-contents .g-case-contents__title {
  font-size: 28px;
  padding: 0 40px;
  font-family: "MFW-PShueiMinPr6N-M", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  font-weight: 500;
  letter-spacing: 1.96px;
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-case-section .g-case-contents .g-case-contents__title {
    font-size: 21px;
    padding: 0 16px;
  }
}
.g-home-page .g-case-section .g-case-list-wrapper {
  overflow-x: scroll;
  margin-top: 32px;
  padding-left: calc(50% - 632px);
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
.g-home-page .g-case-section .g-case-list-wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-case-section .g-case-list-wrapper {
    margin-top: 16px;
  }
}
.g-home-page .g-case-section .g-case-list {
  display: flex;
}
.g-home-page .g-case-section .g-case-list.g-is-internal-case-list {
  width: calc(40px + 376px * var(--internal-case-count, 0));
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-case-section .g-case-list.g-is-internal-case-list {
    width: calc(16px + 256px * var(--internal-case-count, 0));
    padding-left: 16px;
  }
}
.g-home-page .g-case-section .g-case-list.g-is-external-case-list {
  width: calc(40px + 376px * var(--external-case-count, 0));
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-case-section .g-case-list.g-is-external-case-list {
    width: calc(16px + 256px * var(--external-case-count, 0));
    padding-left: 16px;
  }
}
.g-home-page .g-case-section .g-case-list .g-case-list__item {
  width: 376px;
  padding-right: 36px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-case-section .g-case-list .g-case-list__item {
    width: 276px;
    padding-right: 16px;
  }
}
.g-home-page .g-case-section .g-case-list .g-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.g-home-page .g-case-section .g-case-list .g-categories .g-category {
  display: inline-block;
  font-size: 13px;
  color: #4C716E;
  background-color: #E7EFEE;
  padding: 2px 6px;
  border-radius: 8px 0 8px 0;
  line-height: 170%;
}
.g-home-page .g-case-section .g-case-list .g-case-link .g-case-link__title {
  font-size: 18px;
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 170%;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-case-section .g-case-list .g-case-link .g-case-link__title {
    font-size: 14px;
  }
}
.g-home-page .g-case-section .g-case-list .g-case-link .g-thumbnail {
  border-radius: 0 14px;
}
.g-home-page .g-case-section .g-case-list .g-company-name {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-case-section .g-case-list .g-company-name {
    font-size: 12px;
  }
}
.g-home-page .g-case-section .g-custom-button-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-case-section .g-custom-button-wrapper {
    padding: 0 16px;
  }
}
.g-home-page .g-case-section .g-custom-button-wrapper .g-custom-button {
  color: #4C716E;
  font-size: 19px;
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-case-section .g-custom-button-wrapper .g-custom-button {
    font-size: 16px;
  }
}
.g-home-page .g-case-section .g-custom-button-wrapper .g-custom-button:hover {
  box-shadow: none;
}
.g-home-page .g-pricing-section {
  padding: 72px 0;
  background: linear-gradient(140.25deg, #FCF3ED 0%, #E7EFEE 100%);
}
.g-home-page .g-pricing-section .g-pricing-section-container {
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-pricing-section .g-pricing-section-container {
    padding: 0 16px;
  }
}
.g-home-page .g-pricing-section .g-pricing-description {
  font-size: 28px;
  font-family: "MFW-PShueiMinPr6N-M", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  margin-top: 96px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-pricing-section .g-pricing-description {
    font-size: 21px;
    margin-top: 32px;
  }
}
.g-home-page .g-pricing-section .g-explanation-content {
  background: #fff;
  padding: 54px 48px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-pricing-section .g-explanation-content {
    flex-direction: column;
    padding: 24px 16px;
    margin-top: 32px;
  }
}
.g-home-page .g-pricing-section .g-explanation-content .g-explanation-image-wrapper {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-pricing-section .g-explanation-content .g-explanation-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.g-home-page .g-pricing-section .g-explanation-content .g-explanation-image-wrapper .g-explanation-image {
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-pricing-section .g-explanation-content .g-explanation-image-wrapper .g-explanation-image {
    width: 100%;
    max-width: 480px;
  }
}
.g-home-page .g-pricing-section .g-explanation-content .g-explanation-list {
  width: 46%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-pricing-section .g-explanation-content .g-explanation-list {
    width: 100%;
    margin-top: 24px;
    gap: 8px;
  }
}
.g-home-page .g-pricing-section .g-explanation-content .g-explanation-list .g-explanation-list__catch {
  font-family: "MFW-PShueiMinPr6N-M", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 180%;
}
.g-home-page .g-pricing-section .g-explanation-content .g-explanation-list .g-explanation-list__text {
  font-size: 16px;
  line-height: 200%;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-pricing-section .g-explanation-content .g-explanation-list .g-explanation-list__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-pricing-section .g-explanation-text {
    font-size: 13px;
  }
}
.g-home-page .g-pricing-section .g-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.g-home-page .g-pricing-section .g-button-wrapper .g-custom-button {
  font-size: 19px;
  padding: 12px 56px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-pricing-section .g-button-wrapper .g-custom-button {
    font-size: 16px;
  }
}
.g-home-page .g-experience-section {
  background: #fff;
  padding: 72px 0;
}
.g-home-page .g-experience-section .g-experience-section-container {
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-experience-section .g-experience-section-container {
    padding: 0 8px;
  }
}
.g-home-page .g-experience-section .g-explanation-content-out-wrapper {
  border-radius: 0 20px 0 20px;
  padding: 6px;
  background: #FCF3ED;
}
.g-home-page .g-experience-section .g-explanation-content-out-wrapper .g-explanation-content-wrapper {
  border-radius: 0 15px 0 15px;
  border: 1px solid #F8D3D3;
  padding: 6px;
  background: #FCF3ED;
}
.g-home-page .g-experience-section .g-explanation-content-out-wrapper .g-explanation-content-wrapper .g-explanation-content {
  border-radius: 0 11px 0 11px;
  border: 1px solid #F8D3D3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 100px 24px 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-experience-section .g-explanation-content-out-wrapper .g-explanation-content-wrapper .g-explanation-content {
    padding-top: 70px;
  }
}
.g-home-page .g-experience-section .g-explanation-content-out-wrapper .g-explanation-content-wrapper .g-explanation-content .g-explanation-content__title {
  font-family: "MFW-PShueiMinPr6N-M", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 200%;
  text-align: center;
  font-size: #375250;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-experience-section .g-explanation-content-out-wrapper .g-explanation-content-wrapper .g-explanation-content .g-explanation-content__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    line-height: 150%;
  }
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-experience-section .g-explanation-content-out-wrapper .g-explanation-content-wrapper .g-explanation-content .g-explanation-content__title .g-equal {
    transform: rotate(90deg);
  }
}
.g-home-page .g-experience-section .g-explanation-content-out-wrapper .g-explanation-content-wrapper .g-explanation-content .g-explanation-content__desc {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-experience-section .g-explanation-content-out-wrapper .g-explanation-content-wrapper .g-explanation-content .g-explanation-content__desc {
    font-size: 13px;
  }
}
.g-home-page .g-experience-section .g-explanation-content-out-wrapper .g-explanation-content-wrapper .g-explanation-content .g-bird-image {
  width: 133px;
  height: auto;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-experience-section .g-explanation-content-out-wrapper .g-explanation-content-wrapper .g-explanation-content .g-bird-image {
    width: 62px;
  }
}
.g-home-page .g-experience-section .g-explanation-content-out-wrapper .g-explanation-content-wrapper .g-explanation-content .g-bird-image.g-is-green {
  left: 14px;
  top: 14px;
}
.g-home-page .g-experience-section .g-explanation-content-out-wrapper .g-explanation-content-wrapper .g-explanation-content .g-bird-image.g-is-orange {
  right: 14px;
  bottom: 14px;
}
.g-home-page .g-experience-section .g-cta-section-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-experience-section .g-cta-section-wrapper {
    margin-top: 42px;
  }
  .g-home-page .g-experience-section .g-cta-section-wrapper .g-cta-block {
    background: linear-gradient(63.1deg, #FCF3ED -71.14%, #E7EFEE 133.52%);
  }
  .g-home-page .g-experience-section .g-cta-section-wrapper .g-cta-block::nth-of-type(3) {
    background-image: linear-gradient(119.04deg, #FCF3ED -55.77%, #E7EFEE 168.25%);
  }
}
.g-home-page .g-faq-section {
  background: #375250;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-faq-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.g-home-page .g-faq-section .g-section-title-wrapper .g-section-title {
  border-color: #fff;
}
.g-home-page .g-faq-section .g-faq-section-container {
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-faq-section .g-faq-section-container {
    padding: 0 16px;
  }
}
.g-home-page .g-faq-section .g-faq-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-faq-section .g-faq-content {
    margin-top: 32px;
  }
}
.g-home-page .g-faq-section .g-faq-list-container {
  width: 100%;
}
.g-home-page .g-faq-section .g-faq-list {
  width: 100%;
  max-width: 774px;
  border-top: 0.5px solid #fff;
}
.g-home-page .g-faq-section .g-faq-list .g-faq-list__item {
  border-bottom: 0.5px solid #fff;
  word-break: break-all;
}
.g-home-page .g-faq-section .g-faq-list .g-faq-list__item .g-faq-character-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4C716E;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-faq-section .g-faq-list .g-faq-list__item .g-faq-character-wrapper {
    width: 32px;
    height: 32px;
  }
}
.g-home-page .g-faq-section .g-faq-list .g-faq-list__item .g-faq-character-wrapper .g-faq-character {
  width: 16.6px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-faq-section .g-faq-list .g-faq-list__item .g-faq-character-wrapper .g-faq-character {
    width: 10.5px;
  }
}
.g-home-page .g-faq-section .g-faq-list .g-faq-list__item .g-faq-list__item-q {
  font-family: "MFW-PShueiMinPr6N-M", "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-faq-section .g-faq-list .g-faq-list__item .g-faq-list__item-q {
    font-size: 14px;
    padding: 22px 4px;
    gap: 14px;
  }
}
.g-home-page .g-faq-section .g-faq-list .g-faq-list__item .g-faq-list__item-a .g-faq-character-wrapper {
  background-color: #375250;
}
.g-home-page .g-faq-section .g-faq-list .g-faq-list__item .g-faq-list__item-a .g-faq-list__item-text {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-faq-section .g-faq-list .g-faq-list__item .g-faq-list__item-a .g-faq-list__item-text {
    margin-top: 0;
  }
}
.g-home-page .g-faq-section .g-faq-list .g-accordion .g-accordion__trigger {
  position: relative;
  cursor: pointer;
}
.g-home-page .g-faq-section .g-faq-list .g-accordion .g-accordion__trigger::after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/biz-giftful/img/common/icon/i-plus.svg");
  background-position: center;
  margin-left: auto;
}
.g-home-page .g-faq-section .g-faq-list .g-accordion .g-accordion__body {
  display: grid;
  padding: 0 20px;
  grid-template-rows: 0fr;
  background-color: #4C716E;
  transition: grid-template-rows 0.5s, padding 0.5s;
  transition: grid-template-rows 0.5s, padding 0.5s, -ms-grid-rows 0.5s;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-faq-section .g-faq-list .g-accordion .g-accordion__body {
    padding: 0 4px;
  }
}
.g-home-page .g-faq-section .g-faq-list .g-accordion .g-accordion__body .g-accordion__body-inner {
  overflow: hidden;
  display: flex;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 2px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-faq-section .g-faq-list .g-accordion .g-accordion__body .g-accordion__body-inner {
    font-size: 13px;
    gap: 16px;
  }
}
.g-home-page .g-faq-section .g-faq-list .g-accordion.g-is-opened .g-accordion__trigger::after {
  background-image: url("/wp-content/themes/biz-giftful/img/common/icon/i-minus.svg");
}
.g-home-page .g-faq-section .g-faq-list .g-accordion.g-is-opened .g-accordion__body {
  grid-template-rows: 1fr;
  padding: 30px 20px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-faq-section .g-faq-list .g-accordion.g-is-opened .g-accordion__body {
    padding: 22px 4px;
  }
}
@keyframes floating {
  0%, 100% {
    transform: translateX(40px) translateY(0);
  }
  50% {
    transform: translateX(40px) translateY(-10px);
  }
}
.g-home-page .g-faq-section .g-gift-image-container {
  margin-top: 100px;
  flex-shrink: 0;
}
.g-home-page .g-faq-section .g-gift-image-container .g-gift-image {
  transform: translateX(40px);
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.g-home-page .g-faq-section .g-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.g-home-page .g-faq-section .g-button-wrapper .g-custom-button {
  padding: 18px 40px;
}
@media screen and (max-width: 1024px) {
  .g-home-page .g-faq-section .g-button-wrapper .g-custom-button {
    font-size: 16px;
  }
}

.g-archive-cases-page {
  padding-top: 24px;
}
.g-archive-cases-page .g-archive-cases-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
.g-archive-cases-page .g-category-list {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: bold;
}
.g-archive-cases-page .g-category-link:hover {
  box-shadow: none;
}
.g-archive-cases-page .g-case-list {
  display: flex;
  gap: 48px 2%;
  flex-wrap: wrap;
}
.g-archive-cases-page .g-case-list .g-case-list__item {
  width: 32%;
}
.g-archive-cases-page .g-case-link .g-case-link__title {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 170%;
}
.g-archive-cases-page .g-case-link .g-thumbnail {
  border: 1px solid #ebebeb;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.g-archive-cases-page .g-case-link .g-case-meta {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}
.g-archive-cases-page .g-case-link .g-case-meta .g-case-link__date {
  font-size: 11px;
}
.g-archive-cases-page .g-case-link .g-case-meta .g-single-categories {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: auto;
}
.g-archive-cases-page .g-case-link .g-case-meta .g-single-categories .g-category {
  font-weight: bold;
}
.g-archive-cases-page .g-case-link .g-case-meta .g-single-categories .g-category:hover {
  box-shadow: none;
}
.g-archive-cases-page .g-case-link .g-company-name {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.48px;
}
.g-archive-cases-page .g-cta-section-wrapper {
  margin-top: 160px;
}

@media screen and (max-width: 1024px) {
  .g-archive-cases-page {
    padding-top: 0;
  }
  .g-archive-cases-page .g-archive-cases-container {
    padding: 24px;
  }
  .g-archive-cases-page .g-case-list {
    display: block;
  }
  .g-archive-cases-page .g-case-list .g-case-list__item {
    width: 100%;
    padding-bottom: 34px;
    margin-bottom: 0;
  }
  .g-archive-cases-page .g-case-link .g-case-link__title {
    font-size: 14px;
  }
  .g-archive-cases-page .g-case-link .g-case-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .g-archive-cases-page .g-case-link .g-case-meta .g-single-categories {
    justify-content: flex-start;
    margin-left: 0;
  }
  .g-archive-cases-page .g-cta-section-wrapper {
    margin-top: 48px;
  }
}
.g-single-cases-page {
  padding-top: 24px;
}
.g-single-cases-page .g-single-cases-container {
  max-width: 1440px;
  margin: 0 auto;
}
.g-single-cases-page .g-single-cases-container .g-breadcrumbs-wrapper {
  padding: 0 40px;
}
.g-single-cases-page .g-single-cases-container .g-page-title-wrapper {
  padding: 0 40px;
}
.g-single-cases-page .g-single-cases-container .g-single-meta-wrapper {
  padding: 0 40px;
}
.g-single-cases-page .g-single-cases-container .g-thumbnail-wrapper {
  padding: 0 40px;
}
.g-single-cases-page .g-single-cases-container .g-content-wrapper {
  padding: 0 40px;
}
.g-single-cases-page .g-single-cases-container .g-sns-list-wrapper {
  padding: 0 40px;
}
.g-single-cases-page .g-single-cases-container .g-cta-section-wrapper {
  padding: 0 40px;
}
.g-single-cases-page .g-single-cases-container .g-case-list-section-wrapper {
  padding: 0 40px;
}
.g-single-cases-page .g-category-list {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: bold;
}
.g-single-cases-page .g-use-case-section-title {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 27px;
}
.g-single-cases-page .g-use-case-section .g-category-link:hover {
  box-shadow: none;
}
.g-single-cases-page .g-cases-article {
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
}
.g-single-cases-page .g-cases-article .g-single-meta {
  display: flex;
}
.g-single-cases-page .g-cases-article .g-single-meta .g-single-date {
  flex-shrink: 0;
}
.g-single-cases-page .g-cases-article .g-single-categories {
  width: 100%;
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: bold;
}
.g-single-cases-page .g-cases-article .g-category-link {
  font-size: 11px;
}
.g-single-cases-page .g-cases-article .g-category-link:hover {
  box-shadow: none;
}
.g-single-cases-page .g-cases-article .g-thumbnail {
  vertical-align: bottom;
  margin-bottom: 24px;
}
.g-single-cases-page .g-cases-article .g-content-wrapper {
  line-height: 170%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.g-single-cases-page .g-cases-article .g-content-wrapper p {
  margin-top: 32px;
  letter-spacing: 1.6px;
}
.g-single-cases-page .g-cases-article .g-content-wrapper .wp-block-heading {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 140%;
  margin: 0 auto;
  width: 100%;
  margin-top: 32px;
}
.g-single-cases-page .g-cases-article .g-content-wrapper h1 {
  font-size: 34px;
}
.g-single-cases-page .g-cases-article .g-content-wrapper h2 {
  font-size: 27px;
}
.g-single-cases-page .g-cases-article .g-content-wrapper h3 {
  font-size: 22px;
}
.g-single-cases-page .g-cases-article .g-content-wrapper h4 {
  font-size: 18px;
}
.g-single-cases-page .g-cases-article .g-content-wrapper ul {
  padding-left: 1em;
  margin-top: 32px;
}
.g-single-cases-page .g-cases-article .g-content-wrapper ul li {
  list-style: disc;
}
.g-single-cases-page .g-cases-article .g-content-wrapper ol {
  padding-left: 1em;
  margin-top: 32px;
}
.g-single-cases-page .g-cases-article .g-content-wrapper ol li {
  list-style: decimal;
}
.g-single-cases-page .g-cases-article .g-content-wrapper .wp-block-quote {
  font-style: normal;
  position: relative;
  background-color: #f1f0f2;
  padding: 24px 40px;
  width: 100%;
  color: #3e3c41;
  display: inline-block;
  line-break: anywhere;
  font-weight: 500;
  letter-spacing: 0.8px;
  -webkit-font-smoothing: antialiased;
  margin: 32px 0 0;
}
.g-single-cases-page .g-cases-article .g-content-wrapper .wp-block-quote:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  left: 24px;
  top: 50%;
  height: 80%;
  border-left: 1px solid #cac9cd;
}
.g-single-cases-page .g-cases-article .g-content-wrapper .wp-block-quote cite {
  font-style: normal;
}
.g-single-cases-page .g-cases-article .g-content-wrapper a {
  text-decoration: underline;
}
.g-single-cases-page .g-cases-article .g-content-wrapper .wp-block-button__link {
  text-decoration: none;
}
.g-single-cases-page .g-cases-article .g-content-wrapper pre {
  margin-top: 32px;
}
.g-single-cases-page .g-cases-article .g-content-wrapper pre code {
  background-color: #F1F0F2;
  padding: 24px;
}
.g-single-cases-page .g-cases-article .g-content-wrapper figure {
  text-align: center;
  margin-top: 32px;
}
.g-single-cases-page .g-cases-article .g-content-wrapper .wp-block-table {
  margin-top: 32px;
}
.g-single-cases-page .g-cases-article .g-content-wrapper .wp-block-table thead {
  border-bottom: 0;
}
.g-single-cases-page .g-cases-article .g-content-wrapper .wp-block-table th {
  border: 0;
  background: #F1F0F2;
}
.g-single-cases-page .g-cases-article .g-content-wrapper .wp-block-table td {
  border: 0;
  border-bottom: 1px solid #cac9cd;
}
.g-single-cases-page .g-cases-article .g-content-wrapper .g-overview {
  font-size: 14px;
}
.g-single-cases-page .g-case-list {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  margin-top: 32px;
}
.g-single-cases-page .g-case-list .g-case-list__item {
  width: 32%;
}
.g-single-cases-page .g-sns-list {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 72px;
}
.g-single-cases-page .g-sns-list .g-share-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-single-cases-page .g-sns-list .g-x-icon {
  width: 35px;
  display: block;
}
.g-single-cases-page .g-case-list-section .g-case-list-section-title {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 27px;
  line-height: 140%;
}
.g-single-cases-page .g-case-list-section .g-button-wrapper {
  text-align: center;
  margin-top: 32px;
}
.g-single-cases-page .g-case-list {
  display: flex;
  gap: 48px 2%;
  flex-wrap: wrap;
}
.g-single-cases-page .g-case-list .g-case-list__item {
  width: 32%;
}
.g-single-cases-page .g-case-list .g-case-link .g-case-link__title {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 170%;
}
.g-single-cases-page .g-case-list .g-case-link .g-thumbnail {
  border: 1px solid #ebebeb;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.g-single-cases-page .g-case-list .g-case-link .g-case-meta {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}
.g-single-cases-page .g-case-list .g-case-link .g-case-meta .g-case-link__date {
  font-size: 11px;
}
.g-single-cases-page .g-case-list .g-case-link .g-case-meta .g-single-categories {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: auto;
}
.g-single-cases-page .g-case-list .g-case-link .g-case-meta .g-single-categories .g-category {
  font-weight: bold;
}
.g-single-cases-page .g-case-list .g-case-link .g-case-meta .g-single-categories .g-category:hover {
  box-shadow: none;
}
.g-single-cases-page .g-case-list .g-case-link .g-company-name {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.48px;
}
.g-single-cases-page .g-archive-link-button {
  color: #252326;
  border: 1px solid #252326;
}

@media screen and (max-width: 1024px) {
  .g-single-cases-page .g-single-cases-container .g-breadcrumbs-wrapper {
    padding: 0 24px;
  }
  .g-single-cases-page .g-single-cases-container .g-page-title-wrapper {
    padding: 0 24px;
  }
  .g-single-cases-page .g-single-cases-container .g-single-meta-wrapper {
    padding: 0 24px;
  }
  .g-single-cases-page .g-single-cases-container .g-thumbnail-wrapper {
    padding: 0 0;
  }
  .g-single-cases-page .g-single-cases-container .g-content-wrapper {
    padding: 0 24px;
  }
  .g-single-cases-page .g-single-cases-container .g-sns-list-wrapper {
    padding: 0 24px;
  }
  .g-single-cases-page .g-single-cases-container .g-cta-section-wrapper {
    padding: 0 24px;
  }
  .g-single-cases-page .g-single-cases-container .g-case-list-section-wrapper {
    padding: 0 24px;
  }
  .g-single-cases-page .g-cases-article .g-single-date {
    font-size: 12px;
  }
  .g-single-cases-page .g-content-wrapper {
    line-height: 170%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }
  .g-single-cases-page .g-content-wrapper h1 {
    font-size: 27px;
  }
  .g-single-cases-page .g-content-wrapper h2 {
    font-size: 22px;
  }
  .g-single-cases-page .g-content-wrapper h3 {
    font-size: 20px;
  }
  .g-single-cases-page .g-content-wrapper h4 {
    font-size: 18px;
  }
  .g-single-cases-page .g-case-list {
    display: block;
  }
  .g-single-cases-page .g-case-list .g-case-list__item {
    width: 100%;
    padding-bottom: 34px;
    margin-bottom: 0;
  }
  .g-single-cases-page .g-case-list .g-case-link .g-case-link__title {
    font-size: 14px;
  }
  .g-single-cases-page .g-case-list .g-case-link .g-case-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .g-single-cases-page .g-case-list .g-case-link .g-case-meta .g-categories {
    justify-content: flex-start;
    margin-left: 0;
  }
}
.g-contact-page {
  padding-top: 24px;
}
.g-contact-page .g-contact-page-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .g-contact-page .g-contact-page-container {
    padding: 0 16px;
  }
}
.g-contact-page .g-page-title {
  text-align: center;
}
.g-contact-page .g-contact-content {
  max-width: 490px;
  margin: 0 auto;
}
.g-contact-page .g-contact-content .g-page-description {
  font-size: 14px;
}
.g-contact-page .g-contact-form-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.g-contact-page .g-contact-form-button-wrapper .g-contact-form-button {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.g-contact-page .g-form-input {
  width: 100%;
  background-color: #F1F0F2;
  border-radius: 4px;
  padding: 12px 16px;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  .g-contact-page .g-form-input {
    font-size: 16px;
  }
}
.g-contact-page .g-form-select {
  width: 100%;
  max-width: 240px;
  color: #252326;
  background-color: #F1F0F2;
  border-radius: 4px;
  padding: 12px 16px;
  vertical-align: bottom;
}
.g-contact-page .g-form-textarea {
  width: 100%;
  background-color: #F1F0F2;
  border-radius: 4px;
  padding: 12px 16px;
  min-height: 120px;
  resize: vertical;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  .g-contact-page .g-form-textarea {
    font-size: 16px;
  }
}
.g-contact-page .g-row-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.g-contact-page .g-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.g-contact-page .g-row .g-row__title {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 11px;
}
.g-contact-page .g-row .g-row__title .g-required-badge {
  color: #C71F1F;
}
.g-contact-page .g-error-message-area {
  font-size: 11px;
  color: #C71F1F;
}

.g-contact-complete-page {
  padding-top: 24px;
}
.g-contact-complete-page .g-contact-complete-page-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .g-contact-complete-page .g-contact-complete-page-container {
    padding: 0 16px;
  }
}
.g-contact-complete-page .g-page-title {
  text-align: center;
}
.g-contact-complete-page .g-contact-complete-content {
  text-align: center;
  max-width: 490px;
  margin: 0 auto;
}
.g-contact-complete-page .g-contact-complete-content .g-page-description {
  font-size: 14px;
}
.g-contact-complete-page .g-back-to-top-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.g-contact-complete-page .g-back-to-top-button-wrapper .g-back-to-top-button {
  font-family: "MFW-PShueiGoGinStd-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #252326;
  background-color: #fff;
  border: 1px solid #252326;
}
.g-contact-complete-page .g-cta-section-wrapper {
  margin-top: 94px;
}

.g-term-page {
  padding-top: 24px;
}
.g-term-page .g-term-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .g-term-page .g-term-container {
    padding: 0 16px;
  }
}
.g-term-page .g-term-article {
  width: 100%;
  margin: 0 auto;
}
.g-term-page .g-page-title {
  text-align: center;
}
/*# sourceMappingURL=main.css.map */