@charset "UTF-8";
/*!
Theme Name:デアルナ
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:dealuna.jp
Tested up to: 6.5.3
Requires PHP: 7.4.33
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  font-size: 0.8em;
  line-height: 1.2;
  margin: 0.8075em 0;
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sticky {
  display: block;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.gallery-item {
  padding: 2px;
}

/* clearfix */
.entry-content {
  overflow: hidden;
  zoom: 1;
}

.entry-content:after {
  content: "";
  display: block;
  clear: both;
}

/* auto-format */
.auto-format section {
  padding: 0;
}
.auto-format h1,
.auto-format h2,
.auto-format h3,
.auto-format h4,
.auto-format h5,
.auto-format h6 {
  margin: 2em 0 1em;
  line-height: 1.4;
  font-weight: bold;
}
.auto-format h1 {
  font-size: 30px;
}
.auto-format h2 {
  font-size: 24px;
}
.auto-format h3 {
  font-size: 20px;
}
.auto-format h4 {
  font-size: 18px;
}
.auto-format h5 {
  font-size: 16px;
}
.auto-format h6 {
  font-size: 16px;
}
@media only screen and (max-width: 834px) {
  .auto-format h1 {
    font-size: 24px;
  }
  .auto-format h2 {
    font-size: 20px;
  }
  .auto-format h3 {
    font-size: 18px;
  }
  .auto-format h4 {
    font-size: 16px;
  }
  .auto-format h5 {
    font-size: 16px;
  }
  .auto-format h6 {
    font-size: 16px;
  }
}
.auto-format p {
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.auto-format em {
  font-style: italic;
}
.auto-format blockquote {
  margin: 1.5em 0;
  border-left: 5px solid #ddd;
  padding: 1em 0 1em 10px;
  color: #777;
}
.auto-format ul,
.auto-format ol {
  margin-bottom: 1.5em;
}
.auto-format ul > li {
  list-style: disc;
}
.auto-format ol > li {
  list-style: decimal;
}
.auto-format li {
  margin-left: 1.5em;
}
.auto-format li > ol,
.auto-format li > ul {
  margin-top: 1.5em;
}
.auto-format embed,
.auto-format iframe,
.auto-format object {
  max-width: 100%;
}

/*
 * Bootstrap v5.0.0-custom
 */
:root {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

/* -------------------------
scss
--------------------------*/
.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

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

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

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

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

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

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

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

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

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

.ls-sm {
  letter-spacing: -0.1em !important;
}

.ls-base {
  letter-spacing: 0 !important;
}

.ls-lg {
  letter-spacing: 0.1em !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;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.row.flex-nowrap > * {
  flex-shrink: 1;
  width: auto;
  max-width: auto;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0rem;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0rem;
}

.g-0_5,
.gx-0_5 {
  --bs-gutter-x: 0.5rem;
}

.g-0_5,
.gy-0_5 {
  --bs-gutter-y: 0.5rem;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 1rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 2rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 2rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 3rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 3rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 4rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 4rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 5rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 6rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 8rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 8rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 12rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 12rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 15rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 15rem;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

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

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

.float-none {
  float: none !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;
}

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 6rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-12 {
  margin: 12rem !important;
}

.m-15 {
  margin: 15rem !important;
}

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

.m-1em {
  margin: 1em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6 {
  padding: 6rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-12 {
  padding: 12rem !important;
}

.p-15 {
  padding: 15rem !important;
}

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

.p-1em {
  padding: 1em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz-1_2 {
  font-size: 1.2rem !important;
}

.fz-1_4 {
  font-size: 1.4rem !important;
}

.fz-1_5 {
  font-size: 1.5rem !important;
}

.fz-1_6 {
  font-size: 1.6rem !important;
}

.fz-1_8 {
  font-size: 1.8rem !important;
}

.fz-2 {
  font-size: 2rem !important;
}

.fz-2_4 {
  font-size: 2.4rem !important;
}

.fz-3 {
  font-size: 3rem !important;
}

@media only screen and (max-width: 834px) {
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0rem;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0rem;
  }
  .g-md-0_5,
  .gx-md-0_5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-0_5,
  .gy-md-0_5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 1rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 2rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 3rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 3rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 12rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 12rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 15rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 15rem;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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;
  }
  .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;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .m-md-0_5 {
    margin: 0.5rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .m-md-12 {
    margin: 12rem !important;
  }
  .m-md-15 {
    margin: 15rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .m-md-1em {
    margin: 1em !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-md-0_5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-md-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .mx-md-15 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-md-1em {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-md-0_5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-md-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-0_5 {
    margin-top: 0.5rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-12 {
    margin-top: 12rem !important;
  }
  .mt-md-15 {
    margin-top: 15rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mt-md-1em {
    margin-top: 1em !important;
  }
  .me-md-0 {
    margin-right: 0rem !important;
  }
  .me-md-0_5 {
    margin-right: 0.5rem !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-5 {
    margin-right: 5rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .me-md-12 {
    margin-right: 12rem !important;
  }
  .me-md-15 {
    margin-right: 15rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .me-md-1em {
    margin-right: 1em !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-12 {
    margin-bottom: 12rem !important;
  }
  .mb-md-15 {
    margin-bottom: 15rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-1em {
    margin-bottom: 1em !important;
  }
  .ms-md-0 {
    margin-left: 0rem !important;
  }
  .ms-md-0_5 {
    margin-left: 0.5rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .ms-md-12 {
    margin-left: 12rem !important;
  }
  .ms-md-15 {
    margin-left: 15rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .ms-md-1em {
    margin-left: 1em !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .p-md-0_5 {
    padding: 0.5rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .p-md-12 {
    padding: 12rem !important;
  }
  .p-md-15 {
    padding: 15rem !important;
  }
  .p-md-auto {
    padding: auto !important;
  }
  .p-md-1em {
    padding: 1em !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-md-0_5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-md-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .px-md-15 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-md-1em {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-md-0_5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-md-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pt-md-0_5 {
    padding-top: 0.5rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pt-md-12 {
    padding-top: 12rem !important;
  }
  .pt-md-15 {
    padding-top: 15rem !important;
  }
  .pt-md-auto {
    padding-top: auto !important;
  }
  .pt-md-1em {
    padding-top: 1em !important;
  }
  .pe-md-0 {
    padding-right: 0rem !important;
  }
  .pe-md-0_5 {
    padding-right: 0.5rem !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-5 {
    padding-right: 5rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pe-md-12 {
    padding-right: 12rem !important;
  }
  .pe-md-15 {
    padding-right: 15rem !important;
  }
  .pe-md-auto {
    padding-right: auto !important;
  }
  .pe-md-1em {
    padding-right: 1em !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pb-md-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pb-md-12 {
    padding-bottom: 12rem !important;
  }
  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
  .pb-md-auto {
    padding-bottom: auto !important;
  }
  .pb-md-1em {
    padding-bottom: 1em !important;
  }
  .ps-md-0 {
    padding-left: 0rem !important;
  }
  .ps-md-0_5 {
    padding-left: 0.5rem !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-5 {
    padding-left: 5rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .ps-md-12 {
    padding-left: 12rem !important;
  }
  .ps-md-15 {
    padding-left: 15rem !important;
  }
  .ps-md-auto {
    padding-left: auto !important;
  }
  .ps-md-1em {
    padding-left: 1em !important;
  }
  .fz-md-1 {
    font-size: 1rem !important;
  }
  .fz-md-1_2 {
    font-size: 1.2rem !important;
  }
  .fz-md-1_4 {
    font-size: 1.4rem !important;
  }
  .fz-md-1_5 {
    font-size: 1.5rem !important;
  }
  .fz-md-1_6 {
    font-size: 1.6rem !important;
  }
  .fz-md-1_8 {
    font-size: 1.8rem !important;
  }
  .fz-md-2 {
    font-size: 2rem !important;
  }
  .fz-md-2_4 {
    font-size: 2.4rem !important;
  }
  .fz-md-3 {
    font-size: 3rem !important;
  }
}
@media only screen and (max-width: 480px) {
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0rem;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0rem;
  }
  .g-sm-0_5,
  .gx-sm-0_5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-0_5,
  .gy-sm-0_5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 12rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 15rem;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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;
  }
  .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;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .m-sm-0 {
    margin: 0rem !important;
  }
  .m-sm-0_5 {
    margin: 0.5rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .m-sm-12 {
    margin: 12rem !important;
  }
  .m-sm-15 {
    margin: 15rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .m-sm-1em {
    margin: 1em !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-sm-0_5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-sm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-sm-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-sm-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .mx-sm-15 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-sm-1em {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-sm-0_5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-sm-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mt-sm-0_5 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mt-sm-12 {
    margin-top: 12rem !important;
  }
  .mt-sm-15 {
    margin-top: 15rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mt-sm-1em {
    margin-top: 1em !important;
  }
  .me-sm-0 {
    margin-right: 0rem !important;
  }
  .me-sm-0_5 {
    margin-right: 0.5rem !important;
  }
  .me-sm-1 {
    margin-right: 1rem !important;
  }
  .me-sm-2 {
    margin-right: 2rem !important;
  }
  .me-sm-3 {
    margin-right: 3rem !important;
  }
  .me-sm-4 {
    margin-right: 4rem !important;
  }
  .me-sm-5 {
    margin-right: 5rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-10 {
    margin-right: 10rem !important;
  }
  .me-sm-12 {
    margin-right: 12rem !important;
  }
  .me-sm-15 {
    margin-right: 15rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .me-sm-1em {
    margin-right: 1em !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sm-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-sm-1em {
    margin-bottom: 1em !important;
  }
  .ms-sm-0 {
    margin-left: 0rem !important;
  }
  .ms-sm-0_5 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-1 {
    margin-left: 1rem !important;
  }
  .ms-sm-2 {
    margin-left: 2rem !important;
  }
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
  .ms-sm-4 {
    margin-left: 4rem !important;
  }
  .ms-sm-5 {
    margin-left: 5rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
  .ms-sm-12 {
    margin-left: 12rem !important;
  }
  .ms-sm-15 {
    margin-left: 15rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .ms-sm-1em {
    margin-left: 1em !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .p-sm-0_5 {
    padding: 0.5rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .p-sm-12 {
    padding: 12rem !important;
  }
  .p-sm-15 {
    padding: 15rem !important;
  }
  .p-sm-auto {
    padding: auto !important;
  }
  .p-sm-1em {
    padding: 1em !important;
  }
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-sm-0_5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-sm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-sm-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-sm-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .px-sm-15 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-sm-1em {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-sm-0_5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-sm-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pt-sm-0_5 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pt-sm-12 {
    padding-top: 12rem !important;
  }
  .pt-sm-15 {
    padding-top: 15rem !important;
  }
  .pt-sm-auto {
    padding-top: auto !important;
  }
  .pt-sm-1em {
    padding-top: 1em !important;
  }
  .pe-sm-0 {
    padding-right: 0rem !important;
  }
  .pe-sm-0_5 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-1 {
    padding-right: 1rem !important;
  }
  .pe-sm-2 {
    padding-right: 2rem !important;
  }
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
  .pe-sm-4 {
    padding-right: 4rem !important;
  }
  .pe-sm-5 {
    padding-right: 5rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
  .pe-sm-12 {
    padding-right: 12rem !important;
  }
  .pe-sm-15 {
    padding-right: 15rem !important;
  }
  .pe-sm-auto {
    padding-right: auto !important;
  }
  .pe-sm-1em {
    padding-right: 1em !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pb-sm-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-auto {
    padding-bottom: auto !important;
  }
  .pb-sm-1em {
    padding-bottom: 1em !important;
  }
  .ps-sm-0 {
    padding-left: 0rem !important;
  }
  .ps-sm-0_5 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-1 {
    padding-left: 1rem !important;
  }
  .ps-sm-2 {
    padding-left: 2rem !important;
  }
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
  .ps-sm-4 {
    padding-left: 4rem !important;
  }
  .ps-sm-5 {
    padding-left: 5rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
  .ps-sm-12 {
    padding-left: 12rem !important;
  }
  .ps-sm-15 {
    padding-left: 15rem !important;
  }
  .ps-sm-auto {
    padding-left: auto !important;
  }
  .ps-sm-1em {
    padding-left: 1em !important;
  }
  .fz-sm-1 {
    font-size: 1rem !important;
  }
  .fz-sm-1_2 {
    font-size: 1.2rem !important;
  }
  .fz-sm-1_4 {
    font-size: 1.4rem !important;
  }
  .fz-sm-1_5 {
    font-size: 1.5rem !important;
  }
  .fz-sm-1_6 {
    font-size: 1.6rem !important;
  }
  .fz-sm-1_8 {
    font-size: 1.8rem !important;
  }
  .fz-sm-2 {
    font-size: 2rem !important;
  }
  .fz-sm-2_4 {
    font-size: 2.4rem !important;
  }
  .fz-sm-3 {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
.p-relative {
  position: relative;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  animation: anime-loader 1s ease-in-out 0s forwards;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes anime-loader {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  outline: 1px solid #ccc;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube iframe .html5-video-player:not(.ytp-transparent) {
  background-color: none;
}

.marker {
  background: linear-gradient(transparent 65%, yellow 65%, yellow 100%);
}

.underLine {
  position: relative;
  padding-bottom: 0.2em;
}
.underLine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
}

.circle {
  border-radius: 50%;
}

.suptxt {
  font-size: 0.5em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.ruby {
  position: relative;
}
.ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.4em;
  text-align: center;
}

/* アコーディオン */
.js-acd-btn {
  cursor: pointer;
  padding-right: 4rem;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .js-acd-btn:hover {
    opacity: 0.8;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .js-acd-btn:active {
    opacity: 0.8;
  }
}
.js-acd-btn .open-btn::before, .js-acd-btn .open-btn::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #707070;
}
.js-acd-btn .open-btn::before {
  transform: translateY(-50%);
}
.js-acd-btn .open-btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.js-acd-btn.open .open-btn::after {
  transform: translateY(-50%) rotate(180deg);
}

.js-acd-cont {
  display: none;
}

.slick-slider {
  display: none;
}
.slick-slider.slick-initialized {
  display: block;
}

.img-float-right {
  float: right;
  padding-left: 1em;
}
@media only screen and (max-width: 834px) {
  .img-float-right {
    display: block;
    float: none;
    margin-left: 0;
    margin-bottom: 1em;
  }
}

.img-float-left {
  float: left;
  margin-right: 1em;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

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

.fc-blue {
  color: #5fb3f0 !important;
}

.fc-darkblue {
  color: #2684d5 !important;
}

.fc-dark {
  color: #3e3e3e !important;
}

.fc-gold {
  color: #ceae58 !important;
}

.bg-blue {
  background-color: #5fb3f0;
}
.bg-blue.--wave {
  background: url(images/wave02.png) top 200px center/auto no-repeat, url(images/wave02.png) bottom -140px center/auto no-repeat;
  background-color: #5fb3f0;
}

.bg-blue02 {
  background-color: #b6dcf7;
}

.bg-wave {
  background: url(images/wave-cut.png) top right/auto no-repeat;
}
@media only screen and (max-width: 834px) {
  .bg-wave {
    background: url(images/wave-cut.png) top right/200% auto no-repeat;
  }
}

.line-blue {
  border: 2px solid #5fb3f0;
}

.line-blue02 {
  border: 2px solid #b6dcf7;
}

.bg-grd-01 {
  background-color: #5fb3f0;
}

.fz-sm {
  font-size: 14px;
}
@media only screen and (max-width: 834px) {
  .fz-sm {
    font-size: clamp(12px, 1.4rem, 16px);
  }
}

.fz-md {
  font-size: 16px;
}
@media only screen and (max-width: 834px) {
  .fz-md {
    font-size: clamp(14px, 1.6rem, 18px);
  }
}

.fz-lg {
  font-size: 18px;
}
@media only screen and (max-width: 834px) {
  .fz-lg {
    font-size: clamp(16px, 1.8rem, 20px);
  }
}

.page-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30rem;
  background: url(images/wave02.png) center top/auto no-repeat;
  background-color: #5fb3f0;
  color: #fff;
  font-size: clamp(24px, 3.8rem, 38px);
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .page-header {
    height: 24rem;
    background: url(images/wave02.png) center top -50px/auto no-repeat;
    background-color: #5fb3f0;
  }
}

.en {
  color: #ceae58;
  font-family: "Jost", serif;
  font-size: clamp(13px, 1.7rem, 17px);
  font-weight: normal;
  display: block;
  margin-bottom: 0.5em;
}

.jp {
  color: #ceae58;
  font-size: clamp(13px, 1.7rem, 17px);
  font-weight: normal;
  display: block;
  margin-bottom: 0.5em;
}

.underline {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ceae58;
}

.ttl-01 {
  color: #3e3e3e;
  font-size: clamp(20px, 3.2rem, 32px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
.ttl-01.--white {
  color: #fff;
}
.ttl-01.--white .en {
  color: #fff;
}

.ttl-02 {
  color: #3e3e3e;
  font-size: clamp(18px, 2.8rem, 28px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.5em;
}

.ttl-03 {
  color: #3e3e3e;
  font-size: clamp(16px, 1.8rem, 18px);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.ttl-03 .en {
  font-size: clamp(12px, 1.4rem, 14px);
}

.ttl-04 {
  color: #3e3e3e;
  font-size: clamp(16px, 2rem, 20px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2em;
}

.ttl-05 {
  font-family: "Zen Old Mincho", serif;
  color: #ceae58;
  font-size: clamp(20px, 3.2rem, 32px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.ttl-06 {
  background: transparent linear-gradient(93deg, #c6bc94 0%, #b58e4f 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: clamp(18px, 2.8rem, 28px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
  padding: 0.2em 1em;
}

.box-01 {
  height: 100%;
  display: block;
  background-color: #fff;
  padding: 6rem 4rem 8rem;
  border-radius: 3rem;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1607843137);
}

.box-02 {
  height: 100%;
  display: block;
  background-color: #fff;
  padding: 6rem 4rem 6rem;
  border-radius: 3rem;
  box-shadow: 0px 0px 50px rgba(87, 196, 184, 0.4156862745);
}

.box-03 {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 4rem 2rem 4rem;
  border-radius: 3rem;
  border: 1px solid #707070;
}

.box-04 {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 6rem 4rem 6rem;
}

.box-05 {
  border: 3px solid #ceae58;
  padding: 4rem 3rem;
}

.box-06 {
  height: 100%;
  display: block;
  background-color: #fff;
  padding: 2rem 2rem 2rem;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1607843137);
}

.max-width-570 {
  max-width: 570px;
}

.max-width-320 {
  max-width: 320px;
}

.btn-wrap {
  width: 100%;
  margin-top: 4rem;
  text-align: center;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 14em;
  width: 100%;
  min-height: 3.5em;
  padding: 0.5em 1em;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}
.btn.--gold {
  background: transparent linear-gradient(94deg, #c6bc94 0%, #b58e4f 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.btn.--white {
  background: #fff;
  border: 1px solid #ceae58;
  color: #000;
}
.btn.--wide {
  max-width: 18em;
  min-height: 3em;
}

.list-interview {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-interview li:not(:last-child) {
  margin-bottom: 3em;
}

.interview-q {
  color: #707070;
  font-size: clamp(16px, 2rem, 20px);
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ceae58;
}

.interview-a {
  line-height: 1.6;
}

.list-disc {
  list-style: disc;
  line-height: 1.5;
  padding-left: 1.5em;
}
.list-disc li:not(:last-child) {
  margin-bottom: 1em;
}

.list-check {
  width: fit-content;
  line-height: 1.4;
  margin: 0 auto;
}
.list-check li {
  padding-left: 2em;
  position: relative;
}
.list-check li:not(:last-child) {
  margin-bottom: 1em;
}
.list-check li::before {
  content: "";
  position: absolute;
  top: -0.3em;
  left: 0;
  width: 2em;
  height: 2em;
  background: url(images/icon_check.svg) center center/contain no-repeat;
}
.list-check li strong {
  color: #000;
  font-weight: bold;
}

.list-circle > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.list-circle > li:nth-child(1) > span {
  background-color: #b6dcf7;
  color: #707070;
}
.list-circle > li:nth-child(2) > span {
  background-color: #5fb3f0;
}
.list-circle > li:nth-child(3) > span {
  background-color: #b6dcf7;
  color: #707070;
}
@media only screen and (max-width: 834px) {
  .list-circle > li:nth-child(3) > span {
    background-color: #5fb3f0;
    color: #fff;
  }
}
.list-circle > li:nth-child(4) > span {
  background-color: #5fb3f0;
}
@media only screen and (max-width: 834px) {
  .list-circle > li:nth-child(4) > span {
    background-color: #b6dcf7;
    color: #707070;
  }
}
.list-circle > li:nth-child(5) > span {
  background-color: #5fb3f0;
}
@media only screen and (max-width: 834px) {
  .list-circle > li:nth-child(5) > span {
    background-color: #b6dcf7;
    color: #707070;
  }
}
.list-circle > li:nth-child(6) > span {
  background-color: #b6dcf7;
  color: #707070;
}
@media only screen and (max-width: 834px) {
  .list-circle > li:nth-child(6) > span {
    background-color: #5fb3f0;
    color: #fff;
  }
}
.list-circle > li:nth-child(7) > span {
  background-color: #5fb3f0;
}
.list-circle > li:nth-child(8) > span {
  background-color: #b6dcf7;
  color: #707070;
}

.list-balloon {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 4rem;
  row-gap: 6rem;
}
@media only screen and (max-width: 834px) {
  .list-balloon {
    column-gap: 2rem;
    row-gap: 3rem;
  }
  .list-balloon li {
    width: calc(50% - 1rem);
  }
}

.bg-balloon {
  max-width: 37rem;
  width: 100%;
  min-height: 19rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 2rem;
  position: relative;
}
.bg-balloon.--left::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 4rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 8px 4px 8px rgba(0, 0, 0, 0.1);
}
.bg-balloon.--right::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: 4rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 8px 4px 8px rgba(0, 0, 0, 0.1);
}

.list-qa {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-qa li:not(:last-child) {
  margin-bottom: 4rem;
}

.table-01 {
  width: 100%;
  border-collapse: collapse;
}
.table-01 th,
.table-01 td {
  border: 1px solid #707070;
  font-weight: normal;
  line-height: 1.2;
  padding: 2rem;
  text-align: left;
  vertical-align: middle;
}
.table-01 th {
  min-width: 5em;
}

.table-02 {
  width: 100%;
  border-collapse: collapse;
}
.table-02 th,
.table-02 td {
  border-bottom: 1px solid #707070;
  font-weight: normal;
  line-height: 1.2;
  padding: 1em 0;
  text-align: left;
  vertical-align: middle;
}
.table-02 th {
  padding-right: 1em;
}

html {
  color: #707070;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  word-wrap: break-word;
}
@media only screen and (max-width: 834px) {
  html {
    font-size: clamp(5px, 0.625px + 1.25vw, 10px);
    letter-spacing: normal;
  }
}

body {
  font-size: clamp(15px, 1.6rem, 16px);
}

a {
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  a:active {
    opacity: 0.8;
  }
}

@media (hover: hover) and (pointer: fine) {
  a:not([href]):hover {
    opacity: 1;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  a:not([href]):active {
    opacity: 1;
  }
}

.wrap {
  min-width: 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .wrap {
    min-width: auto;
  }
}

.inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 834px) {
  .inner {
    padding: 0 4rem;
  }
}
.inner.--sm {
  max-width: 920px;
}
.inner.--lg {
  max-width: 1300px;
}

section {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.twocols-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10rem;
}
@media only screen and (max-width: 834px) {
  .twocols-wrap {
    flex-direction: column;
  }
}
.twocols-wrap .main {
  width: calc(100% - 260px - 8rem);
}
@media only screen and (max-width: 834px) {
  .twocols-wrap .main {
    width: 100%;
  }
}
.twocols-wrap .sidebar {
  width: 260px;
  margin-left: 8rem;
}
@media only screen and (max-width: 834px) {
  .twocols-wrap .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 8rem;
  }
}

@media screen and (min-width: 835px) {
  .header {
    position: relative;
    width: 100%;
    min-width: 0px;
    background-color: #fff;
    z-index: 9;
  }
  .header.--fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px #ccc;
  }
  .header__inner {
    max-width: 1640px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    margin: 0 auto;
  }
  .header__logo {
    flex-shrink: 0;
    margin-right: 2rem;
  }
  .header__nav {
    flex-shrink: 1;
    flex-grow: 1;
  }
  .header__menu-toggle {
    display: none;
  }
  .header__menu-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .header__menu-container-logo {
    display: none;
  }
  .header__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    gap: 4rem;
  }
  .header__menu .menu-item a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .header__menu > .menu-item {
    min-height: 4rem;
    position: relative;
  }
  .header__menu > .menu-item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    transition: all 0.15s ease-in-out;
  }
}
@media screen and (min-width: 835px) and (hover: hover) and (pointer: fine) {
  .header__menu > .menu-item > a:hover {
    opacity: 1;
    color: #ceae58;
  }
}
@media screen and (min-width: 835px) {
  @media (hover: none) or (pointer: none) or (pointer: coarse) {
    .header__menu > .menu-item > a:active {
      opacity: 1;
      color: #ceae58;
    }
  }
  .header__menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 20rem;
    max-width: 30rem;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0 1rem;
    z-index: 1;
  }
  .header__menu .sub-menu::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #eee transparent;
  }
  .header__menu .sub-menu > .menu-item:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .header__menu .sub-menu > .menu-item > a {
    display: block;
    padding: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 835px) and (hover: hover) and (pointer: fine) {
  .header__menu .sub-menu > .menu-item > a:hover {
    opacity: 1;
    color: #ceae58;
  }
}
@media screen and (min-width: 835px) {
  @media (hover: none) or (pointer: none) or (pointer: coarse) {
    .header__menu .sub-menu > .menu-item > a:active {
      opacity: 1;
      color: #ceae58;
    }
  }
  .header__menu .menu-item:hover > .sub-menu {
    display: block;
  }
  .header__contact {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 4rem;
    margin-bottom: 2rem;
  }
}
/* スマホメニュー */
@media only screen and (max-width: 834px) {
  .header {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 9;
  }
  .header.--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px #ccc;
  }
  .header__inner {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 72px 0 2rem;
  }
  .header__logo {
    max-width: 128px;
  }
  .header__menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 100%;
    padding: 0;
    z-index: 9;
  }
  .header__menu-toggle span {
    position: absolute;
    width: 22px;
    height: 3px;
    left: 25px;
    background-color: #000;
    transition: 0.2s ease-in-out;
  }
  .header__menu-toggle span:nth-child(1) {
    top: 21px;
  }
  .header__menu-toggle span:nth-child(2) {
    top: 30px;
  }
  .header__menu-toggle span:nth-child(3) {
    top: 39px;
  }
  .header__menu-container {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    padding: 0 2rem 6rem;
    z-index: 8;
    transition: right 0.2s cubic-bezier(1, 0, 0, 1), visibility 0.35s;
  }
  .header__menu-container-logo {
    height: 60px;
    max-width: 128px;
    display: flex;
    align-items: center;
  }
  .header__menu {
    margin: 5rem auto;
    border-top: 1px solid #fff;
  }
  .header__menu .menu-item {
    position: relative;
  }
  .header__menu .menu-item a {
    display: block;
    border-bottom: 1px solid #eee;
    color: #707070;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 12px 0;
    text-align: center;
  }
  .header__menu .sub-menu {
    display: none;
  }
  .header__sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    transition: 0.15s ease-in-out;
  }
  .header__sub-menu-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
  }
  .header__sub-menu-toggle.active {
    transform: rotate(180deg);
  }
  .header__menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 70px;
    left: 0;
    background-color: #000;
    cursor: pointer;
    opacity: 0;
    transition: all 0.6s;
    visibility: hidden;
    z-index: -1;
  }
  .header__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  body.js-menu-active {
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: none;
  }
  body.js-menu-active .header__menu-toggle {
    background: transparent;
  }
  body.js-menu-active .header__menu-toggle span:nth-child(1) {
    top: 30px;
    transform: rotate(-45deg);
  }
  body.js-menu-active .header__menu-toggle span:nth-child(2) {
    top: 30px;
    transform: rotate(45deg);
  }
  body.js-menu-active .header__menu-toggle span:nth-child(3) {
    top: 30px;
    transform: rotate(45deg);
  }
  body.js-menu-active .header__menu-container {
    right: 0;
    visibility: visible;
  }
  body.js-menu-active .header__menu-overlay {
    opacity: 0.5;
    visibility: visible;
  }
}
.footer {
  background: #fff;
  color: #707070;
  padding: 0;
}
.footer__inner {
  max-width: 1640px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8rem;
  padding: 8rem 2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
  }
}
.footer__info {
  flex-shrink: 0;
  flex-grow: 1;
}
@media only screen and (max-width: 834px) {
  .footer__info {
    text-align: center;
  }
}
.footer__logo {
  margin-bottom: 3rem;
}
.footer__address {
  line-height: 1.6;
  margin-bottom: 3rem;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
}
@media only screen and (max-width: 834px) {
  .footer__menu {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
}
.footer__menu .menu-item a {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (hover: hover) and (pointer: fine) {
  .footer__menu .menu-item a:hover {
    opacity: 1;
    color: #ceae58;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .footer__menu .menu-item a:active {
    opacity: 1;
    color: #ceae58;
  }
}
.footer__menu > .menu-item > a {
  color: #000;
  font-weight: bold;
}
.footer__menu .sub-menu .menu-item {
  margin-top: 2rem;
}
@media only screen and (max-width: 834px) {
  .footer__menu .sub-menu .menu-item {
    margin-top: 1rem;
  }
}
.footer__brand-ttl {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 834px) {
  .footer__brand-ttl {
    text-align: center;
  }
}
.footer__brand p + p {
  margin-top: 2rem;
}
.footer__copyright {
  padding: 2rem;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
}

#pagetop {
  position: fixed;
  z-index: 7;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: 1s;
}
@media only screen and (max-width: 834px) {
  #pagetop {
    right: 10px;
    bottom: 30px;
  }
}
#pagetop button {
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ceae58;
  border-radius: 50%;
  box-shadow: 0 3px 5px #3c3c3c;
  transition: all 0.5s ease 0s;
  position: relative;
}
#pagetop button span {
  margin-top: 5px;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
}
#pagetop button:hover {
  transform: translateY(-10px);
  opacity: 0.8;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  color: #000000;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.5;
  padding: 1.5rem;
}
@media only screen and (max-width: 834px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    font-size: 15px;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  background-color: #ffe6e6;
  outline-color: #3b80ff;
}

.select-wrap {
  display: inline-block;
  position: relative;
}
.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #707070 transparent transparent transparent;
}

select {
  appearance: none;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 18px;
  padding: 5px 20px 5px 10px;
}
@media only screen and (max-width: 834px) {
  select {
    font-size: 15px;
  }
}

select:focus {
  background-color: #ffe6e6;
  outline-color: #3b80ff;
}

input[type=checkbox],
input[type=radio] {
  font-size: 18px;
  margin: 0 10px 2px 0;
  transform: scale(1.5);
  transform-origin: left center;
}
@media only screen and (max-width: 834px) {
  input[type=checkbox],
  input[type=radio] {
    font-size: 15px;
    transform: scale(1);
    margin: 0 5px 0 0;
  }
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  outline-color: #3b80ff;
  outline-style: dotted;
  outline-width: 1px;
}

input[type=submit] {
  appearance: none;
  border: none;
}

input[type=button] {
  appearance: none;
  border: none;
}

.cf7-field {
  margin-bottom: 24px;
}

.cf7-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.cf7-field .required {
  display: inline-block;
  background: #ed2626;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  margin-right: 8px;
  border-radius: 3px;
  vertical-align: middle;
}

.cf7-field input[type=text],
.cf7-field input[type=email],
.cf7-field input[type=tel],
.cf7-field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.cf7-field textarea {
  min-height: 160px;
}

.cf7-field .note {
  margin-top: 1rem;
  font-size: 0.875em;
  color: #666;
}

.cf7-field .wpcf7-list-item {
  margin: 0;
}
.cf7-field .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 2rem;
}

.cf7-submit {
  margin-top: 32px;
}

.cf7-submit input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 20rem;
  width: 100%;
  min-height: 6rem;
  padding: 0.5em 1em;
  font-size: 16px;
  background: transparent linear-gradient(94deg, #c6bc94 0%, #b58e4f 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}

.mv {
  padding: 0;
  overflow: hidden;
  animation: zoomFadeIn 2.5s ease-out 0s 1 normal both;
  opacity: 0;
}
.mv__slider {
  max-height: 80vh;
}

.about__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.about__list li {
  width: 50%;
  padding: 2rem;
}
.about__list li a {
  white-space: nowrap;
}

.feature {
  background-color: #eee;
}
.feature__box {
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3764705882);
}
.feature__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
}
.feature__no {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 8rem;
  background-color: rgba(206, 174, 88, 0.8);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  color: #fff;
  font-family: "Jost", serif;
  font-size: 2.4rem;
  line-height: 1;
  padding: 1rem 0 0 1rem;
}
@media only screen and (max-width: 834px) {
  .feature__no {
    width: 7rem;
    height: 7rem;
    font-size: 2rem;
  }
}
.feature__txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #707070;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

.problem__arrow {
  width: 5.6rem;
  height: 2.2rem;
  background-color: #ceae58;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 1rem auto 0;
}

.cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(images/cta_bg.jpg) center center/cover no-repeat;
}
.cta__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1490196078);
  color: #707070;
  padding: 4rem 2rem 4rem;
}
.cta__tel {
  color: #000;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  margin: 2rem 0;
}
.cta__tel small {
  font-size: 0.75em;
}
.cta__tel.--lg {
  font-size: 4.8rem;
}
@media only screen and (max-width: 834px) {
  .cta__tel.--lg {
    font-size: 3.6rem;
  }
}

.solution__item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .solution__item {
    flex-wrap: wrap;
  }
}
.solution__item + * {
  margin-top: 4rem;
}
.solution__item.--reverse {
  flex-direction: row-reverse;
}
.solution__title {
  flex-shrink: 0;
  width: 50%;
  height: 100%;
  min-height: 250px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 834px) {
  .solution__title {
    width: 100%;
    min-height: 8rem;
    margin-bottom: 3rem;
  }
}
.solution__title::before {
  content: "";
  position: absolute;
  top: 0;
  width: max(100% + 2rem, 50vw);
  height: 100%;
  background: transparent linear-gradient(180deg, #54a9c7 0%, #348fbc 100%) 0% 0% no-repeat;
  z-index: -1;
}
.solution__title.--left {
  justify-content: flex-start;
  padding-right: 8rem;
}
.solution__title.--left::before {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}
@media only screen and (max-width: 834px) {
  .solution__title.--left::before {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  }
}
.solution__title.--right {
  justify-content: flex-end;
  padding-left: 8rem;
}
.solution__title.--right::before {
  left: 0;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 834px) {
  .solution__title.--right::before {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
}
.solution__content {
  flex-grow: 1;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .solution__content {
    width: 100%;
    justify-content: center;
  }
}
.solution__content.--left {
  padding-right: 5rem;
}
@media only screen and (max-width: 834px) {
  .solution__content.--left {
    padding-right: 0;
  }
}
.solution__content.--right {
  padding-left: 3rem;
}
@media only screen and (max-width: 834px) {
  .solution__content.--right {
    padding-left: 0;
    margin-right: 0;
  }
}
.solution__img-1 {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3764705882);
  margin-bottom: 1rem;
}
.solution__img-2 {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3764705882);
  margin-bottom: 1rem;
}

.flow {
  background-color: #2684d5;
}
.flow__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 834px) {
  .flow__list {
    margin-bottom: 3rem;
    margin-top: -1.5rem;
  }
}
.flow__list > li {
  min-height: 8rem;
  width: 16.6666666667%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 6px #dedede;
  line-height: 1.4;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}
@media only screen and (max-width: 834px) {
  .flow__list > li {
    min-height: 7rem;
    width: 30%;
    font-size: clamp(12px, 1.4rem, 16px);
    margin-top: 1.5rem;
  }
}
.flow__list > li:nth-child(1) {
  background-color: #f3fbfa;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
.flow__list > li:nth-child(2) {
  background-color: #d3f1f0;
}
.flow__list > li:nth-child(3) {
  background-color: #b3e4e6;
}
.flow__list > li:nth-child(4) {
  background-color: #93d3dc;
}
@media only screen and (max-width: 834px) {
  .flow__list > li:nth-child(4) {
    margin-left: 10%;
  }
}
.flow__list > li:nth-child(5) {
  background-color: #74c0d1;
}
.flow__list > li:nth-child(6) {
  background-color: #54a9c7;
}

.faq__list {
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 834px) {
  .faq__list {
    margin-bottom: 3rem;
  }
}
.faq__list > li:not(:last-child) {
  margin-bottom: 2rem;
}
.faq__q {
  background-color: #b6dcf7;
  padding: 1.6rem 6rem;
  position: relative;
}
.faq__q::before {
  content: "Q";
  position: absolute;
  top: 0.8rem;
  left: 2rem;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
}
.faq__a {
  margin-top: 2rem;
  padding: 0 2rem 0 6rem;
  position: relative;
}
.faq__a::before {
  content: "A";
  position: absolute;
  top: -0.5rem;
  left: 2rem;
  color: #ceae58;
  font-size: 2.4rem;
  font-weight: bold;
}

.products__list > li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ceae58;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 834px) {
  .products__list > li {
    flex-wrap: wrap;
    align-items: center;
  }
}
.products__list > li:not(:last-child) {
  margin-bottom: 5rem;
}
.products__list-img {
  flex-shrink: 0;
  width: 32rem;
  margin-right: 4rem;
}
@media only screen and (max-width: 834px) {
  .products__list-img {
    margin-right: 0;
    margin-bottom: 3rem;
    width: 100%;
  }
}
.products__list-cont {
  flex-grow: 1;
}
.products__list-txt {
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 834px) {
  .products__list-txt {
    letter-spacing: normal;
  }
}

.company__table {
  table-layout: fixed;
}
@media only screen and (max-width: 834px) {
  .company__table {
    border-top: 1px solid #cccccc;
  }
}
.company__table th,
.company__table td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
}
@media only screen and (max-width: 834px) {
  .company__table th,
  .company__table td {
    border: none;
  }
}
.company__table th {
  width: 14em;
  color: #3e3e3e;
  font-weight: bold;
  padding: 2rem 2rem;
}
@media only screen and (max-width: 834px) {
  .company__table th {
    display: block;
    padding: 1rem 0 0;
  }
}
.company__table td {
  padding: 2rem 2rem;
}
@media only screen and (max-width: 834px) {
  .company__table td {
    display: block;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 1rem;
  }
}
.company__map {
  height: 45rem;
}
@media only screen and (max-width: 834px) {
  .company__map {
    height: 30rem;
  }
}
.company__map iframe {
  width: 100%;
  height: 100%;
}

.strenghts__flex {
  justify-content: center;
}
.strenghts__circle {
  height: 0;
  padding-top: 100%;
  background-color: #eee;
  border-radius: 50%;
  position: relative;
}
.strenghts__circle-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.strenghts__img {
  margin-bottom: 1rem;
}
.strenghts__img img {
  width: 15.7rem;
}
@media only screen and (max-width: 834px) {
  .strenghts__img img {
    width: 12rem;
  }
}
.strenghts__txt {
  line-height: 1.6;
  height: 5em;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .strenghts__txt {
    font-size: 1.4rem;
  }
}

.step__list-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .step__list-item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 834px) {
  .step__list-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.step__no {
  flex-shrink: 0;
  width: 18rem;
  height: 12.8rem;
  clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 80%, 50% 100%, 0 80%);
  font-family: "Jost", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 3rem;
  padding-top: 1rem;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .step__no {
    width: 100%;
    height: 6rem;
    flex-direction: row;
    font-size: 2.4rem;
    margin-right: 0;
    margin-bottom: 2rem;
    padding-top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
  }
}
.step__no::before {
  font-size: 2rem;
  font-weight: 500;
  content: "STEP";
  margin-bottom: 1rem;
}
@media only screen and (max-width: 834px) {
  .step__no::before {
    font-size: inherit;
    margin-bottom: 0;
  }
}
.step__no.--01 {
  background-color: #f3fbfa;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}
@media only screen and (max-width: 834px) {
  .step__no.--01 {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
  }
}
.step__no.--02 {
  background-color: #d3f1f0;
}
.step__no.--03 {
  background-color: #b3e4e6;
}
.step__no.--04 {
  background-color: #93d3dc;
}
.step__no.--05 {
  background-color: #74c0d1;
}
.step__no.--06 {
  background-color: #54a9c7;
}
.step__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 834px) {
  .step__title {
    text-align: center;
  }
}
.step__txt {
  line-height: 1.6;
}

.results__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 834px) {
  .results__list {
    margin-bottom: 3rem;
  }
}
.results__list > li {
  width: 32rem;
  margin-right: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 834px) {
  .results__list > li {
    width: 100%;
    margin-right: 0;
  }
}
.results__list > li:nth-child(3n) {
  margin-right: 0;
}
.results__img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  margin-bottom: 1rem;
}
.results__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.results__txt {
  line-height: 1.6;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* scroll anime */
@keyframes fadeIn {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 700px;
  }
}
/* scroll anime */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sa {
  opacity: 0;
  transition: opacity 0.5s, transform 1s ease-in-out;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-5rem, 0);
}

.sa--rl {
  transform: translate(5rem, 0);
}

.sa--up {
  transform: translate(0, 5rem);
}

.sa--down {
  transform: translate(0, -5rem);
}

.sa--scaleUp {
  transform: scale(0.7);
}

.sa--scaleDown {
  transform: scale(1.2);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

.breadcrumb {
  max-width: 1240px;
  margin: auto;
  padding: 3rem 2rem;
  font-size: 1em;
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .breadcrumb {
    font-size: 14px;
    padding: 15px 5vw;
  }
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  padding: 0 0.5em;
}
.breadcrumb li:last-child {
  color: #ceae58;
}

.post-list > li {
  display: flex;
}
.post-list > li:not(:last-child) {
  margin-bottom: 8rem;
}
.post-list__thumbnail {
  display: block;
  flex-shrink: 0;
  width: 24rem;
  margin-right: 4rem;
}
.post-list__thumbnail img {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.post-list__meta {
  flex-grow: 1;
}
.post-list__title {
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.post-list__date {
  color: #ceae58;
  font-family: sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.4;
}
.post-list__excerpt {
  margin-bottom: 2rem;
}
.post-list__excerpt a {
  color: #ceae58;
}
.post-list__category {
  font-size: 0.875em;
  margin-bottom: 1rem;
}
.post-list__category ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem -0.5rem 0;
}
.post-list__category ul li {
  background-color: #ceae58;
  color: #fff;
  padding: 0 0.5em;
  margin: 0.5rem 0.5rem 0;
}

.post-single__date {
  color: #ceae58;
  margin-bottom: 0.5rem;
}
.post-single__title {
  border-bottom: 1px solid #ccc;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.post-single__category {
  font-size: 0.875em;
  margin-bottom: 1rem;
}
.post-single__category ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem -0.5rem 0;
}
.post-single__category ul li {
  background-color: #ceae58;
  color: #fff;
  padding: 0 0.5em;
  margin: 0.5rem 0.5rem 0;
}

.latest-list {
  line-height: 1.6;
}
.latest-list > li {
  display: flex;
  align-items: flex-start;
}
.latest-list > li:not(:last-child) {
  margin-bottom: 1em;
}
.latest-list__date {
  flex-shrink: 0;
  color: #ceae58;
  font-weight: 500;
  margin-right: 4rem;
}
.latest-list__title {
  font-weight: bold;
}
.latest-list__title a {
  color: #707070;
}

.voices-list > li {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .voices-list > li {
    flex-wrap: wrap;
  }
}
.voices-list > li:not(:last-child) {
  margin-bottom: 8rem;
}
.voices-list__thumbnail {
  display: block;
  flex-shrink: 0;
  width: 36rem;
  margin-right: 4rem;
}
@media only screen and (max-width: 834px) {
  .voices-list__thumbnail {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.voices-list__thumbnail img {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.voices-list__meta {
  flex-grow: 1;
}
.voices-list__title {
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.voices-list__date {
  color: #ceae58;
  font-family: sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.4;
}
.voices-list__excerpt {
  margin-bottom: 2rem;
}
.voices-list__excerpt a {
  color: #ceae58;
}
.voices-list__category {
  font-size: 0.875em;
  margin-bottom: 1rem;
}
.voices-list__category ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem -0.5rem 0;
}
.voices-list__category ul li {
  background-color: #ceae58;
  color: #fff;
  padding: 0 0.5em;
  margin: 0.5rem 0.5rem 0;
}

.sidebar div:has(.wp-block-group) + div:has(.wp-block-group) {
  padding-top: 4rem;
}
.sidebar .wp-block-heading,
.sidebar .wp-block-search__label {
  display: block;
  background-color: #ceae58;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.8em 1em;
  text-align: left;
}
.sidebar .wp-block-categories-list,
.sidebar .wp-block-latest-posts__list {
  line-height: 1.25;
}
.sidebar .wp-block-categories-list li,
.sidebar .wp-block-latest-posts__list li {
  padding: 0.8em 1em;
  border-bottom: 1px solid #ccc;
}
.sidebar .wp-block-search__inside-wrapper {
  margin-top: 0.8em;
}
.sidebar .wp-block-search__input {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 5px 8px;
}
.sidebar .wp-block-search__button {
  border: 1px solid #ccc;
  background-color: #ccc;
  border-radius: 0;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #3e3e3e;
}
.sidebar .wp-block-archives-list {
  line-height: 1.25;
}
.sidebar .wp-block-archives-list li {
  padding: 0.8em 1em;
  border-bottom: 1px solid #ccc;
}
.sidebar .wp-block-archives-dropdown {
  line-height: 1.5;
  position: relative;
  margin-top: 0.8em;
}
.sidebar .wp-block-archives-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #717171 transparent transparent transparent;
}
.sidebar .wp-block-archives-dropdown select {
  width: 100%;
  font-size: 1em;
}

.pagination {
  margin-top: 100px;
}
@media only screen and (max-width: 834px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination ul {
  display: flex;
  justify-content: center;
}
.pagination ul li {
  padding: 3px;
}
.pagination ul .page-numbers {
  display: block;
  border: 1px solid #ceae58;
  color: #ceae58;
  font-size: 14px;
  width: 34px;
  line-height: 34px;
  text-align: center;
}
.pagination ul .current {
  background-color: #ceae58;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .pagination ul a:hover {
    opacity: 1;
    background-color: #ceae58;
    color: #fff;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .pagination ul a:active {
    opacity: 1;
    background-color: #ceae58;
    color: #fff;
  }
}
.pagination ul .dots {
  border: none;
}

.post-navigation {
  margin-top: 100px;
}
@media only screen and (max-width: 834px) {
  .post-navigation {
    margin-top: 50px;
  }
}
.post-navigation .nav-links {
  overflow: auto;
  margin: -5px;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  padding: 5px;
  width: 50%;
}
@media only screen and (max-width: 834px) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    width: 100%;
  }
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  display: inline-block;
  width: 100%;
  min-height: 90px;
  display: inline-flex;
  align-items: center;
  border: 1px solid;
  color: #ceae58;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .post-navigation .nav-links .nav-previous a,
  .post-navigation .nav-links .nav-next a {
    min-height: 60px;
    font-size: 15px;
  }
}
.post-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-next a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
  opacity: 1;
  background-color: #ceae58;
  color: #fff;
}
.post-navigation .nav-links .nav-previous {
  float: left;
}
@media only screen and (max-width: 834px) {
  .post-navigation .nav-links .nav-previous {
    float: unset;
  }
}
.post-navigation .nav-links .nav-previous a {
  justify-content: flex-start;
  padding-left: 40px;
}
.post-navigation .nav-links .nav-previous a::before {
  left: 10px;
  content: "＜";
}
.post-navigation .nav-links .nav-next {
  float: right;
}
@media only screen and (max-width: 834px) {
  .post-navigation .nav-links .nav-next {
    float: unset;
  }
}
.post-navigation .nav-links .nav-next a {
  justify-content: flex-end;
  padding-right: 40px;
}
.post-navigation .nav-links .nav-next a::before {
  right: 10px;
  content: "＞";
}

.slick-prev {
  z-index: 1;
  left: min(5px, 1vw);
  width: min(62px, vwc(62));
  height: min(62px, vwc(62));
  background: url(images/slide_prev_btn.png) center center/contain no-repeat !important;
}
.slick-prev::before {
  content: "";
}

.slick-next {
  z-index: 1;
  right: min(5px, 1vw);
  width: min(62px, vwc(62));
  height: min(62px, vwc(62));
  background: url(images/slide_next_btn.png) center center/contain no-repeat !important;
}
.slick-next::before {
  content: "";
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-slide img {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 834px) {
  .slick-dots li {
    margin: 0 2px;
  }
}

.slick-dots li button:before {
  color: #2684d5;
  opacity: 1;
  font-size: 20px;
}
@media only screen and (max-width: 834px) {
  .slick-dots li button:before {
    font-size: 16px;
  }
}

.slick-dots li.slick-active button:before {
  color: #ceae58 !important;
  opacity: 1;
}

@media only screen and (max-width: 834px) {
  .js-poster-slider {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .js-poster-slider .slick-slide {
    padding: 0 2.5vw;
  }
}
.js-poster-slider .slick-dots li button:before {
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .js-tapestry-slider {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .js-tapestry-slider .slick-slide {
    padding: 0 2.5vw;
  }
}

@media only screen and (max-width: 834px) {
  .js-athlete-slider {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .js-athlete-slider .slick-slide {
    padding: 0 2.5vw;
  }
}/*# sourceMappingURL=style.css.map */