@charset "UTF-8";
/*!
Theme Name:ヘッドフットNEW
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:head-foot.com
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;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.fw-600 {
  font-weight: 600 !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-7,
.gx-7 {
  --bs-gutter-x: 7rem;
}

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

.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-7 {
  margin: 7rem !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-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !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-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !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-7 {
  margin-top: 7rem !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-7 {
  margin-right: 7rem !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-7 {
  margin-bottom: 7rem !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-7 {
  margin-left: 7rem !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-7 {
  padding: 7rem !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-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !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-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !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-7 {
  padding-top: 7rem !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-7 {
  padding-right: 7rem !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-7 {
  padding-bottom: 7rem !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-7 {
  padding-left: 7rem !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-7,
  .gx-md-7 {
    --bs-gutter-x: 7rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 7rem;
  }
  .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-7 {
    margin: 7rem !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-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !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-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !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-7 {
    margin-top: 7rem !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-7 {
    margin-right: 7rem !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-7 {
    margin-bottom: 7rem !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-7 {
    margin-left: 7rem !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-7 {
    padding: 7rem !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-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !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-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !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-7 {
    padding-top: 7rem !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-7 {
    padding-right: 7rem !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-7 {
    padding-bottom: 7rem !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-7 {
    padding-left: 7rem !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-7,
  .gx-sm-7 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 7rem;
  }
  .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-7 {
    margin: 7rem !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-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !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-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !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-7 {
    margin-top: 7rem !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-7 {
    margin-right: 7rem !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-7 {
    margin-bottom: 7rem !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-7 {
    margin-left: 7rem !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-7 {
    padding: 7rem !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-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !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-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !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-7 {
    padding-top: 7rem !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-7 {
    padding-right: 7rem !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-7 {
    padding-bottom: 7rem !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-7 {
    padding-left: 7rem !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 (any-hover: hover) and (any-pointer: fine) {
  .js-acd-btn:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) and (any-pointer: coarse) {
  .js-acd-btn:active {
    opacity: 0.8;
  }
}
.js-acd-btn:focus-visible {
  opacity: 0.8;
}
.js-acd-btn::before, .js-acd-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #000;
}
.js-acd-btn::before {
  transform: translateY(-50%);
}
.js-acd-btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.js-acd-btn.open::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-grey {
  color: #393c3e;
}

.fc-green {
  color: #289338;
}

.fz-sm {
  font-size: clamp(12px, 1.4rem, 16px);
}

.fz-md {
  font-size: clamp(14px, 1.6rem, 20px);
  font-weight: 600;
}

.fz-lg {
  font-size: clamp(16px, 1.8rem, 24px);
}

.aspect-43 {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.radius-20 {
  border-radius: 2rem !important;
  overflow: hidden;
}

.box-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
}

.bg-leaf {
  /* 背景の葉っぱ：画面が狭くなると左右へ逃げていく */
  background: url(images/bg_leaf_left.png) left clamp(-300px, 50vw - 900px, 0px) top -60px/auto repeat-y, url(images/bg_leaf_right.png) right clamp(-300px, 50vw - 900px, 0px) top -60px/auto repeat-y;
}
@media only screen and (max-width: 834px) {
  .bg-leaf {
    background: url(images/bg_leaf_left.png) left -20vw top/40vw repeat-Y, url(images/bg_leaf_right.png) right -20vw top/40vw repeat-Y;
  }
}

.bg-leaf-top {
  background: url(images/bg_leaf_left.png) left top 200px/auto repeat-Y, url(images/bg_leaf_right.png) right top 200px/auto repeat-Y;
}
@media only screen and (max-width: 834px) {
  .bg-leaf-top {
    background: url(images/bg_leaf_left.png) left -20vw top/40vw repeat-Y, url(images/bg_leaf_right.png) right -20vw top/40vw repeat-Y;
  }
}

.bg-box {
  position: relative;
  z-index: 0;
}
.bg-box::before {
  content: "";
  position: absolute;
  top: -5rem;
  width: 150vw;
  height: calc(100% + 10rem);
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
.bg-box.--center::before {
  width: 100%;
  left: 0;
  border-radius: 2rem;
}
.bg-box.--left::before {
  left: 0;
}
@media only screen and (max-width: 834px) {
  .bg-box.--left::before {
    width: 100%;
    border-radius: 2rem;
  }
}
.bg-box.--right::before {
  right: 0;
}
@media only screen and (max-width: 834px) {
  .bg-box.--right::before {
    width: 100%;
    border-radius: 2rem;
  }
}

.max-width-800 {
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.max-width-1000 {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
.btn-wrap.--left {
  justify-content: flex-start;
}
@media only screen and (max-width: 834px) {
  .btn-wrap.--left {
    justify-content: center;
  }
}
.btn-wrap.--right {
  justify-content: flex-end;
}
@media only screen and (max-width: 834px) {
  .btn-wrap.--right {
    justify-content: center;
  }
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 306px;
  width: 100%;
  min-height: 3.5em;
  background-color: #fff;
  border: 1px solid;
  border-radius: 999px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.2em 1.5em 0.2em 0.8em;
  gap: 1rem;
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 834px) {
  .btn {
    min-height: 2.6em;
  }
}
.btn::after {
  font-family: "Material Icons";
  content: "\e5cc";
  position: absolute;
  top: 50%;
  right: 0.4em;
  transform: translateY(-50%);
}
.btn.--lg {
  max-width: 418px;
  min-height: 4em;
  font-size: 1.25em;
}
@media only screen and (max-width: 834px) {
  .btn.--lg {
    min-height: 2.6em;
    font-size: 1em;
  }
}
.btn.--web {
  border-width: 0.5rem;
  color: #9f1547;
}
.btn.--web img {
  max-width: 50%;
  max-height: 90%;
  object-fit: contain;
}
.btn.--line {
  border-width: 0.5rem;
  color: #37b900;
}
.btn.--line img {
  max-width: 50%;
  max-height: 65%;
  object-fit: contain;
}
.btn.--green {
  min-height: 2.6em;
  background: linear-gradient(120deg, #4eac46 0%, #53d642 100%);
  border: none;
  color: #fff;
}
.btn.--price {
  border: 0.5rem solid #289338;
  color: #289338;
}

.section-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 3em;
}
@media only screen and (max-width: 834px) {
  .section-title {
    margin-bottom: 2em;
    text-align: center;
  }
}
.section-title .en {
  display: block;
  font-family: "Lobster", sans-serif;
  font-size: 4.25em;
  font-weight: normal;
  line-height: 1;
  margin-top: 0.1em;
}
@media only screen and (max-width: 834px) {
  .section-title .en {
    font-size: 2.357em;
  }
}
.section-title .sub {
  display: block;
  font-size: 1.625em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 834px) {
  .section-title .sub {
    font-size: 1.142em;
  }
  .section-title .sub.--sp-lg {
    font-size: 1.35em;
  }
}
.section-title.--center {
  text-align: center;
}
.section-title.--right {
  text-align: right;
}
@media only screen and (max-width: 834px) {
  .section-title.--right {
    text-align: center;
  }
}

.title-01 {
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media only screen and (max-width: 834px) {
  .title-01 {
    font-size: 1.3em;
  }
}

.title-02 {
  background-color: #fff;
  border-radius: 1.3rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #289338;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 834px) {
  .title-02 {
    font-size: 1.3em;
  }
}

.title-03 {
  border-bottom: 1px solid #dee9de;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 0 0.5em 1em;
  margin-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .title-03 {
    font-size: 1em;
  }
}
.title-03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 1em;
  background: #289338;
  border-radius: 999px;
}

.no {
  width: 4em;
  background: linear-gradient(120deg, #4eac46 0%, #53d642 100%);
  border-radius: 99px;
  color: #fff;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .no {
    font-size: 1.142em;
    margin-bottom: 0.5em;
  }
}

.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: #289338;
  font-weight: bold;
}

.box-line-green {
  background-color: #fff;
  border: 1rem solid #5eaf23;
  border-radius: 2rem;
  padding: 5rem 5rem;
}

.box-white {
  max-width: 486px;
  height: 100%;
  background-color: #fff;
  margin: 0 auto;
}

.table-price {
  width: 100%;
}
.table-price th,
.table-price td {
  font-weight: 600;
  line-height: 1.25;
  padding: 0.5em 0;
  vertical-align: middle;
}
.table-price .price {
  color: #e37575;
  font-weight: bold;
  text-align: right;
}

html {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
  line-height: 1.6;
  scroll-behavior: smooth;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 834px) {
  html {
    font-size: clamp(5px, 5px + 5 * (100vw - 375px) / 375, 15px);
    letter-spacing: normal;
  }
}

body {
  font-size: clamp(14px, 1.6rem, 20px);
}

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

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

.wrap {
  background: url(images/bg_base.jpg) center center/cover no-repeat;
  background-attachment: fixed;
  min-width: 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .wrap {
    min-width: auto;
  }
}

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

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

.twocols-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 4rem;
  row-gap: 8rem;
  padding: 0 0 10rem;
}
@media only screen and (max-width: 834px) {
  .twocols-wrap {
    flex-direction: column;
  }
}
.twocols-wrap .main {
  width: 100%;
}
.twocols-wrap .sidebar {
  flex-shrink: 0;
  width: 300px;
}
@media only screen and (max-width: 834px) {
  .twocols-wrap .sidebar {
    width: 100%;
  }
}

/* PC */
@media screen and (min-width: 835px) {
  html {
    scroll-padding-top: 100px;
  }
  .header {
    position: relative;
    width: 100%;
    min-width: 0px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    z-index: 9;
  }
  .header.--fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header__inner {
    min-height: 100px;
    max-width: 1980px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 8px 20px;
    margin: 0 auto;
  }
  .header__logo {
    flex-shrink: 0;
  }
  .header__nav {
    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;
    column-gap: 40px;
    row-gap: 10px;
  }
  .header__menu .menu-item {
    min-height: 2em;
  }
  .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 {
    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 (any-hover: hover) and (any-pointer: fine) {
  .header__menu > .menu-item > a:hover {
    opacity: 1;
    color: #289338;
  }
}
@media screen and (min-width: 835px) and (any-hover: none) and (any-pointer: coarse) {
  .header__menu > .menu-item > a:active {
    opacity: 1;
    color: #289338;
  }
}
@media screen and (min-width: 835px) {
  .header__menu > .menu-item > a:focus-visible {
    opacity: 1;
    color: #289338;
  }
  .header__menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #ccc;
    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;
    word-break: keep-all;
  }
}
@media screen and (min-width: 835px) and (any-hover: hover) and (any-pointer: fine) {
  .header__menu .sub-menu > .menu-item > a:hover {
    opacity: 1;
    color: #289338;
  }
}
@media screen and (min-width: 835px) and (any-hover: none) and (any-pointer: coarse) {
  .header__menu .sub-menu > .menu-item > a:active {
    opacity: 1;
    color: #289338;
  }
}
@media screen and (min-width: 835px) {
  .header__menu .sub-menu > .menu-item > a:focus-visible {
    opacity: 1;
    color: #289338;
  }
  .header__menu .menu-item:hover > .sub-menu {
    display: block;
  }
  .header .btn-wrap {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .header .btn-wrap .btn {
    min-height: 2.6em;
    height: 2.6em;
  }
}
/* スマホメニュー */
@media only screen and (max-width: 834px) {
  html {
    scroll-padding-top: 70px;
  }
  .header {
    position: relative;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    z-index: 9;
  }
  .header.--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header__inner {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 70px 0 2rem;
  }
  .header__logo {
    max-width: 128px;
  }
  .header__menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    background-color: transparent;
    padding: 0;
    z-index: 9;
  }
  .header__menu-toggle span {
    position: absolute;
    width: 36px;
    height: 3px;
    left: 17px;
    background: linear-gradient(to right, #4eac46 0%, #53d642 100%);
    transition: 0.2s ease-in-out;
  }
  .header__menu-toggle span:nth-child(1) {
    top: 24px;
  }
  .header__menu-toggle span:nth-child(2) {
    top: 35px;
  }
  .header__menu-toggle span:nth-child(3) {
    top: 46px;
  }
  .header__menu-container {
    visibility: hidden;
    position: fixed;
    top: 70px;
    right: -100%;
    width: 100%;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    background-color: #fff;
    padding: 0 4rem 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: #000;
    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 .btn-wrap {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  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: #438e5d;
  border-radius: 4rem 4rem 0 0;
  color: #fff;
}
.footer__inner {
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .footer__inner {
    padding: 0 4rem;
  }
}
.footer__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  padding: 5rem 0 2rem;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .footer__flex {
    flex-direction: column;
    align-items: center;
    padding: 7rem 0 4rem;
  }
}
.footer__flex::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #fff;
}
@media only screen and (max-width: 834px) {
  .footer__flex::after {
    width: 15rem;
  }
}
.footer__flex-left {
  flex-shrink: 0;
}
@media only screen and (max-width: 834px) {
  .footer__flex-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.footer__flex-right {
  flex-grow: 1;
}
@media only screen and (max-width: 834px) {
  .footer__flex-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.footer__logo {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 834px) {
  .footer__logo {
    order: 1;
    width: 60%;
  }
}
.footer__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 834px) {
  .footer__description {
    order: 3;
    width: 100%;
    font-size: clamp(16px, 3.6rem, 20px);
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 834px) {
  .footer__sns {
    order: 2;
    width: 40%;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 834px) {
  .footer__nav {
    order: 3;
    width: 100%;
  }
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 834px) {
  .footer__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    margin-bottom: 0;
  }
}
.footer__menu .menu-item a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.footer .btn-wrap {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 834px) {
  .footer .btn-wrap {
    order: 1;
  }
}
.footer__tel {
  text-align: right;
}
@media only screen and (max-width: 834px) {
  .footer__tel {
    order: 2;
    margin-bottom: 3rem;
    text-align: left;
  }
}
.footer__tel-label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 834px) {
  .footer__tel-label {
    font-size: clamp(14px, 2.52rem, 20px);
  }
}
.footer__tel-number {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 834px) {
  .footer__tel-number {
    font-size: clamp(16px, 4.34rem, 40px);
  }
}
.footer__tel-number img {
  width: 0.8em;
  margin-right: 1rem;
}
.footer__copyright {
  padding: 5rem 2rem 2rem;
  width: 100%;
  font-size: 14px;
  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: linear-gradient(120deg, #4eac46 0%, #53d642 100%);
  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 {
  height: clamp(600px, 50vw, 1000px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(images/bg_mv_left.png) top left/auto no-repeat, url(images/bg_mv_right.png) top right/auto no-repeat, url(images/mv_pc.png) center center/auto 100% no-repeat;
}
@media only screen and (max-width: 834px) {
  .mv {
    align-items: flex-end;
    height: 184.6vw;
    background: url(images/bg_mv_left.png) top left -15vw/40vw auto no-repeat, url(images/bg_mv_right.png) top right -12vw/40vw auto no-repeat, url(images/mv_sp.png) center center/auto 100% no-repeat;
  }
}
.mv__text {
  font-size: clamp(20px, 4vw, 60px);
  font-weight: bold;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 834px) {
  .mv__text {
    font-size: clamp(20px, 6.2vw, 60px);
  }
}
.mv__text .en {
  font-family: "Lobster", sans-serif;
  font-size: clamp(24px, 8.4vw, 70px);
  font-weight: normal;
}
@media only screen and (max-width: 834px) {
  .mv .btn-wrap {
    padding-bottom: 6rem;
  }
}

.voice__slider {
  padding-bottom: 5rem;
}
.voice__slider .slick-slide {
  padding: 0 2rem;
}
.voice__slider .slick-slide img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 2em;
}
.voice__slider .slick-dots {
  bottom: 0;
}
.voice__slider .slick-dots li button::before {
  font-family: unset;
  content: "●";
  color: #656765;
}
.voice__slider .slick-dots li.slick-active button::before {
  transform: scale(1.5);
  color: #656765 !important;
}

.access__table th {
  font-weight: 600;
  vertical-align: top;
  padding: 1em 2em 1em 0;
}
@media only screen and (max-width: 834px) {
  .access__table th {
    display: block;
    padding: 1em 0 0.2em;
  }
}
.access__table td {
  font-weight: 600;
  vertical-align: top;
  padding: 0.5em 0 0;
}
@media only screen and (max-width: 834px) {
  .access__table td {
    display: block;
    padding: 0;
  }
}
@media only screen and (max-width: 834px) {
  .access iframe {
    height: 50vw;
  }
}

.news {
  background: url(images/bg_news_left.png) left bottom/auto no-repeat, url(images/bg_news_right.png) right center/auto no-repeat, url(images/bg_news.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 834px) {
  .news {
    background: url(images/bg_news_left.png) left -10vw top 20vw/40vw auto no-repeat, url(images/bg_news_right.png) right center/40vw auto no-repeat, url(images/bg_news.jpg) center center/cover no-repeat;
  }
}
.news__box {
  background-color: #fff;
  border: 1.4rem solid #1cbc53;
  border-radius: 7rem;
  padding: 5rem 7rem;
}
@media only screen and (max-width: 834px) {
  .news__box {
    padding: 6rem 4rem;
  }
}

.trouble__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  grid-auto-rows: minmax(12rem, auto);
  gap: 3rem;
}
.trouble__list > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1em;
  font-weight: 600;
  padding: 2rem;
}
.trouble__list > li strong {
  display: block;
  color: #289338;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 834px) {
  .trouble__list > li strong {
    font-size: 1.4em;
  }
}

.faq__list > li {
  background-color: rgba(247, 247, 247, 0.85);
  padding: 1rem 4rem;
}
.faq__list > li:not(:last-child) {
  margin-bottom: 2rem;
}
.faq__list .question,
.faq__list .answer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 10rem;
  padding: 2rem 0 2rem 8rem;
  position: relative;
}
.faq__list .question::before,
.faq__list .answer::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0ba20b;
  border-radius: 0.7rem;
  color: #fff;
  font-family: serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}
.faq__list .question {
  font-size: 1.125em;
  font-weight: bold;
}
.faq__list .question::before {
  content: "Q";
}
.faq__list .answer {
  border-top: 1px solid #0ba20b;
  font-size: 1em;
  font-weight: normal;
}
.faq__list .answer::before {
  content: "A";
}

.price__list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price__list li:not(:last-child) {
  border-bottom: 2px solid #0ba20b;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.price__list-ttl {
  width: calc(100% - 16rem);
  font-size: 1.625em;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 834px) {
  .price__list-ttl {
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 1rem;
  }
}
.price__list-price {
  width: 16rem;
  flex-shrink: 0;
  font-size: 1.625em;
  font-weight: 500;
  letter-spacing: normal;
  text-align: right;
}
@media only screen and (max-width: 834px) {
  .price__list-price {
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 1rem;
  }
}
.price__list-desc {
  width: calc(100% - 160px);
}
@media only screen and (max-width: 834px) {
  .price__list-desc {
    width: 100%;
  }
}

@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: 1320px;
  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: #289338;
}

.post-list > li {
  background-color: #fff;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
.post-list > li:not(:last-child) {
  margin-bottom: 2rem;
}
.post-list__title {
  border-bottom: 1px solid #0ba20b;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.post-list__date {
  color: #289338;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.5em;
}
.post-list__excerpt {
  margin-bottom: 2rem;
}
.post-list__excerpt a {
  color: #0ba20b;
}
.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: #0ba20b;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0 0.5em;
  margin: 0.5rem 0.5rem 0;
}

.post-single__date {
  color: #289338;
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.post-single__title {
  border-bottom: 1px solid #0ba20b;
  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: #0ba20b;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0 0.5em;
  margin: 0.5rem 0.5rem 0;
}

.latest-list {
  line-height: 1.6;
}
.latest-list > li {
  border-bottom: 2px solid #ccc;
}
.latest-list > li:not(:last-child) {
  margin-bottom: 1em;
}
.latest-list__date {
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.latest-list__title {
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 834px) {
  .latest-list__title {
    font-size: 1em;
  }
}
.latest-list__title a {
  color: inherit;
}

.sidebar {
  background-color: #fff;
  padding: 2rem;
  border-radius: 2rem;
}
.sidebar .wp-block-group {
  padding-bottom: 4rem;
}
.sidebar .wp-block-heading,
.sidebar .wp-block-search__label {
  display: block;
  background-color: #0ba20b;
  border-radius: 0.7rem;
  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 #0ba20b;
}
.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: #000;
}
.sidebar .wp-block-archives-list {
  line-height: 1.25;
}
.sidebar .wp-block-archives-list li {
  padding: 0.8em 1em;
  border-bottom: 1px solid #0ba20b;
}
.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 #289338;
  color: #289338;
  font-size: 14px;
  width: 34px;
  line-height: 34px;
  text-align: center;
}
.pagination ul .current {
  background-color: #289338;
  color: #fff;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .pagination ul a:hover {
    opacity: 1;
    background-color: #289338;
    color: #fff;
  }
}
@media (any-hover: none) and (any-pointer: coarse) {
  .pagination ul a:active {
    opacity: 1;
    background-color: #289338;
    color: #fff;
  }
}
.pagination ul a:focus-visible {
  opacity: 1;
  background-color: #289338;
  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 #289338;
  color: #289338;
  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: #289338;
  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: #289338 !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 */