@charset "UTF-8";
/*!
Theme Name: こやま鍼灸整骨院・こやまはりきゅう接骨院
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: koyama-shinkyuseikotsu.com/
Tested up to: 6.9.44.9.
Requires PHP: 8.2.27
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

.sticky {
  display: block;
}

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

.bypostauthor {
  display: block;
}

.gallery-item {
  padding: 2px;
}

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

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

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

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

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

.h100 {
  height: 100% !important;
}

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

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

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

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

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

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

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

.lh-base {
  line-height: 1.75 !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;
}

.col {
  flex: 1 0 0%;
}

.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-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .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-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .m-md-0_5 {
    margin: 0.5rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .m-md-12 {
    margin: 12rem !important;
  }
  .m-md-15 {
    margin: 15rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .m-md-1em {
    margin: 1em !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-md-0_5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-md-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .mx-md-15 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-md-1em {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-md-0_5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-md-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-0_5 {
    margin-top: 0.5rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-12 {
    margin-top: 12rem !important;
  }
  .mt-md-15 {
    margin-top: 15rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mt-md-1em {
    margin-top: 1em !important;
  }
  .me-md-0 {
    margin-right: 0rem !important;
  }
  .me-md-0_5 {
    margin-right: 0.5rem !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-5 {
    margin-right: 5rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .me-md-12 {
    margin-right: 12rem !important;
  }
  .me-md-15 {
    margin-right: 15rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .me-md-1em {
    margin-right: 1em !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-12 {
    margin-bottom: 12rem !important;
  }
  .mb-md-15 {
    margin-bottom: 15rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-1em {
    margin-bottom: 1em !important;
  }
  .ms-md-0 {
    margin-left: 0rem !important;
  }
  .ms-md-0_5 {
    margin-left: 0.5rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .ms-md-12 {
    margin-left: 12rem !important;
  }
  .ms-md-15 {
    margin-left: 15rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .ms-md-1em {
    margin-left: 1em !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .p-md-0_5 {
    padding: 0.5rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .p-md-12 {
    padding: 12rem !important;
  }
  .p-md-15 {
    padding: 15rem !important;
  }
  .p-md-auto {
    padding: auto !important;
  }
  .p-md-1em {
    padding: 1em !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-md-0_5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-md-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .px-md-15 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-md-1em {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-md-0_5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-md-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pt-md-0_5 {
    padding-top: 0.5rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pt-md-12 {
    padding-top: 12rem !important;
  }
  .pt-md-15 {
    padding-top: 15rem !important;
  }
  .pt-md-auto {
    padding-top: auto !important;
  }
  .pt-md-1em {
    padding-top: 1em !important;
  }
  .pe-md-0 {
    padding-right: 0rem !important;
  }
  .pe-md-0_5 {
    padding-right: 0.5rem !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-5 {
    padding-right: 5rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pe-md-12 {
    padding-right: 12rem !important;
  }
  .pe-md-15 {
    padding-right: 15rem !important;
  }
  .pe-md-auto {
    padding-right: auto !important;
  }
  .pe-md-1em {
    padding-right: 1em !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pb-md-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pb-md-12 {
    padding-bottom: 12rem !important;
  }
  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
  .pb-md-auto {
    padding-bottom: auto !important;
  }
  .pb-md-1em {
    padding-bottom: 1em !important;
  }
  .ps-md-0 {
    padding-left: 0rem !important;
  }
  .ps-md-0_5 {
    padding-left: 0.5rem !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-5 {
    padding-left: 5rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .ps-md-12 {
    padding-left: 12rem !important;
  }
  .ps-md-15 {
    padding-left: 15rem !important;
  }
  .ps-md-auto {
    padding-left: auto !important;
  }
  .ps-md-1em {
    padding-left: 1em !important;
  }
}
@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%);
}

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

.circle {
  border-radius: 50%;
}

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

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

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

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

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

.fc-green {
  color: #008605 !important;
}

.fc-orange {
  color: #ff8c00 !important;
}

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

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

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

.fz-xlg {
  font-size: 2rem;
}
@media only screen and (max-width: 834px) {
  .fz-xlg {
    font-size: clamp(16px, 2rem, 22px);
  }
}

.title-01 {
  background: transparent linear-gradient(270deg, #4caf50 0%, #008605 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #fff;
  font-size: 1.1875em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  text-align: left;
}
.title-01.--sm {
  font-size: 1em;
}

.title-02 {
  border-left: 5px solid #008605;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 0.5em;
  margin-bottom: 1em;
  text-align: left;
}

.box {
  background-color: #f0ffea;
  border-radius: 1rem;
  padding: 3rem 3rem;
}
.box > p:not(:last-child) {
  margin-bottom: 1.5em;
}

.btn-wrap {
  margin-top: 2rem;
  text-align: center;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 10rem;
  border-radius: 1rem;
  font-weight: bold;
  line-height: 1.4;
}
.btn.--line, .btn.--tel {
  flex-direction: column;
  color: #fff;
  font-size: 1.875em;
  padding: 0.5rem;
}
.btn.--line small, .btn.--tel small {
  font-size: 0.7333em;
}
.btn.--line {
  background-color: #4caf50;
}
.btn.--line img {
  width: 1.5em;
  height: 1.5em;
  object-fit: contain;
}
.btn.--tel {
  background-color: #ffa500;
}
.btn.--tel img {
  width: 1em;
  height: 1em;
  object-fit: contain;
}
.btn.--sm {
  height: 3.5em;
  font-size: 1.25em;
}

.list-check-wrap {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.menu-list .menu-item {
  width: calc(50% - 0.5rem);
}
.menu-list .menu-item a {
  display: flex;
  width: 100%;
  border: 2px solid #4caf50;
  border-radius: 10px;
  font-family: "Noto serif JP", serif;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.4em 1.5em;
  position: relative;
}
.menu-list .menu-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #ff8c00;
}
.menu-list .menu-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background: url(images/arrow_left.svg) center center/contain no-repeat;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .menu-list .menu-item a:hover::after {
    right: 2px;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .menu-list .menu-item a:active::after {
    right: 2px;
  }
}
.menu-list.--wide .menu-item {
  width: 100%;
}

.list-check {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.2em;
  row-gap: 0.8em;
  line-height: 1.4;
}
.list-check li {
  width: 100%;
  padding-left: 1.5em;
  position: relative;
}
.list-check li::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background: url(images/icon_check_green.svg) center center/contain no-repeat;
}
.list-check.--cols2 li {
  flex-grow: 1;
  width: max(50% - 0.5rem, 6.5em);
  letter-spacing: normal;
}
.list-check.--orange li::before {
  background-image: url(images/icon_check_orange.svg);
}

.balloon {
  background-color: #fff;
  border: 3px solid #008605;
  border-radius: 1rem;
  padding: 1em;
  margin-top: 35px;
  position: relative;
}
.balloon__text {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
}
.balloon__name {
  font-size: 0.9375em;
  font-weight: 500;
  text-align: right;
}
.balloon::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 25px;
  background-color: #008605;
}
.balloon::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 21px;
  background-color: #fff;
}
.balloon.--top-left::before {
  top: -25px;
  left: 20%;
  clip-path: polygon(0 100%, 100% 100%, 20% 0%);
}
.balloon.--top-left::after {
  top: -20px;
  left: calc(20% + 3px);
  clip-path: polygon(0 100%, 100% 100%, 20% 0%);
}
.balloon.--top-right::before {
  top: -25px;
  right: 20%;
  clip-path: polygon(0 100%, 100% 100%, 80% 0%);
}
.balloon.--top-right::after {
  top: -20px;
  right: calc(20% + 3px);
  clip-path: polygon(0 100%, 100% 100%, 80% 0%);
}
.balloon.--orange {
  border-color: #ff8c00;
}
.balloon.--orange::before {
  background-color: #ff8c00;
}

html {
  color: #462f33;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.1em;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  word-wrap: break-word;
  scroll-padding-top: 186px;
}
@media only screen and (max-width: 834px) {
  html {
    font-size: clamp(6px, 2vw, 16px);
    letter-spacing: 0.05em;
    scroll-padding-top: 132px;
  }
}

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

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

a:not([href]),
a[href="#"] {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  a:not([href]):hover,
  a[href="#"]:hover {
    opacity: 1;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  a:not([href]):active,
  a[href="#"]:active {
    opacity: 1;
  }
}

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

section {
  padding-block: 2rem 5rem;
}

.content {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 2rem;
  display: flex;
  align-items: flex-start;
  column-gap: 6rem;
  row-gap: 3rem;
}
@media only screen and (max-width: 834px) {
  .content {
    flex-direction: column;
    padding: 2rem 2rem;
  }
}
.content .main {
  width: 580px;
}
@media only screen and (max-width: 834px) {
  .content .main {
    width: 100%;
  }
}

.header {
  position: relative;
  width: 100%;
  min-width: 0px;
  z-index: 9;
  background-color: #fff;
}
.header.--fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header__inner {
  max-width: 1040px;
  min-height: 110px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: 10px 2rem;
}
@media only screen and (max-width: 834px) {
  .header__inner {
    min-height: 62px;
    justify-content: center;
  }
}
.header__logo {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .header__logo {
    font-size: 12px;
  }
}
.header__logo a {
  display: block;
}
.header__contact {
  flex-shrink: 0;
  display: flex;
  gap: 5px;
}
@media only screen and (max-width: 834px) {
  .header__contact {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffd700;
    padding: 5px;
    justify-content: center;
    border-top: 5px solid #fff;
  }
}
.header__contact-title {
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 6px;
  text-align: center;
}
.header__contact-title.--tel {
  color: #ff8c00;
}
.header__contact-title.--line {
  color: #4caf50;
}
.header__contact-tel {
  flex-shrink: 0;
}
@media only screen and (max-width: 834px) {
  .header__contact-tel a > img {
    height: min(55px, 14vw);
    width: auto;
    border: 2px solid #fff;
  }
}
.header__contact-line {
  flex-shrink: 0;
}
@media only screen and (max-width: 834px) {
  .header__contact-line a > img {
    height: min(55px, 14vw);
    width: auto;
    border: 2px solid #fff;
  }
}
.header__nav {
  width: 100%;
  background-color: #4caf50;
  padding: 0 0;
  position: relative;
}
.header__menu-toggle {
  display: none;
}
.header__menu {
  max-width: 1040px;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 834px) {
  .header__menu {
    padding: 0;
  }
}
.header__menu > .menu-item {
  flex-grow: 1;
  padding: 5px 0;
}
.header__menu > .menu-item > a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  height: 66px;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  padding: 3px;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 834px) {
  .header__menu > .menu-item > a {
    height: 60px;
    font-size: 10px;
  }
  .header__menu > .menu-item > a img {
    width: 28px;
    height: 28px;
    object-fit: contain;
  }
}
.header__menu > .menu-item:first-child a {
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 834px) {
  .header__menu > .menu-item:first-child a {
    border-left: none;
  }
  .header__menu > .menu-item:last-child a {
    border-right: none;
  }
}
.header__menu > .menu-item > .sub-menu-wrap {
  height: calc(100vh - 186px);
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff8ea;
  padding: 20px max(2rem, 50vw - 1040px / 2) 20px;
}
@media only screen and (max-width: 834px) {
  .header__menu > .menu-item > .sub-menu-wrap {
    height: calc(100vh - 132px);
    padding: 20px max(2rem, 50vw - 250px) 20px;
  }
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu {
  column-count: 3;
  column-gap: 20px;
}
@media only screen and (max-width: 834px) {
  .header__menu > .menu-item > .sub-menu-wrap > .sub-menu {
    column-count: unset;
  }
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item {
  break-inside: avoid;
  padding: 20px 0;
}
@media only screen and (max-width: 834px) {
  .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item {
    width: 100%;
    padding-top: 0;
  }
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > a {
  background: transparent linear-gradient(270deg, #4caf50 0%, #008605 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  padding: 8px 1em;
  margin-bottom: 20px;
  text-align: left;
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item .sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item .sub-menu .menu-item {
  width: calc(50% - 5px);
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item .sub-menu .menu-item a {
  width: 100%;
  border: 2px solid #4caf50;
  border-radius: 10px;
  font-family: "Noto serif JP", serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 20px;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item .sub-menu .menu-item a {
    font-size: 14px;
  }
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item .sub-menu .menu-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff8c00;
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item .sub-menu .menu-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background: url(images/arrow_left.svg) center center/contain no-repeat;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item .sub-menu .menu-item a:hover::after {
    right: 2px;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item .sub-menu .menu-item a:active::after {
    right: 2px;
  }
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--head-neck, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--elbow-hands, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--lower-back, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--foot {
  padding-top: 30px;
}
@media only screen and (max-width: 834px) {
  .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--head-neck, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--elbow-hands, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--lower-back, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--foot {
    padding-top: 0;
  }
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--head-neck > a, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--elbow-hands > a, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--lower-back > a, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--foot > a {
  margin-bottom: 40px;
  padding-right: 100px;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--head-neck > a, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--elbow-hands > a, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--lower-back > a, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--foot > a {
    padding-right: 1em;
    margin-bottom: 20px;
  }
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--head-neck > a::after, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--elbow-hands > a::after, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--lower-back > a::after, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--foot > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid #4caf50;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 834px) {
  .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--head-neck > a::after, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--elbow-hands > a::after, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--lower-back > a::after, .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--foot > a::after {
    content: unset;
  }
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--head-neck > a::after {
  background-image: url(images/menu_head-neck.jpg);
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--elbow-hands > a::after {
  background-image: url(images/menu_elbow-hands.jpg);
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--lower-back > a::after {
  background-image: url(images/menu_lower-back.jpg);
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--foot > a::after {
  background-image: url(images/menu_foot.jpg);
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--treatment {
  break-before: column;
}
@media only screen and (max-width: 834px) {
  .header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--treatment {
    break-before: auto;
  }
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--wide01 .menu-item {
  width: 100%;
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--wide02 {
  padding-top: 0;
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--wide02 > a {
  background: #4caf50;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--wide02 .sub-menu {
  gap: 0;
  border: 2px solid #4caf50;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--wide02 .menu-item {
  width: 100%;
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--wide02 .menu-item:not(:last-child) {
  border-bottom: 1px solid #4caf50;
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--wide02 .menu-item a {
  border: none;
  padding: 8px 20px 8px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.header__menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.--wide02 .menu-item a::before {
  content: unset;
}
.header__menu .sub-menu > .menu-item > a {
  display: block;
  letter-spacing: normal;
  text-align: left;
}
.header__menu .js-menu-toggle.active > .sub-menu-wrap {
  display: block;
}

.footer {
  background: #adff8e;
  padding: 50px 0 30px;
}
@media only screen and (max-width: 834px) {
  .footer {
    padding: 20px 0 110px;
  }
}
.footer__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 2rem;
}
.footer__logo {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5rem;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .footer__logo {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.footer__logo a {
  display: block;
}
.footer__copyright {
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.contact__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.contact__form .req,
.contact__form .any {
  position: relative;
}
.contact__form .req::after,
.contact__form .any::after {
  display: inline-block;
  width: 3em;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2rem;
  color: #fff;
  margin-left: 1em;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .contact__form .req::after,
  .contact__form .any::after {
    font-size: 1.4rem;
  }
}
.contact__form .req::after {
  content: "必須";
  background-color: #ff6767;
}
.contact__form .any::after {
  content: "任意";
  background-color: #c9c9c9;
}
.contact__table {
  width: 100%;
  table-layout: fixed;
}
.contact__table th,
.contact__table td {
  display: block;
}
.contact__table th {
  border-left: 5px solid #4caf50;
  color: #008605;
  font-weight: bold;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.contact__table td {
  margin-bottom: 3rem;
}
.contact__acceptance {
  margin-bottom: 3rem;
  text-align: center;
}
.contact__btn {
  display: block;
  width: 20rem;
  height: 5rem;
  background-color: #008605;
  border-radius: 1rem;
  margin: 3rem auto 0;
  transition: all 0.15s ease-in-out;
}
.contact__btn input {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 5px;
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .contact__btn:hover {
    opacity: 0.8;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .contact__btn:active {
    opacity: 0.8;
  }
}

/*-----------------------------
home
------------------------------*/
.mv {
  background: linear-gradient(180deg, transparent 80%, #adff8e 80%);
  text-align: center;
  position: relative;
}
.mv__content {
  position: absolute;
  inset: 0;
  font-size: 0;
}
@media only screen and (max-width: 834px) {
  .mv::after {
    content: "";
    position: absolute;
    bottom: -5vw;
    left: 0;
    width: 100%;
    height: 5vw;
    background-color: #adff8e;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}

.intro {
  padding-block: 0 2rem;
}
.intro__title {
  color: #ff8c00;
  font-family: "Noto serif JP", serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align: center;
}
.intro__title strong {
  font-size: 1.3em;
}
.intro__list {
  display: flex;
  gap: 1rem;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.intro__list li {
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  border: 3px solid #008605;
  background: #fff;
  font-weight: bold;
}
.intro__list li::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 14px;
  background-color: #008605;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.intro__list li::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 2px, 50% 100%, 100% 2px, 100% 0);
}
.intro__content {
  display: flex;
  align-items: flex-end;
  padding: 0 1rem;
}
.intro__content-text {
  width: 65%;
}
.intro__content-img {
  width: 35%;
}
.intro__text {
  color: #ff8c00;
  font-family: "Noto serif JP", serif;
  font-size: clamp(20px, 2.4rem, 48px);
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1em;
}

.treatment__item {
  border: 3px solid #008605;
  padding: 2rem;
  position: relative;
}
.treatment__item:not(:last-child) {
  margin-bottom: 2rem;
}
.treatment__item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #fff8ea;
  z-index: -1;
}
.treatment__item.--has-check {
  padding-bottom: 3em;
}
.treatment__item .btn-check {
  position: absolute;
  bottom: 3px;
  right: 3px;
  display: block;
  width: 5.6em;
  background-color: #4caf50;
  color: #fff;
  font-family: "Noto serif JP", serif;
  font-size: 1.0625em;
  line-height: 1;
  padding: 0.75rem 1rem;
  text-align: left;
}
.treatment__item .btn-check::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(images/arrow_left_white.svg) center center/contain no-repeat;
}
.treatment__item-title {
  color: #ff8c00;
  font-family: "Noto serif JP", serif;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
  text-align: center;
}
.treatment__item-title.--sm {
  font-size: 3.5rem;
}
.treatment__item-ask {
  font-size: max(16px, 2.2rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.5em;
}
.treatment__item-maybe {
  font-size: max(15px, 2.2rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 1.5em 0;
}
.treatment__item-maybe strong {
  color: #ff8c00;
  font-size: max(20px, 2.8rem);
}

.trouble {
  padding-block: 0 5rem;
}
.trouble__title {
  color: #ff8c00;
  font-family: "Noto serif JP", serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 1.5em;
  text-align: center;
}
.trouble__list {
  margin-bottom: 4rem;
}
.trouble__list-item:not(:last-child) {
  margin-bottom: 6rem;
}
.trouble__list-title {
  background: transparent linear-gradient(270deg, #4caf50 0%, #008605 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.5em 1em;
  margin-bottom: 6rem;
  text-align: left;
  position: relative;
}
.trouble__list-title img {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 12.4rem;
  height: 12.4rem;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #4caf50;
}
.trouble__box {
  background-color: #f0ffea;
  border-radius: 1rem;
  padding: 2rem;
}
.trouble__box-title {
  color: #008605;
  font-family: "Noto serif JP", serif;
  font-size: 1.375em;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  margin: 0 -1rem 0.5em;
}
.trouble__box-text {
  color: #008605;
  font-family: "Noto serif JP", serif;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: normal;
  margin: 0 -1rem;
  text-align: center;
}
.trouble__box-text strong {
  color: #ff8c00;
  font-size: 3.8rem;
}

.voice {
  background-color: #fff8ea;
  margin-inline: -2rem;
}
.voice__catch {
  height: 54rem;
  padding-top: 13rem;
  background: url(images/voice_bg.png) center center/cover no-repeat;
  color: #ff8c00;
  font-family: "Noto serif JP", serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 4rem;
  text-align: center;
  text-shadow: 0px 0px 10px #ffffff;
}
.voice__list {
  padding-inline: 2rem;
}
.voice__list-item:not(:last-child) {
  margin-bottom: 4rem;
}

.compare {
  background-color: #fff8ea;
  padding-inline: 2rem;
  margin-inline: -2rem;
}
.compare__list-item:not(:last-child) {
  margin-bottom: 2rem;
}
.compare__list-img {
  display: flex;
  gap: 2rem;
}
.compare__list-img p {
  border: 5px solid #fff;
}
.compare__list-img p img {
  width: 100%;
}
.compare__list-img span {
  display: block;
  color: #fff;
  font-size: 1.1875em;
  font-weight: 500;
  text-align: center;
  padding: 0.5em;
}
.compare__list-img span.before {
  background-color: #707070;
}
.compare__list-img span.after {
  background-color: #ff8c00;
}
.compare__hashtag {
  max-width: 300px;
  color: #ff8c00;
  font-size: 1.1875em;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 1em auto 0.5em;
}
.compare__note {
  max-width: 300px;
  color: #707070;
  font-size: 0.75em;
  margin: 0 auto;
}

.review__catch {
  color: #ff8c00;
  font-family: "Noto serif JP", serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 2em;
  text-align: center;
}
.review__list-item {
  border: 3px solid #008605;
}
.review__list-item:not(:last-child) {
  margin-bottom: 6rem;
}
.review__list-title {
  border-bottom: 3px solid #008605;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 1.5rem 3rem;
  position: relative;
}
.review__list-title span {
  font-family: "Noto serif JP", serif;
  font-size: 1.2em;
}
.review__list-title img {
  display: block;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.review__list-text {
  font-size: 1.1875em;
  font-weight: 500;
  line-height: 2;
  padding: 4rem 2rem;
}

.flow__list > li {
  border-radius: 1rem;
  padding: 2rem 2rem 4rem;
}
.flow__list > li:not(:last-child) {
  margin-bottom: 3rem;
}
.flow__list > li:nth-child(odd) {
  background-color: #f0ffea;
}
.flow__list > li:nth-child(odd) h3 {
  color: #008605;
}
.flow__list > li:nth-child(even) {
  background-color: #fff8ea;
}
.flow__list > li:nth-child(even) h3 {
  color: #ff8c00;
}
.flow__list-title {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.flow__list-title strong {
  font-size: 1.3636em;
  font-weight: inherit;
}
.flow__list-text {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.flow__list-img {
  display: block;
  padding: 0 2rem;
}
.flow__list-video {
  display: block;
  margin: 4rem auto 0;
}

.shop__list {
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
}
.shop__list li {
  border: 3px solid #4caf50;
  padding: 0 2rem 2rem;
}
.shop__list-title {
  background-color: #4caf50;
  color: #fff;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 0.2em;
  margin: 0 -2rem 2rem;
  text-align: center;
}
.shop__list-name {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.shop__list-address {
  font-size: 0.875em;
  font-weight: 500;
  margin-bottom: 1em;
}
.shop__list-img {
  margin-bottom: 2rem;
}
.shop__list iframe {
  height: auto;
  aspect-ratio: 4/3;
}
.shop__contact-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.1875em;
  font-weight: bold;
  line-height: 1.4;
  margin: 2rem 0 1rem;
}
.shop__contact-title img {
  display: block;
  width: 2em;
  height: 2em;
}
.shop__contact-title.--line {
  color: #4caf50;
}
.shop__contact-title.--tel {
  color: #ff8c00;
}
.shop__contact-btns {
  display: flex;
  gap: 2rem;
}

/*-----------------------------
first（初めての方へ）
------------------------------*/
.first__strength {
  padding-block: 0 5rem;
}
.first__strength-item:not(:last-child) {
  margin-bottom: 4rem;
}
.first__strength-item > p {
  padding-left: 4em;
}
.first__strength-item:nth-child(odd) .first__strength-num {
  background-color: #ff8c00;
}
.first__strength-item:nth-child(odd) .first__strength-title {
  color: #ff8c00;
}
.first__strength-item:nth-child(even) .first__strength-num {
  background-color: #008605;
}
.first__strength-item:nth-child(even) .first__strength-title {
  color: #008605;
}
.first__strength-title {
  display: flex;
  align-items: flex-start;
  gap: 0.6em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.25em;
}
.first__strength-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  color: #fff;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.first__strength-text {
  font-size: 1.5em;
  padding: 0.35em 0;
}
.first__strength-catch {
  color: #ff8c00;
  font-family: "Noto serif JP", serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
  text-align: center;
}
.first__strength-img {
  margin-top: 2rem;
  padding-inline: 2rem;
  text-align: center;
}
.first__strength-img img {
  max-width: 100%;
  height: auto;
}
.first__qa {
  padding-block: 2rem 5rem;
}
.first__qa-list dt {
  position: relative;
  background-color: #f0ffea;
  border-radius: 1rem;
  padding: 2em 1em 2em 3em;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.first__qa-list dt:first-of-type {
  margin-top: 0;
}
.first__qa-list dt::before {
  content: "Q";
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  color: #008605;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1;
}
.first__qa-list dd {
  position: relative;
  padding: 1em 1em 0 3em;
  line-height: 2;
}
.first__qa-list dd::before {
  content: "A";
  position: absolute;
  left: 0.5em;
  top: 1.5rem;
  color: #ff8c00;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1;
}

/*-----------------------------
price（料金）
------------------------------*/
.price__menu-item:not(:last-child) {
  margin-bottom: 4rem;
}
.price__menu-title {
  color: #008605;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.price__menu-table {
  width: 100%;
  border-collapse: collapse;
}
.price__menu-table th,
.price__menu-table td {
  border: 1px solid #707070;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.4;
}
.price__menu-table th {
  color: #462f33;
  font-weight: 500;
}
.price__menu-table td {
  background-color: #fff;
  font-weight: bold;
}
.price__menu-note {
  font-size: 0.7142em;
  color: #707070;
  text-align: right;
  margin-top: 0.5em;
  line-height: 1.75;
}
.price__insurance > p {
  line-height: 1.75;
  margin-bottom: 2rem;
}
.price__insurance-box {
  border: 2px solid #4caf50;
  border-radius: 1rem;
  padding: 2rem 3rem;
}
.price__insurance-subtitle {
  color: #008605;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.price__insurance-list {
  list-style: disc;
  padding-left: 2rem;
  line-height: 1.75;
}
.price__insurance-list li:not(:last-child) {
  margin-bottom: 0.5em;
}

/*-----------------------------
voices（患者様の声）
------------------------------*/
.voices__box {
  padding: 4rem 2rem;
  border-radius: 1rem;
}
.voices__box:not(:last-child) {
  margin-bottom: 4rem;
}
.voices__box:nth-child(odd) {
  background-color: #fff8ea;
}
.voices__box:nth-child(even) {
  background-color: #f0ffea;
}
.voices__title {
  color: #008605;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.voices__text {
  margin-bottom: 2rem;
}
.voices .filter-cond {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 2rem;
}
.voices .my-checkbox {
  display: block;
  position: relative;
  padding-left: 1.8em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.voices {
  /* inputは非表示に */
}
.voices .my-checkbox input {
  display: none;
}
.voices .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1.4em;
  width: 1.4em;
  border: solid 2px #4caf50;
  border-radius: 0.4rem;
}
.voices {
  /* ✓ */
}
.voices .checkmark:after {
  content: "";
  position: absolute;
  top: 44%;
  left: 50%;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
}
.voices {
  /* チェックが入ったときの□ */
}
.voices .my-checkbox input:checked + .checkmark {
  background: #4caf50;
  border-color: #4caf50;
}
.voices {
  /* チェックが入ったときの✓ */
}
.voices .my-checkbox input:checked + .checkmark:after {
  opacity: 1;
}
.voices [data-filter-view]:not([data-filter-view=""]) [data-filter-key] {
  display: none;
}
.voices [data-filter-view][data-filter-view~="10s"] [data-filter-key="10s"],
.voices [data-filter-view][data-filter-view~="20s"] [data-filter-key="20s"],
.voices [data-filter-view][data-filter-view~="30s"] [data-filter-key="30s"],
.voices [data-filter-view][data-filter-view~="40s"] [data-filter-key="40s"],
.voices [data-filter-view][data-filter-view~="50s"] [data-filter-key="50s"],
.voices [data-filter-view][data-filter-view~="60s"] [data-filter-key="60s"],
.voices [data-filter-view][data-filter-view~="70s"] [data-filter-key="70s"] {
  display: block;
}

/*-----------------------------
greeting（代表挨拶）
------------------------------*/
.greeting__profile {
  margin-bottom: 4rem;
}
.greeting__profile-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.greeting__profile-role {
  color: #008605;
  font-size: 1.125em;
  font-weight: bold;
}
.greeting__profile-name {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.greeting__profile-photo {
  margin-bottom: 3rem;
  text-align: center;
}
.greeting__profile-photo img {
  width: 100%;
  max-width: 42rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.greeting__profile-data {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 2rem;
  row-gap: 1.5rem;
  font-size: 1.375em;
  line-height: 1.75;
}
.greeting__profile-data dt {
  color: #008605;
  font-weight: bold;
  white-space: nowrap;
}
.greeting__profile-data dd {
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .greeting__profile-data {
    column-gap: 1.5rem;
    row-gap: 1rem;
  }
}

/*-----------------------------
access（アクセス）
------------------------------*/
.access__shop {
  margin-bottom: 5rem;
}
.access__shop:last-child {
  margin-bottom: 0;
}
.access__shop-area {
  color: #008605;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.access__shop-name {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  text-align: center;
}
.access__shop-img {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  padding: 0.7rem;
  margin-bottom: 4rem;
}
.access__shop-img img {
  width: 100%;
  height: auto;
}
.access__shop-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #008605;
  margin-bottom: 2rem;
}
.access__shop-table th,
.access__shop-table td {
  border: 1px solid #008605;
  padding: 0.5rem 0.25rem;
  text-align: center;
  vertical-align: middle;
  font-size: 0.875em;
  line-height: 1.4;
}
.access__shop-table thead th {
  background-color: #f0ffea;
  color: #008605;
  font-weight: 500;
}
.access__shop-table tbody th {
  font-weight: 500;
}
.access__shop-table tbody th small {
  display: block;
  font-size: 0.75em;
  color: #707070;
}
.access__shop-table tbody td {
  background-color: #fff;
  font-weight: bold;
}
.access__shop-table-mark {
  color: #ff8c00;
}
.access__shop-info {
  list-style: none;
  margin-bottom: 2rem;
  padding: 0;
}
.access__shop-info li {
  padding-left: 2em;
  position: relative;
  font-weight: 500;
  line-height: 1.4;
}
.access__shop-info li:not(:last-child) {
  margin-bottom: 0.25em;
}
.access__shop-info li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.2em;
  height: 1.2em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.access__shop-info-address::before {
  background-image: url(images/icon_map.svg);
}
.access__shop-info-train::before {
  background-image: url(images/icon_train.svg);
}
.access__shop-info-parking::before {
  background-image: url(images/icon_car.svg);
}
.access__shop-map {
  margin-bottom: 2rem;
}
.access__shop-map iframe {
  display: block;
  width: 100%;
  height: min(60vw, 400px);
}
.access__shop-contact {
  background-color: #fff8ea;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
}
.access__shop-contact-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.access__shop-contact-title.--tel {
  color: #ff8c00;
}
.access__shop-contact-title.--line {
  color: #4caf50;
  margin-top: 2rem;
}
.access__shop-contact-title img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 1.2em;
}

/*-----------------------------
line-friend（ライン友達登録）
------------------------------*/
.line-friend__banner {
  text-align: center;
  margin-bottom: 4rem;
}
.line-friend__balloon {
  display: inline-block;
  width: 90%;
  position: relative;
  background-color: #fff;
  border: 3px solid #fc0046;
  color: #fc0046;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 1em;
  margin-bottom: 3rem;
}
.line-friend__balloon::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 20px;
  background-color: #fc0046;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.line-friend__balloon::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 17px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0 1px);
}
.line-friend__lead {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.line-friend__lead img {
  width: 1.25em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
}
.line-friend__product {
  color: #fc0046;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.4;
}
.line-friend__price {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.line-friend__price strong {
  color: #fc0046;
  font-size: 6.4rem;
  font-weight: inherit;
}
.line-friend__arrow {
  display: inline-block;
  color: #fc0046;
  font-size: 3rem;
  margin: 0 0.3em;
  vertical-align: middle;
}
.line-friend__mark {
  background: linear-gradient(transparent 60%, #adff8e 60%);
  padding: 0 0.1em;
}
.line-friend__shops {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.line-friend__shop {
  background-color: #fff8ea;
  border-radius: 1rem;
  padding: 3rem;
  text-align: center;
}
.line-friend__shop-area {
  color: #008605;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 0.5em;
}
.line-friend__shop-name {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.line-friend__shop .btn {
  font-size: 2.9rem;
}

/*-----------------------------
symptom（お悩み別ページ共通レイアウト）
------------------------------*/
.symptom__emphasis {
  font-size: max(15px, 2.2rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 2rem 0 4rem;
}
.symptom__emphasis strong {
  color: #ff8c00;
  font-size: max(20px, 2.8rem);
  font-weight: bold;
}
.symptom__catch {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.symptom__catch-text {
  flex: 1;
  color: #008605;
  font-size: max(16px, 2.2rem);
  font-weight: bold;
  line-height: 1.4;
}
.symptom__catch-img {
  flex-shrink: 0;
  width: 12.4rem;
  margin: 0;
}
.symptom__catch-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #008605;
}
.symptom__heading {
  border: 3px solid #ff8c00;
  border-radius: 1rem;
  color: #ff8c00;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 1em;
  margin: 0 -2rem 1.5em;
}
.symptom__types {
  padding-inline: 2rem;
  margin-bottom: 6rem;
}
.symptom__types-item {
  background-color: #fff8ea;
  border: 3px solid #ff8c00;
  border-radius: 1rem;
  overflow: hidden;
}
.symptom__types-item:not(:last-child) {
  margin-bottom: 3rem;
}
.symptom__types-title {
  background-color: #ff8c00;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.75em 1em;
  text-align: center;
}
.symptom__types-title.--simple {
  background-color: transparent;
  color: #ff8c00;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}
.symptom__types-img {
  text-align: center;
  padding: 2rem;
}
.symptom__types-img img {
  max-width: 25rem;
}
.symptom__types-text {
  padding: 0 2rem 2rem;
  line-height: 1.75;
}
.symptom__types-title + .symptom__types-text {
  padding-top: 1.5rem;
}
.symptom__cause {
  padding-inline: 2rem;
}
.symptom__cause:not(:last-child) {
  margin-bottom: 6rem;
}
.symptom__cause > * + * {
  margin-top: 3rem;
}
.symptom__cause-text {
  line-height: 1.75;
}
.symptom__cause-text:not(:last-child) {
  margin-bottom: 1em;
}
.symptom__cause-img {
  text-align: center;
}
.symptom__cause-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 4rem;
}
.symptom__cause-grid li {
  text-align: center;
}
.symptom__cause-grid p {
  color: #ff8c00;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.5em;
}
.symptom__about {
  margin-bottom: 4rem;
}
.symptom__about-title {
  color: #008605;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.symptom__about p {
  line-height: 1.75;
}
.symptom__about p:not(:last-child) {
  margin-bottom: 1em;
}
.symptom__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  row-gap: 0.75em;
  margin-bottom: 1em;
}
.symptom__list li {
  padding-left: 1.5em;
  position: relative;
  line-height: 1.4;
}
.symptom__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background-color: #ff8c00;
}
.symptom__list li a {
  color: #ff8c00;
  text-decoration: underline;
}
.symptom__treatment {
  background-color: #f0ffea;
  border-radius: 1rem;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
}
.symptom__treatment-title {
  color: #008605;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.symptom__treatment p {
  line-height: 1.75;
}
.symptom__treatment p:not(:last-child) {
  margin-bottom: 1em;
}
.symptom__treatment .menu-list {
  margin-top: 1.5em;
}

/*-----------------------------
postpartum-care（骨盤矯正・産後矯正）
------------------------------*/
.postpartum .first__strength-img {
  padding-inline: 4rem;
}
.postpartum__mv {
  text-align: center;
  margin: 0 -2rem 4rem;
}
.postpartum__mv img {
  width: 100%;
  height: auto;
}
.postpartum__cta {
  margin-bottom: 5rem;
}
.postpartum__cta-catch {
  display: flex;
  flex-direction: column;
  background-color: #adff8e;
  border-radius: 1rem;
  color: #462f33;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 1em;
  text-align: left;
  margin-bottom: 2rem;
}
.postpartum__cta-catch strong {
  color: #fc0046;
  font-size: 1.25em;
  font-weight: bold;
}
.postpartum__cta-img {
  text-align: center;
  margin-bottom: 1rem;
}
.postpartum__cta-img img {
  width: 100%;
  height: auto;
}
.postpartum__cta-result {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.postpartum__cta-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background-color: #fc0046;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.postpartum__cta-badge small {
  font-size: 0.7em;
}
.postpartum__cta-num {
  color: #fc0046;
  font-size: 14.4rem;
  font-weight: 900;
  line-height: 1;
}
.postpartum__cta-num small {
  font-size: 0.7em;
}
.postpartum__cta-lead {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2.5rem;
}
.postpartum__cta .balloon {
  border-radius: 0;
}
.postpartum__cta .balloon__text {
  color: #008605;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: left;
}
.postpartum__cta .balloon::before {
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 100%, 100% 100%, 50% 0%);
}
.postpartum__cta .balloon::after {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 100%, 100% 100%, 50% 0%);
}

/*-----------------------------
404 NOT FOUND
------------------------------*/
.notfound {
  padding: 8rem 2rem;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .notfound {
    padding: 4rem 1rem;
  }
}
.notfound__num {
  color: #ff8c00;
  font-family: "Noto serif JP", serif;
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 834px) {
  .notfound__num {
    font-size: 8rem;
  }
}
.notfound__title {
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 834px) {
  .notfound__title {
    font-size: 1.375em;
  }
}
.notfound__text {
  line-height: 2;
  margin-bottom: 3rem;
}
.notfound__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24rem;
  padding: 1em 2em;
  background-color: #4caf50;
  color: #fff;
  font-weight: bold;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: opacity 0.15s;
}
@media (hover: hover) and (pointer: fine) {
  .notfound__btn:hover {
    opacity: 0.8;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .notfound__btn:active {
    opacity: 0.8;
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* 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: 1040px;
  margin: auto;
  font-size: 12px;
  font-weight: 500;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  padding: 0 0.5em;
}
.breadcrumb li:last-child {
  color: #008605;
}

.postlist > li {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #eee;
}
.postlist > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.postlist__link {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media only screen and (max-width: 834px) {
  .postlist__link {
    gap: 1rem;
  }
}
.postlist__thumbnail {
  flex-shrink: 0;
  width: 24rem;
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  .postlist__thumbnail {
    width: 18rem;
  }
}
.postlist__thumbnail img {
  width: 100%;
  height: auto;
  transition: all 0.15s ease-in-out;
}
.postlist__thumbnail:hover img {
  transform: scale(1.1);
}
.postlist__content {
  flex: 1;
  min-width: 0;
}
.postlist__date {
  color: #4caf50;
  font-size: 0.875em;
  font-weight: bold;
  text-align: right;
  margin-top: 1rem;
}
.postlist__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
  letter-spacing: normal;
}
.postlist__category span {
  display: inline-flex;
  align-items: center;
  border: 1px solid;
  color: #008605;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.4;
  padding: 0.25rem 0.5rem;
  text-align: left;
}
.postlist__title {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.postlist__excerpt {
  font-size: 1em;
  line-height: 1.75;
  color: #707070;
}
@media only screen and (max-width: 834px) {
  .postlist__excerpt {
    display: none;
  }
}

.postsingle {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 834px) {
  .postsingle {
    margin-bottom: 4rem;
  }
}
.postsingle__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.5rem;
}
.postsingle__category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  letter-spacing: normal;
}
.postsingle__category span {
  display: inline-flex;
  align-items: center;
  border: 1px solid;
  color: #008605;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.4;
  padding: 4px 12px;
}
.postsingle__date {
  color: #4caf50;
  font-size: 0.875em;
  font-weight: bold;
  margin-left: auto;
}
.postsingle__title {
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  border-bottom: 2px solid #4caf50;
}
@media only screen and (max-width: 834px) {
  .postsingle__title {
    font-size: 1.375em;
  }
}
.postsingle__content {
  line-height: 2;
}

.postnav {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #eee;
}
.postnav .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 834px) {
  .postnav .nav-links {
    flex-direction: column;
  }
}
.postnav .nav-previous,
.postnav .nav-next {
  flex: 1;
  min-width: 0;
}
.postnav .nav-previous a,
.postnav .nav-next a {
  display: block;
  font-size: 0.875em;
  line-height: 1.75;
  color: #4caf50;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .postnav .nav-previous a:hover,
  .postnav .nav-next a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .postnav .nav-previous a:active,
  .postnav .nav-next a:active {
    opacity: 0.7;
  }
}
.postnav .nav-next {
  text-align: right;
}

.sidebar {
  width: 360px;
  order: -1;
}
@media only screen and (max-width: 834px) {
  .sidebar {
    width: 100%;
    order: 0;
  }
}
.sidebar .wp-block-group {
  padding-bottom: 40px;
}
@media only screen and (max-width: 834px) {
  .sidebar .wp-block-group {
    padding-bottom: 20px;
  }
}
.sidebar h2,
.sidebar .wp-block-search__label {
  display: block;
  background-color: #4caf50;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.8em 1em;
  margin-bottom: 20px;
  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: 15px;
  border-bottom: 1px solid #f5fdff;
}
.sidebar .wp-block-search__inside-wrapper {
  padding: 15px;
}
.sidebar .wp-block-search__input {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 5px 8px;
}
.sidebar .wp-block-search__input:focus {
  outline: 2px solid #3b80ff;
}
.sidebar .wp-block-search__button {
  border: 1px solid #4caf50;
  background-color: #4caf50;
  border-radius: 0;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.sidebar .wp-block-archives-dropdown {
  line-height: 1.5;
  padding: 15px;
  position: relative;
}
.sidebar .wp-block-archives-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  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: 16px;
}
.sidebar .widget_nav_menu .menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar .widget_nav_menu .menu .menu-item > a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: 8px 20px;
  text-align: left;
  position: relative;
}
.sidebar .widget_nav_menu .menu .menu-item > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background: url(images/arrow_left.svg) center center/contain no-repeat;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .sidebar .widget_nav_menu .menu .menu-item > a:hover::after {
    right: 2px;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .sidebar .widget_nav_menu .menu .menu-item > a:active::after {
    right: 2px;
  }
}
.sidebar .widget_nav_menu .menu > .menu-item > a {
  background-color: #4caf50;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
}
.sidebar .widget_nav_menu .menu > .menu-item > a::after {
  width: 16px;
  height: 12px;
  background-image: url(images/arrow_left_white.svg);
}
.sidebar .widget_nav_menu .menu > .menu-item > a:not([href]), .sidebar .widget_nav_menu .menu > .menu-item > a[href="#"] {
  padding-block: 8px;
  border-radius: 10px 10px 0 0;
}
.sidebar .widget_nav_menu .menu > .menu-item > a:not([href])::after, .sidebar .widget_nav_menu .menu > .menu-item > a[href="#"]::after {
  content: unset;
}
.sidebar .widget_nav_menu .menu > .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
  border: 2px solid #4caf50;
  border-radius: 0 0 10px 10px;
}
.sidebar .widget_nav_menu .menu > .menu-item .sub-menu .menu-item {
  width: 100%;
}
.sidebar .widget_nav_menu .menu > .menu-item .sub-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid #4caf50;
}
.sidebar.--page h2.wp-block-heading {
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.sidebar.--page .wp-block-latest-posts__list {
  border: 2px solid #4caf50;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.sidebar.--page .wp-block-latest-posts__list li {
  padding: 0;
  border-bottom: 1px solid #4caf50;
  line-height: 1.4;
}
.sidebar.--page .wp-block-latest-posts__list li:last-child {
  border-bottom: none;
}
.sidebar.--page .wp-block-latest-posts__list li a {
  display: block;
  font-size: 16px;
  padding: 12px 20px;
  position: relative;
}
.sidebar.--page .wp-block-latest-posts__list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background: url(images/arrow_left.svg) center center/contain no-repeat;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .sidebar.--page .wp-block-latest-posts__list li a:hover::after {
    right: 2px;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .sidebar.--page .wp-block-latest-posts__list li a:active::after {
    right: 2px;
  }
}

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

.post-navigation {
  margin-top: 100px;
}
@media only screen and (max-width: 834px) {
  .post-navigation {
    margin-top: 50px;
  }
}
.post-navigation .nav-links {
  overflow: auto;
  margin: -5px;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  padding: 5px;
  width: 50%;
}
@media only screen and (max-width: 834px) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    width: 100%;
  }
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  display: inline-block;
  width: 100%;
  min-height: 90px;
  display: inline-flex;
  align-items: center;
  border: 1px solid;
  color: #008605;
  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: #008605;
  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, 8.2666666667vw);
  height: min(62px, 8.2666666667vw);
  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, 8.2666666667vw);
  height: min(62px, 8.2666666667vw);
  background: url(images/slide_next_btn.png) center center/contain no-repeat !important;
}
.slick-next::before {
  content: "";
}

.slick-track {
  display: flex;
}

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

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

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

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

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

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

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

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