@charset "UTF-8";
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}
.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}
.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}
.splide--rtl{direction:rtl}
.splide__track--ttb>.splide__list{display:block}
.splide__container{box-sizing:border-box;position:relative}
.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}
.splide.is-initialized:not(.is-active) .splide__list{display:block}
.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}
.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}
.splide:not(.is-overflow) .splide__pagination{display:none}
.splide__progress__bar{width:0}
.splide{position:relative;visibility:hidden}
.splide.is-initialized,.splide.is-rendered{visibility:visible}
.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}
.splide__slide img{vertical-align:bottom}
.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}
.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}
.splide__toggle.is-active .splide__toggle__pause{display:inline}
.splide__track{overflow:hidden;position:relative;z-index:0}
:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1400px;
}
:root {
  --mh-viewport: 1400;
}
:root {
  --mh--font-family--base:
  	"Noto Sans JP", "ヒラギノ角ゴ ProN W3", meiryo, sans-serif;
  --mh--font-family--maru:
  	"Zen Maru Gothic", sans-serif;
  --mh--font-family--en: "Nunito", sans-serif;
}
:root {
  --mh--font-size--x3s: clamp(1.2rem, -0.1vw + 1.3rem, 1rem);
  --mh--font-size--x2s: clamp(1.3rem, -0.1vw + 1.3rem, 1.1rem);
  --mh--font-size--xs: clamp(1.4rem, 0vw + 1.4rem, 1.3rem);
  --mh--font-size--sm: clamp(1.5rem, 0vw + 1.5rem, 1.4rem);
  --mh--font-size--md: clamp(1.6rem, 0.1vw + 1.6rem, 1.6rem);
  --mh--font-size--lg: clamp(1.7rem, 0.1vw + 1.7rem, 1.8rem);
  --mh--font-size--xl: clamp(1.8rem, 0.2vw + 1.7rem, 2rem);
  --mh--font-size--x2l: clamp(1.9rem, 0.3vw + 1.8rem, 2.3rem);
  --mh--font-size--x3l: clamp(2.1rem, 0.5vw + 1.9rem, 2.6rem);
  --mh--font-size--x4l: clamp(2.2rem, 0.6vw + 2rem, 2.9rem);
  --mh--font-size--x5l: clamp(2.4rem, 0.8vw + 2.1rem, 3.2rem);
  --mh--font-size--x6l: clamp(2.6rem, 1.1vw + 2.1rem, 3.6rem);
  --mh--font-size--x7l: clamp(2.7rem, 1.3vw + 2.2rem, 4.1rem);
  --mh--font-size--x8l: clamp(2.9rem, 1.7vw + 2.3rem, 4.6rem);
  --mh--font-size--x9l: clamp(3.1rem, 2vw + 2.4rem, 5.2rem);
  --mh--font-size--x10l: clamp(3.3rem, 2.4vw + 2.4rem, 5.8rem);
  --mh--font-size--x11l: clamp(3.6rem, 2.9vw + 2.5rem, 6.6rem);
  --mh--font-size--x12l: clamp(3.8rem, 3.5vw + 2.5rem, 7.4rem);
}
:root {
  --mh--font-weight--light: 300;
  --mh--font-weight--base: 400;
  --mh--font-weight--bold: 700;
}
:root {
  --mh--letter-spacing--sm: 0.02em;
  --mh--letter-spacing--md: 0.05em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--xs: 1.2;
  --mh--line-height--sm: 1.5;
  --mh--line-height--md: 1.9;
}
:root {
  --mh--header--height: 80px;
}
@media (width >= 1100px ) {
  :root {
    --mh--header--height: 140px;
  }
}
:root {
  --mh--sidebar--width: 240px;
}
:root {
  --mh--contents--width: 1100px;
  --mh--contents--wide-width: 1400px;
  --mh--contents--wider-width: 1600px;
  --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
  );
  --mh--contents--wider-width-with-padding: calc(
  	var(--mh--contents--wider-width) + var(--mh--contents--padding--side) * 2
  );
}
@media (width >= 768px ) {
  :root {
    --mh--contents--padding--side: min(
    	20px,
    	calc(100vw * 50 / var(--mh-viewport))
    );
  }
}
html body {
  --mh--color--primary-100: var(--wp--preset--color--primary-100);
  --mh--color--primary-200: var(--wp--preset--color--primary-200);
  --mh--color--primary-300: var(--wp--preset--color--primary-300);
  --mh--color--primary-400: var(--wp--preset--color--primary-400);
  --mh--color--category-yellow-700: var(--wp--preset--color--category-yellow-700);
  --mh--color--category-yellow-500: var(--wp--preset--color--category-yellow-500);
  --mh--color--category-pink-700: var(--wp--preset--color--category-pink-700);
  --mh--color--category-pink-500: var(--wp--preset--color--category-pink-500);
  --mh--color--category-green-700: var(--wp--preset--color--category-green-700);
  --mh--color--category-green-500: var(--wp--preset--color--category-green-500);
  --mh--color--category-orange-700: var(--wp--preset--color--category-orange-700);
  --mh--color--category-orange-500: var(--wp--preset--color--category-orange-500);
  --mh--color--grayscale-100: var(--wp--preset--color--grayscale-100);
  --mh--color--grayscale-500: var(--wp--preset--color--grayscale-500);
  --mh--color--grayscale-800: var(--wp--preset--color--grayscale-800);
  --mh--color--grayscale-900: var(--wp--preset--color--grayscale-900);
}
:root {
  --mh-viewport: 1520;
}
: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-10: min(10px, calc(100vw * 10 / var(--mh-viewport)));
    --mh--space--10-15: min(15px, calc(100vw * 15 / var(--mh-viewport)));
    --mh--space--10-30: min(30px, calc(100vw * 30 / var(--mh-viewport)));
    --mh--space--10-40: min(40px, calc(100vw * 40 / var(--mh-viewport)));
    --mh--space--10-60: min(60px, calc(100vw * 60 / var(--mh-viewport)));
    --mh--space--15-20: min(20px, calc(100vw * 20 / var(--mh-viewport)));
    --mh--space--20-120: min(120px, calc(100vw * 120 / var(--mh-viewport)));
    --mh--space--20-15: min(15px, calc(100vw * 15 / var(--mh-viewport)));
    --mh--space--20-20: min(20px, calc(100vw * 20 / var(--mh-viewport)));
    --mh--space--20-30: min(30px, calc(100vw * 30 / var(--mh-viewport)));
    --mh--space--20-50: min(50px, calc(100vw * 50 / var(--mh-viewport)));
    --mh--space--20-60: min(60px, calc(100vw * 60 / var(--mh-viewport)));
    --mh--space--20-80: min(80px, calc(100vw * 80 / var(--mh-viewport)));
    --mh--space--25-25: min(25px, calc(100vw * 25 / var(--mh-viewport)));
    --mh--space--25-30: min(30px, calc(100vw * 30 / var(--mh-viewport)));
    --mh--space--25-60: min(60px, calc(100vw * 60 / var(--mh-viewport)));
    --mh--space--25-70: min(70px, calc(100vw * 70 / var(--mh-viewport)));
    --mh--space--25-80: min(80px, calc(100vw * 80 / var(--mh-viewport)));
    --mh--space--30-30: min(30px, calc(100vw * 30 / var(--mh-viewport)));
    --mh--space--30-40: min(40px, calc(100vw * 40 / var(--mh-viewport)));
    --mh--space--30-50: min(50px, calc(100vw * 50 / var(--mh-viewport)));
    --mh--space--30-80: min(80px, calc(100vw * 80 / var(--mh-viewport)));
    --mh--space--40-100: min(100px, calc(100vw * 100 / var(--mh-viewport)));
    --mh--space--40-120: min(120px, calc(100vw * 120 / var(--mh-viewport)));
    --mh--space--40-60: min(60px, calc(100vw * 60 / var(--mh-viewport)));
    --mh--space--60-100: min(100px, calc(100vw * 100 / var(--mh-viewport)));
    --mh--space--60-120: min(120px, calc(100vw * 120 / var(--mh-viewport)));
    --mh--space--60-160: min(160px, calc(100vw * 160 / var(--mh-viewport)));
    --mh--space--x5s: min(4px, calc(100vw * 4 / var(--mh-viewport)));
    --mh--space--x4s: min(10px, calc(100vw * 10 / var(--mh-viewport)));
    --mh--space--x3s: min(20px, calc(100vw * 20 / var(--mh-viewport)));
    --mh--space--x2s: min(30px, calc(100vw * 30 / var(--mh-viewport)));
    --mh--space--xs: min(40px, calc(100vw * 40 / var(--mh-viewport)));
    --mh--space--sm: min(60px, calc(100vw * 60 / var(--mh-viewport)));
    --mh--space--md: min(80px, calc(100vw * 80 / var(--mh-viewport)));
    --mh--space--lg: min(100px, calc(100vw * 100 / var(--mh-viewport)));
    --mh--space--xl: min(120px, calc(100vw * 120 / var(--mh-viewport)));
    --mh--space--x2l: min(140px, calc(100vw * 140 / var(--mh-viewport)));
    --mh--space--x3l: min(160px, calc(100vw * 160 / var(--mh-viewport)));
    --mh--space--x4l: min(180px, calc(100vw * 180 / var(--mh-viewport)));
    --mh--space--x5l: min(200px, calc(100vw * 200 / var(--mh-viewport)));
  }
}
:root {
  --mh--easing: ease;
  --mh--duration: .3s;
  --mh--duration02: 0.6s;
  --mh--duration03: 0.9s;
  --mh--duration04: 1.2s;
  --mh--duration05: 1.5s;
  --mh--duration06: 1.8s;
}
:root {
  --mh--border-radius--sm: 3px;
  --mh--border-radius--md: 5px;
  --mh--border-radius--lg: 50px;
}
@media (width >= 768px ) {
  :root {
    --mh--border-radius--sm: 6px;
    --mh--border-radius--md: 10px;
    --mh--border-radius--lg: 100px;
  }
}
* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
* :focus-visible {
  outline: 2px solid;
}
html {
  font-size: 62.5%;
  block-size: 100%;
  -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 {
  block-size: auto;
  max-inline-size: 100%;
}
svg {
  stroke: none;
  fill: currentColor;
}
p, h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
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 {
  color: inherit;
  font-size: inherit;
  font: inherit;
  letter-spacing: inherit;
}
a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"]) {
  cursor: pointer;
  touch-action: manipulation;
}
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 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
}
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-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  font-family: var(--mh--font-family--base);
  color: var(--mh--color--grayscale-900);
  -webkit-text-size-adjust: 100%;
  background: url(../img/common/bg_pattern01.jpg);
  background-size: 100px 100px;
}
@media (width >= 768px ) {
  body {
    min-width: auto;
  }
}
@media (width >= 768px ) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
* {
  letter-spacing: var(--mh--letter-spacing--md);
}
ins {
  background-color: #ff9;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
sup {
  vertical-align: text-top;
  font-size: 0.75em;
}
sub {
  vertical-align: text-bottom;
  font-size: 0.75em;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid;
  margin: 1em 0;
  padding: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
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;
  border: 1px solid;
  border-radius: 0;
  background: none;
}
@media (width < 768px) {
  input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
    font-size: 1.6rem;
  }
}
summary {
  display: block;
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
.l-wrapper {
  position: relative;
  padding-bottom: env(safe-area-inset-bottom);
  overflow: hidden;
}
@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;
  }
}
.grecaptcha-badge {
  z-index: 2;
}
/*  .c-archive01
================================================== */
.c-archive01 {
  --line: 2;
  --line-height: 1.5;
  display: grid;
  gap: 20px;
}
.c-archive01__item {
  display: grid;
}
.c-archive01__item-in {
  display: block;
  border-radius: var(--mh--border-radius--md);
  overflow: hidden;
  background: var(--mh--color--grayscale-100);
}
.c-archive01__item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 353/198;
  object-fit: cover;
}
.c-archive01__item-area-txt {
  padding: var(--mh--space--20-30);
}
.c-archive01__item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.c-archive01__item-date {
  color: var(--mh--color--grayscale-800);
}
.c-archive01__item-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-archive01__item-cat-item {
  padding: 2px 10px;
  border-radius: var(--mh--border-radius--sm);
  background: var(--mh--color--category-pink-500);
  color: var(--mh--color--grayscale-100);
  line-height: var(--mh--line-height--sm);
}
.c-archive01__item-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.c-archive01__item-tag-item {
  color: var(--mh--color--grayscale-800);
}
.c-archive01__item-tag-item::before {
  content: "#";
}
.c-archive01__item-head {
  overflow: hidden;
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  line-height: var(--line-height);
  -webkit-line-clamp: var(--line);
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--xl);
  margin-top: 10px;
}
@media (width >= 768px ) {
  .c-archive01 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-archive01__item-meta {
    gap: 10px;
  }
  .c-archive01__item-cat-link {
    padding: 4px 10px;
  }
}
/* .c-blockquote01
================================================== */
.c-blockquote01 {
  border: 1px solid var(--mh--color--primary-700);
  padding: 15px;
}
@media (width >= 768px ) {
  .c-blockquote01 {
    padding: 25px;
  }
}
/*  .c-bnr01
================================================== */
.c-bnr01 {
  position: relative;
}
.c-bnr01__content {
  padding: 10px;
  padding-right: 40px;
  background: var(--mh--color--primary-400);
  border-radius: var(--mh--border-radius--md);
  display: grid !important;
  grid-template-columns: 95px 1fr;
  gap: 10px;
  align-items: center !important;
  position: relative;
}
.c-bnr01__content::before, .c-bnr01__content::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-bnr01__content::before {
  display: inline-block;
  width: 20px;
  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 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></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);
  right: 27px;
  z-index: 2;
}
.c-bnr01__content::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--mh--color--category-yellow-500);
  right: 10px;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-bnr01__img {
  border-radius: var(--mh--border-radius--md);
  overflow: hidden;
}
.c-bnr01__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 190/108;
  object-fit: cover;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-bnr01__txt {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--lg);
  width: fit-content;
  padding-right: 15px;
  position: relative;
}
.c-bnr01__txt::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 17px;
  top: -6px;
  right: 0;
  background: url(../img/common/deco02.png) no-repeat 0 100%/cover;
}
@media (width >= 768px ) {
  .c-bnr01__content {
    padding: 24px 40px;
    padding-right: 134px;
    grid-template-columns: 343px 1fr;
    gap: 40px;
  }
  .c-bnr01__content::before {
    width: 28px;
    height: 28px;
    right: 65px;
  }
  .c-bnr01__content::after {
    width: 44px;
    height: 44px;
    right: 40px;
  }
  .c-bnr01__txt {
    padding-right: 50px;
    font-size: var(--mh--font-size--x3l);
  }
  .c-bnr01__txt::after {
    width: 57px;
    height: 41px;
    top: -27px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-bnr01:hover .c-bnr01__img img {
    transform: scale(1.1);
  }
  .c-bnr01:hover .c-bnr01__content::after {
    width: 60px;
    height: 60px;
    transform: translate(5px, -50%);
  }
}
/*  .c-btn01
================================================== */
.c-btn01 .wp-block-button__link {
  padding: 0;
  padding-right: 47px;
  border: none;
  position: relative;
  background: none;
  color: var(--mh--color--grayscale-900);
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--xl);
}
.c-btn01 .wp-block-button__link::before, .c-btn01 .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn01 .wp-block-button__link::before {
  display: inline-block;
  width: 20px;
  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 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></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);
  right: 17px;
  z-index: 2;
}
.c-btn01 .wp-block-button__link::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--mh--color--category-yellow-500);
  right: 0;
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width >= 768px ) {
  .c-btn01 .wp-block-button__link {
    padding-right: 58px;
  }
  .c-btn01 .wp-block-button__link::before {
    width: 28px;
    height: 28px;
    right: 20px;
  }
  .c-btn01 .wp-block-button__link::after {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01 .wp-block-button__link {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-btn01 .wp-block-button__link:hover::after {
    width: 60px;
    height: 60px;
    transform: translate(10px, -50%);
  }
}
/*  .c-round-ghost-btn
================================================== */
.c-round-ghost-btn {
  --_width: fit-content;
  --_min-width: 290px;
  --_max-width: 100%;
  --_min-height: 84px;
  --_column-gap: var(--mh--space--10-10);
  --_icon-size: 16px;
  --_padding: var(--mh--space--30-30);
  --_bg-color: var(--mh--color--grayscale-100);
  --_border-color: var(--mh--color--grayscale-500);
  --_border-width: 1px;
  --_border-radius: 100vmax;
  --_font-color: var(--mh--color--grayscale-900);
  --_font-size: var(--mh--font-size--md);
  width: var(--_width);
  min-width: var(--_min-width);
  max-width: var(--_max-width);
  font-size: var(--_font-size);
}
.c-round-ghost-btn > a, .c-round-ghost-btn > div {
  position: relative;
  display: grid;
  grid-template-columns: auto var(--_icon-size);
  column-gap: var(--_column-gap);
  align-items: center;
  min-height: var(--_min-height);
  padding: var(--_padding) !important;
  color: var(--_font-color);
  text-align: left;
  background: var(--_bg-color);
  border: var(--_border-width) solid var(--_border-color) !important;
  border-radius: var(--_border-radius);
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.c-round-ghost-btn > a::after, .c-round-ghost-btn > div::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: var(--_font-color);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></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-round-ghost-btn > a[target=_blank]::after, .c-round-ghost-btn > div[target=_blank]::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: var(--_font-color);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M9.49557 0C9.7743 9.20533e-05 10.0004 0.226078 10.0004 0.504833V6.81179C10.0004 7.09054 9.7743 7.31653 9.49557 7.31662H3.27143C2.99263 7.31662 2.76661 7.0906 2.7666 6.81179V0.504833C2.7666 0.226021 2.99262 0 3.27143 0H9.49557ZM3.77627 6.30696H8.99074V1.00967H3.77627V6.30696Z"/><path d="M1.38287 2.68311C1.66168 2.68311 1.8877 2.90913 1.8877 3.18794C1.8877 3.46675 1.66168 3.69277 1.38287 3.69277H1.00967V8.99006H6.22414V8.70659C6.22414 8.42778 6.45016 8.20176 6.72897 8.20176C7.0077 8.20185 7.2338 8.42783 7.2338 8.70659V9.4949C7.2338 9.77365 7.0077 9.99964 6.72897 9.99973H0.504833C0.226024 9.99973 3.38248e-06 9.77371 0 9.4949V3.18794C0 2.90913 0.226021 2.68311 0.504833 2.68311H1.38287Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M9.49557 0C9.7743 9.20533e-05 10.0004 0.226078 10.0004 0.504833V6.81179C10.0004 7.09054 9.7743 7.31653 9.49557 7.31662H3.27143C2.99263 7.31662 2.76661 7.0906 2.7666 6.81179V0.504833C2.7666 0.226021 2.99262 0 3.27143 0H9.49557ZM3.77627 6.30696H8.99074V1.00967H3.77627V6.30696Z"/><path d="M1.38287 2.68311C1.66168 2.68311 1.8877 2.90913 1.8877 3.18794C1.8877 3.46675 1.66168 3.69277 1.38287 3.69277H1.00967V8.99006H6.22414V8.70659C6.22414 8.42778 6.45016 8.20176 6.72897 8.20176C7.0077 8.20185 7.2338 8.42783 7.2338 8.70659V9.4949C7.2338 9.77365 7.0077 9.99964 6.72897 9.99973H0.504833C0.226024 9.99973 3.38248e-06 9.77371 0 9.4949V3.18794C0 2.90913 0.226021 2.68311 0.504833 2.68311H1.38287Z"/></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-round-ghost-btn > a[href$=".pdf"]::after, .c-round-ghost-btn > div[href$=".pdf"]::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: var(--_font-color);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.5992 5.68675L12.4804 4.5884L8.79355 8.21191L8.79355 6.93996e-08L7.20587 0L7.20587 8.21191L3.51905 4.5884L2.40021 5.68675L8.00504 11.199L13.5992 5.68675Z"/><path d="M0 14.4002H15.9986V16.0001H0V14.4002Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.5992 5.68675L12.4804 4.5884L8.79355 8.21191L8.79355 6.93996e-08L7.20587 0L7.20587 8.21191L3.51905 4.5884L2.40021 5.68675L8.00504 11.199L13.5992 5.68675Z"/><path d="M0 14.4002H15.9986V16.0001H0V14.4002Z"/></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);
}
@media (hover: hover) and (pointer: fine) {
  .c-round-ghost-btn > a {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-round-ghost-btn > a:hover {
    --_bg-color: var(--wp--preset--color--category-yellow-500);
  }
}
/*  .c-round-ghost-btn-list
================================================== */
.c-round-ghost-btn-list {
  display: grid !important;
  gap: 10px 30px;
}
.c-round-ghost-btn-list .c-round-ghost-btn {
  width: 100% !important;
}
@media (width >= 768px ) {
  .c-round-ghost-btn-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*  .c-card01
================================================== */
.c-card01 {
  gap: 10px;
}
.c-card01 a.u-link-layer {
  z-index: 3;
}
.c-card01__item {
  position: relative;
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--md);
  transition: all var(--mh--duration) var(--mh--easing);
  overflow: hidden;
}
.c-card01__item:has(.u-link-layer)::after {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: inline-block;
  width: 20px;
  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 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></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-card01__area-img {
  position: relative;
  margin: 0 !important;
}
.c-card01__img {
  position: relative;
  overflow: hidden;
}
.c-card01__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  aspect-ratio: 460/230;
  object-fit: cover;
  background: url(../img/common/cover_card01.svg) no-repeat 0 100%/cover;
  z-index: 2;
}
.c-card01__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 670/446;
  object-fit: cover;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-card01__area {
  position: absolute !important;
  top: 0;
  left: 20px;
  width: 100px;
  min-height: 50px;
  padding: 8px 0 0;
  text-align: center;
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--lg);
  clip-path: circle(50px at 50px 0);
}
.c-card01__copy {
  position: absolute !important;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  border-radius: 9999px;
  background: var(--mh--color--primary-400);
  padding: 8px 20px;
  text-align: center;
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--sm);
  z-index: 2;
}
.c-card01__area-txt {
  padding: var(--mh--space--xs);
}
.c-card01__head {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x4l);
  margin-top: 0;
  margin-bottom: 10px;
}
@media (width < 768px) {
  .c-card01 {
    grid-template-columns: 1fr !important;
  }
}
@media (width >= 768px ) {
  .c-card01__item::after {
    bottom: 20px;
    right: 20px;
  }
  .c-card01__area {
    left: 20px;
    width: 130px;
    min-height: 65px;
    padding: 15px 0 0;
    clip-path: circle(65px at 65px 0);
  }
  .c-card01__copy {
    padding: 10px 10px;
    bottom: -30px;
    font-size: var(--mh--font-size--xs);
  }
  .c-card01__area-txt {
    padding: 40px 20px;
  }
}
@media (width >= 1100px ) {
  .c-card01__area-txt {
    padding: 40px;
  }
}
@media (width >= 1400px ) {
  .c-card01__copy {
    font-size: var(--mh--font-size--sm);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-card01__item:has(.u-link-layer):hover {
    cursor: pointer;
    box-shadow: 0 0 30px 0 rgba(64, 64, 64, 0.2);
  }
  .c-card01__item:has(.u-link-layer):hover .c-card01__img img {
    transform: scale(1.1);
  }
}
/*  .c-card01__item.js-c-anime-elem
================================================== */
.c-card01__item.js-c-anime-elem {
  opacity: 0;
  transform: translateY(30px);
  transition: transform var(--mh--duration02) var(--mh--easing) 0s, opacity var(--mh--duration02) var(--mh--easing) 0s, box-shadow var(--mh--duration) var(--mh--easing) 0s !important;
}
.c-card01__item.js-c-anime-elem.is-animated {
  opacity: 1;
  transform: translateY(0);
}
@media (width >= 768px ) {
  .c-card01__item.js-c-anime-elem {
    transform: translateY(60px);
  }
  .c-card01__item.js-c-anime-elem:nth-child(1) {
    transition-delay: 0.3s, 0.3s, 0s !important;
  }
  .c-card01__item.js-c-anime-elem:nth-child(2) {
    transition-delay: 0.6s, 0.6s, 0s !important;
  }
  .c-card01__item.js-c-anime-elem:nth-child(3) {
    transition-delay: 0.9s, 0.9s, 0s !important;
  }
}
/*  .c-card02
================================================== */
.c-card02 {
  position: relative;
  gap: 10px;
}
.c-card02__item {
  border-radius: var(--mh--border-radius--md);
  padding: var(--mh--space--xs);
  background: var(--mh--color--primary-100);
}
.c-card02__area-head {
  display: grid !important;
  grid-template-columns: 55px 1fr;
  gap: 15px;
  align-items: center !important;
  padding-bottom: var(--mh--space--20-30);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
  margin-bottom: 0;
}
.c-card02__img {
  padding-right: 15px;
  border-right: 1px solid var(--mh--color--grayscale-500);
}
.c-card02__img figure {
  margin: 0;
}
.c-card02__head {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x2l);
}
.c-card02__head p {
  margin: 0;
}
.c-card02__area-txt {
  padding-top: var(--mh--space--15-20);
}
.c-card02__area-txt p {
  margin: 0;
}
@media (width < 768px) {
  .c-card02 {
    grid-template-columns: 1fr !important;
  }
}
/*  .c-card03
================================================== */
.c-card03 {
  position: relative;
  gap: 10px;
}
.c-card03__item {
  border-radius: var(--mh--border-radius--md);
  padding: var(--mh--space--30-40) var(--mh--space--xs);
  background: var(--mh--color--primary-300);
  text-align: center;
}
.c-card03__num {
  font-family: var(--mh--font-family--en);
  font-weight: 600;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x3l);
  color: var(--mh--color--category-green-700);
  margin: 0;
}
.c-card03__head {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x2l);
  margin-bottom: 15px;
  margin-left: -30px;
  margin-right: -30px;
}
.c-card03__img {
  width: 100px;
  margin: 15px auto;
}
.c-card03__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.c-card03__txt {
  margin: 0;
}
@media (width < 768px) {
  .c-card03 {
    grid-template-columns: 1fr !important;
  }
}
/*  .c-cv01
================================================== */
.c-cv01 {
  overflow: hidden;
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.c-cv01__inner {
  text-align: center;
  padding-bottom: var(--mh--space--x3l);
  position: relative;
  z-index: 2;
}
.c-cv01__bg {
  position: absolute;
  width: 900px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.c-cv01__img {
  position: absolute;
}
.c-cv01__img.is-01 {
  width: 160px;
  top: 10px;
  right: 20px;
}
.c-cv01__img.is-02 {
  width: 88px;
  top: 125px;
  right: -10px;
}
.c-cv01__img.is-03 {
  width: 135px;
  bottom: -10px;
  left: -15px;
}
.c-cv01__deco {
  position: absolute;
}
.c-cv01__deco.is-01 {
  width: 31%;
  bottom: 10%;
  right: -6%;
  z-index: -1;
}
.c-cv01__deco.is-02 {
  width: 33%;
  bottom: -4%;
  left: 3%;
}
.c-cv01__deco.is-03 {
  width: 26.7%;
  top: 33.5%;
  right: 1%;
}
.c-cv01__content {
  padding-top: 160px;
}
.c-cv01__link {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.c-cv01__link.no-link {
  pointer-events: none;
}
.c-cv01__link.no-link .c-cv01__ico {
  opacity: 0;
}
.c-cv01__sub {
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  margin-bottom: 10px;
  color: var(--mh--color--grayscale-800);
}
.c-cv01__head {
  font-size: var(--mh--font-size--x8l);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.c-cv01__ico {
  width: 61px;
  margin: 20px auto 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.c-cv01__ico-arw {
  position: relative;
  z-index: 2;
  margin-right: -25px;
}
.c-cv01__ico-arw::after {
  margin-top: 2px;
  width: 36px !important;
  height: 36px !important;
}
@media (width >= 768px ) {
  .c-cv01 {
    padding-bottom: 100px;
    margin-bottom: -100px;
  }
  .c-cv01__inner {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-cv01__bg {
    width: 2000px;
  }
  .c-cv01__img {
    position: absolute;
  }
  .c-cv01__img.is-01 {
    width: 33.5%;
    top: 10px;
    right: 70px;
  }
  .c-cv01__img.is-02 {
    width: 18.5%;
    top: 55.5%;
    right: -30px;
  }
  .c-cv01__img.is-03 {
    width: 31%;
    bottom: -60px;
    left: -80px;
  }
  .c-cv01__content {
    padding-top: 456px;
  }
  .c-cv01__sub {
    margin-bottom: 20px;
  }
  .c-cv01__ico {
    width: 81px;
    margin-top: 40px;
  }
  .c-cv01__ico-arw {
    margin-right: -35px;
  }
  .c-cv01__ico-arw::after {
    width: 46px !important;
    height: 46px !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-cv01__link:hover .c-cv01__ico-circle {
    transform: scale(1.33);
  }
}
/*  .c-cv02
================================================== */
.c-cv02 {
  position: relative;
  z-index: 2;
  border-radius: var(--mh--border-radius--lg);
  overflow: hidden;
}
.c-cv02__content {
  position: relative;
}
.c-cv02__content::before {
  position: absolute;
  content: "";
  width: 118px;
  height: 60px;
  top: 260px;
  left: -35px;
  background: url(../img/common/c-cv02/deco01.png) no-repeat 0 100%/cover;
  z-index: -1;
}
.c-cv02__content::after {
  position: absolute;
  content: "";
  width: 144px;
  height: 136px;
  bottom: 95px;
  right: -20px;
  background: url(../img/common/c-cv02/deco02.png) no-repeat 0 100%/cover;
  z-index: -1;
}
.c-cv02__img img {
  border-radius: var(--mh--border-radius--md);
}
.c-cv02__box {
  border-radius: var(--mh--border-radius--md);
  padding: var(--mh--space--20-30);
  background: var(--mh--color--primary-400);
  text-align: center;
}
.c-cv02__box-head {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--xl);
  margin: 0 auto 10px;
}
.c-cv02__box-tel {
  font-family: var(--mh--font-family--en);
  font-weight: 600;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x8l);
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-left: 35px;
}
.c-cv02__box-tel::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 13px;
  height: 15px;
  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 13 15"><path d="M12.6828 11.9325C12.6303 11.82 12.5478 11.7225 12.4428 11.655C12.3528 11.5875 12.2328 11.4975 12.0828 11.3925C11.7903 11.19 11.4003 10.935 11.0178 10.695C10.7178 10.5075 10.2828 10.2375 9.90783 10.035C9.42033 9.76498 9.24783 9.71248 9.11283 9.73498C8.97033 9.74998 8.83533 9.80248 8.72283 9.88498C8.60283 9.95248 8.44533 10.0575 8.25783 10.185C7.98783 10.3725 7.65033 10.6125 7.23033 10.92C7.14033 10.9875 7.01283 10.9875 6.92283 10.92C6.18033 10.41 5.49783 9.81748 4.88283 9.15748C4.03533 8.28748 3.47283 7.18498 3.25533 5.99248C3.22533 5.76748 3.32283 5.54248 3.51783 5.41498L5.13783 4.34248C5.39283 4.17748 5.49783 3.86248 5.39283 3.58498L4.23783 0.494976C4.15533 0.284976 3.97533 0.127476 3.75783 0.0824761C3.17283 -0.0600239 2.55783 -0.0300239 1.98783 0.164976C1.68033 0.329976 1.41033 0.547476 1.18533 0.817476C0.840331 1.22248 0.562831 1.67998 0.375331 2.17498C0.11283 2.84248 -0.0071695 3.55498 0.000330502 4.26748C0.0228305 5.22748 0.21033 6.17998 0.555331 7.07998C1.35783 9.05998 2.58033 10.845 4.14033 12.3075C5.05533 13.245 6.09783 14.0325 7.25283 14.655C7.56033 14.7675 7.86783 14.8575 8.19033 14.91C8.60283 14.985 9.01533 15.015 9.43533 15C10.3128 15.03 11.1603 14.685 11.7678 14.055C12.0903 13.68 12.3528 13.2525 12.5403 12.795C12.6678 12.525 12.7128 12.2325 12.6753 11.94"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 15"><path d="M12.6828 11.9325C12.6303 11.82 12.5478 11.7225 12.4428 11.655C12.3528 11.5875 12.2328 11.4975 12.0828 11.3925C11.7903 11.19 11.4003 10.935 11.0178 10.695C10.7178 10.5075 10.2828 10.2375 9.90783 10.035C9.42033 9.76498 9.24783 9.71248 9.11283 9.73498C8.97033 9.74998 8.83533 9.80248 8.72283 9.88498C8.60283 9.95248 8.44533 10.0575 8.25783 10.185C7.98783 10.3725 7.65033 10.6125 7.23033 10.92C7.14033 10.9875 7.01283 10.9875 6.92283 10.92C6.18033 10.41 5.49783 9.81748 4.88283 9.15748C4.03533 8.28748 3.47283 7.18498 3.25533 5.99248C3.22533 5.76748 3.32283 5.54248 3.51783 5.41498L5.13783 4.34248C5.39283 4.17748 5.49783 3.86248 5.39283 3.58498L4.23783 0.494976C4.15533 0.284976 3.97533 0.127476 3.75783 0.0824761C3.17283 -0.0600239 2.55783 -0.0300239 1.98783 0.164976C1.68033 0.329976 1.41033 0.547476 1.18533 0.817476C0.840331 1.22248 0.562831 1.67998 0.375331 2.17498C0.11283 2.84248 -0.0071695 3.55498 0.000330502 4.26748C0.0228305 5.22748 0.21033 6.17998 0.555331 7.07998C1.35783 9.05998 2.58033 10.845 4.14033 12.3075C5.05533 13.245 6.09783 14.0325 7.25283 14.655C7.56033 14.7675 7.86783 14.8575 8.19033 14.91C8.60283 14.985 9.01533 15.015 9.43533 15C10.3128 15.03 11.1603 14.685 11.7678 14.055C12.0903 13.68 12.3528 13.2525 12.5403 12.795C12.6678 12.525 12.7128 12.2325 12.6753 11.94"/></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);
  width: 25px;
  height: 34px;
  color: var(--mh--color--category-orange-700);
}
.c-cv02__box-time {
  gap: 5px;
  width: fit-content;
  margin: 6px auto 0 !important;
}
.c-cv02__box-sub {
  border-radius: var(--mh--border-radius--sm);
  font-size: var(--mh--font-size--x2s);
  padding: 2px 10px;
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--category-orange-500);
}
.c-cv02__box-txt {
  font-size: var(--mh--font-size--sm);
}
@media (width >= 768px ) {
  .c-cv02__content::before {
    width: 234px;
    height: auto;
    top: -60px;
    left: -160px;
    aspect-ratio: 234/127;
  }
  .c-cv02__content::after {
    width: 289px;
    height: auto;
    bottom: -50px;
    right: -159px;
    aspect-ratio: 289/189;
  }
  .c-cv02__box-time {
    gap: 10px;
    margin-top: 11px !important;
  }
}
/*  .c-cv03
================================================== */
.c-cv03 {
  margin-top: 90px !important;
  border-radius: var(--mh--border-radius--md);
  padding: var(--mh--space--sm) var(--mh--space--20-60);
  position: relative;
}
.c-cv03::before {
  position: absolute;
  content: "";
  width: 70px;
  height: auto;
  aspect-ratio: 70/50;
  top: -20px;
  right: -10px;
  background: url(../img/common/deco04.png) no-repeat 0 100%/cover;
}
.c-cv03-list {
  gap: var(--mh--space--x3s);
}
.c-cv03__box {
  border-radius: var(--mh--border-radius--md);
  padding: var(--mh--space--20-30);
  background: var(--mh--color--primary-100);
}
.c-cv03__box-head {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--xl);
  padding-bottom: 10px;
  border-bottom: solid 1px var(--mh--color--grayscale-500);
  margin: 0 auto var(--mh--space--10-15);
}
.c-cv03__box-tel {
  font-family: var(--mh--font-family--en);
  font-weight: 600;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x7l);
  width: fit-content;
  position: relative;
  padding-left: 35px;
}
.c-cv03__box-tel::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 13px;
  height: 15px;
  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 13 15"><path d="M12.6828 11.9325C12.6303 11.82 12.5478 11.7225 12.4428 11.655C12.3528 11.5875 12.2328 11.4975 12.0828 11.3925C11.7903 11.19 11.4003 10.935 11.0178 10.695C10.7178 10.5075 10.2828 10.2375 9.90783 10.035C9.42033 9.76498 9.24783 9.71248 9.11283 9.73498C8.97033 9.74998 8.83533 9.80248 8.72283 9.88498C8.60283 9.95248 8.44533 10.0575 8.25783 10.185C7.98783 10.3725 7.65033 10.6125 7.23033 10.92C7.14033 10.9875 7.01283 10.9875 6.92283 10.92C6.18033 10.41 5.49783 9.81748 4.88283 9.15748C4.03533 8.28748 3.47283 7.18498 3.25533 5.99248C3.22533 5.76748 3.32283 5.54248 3.51783 5.41498L5.13783 4.34248C5.39283 4.17748 5.49783 3.86248 5.39283 3.58498L4.23783 0.494976C4.15533 0.284976 3.97533 0.127476 3.75783 0.0824761C3.17283 -0.0600239 2.55783 -0.0300239 1.98783 0.164976C1.68033 0.329976 1.41033 0.547476 1.18533 0.817476C0.840331 1.22248 0.562831 1.67998 0.375331 2.17498C0.11283 2.84248 -0.0071695 3.55498 0.000330502 4.26748C0.0228305 5.22748 0.21033 6.17998 0.555331 7.07998C1.35783 9.05998 2.58033 10.845 4.14033 12.3075C5.05533 13.245 6.09783 14.0325 7.25283 14.655C7.56033 14.7675 7.86783 14.8575 8.19033 14.91C8.60283 14.985 9.01533 15.015 9.43533 15C10.3128 15.03 11.1603 14.685 11.7678 14.055C12.0903 13.68 12.3528 13.2525 12.5403 12.795C12.6678 12.525 12.7128 12.2325 12.6753 11.94"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 15"><path d="M12.6828 11.9325C12.6303 11.82 12.5478 11.7225 12.4428 11.655C12.3528 11.5875 12.2328 11.4975 12.0828 11.3925C11.7903 11.19 11.4003 10.935 11.0178 10.695C10.7178 10.5075 10.2828 10.2375 9.90783 10.035C9.42033 9.76498 9.24783 9.71248 9.11283 9.73498C8.97033 9.74998 8.83533 9.80248 8.72283 9.88498C8.60283 9.95248 8.44533 10.0575 8.25783 10.185C7.98783 10.3725 7.65033 10.6125 7.23033 10.92C7.14033 10.9875 7.01283 10.9875 6.92283 10.92C6.18033 10.41 5.49783 9.81748 4.88283 9.15748C4.03533 8.28748 3.47283 7.18498 3.25533 5.99248C3.22533 5.76748 3.32283 5.54248 3.51783 5.41498L5.13783 4.34248C5.39283 4.17748 5.49783 3.86248 5.39283 3.58498L4.23783 0.494976C4.15533 0.284976 3.97533 0.127476 3.75783 0.0824761C3.17283 -0.0600239 2.55783 -0.0300239 1.98783 0.164976C1.68033 0.329976 1.41033 0.547476 1.18533 0.817476C0.840331 1.22248 0.562831 1.67998 0.375331 2.17498C0.11283 2.84248 -0.0071695 3.55498 0.000330502 4.26748C0.0228305 5.22748 0.21033 6.17998 0.555331 7.07998C1.35783 9.05998 2.58033 10.845 4.14033 12.3075C5.05533 13.245 6.09783 14.0325 7.25283 14.655C7.56033 14.7675 7.86783 14.8575 8.19033 14.91C8.60283 14.985 9.01533 15.015 9.43533 15C10.3128 15.03 11.1603 14.685 11.7678 14.055C12.0903 13.68 12.3528 13.2525 12.5403 12.795C12.6678 12.525 12.7128 12.2325 12.6753 11.94"/></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);
  width: 25px;
  height: 34px;
  color: var(--mh--color--category-orange-700);
}
.c-cv03__box-time {
  gap: 5px;
  margin-top: var(--mh--space--10-15) !important;
}
.c-cv03__box-sub {
  border-radius: var(--mh--border-radius--sm);
  font-size: var(--mh--font-size--x2s);
  padding: 2px 10px;
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--category-orange-500);
  line-height: 1.5;
}
.c-cv03__box-txt {
  font-size: var(--mh--font-size--sm);
}
@media (width < 768px) {
  .c-cv03-list {
    grid-template-columns: 1fr !important;
  }
  .c-cv03__box-sub {
    width: 48px;
  }
}
@media (width >= 768px ) {
  .c-cv03::before {
    width: 140px;
    top: -30px;
    right: -20px;
  }
  .c-cv03__box-time {
    gap: 10px;
  }
}
/* .c-form
================================================== */
.c-form table, .c-form thead, .c-form tbody, .c-form tr, .c-form th, .c-form td {
  display: block;
}
.c-form tr {
  padding-block: 20px;
  border-bottom: solid 1px var(--mh--color--grayscale-500);
}
.c-form tr:first-child {
  padding-top: 0;
}
.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 {
  border: 1px solid var(--mh--color--grayscale-500);
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--md);
}
.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;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel] {
  height: 60px;
}
.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 {
  box-sizing: border-box;
  padding: 50px 10px 30px;
}
.c-form__set:not(:first-child) {
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.c-form__head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 10px;
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x2l);
}
.c-form__required, .c-form__optional {
  box-sizing: border-box;
  padding: 2px 15px;
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x2s);
  color: #fff;
  text-align: center;
  background: var(--mh--color--primary-700);
  border-radius: var(--mh--border-radius--sm);
}
.c-form__required {
  background: var(--mh--color--category-pink-500);
}
.c-form__optional {
  color: var(--mh--color--primary-700);
  background: rgb(var(--mh--color-grayscale-500));
  border: 1px solid var(--mh--color--grayscale-500);
}
.c-form__field-set {
  display: block;
  margin-top: 15px;
}
.c-form__field-description {
  display: grid;
  gap: 5px 0;
  margin-bottom: 5px;
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-800);
}
.c-form__field-txt {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.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-500);
  border-bottom: 2px solid var(--mh--color--grayscale-500);
  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-radio {
  display: grid;
  gap: 5px 19px;
}
.c-form__radio-list label {
  position: relative;
  padding-left: 29px;
  cursor: pointer;
}
.c-form__radio-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-500);
  background: var(--mh--color--grayscale-100);
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-form__radio-list input + span::after {
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--mh--color--category-orange-500);
  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 {
  display: grid;
  gap: 15px 19px;
}
.c-form__checkbox-list label {
  position: relative;
  display: flex;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__checkbox-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-500);
  transform: translateY(-50%);
}
.c-form__checkbox-list input + span::after {
  position: absolute;
  top: 7px;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--grayscale-500);
  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__privacy {
  margin-top: var(--mh--space--40-60);
  box-sizing: border-box;
  height: 237px;
  padding: var(--mh--space--30-40) var(--mh--space--xs);
  overflow-y: scroll;
  border: 1px solid var(--mh--color--grayscale-500);
  background: var(--mh--color--grayscale-100);
}
.c-form__privacy-in > *:first-child {
  margin-top: 0 !important;
}
.c-form__privacy-in > *:last-child {
  margin-bottom: 0 !important;
}
.c-form__privacy-head {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--lg);
  margin-bottom: 5px;
  margin-top: 1em;
}
.c-form__agreement {
  margin-block: 15px;
}
.c-form__agreement-txt {
  text-align: center;
}
.c-form__agreement-check label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: grid;
}
.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;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-500);
  background: var(--mh--color--grayscale-100);
  transform: translateY(-50%);
}
.c-form__agreement-check input:checked + span::after {
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--grayscale-800);
  border-style: solid;
  border-width: 2px 2px 0 0;
  margin-top: -3px;
  transform: translateY(-50%) 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;
}
.c-form__btn {
  width: 220px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.c-form__btn input {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: var(--mh--space--15-20) 20px var(--mh--space--15-20) 55px;
  font-family: var(--fontfamily_base);
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--grayscale-100);
  appearance: none;
  outline: none;
  background-color: var(--mh--color--category-orange-500);
  border: none;
  border-radius: 9999px;
}
.c-form__btn input:focus-visible,
.c-form__btn :focus {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__btn input + input {
  margin-left: 20px;
}
.c-form__btn span {
  width: 0;
  margin: 0;
}
.c-form__btn-ico {
  position: absolute;
  top: calc(50% + 1px);
  left: 60px;
  transform: translateY(-50%);
  color: var(--mh--color--grayscale-100);
}
@media (width >= 768px ) {
  .c-form tr {
    padding-block: 40px;
  }
  .c-form tr:first-child {
    padding-top: 0;
  }
  .c-form__head {
    gap: 20px;
  }
  .c-form__field-description {
    margin-bottom: 10px;
  }
  .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: 4px 16px;
  }
  .c-form__radio-list, .c-form__checkbox-list {
    margin-top: 20px;
  }
  .c-form__radio-list label, .c-form__checkbox-list label {
    padding-left: 34px;
  }
  .c-form__radio-list.is-col3-pc .wpcf7-radio, .c-form__checkbox-list.is-col3-pc .wpcf7-radio {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
  }
  .c-form__privacy {
    height: 227px;
    max-width: 900px;
    margin: var(--mh--space--40-60) auto 0;
  }
  .c-form__agreement {
    margin-block: 30px;
  }
  .c-form__agreement-check {
    width: fit-content;
    margin: 0 auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__btn input {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form__btn input:hover {
    background: var(--mh--color--category-orange-700);
  }
}
/* .c-form-btn
================================================== */
.c-form-area-btn {
  margin-top: 35px;
}
@media (width >= 768px ) {
  .c-form-area-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
  }
}
.c-form-btn {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  padding: 10px 20px;
  margin: 0 auto;
  font-weight: 500;
  text-align: left;
  appearance: none;
  border: 0;
}
.c-form-btn + .c-form-btn {
  margin-top: 20px;
}
@media (width >= 768px ) {
  .c-form-btn {
    max-width: 320px;
    height: 80px;
    margin: 0;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form-btn + .c-form-btn {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form-btn:hover {
    opacity: 0.8;
  }
}
/* head
================================================ */
.c-single01__content h2:not([class*=c-]), .c-surface-head {
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--sm);
  padding: 10px !important;
  background-color: var(--mh--color--primary-700);
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--x2l);
}
@media (width >= 768px ) {
  .c-single01__content h2:not([class*=c-]), .c-surface-head {
    padding: 15px 20px !important;
  }
}
.c-dobble-border-head {
  position: relative;
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--sm);
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mh--color--primary-700);
  font-size: var(--mh--font-size--x3l);
}
.c-dobble-border-head::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 70%;
  background: var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-dobble-border-head {
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.c-single01__content h3:not([class*=c-]), .c-line-head {
  position: relative;
  margin-top: var(--mh--space--md);
  margin-bottom: var(--mh--space--sm);
  padding-left: 10px;
  font-size: var(--mh--font-size--x2l);
}
.c-single01__content h3:not([class*=c-])::before, .c-line-head::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 70%;
  background: var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-single01__content h3:not([class*=c-]), .c-line-head {
    padding-left: 15px;
  }
}
.c-under-border-head {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mh--color--primary-700);
  font-size: var(--mh--font-size--xl);
}
@media (width >= 768px ) {
  .c-under-border-head {
    padding-bottom: 20px;
  }
}
.c-single01__content h4:not([class*=c-]), .c-simple-head {
  margin: var(--mh--space--sm) 0;
  color: var(--mh--color--primary-700);
  font-size: var(--mh--font-size--lg);
}
/* list
================================================ */
.c-single01__content ul:not([class*=c-]) {
  line-height: var(--mh--line-height--sm);
  list-style: none;
  margin: var(--mh--space--md) 0;
  padding-left: 0;
}
.c-single01__content ul:not([class*=c-]) li {
  position: relative;
  padding-left: 1em;
}
.c-single01__content ul:not([class*=c-]) li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--mh--color--primary-700);
}
.c-single01__content ul:not([class*=c-]) li + li {
  margin-top: 0.8em;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) {
  counter-reset: child-num;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 2em;
  text-indent: -2em;
  counter-increment: child-num 1;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li:before {
  content: counter(child-num, decimal-leading-zero) ".";
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  background-color: transparent;
  position: static;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) {
  counter-reset: num01;
  line-height: var(--mh--line-height--sm);
  list-style: none;
  margin: var(--mh--space--md) 0;
  padding-left: 0;
}
.c-single01__content ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 2em;
  counter-increment: num01 1;
}
.c-single01__content ol:not([class*=c-]) > li:before {
  content: counter(num01, decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mh--color--primary-700);
}
.c-single01__content ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) {
  counter-reset: num02;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 3.5em;
  text-indent: -3.5em;
  counter-increment: num02 1;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li:before {
  content: counter(num01, decimal-leading-zero) "-" counter(num02, decimal-leading-zero) ".";
  margin-right: 5px;
  color: var(--mh--color--primary-700);
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) {
  line-height: var(--mh--line-height--sm);
  list-style: none;
  margin-top: 0.8em;
  padding-left: 0;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li {
  position: relative;
  padding-left: 1em;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--mh--color--primary-700);
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li + li {
  margin-top: 0.8em;
}
:root .c-disc-list, .c-decimal-list {
  --_list-columns: 1;
  --_list-min-width: 0;
  --_columns-gap: var(--mh--space--10-15);
  grid-template-columns: repeat(var(--_list-columns, 1), minmax(var(--_list-min-width, 0), 1fr));
  column-gap: var(--_columns-gap);
}
:root .c-disc-list, :root .c-disc-list > li > ul, .c-decimal-list > li > ul {
  --_list-row-gap: var(--mh--space--10-10);
  --_icon-column-gap: 5px;
  --_icon-size: 5px;
  --_icon-color: var(--mh--color--category-orange-700);
  --_line-height: var(--mh--line-height--md);
  --_font-size: var(--mh--font-size--md);
  display: grid;
  row-gap: var(--_list-row-gap);
  padding: 0;
  margin: 0;
  font-size: var(--_font-size);
  list-style: none;
}
:root .c-disc-list > li, :root .c-disc-list > li > ul > li, .c-decimal-list > li > ul > li {
  position: relative;
  padding-left: calc(var(--_icon-size) + var(--_icon-column-gap));
  line-height: var(--_line-height);
}
:root .c-disc-list > li::before, :root .c-disc-list > li > ul > li::before, .c-decimal-list > li > ul > li::before {
  position: absolute;
  top: calc(var(--_font-size) * var(--_line-height) / 2 - var(--_icon-size) / 2);
  left: 0;
  width: var(--_icon-size);
  aspect-ratio: 1/1;
  content: "";
  background-color: var(--_icon-color);
  border-radius: 50%;
}
@media (width >= 768px ) {
  :root .c-disc-list > li, :root .c-disc-list > li > ul > li, .c-decimal-list > li > ul > li {
    padding-left: calc(var(--_icon-size) + 10px);
  }
}
:root .c-disc-list > li > ol, .c-decimal-list, .c-decimal-list > li > ol {
  --_list-type: counter(item, decimal-leading-zero);
  --_list-row-gap: var(--mh--space--10-10);
  --_padding-left: 2em;
  --_number-color: var(--mh--color--category-orange-700);
  --_line-height: var(--mh--line-height--md);
  --_font-size: var(--mh--font-size--md);
  display: grid;
  row-gap: var(--_list-row-gap);
  padding: 0;
  margin: 0;
  font-size: var(--_font-size);
  list-style: none;
  counter-reset: item;
}
:root .c-disc-list > li > ol > li, .c-decimal-list > li, .c-decimal-list > li > ol > li {
  position: relative;
  padding-left: var(--_padding-left);
  line-height: var(--_line-height);
}
:root .c-disc-list > li > ol > li::before, .c-decimal-list > li::before, .c-decimal-list > li > ol > li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: calc(var(--_padding-left) - 0.5em);
  line-height: var(--_line-height);
  color: var(--_number-color);
  content: var(--_list-type);
  font-family: var(--mh--font-family--en);
  font-weight: 600;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
  counter-increment: item;
}
/* .c-dobble-border-head
================================================== */
/*  .c-head01
================================================== */
.c-head01 {
  position: relative;
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x8l);
}
.c-head01::before {
  position: absolute;
  content: "";
  width: 53px;
  height: 39px;
  top: -25px;
  left: -15px;
  background: url(../img/common/deco01.png) no-repeat 0 100%/cover;
}
@media (width >= 768px ) {
  .c-head01::before {
    width: 105px;
    height: 76px;
    top: -43px;
    left: -45px;
  }
}
/* .c-line-head
================================================== */
/* .c-shortline-head
================================================== */
.c-shortline-head {
  --_shortline-position: 1;
  --_shortline-gap: var(--mh--space--15-20);
  --_shortline-width: 60px;
  --_shortline-height: 3px;
  --_shortline-color: var(--mh--color--category-pink-500);
  --_font-size: var(--mh--font-size--x6l);
  display: grid;
  row-gap: var(--_shortline-gap);
  padding-bottom: var(--padding);
  font-size: var(--_font-size);
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.c-shortline-head::before {
  display: block;
  order: var(--_shortline-position);
  width: var(--_shortline-width);
  height: var(--_shortline-height);
  content: "";
  background: var(--_shortline-color);
}
.c-shortline-head.has-text-align-center::before, .c-shortline-head:has([class*=u-text])::before {
  margin-inline: auto;
}
/* .c-simple-head
================================================== */
/* .c-surface-head
================================================== */
/* .c-under-border-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-circle
================================================== */
.c-ico.is-circle {
  width: 50px;
  height: 50px;
  background: var(--mh--color--category-yellow-500);
  border-radius: 50%;
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width >= 768px ) {
  .c-ico.is-circle {
    width: 70px;
    height: 70px;
  }
}
/* .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::after {
  display: inline-block;
  width: 20px;
  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 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></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-blank01
================================================== */
.c-ico.is-blank01 {
  color: red;
  margin-left: 5px;
}
.c-ico.is-blank01::after {
  display: inline-block;
  width: 10px;
  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 10 10"><path d="M9.49557 0C9.7743 9.20533e-05 10.0004 0.226078 10.0004 0.504833V6.81179C10.0004 7.09054 9.7743 7.31653 9.49557 7.31662H3.27143C2.99263 7.31662 2.76661 7.0906 2.7666 6.81179V0.504833C2.7666 0.226021 2.99262 0 3.27143 0H9.49557ZM3.77627 6.30696H8.99074V1.00967H3.77627V6.30696Z"/><path d="M1.38287 2.68311C1.66168 2.68311 1.8877 2.90913 1.8877 3.18794C1.8877 3.46675 1.66168 3.69277 1.38287 3.69277H1.00967V8.99006H6.22414V8.70659C6.22414 8.42778 6.45016 8.20176 6.72897 8.20176C7.0077 8.20185 7.2338 8.42783 7.2338 8.70659V9.4949C7.2338 9.77365 7.0077 9.99964 6.72897 9.99973H0.504833C0.226024 9.99973 3.38248e-06 9.77371 0 9.4949V3.18794C0 2.90913 0.226021 2.68311 0.504833 2.68311H1.38287Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M9.49557 0C9.7743 9.20533e-05 10.0004 0.226078 10.0004 0.504833V6.81179C10.0004 7.09054 9.7743 7.31653 9.49557 7.31662H3.27143C2.99263 7.31662 2.76661 7.0906 2.7666 6.81179V0.504833C2.7666 0.226021 2.99262 0 3.27143 0H9.49557ZM3.77627 6.30696H8.99074V1.00967H3.77627V6.30696Z"/><path d="M1.38287 2.68311C1.66168 2.68311 1.8877 2.90913 1.8877 3.18794C1.8877 3.46675 1.66168 3.69277 1.38287 3.69277H1.00967V8.99006H6.22414V8.70659C6.22414 8.42778 6.45016 8.20176 6.72897 8.20176C7.0077 8.20185 7.2338 8.42783 7.2338 8.70659V9.4949C7.2338 9.77365 7.0077 9.99964 6.72897 9.99973H0.504833C0.226024 9.99973 3.38248e-06 9.77371 0 9.4949V3.18794C0 2.90913 0.226021 2.68311 0.504833 2.68311H1.38287Z"/></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-blank02
================================================== */
.c-ico.is-blank02 {
  color: green;
  margin-left: 5px;
}
.c-ico.is-blank02::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  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 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></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-blank03
================================================== */
.c-ico.is-blank03 {
  margin-left: 5px;
}
.c-ico.is-blank03::after {
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-mail01
================================================== */
.c-ico.is-mail01::after {
  display: inline-block;
  width: 20px;
  height: 15px;
  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 20 15"><path d="M9.99288 9.8363L0 2.60498V12.427C0 13.5089 0.882562 14.4057 1.97865 14.4057H18.0214C19.1032 14.4057 20 13.5231 20 12.427V2.60498L10.0071 9.8363H9.99288Z"/><path d="M9.99288 8.21352L19.8007 1.12456C19.4875 0.455516 18.8043 0 18.0214 0H1.97865C1.19573 0 0.512455 0.455516 0.199287 1.12456L9.99288 8.22776V8.21352Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 15"><path d="M9.99288 9.8363L0 2.60498V12.427C0 13.5089 0.882562 14.4057 1.97865 14.4057H18.0214C19.1032 14.4057 20 13.5231 20 12.427V2.60498L10.0071 9.8363H9.99288Z"/><path d="M9.99288 8.21352L19.8007 1.12456C19.4875 0.455516 18.8043 0 18.0214 0H1.97865C1.19573 0 0.512455 0.455516 0.199287 1.12456L9.99288 8.22776V8.21352Z"/></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 {
  color: violet;
  margin-right: 5px;
}
.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 {
  color: red;
  margin-right: 5px;
}
.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 {
  color: pink;
  margin-right: 5px;
}
.c-ico.is-tel01::after {
  display: inline-block;
  width: 13px;
  height: 15px;
  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 13 15"><path d="M12.6828 11.9325C12.6303 11.82 12.5478 11.7225 12.4428 11.655C12.3528 11.5875 12.2328 11.4975 12.0828 11.3925C11.7903 11.19 11.4003 10.935 11.0178 10.695C10.7178 10.5075 10.2828 10.2375 9.90783 10.035C9.42033 9.76498 9.24783 9.71248 9.11283 9.73498C8.97033 9.74998 8.83533 9.80248 8.72283 9.88498C8.60283 9.95248 8.44533 10.0575 8.25783 10.185C7.98783 10.3725 7.65033 10.6125 7.23033 10.92C7.14033 10.9875 7.01283 10.9875 6.92283 10.92C6.18033 10.41 5.49783 9.81748 4.88283 9.15748C4.03533 8.28748 3.47283 7.18498 3.25533 5.99248C3.22533 5.76748 3.32283 5.54248 3.51783 5.41498L5.13783 4.34248C5.39283 4.17748 5.49783 3.86248 5.39283 3.58498L4.23783 0.494976C4.15533 0.284976 3.97533 0.127476 3.75783 0.0824761C3.17283 -0.0600239 2.55783 -0.0300239 1.98783 0.164976C1.68033 0.329976 1.41033 0.547476 1.18533 0.817476C0.840331 1.22248 0.562831 1.67998 0.375331 2.17498C0.11283 2.84248 -0.0071695 3.55498 0.000330502 4.26748C0.0228305 5.22748 0.21033 6.17998 0.555331 7.07998C1.35783 9.05998 2.58033 10.845 4.14033 12.3075C5.05533 13.245 6.09783 14.0325 7.25283 14.655C7.56033 14.7675 7.86783 14.8575 8.19033 14.91C8.60283 14.985 9.01533 15.015 9.43533 15C10.3128 15.03 11.1603 14.685 11.7678 14.055C12.0903 13.68 12.3528 13.2525 12.5403 12.795C12.6678 12.525 12.7128 12.2325 12.6753 11.94"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 15"><path d="M12.6828 11.9325C12.6303 11.82 12.5478 11.7225 12.4428 11.655C12.3528 11.5875 12.2328 11.4975 12.0828 11.3925C11.7903 11.19 11.4003 10.935 11.0178 10.695C10.7178 10.5075 10.2828 10.2375 9.90783 10.035C9.42033 9.76498 9.24783 9.71248 9.11283 9.73498C8.97033 9.74998 8.83533 9.80248 8.72283 9.88498C8.60283 9.95248 8.44533 10.0575 8.25783 10.185C7.98783 10.3725 7.65033 10.6125 7.23033 10.92C7.14033 10.9875 7.01283 10.9875 6.92283 10.92C6.18033 10.41 5.49783 9.81748 4.88283 9.15748C4.03533 8.28748 3.47283 7.18498 3.25533 5.99248C3.22533 5.76748 3.32283 5.54248 3.51783 5.41498L5.13783 4.34248C5.39283 4.17748 5.49783 3.86248 5.39283 3.58498L4.23783 0.494976C4.15533 0.284976 3.97533 0.127476 3.75783 0.0824761C3.17283 -0.0600239 2.55783 -0.0300239 1.98783 0.164976C1.68033 0.329976 1.41033 0.547476 1.18533 0.817476C0.840331 1.22248 0.562831 1.67998 0.375331 2.17498C0.11283 2.84248 -0.0071695 3.55498 0.000330502 4.26748C0.0228305 5.22748 0.21033 6.17998 0.555331 7.07998C1.35783 9.05998 2.58033 10.845 4.14033 12.3075C5.05533 13.245 6.09783 14.0325 7.25283 14.655C7.56033 14.7675 7.86783 14.8575 8.19033 14.91C8.60283 14.985 9.01533 15.015 9.43533 15C10.3128 15.03 11.1603 14.685 11.7678 14.055C12.0903 13.68 12.3528 13.2525 12.5403 12.795C12.6678 12.525 12.7128 12.2325 12.6753 11.94"/></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-img01
================================================== */
.c-img01 {
  margin: var(--mh--space--md) 0;
}
/* .c-decimal-list
================================================== */
.c-decimal-list > li > ul {
  margin-top: var(--_list-row-gap);
}
.c-decimal-list > li > ol {
  margin-top: var(--_list-row-gap);
}
/* .c-disc-list
================================================== */
:root .c-disc-list > li > ul {
  margin-top: var(--_list-row-gap);
}
:root .c-disc-list > li > ol {
  margin-top: var(--_list-row-gap);
}
/*  .c-num-list01
================================================== */
.c-num-list01 {
  counter-reset: num01 0;
}
.c-num-list01__item {
  padding-left: 2em;
  text-indent: -2em;
  font-size: var(--mh--font-size--md);
}
.c-num-list01__item::before {
  counter-increment: num01 1;
  content: counter(num01, decimal-leading-zero) ".";
  margin-right: 5px;
  color: var(--mh--color--primary-700);
}
.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 counter-resetcounter-reset li {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.c-num-list01__item ol counter-resetcounter-reset li + li {
  margin-top: 0.8em;
}
.c-num-list01__item ol counter-resetcounter-reset li::before {
  counter-increment: num02 1;
  content: counter(num01, decimal-leading-zero) "-" counter(num02, decimal-leading-zero) ".";
  margin-right: 5px;
  color: var(--mh--color--primary-700);
}
.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 padding-leftpadding-left li::before {
  content: "";
  position: relative;
  top: 14px;
  left: -1em;
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-num-list01__item ul padding-leftpadding-left li + .c-num-list01__item ul padding-leftpadding-left 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 {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  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;
  background-color: transparent;
  border-radius: 0;
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero) ".";
  margin-right: 5px;
  color: var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-simple-list01__item::before {
    top: 12px;
    width: 6px;
    height: 6px;
  }
}
/*  .c-map01
================================================== */
.c-map01 iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 295/409;
  border-radius: var(--mh--border-radius--md);
}
@media (width >= 768px ) {
  .c-map01 iframe {
    aspect-ratio: 1240/410;
  }
}
/* .c-pager01
===================================*/
.c-pager01 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 40px -5px -10px;
}
.c-pager01 li {
  margin: 0 2px 10px;
}
.c-pager01 li a, .c-pager01 li span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 40px;
  height: 40px;
  line-height: 1;
  border: 1px solid var(--mh--color--grayscale-500);
  text-decoration: none;
  font-family: var(--mh--font-family--en);
  font-weight: 600;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--sm);
  border-radius: 50%;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-pager01 li.pages span {
  width: auto;
  border: 0;
}
.c-pager01 li.current span {
  background: var(--mh--color--primary-100);
}
.c-pager01 li.first, .c-pager01 li.previous {
  margin-right: 20px;
}
.c-pager01 li.first a, .c-pager01 li.last a {
  width: auto;
  border-color: transparent;
  padding-right: 15px;
  padding-left: 15px;
}
.c-pager01 li.next, .c-pager01 li.last {
  margin-left: 20px;
}
.c-pager01 li.previous a, .c-pager01 li.next a {
  color: transparent;
  width: 37px;
  position: relative;
  border-radius: none;
  border: none;
}
.c-pager01 li.previous a::before, .c-pager01 li.next a::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  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 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></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);
  color: var(--mh--color--grayscale-900);
  z-index: 2;
}
.c-pager01 li.previous a::after, .c-pager01 li.next a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--mh--color--category-yellow-500);
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-pager01 li.previous a::before {
  left: auto;
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.c-pager01 li.previous a::after {
  right: auto;
  left: 0;
}
.c-pager01 li.extend span {
  border: 0;
}
@media (width >= 768px ) {
  .c-pager01 {
    margin-top: 60px;
  }
  .c-pager01 li {
    margin: 0 5px 10px;
  }
  .c-pager01 li a, .c-pager01 li span {
    width: 52px;
    height: 52px;
  }
  .c-pager01 li.first, .c-pager01 li.previous {
    margin-right: 25px;
  }
  .c-pager01 li.next, .c-pager01 li.last {
    margin-left: 25px;
  }
  .c-pager01 li.previous a, .c-pager01 li.next a {
    width: 48px;
  }
  .c-pager01 li.previous a::before, .c-pager01 li.next a::before {
    width: 28px;
    height: 28px;
  }
  .c-pager01 li.previous a::after, .c-pager01 li.next a::after {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pager01 li a:hover {
    background: var(--mh--color--primary-100);
  }
  .c-pager01 li.previous a:hover, .c-pager01 li.next a:hover {
    background: none;
  }
  .c-pager01 li.previous a:hover::after, .c-pager01 li.next a:hover::after {
    transform: translateY(-50%) scale(1.33);
  }
}
/*  .c-pager02
================================================== */
.c-pager02 {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  line-height: 1;
}
.c-pager02 a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 50px;
  padding: 15px;
  border: 1px solid;
  text-decoration: none;
}
.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 {
  width: 100%;
  clear: both;
  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 {
    background: #000;
    color: #fff;
    border-color: #000;
  }
}
/* .c-search01
================================================ */
.c-search01 {
  margin-bottom: var(--mh--space--40-60);
}
.c-search01__box {
  padding: var(--mh--space--20-30);
  border-radius: var(--mh--border-radius--sm);
  background: var(--mh--color--primary-100);
}
.c-search01__set {
  display: grid;
  gap: 5px;
}
.c-search01__set + .c-search01__set {
  margin-top: var(--mh--space--10-15);
}
.c-search01__head {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.c-search01__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-search01__cat-link {
  display: block;
  padding: 2px 10px;
  border-radius: var(--mh--border-radius--sm);
  color: var(--mh--color--grayscale-800);
  border: solid 1px var(--mh--color--grayscale-500);
  background: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
}
.c-search01__cat-link.is-active {
  border-color: var(--mh--color--primary-400);
  background: var(--mh--color--primary-400);
}
@media (width < 768px) {
  .c-search01__cat {
    padding-top: 10px;
    border-top: solid 1px var(--mh--color--grayscale-500);
  }
}
@media (width >= 768px ) {
  .c-search01__set {
    grid-template-columns: 85px 1fr;
    align-items: center;
  }
  .c-search01__cat {
    padding-left: 20px;
    border-left: solid 1px var(--mh--color--grayscale-500);
    gap: 10px;
  }
  .c-search01__cat-link {
    padding: 4px 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-search01__cat-link {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-search01__cat-link:hover {
    border-color: var(--mh--color--primary-400);
    background: var(--mh--color--primary-400);
  }
}
/*  .c-set01.is-reverse
================================================== */
@media (width >= 768px ) {
  .c-set01.is-reverse {
    flex-direction: row;
  }
  .c-set01.is-reverse .c-set01__img {
    margin: 0 0 0 40px !important;
  }
}
/*  .c-set01
================================================== */
.c-set01__img {
  margin-top: 30px !important;
}
@media (width >= 768px ) {
  .c-set01 {
    flex-direction: row-reverse;
  }
  .c-set01__img {
    width: 40%;
    flex-basis: auto !important;
    margin: 0 40px 0 0 !important;
  }
  .c-set01__area-txt {
    flex-basis: auto !important;
    width: calc(100% - 480px);
  }
}
/*  .c-set02
================================================== */
.c-set02 {
  gap: 20px 80px;
}
@media (width >= 768px ) {
  .c-set02.is-reverse {
    flex-direction: row-reverse;
  }
}
/*  .c-set03
================================================== */
.c-set03 {
  gap: 20px 80px;
}
.c-set03 + .c-set03 {
  margin-top: var(--mh--space--sm) !important;
}
.c-set03__img img {
  border-radius: var(--mh--border-radius--md);
  width: 100%;
  height: 100%;
  aspect-ratio: 670/500;
  object-fit: cover;
}
.c-set03__head {
  display: grid !important;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: flex-start;
}
.c-set03__head-num {
  font-family: var(--mh--font-family--en);
  font-weight: 600;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
  line-height: 38px;
  font-size: var(--mh--font-size--x2l);
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: var(--mh--color--category-pink-500);
  border-radius: 50%;
  padding: 0;
}
.c-set03__head-txt {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x6l);
}
.c-set03__box {
  padding: var(--mh--space--x2s);
  border-radius: var(--mh--border-radius--md);
  background: var(--mh--color--primary-200);
}
.c-set03__box-head {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x2l);
  padding-left: 21px;
  position: relative;
}
.c-set03__box-head::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  top: 50%;
  left: 0;
  background: var(--mh--color--category-orange-700);
}
.c-set03__box .c-disc-list {
  row-gap: 4px;
}
@media (width >= 768px ) {
  .c-set03 {
    display: grid !important;
    grid-template-columns: 510fr 810fr;
  }
  .c-set03__head-num {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-top: 5px !important;
  }
}
/*  .c-set03.is-reverse
================================================== */
@media (width >= 768px ) {
  .c-set03.is-reverse {
    grid-template-columns: 810fr 510fr;
  }
  .c-set03.is-reverse .c-set03__area-img {
    order: 2;
  }
}
/*  .c-set03-list
================================================== */
.c-set03-list .c-set03__area-img {
  position: relative;
}
.c-set03-list .c-set03__area-img::before {
  position: absolute;
  content: "";
  width: 90px;
  height: auto;
  aspect-ratio: 85/69;
  bottom: 20px;
  left: -10px;
  background: url(../img/common/deco03.png) no-repeat 0 100%/cover;
  z-index: 2;
}
.c-set03-list .c-set03:nth-child(even) .c-set03__area-img::before {
  width: 101px;
  height: auto;
  aspect-ratio: 70/50;
  bottom: auto;
  top: 35px;
  left: -12px;
  background-image: url(../img/common/deco04.png);
}
@media (width >= 768px ) {
  .c-set03-list .c-set03__area-img::before {
    width: 120px;
    bottom: 24px;
    left: -36px;
  }
  .c-set03-list .c-set03:nth-child(even) {
    grid-template-columns: 810fr 510fr;
  }
  .c-set03-list .c-set03:nth-child(even) .c-set03__area-img {
    order: 2;
  }
  .c-set03-list .c-set03:nth-child(even) .c-set03__area-img::before {
    width: 140px;
    top: 46px;
    left: -27px;
  }
}
/*  .c-set04
================================================== */
.c-set04 {
  gap: 20px 60px;
  border-radius: var(--mh--border-radius--md);
  padding: var(--mh--space--sm) var(--mh--space--20-120, 20px);
  background: var(--mh--color--primary-100);
}
.c-set04 + .c-set04 {
  margin-top: 10px !important;
}
.c-set04__sub {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x2l);
  padding: 2px 15px;
  border-radius: 9999px;
  background: var(--mh--color--primary-400);
  width: fit-content;
  margin: 0 auto 10px;
}
.c-set04__head {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x5l);
  text-align: center;
}
@media (width < 768px) {
  .c-set04__area-head {
    padding-bottom: 20px;
    border-bottom: dashed 1px var(--mh--color--grayscale-500);
  }
}
@media (width >= 768px ) {
  .c-set04 {
    display: grid !important;
    grid-template-columns: auto 1fr;
    align-items: center !important;
    padding: var(--mh--space--sm) var(--mh--space--20-120);
  }
  .c-set04__area-txt {
    padding-left: 60px;
    border-left: dashed 1px var(--mh--color--grayscale-500);
  }
  .c-set04__head {
    min-width: 300px;
  }
}
/*  .c-set04-list
================================================== */
.c-set04-list .c-set04 {
  position: relative;
}
.c-set04-list .c-set04:first-of-type::before {
  position: absolute;
  content: "";
  width: 85px;
  height: auto;
  aspect-ratio: 85/69;
  top: -20px;
  right: -10px;
  background: url(../img/common/deco03.png) no-repeat 0 100%/cover;
}
.c-set04-list .c-set04:last-child::after {
  position: absolute;
  content: "";
  width: 70px;
  height: auto;
  aspect-ratio: 70/50;
  top: 72px;
  left: -10px;
  background: url(../img/common/deco04.png) no-repeat 0 100%/cover;
}
@media (width >= 768px ) {
  .c-set04-list .c-set04:first-of-type::before {
    width: 171px;
    top: -50px;
    right: -39px;
  }
  .c-set04-list .c-set04:last-child::after {
    width: 140px;
    top: auto;
    bottom: -30px;
    left: -40px;
  }
}
/* .c-single01
================================================== */
.c-single01__content {
  overflow: hidden;
}
.c-single01__content > *:first-child {
  margin-top: 0 !important;
}
.c-single01__content > *:last-child {
  margin-bottom: 0 !important;
}
.c-single01__content p {
  margin: var(--mh--space--xs) 0;
}
.c-single01__content h1:not([class*=c-]),
.c-single01__content h2:not([class*=c-]),
.c-single01__content h3:not([class*=c-]),
.c-single01__content h4:not([class*=c-]),
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  margin: var(--mh--space--lg) 0 var(--mh--space--md);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  letter-spacing: var(--mh--letter-spacing--md);
  clear: both;
}
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  font-size: var(--mh--font-size--md);
}
.c-single01__content ul:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content ul:not([class*=c-]) ol:not([class*=c-]),
.c-single01__content ol:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content ol:not([class*=c-]) ol:not([class*=c-]) {
  margin: 0.8em 0 0;
}
.c-single01__content blockquote {
  margin: var(--mh--space--md) 0;
  padding: 20px;
  border: 1px solid var(--mh--color--primary-700);
}
.c-single01__content blockquote > *:first-child {
  margin-top: 0;
}
.c-single01__content figure {
  margin: var(--mh--space--md) 0;
}
.c-single01__content *:not(.c-link01) a {
  color: var(--mh--color--primary-700);
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  .c-single01__content *:not(.c-link01) a:hover {
    text-decoration: none !important;
  }
}
/*  .c-slider01
================================================== */
.c-slider01__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
/*  .c-slider01-sec
================================================== */
.c-slider01-sec {
  position: relative;
}
.c-slider01-sec__deco {
  position: absolute;
  z-index: 2;
}
.c-slider01-sec__deco.is-01 {
  width: 160px;
  bottom: -30px;
  left: 16%;
}
.c-slider01-sec__deco.is-02 {
  width: 60px;
  top: 10px;
  left: 65%;
}
.c-slider01-sec__deco.is-03 {
  width: 130px;
  bottom: 25px;
  right: 0;
}
@media (width >= 768px ) {
  .c-slider01-sec__deco.is-02 {
    width: 120px;
    left: 55%;
  }
}
/*  .c-border-table
================================================== */
:root .c-border-table {
  --_table-width: 1100px;
  --_table-pb: var(--mh--space--x2s);
  --_th-width: 300px;
  --_th-bg-color: var(--mh--color--primary-400);
  --_th-padding: var(--mh--space--15-20) var(--mh--space--20-30);
  --_th-border-color: var(--mh--color--grayscale-500);
  --_th-font-color: var(--mh--color--grayscale-900);
  --_th-font-size: var(--mh--font-size--lg);
  --_th-font-weight: 700;
  --_th-vertical-align: middle;
  --_th-line-height: var(--mh--line-height--md);
  --_td-bg-color: var(--mh--color--primary-100);
  --_td-padding: var(--mh--space--15-20) var(--mh--space--20-30);
  --_td-border-color: var(--mh--color--grayscale-500);
  --_td-font-color: var(--mh--color--grayscale-900);
  --_td-font-size: var(--mh--font-size--md);
  --_td-font-weight: normal;
  --_td-line-height: var(--mh--line-height--md);
  --_link-color: var(--mh--color--grayscale-900);
  --_scrollbar-height: 6px;
  --_scrollbar-track-color: var(--mh--color--grayscale-200);
  --_scrollbar-thumb-color: var(--mh--color--grayscale-500);
  --_scrollbar-border-radius: 3px;
  --_th-letter-spacing: var(--mh--letter-spacing--lg);
  --_td-letter-spacing: var(--mh--letter-spacing--lg);
  width: 100%;
}
:root .c-border-table > table thead tr th:first-child {
  width: var(--_th-width);
}
:root .c-border-table > table thead tr th:last-child {
  width: auto;
}
:root .c-border-table > table tr th,
:root .c-border-table > table tr td {
  box-sizing: border-box;
  text-align: left;
  background: none;
}
:root .c-border-table > table tr th > a,
:root .c-border-table > table tr td > a {
  color: var(--_link-color);
  text-decoration: underline;
}
:root .c-border-table > table tr th > a[target=_blank]::after,
:root .c-border-table > table tr td > a[target=_blank]::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: var(--_link-color);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M9.49557 0C9.7743 9.20533e-05 10.0004 0.226078 10.0004 0.504833V6.81179C10.0004 7.09054 9.7743 7.31653 9.49557 7.31662H3.27143C2.99263 7.31662 2.76661 7.0906 2.7666 6.81179V0.504833C2.7666 0.226021 2.99262 0 3.27143 0H9.49557ZM3.77627 6.30696H8.99074V1.00967H3.77627V6.30696Z"/><path d="M1.38287 2.68311C1.66168 2.68311 1.8877 2.90913 1.8877 3.18794C1.8877 3.46675 1.66168 3.69277 1.38287 3.69277H1.00967V8.99006H6.22414V8.70659C6.22414 8.42778 6.45016 8.20176 6.72897 8.20176C7.0077 8.20185 7.2338 8.42783 7.2338 8.70659V9.4949C7.2338 9.77365 7.0077 9.99964 6.72897 9.99973H0.504833C0.226024 9.99973 3.38248e-06 9.77371 0 9.4949V3.18794C0 2.90913 0.226021 2.68311 0.504833 2.68311H1.38287Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M9.49557 0C9.7743 9.20533e-05 10.0004 0.226078 10.0004 0.504833V6.81179C10.0004 7.09054 9.7743 7.31653 9.49557 7.31662H3.27143C2.99263 7.31662 2.76661 7.0906 2.7666 6.81179V0.504833C2.7666 0.226021 2.99262 0 3.27143 0H9.49557ZM3.77627 6.30696H8.99074V1.00967H3.77627V6.30696Z"/><path d="M1.38287 2.68311C1.66168 2.68311 1.8877 2.90913 1.8877 3.18794C1.8877 3.46675 1.66168 3.69277 1.38287 3.69277H1.00967V8.99006H6.22414V8.70659C6.22414 8.42778 6.45016 8.20176 6.72897 8.20176C7.0077 8.20185 7.2338 8.42783 7.2338 8.70659V9.4949C7.2338 9.77365 7.0077 9.99964 6.72897 9.99973H0.504833C0.226024 9.99973 3.38248e-06 9.77371 0 9.4949V3.18794C0 2.90913 0.226021 2.68311 0.504833 2.68311H1.38287Z"/></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);
  margin-inline: 2px;
}
:root .c-border-table > table tr th {
  width: var(--_th-width);
  padding: var(--_th-padding);
  font-size: var(--_th-font-size);
  font-weight: var(--_th-font-weight);
  line-height: var(--_th-line-height);
  vertical-align: var(--_th-vertical-align);
  color: var(--_th-font-color);
  background-color: var(--_th-bg-color);
  border: 1px solid var(--_th-border-color);
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
:root .c-border-table > table tr td {
  padding: var(--_td-padding);
  font-size: var(--_td-font-size);
  font-weight: var(--_td-font-weight);
  line-height: var(--_td-line-height);
  color: var(--_td-font-color);
  background-color: var(--_td-bg-color);
  border: 1px solid var(--_td-border-color);
}
@media (width < 768px) {
  :root .c-border-table:not(.is-block) {
    padding-bottom: var(--_table-pb);
  }
  :root .c-border-table:not(.is-block)::-webkit-scrollbar {
    height: var(--_scrollbar-height);
  }
  :root .c-border-table:not(.is-block)::-webkit-scrollbar-thumb {
    background-color: var(--_scrollbar-thumb-color);
    border-radius: var(--_scrollbar-border-radius);
  }
  :root .c-border-table:not(.is-block)::-webkit-scrollbar-track {
    background-color: var(--_scrollbar-track-color);
    border-radius: var(--_scrollbar-border-radius);
  }
}
@media (width >= 768px ) {
  :root .c-border-table {
    --_table-width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  :root .c-border-table > table tr th > a:hover,
  :root .c-border-table > table tr td > a:hover {
    text-decoration: none;
  }
}
/* .c-border-table.is-block
================================================ */
@media (width < 768px) {
  :root .c-border-table.is-block > table {
    border: solid var(--_td-border-color);
    border-width: 0 0 1px;
  }
  :root .c-border-table.is-block > table tr th,
  :root .c-border-table.is-block > table tr td {
    display: block;
  }
  :root .c-border-table.is-block > table tr td {
    border-width: 0 1px;
  }
}
/* .l-breadcrumb
================================================ */
.l-breadcrumb__inner {
  max-width: 100% !important;
}
@media (width >= 1100px ) {
  .l-breadcrumb {
    padding: 0 50px;
  }
}
/* .l-breadcrumb-list
================================================ */
.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-800);
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  padding-left: 30px;
  position: relative;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  top: 50%;
  left: 10px;
  background: var(--mh--color--grayscale-500);
}
.l-breadcrumb-list a {
  transition: opacity var(--mh--duration) var(--mh--easing);
}
.l-breadcrumb-list a:hover {
  opacity: 0.7;
}
@media (width < 768px) {
  .l-breadcrumb-list {
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}
@media (width >= 1100px ) {
  .l-breadcrumb-list {
    justify-content: flex-end;
  }
}
/* .l-footer
================================================ */
.l-footer {
  position: relative;
  z-index: 2;
  background: var(--mh--color--primary-300);
  border-radius: var(--mh--border-radius--lg) var(--mh--border-radius--lg) 0 0;
}
.l-footer__inner {
  padding-block: var(--mh--space--x3l);
}
@media (width >= 1100px ) {
  .l-footer__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/* .l-footer-logo
================================================ */
.l-footer-logo {
  padding-right: 15px;
  border-right: dashed 1px var(--mh--color--grayscale-500);
}
.l-footer-logo__wrap {
  display: grid;
  grid-template-columns: 173px 1fr;
  align-items: center;
  gap: 15px;
  width: fit-content;
  margin: 0 auto;
}
.l-footer-logo__copy {
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-800);
}
@media (width >= 1100px ) {
  .l-footer-logo {
    padding-right: 30px;
  }
  .l-footer-logo__wrap {
    grid-template-columns: 188px 1fr;
    gap: 30px;
  }
}
/* .l-footer-info
================================================ */
.l-footer-info__txt {
  margin-top: 20px;
  text-align: center;
  font-size: var(--mh--font-size--sm);
}
.l-footer-info__tel {
  margin-top: 5px;
}
.l-footer-info__tel-link {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.l-footer-info__tel-link::before {
  display: inline-block;
  width: 13px;
  height: 15px;
  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 13 15"><path d="M12.6828 11.9325C12.6303 11.82 12.5478 11.7225 12.4428 11.655C12.3528 11.5875 12.2328 11.4975 12.0828 11.3925C11.7903 11.19 11.4003 10.935 11.0178 10.695C10.7178 10.5075 10.2828 10.2375 9.90783 10.035C9.42033 9.76498 9.24783 9.71248 9.11283 9.73498C8.97033 9.74998 8.83533 9.80248 8.72283 9.88498C8.60283 9.95248 8.44533 10.0575 8.25783 10.185C7.98783 10.3725 7.65033 10.6125 7.23033 10.92C7.14033 10.9875 7.01283 10.9875 6.92283 10.92C6.18033 10.41 5.49783 9.81748 4.88283 9.15748C4.03533 8.28748 3.47283 7.18498 3.25533 5.99248C3.22533 5.76748 3.32283 5.54248 3.51783 5.41498L5.13783 4.34248C5.39283 4.17748 5.49783 3.86248 5.39283 3.58498L4.23783 0.494976C4.15533 0.284976 3.97533 0.127476 3.75783 0.0824761C3.17283 -0.0600239 2.55783 -0.0300239 1.98783 0.164976C1.68033 0.329976 1.41033 0.547476 1.18533 0.817476C0.840331 1.22248 0.562831 1.67998 0.375331 2.17498C0.11283 2.84248 -0.0071695 3.55498 0.000330502 4.26748C0.0228305 5.22748 0.21033 6.17998 0.555331 7.07998C1.35783 9.05998 2.58033 10.845 4.14033 12.3075C5.05533 13.245 6.09783 14.0325 7.25283 14.655C7.56033 14.7675 7.86783 14.8575 8.19033 14.91C8.60283 14.985 9.01533 15.015 9.43533 15C10.3128 15.03 11.1603 14.685 11.7678 14.055C12.0903 13.68 12.3528 13.2525 12.5403 12.795C12.6678 12.525 12.7128 12.2325 12.6753 11.94"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 15"><path d="M12.6828 11.9325C12.6303 11.82 12.5478 11.7225 12.4428 11.655C12.3528 11.5875 12.2328 11.4975 12.0828 11.3925C11.7903 11.19 11.4003 10.935 11.0178 10.695C10.7178 10.5075 10.2828 10.2375 9.90783 10.035C9.42033 9.76498 9.24783 9.71248 9.11283 9.73498C8.97033 9.74998 8.83533 9.80248 8.72283 9.88498C8.60283 9.95248 8.44533 10.0575 8.25783 10.185C7.98783 10.3725 7.65033 10.6125 7.23033 10.92C7.14033 10.9875 7.01283 10.9875 6.92283 10.92C6.18033 10.41 5.49783 9.81748 4.88283 9.15748C4.03533 8.28748 3.47283 7.18498 3.25533 5.99248C3.22533 5.76748 3.32283 5.54248 3.51783 5.41498L5.13783 4.34248C5.39283 4.17748 5.49783 3.86248 5.39283 3.58498L4.23783 0.494976C4.15533 0.284976 3.97533 0.127476 3.75783 0.0824761C3.17283 -0.0600239 2.55783 -0.0300239 1.98783 0.164976C1.68033 0.329976 1.41033 0.547476 1.18533 0.817476C0.840331 1.22248 0.562831 1.67998 0.375331 2.17498C0.11283 2.84248 -0.0071695 3.55498 0.000330502 4.26748C0.0228305 5.22748 0.21033 6.17998 0.555331 7.07998C1.35783 9.05998 2.58033 10.845 4.14033 12.3075C5.05533 13.245 6.09783 14.0325 7.25283 14.655C7.56033 14.7675 7.86783 14.8575 8.19033 14.91C8.60283 14.985 9.01533 15.015 9.43533 15C10.3128 15.03 11.1603 14.685 11.7678 14.055C12.0903 13.68 12.3528 13.2525 12.5403 12.795C12.6678 12.525 12.7128 12.2325 12.6753 11.94"/></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);
  transform: translateY(2px);
  margin-right: 4px;
}
@media (width >= 1100px ) {
  .l-footer-info__txt {
    margin-top: 30px;
    text-align: left;
  }
  .l-footer-info__tel {
    margin-top: 10px;
  }
  .l-footer-info__tel-link {
    margin-left: 0;
  }
}
/* .l-footer-sitemap
================================================ */
.l-footer-sitemap__wrap {
  margin-top: 30px;
}
.l-footer-sitemap__item-link, .l-footer-sitemap__item-txt {
  display: block;
  position: relative;
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  text-align: left;
  border: 0;
  padding: 20px 0;
  border-bottom: solid 1px var(--mh--color--grayscale-500);
}
.l-footer-sitemap__item-link::before, .l-footer-sitemap__item-txt::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 20px;
  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 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></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);
}
.l-footer-sitemap__item-link::after, .l-footer-sitemap__item-txt::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  transition: background-size var(--mh--duration) var(--mh--easing);
}
.l-footer-sitemap__item-txt::before {
  display: none;
}
.l-footer-sitemap__item-txt::after {
  display: none;
}
.l-footer-sitemap__child {
  display: grid;
  gap: 15px;
}
.l-footer-sitemap__child-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--mh--space--15-20);
  padding: 20px;
  background: var(--mh--color--primary-400);
  box-sizing: border-box;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-footer-sitemap__child-head {
  margin-bottom: 15px;
}
.l-footer-sitemap__child-head-link.no-link {
  pointer-events: none;
}
.l-footer-sitemap__child-item-link {
  display: block;
  padding-left: 18px;
  position: relative;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.l-footer-sitemap__child-item-link::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  top: 50%;
  left: 0;
  background: var(--mh--color--grayscale-800);
}
@media (width >= 1100px ) {
  .l-footer-sitemap__wrap {
    margin-top: 0;
    display: grid;
    gap: 40px;
  }
  .l-footer-sitemap__wrap:has(> .l-footer-sitemap:nth-child(2)) {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-footer-sitemap__child {
    min-width: 130px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-sitemap__item-link:hover::after {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
/* .l-footer-other
================================================ */
.l-footer-other {
  margin-top: var(--mh--space--md);
  text-align: center;
  display: grid;
  gap: 40px;
}
.l-footer-other__list {
  display: grid;
  gap: 20px;
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
}
.l-footer-other__list-link {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.l-footer-other__list-link[target=_blank]::after {
  display: inline-block;
  width: 10px;
  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 10 10"><path d="M9.49557 0C9.7743 9.20533e-05 10.0004 0.226078 10.0004 0.504833V6.81179C10.0004 7.09054 9.7743 7.31653 9.49557 7.31662H3.27143C2.99263 7.31662 2.76661 7.0906 2.7666 6.81179V0.504833C2.7666 0.226021 2.99262 0 3.27143 0H9.49557ZM3.77627 6.30696H8.99074V1.00967H3.77627V6.30696Z"/><path d="M1.38287 2.68311C1.66168 2.68311 1.8877 2.90913 1.8877 3.18794C1.8877 3.46675 1.66168 3.69277 1.38287 3.69277H1.00967V8.99006H6.22414V8.70659C6.22414 8.42778 6.45016 8.20176 6.72897 8.20176C7.0077 8.20185 7.2338 8.42783 7.2338 8.70659V9.4949C7.2338 9.77365 7.0077 9.99964 6.72897 9.99973H0.504833C0.226024 9.99973 3.38248e-06 9.77371 0 9.4949V3.18794C0 2.90913 0.226021 2.68311 0.504833 2.68311H1.38287Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M9.49557 0C9.7743 9.20533e-05 10.0004 0.226078 10.0004 0.504833V6.81179C10.0004 7.09054 9.7743 7.31653 9.49557 7.31662H3.27143C2.99263 7.31662 2.76661 7.0906 2.7666 6.81179V0.504833C2.7666 0.226021 2.99262 0 3.27143 0H9.49557ZM3.77627 6.30696H8.99074V1.00967H3.77627V6.30696Z"/><path d="M1.38287 2.68311C1.66168 2.68311 1.8877 2.90913 1.8877 3.18794C1.8877 3.46675 1.66168 3.69277 1.38287 3.69277H1.00967V8.99006H6.22414V8.70659C6.22414 8.42778 6.45016 8.20176 6.72897 8.20176C7.0077 8.20185 7.2338 8.42783 7.2338 8.70659V9.4949C7.2338 9.77365 7.0077 9.99964 6.72897 9.99973H0.504833C0.226024 9.99973 3.38248e-06 9.77371 0 9.4949V3.18794C0 2.90913 0.226021 2.68311 0.504833 2.68311H1.38287Z"/></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);
  margin-left: 5px;
}
.l-footer-other__cr {
  font-size: var(--mh--font-size--x3s);
  color: var(--mh--color--grayscale-800);
}
@media (width >= 1100px ) {
  .l-footer-other {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-footer-other__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
/* .l-footer-page-top
================================================ */
#home .l-header:not(.is-active) {
  transform: translateY(-100%);
}
/* .l-header
================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 10;
  transition: all var(--mh--duration03) var(--mh--easing);
}
.l-header.is-hide {
  transform: translateY(-100%);
}
.l-header.is-hide.is-open {
  transform: translateY(0);
}
.l-header.is-fixed .l-header__inner::before {
  opacity: 1;
}
.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: var(--mh--header--height);
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.l-header__inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/bg_pattern01.jpg);
  background-size: 100px 100px;
  opacity: 0;
  transition: all var(--mh--duration) var(--mh--easing);
  z-index: 2;
}
@media (width >= 1100px ) {
  .l-header__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (width >= 1400px ) {
  .l-header__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* .l-header-logo
================================================== */
.l-header-logo {
  width: 120px;
  padding-right: 15px;
  border-right: dashed 1px var(--mh--color--grayscale-500);
  box-sizing: border-box;
}
.l-header-logo__wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 15px;
}
@media (width >= 1100px ) {
  .l-header-logo {
    width: 150px;
    padding-right: 20px;
  }
  .l-header-logo__wrap {
    gap: 20px;
  }
}
@media (width >= 1400px ) {
  .l-header-logo {
    width: 180px;
  }
}
@media (width >= 1500px) {
  .l-header-logo {
    width: 240px;
    padding-right: 30px;
  }
  .l-header-logo__wrap {
    gap: 30px;
  }
}
/* .l-header-btn
================================================== */
.l-header-btn {
  display: grid;
  height: 28px;
  place-items: center;
  position: relative;
  border: none;
  font-size: var(--mh--font-size--x3s);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  padding: 5px 25px 5px 10px;
  color: var(--mh--color--grayscale-800);
  background: var(--mh--color--grayscale-100);
  border-radius: 9999px;
}
.l-header-btn::before, .l-header-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 10px;
  height: 0;
  border-top: 1px solid var(--mh--color--category-green-700);
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-header-btn::after {
  transform: translate(0, -50%) rotate(90deg);
}
.l-header-btn.is-open::after {
  transform: translate(0, -50%) rotate(0);
}
.l-header-btn__child-wrap {
  position: absolute;
  top: 50px;
  right: 0;
  padding: 10px;
  color: var(--mh--color--grayscale-800);
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--md);
  box-shadow: 0 0 30px 0 rgba(64, 64, 64, 0.2);
  transition: visibility 0s linear, all 0.3s ease;
}
.l-header-btn__child-wrap:not(.is-open) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translate(0, -30px);
}
.l-header-btn__child-item-link {
  display: block;
  font-size: var(--mh--font-size--x3s);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.l-header-btn__child-item-link[target=_blank] {
  padding-right: 22px;
  position: relative;
}
.l-header-btn__child-item-link[target=_blank]::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 10px;
  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 10 10"><path d="M9.49557 0C9.7743 9.20533e-05 10.0004 0.226078 10.0004 0.504833V6.81179C10.0004 7.09054 9.7743 7.31653 9.49557 7.31662H3.27143C2.99263 7.31662 2.76661 7.0906 2.7666 6.81179V0.504833C2.7666 0.226021 2.99262 0 3.27143 0H9.49557ZM3.77627 6.30696H8.99074V1.00967H3.77627V6.30696Z"/><path d="M1.38287 2.68311C1.66168 2.68311 1.8877 2.90913 1.8877 3.18794C1.8877 3.46675 1.66168 3.69277 1.38287 3.69277H1.00967V8.99006H6.22414V8.70659C6.22414 8.42778 6.45016 8.20176 6.72897 8.20176C7.0077 8.20185 7.2338 8.42783 7.2338 8.70659V9.4949C7.2338 9.77365 7.0077 9.99964 6.72897 9.99973H0.504833C0.226024 9.99973 3.38248e-06 9.77371 0 9.4949V3.18794C0 2.90913 0.226021 2.68311 0.504833 2.68311H1.38287Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M9.49557 0C9.7743 9.20533e-05 10.0004 0.226078 10.0004 0.504833V6.81179C10.0004 7.09054 9.7743 7.31653 9.49557 7.31662H3.27143C2.99263 7.31662 2.76661 7.0906 2.7666 6.81179V0.504833C2.7666 0.226021 2.99262 0 3.27143 0H9.49557ZM3.77627 6.30696H8.99074V1.00967H3.77627V6.30696Z"/><path d="M1.38287 2.68311C1.66168 2.68311 1.8877 2.90913 1.8877 3.18794C1.8877 3.46675 1.66168 3.69277 1.38287 3.69277H1.00967V8.99006H6.22414V8.70659C6.22414 8.42778 6.45016 8.20176 6.72897 8.20176C7.0077 8.20185 7.2338 8.42783 7.2338 8.70659V9.4949C7.2338 9.77365 7.0077 9.99964 6.72897 9.99973H0.504833C0.226024 9.99973 3.38248e-06 9.77371 0 9.4949V3.18794C0 2.90913 0.226021 2.68311 0.504833 2.68311H1.38287Z"/></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);
  transform: translateY(-50%);
  color: var(--mh--color--category-green-700);
}
@media (width >= 1400px ) {
  .l-header-btn {
    font-size: var(--mh--font-size--sm);
    height: 43px;
    padding: 10px 44px 10px 20px;
  }
  .l-header-btn::before, .l-header-btn::after {
    right: 15px;
    width: 14px;
  }
  .l-header-btn__child-wrap {
    top: 90px;
    padding: 15px;
    min-width: 187px;
  }
  .l-header-btn__child-item-link {
    font-size: var(--mh--font-size--sm);
  }
  .l-header-btn__child-item-link[target=_blank]::after {
    width: 14px;
    height: 14px;
  }
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: relative;
  z-index: 3;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  color: var(--mh--color--grayscale-900);
}
.l-nav-btn__line {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--mh--color--grayscale-900);
  border-radius: 4px;
  content: "";
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-btn__line:nth-child(1) {
  top: 6px;
}
.l-nav-btn__line:nth-child(2) {
  top: 14px;
}
.l-nav-btn__line:nth-child(3) {
  top: 22px;
}
.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-btn__txt {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  font-size: 1rem;
  line-height: var(--mh--line-height--sm);
  text-align: center;
}
/* .l-nav
================================================ */
.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
}
@media (width < 1100px) {
  .l-nav {
    height: 100dvh;
    padding: 100px var(--mh--contents--padding--side) 75px;
    background: url(../img/common/bg_pattern01.jpg);
    background-size: 100px 100px;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
@media (width >= 1100px ) {
  .l-nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    left: auto;
    height: auto;
    width: fit-content;
    min-width: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
  }
}
@media (width >= 1400px ) {
  .l-nav {
    right: 50px;
    gap: 40px;
  }
}
/* .l-nav-list
================================================== */
.l-nav-list__item-link, .l-nav-list__item-txt {
  display: block;
  position: relative;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  text-align: left;
  border: 0;
}
.l-nav-list__child {
  display: grid;
  gap: 15px;
}
.l-nav-list__child-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--mh--space--15-20);
  padding: var(--mh--space--20-30);
  background: var(--mh--color--primary-400);
  box-sizing: border-box;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-list__child-head {
  margin-bottom: 15px;
}
.l-nav-list__child-head-link.no-link {
  pointer-events: none;
}
.l-nav-list__child-item-link {
  display: block;
  padding-left: 18px;
  position: relative;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.l-nav-list__child-item-link::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  top: 50%;
  left: 0;
  background: var(--mh--color--grayscale-800);
}
@media (width < 1100px) {
  .l-nav-list {
    margin-top: 20px;
  }
  .l-nav-list__item-link, .l-nav-list__item-txt {
    font-size: var(--mh--font-size--lg);
    padding: 20px 0;
    border-bottom: solid 1px var(--mh--color--grayscale-500);
  }
  .l-nav-list__item-link::before, .l-nav-list__item-txt::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: inline-block;
    width: 20px;
    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 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10"><path d="M14.6181 0.202201C14.9007 -0.0727152 15.3528 -0.0664643 15.6279 0.215872L19.7978 4.50191C20.0673 4.77914 20.0673 5.22076 19.7978 5.49799L15.6279 9.78403C15.3528 10.0663 14.9007 10.0726 14.6181 9.7977C14.3354 9.52268 14.3295 9.07072 14.6044 8.78795L17.5947 5.7138H0.722654C0.323807 5.7138 0 5.39443 0 4.99995C8.85851e-06 4.60548 0.323812 4.2861 0.722654 4.2861H17.5947L14.6044 1.21194C14.3295 0.929183 14.3354 0.477224 14.6181 0.202201Z"/></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);
  }
  .l-nav-list__item-link::after, .l-nav-list__item-txt::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    transition: background-size var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-txt::before {
    display: none;
  }
  .l-nav-list__item-txt::after {
    display: none;
  }
}
@media (width >= 1100px ) {
  .l-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
  }
  .l-nav-list__item-link {
    position: relative;
  }
  .l-nav-list__item-link:is(button) {
    padding-right: 22px;
  }
  .l-nav-list__item-link:is(button)::before, .l-nav-list__item-link:is(button)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 14px;
    height: 0;
    border-top: 1px solid var(--mh--color--category-green-700);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-link:is(button)::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .l-nav-list__item-link:is(button).is-active::after {
    transform: translate(0, -50%) rotate(0);
  }
  .l-nav-list__item-link {
    display: block;
    padding: 0;
    border: 0;
  }
  .l-nav-list__item-link-txt {
    background-image: linear-gradient(90deg, currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    transition: background-size var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__child-wrap {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    padding: var(--mh--space--20-30);
    background: var(--mh--color--grayscale-100);
    border-radius: var(--mh--border-radius--md);
    gap: 50px;
    box-shadow: 0 0 30px 0 rgba(64, 64, 64, 0.2);
    transition: visibility 0s linear, all 0.3s ease;
  }
  .l-nav-list__child-wrap:not(.is-active) {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translate(-50%, -30px);
  }
  .l-nav-list__child-item-link span {
    display: block;
    width: fit-content;
    white-space: nowrap;
  }
}
@media (width >= 1400px ) {
  .l-nav-list {
    gap: 40px;
  }
  .l-nav-list__item-link {
    font-size: var(--mh--font-size--lg);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-list__item-link:hover::after {
    background-size: 100% 1px;
    background-position: left bottom;
  }
  .l-nav-list__item-link:hover .l-nav-list__item-link-txt {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
/* .l-nav-cv
================================================== */
.l-nav-cv__link {
  display: grid;
  place-items: center;
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--category-orange-500);
  border-radius: 9999px;
  padding: var(--mh--space--15-20);
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.l-nav-cv__txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.l-nav-cv__txt::before {
  display: inline-block;
  width: 20px;
  height: 15px;
  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 20 15"><path d="M9.99288 9.8363L0 2.60498V12.427C0 13.5089 0.882562 14.4057 1.97865 14.4057H18.0214C19.1032 14.4057 20 13.5231 20 12.427V2.60498L10.0071 9.8363H9.99288Z"/><path d="M9.99288 8.21352L19.8007 1.12456C19.4875 0.455516 18.8043 0 18.0214 0H1.97865C1.19573 0 0.512455 0.455516 0.199287 1.12456L9.99288 8.22776V8.21352Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 15"><path d="M9.99288 9.8363L0 2.60498V12.427C0 13.5089 0.882562 14.4057 1.97865 14.4057H18.0214C19.1032 14.4057 20 13.5231 20 12.427V2.60498L10.0071 9.8363H9.99288Z"/><path d="M9.99288 8.21352L19.8007 1.12456C19.4875 0.455516 18.8043 0 18.0214 0H1.97865C1.19573 0 0.512455 0.455516 0.199287 1.12456L9.99288 8.22776V8.21352Z"/></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);
}
@media (width >= 1100px ) {
  .l-nav-cv__link {
    font-size: var(--mh--font-size--md);
    min-width: 200px;
    padding: 20px;
  }
}
@media (width >= 1400px ) {
  .l-nav-cv__link {
    font-size: var(--mh--font-size--lg);
    min-width: 220px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-cv__link {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-nav-cv__link:hover {
    background: var(--mh--color--category-orange-700);
  }
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.25);
}
/* .l-main-img HOME
================================================ */
.l-main-img {
  position: relative;
}
.l-main-img__inner {
  padding-top: var(--mh--header--height);
  display: grid;
  gap: 60px 0;
}
.l-main-img__bg {
  position: absolute;
  top: calc(var(--mh--header--height) + 198px);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 625px);
  margin-left: 50%;
  z-index: -1;
}
.l-main-img__area-img {
  position: relative;
  z-index: 2;
}
.l-main-img__deco {
  position: absolute;
}
.l-main-img__deco.is-01 {
  width: 22.7%;
  top: 19.5%;
  right: 2.3%;
  z-index: 2;
}
.l-main-img__deco.is-02 {
  width: 8.6%;
  top: 37%;
  right: 0;
}
.l-main-img__deco.is-03 {
  width: 13.7%;
  bottom: 10%;
  left: 39%;
  z-index: 2;
}
.l-main-img__copy {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x11l);
}
@media (width < 768px) {
  .l-main-img__area-img {
    margin: 0 -20px;
  }
  .l-main-img__area-txt {
    padding: 0 20px;
  }
}
@media (width >= 768px ) {
  .l-main-img {
    max-width: 1920px;
    margin: 0 auto;
  }
  .l-main-img__bg {
    top: calc(var(--mh--header--height) + 30px);
    width: calc(100% + 119px);
    max-width: 2039px;
    margin-left: 20%;
  }
  .l-main-img__inner {
    padding: 60px 30px 0;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
  }
  .l-main-img__area-img {
    max-width: 1130px;
  }
  .l-main-img__area-txt {
    padding-bottom: 40px;
  }
  .l-main-img__copy {
    font-size: clamp(4.2rem, 2.9268292683vw + 0.9804878049rem, 6.6rem);
  }
}
@media (width >= 1100px ) {
  .l-main-img__inner {
    grid-template-columns: 1fr 500px;
  }
  .l-main-img__area-txt {
    padding-bottom: 22%;
  }
}
@media (width >= 1400px ) {
  .l-main-img__inner {
    grid-template-columns: 100fr 66fr;
  }
  .l-main-img__copy {
    font-size: clamp(5.3rem, 6.5vw + -3.8rem, 6.6rem);
  }
}
/* .js-mv
================================================ */
.js-mv-bg {
  opacity: 0;
  transition: all var(--mh--duration03) var(--mh--duration) var(--mh--easing);
}
.js-mv-bg.is-active {
  opacity: 1;
}
.js-mv-img, .js-mv-txt {
  opacity: 0;
  transform: translateY(60px);
  transition: all var(--mh--duration03) var(--mh--duration) var(--mh--easing);
}
.js-mv-img.is-active, .js-mv-txt.is-active {
  opacity: 1;
  transform: translateY(0);
}
/* .l-sub-img
================================================ */
.l-sub-img {
  padding-top: var(--mh--header--height);
  position: relative;
}
.l-sub-img__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 38.1%;
  z-index: -1;
}
.l-sub-img__bg img {
  width: 100%;
}
.l-sub-img__inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
}
.l-sub-img__head {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x10l);
}
@media (width >= 768px ) {
  .l-sub-img__bg {
    width: 69.2%;
    max-width: 1330px;
  }
  .l-sub-img__inner {
    padding-block: var(--mh--space--40-120);
  }
}
/* .l-sub-img.has-img
================================================ */
.l-sub-img.has-img .l-sub-img__bg {
  width: 38.1%;
  z-index: -1;
}
.l-sub-img.has-img .l-sub-img__bg img {
  width: 100%;
}
.l-sub-img.has-img .l-sub-img__inner {
  display: grid;
  gap: 50px 0;
}
.l-sub-img.has-img .l-sub-img__sub {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--xl);
  margin-bottom: 10px;
  color: var(--mh--color--grayscale-800);
}
.l-sub-img.has-img .l-sub-img__area {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--x2l);
  margin-top: 5px;
}
.l-sub-img.has-img .l-sub-img__area-img {
  position: relative;
  margin: 0 20px 20px;
}
.l-sub-img.has-img .l-sub-img__deco {
  position: absolute;
  width: 30%;
  bottom: 26%;
  left: -20px;
  z-index: 2;
}
.l-sub-img.has-img .l-sub-img__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  clip-path: circle(63% at 50% 0%);
  border-radius: var(--mh--border-radius--md);
}
@media (width >= 768px ) {
  .l-sub-img.has-img .l-sub-img__bg {
    width: 80%;
    max-width: 1265px;
  }
  .l-sub-img.has-img .l-sub-img__sub {
    margin-bottom: 20px;
  }
  .l-sub-img.has-img .l-sub-img__area {
    font-size: var(--mh--font-size--x3l);
    margin-top: 10px;
  }
  .l-sub-img.has-img .l-sub-img__inner {
    aspect-ratio: 1440/455;
    align-items: center;
  }
  .l-sub-img.has-img .l-sub-img__area-img {
    margin: 70px 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    width: 50vw;
    max-width: 910px;
  }
  .l-sub-img.has-img .l-sub-img__deco {
    max-width: 216px;
    width: 24%;
    bottom: -11%;
    left: -11%;
  }
}
/* .l-sidebar
================================================== */
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: all var(--mh--duration02) var(--mh--easing);
}
@media (width >= 768px ) {
  .js-c-anime-elem[data-anime=fadein-up] {
    transform: translateY(60px);
  }
}
.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;
}
.c-anime-swing {
  animation: animSwing 5s steps(1, start) infinite;
}
.c-anime-swing-reverse {
  animation: animSwingReverse 5s steps(1, start) infinite;
}
@keyframes animSwing {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes animSwingReverse {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.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;
}
/* .js-splide-common-style
/* Splide 汎用スタイル
================================================ */
/* .case-archive
================================================ */
.case-archive__inner {
  padding-block: var(--mh--space--x2l);
}
/* .error-page404
================================================ */
.error-page404__inner {
  padding-block: var(--mh--space--lg);
}
.error-page404__txt {
  margin-top: var(--mh--space--20-50);
}
.error-page404__btn {
  margin-top: var(--mh--space--30-40);
}
/* .home-intro
================================================ */
.home-intro__content {
  gap: 40px;
}
.home-intro__img {
  position: relative;
  z-index: 2;
}
.home-intro__deco {
  position: absolute;
}
.home-intro__deco.is-01 {
  width: 41%;
  top: 9%;
  right: 0;
}
.home-intro__deco.is-02 {
  width: 19%;
  top: 39%;
  right: -4%;
  z-index: -1;
}
.home-intro__deco.is-03 {
  width: 21.8%;
  bottom: 7.5%;
  left: 8.5%;
}
@media (width >= 768px ) {
  .home-intro__content {
    display: grid !important;
    grid-template-columns: 320fr 500fr;
  }
  .home-intro__area-txt {
    order: 2;
  }
  .home-intro__area-img {
    max-width: 633px;
  }
}
@media (width >= 1100px ) {
  .home-intro__content {
    display: grid !important;
    grid-template-columns: 1fr 500px;
    gap: 80px;
  }
  .home-intro .c-head01 {
    margin-right: -20px;
  }
}
@media (width >= 1400px ) {
  .home-intro {
    margin-bottom: var(--mh--space--x5l);
  }
}
/* .home-about
================================================ */
.home-about {
  border-radius: var(--mh--border-radius--lg);
}
.home-about__sub {
  letter-spacing: var(--mh--letter-spacing--sm);
}
.home-about__head {
  letter-spacing: var(--mh--letter-spacing--sm);
}
.home-about__content {
  display: grid !important;
  gap: 25px 0;
}
.home-about__img img {
  width: 100%;
}
.home-about-box {
  border-radius: var(--mh--border-radius--md);
  padding: 30px 20px;
  gap: 20px;
  position: relative;
}
.home-about-box__wrap {
  position: relative;
}
.home-about-box__deco {
  position: absolute;
  z-index: 2;
}
.home-about-box__deco.is-01 {
  width: 86px;
  top: -20px;
  right: -10px;
}
.home-about-box__deco.is-02 {
  width: 73px;
  top: 82px;
  left: -10px;
}
@media (width < 768px) {
  .home-about-box__head {
    padding-bottom: 20px;
    border-bottom: dashed 1px var(--mh--color--grayscale-500);
  }
}
@media (width >= 768px ) {
  .home-about__content {
    grid-template-columns: repeat(2, 1fr);
    align-items: center !important;
  }
  .home-about__txt {
    padding-right: 25px;
  }
  .home-about-box {
    padding: 30px 50px;
    display: grid !important;
    grid-template-columns: auto 1fr;
    gap: 60px;
    align-items: center !important;
  }
  .home-about-box__deco.is-01 {
    width: 171px;
    top: -40px;
    right: auto;
    left: 150px;
  }
  .home-about-box__deco.is-02 {
    width: 140px;
    top: auto;
    bottom: -20px;
    left: 20px;
  }
  .home-about-box__area-txt {
    padding-left: 60px;
    border-left: dashed 1px var(--mh--color--grayscale-500);
  }
}
@media (width >= 1100px ) {
  .home-about-box {
    padding: var(--mh--space--sm) var(--space-space--20-120, 120px);
  }
  .home-about-box__deco.is-01 {
    left: 235px;
  }
}
/* .home-sec
================================================ */
.home-sec__header {
  display: grid;
  gap: 20px 0;
}
.home-sec__header .c-head01 {
  margin-bottom: 0 !important;
}
@media (width >= 1100px ) {
  .home-sec__header {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
  }
}
.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 < 1400px) {
  .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 >= 1400px ) {
  .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;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 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 < 1400px) {
  .u-text-left-xl-down {
    text-align: left;
  }
}
@media (width < 1400px) {
  .u-text-right-xl-down {
    text-align: right;
  }
}
@media (width < 1400px) {
  .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 >= 1400px ) {
  .u-text-left-xl-up {
    text-align: left;
  }
}
@media (width >= 1400px ) {
  .u-text-right-xl-up {
    text-align: right;
  }
}
@media (width >= 1400px ) {
  .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);
}
/* font-weight
-------------------------------------- */
.u-font-light {
  font-weight: var(--mh--font-weight--light);
}
.u-font-base {
  font-weight: var(--mh--font-weight--base);
}
.u-font-bold {
  font-weight: var(--mh--font-weight--bold);
}
/* line-height
-------------------------------------- */
.u-leading-none {
  line-height: var(--mh--line-height--none);
}
.u-leading-xs {
  line-height: var(--mh--line-height--xs);
}
.u-leading-sm {
  line-height: var(--mh--line-height--sm);
}
.u-leading-md {
  line-height: var(--mh--line-height--md);
}
/* letter-spacing
-------------------------------------- */
.u-tracking-sm {
  letter-spacing: var(--mh--letter-spacing--sm);
}
.u-tracking-md {
  letter-spacing: var(--mh--letter-spacing--md);
}
/* font-family
-------------------------------------- */
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: 600;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.u-font-maru {
  font-family: var(--mh--font-family--maru);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
/* default font settings
MEMO:ルールが異なれば、line-heightとletter-spacingは別々に設定してもよい
================================================ */
/* position
-------------------------------------- */
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute !important;
}
/* layout
-------------------------------------- */
.u-inner {
  padding-left: var(--mh--contents--padding--side);
  padding-right: 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-left: 0;
    padding-right: 0;
  }
}
.u-wide-inner {
  padding-left: var(--mh--contents--padding--side);
  padding-right: 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 {
  display: block;
  clear: both;
  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 {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  a.u-zoom:hover .u-zoom__img {
    transform: scale(1.1);
  }
}
a.u-link-layer {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 2;
  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-text-move-underline {
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  transition: background-size var(--mh--duration) var(--mh--easing);
}
@media (hover: hover) and (pointer: fine) {
  a[class]:hover .u-text-move-underline,
  button[class]:hover .u-text-move-underline {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
.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-x6s {
  height: var(--mh--space--x6s);
}
.u-m-x6s {
  margin: var(--mh--space--x6s);
}
.u-my-x6s {
  margin-block: var(--mh--space--x6s);
}
.u-mx-x6s {
  margin-inline: var(--mh--space--x6s);
}
.u-mt-x6s {
  margin-top: var(--mh--space--x6s);
}
.u-mb-x6s {
  margin-bottom: var(--mh--space--x6s);
}
.u-ml-x6s {
  margin-left: var(--mh--space--x6s);
}
.u-mr-x6s {
  margin-right: var(--mh--space--x6s);
}
.u-space-x5s {
  height: var(--mh--space--x5s);
}
.u-m-x5s {
  margin: var(--mh--space--x5s);
}
.u-my-x5s {
  margin-block: var(--mh--space--x5s);
}
.u-mx-x5s {
  margin-inline: var(--mh--space--x5s);
}
.u-mt-x5s {
  margin-top: var(--mh--space--x5s);
}
.u-mb-x5s {
  margin-bottom: var(--mh--space--x5s);
}
.u-ml-x5s {
  margin-left: var(--mh--space--x5s);
}
.u-mr-x5s {
  margin-right: var(--mh--space--x5s);
}
.u-space-x4s {
  height: var(--mh--space--x4s);
}
.u-m-x4s {
  margin: var(--mh--space--x4s);
}
.u-my-x4s {
  margin-block: var(--mh--space--x4s);
}
.u-mx-x4s {
  margin-inline: var(--mh--space--x4s);
}
.u-mt-x4s {
  margin-top: var(--mh--space--x4s);
}
.u-mb-x4s {
  margin-bottom: var(--mh--space--x4s);
}
.u-ml-x4s {
  margin-left: var(--mh--space--x4s);
}
.u-mr-x4s {
  margin-right: var(--mh--space--x4s);
}
.u-space-x3s {
  height: var(--mh--space--x3s);
}
.u-m-x3s {
  margin: var(--mh--space--x3s);
}
.u-my-x3s {
  margin-block: var(--mh--space--x3s);
}
.u-mx-x3s {
  margin-inline: var(--mh--space--x3s);
}
.u-mt-x3s {
  margin-top: var(--mh--space--x3s);
}
.u-mb-x3s {
  margin-bottom: var(--mh--space--x3s);
}
.u-ml-x3s {
  margin-left: var(--mh--space--x3s);
}
.u-mr-x3s {
  margin-right: var(--mh--space--x3s);
}
.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-space-x4l {
  height: var(--mh--space--x4l);
}
.u-m-x4l {
  margin: var(--mh--space--x4l);
}
.u-my-x4l {
  margin-block: var(--mh--space--x4l);
}
.u-mx-x4l {
  margin-inline: var(--mh--space--x4l);
}
.u-mt-x4l {
  margin-top: var(--mh--space--x4l);
}
.u-mb-x4l {
  margin-bottom: var(--mh--space--x4l);
}
.u-ml-x4l {
  margin-left: var(--mh--space--x4l);
}
.u-mr-x4l {
  margin-right: var(--mh--space--x4l);
}
.u-space-x5l {
  height: var(--mh--space--x5l);
}
.u-m-x5l {
  margin: var(--mh--space--x5l);
}
.u-my-x5l {
  margin-block: var(--mh--space--x5l);
}
.u-mx-x5l {
  margin-inline: var(--mh--space--x5l);
}
.u-mt-x5l {
  margin-top: var(--mh--space--x5l);
}
.u-mb-x5l {
  margin-bottom: var(--mh--space--x5l);
}
.u-ml-x5l {
  margin-left: var(--mh--space--x5l);
}
.u-mr-x5l {
  margin-right: var(--mh--space--x5l);
}
.u-mx-auto {
  margin-inline: auto;
}
.u-p-x2s {
  padding: var(--mh--padding--x2s);
}
.u-py-x2s {
  padding-block: var(--mh--padding--x2s);
}
.u-px-x2s {
  padding-inline: var(--mh--padding--x2s);
}
.u-pt-x2s {
  padding-top: var(--mh--padding--x2s);
}
.u-pb-x2s {
  padding-bottom: var(--mh--padding--x2s);
}
.u-pl-x2s {
  padding-left: var(--mh--padding--x2s);
}
.u-pr-x2s {
  padding-right: var(--mh--padding--x2s);
}
.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-primary-100 {
  color: var(--mh--color--primary-100);
}
.u-text-primary-200 {
  color: var(--mh--color--primary-200);
}
.u-text-primary-300 {
  color: var(--mh--color--primary-300);
}
.u-text-primary-400 {
  color: var(--mh--color--primary-400);
}
.u-text-category-yellow-700 {
  color: var(--mh--color--category-yellow-700);
}
.u-text-category-yellow-500 {
  color: var(--mh--color--category-yellow-500);
}
.u-text-category-pink-700 {
  color: var(--mh--color--category-pink-700);
}
.u-text-category-pink-500 {
  color: var(--mh--color--category-pink-500);
}
.u-text-category-green-700 {
  color: var(--mh--color--category-green-700);
}
.u-text-category-green-500 {
  color: var(--mh--color--category-green-500);
}
.u-text-category-orange-700 {
  color: var(--mh--color--category-orange-700);
}
.u-text-category-orange-500 {
  color: var(--mh--color--category-orange-500);
}
.u-text-grayscale-100 {
  color: var(--mh--color--grayscale-100);
}
.u-text-grayscale-500 {
  color: var(--mh--color--grayscale-500);
}
.u-text-grayscale-800 {
  color: var(--mh--color--grayscale-800);
}
.u-text-grayscale-900 {
  color: var(--mh--color--grayscale-900);
}
.u-bg-primary-100 {
  background-color: var(--mh--color--primary-100);
}
.u-bg-primary-100\/0 {
  background-color: rgba(var(--mh--color--primary-100), 0);
}
.u-bg-primary-100\/5 {
  background-color: rgba(var(--mh--color--primary-100), 0.05);
}
.u-bg-primary-100\/10 {
  background-color: rgba(var(--mh--color--primary-100), 0.1);
}
.u-bg-primary-100\/15 {
  background-color: rgba(var(--mh--color--primary-100), 0.15);
}
.u-bg-primary-100\/20 {
  background-color: rgba(var(--mh--color--primary-100), 0.2);
}
.u-bg-primary-100\/25 {
  background-color: rgba(var(--mh--color--primary-100), 0.25);
}
.u-bg-primary-100\/30 {
  background-color: rgba(var(--mh--color--primary-100), 0.3);
}
.u-bg-primary-100\/35 {
  background-color: rgba(var(--mh--color--primary-100), 0.35);
}
.u-bg-primary-100\/40 {
  background-color: rgba(var(--mh--color--primary-100), 0.4);
}
.u-bg-primary-100\/45 {
  background-color: rgba(var(--mh--color--primary-100), 0.45);
}
.u-bg-primary-100\/50 {
  background-color: rgba(var(--mh--color--primary-100), 0.5);
}
.u-bg-primary-100\/55 {
  background-color: rgba(var(--mh--color--primary-100), 0.55);
}
.u-bg-primary-100\/60 {
  background-color: rgba(var(--mh--color--primary-100), 0.6);
}
.u-bg-primary-100\/65 {
  background-color: rgba(var(--mh--color--primary-100), 0.65);
}
.u-bg-primary-100\/70 {
  background-color: rgba(var(--mh--color--primary-100), 0.7);
}
.u-bg-primary-100\/75 {
  background-color: rgba(var(--mh--color--primary-100), 0.75);
}
.u-bg-primary-100\/80 {
  background-color: rgba(var(--mh--color--primary-100), 0.8);
}
.u-bg-primary-100\/85 {
  background-color: rgba(var(--mh--color--primary-100), 0.85);
}
.u-bg-primary-100\/90 {
  background-color: rgba(var(--mh--color--primary-100), 0.9);
}
.u-bg-primary-100\/95 {
  background-color: rgba(var(--mh--color--primary-100), 0.95);
}
.u-bg-primary-100\/100 {
  background-color: rgba(var(--mh--color--primary-100), 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-primary-300 {
  background-color: var(--mh--color--primary-300);
}
.u-bg-primary-300\/0 {
  background-color: rgba(var(--mh--color--primary-300), 0);
}
.u-bg-primary-300\/5 {
  background-color: rgba(var(--mh--color--primary-300), 0.05);
}
.u-bg-primary-300\/10 {
  background-color: rgba(var(--mh--color--primary-300), 0.1);
}
.u-bg-primary-300\/15 {
  background-color: rgba(var(--mh--color--primary-300), 0.15);
}
.u-bg-primary-300\/20 {
  background-color: rgba(var(--mh--color--primary-300), 0.2);
}
.u-bg-primary-300\/25 {
  background-color: rgba(var(--mh--color--primary-300), 0.25);
}
.u-bg-primary-300\/30 {
  background-color: rgba(var(--mh--color--primary-300), 0.3);
}
.u-bg-primary-300\/35 {
  background-color: rgba(var(--mh--color--primary-300), 0.35);
}
.u-bg-primary-300\/40 {
  background-color: rgba(var(--mh--color--primary-300), 0.4);
}
.u-bg-primary-300\/45 {
  background-color: rgba(var(--mh--color--primary-300), 0.45);
}
.u-bg-primary-300\/50 {
  background-color: rgba(var(--mh--color--primary-300), 0.5);
}
.u-bg-primary-300\/55 {
  background-color: rgba(var(--mh--color--primary-300), 0.55);
}
.u-bg-primary-300\/60 {
  background-color: rgba(var(--mh--color--primary-300), 0.6);
}
.u-bg-primary-300\/65 {
  background-color: rgba(var(--mh--color--primary-300), 0.65);
}
.u-bg-primary-300\/70 {
  background-color: rgba(var(--mh--color--primary-300), 0.7);
}
.u-bg-primary-300\/75 {
  background-color: rgba(var(--mh--color--primary-300), 0.75);
}
.u-bg-primary-300\/80 {
  background-color: rgba(var(--mh--color--primary-300), 0.8);
}
.u-bg-primary-300\/85 {
  background-color: rgba(var(--mh--color--primary-300), 0.85);
}
.u-bg-primary-300\/90 {
  background-color: rgba(var(--mh--color--primary-300), 0.9);
}
.u-bg-primary-300\/95 {
  background-color: rgba(var(--mh--color--primary-300), 0.95);
}
.u-bg-primary-300\/100 {
  background-color: rgba(var(--mh--color--primary-300), 1);
}
.u-bg-primary-400 {
  background-color: var(--mh--color--primary-400);
}
.u-bg-primary-400\/0 {
  background-color: rgba(var(--mh--color--primary-400), 0);
}
.u-bg-primary-400\/5 {
  background-color: rgba(var(--mh--color--primary-400), 0.05);
}
.u-bg-primary-400\/10 {
  background-color: rgba(var(--mh--color--primary-400), 0.1);
}
.u-bg-primary-400\/15 {
  background-color: rgba(var(--mh--color--primary-400), 0.15);
}
.u-bg-primary-400\/20 {
  background-color: rgba(var(--mh--color--primary-400), 0.2);
}
.u-bg-primary-400\/25 {
  background-color: rgba(var(--mh--color--primary-400), 0.25);
}
.u-bg-primary-400\/30 {
  background-color: rgba(var(--mh--color--primary-400), 0.3);
}
.u-bg-primary-400\/35 {
  background-color: rgba(var(--mh--color--primary-400), 0.35);
}
.u-bg-primary-400\/40 {
  background-color: rgba(var(--mh--color--primary-400), 0.4);
}
.u-bg-primary-400\/45 {
  background-color: rgba(var(--mh--color--primary-400), 0.45);
}
.u-bg-primary-400\/50 {
  background-color: rgba(var(--mh--color--primary-400), 0.5);
}
.u-bg-primary-400\/55 {
  background-color: rgba(var(--mh--color--primary-400), 0.55);
}
.u-bg-primary-400\/60 {
  background-color: rgba(var(--mh--color--primary-400), 0.6);
}
.u-bg-primary-400\/65 {
  background-color: rgba(var(--mh--color--primary-400), 0.65);
}
.u-bg-primary-400\/70 {
  background-color: rgba(var(--mh--color--primary-400), 0.7);
}
.u-bg-primary-400\/75 {
  background-color: rgba(var(--mh--color--primary-400), 0.75);
}
.u-bg-primary-400\/80 {
  background-color: rgba(var(--mh--color--primary-400), 0.8);
}
.u-bg-primary-400\/85 {
  background-color: rgba(var(--mh--color--primary-400), 0.85);
}
.u-bg-primary-400\/90 {
  background-color: rgba(var(--mh--color--primary-400), 0.9);
}
.u-bg-primary-400\/95 {
  background-color: rgba(var(--mh--color--primary-400), 0.95);
}
.u-bg-primary-400\/100 {
  background-color: rgba(var(--mh--color--primary-400), 1);
}
.u-bg-category-yellow-700 {
  background-color: var(--mh--color--category-yellow-700);
}
.u-bg-category-yellow-700\/0 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0);
}
.u-bg-category-yellow-700\/5 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.05);
}
.u-bg-category-yellow-700\/10 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.1);
}
.u-bg-category-yellow-700\/15 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.15);
}
.u-bg-category-yellow-700\/20 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.2);
}
.u-bg-category-yellow-700\/25 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.25);
}
.u-bg-category-yellow-700\/30 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.3);
}
.u-bg-category-yellow-700\/35 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.35);
}
.u-bg-category-yellow-700\/40 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.4);
}
.u-bg-category-yellow-700\/45 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.45);
}
.u-bg-category-yellow-700\/50 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.5);
}
.u-bg-category-yellow-700\/55 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.55);
}
.u-bg-category-yellow-700\/60 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.6);
}
.u-bg-category-yellow-700\/65 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.65);
}
.u-bg-category-yellow-700\/70 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.7);
}
.u-bg-category-yellow-700\/75 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.75);
}
.u-bg-category-yellow-700\/80 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.8);
}
.u-bg-category-yellow-700\/85 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.85);
}
.u-bg-category-yellow-700\/90 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.9);
}
.u-bg-category-yellow-700\/95 {
  background-color: rgba(var(--mh--color--category-yellow-700), 0.95);
}
.u-bg-category-yellow-700\/100 {
  background-color: rgba(var(--mh--color--category-yellow-700), 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-pink-700 {
  background-color: var(--mh--color--category-pink-700);
}
.u-bg-category-pink-700\/0 {
  background-color: rgba(var(--mh--color--category-pink-700), 0);
}
.u-bg-category-pink-700\/5 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.05);
}
.u-bg-category-pink-700\/10 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.1);
}
.u-bg-category-pink-700\/15 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.15);
}
.u-bg-category-pink-700\/20 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.2);
}
.u-bg-category-pink-700\/25 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.25);
}
.u-bg-category-pink-700\/30 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.3);
}
.u-bg-category-pink-700\/35 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.35);
}
.u-bg-category-pink-700\/40 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.4);
}
.u-bg-category-pink-700\/45 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.45);
}
.u-bg-category-pink-700\/50 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.5);
}
.u-bg-category-pink-700\/55 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.55);
}
.u-bg-category-pink-700\/60 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.6);
}
.u-bg-category-pink-700\/65 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.65);
}
.u-bg-category-pink-700\/70 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.7);
}
.u-bg-category-pink-700\/75 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.75);
}
.u-bg-category-pink-700\/80 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.8);
}
.u-bg-category-pink-700\/85 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.85);
}
.u-bg-category-pink-700\/90 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.9);
}
.u-bg-category-pink-700\/95 {
  background-color: rgba(var(--mh--color--category-pink-700), 0.95);
}
.u-bg-category-pink-700\/100 {
  background-color: rgba(var(--mh--color--category-pink-700), 1);
}
.u-bg-category-pink-500 {
  background-color: var(--mh--color--category-pink-500);
}
.u-bg-category-pink-500\/0 {
  background-color: rgba(var(--mh--color--category-pink-500), 0);
}
.u-bg-category-pink-500\/5 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.05);
}
.u-bg-category-pink-500\/10 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.1);
}
.u-bg-category-pink-500\/15 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.15);
}
.u-bg-category-pink-500\/20 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.2);
}
.u-bg-category-pink-500\/25 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.25);
}
.u-bg-category-pink-500\/30 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.3);
}
.u-bg-category-pink-500\/35 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.35);
}
.u-bg-category-pink-500\/40 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.4);
}
.u-bg-category-pink-500\/45 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.45);
}
.u-bg-category-pink-500\/50 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.5);
}
.u-bg-category-pink-500\/55 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.55);
}
.u-bg-category-pink-500\/60 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.6);
}
.u-bg-category-pink-500\/65 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.65);
}
.u-bg-category-pink-500\/70 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.7);
}
.u-bg-category-pink-500\/75 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.75);
}
.u-bg-category-pink-500\/80 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.8);
}
.u-bg-category-pink-500\/85 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.85);
}
.u-bg-category-pink-500\/90 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.9);
}
.u-bg-category-pink-500\/95 {
  background-color: rgba(var(--mh--color--category-pink-500), 0.95);
}
.u-bg-category-pink-500\/100 {
  background-color: rgba(var(--mh--color--category-pink-500), 1);
}
.u-bg-category-green-700 {
  background-color: var(--mh--color--category-green-700);
}
.u-bg-category-green-700\/0 {
  background-color: rgba(var(--mh--color--category-green-700), 0);
}
.u-bg-category-green-700\/5 {
  background-color: rgba(var(--mh--color--category-green-700), 0.05);
}
.u-bg-category-green-700\/10 {
  background-color: rgba(var(--mh--color--category-green-700), 0.1);
}
.u-bg-category-green-700\/15 {
  background-color: rgba(var(--mh--color--category-green-700), 0.15);
}
.u-bg-category-green-700\/20 {
  background-color: rgba(var(--mh--color--category-green-700), 0.2);
}
.u-bg-category-green-700\/25 {
  background-color: rgba(var(--mh--color--category-green-700), 0.25);
}
.u-bg-category-green-700\/30 {
  background-color: rgba(var(--mh--color--category-green-700), 0.3);
}
.u-bg-category-green-700\/35 {
  background-color: rgba(var(--mh--color--category-green-700), 0.35);
}
.u-bg-category-green-700\/40 {
  background-color: rgba(var(--mh--color--category-green-700), 0.4);
}
.u-bg-category-green-700\/45 {
  background-color: rgba(var(--mh--color--category-green-700), 0.45);
}
.u-bg-category-green-700\/50 {
  background-color: rgba(var(--mh--color--category-green-700), 0.5);
}
.u-bg-category-green-700\/55 {
  background-color: rgba(var(--mh--color--category-green-700), 0.55);
}
.u-bg-category-green-700\/60 {
  background-color: rgba(var(--mh--color--category-green-700), 0.6);
}
.u-bg-category-green-700\/65 {
  background-color: rgba(var(--mh--color--category-green-700), 0.65);
}
.u-bg-category-green-700\/70 {
  background-color: rgba(var(--mh--color--category-green-700), 0.7);
}
.u-bg-category-green-700\/75 {
  background-color: rgba(var(--mh--color--category-green-700), 0.75);
}
.u-bg-category-green-700\/80 {
  background-color: rgba(var(--mh--color--category-green-700), 0.8);
}
.u-bg-category-green-700\/85 {
  background-color: rgba(var(--mh--color--category-green-700), 0.85);
}
.u-bg-category-green-700\/90 {
  background-color: rgba(var(--mh--color--category-green-700), 0.9);
}
.u-bg-category-green-700\/95 {
  background-color: rgba(var(--mh--color--category-green-700), 0.95);
}
.u-bg-category-green-700\/100 {
  background-color: rgba(var(--mh--color--category-green-700), 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);
}
.u-bg-category-orange-700 {
  background-color: var(--mh--color--category-orange-700);
}
.u-bg-category-orange-700\/0 {
  background-color: rgba(var(--mh--color--category-orange-700), 0);
}
.u-bg-category-orange-700\/5 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.05);
}
.u-bg-category-orange-700\/10 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.1);
}
.u-bg-category-orange-700\/15 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.15);
}
.u-bg-category-orange-700\/20 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.2);
}
.u-bg-category-orange-700\/25 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.25);
}
.u-bg-category-orange-700\/30 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.3);
}
.u-bg-category-orange-700\/35 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.35);
}
.u-bg-category-orange-700\/40 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.4);
}
.u-bg-category-orange-700\/45 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.45);
}
.u-bg-category-orange-700\/50 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.5);
}
.u-bg-category-orange-700\/55 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.55);
}
.u-bg-category-orange-700\/60 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.6);
}
.u-bg-category-orange-700\/65 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.65);
}
.u-bg-category-orange-700\/70 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.7);
}
.u-bg-category-orange-700\/75 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.75);
}
.u-bg-category-orange-700\/80 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.8);
}
.u-bg-category-orange-700\/85 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.85);
}
.u-bg-category-orange-700\/90 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.9);
}
.u-bg-category-orange-700\/95 {
  background-color: rgba(var(--mh--color--category-orange-700), 0.95);
}
.u-bg-category-orange-700\/100 {
  background-color: rgba(var(--mh--color--category-orange-700), 1);
}
.u-bg-category-orange-500 {
  background-color: var(--mh--color--category-orange-500);
}
.u-bg-category-orange-500\/0 {
  background-color: rgba(var(--mh--color--category-orange-500), 0);
}
.u-bg-category-orange-500\/5 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.05);
}
.u-bg-category-orange-500\/10 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.1);
}
.u-bg-category-orange-500\/15 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.15);
}
.u-bg-category-orange-500\/20 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.2);
}
.u-bg-category-orange-500\/25 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.25);
}
.u-bg-category-orange-500\/30 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.3);
}
.u-bg-category-orange-500\/35 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.35);
}
.u-bg-category-orange-500\/40 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.4);
}
.u-bg-category-orange-500\/45 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.45);
}
.u-bg-category-orange-500\/50 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.5);
}
.u-bg-category-orange-500\/55 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.55);
}
.u-bg-category-orange-500\/60 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.6);
}
.u-bg-category-orange-500\/65 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.65);
}
.u-bg-category-orange-500\/70 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.7);
}
.u-bg-category-orange-500\/75 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.75);
}
.u-bg-category-orange-500\/80 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.8);
}
.u-bg-category-orange-500\/85 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.85);
}
.u-bg-category-orange-500\/90 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.9);
}
.u-bg-category-orange-500\/95 {
  background-color: rgba(var(--mh--color--category-orange-500), 0.95);
}
.u-bg-category-orange-500\/100 {
  background-color: rgba(var(--mh--color--category-orange-500), 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-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-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-900 {
  background-color: var(--mh--color--grayscale-900);
}
.u-bg-grayscale-900\/0 {
  background-color: rgba(var(--mh--color--grayscale-900), 0);
}
.u-bg-grayscale-900\/5 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.05);
}
.u-bg-grayscale-900\/10 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.1);
}
.u-bg-grayscale-900\/15 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.15);
}
.u-bg-grayscale-900\/20 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.2);
}
.u-bg-grayscale-900\/25 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.25);
}
.u-bg-grayscale-900\/30 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.3);
}
.u-bg-grayscale-900\/35 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.35);
}
.u-bg-grayscale-900\/40 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.4);
}
.u-bg-grayscale-900\/45 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.45);
}
.u-bg-grayscale-900\/50 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.5);
}
.u-bg-grayscale-900\/55 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.55);
}
.u-bg-grayscale-900\/60 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.6);
}
.u-bg-grayscale-900\/65 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.65);
}
.u-bg-grayscale-900\/70 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.7);
}
.u-bg-grayscale-900\/75 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.75);
}
.u-bg-grayscale-900\/80 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.8);
}
.u-bg-grayscale-900\/85 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.85);
}
.u-bg-grayscale-900\/90 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.9);
}
.u-bg-grayscale-900\/95 {
  background-color: rgba(var(--mh--color--grayscale-900), 0.95);
}
.u-bg-grayscale-900\/100 {
  background-color: rgba(var(--mh--color--grayscale-900), 1);
}
.u-rounded-sm {
  border-radius: var(--mh--border-radius--sm);
}
.u-rounded-tl-sm {
  border-top-left-radius: var(--mh--border-radius--sm);
}
.u-rounded-tr-sm {
  border-top-right-radius: var(--mh--border-radius--sm);
}
.u-rounded-br-sm {
  border-bottom-right-radius: var(--mh--border-radius--sm);
}
.u-rounded-bl-sm {
  border-bottom-left-radius: var(--mh--border-radius--sm);
}
.u-rounded-md {
  border-radius: var(--mh--border-radius--md);
}
.u-rounded-tl-md {
  border-top-left-radius: var(--mh--border-radius--md);
}
.u-rounded-tr-md {
  border-top-right-radius: var(--mh--border-radius--md);
}
.u-rounded-br-md {
  border-bottom-right-radius: var(--mh--border-radius--md);
}
.u-rounded-bl-md {
  border-bottom-left-radius: var(--mh--border-radius--md);
}
.u-rounded-lg {
  border-radius: var(--mh--border-radius--lg);
}
.u-rounded-tl-lg {
  border-top-left-radius: var(--mh--border-radius--lg);
}
.u-rounded-tr-lg {
  border-top-right-radius: var(--mh--border-radius--lg);
}
.u-rounded-br-lg {
  border-bottom-right-radius: var(--mh--border-radius--lg);
}
.u-rounded-bl-lg {
  border-bottom-left-radius: var(--mh--border-radius--lg);
}
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);
}
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-left: auto;
    margin-right: auto;
    text-align: center;
  }
}