@charset "UTF-8";
/*!
Theme Name: hiro method school
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
License:
License URI:
Text Domain:
Tested up to:
Requires PHP:
*/
/*! 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.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

/**
 * 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;
}

.fz-3_6 {
  font-size: 3.6rem !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;
  }
  .fz-md-3_6 {
    font-size: 3.6rem !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;
  }
  .fz-sm-3_6 {
    font-size: 3.6rem !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%);
}

.keep-all {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.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: #666666;
}
.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-gold {
  color: #cfa941;
}

.fc-black {
  color: #3d3835;
}

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

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

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

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

.fz-xlg {
  font-size: clamp(18px, 2rem, 24px);
}

.section-title {
  color: #3d3835;
  font-size: clamp(20px, 3.2rem, 32px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  position: relative;
}
.section-title .en {
  display: block;
  color: #d1d5db;
  font-family: "Jost", sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.25em;
}
.section-title.--white {
  color: #fff;
}
.section-title.--white .en {
  color: #fff;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3em;
  height: 5px;
  background: linear-gradient(90deg, #cfa941 0%, rgba(207, 169, 65, 0) 100%);
}
.section-title.--center {
  text-align: center;
}
.section-title.--center::after {
  left: 50%;
  transform: translateX(-50%);
}
.section-title.--sm {
  font-size: clamp(18px, 2.4rem, 24px);
}

.page-title {
  padding: 2rem 0 0;
}
.page-title__band {
  min-height: 25.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #d4b856 0%, #eadd99 100%);
  border-radius: 1.6rem;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
@media only screen and (max-width: 834px) {
  .page-title__band {
    min-height: 20rem;
  }
}
.page-title__text {
  color: #fff;
  font-size: clamp(20px, 4.2rem, 42px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

.title-36 {
  color: #3d3835;
  font-size: clamp(22px, 3.6rem, 36px);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.title-30 {
  color: #3d3835;
  font-size: clamp(21px, 3rem, 30px);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.4;
  margin-bottom: 1em;
}

.title-26 {
  color: #3d3835;
  font-size: clamp(20px, 2.6rem, 26px);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.title-24 {
  color: #3d3835;
  font-size: clamp(19px, 2.4rem, 24px);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.title-22 {
  color: #3d3835;
  font-size: clamp(18px, 2.2rem, 22px);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align: center;
}

.title-20 {
  color: #3d3835;
  font-size: clamp(18px, 2rem, 24px);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.4;
  margin-bottom: 1em;
}

.title-18 {
  color: #3d3835;
  font-size: clamp(16px, 1.8rem, 22px);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.4;
  margin-bottom: 1em;
}

.--underline {
  border-bottom: 1px solid #edebe8;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}

.border-grey {
  border-color: #edebe8;
}

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

.btn {
  min-width: min(220px, 100%);
  min-height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 999px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.25;
  padding: 5px 1.5em;
  position: relative;
  text-align: center;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.4em;
  height: 0.4em;
  border: 0;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: translateY(-50%) rotate(45deg);
}
.btn.--gold {
  background: linear-gradient(90deg, #c6bc94 0%, #b58e4f 100%);
  border: none;
  color: #fff;
}
.btn.--white {
  background-color: #fff;
  border-color: #fff;
  color: #666666;
}
.btn.--line-gold {
  background-color: #fff;
  border-color: #cfa941;
  color: #666666;
}
.btn.--line-white {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn.--line-grey {
  background: #ffffff;
  border: 1px solid #d1d5db;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  color: #3d3835;
}
.btn.--md {
  min-width: min(260px, 100%);
  min-height: 44px;
}
.btn.--lg {
  min-width: min(340px, 100%);
  min-height: 52px;
}

/* Target Section */
.bg-grd {
  background: linear-gradient(90deg, #8b7355 0%, #d4b856 100%);
}

.bg-grey {
  background-color: #f9f9f9;
}

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

.box-shadow {
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 2rem;
}
.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.circle.--line {
  border: 5px solid #fff;
}

.photo-frame {
  border: 5px solid #fff;
  border-radius: 2rem;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.tag {
  width: fit-content;
  background-color: #fbf7ec;
  border-radius: 999px;
  color: #cfa941;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 1em;
}
.tag.--gold {
  background-color: #cfa941;
  color: #fff;
}
.tag.--grey {
  background-color: #edebe8;
  color: #666666;
}

.no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4em;
  background-color: #d1d5db;
  border-radius: 999px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.no.--gold {
  width: 2.6em;
  aspect-ratio: 1/1;
  background-color: #fbf7ec;
  color: #cfa941;
  font-size: 1.5em;
  line-height: 1;
  border-radius: 1rem;
}

.num {
  color: #cfa941;
  font-family: "Jost", sans-serif;
  font-size: 1.25em;
  line-height: 1;
  padding-right: 0.25em;
}

.box-01 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  padding: 2rem 2rem 3rem;
}

.box-02 {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 834px) {
  .box-02 {
    flex-direction: column;
  }
}
.box-02__left {
  width: 224px;
}
@media only screen and (max-width: 834px) {
  .box-02__left {
    width: 100%;
  }
  .box-02__left img {
    aspect-ratio: 5/4;
    object-fit: cover;
  }
}
.box-02__right {
  width: 326px;
  display: flex;
  flex-direction: column;
}
.box-02__right .btn-wrap {
  padding-top: 2rem;
  margin-top: auto;
  margin-bottom: 0;
}
.box-02.--line-grd {
  border: 0.6rem solid;
  border-image: linear-gradient(90deg, #8b7355 0%, #d4b856 100%) 1;
  border-radius: 2rem;
  padding: 2rem;
}

.box-03 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  padding: 3rem 3rem 4rem;
}

.box-04 {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 2rem;
  padding: 3rem;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .box-04 {
    flex-direction: column;
    padding: 4rem;
  }
}
.box-04__left {
  flex-shrink: 0;
  width: 214px;
}
@media only screen and (max-width: 834px) {
  .box-04__left {
    width: 100%;
  }
  .box-04__left img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
}
.box-04::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.5em; /* ← borderの太さ */
  border-radius: 2rem;
  background: linear-gradient(90deg, #8b7355 0%, #d4b856 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.box-05 {
  background-color: #fff;
  border-radius: 2rem;
  padding: 8rem 4rem 8rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.box-06 {
  background-color: #f9f9f9;
  border-radius: 1.5rem;
  padding: 2rem 3rem 2rem;
  box-shadow: -5px 0 #cfa941;
}
.box-06.--bg-white {
  background-color: #fff;
}
.box-06.--bg-beige {
  background: linear-gradient(to right, rgba(207, 169, 65, 0.1), transparent 100%);
}

.box-07 {
  background-color: #f9f9f9;
  border-radius: 2rem;
  padding: 2rem 3rem;
}

.box-08 {
  background: linear-gradient(135deg, #ffffff 0%, #f3f1ec 100%);
  border: 1px solid rgba(207, 169, 65, 0.2);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 4rem;
  padding: 4rem;
}

.list-disc {
  line-height: 1.5;
}
.list-disc > li {
  padding-left: 1.5em;
  position: relative;
}
.list-disc > li:not(:last-child) {
  margin-bottom: 1em;
}
.list-disc > li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 6px;
  height: 6px;
  background-color: #666666;
  border-radius: 50%;
}
.list-disc.--gold li::before {
  background-color: #cfa941;
}
.list-disc.--col2 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1rem;
}
.list-disc.--col2 > li {
  width: calc(50% - 1rem);
  margin-bottom: 0;
}
@media only screen and (max-width: 834px) {
  .list-disc.--col2 > li {
    width: 100%;
  }
}
.list-disc.--col3 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1rem;
}
.list-disc.--col3 > li {
  width: calc((100% - 4rem) / 3);
}
@media only screen and (max-width: 834px) {
  .list-disc.--col3 > li {
    width: 100%;
  }
}

.list-check {
  line-height: 1.4;
}
.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;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  background: url(images/icon_check_circle.svg) center center/70% 70% no-repeat;
  background-color: rgba(207, 169, 65, 0.15);
  border-radius: 100%;
}
.list-check > li strong {
  color: #cfa941;
  font-weight: bold;
}

.list-recommend {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .list-recommend {
    column-gap: 0;
    row-gap: 1rem;
  }
}
.list-recommend > li {
  width: calc(50% - 2rem);
  background: #f7f6f5;
  border-radius: 1rem;
  padding: 1em 2em 1em 4em;
  line-height: 1.4;
  break-inside: avoid;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .list-recommend > li {
    width: 100%;
  }
}
.list-recommend > li::before {
  content: "●";
  position: absolute;
  top: 1.6em;
  left: 1.5em;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(207, 169, 65, 0.1);
  border-radius: 50%;
  color: #cfa941;
  font-size: 0.6em;
  font-weight: bold;
  line-height: 1;
}

.list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.list-tag > li {
  display: inline-block;
  line-height: 1.25;
  background-color: #f7f6f5;
  padding: 0.25em 1em;
  border-radius: 5px;
}

.cta {
  background: #3d3835;
  color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.4);
  padding: 6rem 4rem;
  text-align: center;
}
.cta__title {
  font-size: clamp(18px, 3rem, 30px);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.cta__lead {
  font-size: clamp(16px, 1.8rem, 22px);
  line-height: 1.6;
  margin-bottom: 3rem;
}

html {
  color: #666666;
  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;
  scroll-padding-top: 100px;
}
@media only screen and (max-width: 834px) {
  html {
    font-size: clamp(5px, 5px + 5 * (100vw - 375px) / 375, 15px);
    letter-spacing: normal;
    scroll-padding-top: 66px;
  }
}

body {
  font-size: clamp(15px, 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 {
  min-width: 0;
  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.--md {
  max-width: 1120px;
}
.inner.--lg {
  max-width: 1300px;
}

section {
  padding-block: 10rem;
}
@media only screen and (max-width: 834px) {
  section {
    padding-block: 8rem;
  }
}

.content {
  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) {
  .content {
    flex-direction: column;
  }
}
.content .main {
  width: 100%;
}
.content .sidebar {
  flex-shrink: 0;
  width: 300px;
}
@media only screen and (max-width: 834px) {
  .content .sidebar {
    width: 100%;
  }
}

@media screen and (min-width: 835px) {
  .header {
    min-width: 0;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9;
  }
  .header.--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 8px rgba(136, 37, 0, 0.1607843137);
  }
  .header__inner {
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 20px 0;
  }
  .header__logo {
    flex-shrink: 0;
  }
  .header__nav {
    flex-shrink: 1;
    flex-grow: 1;
  }
  .header__menu-toggle {
    display: none;
  }
  .header__menu-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .header__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
  }
  .header__menu .menu-item a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }
  .header__menu > .menu-item {
    position: relative;
  }
  .header__menu > .menu-item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 20px;
    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: #cfa941;
  }
}
@media screen and (min-width: 835px) and (any-hover: none) and (any-pointer: coarse) {
  .header__menu > .menu-item > a:active {
    opacity: 1;
    color: #cfa941;
  }
}
@media screen and (min-width: 835px) {
  .header__menu > .menu-item > a:focus-visible {
    opacity: 1;
    color: #cfa941;
  }
  .header__menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 20rem;
    background-color: #fff;
    border: 1px solid #cfa941;
    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 #cfa941 transparent;
  }
  .header__menu .sub-menu > .menu-item:not(:last-child) {
    border-bottom: 1px solid #cfa941;
  }
  .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: #cfa941;
  }
}
@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: #cfa941;
  }
}
@media screen and (min-width: 835px) {
  .header__menu .sub-menu > .menu-item > a:focus-visible {
    opacity: 1;
    color: #cfa941;
  }
  .header__menu .menu-item:hover > .sub-menu {
    display: block;
  }
  .header__contact {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 10px;
  }
}
/* スマホメニュー */
@media only screen and (max-width: 834px) {
  .header {
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9;
  }
  .header.--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px #ccc;
  }
  .header__inner {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 5vw;
  }
  .header__logo {
    width: 220px;
  }
  .header__menu-toggle {
    width: 66px;
    height: 66px;
    position: relative;
    z-index: 9;
  }
  .header__menu-toggle span {
    position: absolute;
    width: 34px;
    height: 3px;
    left: 16px;
    background-color: #cfa941;
    transition: 0.2s ease-in-out;
  }
  .header__menu-toggle span:nth-child(1) {
    top: 21px;
  }
  .header__menu-toggle span:nth-child(2) {
    top: 32px;
  }
  .header__menu-toggle span:nth-child(3) {
    top: 43px;
  }
  .header__menu-container {
    visibility: hidden;
    position: fixed;
    top: 66px;
    right: -100%;
    width: 100%;
    max-height: calc(100vh - 66px);
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 20px;
    z-index: 8;
    transition: visibility 0.35s;
  }
  .header__menu {
    border-bottom: 1px solid #cfa941;
    margin: 0 0 20px;
  }
  .header__menu .menu-item {
    position: relative;
  }
  .header__menu .menu-item a {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #cfa941;
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    padding: 5px 30px;
    text-align: center;
  }
  .header__menu .sub-menu {
    display: none;
  }
  .header__sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    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: 66px;
    left: 0;
    background-color: #000;
    cursor: pointer;
    opacity: 0;
    transition: all 0.6s;
    visibility: hidden;
    z-index: -1;
  }
  .header__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  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: #3d3835;
  border-top: 4px solid #cfa941;
  color: #fff;
}
.footer__inner {
  max-width: 1200px;
  padding: 10rem 2rem 4rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 6rem;
  column-gap: 4rem;
}
@media only screen and (max-width: 834px) {
  .footer__inner {
    justify-content: center;
  }
}
@media only screen and (max-width: 834px) {
  .footer__inner-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer__logo {
  margin-bottom: 3rem;
}
.footer__address {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1em;
}
.footer__description {
  max-width: 254px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 834px) {
  .footer__description {
    max-width: 400px;
    padding-inline: 4rem;
  }
}
.footer__sns {
  display: flex;
  gap: 2rem;
}
.footer__menu {
  max-height: 15em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 3rem;
}
@media only screen and (max-width: 834px) {
  .footer__menu {
    max-height: unset;
  }
}
.footer__menu .menu-item {
  padding: 0.25em 0;
}
.footer__menu .menu-item a {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 1.5em;
  position: relative;
}
.footer__menu .menu-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: translateY(-50%) rotate(45deg);
}
.footer__menu .menu-item a[href="#"] {
  pointer-events: none;
  cursor: default;
}
.footer__menu .menu-item a[href="#"]::after {
  display: none;
}
.footer__menu .sub-menu {
  padding-left: 1.5em;
}
.footer__contact-ttl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
.footer__contact-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__copyright {
  padding: 2rem 2rem 4rem;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
}

#pagetop {
  position: fixed;
  z-index: 7;
  right: 4rem;
  bottom: 4rem;
  opacity: 0;
  transition: 1s;
}
#pagetop button {
  width: clamp(50px, 8rem, 80px);
  height: clamp(50px, 8rem, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cfa941;
  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: clamp(15px, 1.6rem, 20px);
  line-height: 1.5;
  padding: 1.5rem;
}

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: clamp(16px, 1.8rem, 22px);
  padding: 5px 20px 5px 10px;
}

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

input[type=checkbox],
input[type=radio] {
  font-size: clamp(16px, 1.8rem, 22px);
  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] {
    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;
  color: #3d3835;
  font-size: clamp(13px, 1.4rem, 18px);
  font-weight: bold;
  margin-bottom: 8px;
}

.cf7-field .required {
  color: #ed2626;
  font-size: 1em;
  font-weight: bold;
  margin-left: 0.25em;
  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: 12px;
  color: #9ca3af;
}

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

.cf7-submit {
  margin-top: 3rem;
}

.cf7-submit input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  padding: 0.5em 1em;
  font-size: clamp(15px, 1.6rem, 20px);
  font-weight: bold;
  background-color: #3d3835;
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}

.trial-form .cf7-submit input[type=submit] {
  max-width: 24rem;
}

.cf7-field select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: clamp(15px, 1.6rem, 20px);
  color: #000000;
  background-color: #fff;
  appearance: none;
  background-image: url(images/icon_chevron.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
}

.contact-form {
  background: #f9f9f9;
  border-radius: 2rem;
  padding: 4rem;
}
@media only screen and (max-width: 834px) {
  .contact-form {
    padding: 3rem 2rem;
  }
}

.contact-form .cf7-note {
  border-top: 1px solid #edebe8;
  margin-top: 3rem;
  padding-top: 3rem;
  text-align: center;
  font-size: clamp(13px, 1.4rem, 18px);
  color: #9ca3af;
}

.contact-form .cf7-submit input[type=submit] {
  max-width: 30rem;
  background-image: url(images/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: left 3rem center;
  background-size: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 834px) {
  .contact-form .cf7-submit input[type=submit] {
    max-width: 50rem;
  }
}

.mv {
  height: 50vw;
  min-height: 500px;
  background: url(images/mv.jpg) center center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .mv {
    background: url(images/mv_sp.jpg) center top/cover no-repeat;
    height: calc(100vh - 66px);
    min-height: 0;
    align-items: flex-end;
    padding-bottom: 4rem;
  }
}
.mv__inner {
  width: 90%;
}
.mv__text {
  color: #fff;
  font-size: clamp(20px, 6vw, 60px);
  font-weight: bold;
  line-height: 1.6;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6666666667);
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 834px) {
  .mv__text {
    margin-bottom: 1em;
  }
}
.mv .btn {
  min-width: min(325px, 100%);
  min-height: 65px;
  color: #000;
  font-size: 1.25em;
  font-weight: bold;
  border-width: 0.4rem;
}
@media only screen and (max-width: 834px) {
  .mv .btn {
    min-width: 70vw;
    min-height: 3em;
  }
}

.course {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}
.course__head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.course__no {
  color: #cfa941;
  font-family: "Jost", sans-serif;
  font-size: clamp(20px, 3.6rem, 36px);
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
}
.course__title {
  color: #3d3835;
  font-size: clamp(18px, 2rem, 24px);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.course__overview-label {
  color: #cfa941;
  font-size: clamp(13px, 1.3rem, 14px);
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.course__desc {
  font-size: clamp(13px, 1.4rem, 18px);
  line-height: 1.6;
  margin-bottom: 2rem;
}
.course__detail {
  background: #f7f6f5;
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  font-size: clamp(13px, 1.4rem, 18px);
}
@media only screen and (max-width: 834px) {
  .course__detail {
    padding: 1.5rem 2rem;
  }
}
.course__detail-row + .course__detail-row {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(207, 169, 65, 0.2);
}
.course__detail-label {
  color: #3d3835;
  font-size: clamp(13px, 1.3rem, 14px);
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.course__detail-list p {
  font-weight: 500;
  line-height: 1.6;
}
.course__detail-list p + p {
  margin-top: 0.3em;
}
.course__extra-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  color: #cfa941;
  font-size: clamp(13px, 1.4rem, 18px);
  font-weight: bold;
  margin-top: 1.5rem;
}
.course__extra-link::after {
  content: "›";
  display: inline-block;
  font-weight: bold;
  transform: translateY(-0.1em);
}
.course__note {
  text-align: center;
  margin-top: 6rem;
  color: #666666;
  font-size: clamp(12px, 1.3rem, 14px);
}

.reasons {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  max-width: 930px;
  margin: 0 auto;
}

.reason {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media only screen and (max-width: 834px) {
  .reason {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
.reason__no {
  flex-shrink: 0;
  width: 11rem;
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: #cfa941;
  font-family: "Jost", sans-serif;
  font-size: clamp(20px, 4.8rem, 48px);
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.reason__body {
  flex: 1;
}
.reason__title {
  color: #3d3835;
  font-size: clamp(18px, 2.4rem, 24px);
  font-weight: 700;
  line-height: 1.4;
  padding-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 834px) {
  .reason__title {
    padding-top: 0;
  }
}
.reason__points {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  box-shadow: -5px 0 0 0 #cfa941;
}
@media only screen and (max-width: 834px) {
  .reason__points {
    padding: 1.5rem 2rem;
  }
}
.reason__points .points__title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #3d3835;
}
.reason__points ul li {
  padding-left: 1.2em;
  position: relative;
  font-size: clamp(13px, 1.4rem, 18px);
}
.reason__points ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #cfa941;
}
.reason__points ul li + li {
  margin-top: 0.3em;
}

.price-table {
  width: 100%;
  background: #fff;
  padding: 1rem 3rem;
  font-size: 1em;
}
@media only screen and (max-width: 834px) {
  .price-table {
    padding: 1rem 2rem;
    font-size: 0.875em;
  }
}
.price-table th,
.price-table td {
  padding: 1.5em 1em;
}
@media only screen and (max-width: 834px) {
  .price-table th,
  .price-table td {
    padding: 0.5em;
  }
}
.price-table thead th {
  background-color: #f9f9f9;
  border-bottom: 2px solid rgba(207, 169, 65, 0.2);
  color: #3d3835;
  word-break: keep-all;
}
.price-table thead th:nth-child(1) {
  white-space: nowrap;
}
.price-table tbody th {
  background-color: #f9f9f9;
  color: #3d3835;
  white-space: nowrap;
  vertical-align: middle;
}
.price-table tbody td {
  border-bottom: 2px solid #f9f9f9;
}
.price-table tbody td:nth-child(1) {
  white-space: nowrap;
}
.price-table .price {
  text-align: right;
}

.faq__item {
  background: #fff;
  border-radius: 2.4rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 8px solid rgba(207, 169, 65, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  padding: 4rem 3rem;
  margin: 0;
}
.faq__item + .faq__item {
  margin-top: 3rem;
}
@media only screen and (max-width: 834px) {
  .faq__item {
    padding: 1.5rem 2rem;
  }
}
.faq__q {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #3d3835;
  font-size: clamp(18px, 2rem, 24px);
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.faq__q-text {
  flex: 1;
}
.faq__a {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin: 3rem 0 0;
  padding-top: 3rem;
  border-top: 1px solid #edebe8;
}
.faq__a-text {
  flex: 1;
  font-size: clamp(14px, 1.5rem, 16px);
  line-height: 2;
  margin: 0;
}
.faq__icon {
  flex-shrink: 0;
  color: #cfa941;
  font-family: "Jost", sans-serif;
  font-size: clamp(30px, 3.6rem, 36px);
  font-weight: bold;
  line-height: 1;
}
.faq__icon.--a {
  color: #d1d5db;
}

.history {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 2.4rem;
}
.history::before {
  content: "";
  position: absolute;
  top: 0.7em;
  bottom: 0.7em;
  left: 0.4rem;
  width: 2px;
  background: rgba(207, 169, 65, 0.35);
}
.history dt {
  position: relative;
  width: 10rem;
  flex-shrink: 0;
  color: #cfa941;
  font-family: "Jost", sans-serif;
  font-size: clamp(18px, 2rem, 24px);
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 2.4rem;
}
.history dt::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: -2.4rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #cfa941;
  box-shadow: 0 0 0 4px #fbf7ec;
}
@media only screen and (max-width: 834px) {
  .history dt {
    width: 100%;
    padding-bottom: 0.4em;
  }
}
.history dd {
  width: calc(100% - 10rem);
  color: #3d3835;
  font-size: clamp(15px, 1.6rem, 20px);
  line-height: 1.6;
  margin: 0;
  padding-bottom: 2.4rem;
}
.history dd:last-of-type {
  padding-bottom: 0;
}
@media only screen and (max-width: 834px) {
  .history dd {
    width: 100%;
    padding-bottom: 2rem;
  }
}

.trial-gallery {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 834px) {
  .trial-gallery {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.trial-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}
.trial-gallery__left {
  width: 45%;
}
@media only screen and (max-width: 834px) {
  .trial-gallery__left {
    width: 100%;
  }
  .trial-gallery__left img {
    aspect-ratio: 4/3;
  }
}
.trial-gallery__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 834px) {
  .trial-gallery__right {
    gap: 1.5rem;
  }
}
.trial-gallery__right-top {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 834px) {
  .trial-gallery__right-top {
    gap: 1.5rem;
  }
}
.trial-gallery__right-top > * {
  width: calc(50% - 1rem);
}
.trial-gallery__right-top > * img {
  aspect-ratio: 3/3;
}
.trial-gallery__right-btm img {
  aspect-ratio: 16/7;
}

.detail-list {
  margin-top: 4rem;
}
.detail-list__row {
  display: flex;
  gap: 3rem;
  padding: 2.5rem 0;
  border-top: 1px solid #edebe8;
}
.detail-list__row:last-child {
  border-bottom: 1px solid #edebe8;
}
@media only screen and (max-width: 834px) {
  .detail-list__row {
    flex-direction: column;
    gap: 0.8rem;
    padding: 2rem 0;
  }
}
.detail-list__label {
  flex-shrink: 0;
  width: 12rem;
  color: #3d3835;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .detail-list__label {
    width: 100%;
  }
}
.detail-list__body {
  flex: 1;
}
.detail-list__price {
  color: #cfa941;
  font-size: clamp(20px, 2.8rem, 28px);
  font-weight: bold;
  line-height: 1.2;
}
.detail-list__price .tax {
  color: #666666;
  font-size: 0.5em;
  font-weight: normal;
  margin-left: 0.5em;
}
.detail-list__subtitle {
  border-left: 4px solid #cfa941;
  padding-left: 1rem;
  color: #3d3835;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.side-cta {
  position: fixed;
  right: 4rem;
  bottom: 16rem;
  z-index: 8;
  background: linear-gradient(135deg, #e3cf7e 0%, #c2a24f 100%);
  border: 3px solid #fff;
  border-radius: 1.6rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  padding: 1.5rem 2rem;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 834px) {
  .side-cta {
    right: 2rem;
    bottom: 16rem;
    padding: 2rem 4rem;
  }
}
.side-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  pointer-events: none;
}
.side-cta__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .side-cta__link:hover {
    opacity: 0.9;
  }
}
@media (any-hover: none) and (any-pointer: coarse) {
  .side-cta__link:active {
    opacity: 0.9;
  }
}
.side-cta__link:focus-visible {
  opacity: 0.9;
}
@media only screen and (max-width: 834px) {
  .side-cta__link {
    gap: 1.5rem;
  }
}
.side-cta__close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #edebe8;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  color: #3d3835;
  cursor: pointer;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .side-cta__close:hover {
    opacity: 0.7;
  }
}
@media (any-hover: none) and (any-pointer: coarse) {
  .side-cta__close:active {
    opacity: 0.7;
  }
}
.side-cta__close:focus-visible {
  opacity: 0.7;
}
.side-cta__close::before, .side-cta__close::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: currentColor;
}
.side-cta__close::before {
  transform: rotate(45deg);
}
.side-cta__close::after {
  transform: rotate(-45deg);
}
.side-cta__price {
  background: #fdf6e3;
  border-radius: 999px;
  color: #3d3835;
  font-size: clamp(13px, 1.4rem, 18px);
  font-weight: bold;
  line-height: 1;
  padding: 0.4em 1em;
}
.side-cta__title {
  color: #3d3835;
  font-size: clamp(18px, 2rem, 24px);
  font-weight: bold;
  line-height: 1.3;
}
.side-cta__btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background: #3d3835;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(13px, 1.5rem, 15px);
  font-weight: 500;
  line-height: 1.2;
  padding: 0.5em 1em;
}
.side-cta__btn::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.access-item {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 2.4rem;
  overflow: hidden;
}
.access-item + .access-item {
  margin-top: 8rem;
}
@media only screen and (max-width: 834px) {
  .access-item {
    flex-direction: column;
  }
}
.access-item__map {
  width: 50%;
  flex-shrink: 0;
}
@media only screen and (max-width: 834px) {
  .access-item__map {
    width: 100%;
  }
}
.access-item__info {
  flex: 1;
  padding: 4rem;
}
@media only screen and (max-width: 834px) {
  .access-item__info {
    padding: 4rem 4rem;
  }
}

.access-map {
  height: 100%;
  overflow: hidden;
}
.access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media only screen and (max-width: 834px) {
  .access-map iframe {
    height: auto;
    aspect-ratio: 4/3;
  }
}

.access-info {
  margin: 0;
}
.access-info__row {
  display: flex;
  gap: 1.5rem;
}
.access-info__row + .access-info__row {
  margin-top: 2rem;
}
.access-info__icon {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(207, 169, 65, 0.1);
  border-radius: 50%;
  color: #cfa941;
}
.access-info__icon svg,
.access-info__icon img {
  width: 2rem;
  height: 2rem;
}
.access-info__body {
  flex: 1;
}
.access-info dt {
  color: #3d3835;
  font-size: clamp(13px, 1.4rem, 18px);
  font-weight: bold;
  margin-bottom: 0.3em;
}
.access-info dd {
  margin: 0;
  line-height: 1.6;
}

.contact-tel {
  max-width: 670px;
  margin: 6rem auto 0;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 4rem 2rem;
  text-align: center;
}
.contact-tel__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border-radius: 50%;
  margin: 0 auto 2rem;
}
.contact-tel__label {
  color: #3d3835;
  font-size: clamp(16px, 1.8rem, 22px);
  font-weight: bold;
  margin-bottom: 0.5em;
}
.contact-tel__number {
  display: inline-block;
  color: #cfa941;
  font-family: "Jost", sans-serif;
  font-size: clamp(28px, 3rem, 30px);
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.contact-tel__hours {
  font-size: clamp(13px, 1.4rem, 18px);
  color: #666666;
  margin-top: 0.5em;
}

@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: #cfa941;
}

.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 #3d3835;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.post-list__date {
  color: #cfa941;
  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: #3d3835;
}
.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: #3d3835;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0 0.5em;
  margin: 0.5rem 0.5rem 0;
}

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

.latest-list {
  max-width: 800px;
  width: 100%;
  line-height: 1.6;
}
.latest-list-wrap {
  background-color: #fff;
  border-radius: 3rem;
  padding: 4rem;
}
.latest-list > li {
  display: flex;
  align-items: center;
}
.latest-list > li:not(:last-child) {
  margin-bottom: 1em;
}
.latest-list__date {
  flex-shrink: 0;
  width: 6em;
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.latest-list__title {
  flex-grow: 1;
  font-size: 1em;
  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;
}

.interview-single__cat, .interview-card__cat {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  color: #cfa941;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 1em;
  border-radius: 999px;
}

/* =============================
   卒業生の活躍（アーカイブ）
   ============================= */
.interview-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .interview-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.15);
  }
}
@media (any-hover: none) and (any-pointer: coarse) {
  .interview-card:active {
    transform: translateY(-4px);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.15);
  }
}
.interview-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.15);
}
.interview-card__thumb {
  position: relative;
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #d1d5db;
}
.interview-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.interview-card__cats {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.interview-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 3rem;
}
.interview-card__title {
  color: #3d3835;
  font-size: clamp(18px, 2rem, 24px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.interview-card__excerpt {
  color: #666666;
  font-size: clamp(13px, 1.4rem, 18px);
  line-height: 1.6;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f9f9f9;
}
.interview-card__more {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #cfa941;
  font-family: "Jost", sans-serif;
  font-size: clamp(13px, 1.4rem, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.interview-card__more::after {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-radius: 50%;
  color: #666666;
  font-family: sans-serif;
  font-size: 1.4rem;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .interview-card:hover .interview-card__more::after {
    background-color: #cfa941;
    border-color: #cfa941;
    color: #fff;
  }
}
@media (any-hover: none) and (any-pointer: coarse) {
  .interview-card:active .interview-card__more::after {
    background-color: #cfa941;
    border-color: #cfa941;
    color: #fff;
  }
}
.interview-card:focus-visible .interview-card__more::after {
  background-color: #cfa941;
  border-color: #cfa941;
  color: #fff;
}

/* =============================
   卒業生インタビュー（個別）
   ============================= */
.interview-single__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.interview-single__cat {
  background-color: #cfa941;
  color: #fff;
}
.interview-single__date {
  color: #666666;
  font-family: "Jost", sans-serif;
  font-size: clamp(13px, 1.4rem, 18px);
  letter-spacing: 0;
}
.interview-single__head {
  display: flex;
  align-items: center;
  gap: 4rem;
  background-color: #f7f6f5;
  border-radius: 2rem;
  padding: 2rem 3rem;
  margin-bottom: 4rem;
}
.interview-single__thumb {
  flex-shrink: 0;
  width: 10rem;
  height: 10rem;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.interview-single__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.interview-single__title {
  color: #3d3835;
  font-size: clamp(18px, 2.4rem, 24px);
  font-weight: bold;
  line-height: 1.4;
}
.interview-single__content {
  margin-bottom: 4rem;
}

.interview-catch {
  color: #3d3835;
  font-size: clamp(18px, 3.6rem, 36px);
  font-weight: 500;
  margin-bottom: 6rem;
}

.interview-q {
  border-bottom: 1px solid #f7f6f5;
  color: #3d3835;
  font-size: clamp(18px, 3.6rem, 36px);
  font-weight: bold;
  line-height: 1.4;
  padding-left: 0.7em;
  padding-bottom: 0.25em;
  margin-top: 2em;
  margin-bottom: 1em;
  position: relative;
  z-index: 0;
}
.interview-q::before {
  font-size: 1.5em;
  color: #f7f6f5;
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.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: #3d3835;
  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 #3d3835;
}
.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: #3d3835;
}
.sidebar .wp-block-archives-list {
  line-height: 1.25;
}
.sidebar .wp-block-archives-list li {
  padding: 0.8em 1em;
  border-bottom: 1px solid #3d3835;
}
.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: 6rem;
}
.pagination ul {
  display: flex;
  justify-content: center;
}
.pagination ul li {
  padding: 3px;
}
.pagination ul .page-numbers {
  display: block;
  border: 1px solid #cfa941;
  color: #cfa941;
  font-size: 14px;
  width: 34px;
  line-height: 34px;
  text-align: center;
}
.pagination ul .current {
  background-color: #cfa941;
  color: #fff;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .pagination ul a:hover {
    opacity: 1;
    background-color: #cfa941;
    color: #fff;
  }
}
@media (any-hover: none) and (any-pointer: coarse) {
  .pagination ul a:active {
    opacity: 1;
    background-color: #cfa941;
    color: #fff;
  }
}
.pagination ul a:focus-visible {
  opacity: 1;
  background-color: #cfa941;
  color: #fff;
}
.pagination ul .dots {
  border: none;
}

.post-navigation {
  margin-top: 6rem;
}
.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 #cfa941;
  color: #cfa941;
  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: #cfa941;
  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;
  padding: 1rem 1rem;
}

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

.slick-slider {
  padding-bottom: 30px;
  margin-bottom: 0 !important;
}

.slick-dots {
  bottom: 0;
  margin-top: 0;
}

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

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

.slick-dots li.slick-active button:before {
  color: #d9d9d9;
  font-size: 20px;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */