@charset "UTF-8";
:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1280px;
}
:root {
  --mh--font-family--base:
  	"Noto Sans JP", "ヒラギノ角ゴ ProN W3", meiryo, sans-serif;
  --mh--font-family--en: "Poppins", sans-serif;
}
html body {
  --mh--font-size--x3s: clamp(1.1rem, -0.1vi + 1.1rem, 1rem);
  --mh--font-size--x2s: clamp(1.1rem, 0vi + 1.2rem, 1.1rem);
  --mh--font-size--xs: clamp(1.2rem, 0.1vi + 1.2rem, 1.3rem);
  --mh--font-size--sm: clamp(1.3rem, 0.2vi + 1.2rem, 1.4rem);
  --mh--font-size--md: clamp(1.4rem, 0.3vi + 1.3rem, 1.6rem);
  --mh--font-size--lg: clamp(1.5rem, 0.4vi + 1.3rem, 1.8rem);
  --mh--font-size--xl: clamp(1.6rem, 0.6vi + 1.4rem, 2rem);
  --mh--font-size--x2l: clamp(1.7rem, 0.8vi + 1.4rem, 2.3rem);
  --mh--font-size--x3l: clamp(1.8rem, 1vi + 1.5rem, 2.6rem);
  --mh--font-size--x4l: clamp(2rem, 1.3vi + 1.5rem, 2.9rem);
  --mh--font-size--x5l: clamp(2.1rem, 1.6vi + 1.5rem, 3.2rem);
  --mh--font-size--x6l: clamp(2.2rem, 1.9vi + 1.5rem, 3.6rem);
  --mh--font-size--x7l: clamp(2.4rem, 2.3vi + 1.5rem, 4.1rem);
  --mh--font-size--x8l: clamp(2.6rem, 2.8vi + 1.5rem, 4.6rem);
  --mh--font-size--x9l: clamp(2.8rem, 3.4vi + 1.5rem, 5.2rem);
  --mh--font-size--x10l: clamp(2.9rem, 4vi + 1.4rem, 5.8rem);
  --mh--font-size--x11l: clamp(3.2rem, 4.7vi + 1.4rem, 6.6rem);
  --mh--font-size--x12l: clamp(3.4rem, 5.6vi + 1.3rem, 7.4rem);
  --mh--font-size--x13l: clamp(3.6rem, 6.5vi + 1.2rem, 8.3rem);
}
:root {
  --mh--letter-spacing--none: 0;
  --mh--letter-spacing--md: 0.05em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--sm: 1.1;
  --mh--line-height--md: 1.4;
  --mh--line-height--lg: 1.8;
  --mh--line-height--xl: 1.9;
}
:root {
  --mh--header--height: 60px;
}
@media (width >= 1100px ) {
  :root {
    --mh--header--height: 82px;
  }
}
:root {
  --mh--sidebar--width: 240px;
}
:root {
  --mh--contents--width: 1260px;
  --mh--contents--wide-width: 1520px;
  --mh--contents--padding--side: 20px;
  --mh--contents--width-with-padding: calc(
  	var(--mh--contents--width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--wide-width-with-padding: calc(
  	var(--mh--contents--wide-width) + var(--mh--contents--padding--side) * 2
  );
}
@media (width >= 768px ) {
  :root {
    --mh--contents--padding--side: 50px;
  }
}
html body {
  --mh--color--primary-200: var(--wp--preset--color--primary-200);
  --mh--color--primary-500: var(--wp--preset--color--primary-500);
  --mh--color--primary-600: var(--wp--preset--color--primary-600);
  --mh--color--primary-800: var(--wp--preset--color--primary-800);
  --mh--color--primary-900: var(--wp--preset--color--primary-900);
  --mh--color--accent-400: var(--wp--preset--color--accent-400);
  --mh--color--accent-500: var(--wp--preset--color--accent-500);
  --mh--color--grayscale-100: var(--wp--preset--color--grayscale-100);
  --mh--color--grayscale-200: var(--wp--preset--color--grayscale-200);
  --mh--color--grayscale-300: var(--wp--preset--color--grayscale-300);
  --mh--color--grayscale-400: var(--wp--preset--color--grayscale-400);
  --mh--color--grayscale-500: var(--wp--preset--color--grayscale-500);
  --mh--color--grayscale-700: var(--wp--preset--color--grayscale-700);
  --mh--color--grayscale-800: var(--wp--preset--color--grayscale-800);
  --mh--color--error-500: var(--wp--preset--color--error-500);
  --mh--color--category-yellow-500: var(
  	--wp--preset--color--categoryyellow-500
  );
  --mh--color--category-red-500: var(--wp--preset--color--categoryred-500);
  --mh--color--category-blue-500: var(--wp--preset--color--categoryblue-500);
  --mh--color--category-green-500: var(--wp--preset--color--categorygreen-500);
}
:root {
  --mh-viewport: 1920;
}
:root {
  --mh--space--10-10: 10px;
  --mh--space--10-15: 10px;
  --mh--space--10-30: 10px;
  --mh--space--10-40: 10px;
  --mh--space--10-60: 10px;
  --mh--space--15-15: 15px;
  --mh--space--15-20: 15px;
  --mh--space--20-120: 20px;
  --mh--space--20-15: 20px;
  --mh--space--20-20: 20px;
  --mh--space--20-30: 20px;
  --mh--space--20-50: 20px;
  --mh--space--20-60: 20px;
  --mh--space--20-80: 20px;
  --mh--space--25-25: 25px;
  --mh--space--25-30: 25px;
  --mh--space--25-60: 25px;
  --mh--space--25-70: 25px;
  --mh--space--25-80: 25px;
  --mh--space--30-30: 30px;
  --mh--space--30-40: 30px;
  --mh--space--30-50: 30px;
  --mh--space--30-80: 30px;
  --mh--space--40-100: 40px;
  --mh--space--40-120: 40px;
  --mh--space--40-60: 40px;
  --mh--space--60-100: 60px;
  --mh--space--60-160: 60px;
  --mh--space--x5s: 2px;
  --mh--space--x4s: 5px;
  --mh--space--x3s: 10px;
  --mh--space--x2s: 15px;
  --mh--space--xs: 20px;
  --mh--space--sm: 30px;
  --mh--space--md: 40px;
  --mh--space--lg: 50px;
  --mh--space--xl: 60px;
  --mh--space--x2l: 70px;
  --mh--space--x3l: 80px;
  --mh--space--x4l: 90px;
  --mh--space--x5l: 100px;
}
@media (width >= 768px ) {
  :root {
    --mh--space--10-15: calc(100vw * 15 / var(--mh-viewport));
    --mh--space--10-30: calc(100vw * 30 / var(--mh-viewport));
    --mh--space--10-40: calc(100vw * 40 / var(--mh-viewport));
    --mh--space--10-60: calc(100vw * 60 / var(--mh-viewport));
    --mh--space--15-20: calc(100vw * 20 / var(--mh-viewport));
    --mh--space--20-120: calc(100vw * 120 / var(--mh-viewport));
    --mh--space--20-15: calc(100vw * 15 / var(--mh-viewport));
    --mh--space--20-20: calc(100vw * 20 / var(--mh-viewport));
    --mh--space--20-30: calc(100vw * 30 / var(--mh-viewport));
    --mh--space--20-50: calc(100vw * 50 / var(--mh-viewport));
    --mh--space--20-60: calc(100vw * 60 / var(--mh-viewport));
    --mh--space--25-25: calc(100vw * 25 / var(--mh-viewport));
    --mh--space--25-30: calc(100vw * 30 / var(--mh-viewport));
    --mh--space--25-60: calc(100vw * 60 / var(--mh-viewport));
    --mh--space--25-70: calc(100vw * 70 / var(--mh-viewport));
    --mh--space--25-80: calc(100vw * 80 / var(--mh-viewport));
    --mh--space--30-30: calc(100vw * 30 / var(--mh-viewport));
    --mh--space--30-40: calc(100vw * 40 / var(--mh-viewport));
    --mh--space--30-50: calc(100vw * 50 / var(--mh-viewport));
    --mh--space--30-80: calc(100vw * 80 / var(--mh-viewport));
    --mh--space--40-100: calc(100vw * 100 / var(--mh-viewport));
    --mh--space--40-120: calc(100vw * 120 / var(--mh-viewport));
    --mh--space--40-60: calc(100vw * 60 / var(--mh-viewport));
    --mh--space--60-100: calc(100vw * 100 / var(--mh-viewport));
    --mh--space--60-120: calc(100vw * 120 / var(--mh-viewport));
    --mh--space--60-160: calc(100vw * 160 / var(--mh-viewport));
    --mh--space--x5s: 4px;
    --mh--space--x4s: 10px;
    --mh--space--x3s: calc(100vw * 20 / var(--mh-viewport));
    --mh--space--x2s: calc(100vw * 30 / var(--mh-viewport));
    --mh--space--xs: calc(100vw * 40 / var(--mh-viewport));
    --mh--space--sm: calc(100vw * 60 / var(--mh-viewport));
    --mh--space--md: calc(100vw * 80 / var(--mh-viewport));
    --mh--space--lg: calc(100vw * 100 / var(--mh-viewport));
    --mh--space--xl: calc(100vw * 120 / var(--mh-viewport));
    --mh--space--x2l: calc(100vw * 140 / var(--mh-viewport));
    --mh--space--x3l: calc(100vw * 160 / var(--mh-viewport));
    --mh--space--x4l: calc(100vw * 180 / var(--mh-viewport));
    --mh--space--x5l: calc(100vw * 200 / var(--mh-viewport));
  }
}
:root {
  --mh--easing: ease;
  --mh--duration: 0.3s;
  --mh--duration--slow: 0.6s;
}
@keyframes arrow-slide {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  50.0% {
    opacity: 0;
    transform: translate(105%, -105%);
  }
  50.1% {
    opacity: 0;
    transform: translate(-105%, 105%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes loop-txt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
*::before, *::after {
  box-sizing: border-box;
}
* :focus-visible {
  outline: 2px solid;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}
html {
  block-size: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizespeed;
  min-block-size: 100%;
}
img,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}
img,
svg,
video {
  max-inline-size: 100%;
  block-size: auto;
}
svg {
  fill: currentcolor;
  stroke: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
}
ul,
ol {
  list-style: none;
}
a[class] {
  text-decoration: none;
}
input,
select {
  appearance: none;
}
input,
button,
textarea,
select,
input[type=file]::-webkit-file-upload-button {
  font: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
}
a[href],
area,
button,
input,
label[for],
select,
summary,
textarea,
[tabindex]:not([tabindex*="-"]) {
  touch-action: manipulation;
  cursor: pointer;
}
input[type=file] {
  cursor: auto;
}
button,
button[type],
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button,
input[type=file]::file-selector-button {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
button[disabled],
button[type][disabled],
input[type=button][disabled],
input[type=submit][disabled],
input[type=reset][disabled] {
  cursor: not-allowed;
}
/* 02_base
================================================ */
html:not([class=is-no-smoothscroll]) {
  scroll-behavior: smooth;
  scroll-padding-top: var(--mh--header--height);
}
body {
  min-width: 320px;
  font-family: var(--mh--font-family--base);
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--xl);
  color: var(--mh--color--primary-900);
  -webkit-text-size-adjust: 100%;
}
@media (width >= 768px ) {
  body {
    min-width: auto;
    line-height: var(--mh--line-height--lg);
  }
}
@media (width >= 768px ) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
* {
  letter-spacing: var(--mh--letter-spacing--none);
}
ins {
  text-decoration: none;
  background-color: #ff9;
}
mark {
  font-weight: bold;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
sup {
  font-size: 0.75em;
  vertical-align: text-top;
}
sub {
  font-size: 0.75em;
  vertical-align: text-bottom;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  color: inherit;
}
@media (width < 768px) {
  a:hover {
    text-decoration: none;
  }
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select,
option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  background: none;
  border: 1px solid;
  border-radius: 0;
}
@media (width < 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  button,
  select,
  option {
    font-size: 1.6rem;
  }
}
summary {
  display: block;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.l-wrapper {
  position: relative;
  padding-bottom: env(safe-area-inset-bottom);
  background-color: var(--mh--color--grayscale-300);
}
@media (width >= 1100px ) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--mh--sidebar--width) 1fr;
    gap: 20px;
    width: var(--mh--contents--width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
  }
}
/*  .c-archive01
================================================== */
.c-archive01 {
  display: grid;
  gap: var(--mh--space--sm);
}
.c-archive01__item-img {
  aspect-ratio: 1;
  margin-bottom: var(--mh--space--x2s);
}
.c-archive01__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-archive01__item-info {
  display: flex;
  margin-bottom: 10px;
}
.c-archive01__item-cat {
  font-size: var(--mh--font-size--sm);
  font-weight: 800;
  line-height: var(--mh--line-height--sm);
}
.c-archive01__item-cat-item {
  display: inline-flex;
  gap: 3px;
  align-items: center;
}
.c-archive01__item-cat-item::before {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-color: var(--mh--color--primary-500);
}
.c-archive01__item-cat-item.is-professional::before {
  background-color: var(--mh--color--category-blue-500);
}
.c-archive01__item-cat-item.is-dental-clinic::before {
  background-color: var(--mh--color--category-green-500);
}
.c-archive01__item-cat-item.is-construction::before {
  background-color: var(--mh--color--category-yellow-500);
}
.c-archive01__item-cat-item.is-manufacture::before {
  background-color: var(--mh--color--category-blue-500);
}
.c-archive01__item-cat-item.is-medical::before {
  background-color: #20a5b4;
}
.c-archive01__item-cat-item.is-beauty::before {
  background-color: #20a5b4;
}
.c-archive01__item-cat-item.is-education::before {
  background-color: var(--mh--color--category-red-500);
}
.c-archive01__item-tag {
  padding-left: var(--mh--space--x3s);
  margin-left: var(--mh--space--x3s);
  font-size: var(--mh--font-size--sm);
  font-weight: 800;
  line-height: var(--mh--line-height--sm);
  border-left: 1px dashed var(--mh--color--primary-900);
}
.c-archive01__item-head {
  font-size: var(--mh--font-size--xl);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
}
@media (width >= 768px ) {
  .c-archive01 {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--mh--space--sm) var(--mh--space--xs);
  }
  .c-archive01__item-img {
    margin-bottom: var(--mh--space--15-20);
  }
  .c-archive01__item-info {
    margin-bottom: var(--mh--space--x4s);
  }
  .c-archive01__item-tag {
    padding-left: var(--mh--space--x4s);
    margin-left: var(--mh--space--x4s);
  }
}
@media (width >= 1100px ) {
  .c-archive01 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* .c-bg01
================================================== */
:root .c-bg01 {
  position: relative;
  background-color: #0a3a95;
}
:root .c-bg01__inner {
  position: relative;
  z-index: 1;
}
:root .c-bg01__txt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 30px;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
:root .c-bg01__txt-img {
  width: 1264px;
  max-width: fit-content;
  height: 74px;
  margin: 0;
  animation: loop-txt 20s infinite linear both;
}
:root .c-bg01__txt-img img {
  max-width: fit-content;
  height: 100%;
}
@media (width >= 768px ) {
  :root .c-bg01__txt {
    gap: 100px;
  }
  :root .c-bg01__txt-img {
    width: 2938px;
    height: 177px;
    animation: loop-txt 40s infinite linear both;
  }
}
/* .c-bg02
================================================== */
:root .c-bg02 {
  background-color: var(--mh--color--grayscale-400);
}
@media (width >= 768px ) {
  :root .c-bg02 {
    margin-inline: 20px;
  }
}
/* .c-bg03
================================================== */
:root .c-bg03 {
  background-color: #0a3a95;
}
@media (width >= 768px ) {
  :root .c-bg03 {
    padding-inline: var(--mh--contents--padding--side);
    margin: var(--mh--space--x3s) 20px;
  }
}
/* .c-blockquote01
================================================== */
.c-blockquote01 {
  padding: 15px;
  border: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-blockquote01 {
    padding: 25px;
  }
}
/* .c-box01
================================================== */
:root .c-box01 {
  padding: var(--mh--space--sm);
  background-color: var(--mh--color--grayscale-400);
}
:root .c-box01 + .c-box01 {
  margin-top: var(--mh--space--xs);
}
/* .c-btn01-list
================================================== */
.c-btn01-list {
  display: flex;
}
.c-btn01-list.is-center {
  justify-content: center;
}
.c-btn01-list.is-right {
  justify-content: flex-end;
}
/* .c-btn01
================================================== */
.c-btn01 {
  width: 100%;
}
.c-btn01 > a,
.c-btn01 > div {
  position: relative;
  display: grid;
  place-items: center;
  width: calc(100% - 45px) !important;
  min-height: 45px;
  padding: 12px;
  font-weight: 800;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--primary-900);
  letter-spacing: var(--mh--letter-spacing--md);
  background-color: var(--mh--color--grayscale-200);
  border: 1px solid var(--mh--color--primary-900);
  border-radius: 3px;
}
.c-btn01 > a::before,
.c-btn01 > div::before {
  position: absolute;
  inset-block: 0;
  right: -45px;
  box-sizing: border-box;
  display: block;
  width: 45px;
  height: calc(100% + 2px);
  margin: auto;
  content: "";
  background-color: var(--mh--color--grayscale-200);
  border: 1px solid var(--mh--color--primary-900);
  border-radius: 3px;
}
.c-btn01 > a::after,
.c-btn01 > div::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  position: absolute;
  inset-block: 0;
  right: -29px;
  margin: auto;
  color: var(--mh--color--primary-500);
}
@media (width >= 768px ) {
  .c-btn01 {
    max-width: 300px;
  }
  .c-btn01 > a,
  .c-btn01 > div {
    width: calc(100% - 60px) !important;
    min-height: 60px;
    font-size: var(--mh--font-size--xl);
    letter-spacing: var(--mh--letter-spacing--none);
    border-radius: 5px;
  }
  .c-btn01 > a::before,
  .c-btn01 > div::before {
    right: -60px;
    width: 60px;
    border-radius: 5px;
  }
  .c-btn01 > a::after,
  .c-btn01 > div::after {
    right: -40px;
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01 > a {
    transition: border-color var(--mh--duration) var(--mh--easing), color var(--mh--duration) var(--mh--easing);
  }
  .c-btn01 > a::before {
    transition: border-color var(--mh--duration) var(--mh--easing);
  }
  .c-btn01 > a:hover {
    color: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
  }
  .c-btn01 > a:hover::before {
    border-color: var(--mh--color--primary-500);
  }
  .c-btn01 > a:hover::after {
    animation: arrow-slide var(--mh--duration--slow) var(--mh--easing);
  }
}
/* .c-card01
================================================== */
:root .c-card01 {
  gap: var(--mh--space--20-20);
}
:root .c-card01__item {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 350px;
  padding: var(--mh--space--xs);
  background-color: var(--mh--color--grayscale-200);
}
:root .c-card01__num {
  position: absolute;
  top: 10px;
  right: 11px;
  padding-top: 18px;
  color: var(--mh--color--grayscale-800);
  writing-mode: vertical-rl;
}
:root .c-card01__num::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 13px;
  aspect-ratio: 1;
  margin: auto;
  content: "";
  background-color: var(--mh--color--primary-500);
}
:root .c-card01__area-txt {
  width: 100%;
  padding-right: 15px;
  margin: 0;
}
:root .c-card01__head {
  margin: 0;
  font-size: var(--mh--font-size--x4l);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
}
:root .c-card01__txt {
  padding-bottom: var(--mh--space--x2s);
  margin-top: var(--mh--space--x4s);
  line-height: var(--mh--line-height--md);
  border-bottom: 1px dashed var(--mh--color--grayscale-700);
}
:root .c-card01__price {
  margin-block: var(--mh--space--xs);
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--md);
}
:root .c-card01__price .is-yen {
  font-size: var(--mh--font-size--x3l);
}
:root .c-card01__price .is-price {
  font-size: var(--mh--font-size--x8l);
}
:root .c-card01__list {
  display: grid;
  gap: var(--mh--space--x5s);
  width: 100%;
}
:root .c-card01__list > li {
  padding: 9px 10px;
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--md);
  text-align: center;
  background-color: var(--mh--color--grayscale-500);
}
@media (width >= 1100px ) {
  :root .c-card01 {
    grid-template-columns: repeat(3, 1fr);
  }
  :root .c-card01__item {
    min-height: 508px;
  }
  :root .c-card01__area-txt {
    width: 100%;
    padding-right: 15px;
    margin: 0;
  }
  :root .c-card01__price {
    margin-top: 25px;
  }
}
/* .c-card02
================================================== */
:root .c-card02 {
  gap: 10px;
}
:root .c-card02__item {
  position: relative;
  display: grid;
  grid-template-columns: 77% 19%;
  justify-content: space-between;
  padding-block: var(--mh--space--lg) var(--mh--space--20-30);
  border-top: 1px solid var(--mh--color--grayscale-100);
}
:root .c-card02__num {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 30px;
  aspect-ratio: 1;
  font-family: var(--mh--font-family--en);
  font-size: 1.3rem;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  background-color: var(--mh--color--grayscale-200);
}
:root .c-card02__area-txt {
  width: 100%;
  margin: 0;
}
:root .c-card02__head {
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md);
}
:root .c-card02__head .is-kerning {
  margin-inline: -0.25em;
}
:root .c-card02__txt {
  margin-top: 10px;
  line-height: var(--mh--line-height--md);
}
:root .c-card02__img {
  width: 100%;
  max-width: 64px;
  margin: auto;
}
:root .c-card02__img img {
  width: 100%;
}
@media (width >= 768px ) {
  :root .c-card02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 var(--mh--space--sm);
  }
  :root .c-card02__item {
    grid-template-columns: 80% 16%;
    padding-block: 50px 40px;
  }
  :root .c-card02__img {
    max-width: 100%;
  }
}
@media (width >= 1100px ) {
  :root .c-card02.is-col5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 60px 3.3%;
  }
  :root .c-card02.is-col5 .c-card02__item {
    grid-template-columns: 1fr;
    align-content: start;
    padding: var(--mh--space--x2s) var(--mh--space--x3s) 0;
  }
  :root .c-card02.is-col5 .c-card02__area-txt {
    order: 1;
  }
  :root .c-card02.is-col5 .c-card02__head {
    display: grid;
    place-items: center;
    min-height: 2.8em;
    font-size: var(--mh--font-size--xl);
    text-align: center;
  }
  :root .c-card02.is-col5 .c-card02__img {
    width: 70px;
    margin: 0 auto 10px;
  }
  :root .c-card02__item {
    grid-template-columns: 1fr 19%;
    gap: var(--mh--space--x3s);
    padding: var(--mh--space--sm) 0 var(--mh--space--20-60) var(--mh--space--xs);
  }
  :root .c-card02__head {
    letter-spacing: var(--mh--letter-spacing--none);
  }
  :root .c-card02__txt {
    font-size: var(--mh--font-size--sm);
  }
}
@media (width >= 1280px ) {
  :root .c-card02__item {
    padding: var(--mh--space--xs) 0 var(--mh--space--20-60) var(--mh--space--xs);
  }
}
/* .c-card03
================================================== */
:root .c-card03 {
  gap: 10px;
}
:root .c-card03__item {
  position: relative;
  display: grid;
  grid-template-columns: 72% 19%;
  justify-content: space-between;
  padding-block: 50px var(--mh--space--20-60);
  border-top: 1px solid var(--mh--color--primary-500);
}
:root .c-card03__num {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 30px;
  aspect-ratio: 1;
  font-family: var(--mh--font-family--en);
  font-size: 1.3rem;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-200);
  background-color: var(--mh--color--primary-500);
}
:root .c-card03__area-txt {
  width: 100%;
  margin: 0;
}
:root .c-card03__head {
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md);
}
:root .c-card03__txt {
  margin-top: 10px;
  line-height: var(--mh--line-height--md);
}
:root .c-card03__img {
  width: 100%;
  max-width: 64px;
  margin: 0 auto;
}
:root .c-card03__img img {
  width: 100%;
}
@media (width >= 768px ) {
  :root .c-card03 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 var(--mh--space--sm);
  }
  :root .c-card03__item {
    grid-template-columns: 70.58% 20.58%;
  }
  :root .c-card03__head {
    letter-spacing: var(--mh--letter-spacing--none);
  }
}
@media (width >= 1280px ) {
  :root .c-card03 {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--mh--space--sm);
  }
  :root .c-card03__item {
    padding: var(--mh--space--30-40) 0 0 var(--mh--space--xs);
  }
  :root .c-card03__img {
    max-width: 100%;
  }
}
/* .c-card04
================================================== */
:root .c-card04 {
  gap: var(--mh--space--sm);
}
:root .c-card04__item {
  position: relative;
  padding-top: var(--mh--space--sm);
  border-top: 1px solid var(--mh--color--primary-500);
}
:root .c-card04__num {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 30px;
  aspect-ratio: 1;
  font-family: var(--mh--font-family--en);
  font-size: 1.3rem;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-200);
  background-color: var(--mh--color--primary-500);
}
:root .c-card04__img {
  width: 21.8%;
  max-width: 73px;
  margin: 0 auto 15px;
}
:root .c-card04__img img {
  width: 100%;
}
:root .c-card04__area-txt {
  width: 100%;
  padding-inline: 5%;
}
:root .c-card04__head {
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--md);
  text-align: center;
}
:root .c-card04__txt {
  margin-top: 15px;
  line-height: var(--mh--line-height--md);
}
@media (width >= 768px ) {
  :root .c-card04 {
    grid-template-columns: repeat(3, 1fr);
  }
  :root .c-card04__item {
    padding-top: var(--mh--space--30-30);
  }
  :root .c-card04__img {
    width: 26%;
    max-width: 98px;
    margin-bottom: 20px;
  }
  :root .c-card04__area-txt {
    max-width: 298px;
    padding-inline: 0;
    margin: 0 auto;
  }
  :root .c-card04__txt {
    margin-top: 20px;
  }
}
/* .c-card05
================================================== */
:root .c-card05 {
  gap: var(--mh--space--xs);
}
:root .c-card05__item {
  padding: var(--mh--space--sm);
  background-color: var(--mh--color--grayscale-200);
}
:root .c-card05__txt {
  margin-top: var(--mh--space--x2s);
}
:root .c-card05__list {
  margin-top: var(--mh--space--30-40);
}
:root .c-card05__list-item {
  display: grid;
  grid-template-columns: auto 1fr 58px;
  gap: 10px;
  padding-bottom: var(--mh--space--x2s);
  border-bottom: 1px solid var(--mh--color--grayscale-700);
}
:root .c-card05__list-item:not(:first-child) {
  margin-top: var(--mh--space--x2s);
}
:root .c-card05__list-num {
  margin-top: 4px;
  font-size: var(--mh--font-size--xl);
  color: var(--mh--color--primary-500);
}
:root .c-card05__list-txt {
  width: 100%;
  margin: 0;
  font-size: var(--mh--font-size--x2l);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
}
:root .c-card05__list-txt .is-big {
  display: block;
  font-size: var(--mh--font-size--x6l);
}
:root .c-card05__list-img {
  margin: 0;
}
:root .c-card05__btn {
  margin-top: var(--mh--space--30-50);
}
@media (width >= 768px ) {
  :root .c-card05__item {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 49.28% calc(50.72% - var(--mh--space--xs));
    gap: 0 var(--mh--space--xs);
    place-content: start space-between;
  }
  :root .c-card05__area-txt {
    grid-area: 1/1/2/2;
    width: 100%;
  }
  :root .c-card05__list {
    grid-area: 1/2/3/3;
    width: 100%;
    margin-top: 0;
  }
  :root .c-card05__list-item {
    grid-template-columns: 25px 1fr 15%;
    gap: 10px;
  }
  :root .c-card05__list-num {
    margin-top: 6px;
  }
  :root .c-card05__btn {
    grid-area: 2/1/3/2;
    align-items: flex-start;
    width: 100%;
  }
}
/*  .c-category01
================================================== */
.c-category01 {
  display: flex;
  flex-direction: column;
  gap: var(--mh--space--x3s);
  padding: var(--mh--space--x2s);
  background-color: var(--mh--color--grayscale-400);
}
.c-category01__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mh--space--x4s);
}
.c-category01__list-item.is-active .c-category01__list-item-in {
  color: var(--mh--color--grayscale-200);
  background-color: var(--mh--color--primary-500);
  border-color: var(--mh--color--primary-500);
}
.c-category01__list-item-in {
  display: grid;
  place-items: center;
  min-width: 45px;
  height: 30px;
  padding: 3px 10px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-800);
  text-align: center;
  background-color: var(--mh--color--grayscale-200);
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: 3px;
}
@media (width >= 1100px ) {
  .c-category01 {
    flex-direction: row;
    gap: var(--mh--space--x2s);
    align-items: center;
    width: fit-content;
  }
  .c-category01__list-item-in {
    height: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-category01__list-item-in {
    transition: color var(--mh--duration) var(--mh--easing), border-color var(--mh--duration) var(--mh--easing);
  }
  .c-category01__list-item-in:hover {
    color: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
  }
}
/* .c-faq01
================================================== */
:root .c-faq01 {
  position: relative;
}
:root .c-faq01[open] summary span::after {
  transform: rotate(-90deg);
}
:root .c-faq01 + .c-faq01 {
  margin-top: 20px;
}
:root .c-faq01 summary {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 50px 20px 23px;
  font-size: var(--mh--font-size--lg);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
  border-bottom: 1px solid var(--mh--color--primary-900);
}
:root .c-faq01 summary::before {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: var(--mh--font-family--en);
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  content: "Q.";
}
:root .c-faq01 summary span {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin: auto;
}
:root .c-faq01 summary span::before, :root .c-faq01 summary span::after {
  position: absolute;
  content: "";
  background-color: var(--mh--color--primary-900);
  transition: transform var(--mh--duration) var(--mh--easing);
}
:root .c-faq01 summary span::before {
  width: 100%;
  height: 2px;
}
:root .c-faq01 summary span::after {
  width: 2px;
  height: 100%;
}
:root .c-faq01__content-in {
  position: relative;
  padding: var(--mh--space--x2s) 20px var(--mh--space--x2s) 46px;
  background-color: var(--mh--color--grayscale-400);
}
:root .c-faq01__content-in::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: var(--mh--font-family--en);
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
  content: "A.";
}
:root .c-faq01 p + :root .c-faq01 p {
  margin-top: 1em;
}
@media (width >= 768px ) {
  :root .c-faq01 + .c-faq01 {
    margin-top: var(--mh--space--xs);
  }
  :root .c-faq01 summary {
    padding: 0 60px var(--mh--space--xs) 50px;
  }
  :root .c-faq01 summary::before {
    left: var(--mh--space--x3s);
  }
  :root .c-faq01 summary span {
    bottom: var(--mh--space--xs);
    width: 20px;
    height: 20px;
  }
  :root .c-faq01__content-in {
    padding: var(--mh--space--x2s) var(--mh--space--xs) var(--mh--space--x2s) 50px;
  }
  :root .c-faq01__content-in::before {
    top: calc(var(--mh--space--x2s) + 4px);
  }
}
@media (hover: hover) and (pointer: fine) {
  :root .c-faq01 summary {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  :root .c-faq01 summary:hover {
    color: var(--mh--color--primary-500);
  }
}
/* .c-flow01
================================================== */
:root .c-flow01 {
  gap: 0;
  counter-reset: flow 0;
}
:root .c-flow01__item {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
:root .c-flow01__item:not(:first-child) {
  margin-top: -10px;
}
:root .c-flow01__item::before {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 120px;
  font-family: var(--mh--font-family--en);
  text-align: center;
  content: counter(flow, decimal-leading-zero);
  counter-increment: flow 1;
}
:root .c-flow01__item-en {
  display: grid;
  place-items: center;
  width: 120px;
  aspect-ratio: 1;
  padding-top: 10px;
  margin: 0;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid var(--mh--color--primary-900);
  border-radius: 50%;
}
:root .c-flow01__item-head {
  flex: 1;
  margin: 0;
  line-height: var(--mh--line-height--md);
}
@media (width >= 1100px ) {
  :root .c-flow01 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    row-gap: var(--mh--space--xs);
    padding-left: 25px;
  }
  :root .c-flow01__item {
    display: grid;
    gap: 4px;
    place-content: start center;
    aspect-ratio: 1;
    padding-top: 42%;
    margin: 0 0 0 -25px;
    border: 1px solid var(--mh--color--primary-900);
    border-radius: 50%;
  }
  :root .c-flow01__item:not(:first-child) {
    margin-top: 0;
  }
  :root .c-flow01__item::before {
    top: 15px;
    left: 15px;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
    background-color: var(--mh--color--grayscale-300);
    border-radius: 50%;
  }
  :root .c-flow01__item-en {
    width: auto;
    aspect-ratio: auto;
    padding-top: 0;
    margin: 0;
    font-size: var(--mh--font-size--x4l);
    border: none;
    border-radius: 0;
  }
  :root .c-flow01__item-head {
    text-align: center;
  }
}
@media (width >= 1280px ) {
  :root .c-flow01__item-en {
    font-size: var(--mh--font-size--x6l);
  }
}
@media (width >= 1100px ) {
  :root .has-grayscale-400-background-color .c-flow01__item::before {
    background-color: var(--mh--color--grayscale-400);
  }
}
/* .c-flow02
================================================== */
:root .c-flow02 {
  gap: 0;
  counter-reset: flow 0;
}
:root .c-flow02__item {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
:root .c-flow02__item:not(:first-child) {
  margin-top: -10px;
}
:root .c-flow02__item::before {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 120px;
  font-family: var(--mh--font-family--en);
  text-align: center;
  content: counter(flow, decimal-leading-zero);
  counter-increment: flow 1;
}
:root .c-flow02__item-box {
  display: grid;
  align-content: start;
  width: 120px;
  aspect-ratio: 1;
  padding-top: 45px;
  margin: 0;
  border: 1px solid var(--mh--color--primary-900);
  border-radius: 50%;
}
:root .c-flow02__item-en {
  font-size: 1.6rem;
  text-align: center;
}
:root .c-flow02__item-head {
  margin: 4px 0 0;
  font-size: 1.2rem;
  line-height: var(--mh--line-height--md);
  text-align: center;
}
:root .c-flow02__item-txt {
  width: 100%;
  margin: 0;
  line-height: var(--mh--line-height--md);
}
@media (width >= 1100px ) {
  :root .c-flow02 {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    row-gap: var(--mh--space--sm);
    padding-left: 25px;
  }
  :root .c-flow02__item {
    display: block;
    margin: 0 0 0 -25px;
  }
  :root .c-flow02__item:not(:first-child) {
    margin-top: 0;
  }
  :root .c-flow02__item::before {
    top: 15px;
    left: 15px;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
    background-color: var(--mh--color--grayscale-300);
    border-radius: 50%;
  }
  :root .c-flow02__item-box {
    width: 100%;
    padding-top: 38%;
  }
  :root .c-flow02__item-en {
    width: auto;
    aspect-ratio: auto;
    padding-top: 0;
    margin: 0;
    font-size: var(--mh--font-size--x4l);
    border: none;
    border-radius: 0;
  }
  :root .c-flow02__item-head {
    font-size: var(--mh--font-size--md);
  }
  :root .c-flow02__item-txt {
    box-sizing: border-box;
    padding-inline: 20px;
    margin-top: 20px;
    text-align: center;
  }
}
@media (width >= 1280px ) {
  :root .c-flow02__item-en {
    font-size: var(--mh--font-size--x6l);
  }
}
@media (width >= 1100px ) {
  :root .has-grayscale-400-background-color .c-flow02__item::before {
    background-color: var(--mh--color--grayscale-400);
  }
}
/* stylelint-disable prettier/prettier */
/* .c-form
================================================== */
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form textarea,
.c-form button,
.c-form select,
.c-form option {
  background-color: var(--mh--color--grayscale-200);
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form input[type=text]:focus-visible,
.c-form input[type=email]:focus-visible,
.c-form input[type=tel]:focus-visible,
.c-form textarea:focus-visible,
.c-form button:focus-visible,
.c-form select:focus-visible,
.c-form option:focus-visible {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form fieldset {
  border: none;
}
.c-form input,
.c-form textarea {
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.6rem;
}
.c-form input[type=file] {
  padding: 0;
  font-size: var(--mh--font-size--md);
}
.c-form input[type=file]::file-selector-button {
  width: 140px;
  padding: 5px;
  background-color: #eaeaea;
  border: 1px solid var(--mh--color--grayscale-800);
  border-radius: 5px;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel] {
  height: 50px;
}
.c-form input[type=radio],
.c-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
.c-form textarea {
  height: 200px;
}
.c-form__set {
  margin-bottom: var(--mh--space--sm);
}
.c-form__set.has-border-top {
  padding-top: var(--mh--space--sm);
  border-top: 1px solid var(--mh--color--grayscale-700);
}
.c-form__head {
  display: flex;
  gap: 12px;
  width: 100%;
  margin-bottom: var(--mh--space--x3s);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
}
.c-form__required, .c-form__optional {
  padding: 2px 10px;
  font-size: var(--mh--font-size--xs);
  font-weight: 500;
  color: var(--mh--color--grayscale-200);
  text-align: center;
  background: var(--mh--color--primary-500);
  border-radius: 20px;
}
.c-form__optional {
  background: var(--mh--color--grayscale-800);
}
.c-form__field + .c-form__field {
  margin-top: var(--mh--space--x2s);
}
.c-form__field-description {
  margin-top: 5px;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-800);
}
.c-form__field-txt {
  margin-bottom: 10px;
  line-height: var(--mh--line-height--md);
}
.c-form__postcode {
  display: flex;
  align-items: start;
}
.c-form__postcode-suffix {
  margin: 13px 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode-btn {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 105px;
  height: 50px;
  padding: 10px 15px;
  margin-left: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--mh--color--primary-700);
}
.c-form__postcode > input,
.c-form__postcode > span {
  width: 40%;
}
.c-form__select-in {
  position: relative;
  display: inline-block;
}
.c-form__select-in select {
  padding: 13px 21px 13px 10px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  cursor: pointer;
}
.c-form__select-in::after {
  position: absolute;
  top: 19px;
  right: 8px;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid var(--mh--color--grayscale-700);
  border-bottom: 2px solid var(--mh--color--grayscale-700);
  transform: rotate(45deg);
}
.c-form__select-unit {
  margin-left: 2px;
  font-size: 1.6rem;
}
.c-form__select.is-date .c-form__select-year select {
  width: 80px;
}
.c-form__select.is-date .c-form__select-month select,
.c-form__select.is-date .c-form__select-day select {
  width: 66px;
}
.c-form__select label + label {
  margin-left: 9px;
}
.c-form__radio-list .wpcf7-list-item {
  display: block;
}
.c-form__radio-list .wpcf7-list-item:not(.first) {
  margin-top: var(--mh--space--x3s);
}
.c-form__radio-list .wpcf7-list-item-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding-left: 40px;
  line-height: var(--mh--line-height--md);
  cursor: pointer;
}
.c-form__radio-list input + span::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  content: "";
  background-color: var(--mh--color--grayscale-200);
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: 50%;
}
.c-form__radio-list input + span::after {
  position: absolute;
  inset-block: 0;
  left: 8px;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: "";
  background: var(--mh--color--primary-900);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease;
}
.c-form__radio-list input:checked + span::after {
  transform: scale(1);
}
.c-form__radio-list span {
  margin: 0;
}
.c-form__checkbox-list .wpcf7-list-item {
  display: block;
}
.c-form__checkbox-list .wpcf7-list-item:not(.first) {
  margin-top: var(--mh--space--x3s);
}
.c-form__checkbox-list .wpcf7-list-item-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding-left: 40px;
  line-height: var(--mh--line-height--md);
  cursor: pointer;
}
.c-form__checkbox-list input + span::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  content: "";
  background-color: var(--mh--color--grayscale-200);
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__checkbox-list input + span::after {
  position: absolute;
  top: 8px;
  left: 7px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--primary-900);
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: scale(0) rotate(135deg);
  transition: all 0.3s ease;
}
.c-form__checkbox-list input:checked + span::after {
  transform: scale(1) rotate(135deg);
}
.c-form__checkbox-list span {
  margin: 0;
}
.c-form__radio-list label + span, .c-form__checkbox-list label + span {
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__radio-list input:focus + span::before, .c-form__checkbox-list input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__radio-list input:disabled + label, .c-form__checkbox-list input:disabled + label {
  opacity: 0.5;
}
.c-form__radio-list + .c-form__radio-list, .c-form__radio-list + .c-form__checkbox-list, .c-form__checkbox-list + .c-form__radio-list, .c-form__checkbox-list + .c-form__checkbox-list {
  margin-top: 50px;
}
.c-form__radio-list.is-col2, .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col2, .c-form__checkbox-list.is-col3 {
  grid-template-columns: repeat(2, 1fr);
}
.c-form__agreement-txt {
  text-align: center;
}
.c-form__agreement-txt a {
  border-bottom: 1px solid;
}
.c-form__agreement-check {
  margin-bottom: 15px;
  text-align: center;
}
.c-form__agreement-check .wpcf7-list-item-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding-left: 40px;
  line-height: var(--mh--line-height--md);
  cursor: pointer;
}
.c-form__agreement-check span {
  margin: 0;
}
.c-form__agreement-check input + span {
  line-height: 1.5;
}
.c-form__agreement-check input + span::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  content: "";
  background-color: var(--mh--color--grayscale-200);
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__agreement-check input + span::after {
  position: absolute;
  top: 8px;
  left: 7px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--primary-900);
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: scale(0) rotate(135deg);
  transition: all 0.3s ease;
}
.c-form__agreement-check input:checked + span::after {
  transform: scale(1) rotate(135deg);
}
.c-form__agreement-check input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__agreement-check input:disabled + label {
  opacity: 0.5;
}
@media (width >= 768px ) {
  .c-form {
    max-width: 900px;
    margin-inline: auto;
  }
  .c-form input[type=text],
  .c-form input[type=email],
  .c-form input[type=tel] {
    height: 60px;
  }
  .c-form input[type=file]::file-selector-button {
    width: 160px;
  }
  .c-form textarea {
    height: 270px;
  }
  .c-form__head {
    gap: 16px;
  }
  .c-form__field-description {
    margin-top: 10px;
  }
  .c-form__field-txt {
    line-height: var(--mh--line-height--lg);
  }
  .c-form__postcode-btn {
    font-size: 1.6rem;
  }
  .c-form__select-in select {
    padding: 13px 40px 13px 10px;
  }
  .c-form__select-in::after {
    right: 12px;
  }
  .c-form__select-unit {
    margin-left: 7px;
  }
  .c-form__select.is-date .c-form__select-year select {
    width: 150px;
  }
  .c-form__select.is-date .c-form__select-month select,
  .c-form__select.is-date .c-form__select-day select {
    width: 110px;
  }
  .c-form__select label + label {
    margin-left: 18px;
  }
  .c-form__optional, .c-form__required {
    padding: 3px 12px;
  }
  .c-form__radio-list .wpcf7-list-item-label {
    min-height: 28px;
    padding-left: 38px;
  }
  .c-form__radio-list input + span::before {
    width: 28px;
    height: 28px;
  }
  .c-form__radio-list input + span::after {
    left: 7px;
  }
  .c-form__checkbox-list .wpcf7-list-item-label {
    min-height: 26px;
    padding-left: 36px;
  }
  .c-form__checkbox-list input + span::before {
    width: 26px;
    height: 26px;
  }
  .c-form__checkbox-list input + span::after {
    top: 6px;
    left: 6px;
  }
  .c-form__agreement-check {
    margin-bottom: 20px;
  }
  .c-form__agreement-check .wpcf7-list-item-label {
    min-height: 26px;
    padding-left: 36px;
  }
  .c-form__agreement-check input + span::before {
    width: 26px;
    height: 26px;
  }
  .c-form__agreement-check input + span::after {
    top: 6px;
    left: 6px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__agreement-txt a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .c-form__agreement-txt a:hover {
    color: var(--mh--color--primary-500);
  }
}
/* .c-form-btn
================================================== */
.c-form-area-btn {
  margin-top: 20px;
}
@media (width >= 768px ) {
  .c-form-area-btn {
    margin-top: 40px;
  }
}
.c-form-btn {
  position: relative;
  margin-right: 46px;
  background-color: var(--mh--color--accent-500);
  border-radius: 3px;
}
.c-form-btn::before {
  position: absolute;
  top: 0;
  right: -46px;
  box-sizing: border-box;
  display: block;
  width: 45px;
  height: 45px;
  content: "";
  background-color: var(--mh--color--accent-500);
  border-radius: 3px;
}
.c-form-btn::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  position: absolute;
  top: 15px;
  right: -30px;
  color: var(--mh--color--grayscale-200);
}
.c-form-btn input {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: calc(100% + 46px);
  height: 45px;
  padding-right: 55px;
  font-weight: 800;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-200);
  border: none;
  border-radius: 3px;
}
.c-form-btn .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
}
@media (width >= 768px ) {
  .c-form-btn {
    right: 30px;
    max-width: 241px;
    margin-inline: auto;
    border-radius: 5px;
  }
  .c-form-btn::before {
    right: -61px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
  }
  .c-form-btn::after {
    top: 20px;
    right: -40px;
    width: 20px;
    height: 20px;
  }
  .c-form-btn input {
    width: calc(100% + 61px);
    height: 60px;
    padding-right: 70px;
    font-size: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form-btn:has(input:not(:disabled)) {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-form-btn:has(input:not(:disabled))::before {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-form-btn:has(input:not(:disabled)):hover {
    background-color: var(--mh--color--accent-400);
  }
  .c-form-btn:has(input:not(:disabled)):hover::before {
    background-color: var(--mh--color--accent-400);
  }
  .c-form-btn:has(input:not(:disabled)):hover::after {
    animation: arrow-slide var(--mh--duration--slow) var(--mh--easing);
  }
}
/* .c-head01 英語と日本語の見出し（大）
================================================== */
:root .c-head01 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: var(--mh--space--md);
}
:root .c-head01.is-white {
  color: var(--mh--color--grayscale-200);
}
:root .c-head01.is-white .c-head01__en,
:root .c-head01.is-white > p {
  color: var(--mh--color--grayscale-200);
}
:root .c-head01__en, :root .c-head01 > p {
  position: relative;
  padding-left: 11px;
  font-family: var(--mh--font-family--en);
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  text-transform: uppercase;
  letter-spacing: var(--mh--letter-spacing--md);
}
:root .c-head01__en::before, :root .c-head01 > p::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 3.5px;
  height: 1em;
  margin: auto;
  content: "";
  background-color: currentcolor;
}
:root .c-head01__main, :root .c-head01 > h1, :root .c-head01 > h2, :root .c-head01 > h3 {
  font-size: var(--mh--font-size--x9l);
  line-height: var(--mh--line-height--md);
}
@media (width >= 768px ) {
  :root .c-head01 {
    gap: var(--mh--space--x4s);
  }
  :root .c-head01__en, :root .c-head01 > p {
    padding-left: calc(5px + var(--mh--space--x4s));
    letter-spacing: var(--mh--letter-spacing--none);
  }
  :root .c-head01__en::before, :root .c-head01 > p::before {
    width: 5px;
    height: 100%;
  }
}
/* .c-head01.is-small 英語と日本語の見出し（小）
================================================== */
.c-head01.is-small {
  gap: 10px;
}
.c-head01.is-small > p {
  font-size: var(--mh--font-size--md);
}
.c-head01.is-small > h1, .c-head01.is-small > h2, .c-head01.is-small > h3 {
  font-size: var(--mh--font-size--x6l);
}
/* .c-head02 英語（小）英語（大）と日本語の見出し
================================================== */
:root .c-head02 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: var(--mh--space--x2s);
}
:root .c-head02__sub-en, :root .c-head02__sub > p {
  position: relative;
  padding-left: 11px;
  font-family: var(--mh--font-family--en);
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  text-transform: uppercase;
  letter-spacing: var(--mh--letter-spacing--md);
}
:root .c-head02__sub-en::before, :root .c-head02__sub > p::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 3.5px;
  height: 1em;
  margin: auto;
  content: "";
  background-color: currentcolor;
}
:root .c-head02__main-en, :root .c-head02__main > p {
  font-family: var(--mh--font-family--en);
  font-size: var(--mh--font-size--x10l);
  line-height: var(--mh--line-height--sm);
  text-transform: uppercase;
}
:root .c-head02__main_jp, :root .c-head02__main > h1, :root .c-head02__main > h2, :root .c-head02__main > h3 {
  margin-top: 5px;
  font-size: var(--mh--font-size--md);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
}
@media (width >= 768px ) {
  :root .c-head02 {
    gap: var(--mh--space--x3s);
  }
  :root .c-head02__sub-en, :root .c-head02__sub > p {
    padding-left: calc(5px + var(--mh--space--x4s));
    letter-spacing: var(--mh--letter-spacing--none);
  }
  :root .c-head02__sub-en::before, :root .c-head02__sub > p::before {
    width: 5px;
    height: 100%;
  }
  :root .c-head02__main_jp, :root .c-head02__main > h1, :root .c-head02__main > h2, :root .c-head02__main > h3 {
    margin-top: var(--mh--space--x4s);
  }
}
/* head
================================================ */
.c-simple-head {
  margin-bottom: var(--mh--space--xs);
  font-size: var(--mh--font-size--x8l);
  line-height: var(--mh--line-height--md);
}
/* list
================================================ */
/* .c-simple-head
================================================== */
/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: baseline;
}
.c-ico svg {
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw01
================================================== */
.c-ico.is-arw01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-arw01::after {
  display: inline-block;
  width: 7px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw02
================================================== */
.c-ico.is-arw02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-arw02::after {
  display: inline-block;
  width: 6px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw03
================================================== */
.c-ico.is-arw03 {
  margin-left: 5px;
}
.c-ico.is-arw03::after {
  display: inline-block;
  width: 13px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%0A%3Cpath%20d%3D%22m7.999.43-1%20.99%203.29%203.263H0v1.4h10.29L7%209.342l.999.99L13%205.382%207.999.43Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%0A%3Cpath%20d%3D%22m7.999.43-1%20.99%203.29%203.263H0v1.4h10.29L7%209.342l.999.99L13%205.382%207.999.43Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-arw04
================================================== */
.c-ico.is-arw04::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank01
================================================== */
.c-ico.is-blank01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-blank01::after {
  display: inline-block;
  width: 11px;
  height: 11px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M7%204v6H1V4h6Zm1-1H0v8h8V3Z%22%2F%3E%0A%3Cpath%20d%3D%22M11%200v8H7V7h3V1H4v3H3V0h8Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20d%3D%22M0%200h11v11H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M7%204v6H1V4h6Zm1-1H0v8h8V3Z%22%2F%3E%0A%3Cpath%20d%3D%22M11%200v8H7V7h3V1H4v3H3V0h8Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20d%3D%22M0%200h11v11H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank02
================================================== */
.c-ico.is-blank02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-blank02::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2211%22%20viewBox%3D%220%200%2010%2011%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.91%2010.5h6.363v-.91H.909V3.228H0V10.5h.91Zm8.18-2.727H10V.5H2.727v7.273h6.364ZM3.637%201.409h5.455v5.455H3.636V1.409Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2211%22%20viewBox%3D%220%200%2010%2011%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.91%2010.5h6.363v-.91H.909V3.228H0V10.5h.91Zm8.18-2.727H10V.5H2.727v7.273h6.364ZM3.637%201.409h5.455v5.455H3.636V1.409Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-mail01
================================================== */
.c-ico.is-mail01 {
  margin-right: 5px;
  color: skyblue;
}
.c-ico.is-mail01::after {
  display: inline-block;
  width: 17px;
  height: 13px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-map01
================================================== */
.c-ico.is-map01 {
  margin-right: 5px;
  color: violet;
}
.c-ico.is-map01::after {
  display: inline-block;
  width: 12px;
  height: 16px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.016 16.221"><path d="M6.008,0A6.026,6.026,0,0,0,0,6.041C0,10.188,4.166,14.8,5.684,16.1a.5.5,0,0,0,.647,0c1.519-1.3,5.684-5.909,5.684-10.057A6.026,6.026,0,0,0,6.008,0m0,9.864A3.633,3.633,0,1,1,9.619,6.227,3.622,3.622,0,0,1,6.008,9.86" transform="translate(0 0.004)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.016 16.221"><path d="M6.008,0A6.026,6.026,0,0,0,0,6.041C0,10.188,4.166,14.8,5.684,16.1a.5.5,0,0,0,.647,0c1.519-1.3,5.684-5.909,5.684-10.057A6.026,6.026,0,0,0,6.008,0m0,9.864A3.633,3.633,0,1,1,9.619,6.227,3.622,3.622,0,0,1,6.008,9.86" transform="translate(0 0.004)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-search01
================================================== */
.c-ico.is-search01 {
  margin-right: 5px;
  color: red;
}
.c-ico.is-search01::after {
  display: inline-block;
  width: 19px;
  height: 19px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-tel01
================================================== */
.c-ico.is-tel01::after {
  display: inline-block;
  width: 42px;
  height: 24px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2039%2022%22%3E%0A%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%2523freeDialPath)%22%3E%0A%3Cpath%20d%3D%22M36.889%2017.839A2.081%202.081%200%201%200%2039%2019.919a2.1%202.1%200%200%200-2.111-2.08m0%203.919a1.839%201.839%200%201%201%201.866-1.838%201.854%201.854%200%200%201-1.866%201.838%22%2F%3E%0A%3Cpath%20d%3D%22M37.488%2019.683a.67.67%200%200%200%20.167-.448.647.647%200%200%200-.23-.529.955.955%200%200%200-.627-.19h-.789v2.749h.325v-1.25h.36l.819%201.249h.4l-.891-1.317a.867.867%200%200%200%20.463-.265m-1.155.055v-.943h.417q.569%200%20.569.46a.44.44%200%200%201-.16.346.62.62%200%200%201-.418.138Zm-15.123-7.208a4.152%204.152%200%201%200%208.3%200c0-2.236-2.243-4.022-4.151-5.089-1.907%201.067-4.151%202.854-4.151%205.089m-16.872.048a4.153%204.153%200%201%200%208.3%200c0-2.235-2.245-4.02-4.151-5.088-1.907%201.068-4.152%202.853-4.152%205.088m12.549-9.196a18.387%2018.387%200%200%201%208.347%201.9%2020.482%2020.482%200%200%201%208.541-1.9V0H0v3.385a20.454%2020.454%200%200%201%208.531%201.9%2018.384%2018.384%200%200%201%208.347-1.9%22%2F%3E%0A%3Cpath%20d%3D%22M31.44%2012.576a6.228%206.228%200%200%201-6.214%206.134%206.143%206.143%200%200%201-6.114-6.134c0-2.631%201.918-4.715%204-6.091a16.339%2016.339%200%200%200-6.237-1.2%2016.341%2016.341%200%200%200-6.237%201.2c2.087%201.375%204%203.46%204%206.091a6.143%206.143%200%200%201-6.114%206.134%206.268%206.268%200%200%201-6.261-6.134c0-2.631%202.064-4.715%204.15-6.091A18.55%2018.55%200%200%200%200%205.287v16.44h33.766V5.287a18.587%2018.587%200%200%200-6.431%201.2c2.087%201.375%204.1%203.46%204.1%206.091%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2039%2022%22%3E%0A%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%2523freeDialPath)%22%3E%0A%3Cpath%20d%3D%22M36.889%2017.839A2.081%202.081%200%201%200%2039%2019.919a2.1%202.1%200%200%200-2.111-2.08m0%203.919a1.839%201.839%200%201%201%201.866-1.838%201.854%201.854%200%200%201-1.866%201.838%22%2F%3E%0A%3Cpath%20d%3D%22M37.488%2019.683a.67.67%200%200%200%20.167-.448.647.647%200%200%200-.23-.529.955.955%200%200%200-.627-.19h-.789v2.749h.325v-1.25h.36l.819%201.249h.4l-.891-1.317a.867.867%200%200%200%20.463-.265m-1.155.055v-.943h.417q.569%200%20.569.46a.44.44%200%200%201-.16.346.62.62%200%200%201-.418.138Zm-15.123-7.208a4.152%204.152%200%201%200%208.3%200c0-2.236-2.243-4.022-4.151-5.089-1.907%201.067-4.151%202.854-4.151%205.089m-16.872.048a4.153%204.153%200%201%200%208.3%200c0-2.235-2.245-4.02-4.151-5.088-1.907%201.068-4.152%202.853-4.152%205.088m12.549-9.196a18.387%2018.387%200%200%201%208.347%201.9%2020.482%2020.482%200%200%201%208.541-1.9V0H0v3.385a20.454%2020.454%200%200%201%208.531%201.9%2018.384%2018.384%200%200%201%208.347-1.9%22%2F%3E%0A%3Cpath%20d%3D%22M31.44%2012.576a6.228%206.228%200%200%201-6.214%206.134%206.143%206.143%200%200%201-6.114-6.134c0-2.631%201.918-4.715%204-6.091a16.339%2016.339%200%200%200-6.237-1.2%2016.341%2016.341%200%200%200-6.237%201.2c2.087%201.375%204%203.46%204%206.091a6.143%206.143%200%200%201-6.114%206.134%206.268%206.268%200%200%201-6.261-6.134c0-2.631%202.064-4.715%204.15-6.091A18.55%2018.55%200%200%200%200%205.287v16.44h33.766V5.287a18.587%2018.587%200%200%200-6.431%201.2c2.087%201.375%204.1%203.46%204.1%206.091%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-img01
================================================== */
:root .c-img01 img {
  width: 100%;
}
/*  .c-check-list01
================================================== */
.c-check-list01 {
  display: grid;
  gap: 10px;
}
.c-check-list01 > li {
  position: relative;
  padding-left: 28px;
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--md);
}
.c-check-list01 > li::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 18px;
  aspect-ratio: 1;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4IiBmaWxsPSJub25lIj4gPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMwMDMxOEMiLz4gPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi45MjMgNS4yMTMzOEwxNC4yMTY1IDYuNTA2ODlMOC4yMjMyOSAxMi41MDAxTDYuOTI5NzggMTEuMjA2Nkw2LjkzMTczIDExLjIwNDdMMy45OTk5NCA4LjI3Mjg5TDUuMjkzNDUgNi45NzkzOEw4LjIyNTI0IDkuOTExMTdMMTIuOTIzIDUuMjEzMzhaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (width >= 768px ) {
  .c-check-list01 {
    gap: 20px;
  }
  .c-check-list01 > li {
    padding-left: 34px;
  }
  .c-check-list01 > li::before {
    top: 1px;
    width: 24px;
  }
}
/*  .c-check-list02
================================================== */
.c-check-list02 {
  display: grid;
  gap: var(--mh--space--15-20);
}
.c-check-list02 > li {
  position: relative;
  padding: 0 0 var(--mh--space--15-20) 23px;
  font-size: var(--mh--font-size--x2l);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
  border-bottom: 1px dashed var(--mh--color--primary-900);
}
.c-check-list02 > li::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 18px;
  aspect-ratio: 1;
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2219%22%20fill%3D%22none%22%20viewBox%3D%220%200%2018%2019%22%3E%0A%3Ccircle%20cx%3D%229%22%20cy%3D%229.603%22%20r%3D%229%22%20fill%3D%22%2300318C%22%2F%3E%0A%3Cpath%20fill%3D%22%23EDEDE8%22%20d%3D%22m14.216%207.11-5.993%205.993-1.294-1.294.002-.002L4%208.875l1.294-1.294%202.93%202.93%204.699-4.696%201.293%201.294Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
}
.c-check-list02.is-orange > li::before {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2219%22%20fill%3D%22none%22%20viewBox%3D%220%200%2018%2019%22%3E%0A%3Ccircle%20cx%3D%229%22%20cy%3D%229.232%22%20r%3D%229%22%20fill%3D%22%23EC6E47%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12.922%205.445%201.294%201.294-5.993%205.993-1.294-1.293.002-.003L4%208.505%205.294%207.21l2.931%202.932%204.697-4.698Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
}
.c-check-list02.is-gray > li::before {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2219%22%20fill%3D%22none%22%20viewBox%3D%220%200%2018%2019%22%3E%0A%3Ccircle%20cx%3D%229%22%20cy%3D%229.232%22%20r%3D%229%22%20fill%3D%22%2383888B%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m14.216%206.74-5.993%205.992-1.294-1.293.002-.003L4%208.505l1.294-1.294%202.93%202.93%204.698-4.696%201.294%201.294Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
}
@media (width >= 768px ) {
  .c-check-list02 {
    gap: 15px;
  }
  .c-check-list02 > li {
    padding: 0 0 15px 29px;
  }
  .c-check-list02 > li::before {
    top: 4px;
    width: 24px;
  }
}
/*  .c-num-list01
================================================== */
.c-num-list01 {
  counter-reset: num01 0;
}
.c-num-list01__item {
  padding-left: 2em;
  font-size: var(--mh--font-size--md);
  text-indent: -2em;
}
.c-num-list01__item::before {
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) ".";
  counter-increment: num01 1;
}
.c-num-list01__item + .c-num-list01__item {
  margin-top: 0.8em;
}
.c-num-list01__item ul,
.c-num-list01__item ol {
  margin-top: 0.8em;
}
.c-num-list01__item ol {
  counter-reset: num02 0;
}
.c-num-list01__item ol li {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.c-num-list01__item ol li + li {
  margin-top: 0.8em;
}
.c-num-list01__item ol li::before {
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) "-" counter(num02, decimal-leading-zero) ".";
  counter-increment: num02 1;
}
.c-num-list01__item ol .c-num-list01__item {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.c-num-list01__item ul {
  padding-left: 1.5em;
}
.c-num-list01__item ul li::before {
  position: relative;
  top: 14px;
  left: -1em;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-num-list01__item ul li + .c-num-list01__item ul li {
  margin-top: 0.8em;
}
@media (width >= 768px ) {
  .c-num-list01__item ul li::before {
    top: 17px;
    width: 6px;
    height: 6px;
  }
}
/*  .c-simple-list01
================================================== */
.c-simple-list01__item {
  position: relative;
  padding-left: 15px;
  font-size: var(--mh--font-size--md);
}
.c-simple-list01__item::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-simple-list01__item + .c-simple-list01__item {
  margin-top: 0.8em;
}
.c-simple-list01__item ul,
.c-simple-list01__item ol {
  margin-top: 0.8em;
}
.c-simple-list01__item ol {
  counter-reset: num 0;
}
.c-simple-list01__item ol > li {
  padding-left: 2em;
  text-indent: -2em;
}
.c-simple-list01__item ol > li::before {
  position: static;
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num, decimal-leading-zero) ".";
  counter-increment: num 1;
  background-color: transparent;
  border-radius: 0;
}
@media (width >= 768px ) {
  .c-simple-list01__item::before {
    top: 12px;
    width: 6px;
    height: 6px;
  }
}
/* .c-note01
================================================== */
.c-note01 {
  display: grid;
  gap: var(--mh--space--x4s);
  margin-top: 15px;
}
.c-note01 > li {
  display: flex;
  column-gap: 5px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--lg);
  color: var(--mh--color--grayscale-800);
}
.c-note01 > li::before {
  flex: 0 0 auto;
  content: "※";
}
@media (width >= 768px ) {
  .c-note01 {
    margin-top: var(--mh--space--x3s);
  }
  .c-note01 > li {
    line-height: var(--mh--line-height--md);
  }
}
/* .c-note02
================================================== */
.c-note02 {
  display: grid;
  gap: var(--mh--space--x4s);
  margin-top: 15px;
  counter-reset: num01 0;
}
.c-note02 > li {
  display: flex;
  column-gap: 5px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--lg);
  color: var(--mh--color--grayscale-800);
}
.c-note02 > li::before {
  flex: 0 0 auto;
  content: "※" counter(num01, decimal);
  counter-increment: num01 1;
}
@media (width >= 768px ) {
  .c-note02 {
    margin-top: var(--mh--space--x3s);
  }
  .c-note02 > li {
    line-height: var(--mh--line-height--md);
  }
}
/* .c-pager01
=================================== */
.c-pager01 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mh--space--sm);
  justify-content: center;
  margin-top: var(--mh--space--md);
}
.c-pager01 li a,
.c-pager01 li span {
  display: grid;
  place-items: center;
  min-width: 20px;
  font-family: var(--mh--font-family--en);
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
}
.c-pager01 li.current span {
  position: relative;
  color: var(--mh--color--primary-500);
}
.c-pager01 li.current span::before {
  position: absolute;
  bottom: -6px;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--mh--color--primary-500);
}
.c-pager01 li.previous a, .c-pager01 li.next a {
  position: relative;
  display: block;
  overflow: hidden;
  color: var(--mh--color--gray-200);
  text-indent: 200%;
  white-space: nowrap;
}
.c-pager01 li.previous a::before, .c-pager01 li.next a::before {
  display: inline-block;
  width: 13px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%0A%3Cpath%20d%3D%22m7.999.43-1%20.99%203.29%203.263H0v1.4h10.29L7%209.342l.999.99L13%205.382%207.999.43Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%0A%3Cpath%20d%3D%22m7.999.43-1%20.99%203.29%203.263H0v1.4h10.29L7%209.342l.999.99L13%205.382%207.999.43Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  position: absolute;
  inset: 0;
  margin: auto;
}
.c-pager01 li.previous a::before {
  transform: rotate(180deg);
}
@media (width >= 768px ) {
  .c-pager01 {
    gap: var(--mh--space--x2s);
    justify-content: flex-end;
  }
  .c-pager01 li.current span::before {
    bottom: -2px;
  }
}
@media (width >= 1100px ) {
  .c-pager01 li a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .c-pager01 li a:hover {
    color: var(--mh--color--primary-500);
  }
}
/*  .c-pager02
================================================== */
.c-pager02 {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  line-height: 1;
}
.c-pager02 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 50px;
  padding: 15px;
  text-decoration: none;
  border: 1px solid;
}
.c-pager02__previous, .c-pager02__next {
  width: calc(50% - 10px);
}
.c-pager02__previous {
  float: left;
}
.c-pager02__previous a {
  justify-content: flex-start;
  padding-left: 30px;
}
.c-pager02__next {
  float: right;
}
.c-pager02__next a {
  justify-content: flex-end;
  padding-right: 30px;
}
.c-pager02__all {
  clear: both;
  width: 100%;
  padding-top: 20px;
}
.c-pager02__all a {
  justify-content: center;
}
@media (width >= 1100px ) {
  .c-pager02 a {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .c-pager02 a:hover {
    color: #fff;
    background: #000;
    border-color: #000;
  }
}
/*  .c-set01
================================================== */
:root .c-set01 {
  display: flex;
  flex-direction: column;
  gap: var(--mh--space--sm);
  padding-bottom: var(--mh--space--sm);
  margin-top: var(--mh--space--sm);
  border-bottom: 1px solid var(--mh--color--grayscale-700);
}
:root .c-set01__area-txt .c-set01__num {
  margin-bottom: 5px;
  font-family: var(--mh--font-family--en);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  letter-spacing: var(--mh--letter-spacing--md);
}
:root .c-set01__area-txt > h2, :root .c-set01__area-txt > h3, :root .c-set01__area-txt > h4 {
  margin-bottom: var(--mh--space--xs);
  font-size: var(--mh--font-size--x5l);
  line-height: var(--mh--line-height--md);
}
@media (width >= 768px ) {
  :root .c-set01 {
    flex-direction: row;
    justify-content: space-between;
  }
  :root .c-set01__img {
    flex: 1;
  }
  :root .c-set01__area-txt {
    width: 53%;
  }
}
@media (width >= 1100px ) {
  :root .c-set01__area-txt {
    width: 50.8%;
  }
}
/*  .c-set02
================================================== */
:root .c-set02 {
  display: flex;
  flex-direction: column;
  gap: var(--mh--space--sm);
  margin-top: var(--mh--space--md);
}
:root .c-set02__area-txt > h2, :root .c-set02__area-txt > h3, :root .c-set02__area-txt > h4 {
  margin-bottom: var(--mh--space--20-50);
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--md);
}
@media (width >= 768px ) {
  :root .c-set02 {
    flex-direction: row;
    justify-content: space-between;
  }
  :root .c-set02__img {
    flex: 1;
  }
  :root .c-set02__area-txt {
    width: 53%;
  }
}
@media (width >= 1100px ) {
  :root .c-set02__area-txt {
    width: 50.8%;
  }
}
/*  .c-set03
================================================== */
:root .c-set03 {
  display: flex;
  flex-direction: column;
  gap: var(--mh--space--sm);
  margin-top: var(--mh--space--sm);
}
:root .c-set03__img img {
  width: 100%;
}
:root .c-set03__area-txt > h2, :root .c-set03__area-txt > h3, :root .c-set03__area-txt > h4 {
  margin-bottom: var(--mh--space--xs);
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--md);
}
@media (width >= 768px ) {
  :root .c-set03 {
    flex-direction: row;
    justify-content: space-between;
  }
  :root .c-set03__img {
    flex: 1;
  }
  :root .c-set03__area-txt {
    width: 51.75%;
  }
}
/*  .c-set04
================================================== */
:root .c-set04__top {
  display: grid;
  gap: var(--mh--space--md);
}
:root .c-set04__top-area-txt {
  width: 100%;
}
:root .c-set04__top-sub {
  position: relative;
  padding-left: 18px;
}
:root .c-set04__top-sub.is-blue::before {
  background-color: var(--mh--color--category-blue-500);
}
:root .c-set04__top-sub.is-yellow::before {
  background-color: var(--mh--color--category-yellow-500);
}
:root .c-set04__top-sub.is-green::before {
  background-color: var(--mh--color--category-green-500);
}
:root .c-set04__top-sub.is-red::before {
  background-color: var(--mh--color--category-red-500);
}
:root .c-set04__top-sub::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  content: "";
}
:root .c-set04__top-name {
  margin-top: 10px;
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--md);
}
:root .c-set04__top-head, :root .c-set04__top > h2, :root .c-set04__top > h3, :root .c-set04__top > h4 {
  margin-top: var(--mh--space--md);
  font-size: var(--mh--font-size--x6l);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
}
:root .c-set04__top-img {
  margin: 0;
}
:root .c-set04__desc {
  padding: var(--mh--space--sm);
  margin-top: var(--mh--space--xs);
  background-color: var(--mh--color--grayscale-200);
}
:root .c-set04__desc-copy {
  position: relative;
  padding: 0 0 15px 45px;
  margin: 0;
  font-size: var(--mh--font-size--x2l);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
  border-bottom: 1px solid var(--mh--color--grayscale-700);
}
:root .c-set04__desc-copy::before {
  position: absolute;
  top: 5px;
  left: 2.55px;
  width: 30px;
  height: 35px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2254%22%20height%3D%2264%22%20fill%3D%22none%22%20viewBox%3D%220%200%2054%2064%22%3E%0A%3Cpath%20stroke%3D%22%23464646%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.909%22%20d%3D%22M19.242%2057.212a4.85%204.85%200%200%200%204.848%204.849h5.818a4.85%204.85%200%200%200%204.849-4.849m-15.515-3.878h15.515m0-3.879s.766-4.024%202.298-6.041c3.52-4.626%207.399-10.308%207.399-16.262A17.37%2017.37%200%200%200%2026.999%209.697%2017.37%2017.37%200%200%200%209.545%2027.152c0%205.963%203.879%2011.636%207.399%2016.262%201.532%202.017%202.298%206.04%202.298%206.04%22%2F%3E%0A%3Cpath%20stroke%3D%22%23464646%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.909%22%20d%3D%22M24.09%2041.697c0-5.818%200-11.636-3.879-15.515h13.576c-3.879%203.879-3.879%209.697-3.879%2015.515M27%201.94v1.939M9.176%209.038l1.425%201.377M1.787%2026.182h1.94m46.545%200h1.94m-8.815-15.767%201.426-1.377m-8.95-3.462.775-1.794m-18.52%201.794-.776-1.794m32.939%2031.68-1.862-.747M5.57%2017.648l-1.862-.746m46.583%200-1.862.746M5.57%2034.715l-1.862.747%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center/contain;
}
:root .c-set04__desc > p:not(:first-child) {
  margin-top: var(--mh--space--x2s);
}
:root .c-set04__btn {
  margin-top: var(--mh--space--xs);
}
@media (width >= 768px ) {
  :root .c-set04__top {
    grid-template-columns: 1fr 38.09%;
    gap: 6%;
  }
  :root .c-set04__top.is-reverse {
    grid-template-columns: 38.09% 1fr;
  }
  :root .c-set04__top.is-reverse .c-set04__top-area-txt {
    order: 1;
  }
  :root .c-set04__top.is-reverse .c-set04__top-img {
    order: 0;
  }
  :root .c-set04__top-area-txt {
    display: grid;
    grid-template-rows: auto 1fr;
    align-items: center;
  }
  :root .c-set04__top-info {
    width: 100%;
  }
  :root .c-set04__top-head, :root .c-set04__top > h2, :root .c-set04__top > h3, :root .c-set04__top > h4 {
    width: 100%;
    margin-top: 0;
  }
  :root .c-set04__desc-copy {
    padding: 0 0 var(--mh--space--x2s) 84px;
  }
  :root .c-set04__desc-copy::before {
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
  }
}
/*  .c-set05
================================================== */
:root .c-set05 {
  display: flex;
  flex-direction: column;
  gap: var(--mh--space--sm);
}
:root .c-set05__img {
  width: 50%;
  margin: auto;
  text-align: center;
}
@media (width >= 768px ) {
  :root .c-set05 {
    flex-direction: row;
    justify-content: space-between;
  }
  :root .c-set05__img {
    flex: 1;
  }
  :root .c-set05__area-txt {
    width: 78.95%;
  }
}
/* .c-single01-other
================================================ */
.c-single01-other {
  padding-block: var(--mh--space--x3l) var(--mh--space--x5l);
}
.c-single01-other__archive {
  margin-bottom: var(--mh--space--md);
}
@media (width >= 768px ) {
  .c-single01-other__archive {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*  .c-logo-slider
================================================== */
.c-logo-slider {
  display: flex;
  gap: var(--mh--space--md);
  height: 38px;
  overflow: hidden;
}
.c-logo-slider img {
  width: auto;
  max-width: fit-content;
  height: 100%;
  animation: loop-txt 30s infinite linear 1s both;
}
@media (width >= 768px ) {
  .c-logo-slider {
    height: 58px;
  }
}
/* .c-table01
================================================== */
.c-table01 {
  overflow-x: auto;
}
.c-table01 > table {
  width: 100%;
  table-layout: fixed;
}
.c-table01 > table tr:first-child th:first-child {
  width: 19%;
}
.c-table01 > table tr th,
.c-table01 > table tr td {
  padding: 20px !important;
  line-height: var(--mh--line-height--md);
  border-color: var(--mh--color--grayscale-400) !important;
}
.c-table01 > table tr th {
  font-weight: 800;
  text-align: center !important;
  background-color: var(--mh--color--grayscale-500) !important;
}
@media (width < 768px) {
  .c-table01 {
    padding-right: 20px;
    margin-right: -20px !important;
  }
  .c-table01 > table {
    min-width: 810px;
  }
}
@media (width >= 768px ) {
  .c-table01 > table tr:first-child th:first-child {
    width: 23%;
  }
  .c-table01 > table tr td {
    line-height: var(--mh--line-height--lg);
    text-align: center !important;
  }
}
/* .l-breadcrumb
================================================ */
.l-breadcrumb {
  padding-top: 15px;
}
@media (width >= 768px ) {
  .l-breadcrumb {
    padding-top: var(--mh--space--x2s);
  }
}
/* .l-breadcrumb-list
================================================ */
.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb-list__item {
  display: inline-block;
  font-size: var(--mh--font-size--xs);
  vertical-align: top;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: var(--mh--space--x4s);
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
  margin-right: var(--mh--space--x4s);
  content: "-";
}
.l-breadcrumb-list__item:first-child .l-breadcrumb-list__item-txt {
  color: var(--mh--color--primary-500);
}
.l-breadcrumb-list__item-txt {
  color: var(--mh--color--grayscale-800);
}
@media (width < 768px) {
  .l-breadcrumb-list {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}
@media (width >= 768px ) {
  .l-breadcrumb-list__item {
    line-height: var(--mh--line-height--md);
  }
}
/* .l-footer-cv
================================================ */
@media (width >= 768px ) {
  .l-footer-cv {
    padding: 0 20px 20px;
  }
}
/* .l-footer-cv-top
================================================ */
.l-footer-cv-top {
  padding-top: 60px;
  background: url("../img/common/bg_cv01_sp.jpg") no-repeat center/cover;
}
@media (width >= 1280px ) {
  .l-footer-cv-top {
    padding-top: 50px;
    background-image: url("../img/common/bg_cv01_pc.jpg");
  }
  .l-footer-cv-top__inner {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
  }
}
/* .l-footer-cv-head
================================================ */
.l-footer-cv-head {
  margin-bottom: 40px;
}
.l-footer-cv-head__en {
  position: relative;
  padding-left: 11px;
  margin-bottom: 15px;
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--grayscale-200);
}
.l-footer-cv-head__en::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 3.5px;
  height: calc(100% - 0.25em);
  margin: auto;
  content: "";
  background-color: currentcolor;
}
.l-footer-cv-head__jp {
  font-size: var(--mh--font-size--x8l);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-200);
}
@media (width >= 1100px ) {
  .l-footer-cv-head {
    margin-bottom: 50px;
  }
  .l-footer-cv-head__en::before {
    height: 100%;
  }
}
/* .l-footer-cv-banner
================================================ */
.l-footer-cv-banner {
  position: relative;
  bottom: -70px;
  padding: 20px;
  margin-top: -70px;
  background-color: var(--mh--color--grayscale-200);
}
.l-footer-cv-banner__sub {
  margin-bottom: 10px;
  font-weight: 800;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--primary-500);
  letter-spacing: var(--mh--letter-spacing--md);
}
.l-footer-cv-banner__sub-label {
  display: inline-block;
  padding: 0 3px 1px;
  margin-right: 2px;
  color: var(--mh--color--grayscale-200);
  background-color: var(--mh--color--primary-500);
}
.l-footer-cv-banner__head {
  margin-bottom: 10px;
  font-size: var(--mh--font-size--x6l);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md);
}
.l-footer-cv-banner__txt {
  margin: 0 100px 15px 0;
  line-height: var(--mh--line-height--md);
}
.l-footer-cv-banner__btn-in {
  display: flex;
  gap: 1px;
}
.l-footer-cv-banner__btn-txt {
  display: grid;
  flex: 1;
  place-items: center;
  padding: 10px;
  font-weight: 800;
  color: var(--mh--color--grayscale-200);
  background-color: var(--mh--color--accent-500);
  border-radius: 5px;
}
.l-footer-cv-banner__btn-ico {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  color: var(--mh--color--grayscale-200);
  background-color: var(--mh--color--accent-500);
  border-radius: 5px;
}
.l-footer-cv-banner__btn-ico::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-footer-cv-banner__img {
  position: absolute;
  right: 20px;
  bottom: 90px;
  width: 97px;
}
@media (width >= 1100px ) {
  .l-footer-cv-banner {
    bottom: -50px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 50px 40px;
    margin-top: -50px;
  }
  .l-footer-cv-banner__area-txt {
    width: 392px;
  }
  .l-footer-cv-banner__sub {
    margin-bottom: 7px;
    font-size: var(--mh--font-size--lg);
  }
  .l-footer-cv-banner__sub-label {
    padding: 0 8px 1px;
    margin-right: 3px;
  }
  .l-footer-cv-banner__head {
    margin-bottom: 15px;
    font-size: var(--mh--font-size--x5l);
  }
  .l-footer-cv-banner__txt {
    margin: 0 0 30px;
  }
  .l-footer-cv-banner__btn-txt {
    font-size: var(--mh--font-size--xl);
  }
  .l-footer-cv-banner__btn-ico {
    width: 60px;
    height: 60px;
  }
  .l-footer-cv-banner__btn-ico::after {
    width: 20px;
    height: 20px;
  }
  .l-footer-cv-banner__img {
    position: relative;
    right: 0;
    bottom: 0;
    width: 208px;
  }
}
@media (width >= 1280px ) {
  .l-footer-cv-banner {
    width: 720px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-cv-banner__btn-txt {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-cv-banner__btn-ico {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-cv-banner__btn-in:hover .l-footer-cv-banner__btn-txt,
  .l-footer-cv-banner__btn-in:hover .l-footer-cv-banner__btn-ico {
    background-color: var(--mh--color--accent-400);
  }
  .l-footer-cv-banner__btn-in:hover .l-footer-cv-banner__btn-ico::after {
    animation: arrow-slide var(--mh--duration--slow) var(--mh--easing);
  }
}
/* .l-footer-cv-box
================================================ */
.l-footer-cv-box__item {
  padding: 50px 40px;
}
.l-footer-cv-box__item.is-form {
  padding-top: 120px;
  background-color: var(--mh--color--primary-900);
}
.l-footer-cv-box__item.is-tel {
  background-color: var(--mh--color--primary-800);
}
.l-footer-cv-box__item-head {
  margin-bottom: 10px;
  font-size: var(--mh--font-size--x5l);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-200);
  text-align: center;
}
.l-footer-cv-box__item-txt {
  color: var(--mh--color--grayscale-200);
  text-align: center;
}
.l-footer-cv-box__item-btn {
  margin-top: 25px;
}
.l-footer-cv-box__item-btn-in {
  display: flex;
  gap: 1px;
}
.l-footer-cv-box__item-btn-txt {
  display: grid;
  flex: 1;
  place-items: center;
  padding: 10px;
  font-weight: 800;
  color: var(--mh--color--primary-900);
  background-color: var(--mh--color--grayscale-200);
  border-radius: 5px;
}
.l-footer-cv-box__item-btn-ico {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  color: var(--mh--color--primary-900);
  background-color: var(--mh--color--grayscale-200);
  border-radius: 5px;
}
.l-footer-cv-box__item-btn-ico::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-footer-cv-box__item-tel {
  margin-top: 10px;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-200);
  text-align: center;
}
.l-footer-cv-box__item-tel-num {
  position: relative;
  padding-left: 44px;
  font-size: var(--mh--font-size--x7l);
}
.l-footer-cv-box__item-tel-num::before {
  display: inline-block;
  width: 42px;
  height: 24px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2039%2022%22%3E%0A%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%2523freeDialPath)%22%3E%0A%3Cpath%20d%3D%22M36.889%2017.839A2.081%202.081%200%201%200%2039%2019.919a2.1%202.1%200%200%200-2.111-2.08m0%203.919a1.839%201.839%200%201%201%201.866-1.838%201.854%201.854%200%200%201-1.866%201.838%22%2F%3E%0A%3Cpath%20d%3D%22M37.488%2019.683a.67.67%200%200%200%20.167-.448.647.647%200%200%200-.23-.529.955.955%200%200%200-.627-.19h-.789v2.749h.325v-1.25h.36l.819%201.249h.4l-.891-1.317a.867.867%200%200%200%20.463-.265m-1.155.055v-.943h.417q.569%200%20.569.46a.44.44%200%200%201-.16.346.62.62%200%200%201-.418.138Zm-15.123-7.208a4.152%204.152%200%201%200%208.3%200c0-2.236-2.243-4.022-4.151-5.089-1.907%201.067-4.151%202.854-4.151%205.089m-16.872.048a4.153%204.153%200%201%200%208.3%200c0-2.235-2.245-4.02-4.151-5.088-1.907%201.068-4.152%202.853-4.152%205.088m12.549-9.196a18.387%2018.387%200%200%201%208.347%201.9%2020.482%2020.482%200%200%201%208.541-1.9V0H0v3.385a20.454%2020.454%200%200%201%208.531%201.9%2018.384%2018.384%200%200%201%208.347-1.9%22%2F%3E%0A%3Cpath%20d%3D%22M31.44%2012.576a6.228%206.228%200%200%201-6.214%206.134%206.143%206.143%200%200%201-6.114-6.134c0-2.631%201.918-4.715%204-6.091a16.339%2016.339%200%200%200-6.237-1.2%2016.341%2016.341%200%200%200-6.237%201.2c2.087%201.375%204%203.46%204%206.091a6.143%206.143%200%200%201-6.114%206.134%206.268%206.268%200%200%201-6.261-6.134c0-2.631%202.064-4.715%204.15-6.091A18.55%2018.55%200%200%200%200%205.287v16.44h33.766V5.287a18.587%2018.587%200%200%200-6.431%201.2c2.087%201.375%204.1%203.46%204.1%206.091%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2039%2022%22%3E%0A%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%2523freeDialPath)%22%3E%0A%3Cpath%20d%3D%22M36.889%2017.839A2.081%202.081%200%201%200%2039%2019.919a2.1%202.1%200%200%200-2.111-2.08m0%203.919a1.839%201.839%200%201%201%201.866-1.838%201.854%201.854%200%200%201-1.866%201.838%22%2F%3E%0A%3Cpath%20d%3D%22M37.488%2019.683a.67.67%200%200%200%20.167-.448.647.647%200%200%200-.23-.529.955.955%200%200%200-.627-.19h-.789v2.749h.325v-1.25h.36l.819%201.249h.4l-.891-1.317a.867.867%200%200%200%20.463-.265m-1.155.055v-.943h.417q.569%200%20.569.46a.44.44%200%200%201-.16.346.62.62%200%200%201-.418.138Zm-15.123-7.208a4.152%204.152%200%201%200%208.3%200c0-2.236-2.243-4.022-4.151-5.089-1.907%201.067-4.151%202.854-4.151%205.089m-16.872.048a4.153%204.153%200%201%200%208.3%200c0-2.235-2.245-4.02-4.151-5.088-1.907%201.068-4.152%202.853-4.152%205.088m12.549-9.196a18.387%2018.387%200%200%201%208.347%201.9%2020.482%2020.482%200%200%201%208.541-1.9V0H0v3.385a20.454%2020.454%200%200%201%208.531%201.9%2018.384%2018.384%200%200%201%208.347-1.9%22%2F%3E%0A%3Cpath%20d%3D%22M31.44%2012.576a6.228%206.228%200%200%201-6.214%206.134%206.143%206.143%200%200%201-6.114-6.134c0-2.631%201.918-4.715%204-6.091a16.339%2016.339%200%200%200-6.237-1.2%2016.341%2016.341%200%200%200-6.237%201.2c2.087%201.375%204%203.46%204%206.091a6.143%206.143%200%200%201-6.114%206.134%206.268%206.268%200%200%201-6.261-6.134c0-2.631%202.064-4.715%204.15-6.091A18.55%2018.55%200%200%200%200%205.287v16.44h33.766V5.287a18.587%2018.587%200%200%200-6.431%201.2c2.087%201.375%204.1%203.46%204.1%206.091%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  position: absolute;
  inset-block: 0;
  left: 0;
  margin: auto;
}
.l-footer-cv-box__item-tel-time {
  display: block;
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-500);
}
@media (width >= 768px ) {
  .l-footer-cv-box {
    display: flex;
    margin-top: -1px;
  }
  .l-footer-cv-box__item {
    flex: 1;
    padding-block: 123px;
  }
  .l-footer-cv-box__item.is-form {
    padding-top: 123px;
  }
  .l-footer-cv-box__item-btn {
    max-width: 320px;
    margin: 30px auto 0;
  }
  .l-footer-cv-box__item-btn-txt {
    font-size: var(--mh--font-size--xl);
  }
  .l-footer-cv-box__item-btn-ico {
    width: 60px;
    height: 60px;
  }
  .l-footer-cv-box__item-btn-ico::after {
    width: 20px;
    height: 20px;
  }
  .l-footer-cv-box__item-tel {
    margin-top: 20px;
  }
  .l-footer-cv-box__item-tel-in {
    pointer-events: none;
  }
  .l-footer-cv-box__item-tel-num {
    padding-left: 59px;
  }
  .l-footer-cv-box__item-tel-num::before {
    width: 55px;
    height: 32px;
  }
  .l-footer-cv-box__item-tel-time {
    font-size: var(--mh--font-size--md);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-cv-box__item-btn-txt {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-cv-box__item-btn-ico {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-cv-box__item-btn-in:hover .l-footer-cv-box__item-btn-txt,
  .l-footer-cv-box__item-btn-in:hover .l-footer-cv-box__item-btn-ico {
    color: var(--mh--color--primary-500);
  }
  .l-footer-cv-box__item-btn-in:hover .l-footer-cv-box__item-btn-ico::after {
    animation: arrow-slide var(--mh--duration--slow) var(--mh--easing);
  }
}
/* .l-footer
================================================ */
.l-footer {
  padding: 60px 0 40px;
  background-color: var(--mh--color--grayscale-200);
}
@media (width >= 1100px ) {
  .l-footer {
    padding: 100px 0;
  }
  .l-footer__inner {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
}
/* .l-footer-addr
================================================ */
.l-footer-addr {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--mh--color--primary-900);
}
.l-footer-addr__item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
}
.l-footer-addr__item-map-link {
  display: block;
  width: 40px;
  height: 10px;
  background-color: #91979b;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2210%22%20viewBox%3D%220%200%2040%2010%22%3E%0A%3Cpath%20d%3D%22M11.961%209.968h1.814V4.087l2.432%205.88h1.376l2.422-5.88v5.88h1.814V.918h-2.053l-2.87%206.728L14.013.917H11.96v9.05Zm18.042%200h1.923l-3.26-9.07h-2.112l-3.25%209.07h1.914l.598-1.725h3.598l.588%201.725Zm-1.087-3.19h-2.622L27.61%202.99l1.306%203.788Zm6.3-1.754V2.392h1.435c1.026%200%201.475.499%201.475%201.316%200%20.797-.448%201.316-1.475%201.316h-1.436ZM40%203.708C40%202.143%2038.904.917%2036.73.917h-3.329v9.05h1.814V6.48h1.516c2.332%200%203.259-1.396%203.259-2.771H40ZM3.489%200a3.489%203.489%200%200%201%203.488%203.479c0%201.904-3.488%206.489-3.488%206.489S0%205.392%200%203.478A3.489%203.489%200%200%201%203.489%200Zm0%204.984a1.505%201.505%200%201%200-1.515-1.505%201.515%201.515%200%200%200%201.515%201.505Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2210%22%20viewBox%3D%220%200%2040%2010%22%3E%0A%3Cpath%20d%3D%22M11.961%209.968h1.814V4.087l2.432%205.88h1.376l2.422-5.88v5.88h1.814V.918h-2.053l-2.87%206.728L14.013.917H11.96v9.05Zm18.042%200h1.923l-3.26-9.07h-2.112l-3.25%209.07h1.914l.598-1.725h3.598l.588%201.725Zm-1.087-3.19h-2.622L27.61%202.99l1.306%203.788Zm6.3-1.754V2.392h1.435c1.026%200%201.475.499%201.475%201.316%200%20.797-.448%201.316-1.475%201.316h-1.436ZM40%203.708C40%202.143%2038.904.917%2036.73.917h-3.329v9.05h1.814V6.48h1.516c2.332%200%203.259-1.396%203.259-2.771H40ZM3.489%200a3.489%203.489%200%200%201%203.488%203.479c0%201.904-3.488%206.489-3.488%206.489S0%205.392%200%203.478A3.489%203.489%200%200%201%203.489%200Zm0%204.984a1.505%201.505%200%201%200-1.515-1.505%201.515%201.515%200%200%200%201.515%201.505Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
}
.l-footer-addr__item-txt {
  line-height: var(--mh--line-height--md);
}
@media (width >= 1100px ) {
  .l-footer-addr {
    grid-area: 3/1/4/2;
    gap: 10px;
    padding-bottom: 0;
    margin-bottom: 97px;
    border-bottom: none;
  }
  .l-footer-addr__item-tel {
    margin-bottom: 5px;
    font-size: var(--mh--font-size--x2l);
  }
  .l-footer-addr__item-tel::before {
    display: inline-block;
    width: 42px;
    height: 24px;
    color: currentColor;
    content: "";
    background-color: currentcolor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2039%2022%22%3E%0A%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%2523freeDialPath)%22%3E%0A%3Cpath%20d%3D%22M36.889%2017.839A2.081%202.081%200%201%200%2039%2019.919a2.1%202.1%200%200%200-2.111-2.08m0%203.919a1.839%201.839%200%201%201%201.866-1.838%201.854%201.854%200%200%201-1.866%201.838%22%2F%3E%0A%3Cpath%20d%3D%22M37.488%2019.683a.67.67%200%200%200%20.167-.448.647.647%200%200%200-.23-.529.955.955%200%200%200-.627-.19h-.789v2.749h.325v-1.25h.36l.819%201.249h.4l-.891-1.317a.867.867%200%200%200%20.463-.265m-1.155.055v-.943h.417q.569%200%20.569.46a.44.44%200%200%201-.16.346.62.62%200%200%201-.418.138Zm-15.123-7.208a4.152%204.152%200%201%200%208.3%200c0-2.236-2.243-4.022-4.151-5.089-1.907%201.067-4.151%202.854-4.151%205.089m-16.872.048a4.153%204.153%200%201%200%208.3%200c0-2.235-2.245-4.02-4.151-5.088-1.907%201.068-4.152%202.853-4.152%205.088m12.549-9.196a18.387%2018.387%200%200%201%208.347%201.9%2020.482%2020.482%200%200%201%208.541-1.9V0H0v3.385a20.454%2020.454%200%200%201%208.531%201.9%2018.384%2018.384%200%200%201%208.347-1.9%22%2F%3E%0A%3Cpath%20d%3D%22M31.44%2012.576a6.228%206.228%200%200%201-6.214%206.134%206.143%206.143%200%200%201-6.114-6.134c0-2.631%201.918-4.715%204-6.091a16.339%2016.339%200%200%200-6.237-1.2%2016.341%2016.341%200%200%200-6.237%201.2c2.087%201.375%204%203.46%204%206.091a6.143%206.143%200%200%201-6.114%206.134%206.268%206.268%200%200%201-6.261-6.134c0-2.631%202.064-4.715%204.15-6.091A18.55%2018.55%200%200%200%200%205.287v16.44h33.766V5.287a18.587%2018.587%200%200%200-6.431%201.2c2.087%201.375%204.1%203.46%204.1%206.091%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
    mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2039%2022%22%3E%0A%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%2523freeDialPath)%22%3E%0A%3Cpath%20d%3D%22M36.889%2017.839A2.081%202.081%200%201%200%2039%2019.919a2.1%202.1%200%200%200-2.111-2.08m0%203.919a1.839%201.839%200%201%201%201.866-1.838%201.854%201.854%200%200%201-1.866%201.838%22%2F%3E%0A%3Cpath%20d%3D%22M37.488%2019.683a.67.67%200%200%200%20.167-.448.647.647%200%200%200-.23-.529.955.955%200%200%200-.627-.19h-.789v2.749h.325v-1.25h.36l.819%201.249h.4l-.891-1.317a.867.867%200%200%200%20.463-.265m-1.155.055v-.943h.417q.569%200%20.569.46a.44.44%200%200%201-.16.346.62.62%200%200%201-.418.138Zm-15.123-7.208a4.152%204.152%200%201%200%208.3%200c0-2.236-2.243-4.022-4.151-5.089-1.907%201.067-4.151%202.854-4.151%205.089m-16.872.048a4.153%204.153%200%201%200%208.3%200c0-2.235-2.245-4.02-4.151-5.088-1.907%201.068-4.152%202.853-4.152%205.088m12.549-9.196a18.387%2018.387%200%200%201%208.347%201.9%2020.482%2020.482%200%200%201%208.541-1.9V0H0v3.385a20.454%2020.454%200%200%201%208.531%201.9%2018.384%2018.384%200%200%201%208.347-1.9%22%2F%3E%0A%3Cpath%20d%3D%22M31.44%2012.576a6.228%206.228%200%200%201-6.214%206.134%206.143%206.143%200%200%201-6.114-6.134c0-2.631%201.918-4.715%204-6.091a16.339%2016.339%200%200%200-6.237-1.2%2016.341%2016.341%200%200%200-6.237%201.2c2.087%201.375%204%203.46%204%206.091a6.143%206.143%200%200%201-6.114%206.134%206.268%206.268%200%200%201-6.261-6.134c0-2.631%202.064-4.715%204.15-6.091A18.55%2018.55%200%200%200%200%205.287v16.44h33.766V5.287a18.587%2018.587%200%200%200-6.431%201.2c2.087%201.375%204.1%203.46%204.1%206.091%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
    transition: all var(--mh--duration) var(--mh--easing);
    width: 29px;
    height: 17px;
    margin-right: 2px;
  }
  .l-footer-addr__item-head {
    margin-right: 12px;
  }
  .l-footer-addr__item-map {
    order: 2;
  }
  .l-footer-addr__item-txt {
    font-size: var(--mh--font-size--xs);
  }
}
/* .l-footer-info
================================================ */
.l-footer-info {
  margin-bottom: 27px;
}
.l-footer-info__logo-svg {
  display: block;
  width: 131px;
  margin-bottom: 1px;
  line-height: var(--mh--line-height--none);
}
.l-footer-info__logo-svg svg {
  width: 100%;
}
.l-footer-info__logo-txt {
  font-size: var(--mh--font-size--x2s);
}
@media (width >= 1100px ) {
  .l-footer-info {
    grid-area: 4/1/5/2;
    margin-bottom: 0;
  }
  .l-footer-info__logo-link {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .l-footer-info__logo-svg {
    margin-bottom: 0;
  }
}
/* .l-footer-link
================================================ */
.l-footer-link {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--mh--color--primary-900);
}
.l-footer-link__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.l-footer-link__list-item {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--md);
}
.l-footer-link__list-item-in {
  letter-spacing: var(--mh--letter-spacing--md);
}
.l-footer-link__list-item-in::after {
  display: inline-block;
  width: 11px;
  height: 11px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M7%204v6H1V4h6Zm1-1H0v8h8V3Z%22%2F%3E%0A%3Cpath%20d%3D%22M11%200v8H7V7h3V1H4v3H3V0h8Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20d%3D%22M0%200h11v11H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M7%204v6H1V4h6Zm1-1H0v8h8V3Z%22%2F%3E%0A%3Cpath%20d%3D%22M11%200v8H7V7h3V1H4v3H3V0h8Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20d%3D%22M0%200h11v11H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  margin-left: 2px;
}
@media (width >= 1100px ) {
  .l-footer-link {
    grid-area: 1/2/2/3;
    width: fit-content;
    padding-bottom: 0;
    margin: 0 0 0 auto;
    border-bottom: none;
  }
  .l-footer-link__list {
    gap: 15px;
  }
  .l-footer-link__list-item-in {
    letter-spacing: var(--mh--letter-spacing--none);
  }
  .l-footer-link__list-item-in::after {
    margin-left: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-link__list-item-in {
    position: relative;
  }
  .l-footer-link__list-item-in::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: currentcolor;
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-footer-link__list-item-in:hover::before {
    transform: scaleX(1);
    transform-origin: top left;
  }
}
/* .l-footer-nav
================================================ */
.l-footer-nav {
  margin-bottom: 40px;
}
.l-footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5px;
}
.l-footer-nav__list:first-child {
  margin-bottom: 20px;
}
.l-footer-nav__list:last-child {
  position: relative;
  top: -1.4em;
  margin-bottom: -1.4em;
}
.l-footer-nav__list:last-child::before {
  display: block;
  width: 40%;
  content: "";
}
.l-footer-nav__list-item {
  width: 40%;
  line-height: var(--mh--line-height--md);
}
.l-footer-nav__list-item.is-home {
  margin-bottom: 20px;
}
.l-footer-nav__list-item.is-col01 {
  width: 100%;
}
.l-footer-nav__list-item-in {
  font-weight: 800;
}
.l-footer-nav__list-child {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 15px 0 20px;
}
.l-footer-nav__list-child-item {
  font-size: var(--mh--font-size--xs);
}
@media (width >= 1100px ) {
  .l-footer-nav {
    display: flex;
    grid-area: 1/1/2/2;
    gap: 100px;
    margin-bottom: 100px;
  }
  .l-footer-nav__list {
    flex-direction: column;
  }
  .l-footer-nav__list:first-child {
    margin-bottom: 0;
  }
  .l-footer-nav__list:last-child {
    top: 0;
    margin-bottom: 0;
  }
  .l-footer-nav__list:last-child::before {
    content: none;
  }
  .l-footer-nav__list-item {
    width: 100%;
  }
  .l-footer-nav__list-child {
    gap: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-nav .l-footer-nav__list-item-in,
  .l-footer-nav .l-footer-nav__list-child-item-in {
    position: relative;
  }
  .l-footer-nav .l-footer-nav__list-item-in::before,
  .l-footer-nav .l-footer-nav__list-child-item-in::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: currentcolor;
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-footer-nav .l-footer-nav__list-item-in:hover::before,
  .l-footer-nav .l-footer-nav__list-child-item-in:hover::before {
    transform: scaleX(1);
    transform-origin: top left;
  }
}
/* .l-footer-policy
================================================ */
.l-footer-policy {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--mh--color--primary-900);
}
.l-footer-policy__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.l-footer-policy__list-item {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--md);
}
.l-footer-policy__list-item-in::after {
  display: inline-block;
  width: 11px;
  height: 11px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M7%204v6H1V4h6Zm1-1H0v8h8V3Z%22%2F%3E%0A%3Cpath%20d%3D%22M11%200v8H7V7h3V1H4v3H3V0h8Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20d%3D%22M0%200h11v11H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M7%204v6H1V4h6Zm1-1H0v8h8V3Z%22%2F%3E%0A%3Cpath%20d%3D%22M11%200v8H7V7h3V1H4v3H3V0h8Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20d%3D%22M0%200h11v11H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  margin-left: 2px;
}
@media (width >= 1100px ) {
  .l-footer-policy {
    grid-area: 2/1/3/3;
    padding-bottom: 30px;
  }
  .l-footer-policy__list {
    flex-direction: row;
    gap: 30px;
    justify-content: flex-end;
  }
  .l-footer-policy__list-item-in::after {
    margin-left: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-policy__list-item-in {
    position: relative;
  }
  .l-footer-policy__list-item-in::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: currentcolor;
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-footer-policy__list-item-in:hover::before {
    transform: scaleX(1);
    transform-origin: top left;
  }
}
/* .l-footer-sns
=================================== */
.l-footer-sns__list {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 24px 30px;
  align-items: center;
  width: fit-content;
  margin: 0 auto 40px;
}
.l-footer-sns__list-item-link {
  margin: auto;
  background: no-repeat center/contain;
}
.l-footer-sns__list-item-link.is-fb {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.039%22%20height%3D%2230.039%22%20viewBox%3D%220%200%2030.039%2030.039%22%3E%3Cg%20transform%3D%22translate(0%20-0.25)%22%3E%3Cpath%20d%3D%22M30.039%2C15.02A15.02%2C15.02%2C0%2C1%2C0%2C12.673%2C29.857v-10.5H8.859V15.02h3.814V11.711c0-3.764%2C2.242-5.844%2C5.673-5.844a23.1%2C23.1%2C0%2C0%2C1%2C3.362.293v3.7H19.814A2.171%2C2.171%2C0%2C0%2C0%2C17.366%2C12.2V15.02h4.166l-.666%2C4.342h-3.5v10.5A15.023%2C15.023%2C0%2C0%2C0%2C30.039%2C15.02%22%20transform%3D%22translate(0%200.25)%22%20fill%3D%22%23212836%22%2F%3E%3Cpath%20d%3D%22M314.007%2C213.494l.666-4.342h-4.166v-2.817a2.171%2C2.171%2C0%2C0%2C1%2C2.448-2.346h1.894v-3.7a23.1%2C23.1%2C0%2C0%2C0-3.362-.293c-3.431%2C0-5.673%2C2.079-5.673%2C5.844v3.309H302v4.342h3.814v10.5a15.177%2C15.177%2C0%2C0%2C0%2C4.694%2C0v-10.5Z%22%20transform%3D%22translate(-293.141%20-193.883)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.l-footer-sns__list-item-link.is-x {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.376%22%20height%3D%2229%22%20viewBox%3D%220%200%2028.376%2029%22%3E%3Cpath%20d%3D%22M13.459%2C16.266h0L12.337%2C14.66%2C3.405%2C1.885H7.251l7.208%2C10.31L15.581%2C13.8l9.369%2C13.4H21.1ZM24.948%2C0%2C15.776%2C10.662%2C8.45%2C0H0L11.078%2C16.123%2C0%2C29H2.5L12.19%2C17.74%2C19.927%2C29h8.45L16.887%2C12.28h0L27.452%2C0Z%22%2F%3E%3C%2Fsvg%3E");
}
.l-footer-sns__list-item-link.is-insta {
  width: 29px;
  height: 29px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M8.495.1A10.6%2C10.6%2C0%2C0%2C0%2C4.977.782%2C7.093%2C7.093%2C0%2C0%2C0%2C2.412%2C2.458%2C7.105%2C7.105%2C0%2C0%2C0%2C.745%2C5.03%2C10.651%2C10.651%2C0%2C0%2C0%2C.077%2C8.551C.01%2C10.1-.006%2C10.591%2C0%2C14.528s.025%2C4.431.1%2C5.978a10.63%2C10.63%2C0%2C0%2C0%2C.681%2C3.517%2C7.1%2C7.1%2C0%2C0%2C0%2C1.677%2C2.565A7.11%2C7.11%2C0%2C0%2C0%2C5.03%2C28.256a10.641%2C10.641%2C0%2C0%2C0%2C3.52.667c1.547.068%2C2.04.083%2C5.977.076s4.432-.025%2C5.979-.1a10.658%2C10.658%2C0%2C0%2C0%2C3.517-.681%2C7.409%2C7.409%2C0%2C0%2C0%2C4.232-4.249%2C10.617%2C10.617%2C0%2C0%2C0%2C.667-3.519c.068-1.548.084-2.042.076-5.979s-.025-4.431-.1-5.977a10.634%2C10.634%2C0%2C0%2C0-.681-3.518%2C7.113%2C7.113%2C0%2C0%2C0-1.677-2.565A7.1%2C7.1%2C0%2C0%2C0%2C23.971.746%2C10.607%2C10.607%2C0%2C0%2C0%2C20.45.078C18.9.01%2C18.41-.005%2C14.472%2C0S10.041.027%2C8.495.1m.169%2C26.212a8.041%2C8.041%2C0%2C0%2C1-2.693-.493A4.519%2C4.519%2C0%2C0%2C1%2C4.3%2C24.739a4.506%2C4.506%2C0%2C0%2C1-1.088-1.665%2C8.031%2C8.031%2C0%2C0%2C1-.5-2.692c-.072-1.528-.088-1.987-.1-5.858s.007-4.329.073-5.859a8.028%2C8.028%2C0%2C0%2C1%2C.493-2.692A4.5%2C4.5%2C0%2C0%2C1%2C4.262%2C4.3%2C4.492%2C4.492%2C0%2C0%2C1%2C5.928%2C3.214a8.024%2C8.024%2C0%2C0%2C1%2C2.691-.5c1.529-.072%2C1.987-.088%2C5.858-.1s4.33.006%2C5.86.073a8.01%2C8.01%2C0%2C0%2C1%2C2.692.493A4.488%2C4.488%2C0%2C0%2C1%2C24.7%2C4.263a4.49%2C4.49%2C0%2C0%2C1%2C1.088%2C1.666%2C8%2C8%2C0%2C0%2C1%2C.5%2C2.69c.073%2C1.529.089%2C1.988.1%2C5.858s-.007%2C4.33-.074%2C5.859a8.04%2C8.04%2C0%2C0%2C1-.493%2C2.694%2C4.8%2C4.8%2C0%2C0%2C1-2.747%2C2.757%2C8.03%2C8.03%2C0%2C0%2C1-2.69.5c-1.529.072-1.987.088-5.859.1s-4.329-.007-5.858-.073M20.485%2C6.75a1.74%2C1.74%2C0%2C1%2C0%2C1.736-1.743A1.74%2C1.74%2C0%2C0%2C0%2C20.485%2C6.75M7.055%2C14.515a7.445%2C7.445%2C0%2C1%2C0%2C7.43-7.46%2C7.445%2C7.445%2C0%2C0%2C0-7.43%2C7.46m2.612-.005a4.833%2C4.833%2C0%2C1%2C1%2C4.842%2C4.824%2C4.833%2C4.833%2C0%2C0%2C1-4.842-4.824%22%20transform%3D%22translate(0%20-0.001)%22%20fill%3D%22%23212836%22%2F%3E%3C%2Fsvg%3E");
}
.l-footer-sns__list-item-link.is-note {
  width: 40px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%228.657%22%20viewBox%3D%220%200%2040%208.657%22%3E%3Cpath%20d%3D%22M5.154%2C8.872C3.646%2C8.83%2C1.534%2C8.914%2C0%2C8.914v7.844H2.2V10.824s1.953-.067%2C2.657.017c.662.075.905.486.93%2C1.341.017.972%2C0%2C1.483%2C0%2C4.576h2.2s.025-3.537%2C0-4.768c-.034-2.187-.8-3.067-2.824-3.118%22%20transform%3D%22translate(0%20-8.117)%22%20fill%3D%22%23212836%22%2F%3E%3Cpath%20d%3D%22M139.639%2C8.7a3.964%2C3.964%2C0%2C1%2C0%2C3.939%2C3.964A3.956%2C3.956%2C0%2C0%2C0%2C139.639%2C8.7m0%2C6.034a2.078%2C2.078%2C0%2C1%2C1%2C2.062-2.078%2C2.069%2C2.069%2C0%2C0%2C1-2.062%2C2.078%22%20transform%3D%22translate(-124.328%20-7.971)%22%20fill%3D%22%23212836%22%2F%3E%3Cpath%20d%3D%22M391.178%2C12.664a3.939%2C3.939%2C0%2C1%2C0-6.378%2C3.109%2C4.266%2C4.266%2C0%2C0%2C0%2C2.715.855%2C4.369%2C4.369%2C0%2C0%2C0%2C3.159-1.358l-.888-1.19a3.753%2C3.753%2C0%2C0%2C1-2.078.8%2C2.655%2C2.655%2C0%2C0%2C1-1.953-.578%2C1.838%2C1.838%2C0%2C0%2C1-.528-1.039h5.892a3.589%2C3.589%2C0%2C0%2C0%2C.059-.6m-5.933-.721a2.023%2C2.023%2C0%2C0%2C1%2C3.964%2C0Z%22%20transform%3D%22translate(-351.178%20-7.971)%22%20fill%3D%22%23212836%22%2F%3E%3Cpath%20d%3D%22M273.165%2C0h-2.053V2.2H269V4.132h2.112V6.419h2.053V4.132h2.112V2.2h-2.112Z%22%20transform%3D%22translate(-246.457)%22%20fill%3D%22%23212836%22%2F%3E%3C%2Fsvg%3E");
}
.l-footer-sns__list-item-link.is-pr {
  width: 29px;
  height: 29px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M14.494%2C0A14.5%2C14.5%2C0%2C0%2C0%2C9.209%2C28a13.953%2C13.953%2C0%2C0%2C1%2C.048-4.164c.262-1.133%2C1.694-7.205%2C1.694-7.205a5.28%2C5.28%2C0%2C0%2C1-.429-2.147c0-2.016%2C1.169-3.519%2C2.625-3.519A1.822%2C1.822%2C0%2C0%2C1%2C14.983%2C13c0%2C1.241-.787%2C3.1-1.2%2C4.831a2.108%2C2.108%2C0%2C0%2C0%2C2.147%2C2.624c2.577%2C0%2C4.557-2.72%2C4.557-6.633a5.72%2C5.72%2C0%2C0%2C0-6.06-5.893A6.273%2C6.273%2C0%2C0%2C0%2C7.873%2C14.22a5.658%2C5.658%2C0%2C0%2C0%2C1.074%2C3.3.431.431%2C0%2C0%2C1%2C.1.417c-.107.454-.358%2C1.444-.405%2C1.646-.06.262-.215.322-.489.191-1.789-.859-2.911-3.507-2.911-5.631%2C0-4.569%2C3.316-8.768%2C9.579-8.768%2C5.022%2C0%2C8.935%2C3.579%2C8.935%2C8.374%2C0%2C5-3.149%2C9.018-7.515%2C9.018a3.851%2C3.851%2C0%2C0%2C1-3.316-1.67l-.907%2C3.448a15.791%2C15.791%2C0%2C0%2C1-1.8%2C3.806A14.5%2C14.5%2C0%2C1%2C0%2C14.494%2C0%22%20fill%3D%22%23212836%22%2F%3E%3C%2Fsvg%3E");
}
.l-footer-sns__list-item-link.is-qiita {
  width: 29px;
  height: 29px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M21.534%2C21.978c-1.564%2C1.668-3.689%2C2.217-6.262%2C2.477-5.209.527-9.722-1.8-10.268-7.612A11.377%2C11.377%2C0%2C0%2C1%2C6.431%2C10.1L5.785%2C7.56A.627.627%2C0%2C0%2C1%2C6.517%2C6.8l2.23.541a8.765%2C8.765%2C0%2C0%2C1%2C4.7-1.979%2C8.611%2C8.611%2C0%2C0%2C1%2C4.315.68l2.1-1.268a.619.619%2C0%2C0%2C1%2C.932.5l.121%2C2.99h0a11.19%2C11.19%2C0%2C0%2C1%2C2.958%2C6.665%2C8.169%2C8.169%2C0%2C0%2C1-.41%2C3.719%2C1.291%2C1.291%2C0%2C0%2C0%2C.094%2C1.366c.323.412.835%2C1.211%2C1.407%2C1.077a3.282%2C3.282%2C0%2C0%2C1%2C2.347.207%2C14.517%2C14.517%2C0%2C1%2C0-2.354%2C3.244A3.418%2C3.418%2C0%2C0%2C1%2C23.566%2C24a5.016%2C5.016%2C0%2C0%2C1-2.032-2.023%22%20fill%3D%22%23212836%22%2F%3E%3Cpath%20d%3D%22M82.157%2C76.011l1.354-.166-.019-.244-1.389.17q-.089-.263-.2-.515l1.53-.488-.048-.306-1.628.564a6.013%2C6.013%2C0%2C0%2C0-6.125-3.409%2C6.28%2C6.28%2C0%2C0%2C0-5.43%2C4.65l-1.592-.241-.017.313%2C1.568.17a4.635%2C4.635%2C0%2C0%2C0-.1.474l-1.368.109.012.245%2C1.333-.106a4.823%2C4.823%2C0%2C0%2C0-.04.552l-1.218.5.06.3L70%2C78.039c0%2C.162.01.248.025.412.322%2C3.428%2C3.186%2C4.106%2C6.607%2C3.76s6.1-1.585%2C5.782-5.013c-.016-.165-.039-.25-.067-.41l1.256.273.029-.277-1.318-.25a4.811%2C4.811%2C0%2C0%2C0-.153-.523%22%20transform%3D%22translate(-61.961%20-64.663)%22%20fill%3D%22%23212836%22%2F%3E%3C%2Fsvg%3E");
}
@media (width >= 1100px ) {
  .l-footer-sns {
    grid-area: 3/2/4/3;
  }
  .l-footer-sns__list {
    gap: 13px;
    margin-right: 0;
  }
}
/* .l-footer-cr
================================================ */
.l-footer-cr {
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--grayscale-800);
  text-align: center;
}
@media (width >= 1100px ) {
  .l-footer-cr {
    grid-area: 4/2/5/3;
    text-align: right;
  }
}
/* .l-footer-page-top
================================================ */
.l-footer-page-top__link {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  text-indent: 200%;
  white-space: nowrap;
  text-decoration: none;
  background: #000;
}
@media (width >= 768px ) {
  .l-footer-page-top {
    position: sticky;
    right: 0;
    bottom: 0;
    z-index: 10;
    visibility: hidden;
    width: 50px;
    height: 50px;
    margin: 0 30px 30px auto;
    overflow: hidden;
    border-radius: 100px;
    opacity: 0;
  }
  .l-footer-page-top.is-shown {
    visibility: visible;
    opacity: 1;
  }
  .l-footer-page-top__link {
    height: 100%;
  }
}
/* .l-header
================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 320px;
  transition: background-color var(--mh--duration) var(--mh--easing);
}
.l-header.is-scroll {
  background-color: var(--mh--color--grayscale-200);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--mh--header--height);
  padding: 0 var(--mh--space--xs);
}
@media (width >= 1280px ) {
  .l-header {
    position: absolute;
    transition: none;
  }
  .l-header.is-scroll {
    background-color: transparent;
  }
  .l-header.is-set {
    transform: translateY(-100px);
  }
  .l-header.is-active {
    transform: translateY(0);
    transition: transform var(--mh--duration) var(--mh--easing) !important;
  }
  .l-header.is-hide {
    transform: translateY(-100px) !important;
    transition: transform var(--mh--duration) var(--mh--easing) !important;
  }
  .l-header.is-fixed {
    position: fixed;
    background-color: var(--mh--color--grayscale-200);
    transform: translateY(0);
  }
  .l-header.is-fixed .l-header__inner {
    height: calc(var(--mh--header--height) + 10px);
    padding-top: 0;
  }
  .l-header__inner {
    padding: var(--mh--space--x2s) var(--mh--space--x2s) 0 var(--mh--space--xs);
  }
}
/* .l-header-logo
================================================== */
.l-header-logo {
  position: relative;
  z-index: 1;
}
.l-header-logo__link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.l-header-logo__svg {
  width: 96px;
  line-height: var(--mh--line-height--none);
}
.l-header-logo__svg svg {
  overflow: visible;
}
.l-header-logo__txt {
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--md);
}
@media (width >= 1280px ) {
  .l-header-logo {
    width: 320px;
  }
  .l-header-logo__svg {
    width: 131px;
  }
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: transparent;
  border: none;
}
.l-nav-btn__line {
  position: absolute;
  left: 1px;
  width: 28px;
  height: 2px;
  content: "";
  border-bottom: 2px solid;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-btn__line:nth-child(1) {
  top: 5px;
}
.l-nav-btn__line:nth-child(2) {
  top: 14px;
}
.l-nav-btn__line:nth-child(3) {
  top: 23px;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  top: 14px;
  transform: rotate(-45deg);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  opacity: 0;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
  top: 14px;
  transform: rotate(45deg);
}
/* .l-nav
================================================ */
.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 100svh;
  padding: 80px var(--mh--contents--padding--side) calc(50px + env(safe-area-inset-bottom));
  overscroll-behavior-y: none;
  background-color: var(--mh--color--grayscale-200);
  -webkit-overflow-scrolling: touch;
}
@media (width < 1280px) {
  .l-nav {
    overflow: auto;
    transform: translateX(120%);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    transform: translateX(0);
  }
}
@media (width >= 1280px ) {
  .l-nav {
    position: static;
    display: flex;
    gap: var(--mh--space--xs);
    width: auto;
    min-width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
  }
}
/* .l-nav-list
================================================== */
.l-nav-list {
  margin-bottom: 60px;
}
.l-nav-list__item {
  line-height: var(--mh--line-height--md);
  border-bottom: 1px solid var(--mh--color--primary-800);
}
.l-nav-list__item-parent {
  position: relative;
  display: block;
  padding: 20px 18px 20px 0;
  font-weight: 800;
}
.l-nav-list__item-parent::before {
  position: absolute;
  inset-block: 0;
  right: 0;
  width: 12px;
  height: 8px;
  margin: auto;
  content: "";
  background-color: var(--mh--color--primary-500);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M10.504.465%206.005%204.964%201.496.465%200%201.961l4.499%204.51%201.506%201.495L12%201.961%2010.504.465Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20d%3D%22M0%20.465h12v7.501H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M10.504.465%206.005%204.964%201.496.465%200%201.961l4.499%204.51%201.506%201.495L12%201.961%2010.504.465Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20d%3D%22M0%20.465h12v7.501H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-list__item-parent.is-active::before {
  transform: rotate(180deg);
}
.l-nav-list__child {
  display: none;
}
.l-nav-list__child-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.l-nav-list__service-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 15px;
  margin: 20px 0 5px 10px;
  border-left: 1px solid var(--mh--color--grayscale-700);
}
@media (width >= 1280px ) {
  .l-nav-list {
    display: flex;
    gap: var(--mh--space--xs);
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .l-nav-list__item {
    position: relative;
    border-bottom: none;
  }
  .l-nav-list__item:is(button)::before, .l-nav-list__item:is(button)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 0;
    content: "";
    border-top: 1px solid rgb(var(--color-black01));
    transform: translate(0, -50%);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item:is(button)::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .l-nav-list__item:is(button).is-active::after {
    transform: translate(0, -50%) rotate(0);
  }
  .l-nav-list__item-parent {
    padding-block: 0;
    cursor: pointer;
  }
  .l-nav-list__item-parent::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: currentcolor;
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-parent:hover::after, .l-nav-list__item-parent.is-active::after {
    transform: scaleX(1);
    transform-origin: top left;
  }
  .l-nav-list__child {
    position: absolute;
    top: calc(100% + 30px);
    right: 0;
    left: 0;
    display: flex;
    width: 250px;
    height: auto;
    padding: 30px;
    background: var(--mh--color--grayscale-500);
    transition: visibility 0s linear, transform 0.3s ease;
  }
  .l-nav-list__child:not(.is-active) {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-30px);
  }
  .l-nav-list__child-list {
    margin-bottom: 0;
    font-size: var(--mh--font-size--sm);
  }
  .l-nav-list__service-list {
    gap: 10px;
    margin: 10px 0 0 10px;
  }
  .l-nav-list__service-list-item {
    font-size: var(--mh--font-size--xs);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-list__child-list-item-link {
    position: relative;
  }
  .l-nav-list__child-list-item-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: currentcolor;
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__child-list-item-link:hover::after {
    transform: scaleX(1);
    transform-origin: top left;
  }
  .l-nav-list__service-list-item-link {
    position: relative;
  }
  .l-nav-list__service-list-item-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: currentcolor;
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__service-list-item-link:hover::after {
    transform: scaleX(1);
    transform-origin: top left;
  }
}
/* .l-nav-cv-list
================================================== */
.l-nav-cv-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-nav-cv-list__tel {
  display: grid;
  place-content: center center;
  width: 295px;
  height: 60px;
  margin: auto;
  text-align: center;
  border: 1px solid var(--mh--color--primary-900);
  border-radius: 5px;
}
.l-nav-cv-list__tel-num {
  display: flex;
  align-items: center;
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
}
.l-nav-cv-list__tel-num::before {
  display: inline-block;
  width: 42px;
  height: 24px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2039%2022%22%3E%0A%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%2523freeDialPath)%22%3E%0A%3Cpath%20d%3D%22M36.889%2017.839A2.081%202.081%200%201%200%2039%2019.919a2.1%202.1%200%200%200-2.111-2.08m0%203.919a1.839%201.839%200%201%201%201.866-1.838%201.854%201.854%200%200%201-1.866%201.838%22%2F%3E%0A%3Cpath%20d%3D%22M37.488%2019.683a.67.67%200%200%200%20.167-.448.647.647%200%200%200-.23-.529.955.955%200%200%200-.627-.19h-.789v2.749h.325v-1.25h.36l.819%201.249h.4l-.891-1.317a.867.867%200%200%200%20.463-.265m-1.155.055v-.943h.417q.569%200%20.569.46a.44.44%200%200%201-.16.346.62.62%200%200%201-.418.138Zm-15.123-7.208a4.152%204.152%200%201%200%208.3%200c0-2.236-2.243-4.022-4.151-5.089-1.907%201.067-4.151%202.854-4.151%205.089m-16.872.048a4.153%204.153%200%201%200%208.3%200c0-2.235-2.245-4.02-4.151-5.088-1.907%201.068-4.152%202.853-4.152%205.088m12.549-9.196a18.387%2018.387%200%200%201%208.347%201.9%2020.482%2020.482%200%200%201%208.541-1.9V0H0v3.385a20.454%2020.454%200%200%201%208.531%201.9%2018.384%2018.384%200%200%201%208.347-1.9%22%2F%3E%0A%3Cpath%20d%3D%22M31.44%2012.576a6.228%206.228%200%200%201-6.214%206.134%206.143%206.143%200%200%201-6.114-6.134c0-2.631%201.918-4.715%204-6.091a16.339%2016.339%200%200%200-6.237-1.2%2016.341%2016.341%200%200%200-6.237%201.2c2.087%201.375%204%203.46%204%206.091a6.143%206.143%200%200%201-6.114%206.134%206.268%206.268%200%200%201-6.261-6.134c0-2.631%202.064-4.715%204.15-6.091A18.55%2018.55%200%200%200%200%205.287v16.44h33.766V5.287a18.587%2018.587%200%200%200-6.431%201.2c2.087%201.375%204.1%203.46%204.1%206.091%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2039%2022%22%3E%0A%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%2523freeDialPath)%22%3E%0A%3Cpath%20d%3D%22M36.889%2017.839A2.081%202.081%200%201%200%2039%2019.919a2.1%202.1%200%200%200-2.111-2.08m0%203.919a1.839%201.839%200%201%201%201.866-1.838%201.854%201.854%200%200%201-1.866%201.838%22%2F%3E%0A%3Cpath%20d%3D%22M37.488%2019.683a.67.67%200%200%200%20.167-.448.647.647%200%200%200-.23-.529.955.955%200%200%200-.627-.19h-.789v2.749h.325v-1.25h.36l.819%201.249h.4l-.891-1.317a.867.867%200%200%200%20.463-.265m-1.155.055v-.943h.417q.569%200%20.569.46a.44.44%200%200%201-.16.346.62.62%200%200%201-.418.138Zm-15.123-7.208a4.152%204.152%200%201%200%208.3%200c0-2.236-2.243-4.022-4.151-5.089-1.907%201.067-4.151%202.854-4.151%205.089m-16.872.048a4.153%204.153%200%201%200%208.3%200c0-2.235-2.245-4.02-4.151-5.088-1.907%201.068-4.152%202.853-4.152%205.088m12.549-9.196a18.387%2018.387%200%200%201%208.347%201.9%2020.482%2020.482%200%200%201%208.541-1.9V0H0v3.385a20.454%2020.454%200%200%201%208.531%201.9%2018.384%2018.384%200%200%201%208.347-1.9%22%2F%3E%0A%3Cpath%20d%3D%22M31.44%2012.576a6.228%206.228%200%200%201-6.214%206.134%206.143%206.143%200%200%201-6.114-6.134c0-2.631%201.918-4.715%204-6.091a16.339%2016.339%200%200%200-6.237-1.2%2016.341%2016.341%200%200%200-6.237%201.2c2.087%201.375%204%203.46%204%206.091a6.143%206.143%200%200%201-6.114%206.134%206.268%206.268%200%200%201-6.261-6.134c0-2.631%202.064-4.715%204.15-6.091A18.55%2018.55%200%200%200%200%205.287v16.44h33.766V5.287a18.587%2018.587%200%200%200-6.431%201.2c2.087%201.375%204.1%203.46%204.1%206.091%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  width: 26px;
  height: 15px;
}
.l-nav-cv-list__tel-time {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-800);
}
.l-nav-cv-list__contact {
  display: grid;
  place-items: center;
  width: 295px;
  height: 60px;
  margin: auto;
  font-weight: 800;
  color: var(--mh--color--grayscale-200);
  background-color: var(--mh--color--accent-500);
  border-radius: 5px;
}
@media (width >= 768px ) {
  .l-nav-cv-list__tel {
    pointer-events: none;
  }
}
@media (width >= 1280px ) {
  .l-nav-cv-list {
    flex-direction: row-reverse;
    gap: var(--mh--space--xs);
    align-items: center;
  }
  .l-nav-cv-list__tel {
    width: auto;
    height: auto;
    border: none;
  }
  .l-nav-cv-list__tel-num {
    gap: 3px;
    font-size: var(--mh--font-size--x3l);
  }
  .l-nav-cv-list__tel-num::before {
    width: 35px;
    height: 20px;
  }
  .l-nav-cv-list__contact {
    width: 180px;
    height: 52px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-cv-list__contact {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .l-nav-cv-list__contact:hover {
    background-color: var(--mh--color--accent-400);
  }
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
}
/* .fixed-banner
================================================ */
.fixed-banner {
  position: fixed;
  right: 0;
  bottom: 8px;
  z-index: 10;
  width: 260px;
  padding: 16px 15px;
  background-color: var(--mh--color--grayscale-200);
  border: 2px solid var(--mh--color--primary-900);
  transition: visibility var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.fixed-banner.is-close, .fixed-banner.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.fixed-banner__txt {
  position: relative;
  margin-bottom: 10px;
}
.fixed-banner__txt::before {
  position: absolute;
  right: 0;
  width: 56px;
  height: 66px;
  content: "";
  background: url("../img/common/img_cv01_sp.png") no-repeat right/contain;
}
.fixed-banner__txt-sub {
  margin-bottom: 4px;
  font-size: var(--mh--font-size--x2s);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--primary-500);
  letter-spacing: var(--mh--letter-spacing--md);
}
.fixed-banner__txt-sub-label {
  display: inline-block;
  padding: 0 4px 1px;
  margin-right: 2px;
  color: var(--mh--color--grayscale-200);
  background-color: var(--mh--color--primary-500);
}
.fixed-banner__txt-main {
  font-size: var(--mh--font-size--lg);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md);
}
.fixed-banner__btn-in {
  display: flex;
  gap: 1px;
}
.fixed-banner__btn-txt {
  display: grid;
  flex: 1;
  place-items: center;
  padding: 4px;
  font-weight: 800;
  color: var(--mh--color--grayscale-200);
  background-color: var(--mh--color--accent-500);
  border-radius: 5px;
}
.fixed-banner__btn-ico {
  position: relative;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  color: var(--mh--color--grayscale-200);
  background-color: var(--mh--color--accent-500);
  border-radius: 5px;
}
.fixed-banner__btn-ico::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  width: 9px;
  height: 9px;
}
.fixed-banner__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: var(--mh--color--primary-900);
  border: none;
}
.fixed-banner__close::before, .fixed-banner__close::after {
  position: absolute;
  inset: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  content: "";
  background-color: var(--mh--color--grayscale-200);
}
.fixed-banner__close::before {
  transform: rotate(45deg);
}
.fixed-banner__close::after {
  transform: rotate(-45deg);
}
@media (width >= 768px ) {
  .fixed-banner {
    right: 20px;
    bottom: 20px;
    width: 290px;
    padding: 18px;
  }
  .fixed-banner__txt::before {
    bottom: -2px;
    width: 70px;
    height: 84px;
  }
  .fixed-banner__txt-sub {
    margin-bottom: 5px;
    letter-spacing: var(--mh--letter-spacing--none);
  }
  .fixed-banner__txt-main {
    letter-spacing: var(--mh--letter-spacing--none);
  }
  .fixed-banner__btn-in {
    display: flex;
    gap: 1px;
  }
  .fixed-banner__btn-ico {
    width: 40px;
    height: 40px;
  }
  .fixed-banner__btn-ico::after {
    width: 10px;
    height: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fixed-banner__btn-txt {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .fixed-banner__btn-ico {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .fixed-banner__btn-in:hover .fixed-banner__btn-txt,
  .fixed-banner__btn-in:hover .fixed-banner__btn-ico {
    background-color: var(--mh--color--accent-400);
  }
  .fixed-banner__btn-in:hover .fixed-banner__btn-ico::after {
    animation: arrow-slide var(--mh--duration--slow) var(--mh--easing);
  }
}
/* .l-main-img HOME
================================================ */
.l-main-img {
  padding-top: var(--mh--header--height);
}
.l-main-img__inner {
  padding: 30px var(--mh--contents--padding--side);
}
.l-main-img__copy {
  width: 92.98%;
  max-width: 500px;
  margin-bottom: 22px;
}
.l-main-img__txt {
  font-size: var(--mh--font-size--sm);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md);
}
.l-main-img__img img {
  width: 100%;
}
@media (width >= 768px ) {
  .l-main-img__inner {
    padding: 73px var(--mh--space--40-100) 50px;
  }
  .l-main-img__copy {
    max-width: 1039px;
    margin: 0 0 10px 6px;
  }
  .l-main-img__txt {
    font-size: var(--mh--font-size--x3l);
    letter-spacing: var(--mh--letter-spacing--none);
  }
}
/* .l-sub-img
================================================ */
.l-sub-img {
  padding-top: var(--mh--header--height);
  border-bottom: 1px solid var(--mh--color--grayscale-700);
}
.l-sub-img__inner {
  padding: var(--mh--space--lg) var(--mh--contents--padding--side);
}
.l-sub-img__en {
  margin-bottom: var(--mh--space--x3s);
}
.l-sub-img__head {
  font-weight: 800;
  line-height: var(--mh--line-height--md);
}
.l-sub-img__works {
  display: flex;
  margin-bottom: var(--mh--space--x3s);
}
.l-sub-img__works-cat {
  font-size: var(--mh--font-size--sm);
  font-weight: 800;
  line-height: var(--mh--line-height--sm);
}
.l-sub-img__works-cat-item {
  display: inline-flex;
  gap: 3px;
  align-items: center;
}
.l-sub-img__works-cat-item::before {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-color: var(--mh--color--primary-500);
}
.l-sub-img__works-cat-item.is-professional::before {
  background-color: var(--mh--color--category-blue-500);
}
.l-sub-img__works-cat-item.is-dental-clinic::before {
  background-color: var(--mh--color--category-green-500);
}
.l-sub-img__works-cat-item.is-construction::before {
  background-color: var(--mh--color--category-yellow-500);
}
.l-sub-img__works-cat-item.is-manufacture::before {
  background-color: var(--mh--color--category-blue-500);
}
.l-sub-img__works-cat-item.is-medical::before {
  background-color: #20a5b4;
}
.l-sub-img__works-cat-item.is-beauty::before {
  background-color: #20a5b4;
}
.l-sub-img__works-cat-item.is-education::before {
  background-color: var(--mh--color--category-red-500);
}
.l-sub-img__works-tag {
  padding-left: 10px;
  margin-left: 10px;
  font-size: var(--mh--font-size--sm);
  font-weight: 800;
  line-height: var(--mh--line-height--sm);
  border-left: 1px dashed var(--mh--color--primary-900);
}
.l-sub-img__url {
  margin-top: var(--mh--space--xs);
}
.l-sub-img__url-link {
  display: inline-block;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-800);
  word-break: break-all;
}
.l-sub-img__url-link::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2211%22%20viewBox%3D%220%200%2010%2011%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.91%2010.5h6.363v-.91H.909V3.228H0V10.5h.91Zm8.18-2.727H10V.5H2.727v7.273h6.364ZM3.637%201.409h5.455v5.455H3.636V1.409Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2211%22%20viewBox%3D%220%200%2010%2011%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.91%2010.5h6.363v-.91H.909V3.228H0V10.5h.91Zm8.18-2.727H10V.5H2.727v7.273h6.364ZM3.637%201.409h5.455v5.455H3.636V1.409Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  margin-left: 6px;
}
@media (width >= 768px ) {
  .l-sub-img__inner {
    max-width: var(--mh--contents--wide-width-with-padding);
    margin: auto;
  }
  .l-sub-img__en {
    margin-bottom: var(--mh--space--10-10);
  }
  .l-sub-img__works {
    margin-bottom: var(--mh--space--x4s);
  }
  .l-sub-img__works-cat {
    font-size: var(--mh--font-size--lg);
  }
  .l-sub-img__works-cat-item {
    gap: 5px;
  }
  .l-sub-img__works-cat-item::before {
    width: 14px;
    height: 14px;
  }
  .l-sub-img__works-tag {
    font-size: var(--mh--font-size--lg);
  }
  .l-sub-img__url {
    margin-top: var(--mh--space--x2s);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-sub-img__url-link:hover {
    text-decoration: underline;
  }
}
/* .l-sidebar
================================================== */
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}
.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}
.js-c-switch-tab {
  cursor: pointer;
}
.js-c-switch-content {
  display: none;
}
.js-c-switch-content.is-active {
  display: block;
}
.js-c-toggle-trigger {
  cursor: pointer;
}
.js-c-toggle-content {
  display: none;
}
/* .contact-tel
================================================ */
:root .contact-tel {
  padding: var(--mh--space--30-40) var(--mh--space--xs);
  margin-bottom: var(--mh--space--md);
  color: var(--mh--color--grayscale-200);
  background-color: var(--mh--color--primary-800);
}
:root .contact-tel__head {
  margin-bottom: 8px;
  font-size: var(--mh--font-size--x3l);
  line-height: var(--mh--line-height--md);
  text-align: center;
}
:root .contact-tel__item {
  gap: 1px;
}
:root .contact-tel__item-num {
  width: fit-content;
  margin: auto;
  font-size: 3.2rem;
}
:root .contact-tel__item-num::before {
  display: inline-block;
  width: 42px;
  height: 24px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2039%2022%22%3E%0A%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%2523freeDialPath)%22%3E%0A%3Cpath%20d%3D%22M36.889%2017.839A2.081%202.081%200%201%200%2039%2019.919a2.1%202.1%200%200%200-2.111-2.08m0%203.919a1.839%201.839%200%201%201%201.866-1.838%201.854%201.854%200%200%201-1.866%201.838%22%2F%3E%0A%3Cpath%20d%3D%22M37.488%2019.683a.67.67%200%200%200%20.167-.448.647.647%200%200%200-.23-.529.955.955%200%200%200-.627-.19h-.789v2.749h.325v-1.25h.36l.819%201.249h.4l-.891-1.317a.867.867%200%200%200%20.463-.265m-1.155.055v-.943h.417q.569%200%20.569.46a.44.44%200%200%201-.16.346.62.62%200%200%201-.418.138Zm-15.123-7.208a4.152%204.152%200%201%200%208.3%200c0-2.236-2.243-4.022-4.151-5.089-1.907%201.067-4.151%202.854-4.151%205.089m-16.872.048a4.153%204.153%200%201%200%208.3%200c0-2.235-2.245-4.02-4.151-5.088-1.907%201.068-4.152%202.853-4.152%205.088m12.549-9.196a18.387%2018.387%200%200%201%208.347%201.9%2020.482%2020.482%200%200%201%208.541-1.9V0H0v3.385a20.454%2020.454%200%200%201%208.531%201.9%2018.384%2018.384%200%200%201%208.347-1.9%22%2F%3E%0A%3Cpath%20d%3D%22M31.44%2012.576a6.228%206.228%200%200%201-6.214%206.134%206.143%206.143%200%200%201-6.114-6.134c0-2.631%201.918-4.715%204-6.091a16.339%2016.339%200%200%200-6.237-1.2%2016.341%2016.341%200%200%200-6.237%201.2c2.087%201.375%204%203.46%204%206.091a6.143%206.143%200%200%201-6.114%206.134%206.268%206.268%200%200%201-6.261-6.134c0-2.631%202.064-4.715%204.15-6.091A18.55%2018.55%200%200%200%200%205.287v16.44h33.766V5.287a18.587%2018.587%200%200%200-6.431%201.2c2.087%201.375%204.1%203.46%204.1%206.091%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2039%2022%22%3E%0A%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%2523freeDialPath)%22%3E%0A%3Cpath%20d%3D%22M36.889%2017.839A2.081%202.081%200%201%200%2039%2019.919a2.1%202.1%200%200%200-2.111-2.08m0%203.919a1.839%201.839%200%201%201%201.866-1.838%201.854%201.854%200%200%201-1.866%201.838%22%2F%3E%0A%3Cpath%20d%3D%22M37.488%2019.683a.67.67%200%200%200%20.167-.448.647.647%200%200%200-.23-.529.955.955%200%200%200-.627-.19h-.789v2.749h.325v-1.25h.36l.819%201.249h.4l-.891-1.317a.867.867%200%200%200%20.463-.265m-1.155.055v-.943h.417q.569%200%20.569.46a.44.44%200%200%201-.16.346.62.62%200%200%201-.418.138Zm-15.123-7.208a4.152%204.152%200%201%200%208.3%200c0-2.236-2.243-4.022-4.151-5.089-1.907%201.067-4.151%202.854-4.151%205.089m-16.872.048a4.153%204.153%200%201%200%208.3%200c0-2.235-2.245-4.02-4.151-5.088-1.907%201.068-4.152%202.853-4.152%205.088m12.549-9.196a18.387%2018.387%200%200%201%208.347%201.9%2020.482%2020.482%200%200%201%208.541-1.9V0H0v3.385a20.454%2020.454%200%200%201%208.531%201.9%2018.384%2018.384%200%200%201%208.347-1.9%22%2F%3E%0A%3Cpath%20d%3D%22M31.44%2012.576a6.228%206.228%200%200%201-6.214%206.134%206.143%206.143%200%200%201-6.114-6.134c0-2.631%201.918-4.715%204-6.091a16.339%2016.339%200%200%200-6.237-1.2%2016.341%2016.341%200%200%200-6.237%201.2c2.087%201.375%204%203.46%204%206.091a6.143%206.143%200%200%201-6.114%206.134%206.268%206.268%200%200%201-6.261-6.134c0-2.631%202.064-4.715%204.15-6.091A18.55%2018.55%200%200%200%200%205.287v16.44h33.766V5.287a18.587%2018.587%200%200%200-6.431%201.2c2.087%201.375%204.1%203.46%204.1%206.091%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  width: 42px;
  height: 24px;
  margin-right: 3px;
}
:root .contact-tel__item-time {
  margin: auto;
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-500);
}
@media (width >= 768px ) {
  :root .contact-tel {
    display: flex;
    gap: var(--mh--space--md);
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin-inline: auto;
  }
  :root .contact-tel__head {
    margin-bottom: 0;
  }
  :root .contact-tel__item-num {
    font-size: var(--mh--font-size--x7l);
  }
  :root .contact-tel__item-num::before {
    width: 55px;
    height: 31px;
  }
  :root .contact-tel__item-time {
    margin-top: 2px;
    font-size: var(--mh--font-size--md);
    line-height: var(--mh--line-height--md);
  }
  :root .contact-tel__item > a {
    pointer-events: none;
  }
}
/* .error-page404
================================================ */
.error-page404__inner {
  max-width: var(--mh--contents--width);
  padding: var(--mh--space--x2l) var(--mh--contents--padding--side) var(--mh--space--x5l);
  margin-inline: auto;
}
/* .guide-merit
================================================ */
:root .guide-merit {
  position: relative;
  padding: var(--mh--space--xl) var(--mh--space--xs) var(--mh--space--sm);
  background-color: var(--mh--color--grayscale-500);
}
:root .guide-merit::after {
  position: absolute;
  inset-inline: 0;
  bottom: -43px;
  width: 203px;
  height: 44px;
  margin: auto;
  content: "";
  background-color: var(--mh--color--grayscale-500);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
:root .guide-merit__head {
  position: relative;
  width: fit-content;
  margin: 0 auto var(--mh--space--xs);
}
:root .guide-merit__head::after {
  display: block;
  width: 85%;
  aspect-ratio: 250/23;
  margin: 0 -3% 0 auto;
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22250%22%20height%3D%2223%22%20fill%3D%22none%22%20viewBox%3D%220%200%20250%2023%22%3E%0A%3Cpath%20stroke%3D%22%2300318C%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M1.495%2021.232C83.235%209.579%20165.658%203.645%20247.901%203.493%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat right bottom/contain;
}
:root .guide-merit__wrap {
  gap: var(--mh--space--xs);
}
:root .guide-merit__box {
  background-color: var(--mh--color--grayscale-200);
  border: 2px solid var(--mh--color--primary-500);
  border-radius: 5px;
}
:root .guide-merit__box.is-demerit {
  border-color: var(--mh--color--primary-800);
}
:root .guide-merit__box.is-demerit .guide-merit__box-head {
  background-color: var(--mh--color--primary-800);
}
:root .guide-merit__box-head {
  padding: 15px;
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-200);
  text-align: center;
  background-color: var(--mh--color--primary-500);
}
:root .guide-merit__box .wp-block-group {
  padding: 25px 23px 23px;
}
@media (width < 768px) {
  :root .guide-merit {
    margin-inline: -20px !important;
  }
}
@media (width >= 768px ) {
  :root .guide-merit {
    padding: var(--mh--space--sm);
  }
  :root .guide-merit::after {
    bottom: -67px;
    width: 320px;
    height: 68px;
  }
  :root .guide-merit__head::after {
    width: 81%;
    aspect-ratio: 409/24;
    margin: 5px 0 0 auto;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22409%22%20height%3D%2224%22%20fill%3D%22none%22%20viewBox%3D%220%200%20409%2024%22%3E%0A%3Cpath%20stroke%3D%22%2300318C%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M2.324%2021.917A4933.696%204933.696%200%200%201%20407.029%202.163%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  }
  :root .guide-merit__wrap {
    gap: var(--mh--space--x3s);
  }
  :root .guide-merit__box {
    border-width: 3px;
    border-radius: 10px;
  }
  :root .guide-merit__box-head {
    padding: 18px;
  }
  :root .guide-merit__box .wp-block-group {
    padding: var(--mh--space--sm) var(--mh--space--xs) calc(var(--mh--space--sm) - 3px);
  }
}
/* .guide-utilize
================================================ */
:root .guide-utilize__head {
  padding-left: 16px;
}
:root .guide-utilize__head span {
  display: inline-block;
  padding: 6px 20px 11px 15px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2282%22%20height%3D%2254%22%20fill%3D%22none%22%20viewBox%3D%220%200%2082%2054%22%3E%0A%3Cpath%20stroke%3D%22%2300318C%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M36.168%2043.398C10.312%2047.124-.772%2035.593%202.584%2025.479c2.399-6.565%209.095-11.142%2015.18-14.5C30.979%204.06%2047.458.5%2062.483%202.601%2069.34%203.68%2077.469%206.496%2079.655%2013.38c3.366%2014.33-18.722%2026.602-30.905%2032.334-10.268%204.804-3.954%202.244-14.685%206.286%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center/contain;
}
:root .guide-utilize__box {
  display: grid;
  gap: var(--mh--space--xs);
  padding: var(--mh--space--sm) var(--mh--space--xs);
  background: url("../img/common/bg_grid01.png") repeat top/16px #e0e0db;
  border: 2px solid var(--mh--color--primary-900);
  border-radius: 3px;
}
:root .guide-utilize__box-img {
  max-width: 285px;
  margin-inline: auto;
}
@media (width >= 768px ) {
  :root .guide-utilize__head {
    padding-left: 25px;
  }
  :root .guide-utilize__head span {
    padding: 12px 32px 20px 25px;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22139%22%20height%3D%2291%22%20fill%3D%22none%22%20viewBox%3D%220%200%20139%2091%22%3E%0A%3Cpath%20stroke%3D%22%2300318C%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224%22%20d%3D%22M61.136%2073.675c-44.75%206.411-63.933-13.423-58.124-30.82%204.15-11.292%2015.74-19.164%2026.272-24.939C52.157%206.016%2080.676-.11%20106.682%203.505c11.867%201.858%2025.938%206.7%2029.721%2018.54C142.229%2046.695%20104%2067.8%2082.913%2077.659c-17.77%208.263-6.843%203.861-25.415%2010.813%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center/contain;
  }
  :root .guide-utilize__box {
    grid-template-columns: 30% 1fr;
    gap: 24px;
    align-items: center;
    max-width: 1100px;
    padding: calc(var(--mh--space--sm) - 3px);
    margin-inline: auto;
    border-width: 3px;
    border-radius: 10px;
  }
}
@media (width >= 1100px ) {
  :root .guide-utilize__box {
    grid-template-columns: 261px 1fr;
    padding-block: calc(var(--mh--space--xs) - 3px);
  }
}
/* .guide-reason
================================================ */
:root .guide-reason__contents {
  gap: var(--mh--space--xs);
  counter-reset: reason 0;
}
:root .guide-reason__contents-item {
  position: relative;
  padding: 0 0 var(--mh--space--xs) 30px;
  border-bottom: 1px solid var(--mh--color--grayscale-100);
}
:root .guide-reason__contents-item::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  font-family: var(--mh--font-family--en);
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
  content: counter(reason, decimal-leading-zero);
  counter-increment: reason 1;
}
:root .guide-reason__contents-item > p {
  margin-top: var(--mh--space--10-15);
  line-height: var(--mh--line-height--md);
}
@media (width >= 1280px ) {
  :root .guide-reason {
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 7%;
  }
  :root .guide-reason__contents-item {
    padding: 0 var(--mh--space--xs) var(--mh--space--x2s);
  }
  :root .guide-reason__contents-item::before {
    top: 15px;
  }
}
/* .guide-support
================================================ */
:root .guide-support {
  padding: var(--mh--space--xs);
  background-color: var(--mh--color--grayscale-200);
}
:root .guide-support__sub {
  font-weight: 800;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--primary-500);
}
:root .guide-support__sub span {
  display: inline-block;
  padding: 0 3px;
  margin-right: 3px;
  color: var(--mh--color--grayscale-200);
  background-color: var(--mh--color--primary-500);
}
:root .guide-support__head {
  margin-top: var(--mh--space--10-15);
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md);
}
:root .guide-support__wrap {
  gap: 12px;
  align-items: flex-start;
  margin-top: var(--mh--space--10-15);
}
:root .guide-support__wrap > p {
  flex: 1;
  line-height: var(--mh--line-height--md);
}
:root .guide-support__img {
  width: 106px;
}
@media (width >= 1100px ) {
  :root .guide-support {
    position: relative;
    max-width: 1100px;
    padding-right: 228px;
    margin: auto;
  }
  :root .guide-support__sub {
    font-size: var(--mh--font-size--lg);
  }
  :root .guide-support__sub span {
    padding: 1px 8px 2px;
    margin-right: 5px;
  }
  :root .guide-support__head {
    margin-top: 7px;
    letter-spacing: var(--mh--letter-spacing--none);
  }
  :root .guide-support__wrap {
    position: initial;
  }
  :root .guide-support__wrap > p {
    line-height: var(--mh--line-height--lg);
  }
  :root .guide-support__img {
    position: absolute;
    inset-block: 0;
    right: 60px;
    width: 150px;
    height: fit-content;
    margin-block: auto;
  }
}
@media (width >= 1280px ) {
  :root .guide-support {
    padding-right: 328px;
  }
  :root .guide-support__img {
    right: 86px;
    width: 181px;
  }
}
/* .home-feature
================================================== */
:root .home-feature {
  display: grid;
  gap: var(--mh--space--lg);
}
:root .home-feature__head {
  margin-bottom: var(--mh--space--x2s);
}
:root .home-feature__head-main,
:root .home-feature__head > h2 {
  line-height: var(--mh--line-height--sm);
}
:root .home-feature__copy {
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x3l);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
}
:root .home-feature__copy span {
  position: relative;
  display: inline-block;
  padding: 6px 3% 0 2%;
}
:root .home-feature__copy span::before {
  position: absolute;
  top: -15%;
  left: -12%;
  width: 116%;
  aspect-ratio: 81/52;
  margin: auto;
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285%22%20height%3D%2256%22%20fill%3D%22none%22%20viewBox%3D%220%200%2085%2056%22%3E%0A%3Cpath%20stroke%3D%22%2300318C%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M37.482%2044.678c-26.85%203.877-38.36-8.116-34.875-18.635%202.49-6.828%209.444-11.588%2015.763-15.08C32.094%203.768%2049.206.063%2064.81%202.25c7.12%201.123%2015.563%204.051%2017.833%2011.21C86.137%2028.364%2063.2%2041.126%2050.548%2047.087c-10.663%204.996-4.106%202.335-15.25%206.538%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
}
:root .home-feature__txt {
  font-size: var(--mh--font-size--lg);
}
:root .home-feature__list {
  display: grid;
  gap: var(--mh--space--20-30);
}
:root .home-feature__list-item {
  padding-bottom: 19px;
  border-bottom: 1px solid var(--mh--color--grayscale-700);
}
:root .home-feature__list-num {
  margin-bottom: 10px;
  font-size: var(--mh--font-size--xl);
  color: var(--mh--color--primary-500);
}
:root .home-feature__list-wrap {
  display: flex;
  gap: var(--mh--space--xs);
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
:root .home-feature__list-head {
  flex: 1;
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md);
}
:root .home-feature__list-head span {
  font-size: var(--mh--font-size--x8l);
}
:root .home-feature__list-img {
  width: 19%;
  max-width: 100px;
}
:root .home-feature__list-img img {
  width: 100%;
}
:root .home-feature__list-txt {
  line-height: var(--mh--line-height--md);
}
@media (width >= 768px ) {
  :root .home-feature__head {
    margin-bottom: var(--mh--space--x3s);
  }
  :root .home-feature__head-main,
  :root .home-feature__head > h2 {
    line-height: 1.3;
  }
  :root .home-feature__copy span {
    padding-inline: 2%;
  }
  :root .home-feature__copy span::before {
    top: -8%;
    left: 0;
    width: 100%;
  }
}
@media (width >= 1280px ) {
  :root .home-feature {
    display: flex;
    gap: var(--mh--space--xs);
    justify-content: space-between;
  }
  :root .home-feature__area-txt {
    width: 47%;
  }
  :root .home-feature__copy span {
    padding: 5px 4.25% 0 3.5%;
  }
  :root .home-feature__copy span::before {
    top: -26%;
    left: -2%;
    width: 103%;
  }
  :root .home-feature__list {
    width: calc(53% - var(--mh--space--xs));
    max-width: 600px;
  }
  :root .home-feature__list-item {
    position: relative;
    padding: 0 120px var(--mh--space--xs) var(--mh--space--sm);
  }
  :root .home-feature__list-item:last-child {
    border-bottom: none;
  }
  :root .home-feature__list-num {
    position: absolute;
    top: 6px;
    left: 4px;
  }
  :root .home-feature__list-wrap {
    display: block;
    margin-bottom: 15px;
  }
  :root .home-feature__list-head {
    letter-spacing: var(--mh--letter-spacing--none);
  }
  :root .home-feature__list-head span {
    font-size: var(--mh--font-size--x6l);
  }
  :root .home-feature__list-img {
    position: absolute;
    top: 0;
    right: 10px;
  }
}
/* .home-guide
================================================== */
:root .home-guide {
  position: relative;
  padding: 30px 20px 42px;
  margin-top: var(--mh--space--lg);
  background: url("../img/common/bg_grid01.png") repeat top/16px #e0e0db;
  border: 2px solid var(--mh--color--primary-900);
  border-radius: 5px;
}
:root .home-guide::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 12px;
  height: 12px;
  color: var(--mh--color--primary-500);
}
:root .home-guide__head {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
:root .home-guide__head-img {
  width: 68px;
}
:root .home-guide__head-txt {
  flex: 1;
}
:root .home-guide__head-main {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
:root .home-guide__head-main-en {
  font-size: var(--mh--font-size--x13l);
  line-height: var(--mh--line-height--none);
}
:root .home-guide__head-main-jp {
  padding-left: 7px;
  margin-left: 7px;
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  border-left: 2px solid var(--mh--color--primary-900);
}
:root .home-guide__head-sub {
  font-weight: 800;
  line-height: var(--mh--line-height--md);
}
:root .home-guide__list {
  display: grid;
  gap: 8px;
  padding-left: 0;
  list-style: none;
}
:root .home-guide__list > li {
  position: relative;
  padding: 0 0 9px 24px;
  font-weight: 800;
  line-height: var(--mh--line-height--md);
  border-bottom: 1px dashed var(--mh--color--primary-900);
}
:root .home-guide__list > li::before {
  position: absolute;
  top: 0;
  bottom: 9px;
  left: 0;
  display: block;
  width: 18px;
  aspect-ratio: 1;
  margin: auto;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4IiBmaWxsPSJub25lIj4gPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMwMDMxOEMiLz4gPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi45MjMgNS4yMTMzOEwxNC4yMTY1IDYuNTA2ODlMOC4yMjMyOSAxMi41MDAxTDYuOTI5NzggMTEuMjA2Nkw2LjkzMTczIDExLjIwNDdMMy45OTk5NCA4LjI3Mjg5TDUuMjkzNDUgNi45NzkzOEw4LjIyNTI0IDkuOTExMTdMMTIuOTIzIDUuMjEzMzhaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (width >= 768px ) {
  :root .home-guide {
    padding: var(--mh--space--sm) var(--mh--space--md) var(--mh--space--xl);
    border-width: 3px;
    border-radius: 10px;
  }
  :root .home-guide::after {
    right: 20px;
    bottom: 20px;
    width: 20px;
    height: 20px;
  }
  :root .home-guide__head {
    gap: 40px;
    margin-bottom: var(--mh--space--sm);
  }
  :root .home-guide__head-img {
    width: 170px;
  }
  :root .home-guide__head-txt {
    padding-bottom: 10px;
  }
  :root .home-guide__head-main {
    margin-bottom: 0;
  }
  :root .home-guide__head-main-jp {
    padding-left: 20px;
    margin: 0 0 10px 28px;
    font-size: var(--mh--font-size--x3l);
    border-width: 3px;
  }
  :root .home-guide__head-sub {
    font-size: var(--mh--font-size--x2l);
  }
  :root .home-guide__list {
    display: grid;
    gap: 8px;
  }
  :root .home-guide__list > li {
    padding: 0 0 9px 29px;
    font-size: 1.8rem;
  }
  :root .home-guide__list > li::before {
    width: 24px;
  }
}
@media (width >= 1280px ) {
  :root .home-guide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--mh--space--sm) var(--mh--space--md);
  }
  :root .home-guide__head {
    gap: 6.5%;
    margin-bottom: 0;
  }
  :root .home-guide__head-img {
    width: 26.4%;
    max-width: 170px;
  }
  :root .home-guide__head-txt {
    flex: auto;
    width: 470px;
  }
  :root .home-guide__list {
    flex: 1;
    max-width: 410px;
  }
}
@media (hover: hover) and (pointer: fine) {
  :root .home-guide:hover::after {
    animation: arrow-slide var(--mh--duration--slow) var(--mh--easing);
  }
}
/* .home-works
================================================== */
:root .home-works__head {
  margin-bottom: var(--mh--space--sm);
}
:root .home-works__list {
  display: grid;
  grid-template-columns: repeat(8, 272px);
  gap: 30px;
  align-items: flex-start;
  padding-inline: var(--mh--contents--padding--side);
  overflow: scroll;
  border-bottom: 1px solid var(--mh--color--primary-900);
}
:root .home-works__list-item-in {
  display: flex;
  gap: 7px;
  align-items: flex-start;
}
:root .home-works__list-img {
  width: 100%;
  aspect-ratio: 400/667;
  overflow: hidden;
  border: 1px solid var(--mh--color--primary-900);
  border-bottom: none;
  border-radius: 7.5px 7.5px 0 0;
}
:root .home-works__list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
:root .home-works__list-info {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
}
:root .home-works__list-cat {
  font-size: var(--mh--font-size--sm);
  font-weight: 800;
  line-height: var(--mh--line-height--sm);
}
:root .home-works__list-cat-item {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  letter-spacing: var(--mh--letter-spacing--md);
}
:root .home-works__list-cat-item::before {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-color: var(--mh--color--primary-500);
}
:root .home-works__list-cat-item.is-professional::before {
  background-color: var(--mh--color--category-blue-500);
}
:root .home-works__list-cat-item.is-dental-clinic::before {
  background-color: var(--mh--color--category-green-500);
}
:root .home-works__list-cat-item.is-construction::before {
  background-color: var(--mh--color--category-yellow-500);
}
:root .home-works__list-cat-item.is-manufacture::before {
  background-color: var(--mh--color--category-blue-500);
}
:root .home-works__list-cat-item.is-medical::before {
  background-color: #20a5b4;
}
:root .home-works__list-cat-item.is-beauty::before {
  background-color: #20a5b4;
}
:root .home-works__list-cat-item.is-education::before {
  background-color: var(--mh--color--category-red-500);
}
:root .home-works__list-tag {
  padding-top: 10px;
  margin-top: 10px;
  font-size: var(--mh--font-size--sm);
  font-weight: 800;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--md);
  border-top: 1px dashed var(--mh--color--primary-900);
}
@media (width >= 768px ) {
  :root .home-works__list {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--mh--space--md) var(--mh--space--x2s);
    overflow: hidden;
    border-bottom: none;
  }
  :root .home-works__list-item {
    position: relative;
  }
  :root .home-works__list-item:nth-child(odd)::after {
    position: absolute;
    bottom: 0;
    left: calc(var(--mh--contents--padding--side) * -1);
    z-index: 1;
    width: 100vw;
    height: 1px;
    content: "";
    border-bottom: 1px solid var(--mh--color--primary-900);
  }
  :root .home-works__list-img {
    border-radius: 10px 10px 0 0;
  }
}
@media (width >= 1100px ) {
  :root .home-works__list {
    grid-template-columns: repeat(4, 1fr);
  }
  :root .home-works__list-item:nth-child(odd)::after {
    content: none;
  }
  :root .home-works__list-item:nth-child(4n+1)::after {
    position: absolute;
    bottom: 0;
    left: calc(var(--mh--contents--padding--side) * -1);
    z-index: 1;
    width: 100vw;
    height: 1px;
    content: "";
    border-bottom: 1px solid var(--mh--color--primary-900);
  }
}
@media (width >= 1280px ) {
  :root .home-works__wrap {
    display: grid;
    grid-template-columns: 1fr 532px;
    gap: var(--mh--space--sm);
  }
  :root .home-works__head {
    margin-bottom: 0;
  }
  :root .home-works__list {
    padding-inline: 70px;
  }
  :root .home-works__list-item:nth-child(4n+1)::after {
    left: -70px;
  }
}
/* .home-cases
================================================== */
:root .home-cases {
  position: relative;
  padding-bottom: calc(var(--mh--space--sm) + 45px);
}
:root .home-cases__wrap {
  margin-bottom: var(--mh--space--md);
}
:root .home-cases__head {
  margin-bottom: var(--mh--space--sm);
}
:root .home-cases__copy span {
  position: relative;
  display: block;
  width: fit-content;
  padding-bottom: 4%;
}
:root .home-cases__copy span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 153/15;
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22153%22%20height%3D%2215%22%20fill%3D%22none%22%20viewBox%3D%220%200%20153%2015%22%3E%0A%3Cpath%20fill%3D%22%2300318c%22%20d%3D%22M2.01%2012.101a899%20899%200%200%201%20149.678-9.536%201.114%201.114%200%200%201%201.093%201.151%201.146%201.146%200%200%201-1.163%201.107A896.5%20896.5%200%200%200%202.316%2014.336a1.114%201.114%200%200%201-1.271-.952%201.145%201.145%200%200%201%20.965-1.283%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left bottom/contain;
}
:root .home-cases__list {
  gap: var(--mh--space--xs);
  padding-inline: 20px;
}
:root .home-cases__list-item {
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: 5px;
}
:root .home-cases__list-item::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20d%3D%22M1.3.5v2.31h9.292L.5%2012.902%202.098%2014.5%2012.19%204.408v9.293h2.31V.5H1.3Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  width: 12px;
  height: 12px;
  color: var(--mh--color--grayscale-200);
}
:root .home-cases__list-img {
  position: absolute;
  inset: 0;
}
:root .home-cases__list-img::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background-color: rgba(33, 40, 54, 0.5);
}
:root .home-cases__list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:root .home-cases__list-head {
  position: absolute;
  inset-inline: 20px;
  top: 40px;
  z-index: 1;
  display: grid;
  gap: 20px;
  color: var(--mh--color--grayscale-200);
}
:root .home-cases__list-head-sub {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: var(--mh--font-size--xl);
}
:root .home-cases__list-head-sub::before {
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  background-color: var(--mh--color--primary-500);
}
:root .home-cases__list-head-sub.is-professional::before {
  background-color: var(--mh--color--category-blue-500);
}
:root .home-cases__list-head-sub.is-dental-clinic::before {
  background-color: var(--mh--color--category-green-500);
}
:root .home-cases__list-head-sub.is-construction::before {
  background-color: var(--mh--color--category-yellow-500);
}
:root .home-cases__list-head-sub.is-manufacture::before {
  background-color: var(--mh--color--category-blue-500);
}
:root .home-cases__list-head-sub.is-medical::before {
  background-color: #20a5b4;
}
:root .home-cases__list-head-sub.is-beauty::before {
  background-color: #20a5b4;
}
:root .home-cases__list-head-sub.is-education::before {
  background-color: var(--mh--color--category-red-500);
}
:root .home-cases__list-txt {
  position: absolute;
  inset-inline: 20px;
  bottom: 40px;
  z-index: 1;
  color: var(--mh--color--grayscale-200);
}
:root .home-cases__btn {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding-inline: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  :root .home-cases {
    padding-bottom: 0;
  }
  :root .home-cases__copy span {
    display: inline-block;
    padding-bottom: 2%;
  }
  :root .home-cases__list-item {
    height: 465px;
    border-radius: 10px;
  }
  :root .home-cases__list-item::after {
    width: 20px;
    height: 20px;
  }
  :root .home-cases__list-head {
    inset-inline: 40px;
    top: 30px;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
  }
  :root .home-cases__list-head-sub {
    font-size: var(--mh--font-size--md);
  }
  :root .home-cases__list-txt {
    inset-inline: 40px;
    bottom: 30px;
  }
  :root .home-cases__btn {
    position: relative;
    padding-inline: 0;
    margin-top: var(--mh--space--sm);
  }
}
@media (width >= 1100px ) {
  :root .home-cases__wrap {
    display: grid;
    grid-template-columns: 1fr 532px;
    gap: var(--mh--space--sm);
  }
  :root .home-cases__copy span {
    padding-bottom: 3.5%;
  }
  :root .home-cases__list {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--mh--space--x3s);
  }
}
@media (hover: hover) and (pointer: fine) {
  :root .home-cases__list-item:hover::after {
    animation: arrow-slide var(--mh--duration--slow) var(--mh--easing);
  }
  :root .home-cases__list-item:hover .home-cases__list-img {
    transform: scale(1.05);
  }
  :root .home-cases__list-img {
    transition: transform var(--mh--duration--slow) var(--mh--easing);
  }
}
/* .home-service
================================================== */
:root .home-service__wrap {
  margin-bottom: 86px;
}
:root .home-service__area-txt {
  margin-bottom: var(--mh--space--lg);
}
:root .home-service__head {
  margin-bottom: var(--mh--space--sm);
}
:root .home-service__list {
  margin-bottom: var(--mh--space--sm);
}
@media (width >= 1280px ) {
  :root .home-service {
    padding: var(--mh--space--x3s);
    border-top: 1px solid var(--mh--color--grayscale-700);
  }
  :root .home-service__wrap {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: calc(43% - var(--mh--space--xs)) 57%;
    gap: var(--mh--space--xs);
    place-content: start space-between;
    margin-bottom: 0;
  }
  :root .home-service__area-txt {
    grid-area: 1/1/2/2;
    margin-bottom: 0;
  }
  :root .home-service__head {
    margin-bottom: var(--mh--space--x2s);
  }
  :root .home-service__txt {
    max-width: 464px;
  }
  :root .home-service__list {
    grid-area: 1/2/3/3;
    width: 100%;
    margin-block: 0;
  }
  :root .home-service__list-item {
    grid-template-columns: 25px 1fr 15%;
    gap: 10px;
  }
  :root .home-service__btn {
    grid-area: 2/1/3/2;
    align-items: flex-start;
    width: 100%;
  }
}
/* .home-price
================================================== */
:root .home-price__btn {
  margin-top: var(--mh--space--sm);
}
@media (width >= 1100px ) {
  :root .home-price {
    position: relative;
  }
  :root .home-price__btn {
    position: absolute;
    top: 40px;
    right: 0;
    width: 300px;
    margin-top: 0;
  }
}
/* .price-note-list
================================================ */
:root .price-note-list {
  display: grid;
  gap: var(--mh--space--x4s);
  margin-top: 15px;
}
:root .price-note-list__item {
  display: flex;
  column-gap: 5px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--lg);
  color: var(--mh--color--grayscale-800);
}
:root .price-note-list__item-num {
  flex: 0 0 auto;
}
@media (width >= 768px ) {
  :root .price-note-list {
    margin-top: var(--mh--space--x3s);
  }
  :root .price-note-list__item {
    line-height: var(--mh--line-height--md);
  }
}
/* .works-archive
================================================ */
.works-archive {
  padding-block: var(--mh--space--x2l) var(--mh--space--x5l);
}
.works-archive__category {
  margin-bottom: var(--mh--space--md);
}
.works-archive__category-head {
  position: relative;
  padding-left: 11px;
  margin-bottom: var(--mh--space--x3s);
  font-size: var(--mh--font-size--lg);
  font-weight: 800;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--primary-500);
  letter-spacing: var(--mh--letter-spacing--md);
}
.works-archive__category-head::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 3.5px;
  height: 1em;
  margin: auto;
  content: "";
  background-color: currentcolor;
}
@media (width >= 768px ) {
  .works-archive__category-head {
    padding-left: calc(5px + var(--mh--space--x4s));
    letter-spacing: var(--mh--letter-spacing--none);
  }
  .works-archive__category-head::before {
    width: 5px;
  }
}
/* .works-img
================================================ */
.works-img {
  display: grid;
  gap: 20px;
}
.works-img__col2 {
  display: flex;
  gap: 7px;
  justify-content: space-between;
}
.works-img img {
  width: 100%;
}
@media (width >= 768px ) {
  .works-img {
    grid-template-columns: 50% 46.18%;
    gap: 4%;
  }
  .works-img__col2 {
    gap: 4%;
  }
}
/* .works-set
================================================ */
.works-set {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--mh--color--grayscale-700);
}
.works-set + .works-set {
  margin-top: var(--mh--space--sm);
}
.works-set__head {
  gap: 5px;
  margin-bottom: 25px;
}
.works-set__head > p {
  font-family: var(--mh--font-family--en);
  font-size: var(--mh--font-size--x8l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  text-transform: uppercase;
}
.works-set__head > h3 {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--md);
}
@media (width >= 1100px ) {
  .works-set {
    display: flex;
    gap: var(--mh--space--xs);
    align-items: center;
    padding: var(--mh--space--xs) var(--mh--space--x2s);
  }
  .works-set + .works-set {
    margin-top: 0;
  }
  .works-set__head {
    gap: 10px;
    width: 31.33%;
    margin-bottom: 0;
  }
  .works-set__head > h3 {
    font-size: var(--mh--font-size--sm);
  }
  .works-set__contents {
    flex: 1;
  }
}
/* .works-info
================================================ */
.works-info {
  display: grid;
  gap: 15px;
  margin-top: var(--mh--space--xs);
}
.works-info__item {
  display: grid;
  gap: 5px;
}
.works-info__head {
  position: relative;
  padding-left: 18px;
  font-family: var(--mh--font-family--en);
  line-height: var(--mh--line-height--md);
}
.works-info__head::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background-color: var(--mh--color--primary-600);
}
.works-info__desc {
  line-height: var(--mh--line-height--md);
}
.works-info__link {
  display: inline-block;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-800);
  word-break: break-all;
}
.works-info__link::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2211%22%20viewBox%3D%220%200%2010%2011%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.91%2010.5h6.363v-.91H.909V3.228H0V10.5h.91Zm8.18-2.727H10V.5H2.727v7.273h6.364ZM3.637%201.409h5.455v5.455H3.636V1.409Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2211%22%20viewBox%3D%220%200%2010%2011%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.91%2010.5h6.363v-.91H.909V3.228H0V10.5h.91Zm8.18-2.727H10V.5H2.727v7.273h6.364ZM3.637%201.409h5.455v5.455H3.636V1.409Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  margin-left: 6px;
}
@media (width >= 768px ) {
  .works-info {
    gap: var(--mh--space--x3s);
  }
  .works-info__item {
    grid-template-columns: 115px 1fr;
    gap: var(--mh--space--xs);
    align-items: flex-start;
  }
  .works-info__head {
    margin-top: 4px;
  }
  .works-info__desc {
    line-height: var(--mh--line-height--lg);
  }
  .works-info__link {
    display: inline;
    margin-left: 1em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .works-info__link:hover {
    text-decoration: underline;
  }
}
.u-hidden {
  display: none;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-flex {
  display: flex;
}
.u-grid {
  display: grid;
}
@media (width < 640px) {
  .u-hidden-sm-down {
    display: none;
  }
}
@media (width < 768px) {
  .u-hidden-md-down {
    display: none;
  }
}
@media (width < 1100px) {
  .u-hidden-lg-down {
    display: none;
  }
}
@media (width < 1280px) {
  .u-hidden-xl-down {
    display: none;
  }
}
@media (width >= 640px) {
  .u-hidden-sm-up {
    display: none;
  }
}
@media (width >= 768px ) {
  .u-hidden-md-up {
    display: none;
  }
}
@media (width >= 1100px ) {
  .u-hidden-lg-up {
    display: none;
  }
}
@media (width >= 1280px ) {
  .u-hidden-xl-up {
    display: none;
  }
}
/* overflow
-------------------------------------- */
.u-overflow-auto {
  overflow: auto;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-visible {
  overflow: visible;
}
/* screen reader
-------------------------------------- */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
/* text-transform
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}
.u-capitalize {
  text-transform: capitalize;
}
/* text-align
-------------------------------------- */
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
@media (width < 640px) {
  .u-text-left-sm-down {
    text-align: left;
  }
}
@media (width < 640px) {
  .u-text-right-sm-down {
    text-align: right;
  }
}
@media (width < 640px) {
  .u-text-center-sm-down {
    text-align: center;
  }
}
@media (width < 768px) {
  .u-text-left-md-down {
    text-align: left;
  }
}
@media (width < 768px) {
  .u-text-right-md-down {
    text-align: right;
  }
}
@media (width < 768px) {
  .u-text-center-md-down {
    text-align: center;
  }
}
@media (width < 1100px) {
  .u-text-left-lg-down {
    text-align: left;
  }
}
@media (width < 1100px) {
  .u-text-right-lg-down {
    text-align: right;
  }
}
@media (width < 1100px) {
  .u-text-center-lg-down {
    text-align: center;
  }
}
@media (width < 1280px) {
  .u-text-left-xl-down {
    text-align: left;
  }
}
@media (width < 1280px) {
  .u-text-right-xl-down {
    text-align: right;
  }
}
@media (width < 1280px) {
  .u-text-center-xl-down {
    text-align: center;
  }
}
@media (width >= 640px) {
  .u-text-left-sm-up {
    text-align: left;
  }
}
@media (width >= 640px) {
  .u-text-right-sm-up {
    text-align: right;
  }
}
@media (width >= 640px) {
  .u-text-center-sm-up {
    text-align: center;
  }
}
@media (width >= 768px ) {
  .u-text-left-md-up {
    text-align: left;
  }
}
@media (width >= 768px ) {
  .u-text-right-md-up {
    text-align: right;
  }
}
@media (width >= 768px ) {
  .u-text-center-md-up {
    text-align: center;
  }
}
@media (width >= 1100px ) {
  .u-text-left-lg-up {
    text-align: left;
  }
}
@media (width >= 1100px ) {
  .u-text-right-lg-up {
    text-align: right;
  }
}
@media (width >= 1100px ) {
  .u-text-center-lg-up {
    text-align: center;
  }
}
@media (width >= 1280px ) {
  .u-text-left-xl-up {
    text-align: left;
  }
}
@media (width >= 1280px ) {
  .u-text-right-xl-up {
    text-align: right;
  }
}
@media (width >= 1280px ) {
  .u-text-center-xl-up {
    text-align: center;
  }
}
/* font-size
-------------------------------------- */
.u-text-x3s {
  font-size: var(--mh--font-size--x3s);
}
.u-text-x2s {
  font-size: var(--mh--font-size--x2s);
}
.u-text-xs {
  font-size: var(--mh--font-size--xs);
}
.u-text-sm {
  font-size: var(--mh--font-size--sm);
}
.u-text-md {
  font-size: var(--mh--font-size--md);
}
.u-text-lg {
  font-size: var(--mh--font-size--lg);
}
.u-text-xl {
  font-size: var(--mh--font-size--xl);
}
.u-text-x2l {
  font-size: var(--mh--font-size--x2l);
}
.u-text-x3l {
  font-size: var(--mh--font-size--x3l);
}
.u-text-x4l {
  font-size: var(--mh--font-size--x4l);
}
.u-text-x5l {
  font-size: var(--mh--font-size--x5l);
}
.u-text-x6l {
  font-size: var(--mh--font-size--x6l);
}
.u-text-x7l {
  font-size: var(--mh--font-size--x7l);
}
.u-text-x8l {
  font-size: var(--mh--font-size--x8l);
}
.u-text-x9l {
  font-size: var(--mh--font-size--x9l);
}
.u-text-x10l {
  font-size: var(--mh--font-size--x10l);
}
.u-text-x11l {
  font-size: var(--mh--font-size--x11l);
}
.u-text-x12l {
  font-size: var(--mh--font-size--x12l);
}
.u-text-x13l {
  font-size: var(--mh--font-size--x13l);
}
/* line-height
-------------------------------------- */
.u-leading-none {
  line-height: var(--mh--line-height--none);
}
.u-leading-sm {
  line-height: var(--mh--line-height--sm);
}
.u-leading-md {
  line-height: var(--mh--line-height--md);
}
.u-leading-lg {
  line-height: var(--mh--line-height--lg);
}
/* letter-spacing
-------------------------------------- */
.u-tracking-none {
  letter-spacing: var(--mh--letter-spacing--none);
}
.u-tracking-md {
  letter-spacing: var(--mh--letter-spacing--md);
}
/* font-weight
-------------------------------------- */
.u-font-bold {
  font-weight: 800;
}
/* font-family
-------------------------------------- */
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: 600;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--none);
}
/* position
-------------------------------------- */
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute !important;
}
/* layout
-------------------------------------- */
.u-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-inner {
    width: 100%;
    max-width: var(--mh--contents--width);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (width >= 1100px ) {
  .u-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.u-wide-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-wide-inner {
    width: 100%;
    max-width: var(--mh--contents--wide-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-item-center {
  display: grid;
  place-items: center;
}
.u-clearfix {
  clear: both;
  display: block;
  height: 0;
  border: none;
}
/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a.u-alpha {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}
a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a.u-zoom .u-zoom__img {
    transform: scale(1.001);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  a.u-zoom:hover .u-zoom__img {
    transform: scale(1.06);
  }
}
a.u-link-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
a[class].u-text-underline {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a[class].u-text-underline:hover {
    text-decoration: none;
  }
}
.u-media-query {
  font-family: sp;
}
@media (width >= 768px ) {
  .u-media-query {
    font-family: tb;
  }
}
@media (width >= 1100px ) {
  .u-media-query {
    font-family: pc;
  }
}
/* section
-------------------------------------- */
.u-sec-space-x2s {
  height: var(--mh--section--space--x2s);
}
.u-sec-space-xs {
  height: var(--mh--section--space--xs);
}
.u-sec-space-sm {
  height: var(--mh--section--space--sm);
}
.u-sec-space-md {
  height: var(--mh--section--space--md);
}
.u-sec-space-lg {
  height: var(--mh--section--space--lg);
}
.u-sec-space-xl {
  height: var(--mh--section--space--xl);
}
.u-sec-space-x2l {
  height: var(--mh--section--space--x2l);
}
/* space height
-------------------------------------- */
.u-space-x2s {
  height: var(--mh--space--x2s);
}
.u-m-x2s {
  margin: var(--mh--space--x2s);
}
.u-my-x2s {
  margin-block: var(--mh--space--x2s);
}
.u-mx-x2s {
  margin-inline: var(--mh--space--x2s);
}
.u-mt-x2s {
  margin-top: var(--mh--space--x2s);
}
.u-mb-x2s {
  margin-bottom: var(--mh--space--x2s);
}
.u-ml-x2s {
  margin-left: var(--mh--space--x2s);
}
.u-mr-x2s {
  margin-right: var(--mh--space--x2s);
}
.u-space-xs {
  height: var(--mh--space--xs);
}
.u-m-xs {
  margin: var(--mh--space--xs);
}
.u-my-xs {
  margin-block: var(--mh--space--xs);
}
.u-mx-xs {
  margin-inline: var(--mh--space--xs);
}
.u-mt-xs {
  margin-top: var(--mh--space--xs);
}
.u-mb-xs {
  margin-bottom: var(--mh--space--xs);
}
.u-ml-xs {
  margin-left: var(--mh--space--xs);
}
.u-mr-xs {
  margin-right: var(--mh--space--xs);
}
.u-space-sm {
  height: var(--mh--space--sm);
}
.u-m-sm {
  margin: var(--mh--space--sm);
}
.u-my-sm {
  margin-block: var(--mh--space--sm);
}
.u-mx-sm {
  margin-inline: var(--mh--space--sm);
}
.u-mt-sm {
  margin-top: var(--mh--space--sm);
}
.u-mb-sm {
  margin-bottom: var(--mh--space--sm);
}
.u-ml-sm {
  margin-left: var(--mh--space--sm);
}
.u-mr-sm {
  margin-right: var(--mh--space--sm);
}
.u-space-md {
  height: var(--mh--space--md);
}
.u-m-md {
  margin: var(--mh--space--md);
}
.u-my-md {
  margin-block: var(--mh--space--md);
}
.u-mx-md {
  margin-inline: var(--mh--space--md);
}
.u-mt-md {
  margin-top: var(--mh--space--md);
}
.u-mb-md {
  margin-bottom: var(--mh--space--md);
}
.u-ml-md {
  margin-left: var(--mh--space--md);
}
.u-mr-md {
  margin-right: var(--mh--space--md);
}
.u-space-lg {
  height: var(--mh--space--lg);
}
.u-m-lg {
  margin: var(--mh--space--lg);
}
.u-my-lg {
  margin-block: var(--mh--space--lg);
}
.u-mx-lg {
  margin-inline: var(--mh--space--lg);
}
.u-mt-lg {
  margin-top: var(--mh--space--lg);
}
.u-mb-lg {
  margin-bottom: var(--mh--space--lg);
}
.u-ml-lg {
  margin-left: var(--mh--space--lg);
}
.u-mr-lg {
  margin-right: var(--mh--space--lg);
}
.u-space-xl {
  height: var(--mh--space--xl);
}
.u-m-xl {
  margin: var(--mh--space--xl);
}
.u-my-xl {
  margin-block: var(--mh--space--xl);
}
.u-mx-xl {
  margin-inline: var(--mh--space--xl);
}
.u-mt-xl {
  margin-top: var(--mh--space--xl);
}
.u-mb-xl {
  margin-bottom: var(--mh--space--xl);
}
.u-ml-xl {
  margin-left: var(--mh--space--xl);
}
.u-mr-xl {
  margin-right: var(--mh--space--xl);
}
.u-space-x2l {
  height: var(--mh--space--x2l);
}
.u-m-x2l {
  margin: var(--mh--space--x2l);
}
.u-my-x2l {
  margin-block: var(--mh--space--x2l);
}
.u-mx-x2l {
  margin-inline: var(--mh--space--x2l);
}
.u-mt-x2l {
  margin-top: var(--mh--space--x2l);
}
.u-mb-x2l {
  margin-bottom: var(--mh--space--x2l);
}
.u-ml-x2l {
  margin-left: var(--mh--space--x2l);
}
.u-mr-x2l {
  margin-right: var(--mh--space--x2l);
}
.u-space-x3l {
  height: var(--mh--space--x3l);
}
.u-m-x3l {
  margin: var(--mh--space--x3l);
}
.u-my-x3l {
  margin-block: var(--mh--space--x3l);
}
.u-mx-x3l {
  margin-inline: var(--mh--space--x3l);
}
.u-mt-x3l {
  margin-top: var(--mh--space--x3l);
}
.u-mb-x3l {
  margin-bottom: var(--mh--space--x3l);
}
.u-ml-x3l {
  margin-left: var(--mh--space--x3l);
}
.u-mr-x3l {
  margin-right: var(--mh--space--x3l);
}
.u-mx-auto {
  margin-inline: auto;
}
.u-p-xs {
  padding: var(--mh--padding--xs);
}
.u-py-xs {
  padding-block: var(--mh--padding--xs);
}
.u-px-xs {
  padding-inline: var(--mh--padding--xs);
}
.u-pt-xs {
  padding-top: var(--mh--padding--xs);
}
.u-pb-xs {
  padding-bottom: var(--mh--padding--xs);
}
.u-pl-xs {
  padding-left: var(--mh--padding--xs);
}
.u-pr-xs {
  padding-right: var(--mh--padding--xs);
}
.u-p-sm {
  padding: var(--mh--padding--sm);
}
.u-py-sm {
  padding-block: var(--mh--padding--sm);
}
.u-px-sm {
  padding-inline: var(--mh--padding--sm);
}
.u-pt-sm {
  padding-top: var(--mh--padding--sm);
}
.u-pb-sm {
  padding-bottom: var(--mh--padding--sm);
}
.u-pl-sm {
  padding-left: var(--mh--padding--sm);
}
.u-pr-sm {
  padding-right: var(--mh--padding--sm);
}
.u-p-md {
  padding: var(--mh--padding--md);
}
.u-py-md {
  padding-block: var(--mh--padding--md);
}
.u-px-md {
  padding-inline: var(--mh--padding--md);
}
.u-pt-md {
  padding-top: var(--mh--padding--md);
}
.u-pb-md {
  padding-bottom: var(--mh--padding--md);
}
.u-pl-md {
  padding-left: var(--mh--padding--md);
}
.u-pr-md {
  padding-right: var(--mh--padding--md);
}
.u-p-lg {
  padding: var(--mh--padding--lg);
}
.u-py-lg {
  padding-block: var(--mh--padding--lg);
}
.u-px-lg {
  padding-inline: var(--mh--padding--lg);
}
.u-pt-lg {
  padding-top: var(--mh--padding--lg);
}
.u-pb-lg {
  padding-bottom: var(--mh--padding--lg);
}
.u-pl-lg {
  padding-left: var(--mh--padding--lg);
}
.u-pr-lg {
  padding-right: var(--mh--padding--lg);
}
.u-p-xl {
  padding: var(--mh--padding--xl);
}
.u-py-xl {
  padding-block: var(--mh--padding--xl);
}
.u-px-xl {
  padding-inline: var(--mh--padding--xl);
}
.u-pt-xl {
  padding-top: var(--mh--padding--xl);
}
.u-pb-xl {
  padding-bottom: var(--mh--padding--xl);
}
.u-pl-xl {
  padding-left: var(--mh--padding--xl);
}
.u-pr-xl {
  padding-right: var(--mh--padding--xl);
}
.u-p-x2l {
  padding: var(--mh--padding--x2l);
}
.u-py-x2l {
  padding-block: var(--mh--padding--x2l);
}
.u-px-x2l {
  padding-inline: var(--mh--padding--x2l);
}
.u-pt-x2l {
  padding-top: var(--mh--padding--x2l);
}
.u-pb-x2l {
  padding-bottom: var(--mh--padding--x2l);
}
.u-pl-x2l {
  padding-left: var(--mh--padding--x2l);
}
.u-pr-x2l {
  padding-right: var(--mh--padding--x2l);
}
.u-text-grayscale-800 {
  color: var(--mh--color--grayscale-800);
}
.u-text-grayscale-700 {
  color: var(--mh--color--grayscale-700);
}
.u-text-grayscale-500 {
  color: var(--mh--color--grayscale-500);
}
.u-text-grayscale-400 {
  color: var(--mh--color--grayscale-400);
}
.u-text-grayscale-300 {
  color: var(--mh--color--grayscale-300);
}
.u-text-grayscale-200 {
  color: var(--mh--color--grayscale-200);
}
.u-text-grayscale-100 {
  color: var(--mh--color--grayscale-100);
}
.u-text-primary-900 {
  color: var(--mh--color--primary-900);
}
.u-text-primary-800 {
  color: var(--mh--color--primary-800);
}
.u-text-primary-600 {
  color: var(--mh--color--primary-600);
}
.u-text-primary-500 {
  color: var(--mh--color--primary-500);
}
.u-text-primary-200 {
  color: var(--mh--color--primary-200);
}
.u-text-accent-500 {
  color: var(--mh--color--accent-500);
}
.u-text-accent-400 {
  color: var(--mh--color--accent-400);
}
.u-text-error-500 {
  color: var(--mh--color--error-500);
}
.u-text-category-yellow-500 {
  color: var(--mh--color--category-yellow-500);
}
.u-text-category-red-500 {
  color: var(--mh--color--category-red-500);
}
.u-text-category-blue-500 {
  color: var(--mh--color--category-blue-500);
}
.u-text-category-green-500 {
  color: var(--mh--color--category-green-500);
}
.u-bg-grayscale-800 {
  background-color: var(--mh--color--grayscale-800);
}
.u-bg-grayscale-800\/0 {
  background-color: rgba(var(--mh--color--grayscale-800), 0);
}
.u-bg-grayscale-800\/5 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.05);
}
.u-bg-grayscale-800\/10 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.1);
}
.u-bg-grayscale-800\/15 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.15);
}
.u-bg-grayscale-800\/20 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.2);
}
.u-bg-grayscale-800\/25 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.25);
}
.u-bg-grayscale-800\/30 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.3);
}
.u-bg-grayscale-800\/35 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.35);
}
.u-bg-grayscale-800\/40 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.4);
}
.u-bg-grayscale-800\/45 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.45);
}
.u-bg-grayscale-800\/50 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.5);
}
.u-bg-grayscale-800\/55 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.55);
}
.u-bg-grayscale-800\/60 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.6);
}
.u-bg-grayscale-800\/65 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.65);
}
.u-bg-grayscale-800\/70 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.7);
}
.u-bg-grayscale-800\/75 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.75);
}
.u-bg-grayscale-800\/80 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.8);
}
.u-bg-grayscale-800\/85 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.85);
}
.u-bg-grayscale-800\/90 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.9);
}
.u-bg-grayscale-800\/95 {
  background-color: rgba(var(--mh--color--grayscale-800), 0.95);
}
.u-bg-grayscale-800\/100 {
  background-color: rgba(var(--mh--color--grayscale-800), 1);
}
.u-bg-grayscale-700 {
  background-color: var(--mh--color--grayscale-700);
}
.u-bg-grayscale-700\/0 {
  background-color: rgba(var(--mh--color--grayscale-700), 0);
}
.u-bg-grayscale-700\/5 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.05);
}
.u-bg-grayscale-700\/10 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.1);
}
.u-bg-grayscale-700\/15 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.15);
}
.u-bg-grayscale-700\/20 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.2);
}
.u-bg-grayscale-700\/25 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.25);
}
.u-bg-grayscale-700\/30 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.3);
}
.u-bg-grayscale-700\/35 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.35);
}
.u-bg-grayscale-700\/40 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.4);
}
.u-bg-grayscale-700\/45 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.45);
}
.u-bg-grayscale-700\/50 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.5);
}
.u-bg-grayscale-700\/55 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.55);
}
.u-bg-grayscale-700\/60 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.6);
}
.u-bg-grayscale-700\/65 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.65);
}
.u-bg-grayscale-700\/70 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.7);
}
.u-bg-grayscale-700\/75 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.75);
}
.u-bg-grayscale-700\/80 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.8);
}
.u-bg-grayscale-700\/85 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.85);
}
.u-bg-grayscale-700\/90 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.9);
}
.u-bg-grayscale-700\/95 {
  background-color: rgba(var(--mh--color--grayscale-700), 0.95);
}
.u-bg-grayscale-700\/100 {
  background-color: rgba(var(--mh--color--grayscale-700), 1);
}
.u-bg-grayscale-500 {
  background-color: var(--mh--color--grayscale-500);
}
.u-bg-grayscale-500\/0 {
  background-color: rgba(var(--mh--color--grayscale-500), 0);
}
.u-bg-grayscale-500\/5 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.05);
}
.u-bg-grayscale-500\/10 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.1);
}
.u-bg-grayscale-500\/15 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.15);
}
.u-bg-grayscale-500\/20 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.2);
}
.u-bg-grayscale-500\/25 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.25);
}
.u-bg-grayscale-500\/30 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.3);
}
.u-bg-grayscale-500\/35 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.35);
}
.u-bg-grayscale-500\/40 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.4);
}
.u-bg-grayscale-500\/45 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.45);
}
.u-bg-grayscale-500\/50 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.5);
}
.u-bg-grayscale-500\/55 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.55);
}
.u-bg-grayscale-500\/60 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.6);
}
.u-bg-grayscale-500\/65 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.65);
}
.u-bg-grayscale-500\/70 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.7);
}
.u-bg-grayscale-500\/75 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.75);
}
.u-bg-grayscale-500\/80 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.8);
}
.u-bg-grayscale-500\/85 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.85);
}
.u-bg-grayscale-500\/90 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.9);
}
.u-bg-grayscale-500\/95 {
  background-color: rgba(var(--mh--color--grayscale-500), 0.95);
}
.u-bg-grayscale-500\/100 {
  background-color: rgba(var(--mh--color--grayscale-500), 1);
}
.u-bg-grayscale-400 {
  background-color: var(--mh--color--grayscale-400);
}
.u-bg-grayscale-400\/0 {
  background-color: rgba(var(--mh--color--grayscale-400), 0);
}
.u-bg-grayscale-400\/5 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.05);
}
.u-bg-grayscale-400\/10 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.1);
}
.u-bg-grayscale-400\/15 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.15);
}
.u-bg-grayscale-400\/20 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.2);
}
.u-bg-grayscale-400\/25 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.25);
}
.u-bg-grayscale-400\/30 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.3);
}
.u-bg-grayscale-400\/35 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.35);
}
.u-bg-grayscale-400\/40 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.4);
}
.u-bg-grayscale-400\/45 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.45);
}
.u-bg-grayscale-400\/50 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.5);
}
.u-bg-grayscale-400\/55 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.55);
}
.u-bg-grayscale-400\/60 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.6);
}
.u-bg-grayscale-400\/65 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.65);
}
.u-bg-grayscale-400\/70 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.7);
}
.u-bg-grayscale-400\/75 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.75);
}
.u-bg-grayscale-400\/80 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.8);
}
.u-bg-grayscale-400\/85 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.85);
}
.u-bg-grayscale-400\/90 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.9);
}
.u-bg-grayscale-400\/95 {
  background-color: rgba(var(--mh--color--grayscale-400), 0.95);
}
.u-bg-grayscale-400\/100 {
  background-color: rgba(var(--mh--color--grayscale-400), 1);
}
.u-bg-grayscale-300 {
  background-color: var(--mh--color--grayscale-300);
}
.u-bg-grayscale-300\/0 {
  background-color: rgba(var(--mh--color--grayscale-300), 0);
}
.u-bg-grayscale-300\/5 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.05);
}
.u-bg-grayscale-300\/10 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.1);
}
.u-bg-grayscale-300\/15 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.15);
}
.u-bg-grayscale-300\/20 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.2);
}
.u-bg-grayscale-300\/25 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.25);
}
.u-bg-grayscale-300\/30 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.3);
}
.u-bg-grayscale-300\/35 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.35);
}
.u-bg-grayscale-300\/40 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.4);
}
.u-bg-grayscale-300\/45 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.45);
}
.u-bg-grayscale-300\/50 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.5);
}
.u-bg-grayscale-300\/55 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.55);
}
.u-bg-grayscale-300\/60 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.6);
}
.u-bg-grayscale-300\/65 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.65);
}
.u-bg-grayscale-300\/70 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.7);
}
.u-bg-grayscale-300\/75 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.75);
}
.u-bg-grayscale-300\/80 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.8);
}
.u-bg-grayscale-300\/85 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.85);
}
.u-bg-grayscale-300\/90 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.9);
}
.u-bg-grayscale-300\/95 {
  background-color: rgba(var(--mh--color--grayscale-300), 0.95);
}
.u-bg-grayscale-300\/100 {
  background-color: rgba(var(--mh--color--grayscale-300), 1);
}
.u-bg-grayscale-200 {
  background-color: var(--mh--color--grayscale-200);
}
.u-bg-grayscale-200\/0 {
  background-color: rgba(var(--mh--color--grayscale-200), 0);
}
.u-bg-grayscale-200\/5 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.05);
}
.u-bg-grayscale-200\/10 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.1);
}
.u-bg-grayscale-200\/15 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.15);
}
.u-bg-grayscale-200\/20 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.2);
}
.u-bg-grayscale-200\/25 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.25);
}
.u-bg-grayscale-200\/30 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.3);
}
.u-bg-grayscale-200\/35 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.35);
}
.u-bg-grayscale-200\/40 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.4);
}
.u-bg-grayscale-200\/45 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.45);
}
.u-bg-grayscale-200\/50 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.5);
}
.u-bg-grayscale-200\/55 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.55);
}
.u-bg-grayscale-200\/60 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.6);
}
.u-bg-grayscale-200\/65 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.65);
}
.u-bg-grayscale-200\/70 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.7);
}
.u-bg-grayscale-200\/75 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.75);
}
.u-bg-grayscale-200\/80 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.8);
}
.u-bg-grayscale-200\/85 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.85);
}
.u-bg-grayscale-200\/90 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.9);
}
.u-bg-grayscale-200\/95 {
  background-color: rgba(var(--mh--color--grayscale-200), 0.95);
}
.u-bg-grayscale-200\/100 {
  background-color: rgba(var(--mh--color--grayscale-200), 1);
}
.u-bg-grayscale-100 {
  background-color: var(--mh--color--grayscale-100);
}
.u-bg-grayscale-100\/0 {
  background-color: rgba(var(--mh--color--grayscale-100), 0);
}
.u-bg-grayscale-100\/5 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.05);
}
.u-bg-grayscale-100\/10 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.1);
}
.u-bg-grayscale-100\/15 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.15);
}
.u-bg-grayscale-100\/20 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.2);
}
.u-bg-grayscale-100\/25 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.25);
}
.u-bg-grayscale-100\/30 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.3);
}
.u-bg-grayscale-100\/35 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.35);
}
.u-bg-grayscale-100\/40 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.4);
}
.u-bg-grayscale-100\/45 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.45);
}
.u-bg-grayscale-100\/50 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.5);
}
.u-bg-grayscale-100\/55 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.55);
}
.u-bg-grayscale-100\/60 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.6);
}
.u-bg-grayscale-100\/65 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.65);
}
.u-bg-grayscale-100\/70 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.7);
}
.u-bg-grayscale-100\/75 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.75);
}
.u-bg-grayscale-100\/80 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.8);
}
.u-bg-grayscale-100\/85 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.85);
}
.u-bg-grayscale-100\/90 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.9);
}
.u-bg-grayscale-100\/95 {
  background-color: rgba(var(--mh--color--grayscale-100), 0.95);
}
.u-bg-grayscale-100\/100 {
  background-color: rgba(var(--mh--color--grayscale-100), 1);
}
.u-bg-primary-900 {
  background-color: var(--mh--color--primary-900);
}
.u-bg-primary-900\/0 {
  background-color: rgba(var(--mh--color--primary-900), 0);
}
.u-bg-primary-900\/5 {
  background-color: rgba(var(--mh--color--primary-900), 0.05);
}
.u-bg-primary-900\/10 {
  background-color: rgba(var(--mh--color--primary-900), 0.1);
}
.u-bg-primary-900\/15 {
  background-color: rgba(var(--mh--color--primary-900), 0.15);
}
.u-bg-primary-900\/20 {
  background-color: rgba(var(--mh--color--primary-900), 0.2);
}
.u-bg-primary-900\/25 {
  background-color: rgba(var(--mh--color--primary-900), 0.25);
}
.u-bg-primary-900\/30 {
  background-color: rgba(var(--mh--color--primary-900), 0.3);
}
.u-bg-primary-900\/35 {
  background-color: rgba(var(--mh--color--primary-900), 0.35);
}
.u-bg-primary-900\/40 {
  background-color: rgba(var(--mh--color--primary-900), 0.4);
}
.u-bg-primary-900\/45 {
  background-color: rgba(var(--mh--color--primary-900), 0.45);
}
.u-bg-primary-900\/50 {
  background-color: rgba(var(--mh--color--primary-900), 0.5);
}
.u-bg-primary-900\/55 {
  background-color: rgba(var(--mh--color--primary-900), 0.55);
}
.u-bg-primary-900\/60 {
  background-color: rgba(var(--mh--color--primary-900), 0.6);
}
.u-bg-primary-900\/65 {
  background-color: rgba(var(--mh--color--primary-900), 0.65);
}
.u-bg-primary-900\/70 {
  background-color: rgba(var(--mh--color--primary-900), 0.7);
}
.u-bg-primary-900\/75 {
  background-color: rgba(var(--mh--color--primary-900), 0.75);
}
.u-bg-primary-900\/80 {
  background-color: rgba(var(--mh--color--primary-900), 0.8);
}
.u-bg-primary-900\/85 {
  background-color: rgba(var(--mh--color--primary-900), 0.85);
}
.u-bg-primary-900\/90 {
  background-color: rgba(var(--mh--color--primary-900), 0.9);
}
.u-bg-primary-900\/95 {
  background-color: rgba(var(--mh--color--primary-900), 0.95);
}
.u-bg-primary-900\/100 {
  background-color: rgba(var(--mh--color--primary-900), 1);
}
.u-bg-primary-800 {
  background-color: var(--mh--color--primary-800);
}
.u-bg-primary-800\/0 {
  background-color: rgba(var(--mh--color--primary-800), 0);
}
.u-bg-primary-800\/5 {
  background-color: rgba(var(--mh--color--primary-800), 0.05);
}
.u-bg-primary-800\/10 {
  background-color: rgba(var(--mh--color--primary-800), 0.1);
}
.u-bg-primary-800\/15 {
  background-color: rgba(var(--mh--color--primary-800), 0.15);
}
.u-bg-primary-800\/20 {
  background-color: rgba(var(--mh--color--primary-800), 0.2);
}
.u-bg-primary-800\/25 {
  background-color: rgba(var(--mh--color--primary-800), 0.25);
}
.u-bg-primary-800\/30 {
  background-color: rgba(var(--mh--color--primary-800), 0.3);
}
.u-bg-primary-800\/35 {
  background-color: rgba(var(--mh--color--primary-800), 0.35);
}
.u-bg-primary-800\/40 {
  background-color: rgba(var(--mh--color--primary-800), 0.4);
}
.u-bg-primary-800\/45 {
  background-color: rgba(var(--mh--color--primary-800), 0.45);
}
.u-bg-primary-800\/50 {
  background-color: rgba(var(--mh--color--primary-800), 0.5);
}
.u-bg-primary-800\/55 {
  background-color: rgba(var(--mh--color--primary-800), 0.55);
}
.u-bg-primary-800\/60 {
  background-color: rgba(var(--mh--color--primary-800), 0.6);
}
.u-bg-primary-800\/65 {
  background-color: rgba(var(--mh--color--primary-800), 0.65);
}
.u-bg-primary-800\/70 {
  background-color: rgba(var(--mh--color--primary-800), 0.7);
}
.u-bg-primary-800\/75 {
  background-color: rgba(var(--mh--color--primary-800), 0.75);
}
.u-bg-primary-800\/80 {
  background-color: rgba(var(--mh--color--primary-800), 0.8);
}
.u-bg-primary-800\/85 {
  background-color: rgba(var(--mh--color--primary-800), 0.85);
}
.u-bg-primary-800\/90 {
  background-color: rgba(var(--mh--color--primary-800), 0.9);
}
.u-bg-primary-800\/95 {
  background-color: rgba(var(--mh--color--primary-800), 0.95);
}
.u-bg-primary-800\/100 {
  background-color: rgba(var(--mh--color--primary-800), 1);
}
.u-bg-primary-600 {
  background-color: var(--mh--color--primary-600);
}
.u-bg-primary-600\/0 {
  background-color: rgba(var(--mh--color--primary-600), 0);
}
.u-bg-primary-600\/5 {
  background-color: rgba(var(--mh--color--primary-600), 0.05);
}
.u-bg-primary-600\/10 {
  background-color: rgba(var(--mh--color--primary-600), 0.1);
}
.u-bg-primary-600\/15 {
  background-color: rgba(var(--mh--color--primary-600), 0.15);
}
.u-bg-primary-600\/20 {
  background-color: rgba(var(--mh--color--primary-600), 0.2);
}
.u-bg-primary-600\/25 {
  background-color: rgba(var(--mh--color--primary-600), 0.25);
}
.u-bg-primary-600\/30 {
  background-color: rgba(var(--mh--color--primary-600), 0.3);
}
.u-bg-primary-600\/35 {
  background-color: rgba(var(--mh--color--primary-600), 0.35);
}
.u-bg-primary-600\/40 {
  background-color: rgba(var(--mh--color--primary-600), 0.4);
}
.u-bg-primary-600\/45 {
  background-color: rgba(var(--mh--color--primary-600), 0.45);
}
.u-bg-primary-600\/50 {
  background-color: rgba(var(--mh--color--primary-600), 0.5);
}
.u-bg-primary-600\/55 {
  background-color: rgba(var(--mh--color--primary-600), 0.55);
}
.u-bg-primary-600\/60 {
  background-color: rgba(var(--mh--color--primary-600), 0.6);
}
.u-bg-primary-600\/65 {
  background-color: rgba(var(--mh--color--primary-600), 0.65);
}
.u-bg-primary-600\/70 {
  background-color: rgba(var(--mh--color--primary-600), 0.7);
}
.u-bg-primary-600\/75 {
  background-color: rgba(var(--mh--color--primary-600), 0.75);
}
.u-bg-primary-600\/80 {
  background-color: rgba(var(--mh--color--primary-600), 0.8);
}
.u-bg-primary-600\/85 {
  background-color: rgba(var(--mh--color--primary-600), 0.85);
}
.u-bg-primary-600\/90 {
  background-color: rgba(var(--mh--color--primary-600), 0.9);
}
.u-bg-primary-600\/95 {
  background-color: rgba(var(--mh--color--primary-600), 0.95);
}
.u-bg-primary-600\/100 {
  background-color: rgba(var(--mh--color--primary-600), 1);
}
.u-bg-primary-500 {
  background-color: var(--mh--color--primary-500);
}
.u-bg-primary-500\/0 {
  background-color: rgba(var(--mh--color--primary-500), 0);
}
.u-bg-primary-500\/5 {
  background-color: rgba(var(--mh--color--primary-500), 0.05);
}
.u-bg-primary-500\/10 {
  background-color: rgba(var(--mh--color--primary-500), 0.1);
}
.u-bg-primary-500\/15 {
  background-color: rgba(var(--mh--color--primary-500), 0.15);
}
.u-bg-primary-500\/20 {
  background-color: rgba(var(--mh--color--primary-500), 0.2);
}
.u-bg-primary-500\/25 {
  background-color: rgba(var(--mh--color--primary-500), 0.25);
}
.u-bg-primary-500\/30 {
  background-color: rgba(var(--mh--color--primary-500), 0.3);
}
.u-bg-primary-500\/35 {
  background-color: rgba(var(--mh--color--primary-500), 0.35);
}
.u-bg-primary-500\/40 {
  background-color: rgba(var(--mh--color--primary-500), 0.4);
}
.u-bg-primary-500\/45 {
  background-color: rgba(var(--mh--color--primary-500), 0.45);
}
.u-bg-primary-500\/50 {
  background-color: rgba(var(--mh--color--primary-500), 0.5);
}
.u-bg-primary-500\/55 {
  background-color: rgba(var(--mh--color--primary-500), 0.55);
}
.u-bg-primary-500\/60 {
  background-color: rgba(var(--mh--color--primary-500), 0.6);
}
.u-bg-primary-500\/65 {
  background-color: rgba(var(--mh--color--primary-500), 0.65);
}
.u-bg-primary-500\/70 {
  background-color: rgba(var(--mh--color--primary-500), 0.7);
}
.u-bg-primary-500\/75 {
  background-color: rgba(var(--mh--color--primary-500), 0.75);
}
.u-bg-primary-500\/80 {
  background-color: rgba(var(--mh--color--primary-500), 0.8);
}
.u-bg-primary-500\/85 {
  background-color: rgba(var(--mh--color--primary-500), 0.85);
}
.u-bg-primary-500\/90 {
  background-color: rgba(var(--mh--color--primary-500), 0.9);
}
.u-bg-primary-500\/95 {
  background-color: rgba(var(--mh--color--primary-500), 0.95);
}
.u-bg-primary-500\/100 {
  background-color: rgba(var(--mh--color--primary-500), 1);
}
.u-bg-primary-200 {
  background-color: var(--mh--color--primary-200);
}
.u-bg-primary-200\/0 {
  background-color: rgba(var(--mh--color--primary-200), 0);
}
.u-bg-primary-200\/5 {
  background-color: rgba(var(--mh--color--primary-200), 0.05);
}
.u-bg-primary-200\/10 {
  background-color: rgba(var(--mh--color--primary-200), 0.1);
}
.u-bg-primary-200\/15 {
  background-color: rgba(var(--mh--color--primary-200), 0.15);
}
.u-bg-primary-200\/20 {
  background-color: rgba(var(--mh--color--primary-200), 0.2);
}
.u-bg-primary-200\/25 {
  background-color: rgba(var(--mh--color--primary-200), 0.25);
}
.u-bg-primary-200\/30 {
  background-color: rgba(var(--mh--color--primary-200), 0.3);
}
.u-bg-primary-200\/35 {
  background-color: rgba(var(--mh--color--primary-200), 0.35);
}
.u-bg-primary-200\/40 {
  background-color: rgba(var(--mh--color--primary-200), 0.4);
}
.u-bg-primary-200\/45 {
  background-color: rgba(var(--mh--color--primary-200), 0.45);
}
.u-bg-primary-200\/50 {
  background-color: rgba(var(--mh--color--primary-200), 0.5);
}
.u-bg-primary-200\/55 {
  background-color: rgba(var(--mh--color--primary-200), 0.55);
}
.u-bg-primary-200\/60 {
  background-color: rgba(var(--mh--color--primary-200), 0.6);
}
.u-bg-primary-200\/65 {
  background-color: rgba(var(--mh--color--primary-200), 0.65);
}
.u-bg-primary-200\/70 {
  background-color: rgba(var(--mh--color--primary-200), 0.7);
}
.u-bg-primary-200\/75 {
  background-color: rgba(var(--mh--color--primary-200), 0.75);
}
.u-bg-primary-200\/80 {
  background-color: rgba(var(--mh--color--primary-200), 0.8);
}
.u-bg-primary-200\/85 {
  background-color: rgba(var(--mh--color--primary-200), 0.85);
}
.u-bg-primary-200\/90 {
  background-color: rgba(var(--mh--color--primary-200), 0.9);
}
.u-bg-primary-200\/95 {
  background-color: rgba(var(--mh--color--primary-200), 0.95);
}
.u-bg-primary-200\/100 {
  background-color: rgba(var(--mh--color--primary-200), 1);
}
.u-bg-accent-500 {
  background-color: var(--mh--color--accent-500);
}
.u-bg-accent-500\/0 {
  background-color: rgba(var(--mh--color--accent-500), 0);
}
.u-bg-accent-500\/5 {
  background-color: rgba(var(--mh--color--accent-500), 0.05);
}
.u-bg-accent-500\/10 {
  background-color: rgba(var(--mh--color--accent-500), 0.1);
}
.u-bg-accent-500\/15 {
  background-color: rgba(var(--mh--color--accent-500), 0.15);
}
.u-bg-accent-500\/20 {
  background-color: rgba(var(--mh--color--accent-500), 0.2);
}
.u-bg-accent-500\/25 {
  background-color: rgba(var(--mh--color--accent-500), 0.25);
}
.u-bg-accent-500\/30 {
  background-color: rgba(var(--mh--color--accent-500), 0.3);
}
.u-bg-accent-500\/35 {
  background-color: rgba(var(--mh--color--accent-500), 0.35);
}
.u-bg-accent-500\/40 {
  background-color: rgba(var(--mh--color--accent-500), 0.4);
}
.u-bg-accent-500\/45 {
  background-color: rgba(var(--mh--color--accent-500), 0.45);
}
.u-bg-accent-500\/50 {
  background-color: rgba(var(--mh--color--accent-500), 0.5);
}
.u-bg-accent-500\/55 {
  background-color: rgba(var(--mh--color--accent-500), 0.55);
}
.u-bg-accent-500\/60 {
  background-color: rgba(var(--mh--color--accent-500), 0.6);
}
.u-bg-accent-500\/65 {
  background-color: rgba(var(--mh--color--accent-500), 0.65);
}
.u-bg-accent-500\/70 {
  background-color: rgba(var(--mh--color--accent-500), 0.7);
}
.u-bg-accent-500\/75 {
  background-color: rgba(var(--mh--color--accent-500), 0.75);
}
.u-bg-accent-500\/80 {
  background-color: rgba(var(--mh--color--accent-500), 0.8);
}
.u-bg-accent-500\/85 {
  background-color: rgba(var(--mh--color--accent-500), 0.85);
}
.u-bg-accent-500\/90 {
  background-color: rgba(var(--mh--color--accent-500), 0.9);
}
.u-bg-accent-500\/95 {
  background-color: rgba(var(--mh--color--accent-500), 0.95);
}
.u-bg-accent-500\/100 {
  background-color: rgba(var(--mh--color--accent-500), 1);
}
.u-bg-accent-400 {
  background-color: var(--mh--color--accent-400);
}
.u-bg-accent-400\/0 {
  background-color: rgba(var(--mh--color--accent-400), 0);
}
.u-bg-accent-400\/5 {
  background-color: rgba(var(--mh--color--accent-400), 0.05);
}
.u-bg-accent-400\/10 {
  background-color: rgba(var(--mh--color--accent-400), 0.1);
}
.u-bg-accent-400\/15 {
  background-color: rgba(var(--mh--color--accent-400), 0.15);
}
.u-bg-accent-400\/20 {
  background-color: rgba(var(--mh--color--accent-400), 0.2);
}
.u-bg-accent-400\/25 {
  background-color: rgba(var(--mh--color--accent-400), 0.25);
}
.u-bg-accent-400\/30 {
  background-color: rgba(var(--mh--color--accent-400), 0.3);
}
.u-bg-accent-400\/35 {
  background-color: rgba(var(--mh--color--accent-400), 0.35);
}
.u-bg-accent-400\/40 {
  background-color: rgba(var(--mh--color--accent-400), 0.4);
}
.u-bg-accent-400\/45 {
  background-color: rgba(var(--mh--color--accent-400), 0.45);
}
.u-bg-accent-400\/50 {
  background-color: rgba(var(--mh--color--accent-400), 0.5);
}
.u-bg-accent-400\/55 {
  background-color: rgba(var(--mh--color--accent-400), 0.55);
}
.u-bg-accent-400\/60 {
  background-color: rgba(var(--mh--color--accent-400), 0.6);
}
.u-bg-accent-400\/65 {
  background-color: rgba(var(--mh--color--accent-400), 0.65);
}
.u-bg-accent-400\/70 {
  background-color: rgba(var(--mh--color--accent-400), 0.7);
}
.u-bg-accent-400\/75 {
  background-color: rgba(var(--mh--color--accent-400), 0.75);
}
.u-bg-accent-400\/80 {
  background-color: rgba(var(--mh--color--accent-400), 0.8);
}
.u-bg-accent-400\/85 {
  background-color: rgba(var(--mh--color--accent-400), 0.85);
}
.u-bg-accent-400\/90 {
  background-color: rgba(var(--mh--color--accent-400), 0.9);
}
.u-bg-accent-400\/95 {
  background-color: rgba(var(--mh--color--accent-400), 0.95);
}
.u-bg-accent-400\/100 {
  background-color: rgba(var(--mh--color--accent-400), 1);
}
.u-bg-error-500 {
  background-color: var(--mh--color--error-500);
}
.u-bg-error-500\/0 {
  background-color: rgba(var(--mh--color--error-500), 0);
}
.u-bg-error-500\/5 {
  background-color: rgba(var(--mh--color--error-500), 0.05);
}
.u-bg-error-500\/10 {
  background-color: rgba(var(--mh--color--error-500), 0.1);
}
.u-bg-error-500\/15 {
  background-color: rgba(var(--mh--color--error-500), 0.15);
}
.u-bg-error-500\/20 {
  background-color: rgba(var(--mh--color--error-500), 0.2);
}
.u-bg-error-500\/25 {
  background-color: rgba(var(--mh--color--error-500), 0.25);
}
.u-bg-error-500\/30 {
  background-color: rgba(var(--mh--color--error-500), 0.3);
}
.u-bg-error-500\/35 {
  background-color: rgba(var(--mh--color--error-500), 0.35);
}
.u-bg-error-500\/40 {
  background-color: rgba(var(--mh--color--error-500), 0.4);
}
.u-bg-error-500\/45 {
  background-color: rgba(var(--mh--color--error-500), 0.45);
}
.u-bg-error-500\/50 {
  background-color: rgba(var(--mh--color--error-500), 0.5);
}
.u-bg-error-500\/55 {
  background-color: rgba(var(--mh--color--error-500), 0.55);
}
.u-bg-error-500\/60 {
  background-color: rgba(var(--mh--color--error-500), 0.6);
}
.u-bg-error-500\/65 {
  background-color: rgba(var(--mh--color--error-500), 0.65);
}
.u-bg-error-500\/70 {
  background-color: rgba(var(--mh--color--error-500), 0.7);
}
.u-bg-error-500\/75 {
  background-color: rgba(var(--mh--color--error-500), 0.75);
}
.u-bg-error-500\/80 {
  background-color: rgba(var(--mh--color--error-500), 0.8);
}
.u-bg-error-500\/85 {
  background-color: rgba(var(--mh--color--error-500), 0.85);
}
.u-bg-error-500\/90 {
  background-color: rgba(var(--mh--color--error-500), 0.9);
}
.u-bg-error-500\/95 {
  background-color: rgba(var(--mh--color--error-500), 0.95);
}
.u-bg-error-500\/100 {
  background-color: rgba(var(--mh--color--error-500), 1);
}
.u-bg-category-yellow-500 {
  background-color: var(--mh--color--category-yellow-500);
}
.u-bg-category-yellow-500\/0 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0);
}
.u-bg-category-yellow-500\/5 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.05);
}
.u-bg-category-yellow-500\/10 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.1);
}
.u-bg-category-yellow-500\/15 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.15);
}
.u-bg-category-yellow-500\/20 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.2);
}
.u-bg-category-yellow-500\/25 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.25);
}
.u-bg-category-yellow-500\/30 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.3);
}
.u-bg-category-yellow-500\/35 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.35);
}
.u-bg-category-yellow-500\/40 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.4);
}
.u-bg-category-yellow-500\/45 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.45);
}
.u-bg-category-yellow-500\/50 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.5);
}
.u-bg-category-yellow-500\/55 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.55);
}
.u-bg-category-yellow-500\/60 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.6);
}
.u-bg-category-yellow-500\/65 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.65);
}
.u-bg-category-yellow-500\/70 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.7);
}
.u-bg-category-yellow-500\/75 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.75);
}
.u-bg-category-yellow-500\/80 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.8);
}
.u-bg-category-yellow-500\/85 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.85);
}
.u-bg-category-yellow-500\/90 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.9);
}
.u-bg-category-yellow-500\/95 {
  background-color: rgba(var(--mh--color--category-yellow-500), 0.95);
}
.u-bg-category-yellow-500\/100 {
  background-color: rgba(var(--mh--color--category-yellow-500), 1);
}
.u-bg-category-red-500 {
  background-color: var(--mh--color--category-red-500);
}
.u-bg-category-red-500\/0 {
  background-color: rgba(var(--mh--color--category-red-500), 0);
}
.u-bg-category-red-500\/5 {
  background-color: rgba(var(--mh--color--category-red-500), 0.05);
}
.u-bg-category-red-500\/10 {
  background-color: rgba(var(--mh--color--category-red-500), 0.1);
}
.u-bg-category-red-500\/15 {
  background-color: rgba(var(--mh--color--category-red-500), 0.15);
}
.u-bg-category-red-500\/20 {
  background-color: rgba(var(--mh--color--category-red-500), 0.2);
}
.u-bg-category-red-500\/25 {
  background-color: rgba(var(--mh--color--category-red-500), 0.25);
}
.u-bg-category-red-500\/30 {
  background-color: rgba(var(--mh--color--category-red-500), 0.3);
}
.u-bg-category-red-500\/35 {
  background-color: rgba(var(--mh--color--category-red-500), 0.35);
}
.u-bg-category-red-500\/40 {
  background-color: rgba(var(--mh--color--category-red-500), 0.4);
}
.u-bg-category-red-500\/45 {
  background-color: rgba(var(--mh--color--category-red-500), 0.45);
}
.u-bg-category-red-500\/50 {
  background-color: rgba(var(--mh--color--category-red-500), 0.5);
}
.u-bg-category-red-500\/55 {
  background-color: rgba(var(--mh--color--category-red-500), 0.55);
}
.u-bg-category-red-500\/60 {
  background-color: rgba(var(--mh--color--category-red-500), 0.6);
}
.u-bg-category-red-500\/65 {
  background-color: rgba(var(--mh--color--category-red-500), 0.65);
}
.u-bg-category-red-500\/70 {
  background-color: rgba(var(--mh--color--category-red-500), 0.7);
}
.u-bg-category-red-500\/75 {
  background-color: rgba(var(--mh--color--category-red-500), 0.75);
}
.u-bg-category-red-500\/80 {
  background-color: rgba(var(--mh--color--category-red-500), 0.8);
}
.u-bg-category-red-500\/85 {
  background-color: rgba(var(--mh--color--category-red-500), 0.85);
}
.u-bg-category-red-500\/90 {
  background-color: rgba(var(--mh--color--category-red-500), 0.9);
}
.u-bg-category-red-500\/95 {
  background-color: rgba(var(--mh--color--category-red-500), 0.95);
}
.u-bg-category-red-500\/100 {
  background-color: rgba(var(--mh--color--category-red-500), 1);
}
.u-bg-category-blue-500 {
  background-color: var(--mh--color--category-blue-500);
}
.u-bg-category-blue-500\/0 {
  background-color: rgba(var(--mh--color--category-blue-500), 0);
}
.u-bg-category-blue-500\/5 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.05);
}
.u-bg-category-blue-500\/10 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.1);
}
.u-bg-category-blue-500\/15 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.15);
}
.u-bg-category-blue-500\/20 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.2);
}
.u-bg-category-blue-500\/25 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.25);
}
.u-bg-category-blue-500\/30 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.3);
}
.u-bg-category-blue-500\/35 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.35);
}
.u-bg-category-blue-500\/40 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.4);
}
.u-bg-category-blue-500\/45 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.45);
}
.u-bg-category-blue-500\/50 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.5);
}
.u-bg-category-blue-500\/55 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.55);
}
.u-bg-category-blue-500\/60 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.6);
}
.u-bg-category-blue-500\/65 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.65);
}
.u-bg-category-blue-500\/70 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.7);
}
.u-bg-category-blue-500\/75 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.75);
}
.u-bg-category-blue-500\/80 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.8);
}
.u-bg-category-blue-500\/85 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.85);
}
.u-bg-category-blue-500\/90 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.9);
}
.u-bg-category-blue-500\/95 {
  background-color: rgba(var(--mh--color--category-blue-500), 0.95);
}
.u-bg-category-blue-500\/100 {
  background-color: rgba(var(--mh--color--category-blue-500), 1);
}
.u-bg-category-green-500 {
  background-color: var(--mh--color--category-green-500);
}
.u-bg-category-green-500\/0 {
  background-color: rgba(var(--mh--color--category-green-500), 0);
}
.u-bg-category-green-500\/5 {
  background-color: rgba(var(--mh--color--category-green-500), 0.05);
}
.u-bg-category-green-500\/10 {
  background-color: rgba(var(--mh--color--category-green-500), 0.1);
}
.u-bg-category-green-500\/15 {
  background-color: rgba(var(--mh--color--category-green-500), 0.15);
}
.u-bg-category-green-500\/20 {
  background-color: rgba(var(--mh--color--category-green-500), 0.2);
}
.u-bg-category-green-500\/25 {
  background-color: rgba(var(--mh--color--category-green-500), 0.25);
}
.u-bg-category-green-500\/30 {
  background-color: rgba(var(--mh--color--category-green-500), 0.3);
}
.u-bg-category-green-500\/35 {
  background-color: rgba(var(--mh--color--category-green-500), 0.35);
}
.u-bg-category-green-500\/40 {
  background-color: rgba(var(--mh--color--category-green-500), 0.4);
}
.u-bg-category-green-500\/45 {
  background-color: rgba(var(--mh--color--category-green-500), 0.45);
}
.u-bg-category-green-500\/50 {
  background-color: rgba(var(--mh--color--category-green-500), 0.5);
}
.u-bg-category-green-500\/55 {
  background-color: rgba(var(--mh--color--category-green-500), 0.55);
}
.u-bg-category-green-500\/60 {
  background-color: rgba(var(--mh--color--category-green-500), 0.6);
}
.u-bg-category-green-500\/65 {
  background-color: rgba(var(--mh--color--category-green-500), 0.65);
}
.u-bg-category-green-500\/70 {
  background-color: rgba(var(--mh--color--category-green-500), 0.7);
}
.u-bg-category-green-500\/75 {
  background-color: rgba(var(--mh--color--category-green-500), 0.75);
}
.u-bg-category-green-500\/80 {
  background-color: rgba(var(--mh--color--category-green-500), 0.8);
}
.u-bg-category-green-500\/85 {
  background-color: rgba(var(--mh--color--category-green-500), 0.85);
}
.u-bg-category-green-500\/90 {
  background-color: rgba(var(--mh--color--category-green-500), 0.9);
}
.u-bg-category-green-500\/95 {
  background-color: rgba(var(--mh--color--category-green-500), 0.95);
}
.u-bg-category-green-500\/100 {
  background-color: rgba(var(--mh--color--category-green-500), 1);
}
html body {
  --wp--style--block-gap: 0;
}
html body .is-layout-flow > * + * {
  margin-block-start: 0;
}
html body {
  --wp--preset--font-size--x-3-s: var(--mh--font-size--x3s);
  --wp--preset--font-size--x-2-s: var(--mh--font-size--x2s);
  --wp--preset--font-size--xs: var(--mh--font-size--xs);
  --wp--preset--font-size--sm: var(--mh--font-size--sm);
  --wp--preset--font-size--md: var(--mh--base--font-size);
  --wp--preset--font-size--lg: var(--mh--font-size--lg);
  --wp--preset--font-size--xl: var(--mh--font-size--xl);
  --wp--preset--font-size--x-2-l: var(--mh--font-size--x2l);
  --wp--preset--font-size--x-3-l: var(--mh--font-size--x3l);
  --wp--preset--font-size--x-4-l: var(--mh--font-size--x4l);
  --wp--preset--font-size--x-5-l: var(--mh--font-size--x5l);
  --wp--preset--font-size--x-6-l: var(--mh--font-size--x6l);
  --wp--preset--font-size--x-7-l: var(--mh--font-size--x7l);
  --wp--preset--font-size--x-8-l: var(--mh--font-size--x8l);
  --wp--preset--font-size--x-9-l: var(--mh--font-size--x9l);
  --wp--preset--font-size--x-10-l: var(--mh--font-size--x10l);
  --wp--preset--font-size--x-11-l: var(--mh--font-size--x11l);
  --wp--preset--font-size--x-12-l: var(--mh--font-size--x12l);
  --wp--preset--font-size--x-13-l: var(--mh--font-size--x13l);
  --wp--preset--font-size--x-14-l: var(--mh--font-size--x14l);
  --wp--preset--font-size--x-15-l: var(--mh--font-size--x15l);
}
.has-lg-font-size,
.has-xl-font-size,
.has-x-2-l-font-size,
.has-x-3-l-font-size,
.has-x-4-l-font-size {
  line-height: var(--mh--line-height--md);
}
.has-x-5-l-font-size,
.has-x-6-l-font-size,
.has-x-7-l-font-size,
.has-x-8-l-font-size,
.has-x-9-l-font-size,
.has-x-10-l-font-size,
.has-x-11-l-font-size,
.has-x-12-l-font-size,
.has-x-13-l-font-size,
.has-x-14-l-font-size,
.has-x-15-l-font-size {
  line-height: var(--mh--line-height--md);
}
.wp-block-m-hand-custom-block-custom-group[class*=" u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-gap"],
.wp-block-group[class*=" sm:u-gap"],
.wp-block-group[class*=" md:u-gap"],
.wp-block-group[class*=" lg:u-gap"],
.wp-block-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-grid-cols"],
.wp-block-group[class*=" sm:u-grid-cols"],
.wp-block-group[class*=" md:u-grid-cols"],
.wp-block-group[class*=" lg:u-grid-cols"],
.wp-block-group[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-grid-cols"],
.wp-block-columns[class*=" sm:u-grid-cols"],
.wp-block-columns[class*=" md:u-grid-cols"],
.wp-block-columns[class*=" lg:u-grid-cols"],
.wp-block-columns[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-gap"],
.wp-block-columns[class*=" sm:u-gap"],
.wp-block-columns[class*=" md:u-gap"],
.wp-block-columns[class*=" lg:u-gap"],
.wp-block-columns[class*=" xl:u-gap"] {
  display: grid;
}
html body a:not(.wp-element-button) {
  text-decoration: inherit;
}
@media (width >= 768px ) {
  .wp-block-image.alignleft {
    float: left;
    margin-right: 2em;
  }
  .wp-block-image.alignright {
    float: right;
    margin-left: 2em;
  }
  .wp-block-image.aligncenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}