@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  font-size: 100%;
}

body {
  min-height: 100%;
  font-size: 1rem;
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

:where(img, svg, video, canvas, audio, iframe) {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(ul[class], ol[class]) {
  list-style: none;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(button, [role=button]) {
  touch-action: manipulation;
}

:where(textarea) {
  resize: vertical;
  min-block-size: 3lh;
}

:where(a, button, label, summary, [tabindex]:not([tabindex*="-"])) {
  color: inherit;
  text-decoration: none;
}

:where(a, button, label:has(input), summary, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
}

:where(a:not([class])) {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

:where(sub, sup) {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

:where(em, b, strong) {
  font-weight: bold;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(p) {
  text-wrap: pretty;
}

:where(table) {
  width: 100%;
  border-collapse: collapse;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:where([hidden]) {
  display: none;
}

summary::marker, summary::-webkit-details-marker {
  display: none;
}

:where(body) {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

:where(a, button, input[type=submit], input[type=reset], input[type=button]) {
  transition: 0.3s ease;
}
@media (hover: hover) {
  :where(a, button, input[type=submit], input[type=reset], input[type=button]):hover {
    opacity: 0.7;
  }
}

:where(p) {
  line-height: 1.875;
  letter-spacing: 0.1em;
}
:where(p) + :where(p) {
  margin-top: 1.5em;
}

.u-text-main {
  color: #8b2e2e;
}
.u-text-bold {
  font-weight: 700;
}
.u-text-highlight {
  background: linear-gradient(#fef8b4, #fef8b4) repeat-x 0 0/100% 1.2em;
  color: #000;
}
.u-text-left {
  text-align: left;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-rounded {
  border-radius: 10px;
}

.c-title {
  font-weight: 700;
  line-height: 1.3;
}
.c-title--pagetitle {
  width: fit-content;
  margin-left: 45px;
  background: rgba(0, 0, 0, 0.68);
  color: rgb(255, 255, 255);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
.c-title--skin01 {
  margin-bottom: 44px;
  font-size: 2.25rem;
  color: rgb(84, 84, 84);
  text-align: center;
}
.c-title--skin02 {
  margin-bottom: 36px;
  font-size: 1.875rem;
  color: rgb(84, 84, 84);
  text-align: center;
}
.c-title--h2 {
  margin-bottom: 44px;
  font-size: 2rem;
  color: rgb(84, 84, 84);
  text-align: center;
}
.c-title--h3 {
  margin-bottom: 32px;
  color: rgb(84, 84, 84);
  font-size: 1.75rem;
  text-align: center;
}
.c-title--h4 {
  margin-bottom: 12px;
  font-size: 1.5rem;
}
.c-title--h5 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}
.c-title--h6 {
  margin-bottom: 8px;
  font-size: 1.125rem;
}
.c-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-width: min(324px, 100%);
  padding: 20px 24px;
  border-radius: 10em;
  border: 1px solid #8b2e2e;
  background-color: #8b2e2e;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.c-button::after {
  display: inline-block;
  content: "→";
  margin-left: 0.3em;
  font-family: sans-serif;
  vertical-align: middle;
}
.c-button--outline {
  border: 1px solid #8b2e2e;
  background-color: #fff;
  color: #8b2e2e;
}
.c-button--large {
  font-size: 1.5rem;
}
.c-button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 50px;
}
.c-action-button {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 5px 12px 2.8em;
  border-radius: 6px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}
.c-action-button::before {
  position: absolute;
  display: block;
  content: "";
  top: 8px;
  left: 8px;
  bottom: 8px;
  width: 2.4em;
}
.c-action-button--line {
  background-color: #57ca6d;
}
.c-action-button--line::before {
  background: url('data:image/svg+xml;utf8,<svg id="LINE_LOGO" data-name="LINE LOGO" xmlns="http://www.w3.org/2000/svg" width="213.63" height="203.55" viewBox="0 0 213.63 203.55">  <defs>    <style>      .cls-1 {        fill: %234cc764;      }      .cls-2 {        fill: %23fff;      }    </style>  </defs>  <path class="cls-2" d="M213.63,86.68C213.63,38.89,165.71,0,106.81,0S0,38.89,0,86.68c0,42.85,38,78.73,89.33,85.52,3.48.75,8.21,2.29,9.41,5.27,1.08,2.7.7,6.93.35,9.66,0,0-1.25,7.54-1.52,9.14-.47,2.7-2.15,10.56,9.25,5.76,11.4-4.8,61.51-36.22,83.92-62.01h0c15.48-16.98,22.9-34.2,22.9-53.33Z"/>  <g>    <path class="cls-1" d="M178.09,114.28c1.13,0,2.04-.91,2.04-2.04v-7.58c0-1.12-.92-2.04-2.04-2.04h-20.39v-7.87h20.39c1.13,0,2.04-.91,2.04-2.04v-7.57c0-1.12-.92-2.04-2.04-2.04h-20.39v-7.87h20.39c1.13,0,2.04-.91,2.04-2.04v-7.57c0-1.12-.92-2.04-2.04-2.04h-30.01c-1.13,0-2.04.91-2.04,2.04v.04h0v46.54h0v.04c0,1.13.91,2.04,2.04,2.04h30.01Z"/>    <path class="cls-1" d="M67.09,114.28c1.13,0,2.04-.91,2.04-2.04v-7.58c0-1.12-.92-2.04-2.04-2.04h-20.39v-37c0-1.12-.92-2.04-2.04-2.04h-7.58c-1.13,0-2.04.91-2.04,2.04v46.58h0v.04c0,1.13.91,2.04,2.04,2.04h30.01Z"/>    <rect class="cls-1" x="75.54" y="63.58" width="11.65" height="50.69" rx="2.04" ry="2.04"/>    <path class="cls-1" d="M136.72,63.58h-7.58c-1.13,0-2.04.91-2.04,2.04v27.69l-21.33-28.8c-.05-.07-.11-.14-.16-.21,0,0,0,0-.01-.01-.04-.04-.08-.09-.12-.13-.01-.01-.03-.02-.04-.03-.04-.03-.07-.06-.11-.09-.02-.01-.04-.03-.06-.04-.03-.03-.07-.05-.11-.07-.02-.01-.04-.03-.06-.04-.04-.02-.07-.04-.11-.06-.02-.01-.04-.02-.06-.03-.04-.02-.08-.04-.12-.05-.02,0-.04-.02-.07-.02-.04-.01-.08-.03-.12-.04-.02,0-.05-.01-.07-.02-.04,0-.08-.02-.12-.03-.03,0-.06,0-.09-.01-.04,0-.07-.01-.11-.01-.04,0-.07,0-.11,0-.02,0-.05,0-.07,0h-7.53c-1.13,0-2.04.91-2.04,2.04v46.62c0,1.13.91,2.04,2.04,2.04h7.58c1.13,0,2.04-.91,2.04-2.04v-27.68l21.35,28.84c.15.21.33.38.53.51,0,0,.02.01.02.02.04.03.08.05.13.08.02.01.04.02.06.03.03.02.07.03.1.05.03.02.07.03.1.04.02,0,.04.02.06.02.05.02.09.03.14.04,0,0,.02,0,.03,0,.17.04.35.07.53.07h7.53c1.13,0,2.04-.91,2.04-2.04v-46.62c0-1.13-.91-2.04-2.04-2.04Z"/>  </g></svg>') no-repeat center center/contain;
}
.c-action-button--tel {
  background-color: #8b2e2e;
}
.c-action-button--tel::before {
  background: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="206.05" height="219.34" viewBox="0 0 206.05 219.34">  <defs>    <style>      .cls-1 {        fill: %23fff;        fill-rule: evenodd;      }    </style>  </defs>  <path class="cls-1" d="M58.29,94.05c-1.02-2.75-.58-2.82,1.67-5.12h0c.9-.9,1.92-1.79,3.01-2.69,1.15-.96,2.37-1.92,3.59-2.82.26-.19.71-.51,1.15-.9.45-.26.9-.58,1.28-.9h.06c8.07-5.76,14.41-10.25,9.93-23.83h0L62.9,9.05h0c-.51-1.6-1.28-2.95-2.18-4.1-.96-1.22-2.11-2.18-3.39-2.95h0c-1.28-.77-2.62-1.28-4.04-1.6-1.54-.38-3.07-.45-4.68-.38-4.23.32-8.13.9-11.72,1.79-3.65.9-7.04,2.11-10.12,3.65-5.19,2.5-9.48,5.77-13.07,9.61-3.84,4.1-6.79,8.9-8.97,14.16h0c-1.92,4.87-3.27,10.12-4.04,15.63-.77,5.83-.9,11.98-.45,18.25.58,8.84,2.31,18,4.87,27.09,2.69,9.54,6.28,18.96,10.57,27.86h0c1.54,3.2,3.33,6.53,5.38,9.99,2.11,3.52,4.48,7.17,7.05,10.89,2.56,3.65,5.25,7.37,8.13,11.08,2.88,3.71,5.96,7.43,9.1,11.02l.06.06.06.06c3.2,3.52,6.47,6.98,9.86,10.31,3.33,3.33,6.66,6.47,10.06,9.42h0c3.33,2.95,6.6,5.7,9.86,8.2,3.2,2.5,6.34,4.74,9.42,6.66,8.26,5.32,17.23,9.99,26.39,13.84,8.78,3.59,17.68,6.4,26.33,8.01,6.21,1.22,12.3,1.79,18.19,1.73,5.57-.13,10.95-.77,15.95-2.18,5.51-1.54,10.57-3.84,15.12-7.17,4.29-3.07,8.07-7.05,11.15-11.85h0c1.86-2.95,3.46-6.15,4.8-9.74,1.28-3.46,2.37-7.17,3.14-11.27.32-1.6.38-3.2.26-4.68-.13-1.47-.51-2.88-1.09-4.23-.64-1.35-1.47-2.63-2.56-3.71h0c-1.02-1.03-2.31-1.92-3.78-2.63l-46.57-21.84c-12.94-6.02-18.13-.26-24.79,7.11h0c-.26.26-.51.58-.83.9-.32.39-.7.77-1.28,1.35-1.02,1.15-2.18,2.31-3.27,3.33-4.04,3.78-5,5.76-9.67,2.82l-.13-.07c-1.41-.9-3.2-2.24-5.19-3.91-2.11-1.79-4.55-3.91-7.11-6.4h0c-2.69-2.5-5.51-5.32-8.33-8.33-2.75-2.88-5.57-5.89-8.26-9.03h-.06l-.06-.06c-2.82-3.2-5.57-6.4-8.2-9.54-2.56-3.14-5-6.21-7.11-9.03h0c-2.05-2.75-3.84-5.32-5.32-7.62-1.47-2.24-2.63-4.29-3.39-5.89-.32-.58-.51-1.09-.71-1.6h0ZM48.1,97.38c.38.96.77,1.92,1.15,2.82h.06c.9,1.92,2.24,4.23,3.84,6.73,1.67,2.63,3.71,5.51,6.02,8.58h0c2.24,3.01,4.68,6.15,7.3,9.35,2.69,3.33,5.57,6.66,8.52,9.99l.19.19h0c2.88,3.2,5.83,6.41,8.71,9.48h0c2.88,2.95,5.7,5.83,8.39,8.39,2.75,2.63,5.38,4.93,7.75,6.92,2.37,1.92,4.48,3.52,6.34,4.61.83.58,1.67,1.09,2.63,1.6.9.38,1.79.77,2.69,1.09h0c1.09.32,2.24.58,3.33.64,1.09.13,2.18,0,3.27-.26h0c1.09-.26,2.24-.7,3.4-1.35,1.22-.64,2.5-1.54,3.71-2.5h0c1.22-.9,2.43-1.99,3.65-3.07,1.34-1.28,2.63-2.56,3.84-3.84.13-.19.38-.45.64-.77.45-.45,1.02-1.09,1.6-1.73,1.79-1.98,3.4-3.78,5.32-4.74,1.92-1.02,4.1-1.15,6.98.19l46.57,21.84h0c.26.13.51.26.64.45.19.19.38.38.51.58h0c.13.38.19.77.19,1.22,0,.38,0,.83-.13,1.35h0c-.64,3.46-1.54,6.53-2.56,9.42-1.09,2.88-2.37,5.51-3.84,7.75-2.37,3.71-5.25,6.73-8.52,9.1-3.46,2.5-7.37,4.29-11.59,5.44-4.23,1.22-8.77,1.79-13.58,1.79-5.06.06-10.31-.51-15.76-1.54-8.01-1.47-16.27-4.1-24.4-7.43-8.46-3.52-16.78-7.94-24.53-12.87-2.75-1.79-5.7-3.84-8.65-6.15-3.07-2.31-6.21-4.93-9.35-7.69-3.2-2.88-6.4-5.89-9.61-9.03-3.2-3.2-6.34-6.47-9.42-9.86h0c-2.95-3.4-5.83-6.92-8.58-10.5-2.82-3.52-5.45-7.11-7.88-10.7-2.37-3.39-4.55-6.79-6.53-10.06-1.92-3.27-3.65-6.4-5.12-9.42h0c-3.97-8.26-7.37-17.1-9.86-25.94-2.37-8.45-3.97-16.97-4.55-25.11h0c-.32-5.51-.26-10.83.38-15.89.64-4.74,1.73-9.16,3.39-13.13,1.66-4.1,3.91-7.75,6.79-10.89,2.75-2.95,6.08-5.44,9.99-7.37h0c2.5-1.22,5.25-2.18,8.26-2.95,2.95-.71,6.15-1.22,9.61-1.41h0c.51-.06,1.02,0,1.41.06.45.06.77.19,1.09.32.19.13.39.32.51.51.19.19.26.45.38.77l16.08,48.74h0c2.05,6.09-1.47,8.58-5.96,11.72h0c-.32.26-.7.51-1.15.83l-1.54,1.09c-1.35,1.02-2.75,2.11-4.1,3.27-1.28,1.09-2.56,2.24-3.65,3.33-1.09,1.15-2.05,2.24-2.88,3.33-.77,1.09-1.41,2.18-1.79,3.27h0c-.38,1.09-.58,2.18-.64,3.27-.06,1.15.06,2.24.25,3.39h0c.19.9.45,1.86.77,2.76h0Z"/></svg>') no-repeat center center/contain;
}
.c-action-button--mail {
  background-color: #000;
}
.c-action-button--mail::before {
  background: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="229.69" height="174.73" viewBox="0 0 229.69 174.73">  <defs>    <style>      .cls-1 {        fill: %23fff;        fill-rule: evenodd;      }    </style>  </defs>  <path class="cls-1" d="M23.12,9.86h184.73l-.45.45-93.26,86.79-.19.19-.19-.19L19.79,10.63l-.39-.26.45-.13c.51-.13,1.09-.26,1.6-.32.58-.06,1.09-.06,1.67-.06h0ZM10.25,19.86c.26-1.09.64-2.11,1.15-3.07l.19-.26.19.19,75.97,70.52.19.19-.19.13L10.89,155.84l-.32.26-.06-.32c-.26-.7-.38-1.34-.51-2.05-.13-.71-.19-1.41-.19-2.11h0V23.12h0c0-1.09.19-2.18.45-3.27h0ZM20.18,164.61c-.96-.26-1.92-.58-2.75-1.03l-.32-.13.26-.26,76.93-68.34h0c.13-.06.32-.19.45-.39h0c.13-.13.26-.26.32-.38l.19-.26.19.19,15.18,13.39h0c.38.38.9.7,1.41.9h0c.64.26,1.28.38,1.86.38h.13c.58,0,1.22-.13,1.86-.38.51-.19,1.02-.51,1.41-.9h0l15.18-13.39.19-.19.19.26c.06.13.19.26.32.38.13.19.26.32.45.39h0l77.82,68.73.26.26-.32.19c-.77.26-1.54.51-2.37.64-.77.19-1.6.26-2.43.26H23.12c-1.02,0-1.99-.13-2.95-.32h0ZM219.63,154.17c-.19.83-.45,1.67-.77,2.43l-.13.32-.26-.19-78.34-69.18-.19-.13.19-.19L216.75,14.99l.19-.13.13.19c.9,1.15,1.6,2.43,2.05,3.84.51,1.35.77,2.75.77,4.23h0v128.49h0c0,.9-.13,1.73-.26,2.56h0ZM206.57,0H23.12c-3.14,0-6.09.64-8.84,1.79-2.82,1.15-5.38,2.88-7.49,5-2.18,2.11-3.84,4.68-5.06,7.56-1.09,2.69-1.73,5.7-1.73,8.78h0v128.49h0c0,3.14.64,6.09,1.73,8.84,1.22,2.82,2.88,5.38,5.06,7.49,2.11,2.11,4.68,3.84,7.49,5.06,2.75,1.09,5.7,1.73,8.84,1.73h183.45c3.14,0,6.08-.64,8.84-1.73,2.82-1.22,5.38-2.95,7.49-5.06h0c2.11-2.11,3.84-4.68,5-7.49,1.15-2.69,1.79-5.7,1.79-8.84h0V23.12h0c0-3.08-.64-6.09-1.79-8.84-1.15-2.82-2.88-5.38-5-7.49-2.11-2.11-4.67-3.84-7.49-5-2.75-1.15-5.7-1.79-8.84-1.79h0Z"/></svg>') no-repeat center center/contain;
}
.c-floating-button {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.7;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-floating-button.is-show {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .c-floating-button.is-show:hover {
    opacity: 0.7;
  }
}
.c-floating-button--contact {
  width: 200px;
  box-shadow: 0px 5px 9.9px 0.1px rgba(0, 0, 0, 0.2);
  font-size: 1.3125rem;
}
.c-floating-button--top {
  width: 100px;
  box-shadow: 0px 5px 9.9px 0.1px rgba(0, 0, 0, 0.2);
  font-size: 1.3125rem;
}
.c-floating-button--top__text {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.c-floating-button--top__text::before {
  display: inline-block;
  content: "↑";
  font-family: sans-serif;
  font-weight: 400;
  vertical-align: middle;
}
.c-floating-button__text::after {
  display: inline-block;
  content: "→";
  margin-left: 0.3em;
  font-family: sans-serif;
  vertical-align: middle;
}
.c-telLink {
  color: inherit;
}
.c-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-card__image img {
  width: 100%;
}
.c-card__title {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-card__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-card__body :where(p) {
  color: #545454;
}
.c-card__price {
  margin-bottom: 8px;
  color: #000;
  font-size: 1.3125rem;
}
.c-card__price .tax {
  font-size: 1.125rem;
}
.c-card__price + :where(p) {
  margin-top: 0;
}
.c-card__action {
  margin-top: auto;
  padding-top: 16px;
}
.c-info-card {
  padding: 20px 28px 12px;
  box-shadow: 0px 5px 9.9px 0.1px rgba(0, 0, 0, 0.2);
  background-color: rgb(239, 239, 239);
}
.c-info-card__title {
  font-size: 1.75rem;
  color: #8b2e2e;
  font-weight: 700;
  line-height: 1.3;
}
.c-info-card__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}
.c-post-card__link {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-post-card__image img {
  width: 100%;
  aspect-ratio: 240/180;
  object-fit: cover;
}
.c-post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.c-post-card__category {
  display: inline-block;
  font-weight: 700;
}
.c-post-card__category-blog {
  background-color: #fef8b4;
}
.c-post-card__category-news {
  background-color: #f6dae1;
}
.c-post-card__title {
  margin-top: 0;
}
.c-banner-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px 16px;
  border-radius: 10px;
}
.c-banner-link__image {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-banner-link__image img {
  max-width: 80%;
  max-height: 100%;
  object-fit: contain;
}
.c-banner-link__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.c-banner-link__text::after {
  display: inline-block;
  content: "→";
  margin-left: 0.3em;
  font-family: sans-serif;
  vertical-align: middle;
}
.c-banner-link--tcj {
  background-color: #8b2e2e;
}
.c-banner-link--grit {
  background-color: #000;
}
.c-faq__list :where(p) {
  line-height: 1.5;
}
.c-faq__item {
  padding-block: 32px;
  border-bottom: 1px solid #000;
}
.c-faq__question {
  padding-top: 6px;
  margin-bottom: 32px;
  padding-left: 1.8em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.c-faq__question:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  content: "Ｑ";
  color: #8b2e2e;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-faq__answer {
  padding-top: 6px;
  padding-left: 1.8em;
  line-height: 1.5;
  position: relative;
}
.c-faq__answer:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  content: "Ａ";
  color: #57ca6d;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  line-height: 1.4;
}
.c-list--disc > li {
  padding-left: 1.6em;
  position: relative;
}
.c-list--disc > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  content: "●";
  color: #8b2e2e;
}
.c-list--number {
  counter-reset: num;
}
.c-list--number > li {
  padding-left: 1.6em;
  position: relative;
}
.c-list--number > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  content: counter(num) ".";
  counter-increment: num;
}
.c-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}
.c-table {
  width: 100%;
}
.c-table :is(th, td) {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 8px 12px;
  line-height: 1.5;
}
.c-table th {
  background: #000;
  color: #fff;
  text-align: left;
}
.c-table td {
  background-color: #f0f0f0;
  color: #545454;
}
.c-w0 {
  width: 0%;
}
.c-w4 {
  width: 4%;
}
.c-w8 {
  width: 8%;
}
.c-w12 {
  width: 12%;
}
.c-w16 {
  width: 16%;
}
.c-w20 {
  width: 20%;
}
.c-w24 {
  width: 24%;
}
.c-w28 {
  width: 28%;
}
.c-w32 {
  width: 32%;
}
.c-w36 {
  width: 36%;
}
.c-w40 {
  width: 40%;
}
.c-w44 {
  width: 44%;
}
.c-w48 {
  width: 48%;
}
.c-w52 {
  width: 52%;
}
.c-w56 {
  width: 56%;
}
.c-w60 {
  width: 60%;
}
.c-w64 {
  width: 64%;
}
.c-w68 {
  width: 68%;
}
.c-w72 {
  width: 72%;
}
.c-w76 {
  width: 76%;
}
.c-w80 {
  width: 80%;
}
.c-w84 {
  width: 84%;
}
.c-w88 {
  width: 88%;
}
.c-w92 {
  width: 92%;
}
.c-w96 {
  width: 96%;
}
.c-w100 {
  width: 100%;
}

.l-container {
  overflow-x: clip;
}
.l-wrapper {
  max-width: min(96vw, 1000px);
  margin-inline: auto;
}
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0px 5px 9.9px 0.1px rgba(0, 0, 0, 0.2);
  background-color: #8b2e2e;
  color: #fff;
}
.l-header__inner {
  display: flex;
  justify-content: center;
  gap: 12px;
  max-width: min(96vw, 1300px);
  margin-inline: auto;
}
.l-header__logo {
  padding-block: 20px;
}
.l-header__logo-link {
  display: inline-grid;
  grid-template-areas: "logo name" "logo desc";
  grid-template-columns: 84px 1fr;
  gap: 0 20px;
  white-space: nowrap;
}
.l-header__logo-image {
  grid-area: logo;
}
.l-header__logo-name {
  grid-area: name;
  font-size: 1.625rem;
  font-weight: 700;
}
.l-header__logo-desc {
  grid-area: desc;
  font-size: 1.3125rem;
  font-weight: 700;
}
.l-navBtn {
  display: none;
}
.l-nav__list {
  display: flex;
  height: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
}
.l-nav__list:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0 0 0 100%;
  z-index: -1;
  width: 50vw;
  background-color: #000;
}
.l-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 12px;
  text-align: center;
}
.l-nav__link--contact {
  margin-left: 12px;
  background-color: #000;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-nav__link--contact:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0.7);
  }
}
.l-section {
  padding-block: 60px;
}
.l-section--bgBlack {
  background-color: #000;
  color: #fff;
}
.l-section--bgBlack .c-title {
  color: #fff;
}
:where(.l-section > .l-wrapper) > :where(*:not(.c-title)) + :where(*) {
  margin-top: 40px;
}

.l-main {
  padding-bottom: 100px;
}
:where(.l-main :is(h1, h2, h3, h4, h5, h6):not(:first-child)) {
  margin-top: clamp(60px, 8vw, 100px);
}

:where(.l-main a) {
  color: #8b2e2e;
  font-weight: 700;
}

.l-pagetitle {
  display: grid;
  grid-template: 1fr/1fr;
  min-height: 300px;
  margin-bottom: 40px;
}
.l-pagetitle .l-wrapper {
  grid-column: 1/2;
  grid-row: 1/2;
  order: 2;
  display: flex;
  align-items: center;
  width: 100%;
  padding-block: 30px;
}
.l-pagetitle__image {
  grid-column: 1/2;
  grid-row: 1/2;
  order: 1;
}
.l-pagetitle__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-footer {
  position: relative;
  padding: 70px 0;
  background-color: #000;
  color: #fff;
  background-color: #000;
}
.l-footer a {
  color: #fff;
}
.l-footer__inner {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "logo logo" "address nav";
  gap: 40px;
}
.l-footer__logo {
  grid-area: logo;
  display: inline-grid;
  grid-template-areas: "logo name" "logo desc";
  gap: 0 20px;
  width: fit-content;
  white-space: nowrap;
}
.l-footer__logo-image {
  grid-area: logo;
}
.l-footer__logo-name {
  grid-area: name;
  font-size: 1.625rem;
  font-weight: 700;
}
.l-footer__logo-desc {
  grid-area: desc;
  font-size: 1.3125rem;
  font-weight: 700;
}
.l-footer__address {
  grid-area: address;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
.l-footer__address p + p {
  margin-top: 0;
}
.l-footer__nav-group {
  grid-area: nav;
}
.l-footer__nav-list {
  columns: 2;
  column-gap: 40px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.l-footer__nav-list > li {
  margin-bottom: 6px;
}
.l-footer__nav-link {
  text-decoration: underline;
}
.l-footer__nav-link::after {
  display: inline-block;
  content: "→";
  margin-left: 0.3em;
  font-family: sans-serif;
  vertical-align: middle;
}
.l-footer__copyright {
  margin-top: 60px;
}
.l-floating-actions {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 800;
}
.l-floating-actions.is-above-footer {
  position: absolute;
  bottom: calc(100% + 10px);
}
.l-floating-actions .c-floating-button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.l-fixed-actions {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  padding: 10px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}
.l-fixed-actions__inner {
  display: flex;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
}

.mv-slider__slide img {
  display: block;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 1919px) {
  .mv-slider__slide img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    width: 1920px;
  }
}
@media (max-width: 1000px) {
  .mv-slider__slide img {
    width: 192vw;
  }
}

.intro-wrap {
  padding-block: 50px;
}
.intro-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: 900px;
  margin-inline: auto;
  padding: 24px 28px;
  box-shadow: 0px 5px 9.9px 0.1px rgba(0, 0, 0, 0.2);
  background-color: rgb(239, 239, 239);
}
.intro-cta__text {
  color: #8b2e2e;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.286;
}
.intro-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px 12px;
}
.intro-list .c-card {
  height: 100%;
}

.mechanic-wrap {
  padding-block: 50px;
  background-color: #000;
  color: #fff;
}
.mechanic-wrap .c-title--skin02 {
  color: #fff;
}
.mechanic-grid {
  display: grid;
  grid-template-columns: 534px minmax(0, 1fr);
  gap: 48px;
}
.mechanic-grid__image {
  margin-right: max(-534px, -27.8125vw);
}
.mechanic-grid__image img {
  border-radius: 10px 0 0 10px;
}

.reason-wrap {
  padding-block: 50px 100px;
}
.reason-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px 12px;
}
.reason-list .c-card {
  height: 100%;
}
.reason-cta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 52px;
  max-width: 936px;
  margin-inline: auto;
}

.blog-wrap {
  padding-block: 50px;
  background-color: #f0f0f0;
}
.blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 24px 19px;
}

.related-wrap {
  padding-block: 100px;
}
.related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  max-width: 826px;
  margin-inline: auto;
}
.related-list__item {
  flex: 1;
}

@media screen and (max-width: 1249.98px) {
  .l-header__logo-name {
    font-size: 1.25rem;
  }
  .l-header__logo-desc {
    font-size: 1rem;
  }
  .l-nav__list {
    font-size: 0.875rem;
  }
  .l-nav__link {
    padding: 4px;
  }
}
@media screen and (max-width: 959.98px) {
  .l-header__inner {
    gap: 6px;
  }
  .l-header__logo-link {
    grid-template-columns: 52px 1fr;
    gap: 2px 8px;
  }
  .l-header__logo-name {
    font-size: 1rem;
  }
  .l-header__logo-desc {
    font-size: 0.75rem;
  }
  .l-nav_list {
    font-size: 13px;
    letter-spacing: 0;
  }
  .mechanic-grid {
    grid-template-columns: 434px minmax(0, 1fr);
  }
}
/* ▼タブレット用デザインとして付け足すデザイン */
@media print, screen and (min-width: 768px) {
  .u-only-sp {
    display: none;
  }
  .c-telLink {
    pointer-events: none;
  }
  .c-column--col2to1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .c-column--col3to1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .c-column--col4to1, .c-column--col4to2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
  .c-column--col6to2, .c-column--col6to3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
  }
}
/* ▼モバイルのみ付け足すデザイン */
@media screen and (max-width: 767.98px) {
  .u-only-pc {
    display: none;
  }
  .c-title--pagetitle {
    margin-left: 0;
    font-size: 1.5rem;
  }
  .c-title--skin01 {
    margin-bottom: 20px;
    font-size: 1.375rem;
  }
  .c-title--skin02 {
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
  .c-title--h2 {
    margin-bottom: 20px;
    font-size: 1.375rem;
  }
  .c-title--h3 {
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
  .c-title--h4 {
    margin-bottom: 8px;
    font-size: 1.125rem;
  }
  .c-title--h5 {
    font-size: 1rem;
  }
  .c-title--h6 {
    font-size: 0.875rem;
  }
  .c-button {
    padding: 12px 20px;
    font-size: 1rem;
  }
  .c-button--large {
    font-size: 1.125rem;
  }
  .c-button-group {
    margin-top: 30px;
  }
  .c-action-button {
    padding: 8px 5px 8px 2.3em;
    font-size: 0.6875rem;
  }
  .c-action-button::before {
    position: absolute;
    display: block;
    content: "";
    top: 2px;
    left: 8px;
    bottom: 2px;
    width: 1.2em;
  }
  .c-floating-button--contact {
    width: 90px;
    font-size: 0.875rem;
  }
  .c-floating-button--top {
    width: 60px;
    font-size: 0.875rem;
  }
  .c-floating-button__text {
    line-height: 1.4;
  }
  .c-floating-button__text::after {
    content: none;
  }
  .c-card {
    gap: 8px;
  }
  .c-card__body :where(p) {
    font-size: 0.875rem;
  }
  .c-card__title {
    margin-bottom: 4px;
    font-size: 1.125rem;
  }
  .c-card__price {
    margin-bottom: 4px;
    font-size: 1rem;
  }
  .c-card__price .tax {
    font-size: 0.875rem;
  }
  .c-card__action {
    text-align: center;
  }
  .c-info-card {
    padding: 12px 20px;
  }
  .c-info-card__title {
    font-size: 1.125rem;
  }
  .c-info-card__button-group {
    margin-top: 12px;
  }
  .c-post-card__link {
    gap: 12px;
  }
  .c-post-card__meta {
    margin-bottom: 8px;
  }
  .c-post-card__title {
    font-size: 1rem;
  }
  .c-banner-link {
    padding: 12px;
    border-radius: 6px;
  }
  .c-banner-link__image {
    width: 170px;
    height: 40px;
  }
  .c-banner-link__text {
    font-size: 0.875rem;
  }
  .c-faq__item {
    padding-block: 20px;
  }
  .c-faq__question {
    margin-bottom: 12px;
  }
  .c-column--col2to1, .c-column--col3to1, .c-column--col4to1 {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .c-column--col4to2, .c-column--col6to2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .c-column--col6to3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .l-wrapper {
    max-width: min(92vw, 1000px);
  }
  .l-header__inner {
    justify-content: start;
    max-width: min(92vw, 1000px);
    height: 56px;
  }
  .l-header__logo {
    padding-block: 10px;
  }
  .l-nav {
    position: absolute;
    top: 100%;
    left: 0;
    overflow-y: auto;
    width: 100vw;
    max-height: 0;
    background: black;
    transition: max-height 0.6s ease;
  }
  .l-navBtn {
    position: absolute;
    inset: 0 0 0 auto;
    aspect-ratio: 1/1;
    display: block;
    border: 0;
    background-color: #000;
    color: #fff;
  }
  .l-navBtn__bar {
    position: absolute;
    left: 16px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .l-navBtn__bar:nth-child(1) {
    top: 16px;
  }
  .l-navBtn.is-active .l-navBtn__bar:nth-child(1) {
    top: 26px;
    transform: rotate(45deg);
  }
  .l-navBtn__bar:nth-child(2) {
    top: 26px;
  }
  .l-navBtn.is-active .l-navBtn__bar:nth-child(2) {
    width: 0;
  }
  .l-navBtn__bar:nth-child(3) {
    top: 36px;
  }
  .l-navBtn.is-active .l-navBtn__bar:nth-child(3) {
    top: 26px;
    transform: rotate(-45deg);
  }
  .l-nav__list {
    display: block;
  }
  .l-nav__list::after {
    content: none;
  }
  .l-nav__item:not(:first-child) {
    border-top: 1px solid #666;
  }
  .l-nav__link {
    justify-content: start;
    padding: 20px;
    text-align: left;
  }
  .l-nav__link br {
    display: none;
  }
  .l-nav__link::after {
    display: inline-block;
    content: "→";
    margin-left: 0.3em;
    font-family: sans-serif;
    vertical-align: middle;
  }
  .l-nav__link--contact {
    margin-left: 0;
  }
  .l-section {
    padding-block: 20px;
  }
  :where(.l-section > .l-wrapper) > :where(*:not(.c-title)) + :where(*) {
    margin-top: 20px;
  }
  .l-main {
    padding-bottom: 60px;
  }
  :where(.l-main :is(h1, h2, h3, h4, h5, h6):not(:first-child)) {
    margin-top: clamp(60px, 8vw, 100px);
  }
  .l-pagetitle {
    min-height: 120px;
    margin-bottom: 20px;
  }
  .l-pagetitle .l-wrapper {
    padding-block: 20px;
  }
  .l-footer {
    padding: 40px 0 70px;
  }
  .l-footer__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "address" "nav";
    gap: 30px 20px;
  }
  .l-footer__logo {
    grid-template-columns: 52px 1fr;
    gap: 2px 8px;
  }
  .l-footer__logo-name {
    font-size: 1.1875rem;
  }
  .l-footer__logo-desc {
    font-size: 0.9375rem;
  }
  .l-footer__address {
    font-size: 1rem;
  }
  .l-footer__nav-list {
    columns: 1;
    font-size: 1rem;
  }
  .l-footer__copyright {
    margin-top: 30px;
    font-size: 0.75rem;
  }
  .l-floating-actions {
    right: 8px;
  }
  .l-fixed-actions__inner {
    gap: 6px;
  }
  .mv-slider__slide img {
    width: 100%;
  }
  .intro-wrap {
    padding-block: 32px;
  }
  .intro-cta {
    flex-wrap: wrap;
    padding: 20px;
  }
  .intro-cta__text {
    font-size: 1.125rem;
  }
  .mechanic-wrap {
    padding-block: 32px;
  }
  .mechanic-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .reason-wrap {
    padding-block: 32px;
  }
  .reason-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .blog-wrap {
    padding-block: 32px;
  }
  .related-wrap {
    padding-block: 32px;
  }
  .related-list {
    flex-direction: column;
    gap: 16px;
  }
}
/* #Print Fixes */
@media print {
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 1cm 1cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  body {
    width: auto;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}